﻿@charset "utf-8";
/* CSS Document */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
ul {list-style-type:none;}
* {margin:0;padding:0;}
html{
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    padding: 0px;
    margin: 0px;
    font-family:  "微软雅黑","苹方 粗体";
}
ul,li {padding:0px;margin:0px;list-style-type:none;list-style:none;text-decoration:none;}
img {border:0px;margin:0px;padding:0px;}
p {margin:0px;padding:0px;}
a {text-decoration:none;margin:0;padding:0;border:0;color:#000;}
div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}
textarea { -webkit-appearance: none;}
input[gay='true']::-moz-placeholder{
    color: #333333;
}

/* CSS Document */
.bg{
    max-width:750px;
    margin:0 auto;
}
.bgf8{
    background: #F8F8F8;
}
.cen {
    width: 100%;
    padding-bottom: 1em;
    padding-top: 0.8rem;
}
.cen.pb0{
    padding-bottom: 0px;
}
.cen.pt0{
    padding-top: 0px;
}
/*公共头部*/
.head{
    background-color: #1b1a20;
    height:0.8rem;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.head.tr{
    background-color:transparent;
}
.head_left{
    width: 0.2rem;
    position: absolute;
    left: 3%;
    z-index: 9;
    top:0.2rem;
}
.head_right{
    right:3%;
    position: absolute;
    z-index: 9;
    top:0.14rem;
    color: #ffffff;
    font-size: 0.32rem;
}
.head_t{
    font-size:0.38rem;
    line-height:0.8rem;
    color: #FFF;
    text-align: center;
    float: left;
    width: 100%;
}
.cp3{
    width: 100%;
    padding: 0px 3%;
}
.mt20{
    margin-top: 0.2rem;
}
.text1{
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 0.38rem;
    line-height: 1.41176471;
    font-size: 0.32rem;
}
.button1{
    margin:1rem 4% 0;
    width:92%;
    border-radius: .1rem;
    background: #f9012d;
    color: #ffffff;
    text-align: center;
    height:1rem;
    line-height:1rem;
    border: none;
    font-size: 0.32rem;
}
.button1.mt5{
    margin:0.5rem 4% 0;
}
input[gay='true']::-webkit-input-placeholder,textarea[gay='true']::-webkit-input-placeholder{
    color: #333333;
}
.fl{
    float: left;
}
.mtd{
    margin-top:-0.8rem;
}
.area1{
    border: none;
    outline: none;
    padding: 0.1rem;
    height:1.5rem;
    width: calc(100% - 0.2rem);
    font-size: 0.32rem;
}
.box{
    width: 100%;
}
.search1,.search2,.search3,.search4{
    line-height:0.6rem;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 3% center;
    padding-left: 10%;
    background-size: 0.4rem;
    outline: none;
    font-size: 0.3rem;
    border: none;
    display: inline;
    float: left;
    border-radius:0.3rem;
}
.search1 {
    background-color: #FFF;
    width:66%;
    margin-left:10%;
    margin-top: 0.1rem;
    color: #666;
}
.search2{
    background-color: #f7f7f7;
    width:70%;
    margin-left:2%;
    margin-top: 0.2rem;
}
.search3{
    background-color: #f7f7f7;
    opacity: 0.6;
    width:68%;
    margin-left:4%;
    margin-top: 0.2rem;
}
.search4{
    background-color: #FFF;
    width:70%;
    margin-left:2%;
    margin-top: 0.1rem;
    color: #666;
}
    /*公共底部*/
.m-tabbar.tabbar-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}
.m-tabbar {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .104rem 0 .07rem;
    background-color: #ffffff;
    border-top:1px solid #ebeaea;
}
.tabbar-txt{
    position: relative;
    z-index: 1;
}

.tabbar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
    font-size:0.275rem;
    position: relative;
    z-index: 1;


}
.tabbar-item.tabbar-active {
    color: #ffa200;
}
.tabbar-icon {
    height: 0.5832rem;
    color: #979797;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;

}
.tabbar-icon i{
    width: 0.45rem;
    display: block;
    height: 0.45rem;
}
.ft1{
    background: url("../img/ft1.png") no-repeat;
    background-size: 100%;
}
.ft2{
    background: url("../img/ft3.png") no-repeat;
    background-size: 100%;
}
.ft3{
    background: url("../img/ft2.png") no-repeat;
    background-size: 100%;
}
.tabbar-item.tabbar-active .ft1{
    background: url("../img/ft1s.png") no-repeat;
    background-size: 100%;
}
.tabbar-item.tabbar-active .ft3{
    background: url("../img/ft2s.png") no-repeat;
    background-size: 100%;
}

.circle_border{
    width: 1.35rem;
    height: 1.35rem;
    position: absolute;
    background: url("../img/border.png")  no-repeat;
    background-size: 100% 100%;
    top:-0.4rem;
    z-index: 0;
    left: 50%;
    margin-left:-0.675rem;
}
.hide{
    display: none;
}
/*暂无数据*/
.nodata {
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.6em;
    margin: 1.5em auto;
    text-align: center;
    width: 65%;
}
.nodata-tips {
    display: inline-block;
    vertical-align: middle;
    background-color: #f8f8f8;
    color: #999999;
    padding: 0 0.55em;
    position: relative;
    top: -1em;
}
/*加载中*/
.btn{
    font-size: 0.2rem;
    color: #ffffff;
    display: block;
    border-radius: 0.1rem;
    padding: 0.14rem 0.2rem;
    background: cornflowerblue;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.1rem;
}



/*加载中*/
#nonemore span,#loadpager span{
    color: #999999;
   display:block;
   width:100%;
   text-align:center;
   margin-top:10px;
   font-size: 0.4rem;
}




