/*style -webkit scrollbar*/
.page::-webkit-scrollbar {
    width: 6px;
}

.page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.page::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(193,193,193);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}
.page::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(102,102,102,0.4);
}
body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Helvetica,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

body{background-color:#f7f7fa}
.page{color:#333;background-color:#ffff}

.clear {
	display: table;
    clear: both;
    content: ' ';
}
.plr0{
  padding-left: 0!important;
  padding-right: 0!important;
}
.mt0{
  margin-top: 0px;
}
.mt15{
  margin-top: 15px!important;
}
.mb15{
  margin-bottom: 15px!important;
}
.mb12{
  margin-bottom: 12px!important;
}
.box-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.container, .page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  z-index: 1;
}
.page.js-show {
  opacity: 1;
  margin:0 auto;
}
.high{color: #fc1f7b}
.page__ft {
  padding-top: 27px;
  padding-bottom: 10px;
  text-align: center;
}

/*site-header*/
.site-header{
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f7f7fa;
  height:45px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.site-logo{
  position: relative;
  display: block;
}
.site-logo .logo{
  display: block;
  margin-bottom: 2px;
  margin-left: 16px;
  height: 32px;
  margin-top: 6px;
}
.site-logo .slogan{
  position: absolute;
  top: 50%;
  left: 46px;
  margin-top: -12px;
  color: #e60021;
  font-size: 16px;
}

.site-search{
  position: absolute;
  right: 50px;
  top: 0;
  width: 0%;
  min-width: 45px;
  height: 45px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  background:#f7f7fa;
}

.site-ellipsis{
  position: absolute;
  right: 0px;
  top: 0;
  min-width: 45px;
  height: 45px;
  overflow: hidden;
  background:#f7f7fa;
}

.member_top{
  position: absolute;
  right: 0px;
  top: 0;
  min-width: 45px;
  height: 45px;
  overflow: hidden;
  background:#f7f7fa;
}

.member_top a{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 45px;
  height: 45px;
  line-height:45px;
  border:none;
  background-color: #f7f7fa;
}

.member_top a img{
	font-family: "weui";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.site-search-open{
  width: 100%!important;
  z-index:510
}
.site-search input{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  height: 45px;
  line-height: 45px;
  z-index: 10;
  font-size: 15px;
  color: #333;
  background: transparent;
  width: 100%;
  padding-right: 46px;
  padding-left: 58px;
}
.site-search input:focus,
.site-search button:focus{
  outline: none;
}

.site-ellipsis button:focus{
  outline: none;
}

.site-ellipsis button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 44px;
  height: 44px;
  line-height:44px;
  border:none;
  background-color: #f7f7fa;
}
.site-search button{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 44px;
  height: 44px;
  line-height:44px;
  border:none;
  background-color: #f7f7fa;
}

.site-search button img{
	font-family: "weui";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/*dropdown-menu*/
.dropdown-menu{
  display: none;
  position: absolute;
  right: 12px;
  top:62px;
  border: 1px solid #e4e4e4;
  background: #fff;
  z-index: 1;
}
.dropdown-menu.fadein{
  display: block;
}
.dropdown-item{
  display: block;
  padding: 5px 20px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 15px;
}
.dropdown-item:link,.dropdown-item:visited{
  color: #555;
}
.dropdown-item:focus,.dropdown-item:active{
  color: #555;
}

.dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.dropdown-menu::before {
  top: -16px;
  right: 9px;
  left: auto;
  border: 8px solid transparent;
  border-bottom-color: rgba(0,0,0,0.15);
}
.dropdown-menu::after {
  top: -14px;
  right: 10px;
  left: auto;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/*nav-login.css*/
.container-login{
  padding: 30px 30px 30px;
  font-size: 15px;
}
.logo-sign{
	display:block;
	width: 120px;
	margin: 0 auto;
}
.container-login-title{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
.nav-login{
  margin-top: 30px;
}
.nav-login li{
  margin-bottom: 25px;
  list-style: none
}
.nav-login li a{
  position: relative;
  display: block;
  padding-left: 60px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.nav-login li a:link,
.nav-login li a:visited{
  color: #fff;
}
.nav-login li a:active,
.nav-login li a:focus{
  color: #fff
}
.nav-login li a:after{
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d9d9d9;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 3px;
}
.nav-login li .wechat{
  background: #73db42 url(../images/icon_wechat.png) no-repeat 16px center;
  background-size: 36px;
}
.nav-login li .qq{
  background: #418ae2 url(../images/icon_qq.png) no-repeat 18px center;
  background-size: 30px;
}
.nav-login li .weibo{
  background: #ff6666 url(../images/icon_weibo.png) no-repeat 16px center;
  background-size: 36px;
}
.nav-login li em{
margin-left: -60px;
font-style: normal;
}
.container-login .slogan{
	position: absolute;
    display: block;
    padding-left: 20px;
    left:0;
    right:0;
    bottom: 22px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
	color:#838383;
}

/**/
.weui-cell-noborder:before{
	top: -1000em
}
/**/
.page__hd{
  padding-top: 40px;
  padding-bottom: 12px;
  text-align: center;
}
.page__hd + .weui-panel{
  margin-top: 45px;
}

/* alert.css */
.alert-error,.alert-tips,.alert-success{
  padding:10px 12px;
  border: 1px solid transparent;
  font-size:14px;
}
.alert-error,.alert-tips{
  color: #e60021;
  background-color: #ffefc9;
}

.alert-success{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.grid-inner{background-color:#fff}
@media only screen and (min-width: 768px) {
  .grid-inner{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    border-left:1px solid #f8f8f8;
    border-right:1px solid #f8f8f8;
  }
  
  .site-header{
    max-width: 640px;
  }
}
