body {
    font-family: 微软雅黑,Hiragino Sans GB,Arial,Helvetica,"宋体",sans-serif;
    font-size: 14px;
    -webkit-touch-callout: none;
    background-color: #f6f6f6;
    padding-bottom:58px;
}
@font-face {font-family: 'iconfont';
    src: url('/static/mobile/1/font/iconfont.eot'); /* IE9*/
    src: url('/static/mobile/1/font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/static/mobile/1/font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('/Public/Home/font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('/static/mobile/1/font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;

}
.ui-footer ul{
    opacity: 0.98;
    color: #333;
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    border-top: 1px solid #E5E5E5;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.ui-footer ul li {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}
.ui-footer ul  li a {
    display: block;
    position: relative;
    width:100%;
    color:#333;
}
.ui-footer ul li p {
    text-align: center;
}
.ui-footer .iconfont{
    font-size: 26px;
}
.ui-footer .sub {
    font-size: 10px;
}
.ui-footer .hover{
    display:none;
}
.ui-footer .on a{
    color:#ff6633;
}
.ui-footer .on .hover{
    display:block;
}
.ui-footer .on .default{
    display:none;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    outline: 0;
}
a,a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}

.LoginVcode{
    background: url(/static/mobile/1/img/loadimg.gif) no-repeat center;

}
.link-btn {
    height: 25px;
    line-height: 25px;
    color: #333;
    text-align: center;
    font-size: 16px;
    display: block;
    background-color: #FFF;
}
ol, ul {
    list-style: none;
}
weak, small {
    color: #666;
}
a.react, label.react {
    display: block;
    color: inherit;
    height: 100%;
}

#gotop {
    background-size: 39px 39px;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    position: fixed;
    bottom: 75px;
    right: 10px;
    border: 2px solid #fff;
    background-color: #0e90d2;
    display:none;
}
#gotop .iconfont{
    font-size: 40px;
    color: #fff;
    margin-left: 7.5px;
    margin-top: 7.5px;
    display: block;
    line-height: 40px;
    z-index:9999;
}
.reactactive{
    box-shadow: inset 0px 0px 100px rgba(219, 219, 219, 0.50);
}
.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.Fix::after {
    clear: both;
    display: block;
    content: '';
    height: 0;
}
header {
    top:0px;
    text-align: center;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    z-index: 300;
    width:100%;
    height: 50px;
    line-height: 50px;
    background-color: #0e90d2;
    color: #fff;
}
header .logo {
    position: relative;
    color: #333;
    display: block;
    padding-left:28px;
    padding-right:10px;
    background:url(/static/mobile/1/img/签到.png) no-repeat left ;
}
header .logo span {
    width:100%;
    display: block;
}
header .title{
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1;
    margin: 10px 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

header .addr, header .placeholder {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
header .search {
    background: #e64514 url(/static/mobile/1/img/sprite-index-pic.png) no-repeat -141px -35px;
    background-size: auto 150px!important;
    border: none;
    padding: 0 0 0 30px;
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1;
    margin: 10px 5px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius:3px;
}
header .register,header .login {
    padding-left: 18px;
    position: relative;
    color: #fff;
    display: block;
    padding-right:10px;
}
header .subscriber {
    padding-left: 10px;
    position: relative;
    color: #fff;
    display: block;
    padding-right:10px;
    min-width:24px;
}
header .subscriber .iconfont{
}
header .me{
    padding-left:10px;
    padding-right:10px;
    background: url(/static/mobile/1/img/sprite-index-pic.png) no-repeat -210px 6px;
    background-size: auto 150px!important;
    width: 25px;
    height: 100%;
    display: block;
}
header .back {
    padding-left: 28px;
    padding-right:10px;
    position: relative;
    color: #fff;
    display: block;
}
header .back:before {
    border: #fff solid 3px;
    position: absolute;
    left: 14px;
    top: 4px;
    margin-top: 14px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
.search_container .head_cnt {
    padding: 0 60px 0 50px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    background-color: #F0F0F0;
    text-align: center;
    color: #0e90d2;
    z-index: 300;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-box-align: center;
    box-align: center;
}
.search_container .head_cnt .head_cnt_input {
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1;
    position: relative;
}
.search_container input,.search_container textarea {
    font-size: 14px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-box-align: center;
    box-align: center;
}
.search_container input[type=submit] {
    height: 28px;
    width: 28px;
    background: url(/static/mobile/1/img/search.png) no-repeat 5px center;
    background-size: 14px auto;
    border: none;
    text-indent: -999em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.search_container .cancel {
    color: #0e90d2;
    position: absolute;
    right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    top: 0;
    font-size: 14px;
}
#search_cancel{
    left: 0px;
    width: 25px;
}
.search_container .key_list {
    padding: 10px;
    display: table;
}
.search_container .key_list a {
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px 10px;
    background: #e6e6e6;
    color: #666;
}
.search_container .link-btn {
    height: 45px;
    line-height: 45px;
    color: #333;
    text-align: center;
    font-size: 16px;
    background-color: #FFF;
    display: block;
}
.search_container .suggest_list {
    padding: 0px;
}
.search_container .suggest_list a {
    padding: 15px 10px 15px 10px;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    display: block;
    color: #333;
}
.search_container .suggest_list a .number {
    float: right;
    color: #666;
    font-size: 12px;
}
footer {
    text-align: center;
    padding: 10px 5px;
    font-weight: 400;
    font-size: 12px;
    padding-top: 15px;
}
footer a {
    color: #adadad;
    line-height: 28px;
}
footer em {
    color: #8c8c8c;
    padding: 0 12px;
    font-weight: 400;
    font-style: normal;
}
footer .copyright {
    color: #d1d1d1;
    margin-top: 10px;
    text-shadow: 0 1px 1px #fff;
}
#MessageBox {
    position: fixed;
    z-index: 10000000;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 160px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    word-break: break-all;
    box-sizing: border-box;
    margin: -18px 0px 0px -73px;
    background: rgb(0, 0, 0);

}


#MessageOverlay {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
}
input {
    -webkit-appearance:none;
    border-radius: 0;

}
.level-icon {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 15px;
    height:15px;
    background: url(/static/mobile/1/img/vip.png);
    background-size:15px;
    margin-top: -4px;
}
.level1 {
    background-position-y: -20px;
}
.level2 {
    background-position-y: -40px;
}
.level3 {
    background-position-y: -60px;
}
.level4 {
    background-position-y: -80px;
}
.level5 {
    background-position-y: -100px;
}
.level6 {
    background-position-y: -120px;
}
.level7 {
    background-position-y: -140px;
}
.default_btn{
    background-color: #0e90d2;
    display: block;
    color: #fff;
    height: 20px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    margin:5px;
    cursor: pointer;
}
#Share{
    display: block;
    visibility: inherit;
    bottom: 0px;
    transition: all 0s;
    -webkit-transition: all 0s;
    -webkit-transform: translate(0px, 0px);
    position: fixed;
    height: auto;
    text-align: center;
    left: 0;
    bottom: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    background-color: rgba(255,255,255,.95);
    border-bottom: 1px solid #e9e9e9;
    z-index: 999999999;
    color: #333;
    font-size: 16px;
    width: 100%;
}
#Share ul{
    position: relative;
    padding: 5px;
    height: auto;
    width: auto;
    text-align: left;
    margin-top:10px;
}
#Share ul li{
    display: inline-block;
    zoom: 1;
    list-style: none;
    margin: 0 4px 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#Share ul .weibo{
    background-image: url(/static/mobile/1/img/share/weibo.png);
}
#Share ul .qzone{
    background-image: url(/static/mobile/1/img/share/qzone.png);
}
#Share ul .qq{
    background-image: url(/static/mobile/1/img/share/qq.png);
}
#Share ul .weixin{
    background-image: url(/static/mobile/1/img/share/weixin.png);
}
#Share ul li p {
    zoom: 1;
    left: 0;
    bottom: -1.5em;
    z-index: 999999997;
    margin: 0 auto;
    line-height: 16px;
    color: #5e5e5e;
    display: block;
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
#Share .close{
    clear: both;
    bottom: 0;
    z-index: 999999999;
    height: 50px;
    line-height: 50px;
    background: #EFEFEF;
    cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
#chatview{
    width: 100%;
    background: #fff;
}
#chat-messages {
    padding-right: 5px;
    padding-left:5px;
}
#chat-messages div.message {
    clear: both;
    padding: 0 0 40px 48px;
    margin-right: 5px;

}
#chat-messages div.message.right {
    padding: 0 48px 40px 0;
    margin-left: 5px;

}
#chat-messages .message img {
    float: left;

    border-radius: 10%;
    width: 40px;
    margin-left: -48px;
}
.message .bubble {
    margin-top: 20px;
    margin-bottom:30px;
    margin-left:3px;
    background: #f0f4f7;
    font-size: 13px;
    padding: 12px 13px;
    border-radius: 5px 5px 5px 0px;
    color: rgb(0, 0, 0);
    position: relative;
    float: left;
}
.message .uname{
    position: absolute;
    left:55px;
    color:#666;
}
#chat-messages div.message.right .uname {
    right: 55px;
    left:auto;
}
.bubble .corner {
    background: url("/static/mobile/1/img/bubble-corner.png") 0 0 no-repeat;
    position: absolute;
    width: 7px;
    height: 7px;
    left: -5px;
    top: 25px;
}
.bubble span {
    color: #aab8c2;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -22px;
    white-space:nowrap;
}
#chat-messages div.message.right img {
    float: right;
    margin-left: 0;
    margin-right: -48px;
}
#chat-messages div.message.right .bubble {
    float: right;
    border-radius: 5px 5px 0px 5px;
    margin-right:3px;

}
div.message.right .corner {
    background: url("/static/mobile/1/img/bubble-cornerR.png") 0 0 no-repeat;
    left: auto;
    right: -5px;
}
#sendmessage {
    height: 40px;
    border-top: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
    width: 100%;
    background: #fff;
    display: -webkit-box;
}
#sendmessage input {
    background: #fff;
    border: none;
    padding:11px;
    width:100%;
    font-size: 14px;
    color: rgb(0, 0, 0);
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1;
    display: -webkit-box;
}
#sendmessage a {
    padding:0px;
    width:80px;
    position: relative;
    display:inline-block;
    background-color:#e6e6e6;
    line-height:40px;
    color:#333;
    text-align:center ;
}

#chat-messages label {
    color: #aab8c2;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    display: block;

}
#sendmessage.float{
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.loading {
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 15px;
    background: #fff url(/static/mobile/1/img/load.gif) no-repeat center;
    margin-bottom: 10px;
}
.message {
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #8f8f8f;
    font-size: 12px;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}
.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color:#FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.weui-dialog__hd {
    padding: 1.3em 1.6em .5em;
}
.weui-dialog__title {
    font-weight: 400;
    font-size: 18px;
}
.weui-dialog__bd {
    padding: 0 1.6em .8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999999;

}
.weui-dialog__bd:first-child{
    padding:2.7em 20px 1.7em;
    color:#353535;
}
.weui-dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: flex;

}
.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3CC51F;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.weui-dialog__btn_default {
    color: #353535;
}
.weui-dialog__btn_primary {
    color: #0BB20C;
}


@media screen and (min-width: 1024px) {
    .weui-dialog {
        width: 35%;
    }
}
.ovfHiden{overflow: hidden;height: 100%;}