@charset "UTF-8"; * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    word-break: break-all;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "PingFang SC",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",STHeiTi,sans-serif;
    color: #333;
    font-size: 0.28rem;
    line-height: 1.6;
    background: #fff;
    width: 100%;
}

img {
    border: 0;
    border: none
}

a:focus,a:hover,input:focus {
    outline: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,.clearfix:before {
    display: block;
    clear: both;
    content: "\200B";
    height: 0
}

.clearfix {
    *zoom:1}

button,input,select,textarea {
    border: none;
    outline: 0
}

html {
    -ms-touch-action: none;
    width: 100%;
}

input {
    -webkit-appearance: none
}

a {
    color: #333
}

strong {
    font-weight: normal;
}

.s_body {
    overflow: hidden;
}

/*导航开始*/
.container {
    background: #fff;
}

.header {
    padding: 0 .32rem;
    width: 100%;
    height: 0.9rem;
    background: #0078ff;
    position: relative;
    z-index: 101;
}

.header .go_back,.header .home_icon {
    display: block;
    position: absolute;
    left: 0.32rem;
    top: 0;
    width: 0.45rem;
    height: 0.9rem;
}

.header .go_back:before {
    display: block;
    content: "";
    width: .2rem;
    height: .2rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: 2px;
    top: 0.34rem;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}

.header .home_icon {
    left: 0.8rem;
    width: .42rem;
}

.header .home_icon:before {
    display: block;
    content: "";
    width: .42rem;
    height: .40rem;
    background: url(https://img.cheshi-img.com/mobile/product/home.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: .23rem;
    position: absolute;
}

.header .b_txt {
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
    height: 0.9rem;
    line-height: 0.9rem;
    max-width: 4.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.r_span {
    position: absolute;
    line-height: .9rem;
    float: right;
    right: .32rem;
    top: 0rem;
    font-size: .28rem;
    color: #fff;
    width: .34rem;
    height: 100%;
}

.bre_img {
    width: .34rem;
    height: .06rem;
    display: block;
    position: absolute;
    top: .42rem;
    left: 0;
}

.r_span i {
    width: 0;
    height: 0;
    border-width: 3px 3px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    bottom: .07rem;
    right: -.16rem;
    display: none;
}

.r_span_in i {
    border-width: 5px 5px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    right: 50%;
    transform: translateX(5px);
    display: block;
}

.menu_pop {
    width: 0;
    height: 0;
    position: absolute;
    top: .9rem;
    right: 0;
    padding: .14rem 0;
    background: #fff;
    font-size: .28rem;
    overflow: hidden
}

.menu_pop ul {
    width: 100%;
}

.menu_pop ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    line-height: 2;
}

.menu_pop_in {
    width: 3.8rem;
    height: 2.96rem;
    transition: all .3s;
}

.nav_mark {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.userinfo {
    padding: 0 .32rem .15rem;
    overflow: hidden;
    border-bottom: .1rem solid #e9f3fb;
}

.userimg {
    width: .6rem;
    height: .6rem;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.userimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.username {
    float: left;
    width: calc(100% - .6rem);
    padding-left: .2rem;
    font-size: .28rem;
    line-height: .6rem;
    color: #0078ff;
}

.username a {
    color: #0078ff;
}

.search_top {
    height: .88rem;
    width: 100%;
    z-index: 90;
    padding: 0 .32rem;
    background: #fff;
    position: relative;
}

.go_back {
    display: block;
    position: absolute;
    left: .32rem;
    top: 0;
    width: 0.45rem;
    height: 0.88rem;
}

.go_back:before {
    display: block;
    content: "";
    width: .2rem;
    height: .2rem;
    border-top: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(0,-50%) rotateZ(-45deg);
    -webkit-transform: translate(0,-50%) rotateZ(-45deg);
}

.search_text {
    width: 6.07rem;
    height: .68rem;
    background: #f7f7fb;
    border-radius: .08rem;
    position: absolute;
    top: .1rem;
    left: .32rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .56rem;
}

.search_text .icon {
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(https://img.cheshi-img.com/mobile/img/index/search_icon.png) center center no-repeat;
    background-size: 100% auto;
}

.search_text input {
    display: block;
    height: 100%;
    width: 4.8rem;
    background: none;
    outline: none;
    border: 0;
    font-size: .28rem;
}

.close {
    display: block;
    width: .36rem;
    height: .36rem;
    position: absolute;
    top: .16rem;
    right: .1rem;
    background: url(https://img.cheshi-img.com/mobile/img/index/close.png) top center no-repeat;
    background-size: 100%;
    display: none;
}

.search_btn {
    display: block;
    height: .4rem;
    line-height: .4rem;
    position: absolute;
    top: .24rem;
    right: .32rem;
    font-size: .28rem;
    color: #0078FF;
}

.search_bot {
    position: relative;
    padding: .3rem .32rem 0;
}

.bigtitle {
    font-size: .36rem;
    color: #050B25;
    line-height: .5rem;
    margin-bottom: .4rem;
}

.hisbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .2rem;
    position: relative;
}

.del_btn {
    display: block;
    width: .24rem;
    height: .24rem;
    background: url(http://img.cheshi-img.com/mobile/img/index/delbtn.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: .32rem;
    top: .44rem;
}

.hisbox span {
    display: block;
    background: #F7F7FB;
    border: .01rem solid #EFEFF4;
    height: .58rem;
    line-height: .56rem;
    color: #050B25;
    font-size: .28rem;
    padding: 0 .2rem;
    border-radius: .08rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hisbox span i {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAAXNSR0IArs4c6QAAAHdJREFUCB1jvH//vgUjI6MkAxbwHwgUFBS2sgAV/AKylwExB7o6oFw7EG9gBEncu3cvFkgtQlYElNwBNMUbSP9jAkkoKSktBnImwhQB2XeZmJiiQApgYmAaaB0L0H37gfjLo0ePdFAkkTnPnz8XffDggReyGIgNACEsLT914yAcAAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: .16rem;
    height: .16rem;
}

.disbox {
    display: flex;
    flex-wrap: wrap;
}

.disbox span {
    display: block;
    background: #F7F7FB;
    border: .01rem solid #EFEFF4;
    height: .58rem;
    line-height: .56rem;
    color: #050B25;
    font-size: .28rem;
    border-radius: .08rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}

.disbox span a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 .2rem;
}

.disbox span.cur {
    color: #FA4907;
}

.disbox span.cur i {
    display: block;
    width: .18rem;
    height: .21rem;
    background: url(https://img.cheshi-img.com/mobile/img/index/fire.png) center center no-repeat;
    background-size: 100% auto;
    float: left;
    margin: .15rem .1rem 0 0;
}

.search_suggest {
    display: none;
    padding: 0 .32rem;
}

.suggest_list li {
    /* height: .8rem; */
    line-height: .8rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: .28rem;
    color: #333;
    position: relative;
}

.suggest_list li a {
    display: block;
}

.suggest_list li i {
    float: right;
    color: #fc4c4c;
    display: flex;
    align-items: center;
}

/**/
/* 弹框 */
.posbox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255,255,255,.1);
    z-index: 999;
    opacity: 1;
    display: none;
}

.jdbox {
    max-width: 4rem;
    text-align: center;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: .24rem;
    padding: .2rem;
    border-radius: 4px;
}

.jdbox p {
    line-height: 2;
}

/*confirm*/
.confirm_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.confirm_box {
    width: 5rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -1rem;
    border-radius: .3rem;
    background: #fff;
    box-shadow: 0 0 1px 1px #f9f9f9;
    -webkit-box-shadow: 0 0 1px 1px #f9f9f9;
    text-align: center;
}

.confirm_box .confirm_txt {
    line-height: .4rem;
    padding: .4rem .2rem;
    border-bottom: 1px solid #f0f0f5;
}

.confirm_box .confirm_btn {
    height: .8rem;
    line-height: .8rem
}

.confirm_box .confirm_border {
    border-left: 1px solid #f0f0f5;
    height: 100%;
}

.confirm_box .confirm_cancel {
    width: 2.5rem;
}

.confirm_box .confirm_sure {
    width: 2.46rem;
    color: #0078ff;
}

/* 广告位 */
.msg_ad {
    display: none;
}

.adv {
    position: relative;
    width: 100%;
}

.adv img {
    max-width: 100%;
    height: auto;
    display: block;
}

.adv_footer {
    position: fixed;
    left: 0;
    bottom: 0;
}
