﻿@import "public.css";
@import "./font/font.css";
html,body{
    background:#F6F6F6;
}
.container{
 
}
.container.padding-bottom{
    padding-bottom: .5rem;
}
.nav-box{
    padding: 2.5rem 1rem 1.75rem;
}
.nav-box li{
    width: 33.33%;
    text-align: center;
}
.nav-box li a img{
    display: block;
    height: 2.8rem;
}
.zf-detail-box{
    padding:.5rem .75rem;
    background: url('./../images/hed.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size:100% 100%;
    height:13rem;
}

.tc-item{
    padding: .7rem 0;
    padding: 0.7rem 0 0rem 0;
}
.tc-item.rent-gap{
    padding: .75rem 0 .3rem;
}
.tc-item ul li{
    width: 32%;
    height: 5rem;
    /*padding:0 .5rem;*/
    text-align: center;
    background: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}
.tc-item ul li.tc-big{
    height: 5rem;
}
.tc-icon{
    padding: .5rem 0 .3rem;
    border-bottom: 1px solid #f2f2f2;
}
.tc-item ul li .tc-icon img{
    width: .6rem;
    vertical-align:middle;
}
.tc-item ul li .tc-icon img.tc-query{
    width: .7rem;
    vertical-align:middle;
}
.tc-icon span{
    vertical-align:middle;
    display: inline-block;
    padding-left: .2rem;
    /* font-weight: bold; */
}
.tc-kind{
    font-size: .6rem;
    color: #999999;
}
.tc-kind.tc-top{
    padding-top: .5rem;
}
.tc-item ul li.tc-big .tc-kind{
    padding-top: .5rem;
}
.tc-item ul li.tc-big .tc-sec{
    padding-top: .85rem;
}
.tc-item ul li.tc-big  .tc-sever{
    padding-top: 1.1rem;
}
.tc-kind strong{
    color: #333333;
}
.tc-kind span{
    font-family: DIN1451EF-MittelNeu;
    font-size: 1.28rem;
    color: #333333;
}
.tc-kind .tc-up{
    margin-top: -.35rem;
}
.tc-sever{
    font-size: .75rem;
    padding-top: .975rem;
    font-weight: bold;
}
.zf-detail-box .zf-head span{
    color:#999;
}
.zf-detail-box .tczf-p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    color: #ffffff;
    margin-top: 7.4rem;
}
.zf-detail-box .tczf-p .tel{
    font-family: DIN1451EF-MittelNeu;
    font-size: 1.05rem;
}
.container-bg .zf-detail-box .tczf-p{
    color: #fff;
}
.zf-detail-box .tczf-p .small{
    font-size: .69rem;

}
.t-change{
    /*height: 21.4rem;*/
}
.t-change2{
    height: 12.7rem;
}
.t-change3{
    height: 16rem;
}
.zf-detail{
    width: 95%;
    margin: -3.5rem auto 0;
    /*position: absolute;
    top:9.5rem;
    left:50%;
    width:95%;
    margin-left:-47.5%;*/
    background: #FFF6F8; 
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    padding: .25rem .4rem .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem; 
}
.zf-detail.zf-detail2{
    background: url("../images/bg3.png") center no-repeat;
    padding-bottom: 0;
    -webkit-border-radius: .5rem;
    border-radius: .5rem; 
    box-shadow: 0 0.5rem 0.25rem -0.25rem #ECECEC;
}
.zf-detail.zf-detail3{
    background: url("../images/card1.png") center no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
}
.zf-detail p{
    font-size: .75rem;
    color: #333333;
    padding: 0 .3rem 0 1.2rem;
    font-weight: bold;
}

.tc-equity{
    width: 95%;
    margin:.5rem auto 0;
    padding: .25rem .6rem 1rem;
    background: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    box-shadow: 0 0.3rem 0.25rem -0.3rem #C5C5C5;
}
.zf-icon{
    position: absolute;
    top: 0;
    right: 0;
    font-size: .6rem;
    color:#865300;
    padding: .075rem .5rem;
    border-top-right-radius: .5rem;
    -webkit-border-top-right-radius:.5rem;
    border-bottom-left-radius: .4rem;
    -webkit-border-left-radius:.4rem;
    background: linear-gradient(to right,#fff4c9, #fcd79d);
    
}
.container-bg .zf-detail{
    background: url("../images/tc-bg.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.zf-detail .jb span{
    display: inline-block;
    background: -webkit-linear-gradient(90deg,#f5deb7,#ffffff);
    background:         linear-gradient(90deg,#f5deb7,#ffffff);
    color: #333333;
    font-size: .6rem;
    padding: .15rem .5rem;
    border-bottom-left-radius: .5rem;
}
.zf-detail .table-box{
    margin: .5rem 0;
}
.zf-detail .table-box table{
    width: 100%;
}
.zf-detail .table-box th{
    padding: .5rem .25rem;
    width: 33.33%;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #333333;
}
.container-bg .zf-detail .table-box th{
    color:#333333
}
.zf-detail .table-box td{
    padding: .5rem .25rem;
    width: 33.33%;
    text-align: center;
    color: #333333;
    font-size: .65rem;
}
.container-bg .zf-detail .table-box td{
    color: #766044;
}
.hei-5{
    background-color: #f0f0f0;
    height: .2rem;
}
.sec-box .tab-list{
    margin: 0 .25rem;
}
.sec-box .tab-list li{
    padding: .5rem .15rem;
    color: #999999;
    font-weight: bold;
    line-height: 1.2rem;
    margin-left: .5rem;
}
.sec-box .tab-list li.select{
    color: #f95767;
    font-size: .75rem;
}
.sec-box .tab-list li.select:after{
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    background-color: #f95767;
}
.content-box{
    display: none;
}
.content-box.show{
    display: block;
}
.item-box{
    padding: 1rem .75rem;
}
.item-box:after{
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top:0;
    background-color: #e5e5e5;
}
.tc-item-box{
    position: relative;
    background-color: #fff;
    border: 1px solid #efcead;
    padding: .25rem .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}
.tc-item-box .tc-name{
    position: absolute;
    top:0;
    left: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #30302e;
    color: #e9d2ba;
    font-size: .7rem;
    font-weight: bold;
    padding: .05rem .5rem;
    -webkit-border-top-right-radius: .5rem;
    border-top-right-radius: .5rem;
    -webkit-border-bottom-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.tc-item-box .tc-infor{
    margin: .5rem 0;
}
.tc-item-box .tc-infor li{
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 .25rem;
}
.item-box.select .tc-item-box{
    background: #fefaf1 url("../images/select-icon.png") bottom right no-repeat;
    -webkit-background-size: 1.5rem auto;
    background-size: 1.5rem auto;
}
.tc-item-box.hot:after{
    content: '';
    position: absolute;
    right: -1px;
    top:0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.75rem;
    height: .8rem;
    background: url("../images/hot-icon.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.tc-item-box.xyg:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    background: url(../images/xyg-icon.gif) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.tc-item-box .tc-infor li:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 1rem;
    width: 1px;
    height: 1.5rem;
    background-color: #efcead;
}
.tc-item-box .tc-infor li:last-child:after{
    content: none;
}
.tc-item-box .tc-infor .tc-content{
    color: #766044;
    font-size: .7rem;
    font-weight: bold;
    margin: .15rem 0;
}
.tc-item-box .tc-infor .tc-content-detail{
    color: #333333;
    font-size: .65rem;
    font-weight: bold;
}
.tc-item-box .tc-infor .tc-content-detail b{
    color: #f95767;
    font-size: .85rem;
}
.tc-item-box .wxts-p{
    color: #7e6a50;
    margin: 0 .5rem;
    border-top: 1px dashed #efcead;
    padding: .45rem 0 .25rem;
    font-size: .55rem;
    position: relative;
}
.tc-item-box .wxts-p span{
    word-break:break-all;
    text-indent: 3.25rem;
    display: block;
}
.tc-item-box .wxts-p label{
    background-color:#f95767;
    padding:.05rem .25rem;
    border-radius:.25rem;
    color: #fff;
    position: absolute;
    top:.4rem;
    left:0;
}

.art-box{
    padding: 0rem .7rem 0;
}
.tq-item{
    padding-bottom: 1rem;
}
.tq-item:after{
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
}
.tq-list .tq-item:last-child:after{
    content: none
}
.tq-item .title-box{
    padding: .5rem 0 .75rem;
    text-align: center;
}
.title-box img{
    width:40%;
}
.tq-item .title-box > *{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3rem;
}
.tq-item .title-box label{
    background-color: #202530;
    color: #d6c1af;
    padding: 0 .35rem;
    -webkit-border-radius: .15rem;
    border-radius: .15rem;
    margin-right: .25rem;
}
.tq-item .title-box span{
    color: #333333;
    font-weight: bold;
    font-size: .75rem;
}
.tq-item .tq-tab{
    margin-right: .75rem;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: .5rem;
    color:#766044;
    font-size: .6rem;
    position: relative;
}
.tq-item .tq-tab.select{
    border-color: #efcead;
    background: #fefaf1 url("../images/select-icon.png") bottom right no-repeat;
    -webkit-background-size: 1.4rem auto;
    background-size: 1.4rem auto;
}
.tq-item .tq-tab.hot:after{
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 1.75rem;
    height: .8rem;
    background: url(../images/hot-icon.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.tq-item .tq-tab p{
    margin: .5rem 0;
}
.tq-item .tq-tab b{
    color: #f95767;
    font-size: .95rem;
}
.tq-item .tq-tab:last-child{
    margin-right: 0;
}
.rule-box{
    color: #999999;
}
.tab-rule-box{
    padding: 0 .25rem;
}

.tab-rule-box div{
    padding: .75rem 0;
    margin-left: .5rem;
    font-size: .7rem;
    line-height: 1.2rem;
}
.tab-rule-box div.select{
    font-size: .75rem;
    color:#f95767;
}
.tab-rule-box div.select:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #f95767;
}
.rule-content-box{
    padding: .5rem .75rem;
}
.rule-content-box .rule-content{
    display: none;
}
.rule-content-box .rule-content.show{
    display: block;
}
.rule-content-box:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f7f7f7;
}
.price-box{
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
}
.price-box label{
    margin: 0 .75rem;
    color: #333;
    font-size: .85rem;
}
.price-box p{
    color: #f95767;
    font-size: .9rem;
}
.price-box p .small{
    color: #6e6e6e;
    font-size: .7rem;
    margin-left: .15rem;
}
.price-box a{
    background-color: #f95767;
    padding: .75rem 1rem;
    color: #fff;
    font-size: .75rem;

}

.popup-body{
    /* background-color: #fff; */
}
.popup-body .popup-title-box {
    font-size: .9rem;
    padding-bottom: 0;
    color: #333333;
    font-weight: 700;
}
.popup-tst-box .login-lists1 li input {
    display: block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7rem;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
    text-indent: 0.5em;
    color: #fff;
}
input::-webkit-input-placeholder{  
    color:#FFC5CA;
 }
 input:-moz-placeholder{ 
    color:#FFC5CA;
 }
.popup-body .popup-content-box{
    background:url('./../images/alert1.png') no-repeat;
    background-size: 100% 100%;
    -webkit-background-size:100% 100%;
    overflow: hidden;
    /* height: 17rem; */
}
.popup-body .popup-content-bg{
    background: url("../images/popup-bg-img.png") left bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 -.75rem;
    padding: 1px;
}
.popup-tst-box p{
    color: #333333;
    font-size: .75rem;
}
.popup-tst-box p .big{
    font-size: .9rem;
}
.popup-tst-box p .small{
    font-size: .7rem;
}
.popup-tst-box p .gray{
    color: #999999
}
.popup-tst-box p .red-gray{
    color: #d0a987;
}
.popup-body .popup-content-bg .popup-tst-box{
    margin-left: 1rem;
    margin-right: 1rem;
}
.popup-btn-box li a{
    position: relative;
    width: auto;
}
.popup-btn-box li a img{
    height: 2rem;
}
.popup-container .popup-btn-box{
    width: 90%;
    margin: 1rem auto 1.5rem;
}
.popup-btn-box li a span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #e9d2ba;
    font-weight: bold;
    font-size: 1rem;
    white-space: nowrap;
}
.popup-body .popup-content-box{
    padding-bottom: 0;
}
.popup-box .popup-container{
    width: 80%;
}
.popup-tst-box .bz-box{
    background-color: #fefaf1;
    border: 1px solid #fcebd3;
    -webkit-border-radius: .15rem;
    border-radius: .15rem;
    margin: .5rem .25rem;
    padding: .35rem;
}
.popup-tst-box .bz-box p{
    color: #d2a577;
    font-size: .55rem;
}
.agreement-box .agreement{
    display: inline-block;
    position: relative;
    padding-left: .8rem;
    color: #999999;
    font-size: .6rem;
    vertical-align: middle;
}
.agreement-box .agreement .agree-check{
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    position: absolute;
    border: 1px solid #e6d2c8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agreement .agree-check #agree{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}
.agreement .agree-check label{
    width: 80%;
    height: 80%;
    top:10%;
    left: 10%;
    position: absolute;
    z-index: 3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agreement .agree-check #agree:checked ~ label{
    background-color: #e6d2c8;
}
.popup-tst-box .result-box{
    margin: .5rem 0;
}
.popup-tst-box .result-box img{
    height: 4.8rem;
    display: block;
    margin: 0 auto;
}
.login-lists1,.login-lists{
    margin: 6rem .75rem 0;
}
.popup-tst-box .login-lists1 li,.popup-tst-box .login-lists li{
    border: none;
    border-bottom: 1px solid #FFC5CA;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}
.login-lists1 li.get-code .code-btn:after{
    background-color: unset;
}
.popup-box .popup-btn-box a.popup-btn-style {
    color: #999999;
    font-size: .8rem;
    padding: .3rem 0;
    background:linear-gradient(to right,#cacaca,#ffffff );
    background: -webkit-linear-gradient(to right,#cacaca,#ffffff );
}
.popup-box .popup-btn-box a {
    display: inline-block;
    color: #7E4612;
    background:linear-gradient(to right,#FFE4CA,#FFFAF6);
    font-size: .7rem;
    padding: .25rem 0;
    /* border: 1px solid #258cde; */
}   
.login-lists1 li.get-code .code-btn{
    position: absolute;
    top: 0;
    height: 1.9rem;
    right: 0;
    line-height: 1.9rem;
    font-weight: 600;
    text-align: center;
    width: 7em;
    color: #FFF358;
    font-size: 0.7rem;
}

.login-lists li.get-code .code-btn{
    background: #f95767;
    color: #fff;
}
.btn-box{
    margin-bottom: .75rem;
}
.btn-box a{
    color:#fff;
    background-color: #f95767;
    font-size: .75rem;
    padding: .25rem .75rem;
    border-radius: .25rem;
}
.container.container-bg{
    background-image: url("../images/bg1.png");
}



/*新增*/
.module-box{
    background-color: #fefaf1;
    border: 2px solid #efcead;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: .5rem;
    margin: .75rem;
}
.module-box .title-box{
    font-size: .75rem;
    color:#999;
    margin: .5rem 0;
}
.module-box .dy-p{
    color: #30302e;
    font-size: .8rem;
    margin: .5rem 0;
}
.module-box .gz-p{
    font-size: .75rem;
    color:#999;
    margin: .5rem 0;
}
.module-box ul{
    margin: 0 -.25rem;
}
.module-box ul li{
    width: 50%;
    margin-bottom: .5rem;
}
.module-box ul li>div{
    margin: 0 .25rem;
    border: 1px solid #efcead;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: .25rem .35rem;
    background-color: #f8f1e9;
}
.module-box ul li p{
    font-size: .4rem;
    color:#999;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.module-box ul li p.name-p{
    display: block;
    color:#2c2b29;
    font-size: .45rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.3em;
    margin: .15rem 0;
}
.module-box ul li .btn-box{
    margin: .15rem 0;
}
.module-box ul li .btn-box a{
    display: inline-block;
    background-color: #f95767;
    color:#fff;
    padding:.25rem .5rem;
    font-size: .45rem;
    border-radius: .2rem;
    line-height: 1;
    vertical-align: middle;
}
.module-box ul li .img-box img{
    height: 3rem;
}
.module-box ul li .flex{
    overflow: hidden;
}
.loading-more{
    margin-bottom: .75rem;
}
.loading-more img{
    height: .7rem;
}

.tc-item-box .tc-infor li{
    /*min-height: 3.85rem;*/
    /*min-height: 100%;*/
}
.tc-item-box .tc-infor li:after{
    height: auto;
    bottom: .75rem;
    top: .75rem;
}
.table{
    display: table;
}
.table td{
    display: table-cell;
}
.tc-item-box .tc-name{
    line-height: 1;
    padding: .2rem .5rem;
}
.tc-item-box .wxts-p label {
    border-radius: .2rem;
}
.tc-item-box.xyg:after{
    width: 2.5rem;
    height: 2.5rem;
}
.popup-flow{
    margin: .5rem auto;
}
.table-box1{
    width:100%;
}
.table-box1 table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #a1beff;
}
.table-box1 table th{
    text-align: center;
    padding: 0.3rem 0.15rem;
    font-weight: normal;
    width: 10%;
    font-size: 0.55rem;
    color: #fff;
    text-align: center;
    background: #8daefe;
}
.table-box1 table td{
    border: 1px solid #a1beff;

}
.table-box1 table th{
    border: 1px solid #a1beff;
}
.table-box1 td{
    text-align: center;
    padding: 0.15rem 1px;
    font-size: 0.55rem;
    color: #999999;
    background: #fff;
}
.rule-block{
    text-align: center;
    margin-top: .5rem;
}
.rule-block img{
    width: 5%;
    display: inline-block;
    vertical-align: middle;
}
.rule-block span{
    display: inline-block;
    vertical-align: middle;
}
.rule-gloabl ul li{
    text-align: center;
    width: 20%;
}
.rule-gloabl ul li p{
  color: #333;
}
.rule-gloabl{
    padding: .75rem 0 0;
    background: #fff;
}
.rule-gloabl ul li img{
    width: 65%;
    margin-bottom: .2rem;
}
.rule-gloabl ul li p{
  font-size: .65rem;
}
.border {
    margin-bottom: 1.5rem;
}
.rule-content {
    max-height: 4rem;
    overflow-y: hidden;
}
.tc-bag .b-left{
    border-left:.25rem solid #FF6A8E;
    height: .7rem;
    padding-left: .6rem;
    line-height: 0.82rem;
    font-size: .8rem;
    color: #333333;
    font-weight: bold;
}
.tc-eqbox{
    border-bottom: 1px solid #f2f2f2;
    padding: .5rem 0 .75rem;
}
.tc-eqbox .b-eqline{
    border-left:.25rem solid #FF6A8E;
    height: .7rem;
    padding-left: .6rem;
    line-height: 0.82rem;
    font-weight: bold;
    font-size: .8rem;
}
.tc-bag{
    padding: 0 .3rem;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: .5rem;
}
.tc-bag .b-right{
    font-size: .65rem;
}
.tc-bag .b-right span{
    font-family: DIN1451EF-MittelNeu;
    font-size: 1.35rem;
}
.eq-serve img{
    width:1rem;
    vertical-align: top;
}
.eq-serve{
    font-size: .65rem;
    color: #666666;
    font-weight: bold;
    padding-top: .7rem;
}
.eq-serve strong{
    color: #2A94FF;
}
.eq-link{
    text-decoration: underline;
    color: #2A94FF;
}
.eq-link img{
    width: .3rem;
    display: inline-block;
    vertical-align: middle;
}
.eq-serve.eq-width{
    text-align: left;
    width: 6rem;
}
.tc-eqcon{
    padding: .75rem .75rem 0;
}
.tc-howfee{
    padding:0 .75rem;
}
.tc-howfee.tc-detail p{
    font-size: .6rem;
    color: #666666;
}
.ser-prece{
    padding:.75rem 0 0;
}
.ser-prece .prece-two{
    font-size: .65rem;
    color: #999999;
    padding-top: .2rem;
}
.ser-space{
    padding-bottom: .75rem;
    border-bottom: 1px dashed #ECECEC;
}
.prece-one .ser-age{
    margin-left: .25rem;
}
.scan-more{
    font-size: .65rem;
    color: #999999;
    display: block;
    text-align: center;
    padding-top: .5rem;
}
.scan-more img{
    width: .5rem;
    display: inline-block;
    vertical-align: middle;
}
.tc-detail {
    max-height: 6.3rem;
    overflow-y: hidden;
    padding-top: .75rem;
}
.tc-commit{
    font-size: .7rem;
    color: #333333;
    text-align:center;
    font-weight: bold;
}
.equity-bottom{
    margin-bottom: 1.5rem;
}
.tc-noflow{
    display:inline-block;
    width:84%;
    vertical-align: text-top;
}
.tc-into{
    width: 82%;
}
.day-icon {
    width: 65%;
    margin: 0 auto;
}
.day-icon a img{
    width: 1.35rem;
}
.rent-icon{
    width: 65%;
    margin: 0 auto;
}
.rent-icon a img{
    width: 1.1rem;
}
.rent-more{
    width:40% ;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.rent-box{
    padding-top: .5rem;
}
.rent-wrapp{
    width: 100%;
    background: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    padding: .5rem 0;
    text-indent: 1em;
    position: relative;
    margin-bottom: .5rem;
}
.rent-wrapp::before{
    content: ' ';
    position: absolute;
    top: -.75rem;
    left:2.3rem;
    width: 0;
    height: 0;
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent transparent #ffffff;
}
.rent-wrapp img{
    width: .7rem;
    vertical-align: middle;
}
.rent-wrapp span{
    font-size: .65rem;
    color: #999999;
    vertical-align: middle;
}
.rent-task{
    position: relative;
}
.rent-task::after{
    content: ' ';
    position: absolute;
    bottom: 0rem;
    left: 2.4rem;
    width: 0;
    height: 0;
    border-width: 0.3rem;
    border-style: solid;
    border-color: transparent transparent #F2F6FF;
}
.tc-item ul li.tc-big .tc-sever.com-bold{
    font-family: DIN1451EF-MittelNeu;
    font-size: 1.35rem;
    color: #333333;
    font-weight: 500;
    padding-top: .5rem;
}
.ser-age{
    background: #FEE0C4;
    color: #7E4612;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    font-size: .52rem;
    padding: .05rem .25rem;
}
.ser-warm{
    color: #FF466F;
    text-align: center;
    margin: 1rem auto .65rem;
}
.ser-next{
    display:block;
    /*width: 75% !important;*/
    margin: 0 auto 2rem;
    position: fixed;
    bottom: -1.5rem;
    text-align: center;
    /*left: 12%;*/
   /* margin-left: -37.5%;*/
}
.ser-next img{
    width:75%;
}
.ser-go{
    display:block;
    width: 86%;
    margin: 0 auto 2rem;
}
.ser-go img{
    width:100%;
}
.ser-tipbox{
    width: 95%;
    margin: -3.5rem auto 0;
    padding: .25rem .5rem 1rem;
    background: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(197, 197, 197, 0.2);
}
.ser-empty{
    padding: 2.5rem 8%;
    display:none;
}   
.ser-empty.active{
    display:block;
}
.tip-tit{
    font-size: .8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.tip-item{
    margin-left: .5rem;
    margin-bottom: 1.3rem;
}
.tip-item .tip-reply{
    font-size: .75rem;
    display: inline-block;
    vertical-align: top;
    width: 87%;
}
.sel-f {
    display: inline-block;
    vertical-align: middle;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-border-radius: 3.5rem;
    border-radius: 3.5rem;
    border: 1px solid  #C5C5C5;
    margin-right: .2rem;
}
.sel-check{
    display: inline-block;
    vertical-align: middle;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-border-radius: 3.5rem;
    border-radius: 3.5rem;
    border: 1px solid  #C5C5C5;
    margin-right: .2rem;
}
.sel-y {
    /* width: 0.4rem; */
    background: #fff url(../images/xz.png) no-repeat center center;
    -webkit-background-size: 80% 78%;
    background-size: 80% 78%;
}
.ser-alert{
    color:#fff;
    text-align: center;
    padding-top: 6rem;
}
.ser-alert p:nth-child(1){
    font-size: 0.8rem;
}
.ser-time{
    padding-top: .35rem;
    font-size: 0.8rem;
}
.ser-diff{
    color:#FFF358;
    padding-top: .35rem;
    font-size: 0.8rem;
}
.ser-good{
    font-size: 0.7rem;
    padding-top: .5rem;
}
.ser-bad{
    width: 22%;
    margin: 2rem auto 0;
}
.ser-bad img{
    width:100%;
}
.ser-hand{
    font-size: .8rem;
    color: #fff;
    text-align: center;
    padding-top: .5rem;
}
.ser-replay{
    color: #fff;
    text-align: center;
    padding-top: .25rem;
}
.tip-status{
    width: 1rem;
    display: inline-block;
}
.tip-status img{
    width:100%;
}
/*动效*/
.d{
    -webkit-animation: free_download 1s linear alternate infinite;
    animation: free_download 1s linear alternate infinite;
}
@-webkit-keyframes free_download{
    0%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}
@keyframes free_download{
    0%{transform:scale(0.9);}
    100%{transform:scale(1);}
}
.dati{
    width: 100%;
    background: rgba(255,255,255,0.75);
}
