@charset "utf-8";
@import url('../../../Scripts/mui/fonts/iconfont.css');/*字体图标调用*/

/* 全局设置 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border: 0px none;margin: 0px;outline: 0px none;padding: 0px;}
ol, ul{list-style: outside none none;}
a{text-decoration: none;color: #BA8961;}
html, body{ padding:0px;max-width: 750px;margin:0px auto !important;}

dl, dt, dd, ul, li, ol, form, img, h1, h2, p, div{padding: 0px;margin: 0px;border: 0px;list-style: none;}
body{height:100%;margin:0;font-family:'Microsoft YaHei', 'Source Han Sans CN', 'Helvetica Neue',Helvetica,sans-serif;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
*{margin: 0;padding: 0;}
img{border:0;display:block;width: 100%;}
em,i{font-style: normal;}

.clearfix:after{content:'';height:0;display:block;clear:both;}
.clearfix{zoom:1;}


/*页面头部*/
.hclifeCs_header{background: #931719;color: #ebe7dc;line-height: 44px;}
.hclifeCs_header a{color: #ebe7dc;}
.hc-logo{width:95px;background: url(/Content/images/2021/logo.png) no-repeat center center;height: 44px;background-size: 100%;display: block;} 

.home_huangli{width: 24px;height: 44px;background: url(//jscdn.httpcn.com/m/public/hanchengh5/Content/images/logo/huangli.png) no-repeat center center;background-size: 100% auto;margin: 0 18px;}
.home_huangli i{color:#f8efdd;font-size:13px;font-weight:600;text-align: center;display: block;margin-top:2px;}

.home_mulu{color: #f8efdd;display: block;}
.home_mulu i{color: #f8efdd;font-size:20px;display: block;margin-top:2px;}

.homeHead_dingdan{width: 22px;height: 44px;background: url(/Content/images/wechatCs/order.png) no-repeat center center;background-size: 100% auto;margin: 0 10px 0 0;margin-top: 1px;position: relative;}

.home_fenlei{color: #f8efdd;display: block;margin-right: 17px;}
.home_fenlei i{color: #f8efdd;font-size:21px;display: block;margin-top:2px;}

.mui-bar-nav{max-width: 750px;margin: 0 auto;}

/*页面头部*/

/* 底部版权 */
.hclifeCs_bg{background: #ffffff;}
.bottomCopy{margin-top: 15px;}
.botCopy_list{padding:10px 15px 0 15px;border-top: 1px solid rgba(57,43,32,0.1);}
.botCopy_list ul{border-bottom: 1px solid rgba(57,43,32,0.1);overflow: hidden;zoom:1;padding-bottom:5px;}
.botCopy_list ul li{width: 14.2%;float: left;text-align: center;line-height:35px;font-size:16px;}
.botCopy_list ul li a{display: block;color: #392b20;font-size: 16px;}

.botCopy_visit{padding:10px 15px;}
.botCopy_visit ul li{color: #392b20;line-height:1.8;font-size: 15px;}
.botCopy_visit ul li a{color: #392b20;font-size: 16px;}
.botCopy_visit ul li span{display: inline-block;margin-right:10px;line-height: 1.8;}

.botCopy_infor{background: #94181a;height:44px;line-height:44px;text-align: center;font-size: 15px;}
.botCopy_infor ul li{display: inline-block;font-weight: bold;color: #f0ece1;position: relative;margin-right: 25px;}
.botCopy_infor ul li a{color: #ffffff;font-size:16px;}
.botCopy_infor ul li:before{content: '';position: absolute;width: 1px;height:14px;background: rgba(240,236,225,0.2);right:-15px;top:15px;}
.botCopy_infor ul li:last-child{margin-right: 0;}
.botCopy_infor ul li:last-child:before{content: initial;}

/* 底部版权 end */

.text p{color: #333;font-size: 16px;}

/* 面包屑 */
.mbx_box{font-size: 15px;padding: 0 10px;color: #929292;height: 40px;line-height: 40px;}
.mbx_box a{font-size: 15px;color: #929292;}

.top-backdrop {
    display: none
}

.menu-open .top-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block;
    z-index: 998;
    background: rgba(0,0,0,.6)
}

.top-wrapper {
    position: fixed;
    top: 44px;
    right: 5px;
    z-index: 999;
    background: rgba(0,0,0,.8);
    width: 150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    pointer-events: auto
}

    .top-wrapper.hidden {
        display: none;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        z-index: -1
    }

.top-menu-tab .top-tab-item {
    display: block;
    padding: 8px 15px;
    overflow: hidden;
    color: #fff;
    position: relative
}

    .top-menu-tab .top-tab-item:after {
        position: absolute;
        bottom: 0;
        right: 10px;
        left: 10px;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1);
        background-color: #fff
    }

    .top-menu-tab .top-tab-item .mui-icon {
        margin-right: 10px
    }

    .top-menu-tab .top-tab-item .mui-tab-label {
        font-size: 16px
    }

.top-popover-arrow {
    position: absolute;
    top: -6px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    opacity: .8
}

.top-user {
    display: block;
    height: 60px;
    padding: 10px;
    position: relative
}

    .top-user:after {
        position: absolute;
        bottom: 0;
        right: 10px;
        left: 10px;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1);
        background-color: #fff
    }

    .top-user .photo {
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 5px
    }

    .top-user h3 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 3px 0
    }

    .top-user p {
        font-size: 12px
    }

    .top-user span {
        background-color: #761314;
        padding: 1px 5px;
        font-size: 12px;
        height: 24px;
        border-radius: 12px;
        color: #efdab5
    }

.top-num {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    padding: 2px 4px;
    color: #efdab5;
    border-radius: 100px;
    background-color: #761314
}

.fx-table-list {
    background-color: #fff;
    padding: 15px 10px;
    margin-bottom: 0;
}

    .fx-table-list li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 5px
    }

    .fx-table-list img {
        width: 55%;margin: 0 auto;
    }

    .fx-table-list span {
        display: block;color: #333;font-size: 15px;margin-top: 5px;
    }
.fxClose{color: #333 !important;}

.tc_login_checkbox label,.tc_login_checkbox a{font-size: 16px;}

.page{background: #f5f5f5;padding-top: 44px;}
.page img{width: 100%;}
.article-detail-content{background: #f5f5f5;padding:0;}

.indwrapbox{border-radius: 10px 10px 0 0;padding:10px 0 10px 0;}
.indwrapbox .public_form_wrap ul{border: none;}
.indwrapbox .public_form_wrap li{border-bottom: none;height:28px;line-height: 28px;margin: 5px 0;overflow:hidden;padding-right: 0;}
.indwrapbox .public_form_wrap .lefts{font-size: 15px;font-weight: 700;color: #dc2b2b;}
.indwrapbox .public_form_wrap .radio{font-size: 15px;}
.indwrapbox .public_form_wrap .auto input{font-size: 14px;height:28px;margin-top: 0;width: 60%;padding: 0 5px;}
.indwrapbox .public_form_wrap .auto{font-size: 14px !important;}
.indwrapbox .public_form_wrap .auto select{font-size: 14px;height:28px;outline: none;padding: 0 5px;border: 1px solid rgba(0,0,0,.2) !important;margin-top: 0;line-height: 28px;}
.indwrapbox .public_form_wrap .auto select[name="iHour"]{width: 60%;}
.indwrapbox .csk_bnt{margin-top:10px;}
.indwrapbox .cs_bnt{background: #e58508;font-size: 15px;color: #ffffff;width: 46%;padding: 5px 0;border: none;outline: none;}
.indwrapbox .cs_bntreset{background: #9d8566;font-size: 15px;color: #ffffff;width: 46%;padding: 5px 0;border: none;outline: none;border-radius: 5px;}

.indwrapbox .public_form_wrap .autos{width: 23%;}
.indwrapbox .public_form_wrap .autos input{font-size: 14px;height:28px;margin-top: 0;width:100%;padding: 0 5px;}

.indwrapbox .public_form_wrap .auto select[name="StrTime"]{width:24%;}
.indwrapbox .public_form_wrap .auto select[name="Strminute"]{width:24%;}

.indwrapbox .public_form_wrap .auto select[name="province"]{width:22%;}
.indwrapbox .public_form_wrap .auto select[name="city"]{width:22%;}
.indwrapbox .public_form_wrap .auto select[name="county"]{width:22%;}

.article-detail-content .text{background: #ffffff;padding:5px 15px 3px 15px;border-radius: 0 0 10px 10px;}

.AnswerItem-mask{position: absolute;bottom: 10px;z-index: 2;width: 100%;height: 200px;background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#ffffff);background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#ffffff);-webkit-animation: fadeIn .2s;animation: fadeIn .2s;border-radius: 0 0 10px 10px;}
.AnswerItem-mask span{position: absolute;bottom: 0;left: 0;right: 0;text-align: center;color: #383838;display: block;font-size: 15px;}
.AnswerItem-mask span img{display: block;width: 15px;margin: 5px auto;}

.article_bg{padding: 10px 10px 0 10px;}
.article_bg01{background: linear-gradient(to bottom , #add1f3,#f5f5f5,#f5f5f5);}
.article_bg01 h3{color: #336ea6;}
.article_bg02{background: linear-gradient(to bottom , #f3c8ad,#f5f5f5,#f5f5f5);}
.article_bg02 h3{color: #a55422;}
.article_bg03{background: linear-gradient(to bottom , #adb1f3,#f5f5f5,#f5f5f5);}
.article_bg03 h3{color: #3c42a7;}
.article_bg04{background: linear-gradient(to bottom , #f3adad,#f5f5f5,#f5f5f5);}
.article_bg04 h3{color: #b14545;}
.article_bg h3{margin-top:5px;font-size:24px;margin-bottom: 0;text-align: left;}
.csfxsc{margin:5px 0 10px 0 !important;display: flex;justify-content: space-between;}
.csfxsc .attr{font-size: 15px;line-height:30px;color: #ffffff;margin: 0;}
.csfxsc .fenxiang i{display: inline-block;width:19px;height: 19px;background: url(../../share/pic/share.png) no-repeat;background-size: 100%;position: relative;top:4px;}
.csfxsc .shoucang i{display: inline-block;width: 20px;height: 20px;background: url(../../share/pic/shoucang.png) no-repeat;background-size: 100%;position: relative;top: 4px;}
.csfxsc .shoucang.active i{background: url(../../share/pic/shoucang_active.png) no-repeat;background-size: 100%;}
.article_bg .text img{width:55%;float: left;margin:8px 10px 0 0;border-radius: 10px;}
.btjstit{background: #ffffff;}
.btjstit h3{display: block;font-size:20px;float: left;border-left:4px solid #dc2b2b;height: 20px;line-height: 20px; padding-left: 10px;font-weight: 700;color: #333;}

.article-detail_result{padding:0;background: #f5f5f5;}

.article_tit{border-radius:10px;background: #ffffff;padding: 10px 10px 1px 10px;margin: 15px 15px;}
.article_tit h3{margin-top:5px;text-align: left;color: #5c95d5;font-size: 17px;margin-bottom: 0;border-bottom: 1px solid rgba(218, 218, 218, 0.3);padding-bottom:10px;}
.article_tit .info{text-align: left;margin: 0;}
.article_tit .attr{color:#929292;}
.article_tit .fenxiang i{background: url(../../share/pic/share_result.png) no-repeat;background-size: 100%;}
.article_tit .csfxsc{margin: 5px 0 !important;}

.article-detail_result .text{margin: 0 15px;}
.text img{border-radius: 10px;}

.csbg{margin: 0 15px;line-height: 30px;}
.csbg .csbgxz{border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 3px;margin-bottom:3px;}
.csbg .csbgxz h3{display: block;float: left;font-size: 16px;}
.csbg .csbgxz span{display: block;float: right;font-size: 15px;color: #929292;}
.csbgfx{font-size: 15px;color: rgba(0, 0, 0, 0.5);}

.chaview{background: #c0dcf5;margin: 0 15px;border-radius: 10px;padding:10px;}
.chaview i{display: block;width: 45px;margin: 0 auto 10px auto;}
.chaview p{margin: 0;color: #000000;text-align: center;font-size: 15px;line-height: 1.5;}
.chaview p.chanum{font-size: 17px;}
.chaview font{margin: 0 5px;}
.txt-col-blue{color: #005fb7;}
.txt-col-red{color: #e30000;}

.chabnt{text-align: center;margin-top:6px;}
.chabnt a{display: inline-block;font-size: 15px;color: #ffffff;}
.chabnt .jsuo{background: #ffab32;border: 2px solid #ffe5c4;width: 170px;height: 30px;line-height: 28px;border-radius: 30px;}
.chabnt .jsuo i{display: inline-block;width:14px;margin-right: 5px;position: relative;top:4px;margin-bottom: 0;}
.chabnt .fhc{background: #4aa435;border: 2px solid #ffe5c4;width:90px;height: 30px;line-height: 28px;border-radius: 30px;}

.article-detail-content .tltextbox{border-radius: 10px;padding: 10px 15px;}
.period li span{background-size: 100%;}
.period li.pre span{width: 1.55rem;height: 2.95rem;overflow:hidden;}
.period li.pre span strong{line-height: 2.9rem;}
.period li.pre em{font-size: 16px;margin-top: 5px;}
.period2 li.pre em{font-size: 16px;margin-top: 5px;}

.csresult{margin:10px 15px 0 15px;background-color: #ffffff;box-shadow: 0 2px 10px rgba(211, 211, 211, 0.75),0 -2px 10px rgba(211, 211, 211, 0.75),2px 0 10px rgba(211, 211, 211, 0.75), -2px 0 10px rgba(211, 211, 211, 0.75);border-radius: 10px;margin-top: 10px;position: relative;padding-bottom: 15px;}
.csresult i img{display: block;border-radius: 10px 10px 0 0;}
.csresult em{display: block;position: absolute;width:50px;top: 50%;left: 50%;transform: translate(-50%, -110%);}
.csresultinfo{padding:10px 10px 0 10px;}
.csresultinfo p{font-size: 15px;line-height:2;color: #000000;}
.csresultinfo font{margin: 0 5px;}
.csresult .chabnt .jsuo{width: 140px;}
.csresult .chabnt .jsuo i{width: 10px;}
.csresult .chabnt .fhc{background: #a4a4a4;border: 2px solid #d8d8d8;width: 140px;}

.csxzapp .chabnt .jsuo{background: #1f98ff;border: 2px solid #c4dcff;}

.csjgcont{margin:10px 15px 0 15px;background:url(../../share/pic/tishu.png) no-repeat;background-size: 100%;padding:12% 10px 0 10px;}
.csjginfo{background: #ffffff;border-radius: 5px;padding: 5px 0 15px 0;}
.csjgcont .chabnt .jsuo{width: 140px;}
.csjgcont .chabnt .fhc{background: #a4a4a4;border: 2px solid #d8d8d8;width: 140px;}
.csjgcont b{display: block;font-size: 15px;color: #3a3a3a;font-weight: 700;margin:5px 5px 0 5px;}
.csjgbtn{margin: 5px 10px 0 10px;}
.csjgbtn a{display: block;float: left;font-size: 15px;color: #1778bb;margin-right: 10px;line-height: 2;border-bottom: 1px solid #1778bb;}


.share_Popup{width:90%;margin:0 auto;position: fixed;z-index: 1600;left:5%;line-height: 2;top: 90px;bottom: 90px;}
.share_Popup .share_cont{padding:10px 10px 10px 10px;background: #f5f5f5;}
.share_Popup .article_tit{margin: 0 0 10px 0;}
.share_Popup .article_tit .attr{font-size: 14px;}
.share_Popup .report{font-size: 14px;color: rgba(0, 0, 0, 0.5);line-height: 1.6;margin-bottom: 10px;}
.share_Popup .report h3{display: inline-block;margin: 0;font-size: 15px;font-weight: 600;color: #000000;margin-right: 5px;}

.share_close{position: absolute;width: 30px;height: 30px;right:10px;top:10px;font-size:26px;text-align: right;color: #ffffff;background:url(../../share/pic/close.png) no-repeat;background-size: 100%;}
.share_ewm{padding:15px 10px;background:url(../../share/pic/ewm_bg.jpg) no-repeat;background-size: 100%;}
.share_ewm img{width:60px;}
.share_ewmpic{border: 5px solid #ffffff;border-radius: 10px;float: left;margin-right: 10px;}
.share_ewm span{display: block;color: #000000;line-height:1.6;font-size: 14px;margin-top:10px;}
.share_Popup_btn{height: 40px;line-height: 40px;font-size: 15px;text-align: center;color: #392b20;border-radius: 30px;margin:20px auto 0 auto;border: 1px solid #ffffff;background: #ffffff;}

.share_Popup_Hh{overflow-y: scroll;height:100%;}

@media screen and (min-width:750px) {
   .share_Popup{width: 750px;left: 50%;margin-left: -375px;}
}

/* 测试精选 */
.cstjCont{background: #ffffff;position: relative;margin:15px 0 0 0;padding: 1px 0;}
.cstjbox{margin:20px 4% 25px 0;}
.cstjtitle{padding-left: 4%;line-height: 30px;}
.cstjtitle i{display: block;width:30px;float: left;margin-right: 10px;}
.cstjtitle h3{display: block;float: left;font-size: 18px;font-weight: bold;margin: 0;line-height: 32px;}
.cstjtitle a{display: block;float: right;font-size: 15px;color: rgba(0, 0, 0, 0.7);}
.cstjtitle span{display: block;float: right;font-size: 15px;color: rgba(0, 0, 0, 0.7);line-height:22px;}
.cstjtitle span img{display: block;width: 15px;float: left;margin-right:5px;}

.rmjxpic{margin-left: 2%;}
.rmjxitem{width: 48%;float: left;position: relative;border: 1px solid #e6e6e6;border-radius: 5px;padding: 5px;margin-top: 10px;margin-left:2%;}
.lnys{background: #ffecd5;}
.schh{background: #e2dff8;}
.zsys{background: #ffe3e2;}
.syxp{background: #daeeff;}

.rmjxitem .img{border-radius: 5px;width: 60px;float: left;margin-right: 5px;}
.rmjxitem i{display:block;width:18px;position: absolute;top: 0;right:5px;}
.rmjxtext{margin-top:8px;}
.rmjxtext h4{display: block;font-size: 16px;font-weight: 700;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.rmjxtext span{display: block;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.lnys h4{color: #ac7a3d;}
.lnys span{color: #ac7a3d;}
.schh h4{color: #53499a;}
.schh span{color: #53499a;}
.zsys h4{color: #ac433f;}
.zsys span{color: #ac433f;}
.syxp h4{color: #366892;}
.syxp span{color: #366892;}

.rmjxcf{margin-left: 2%;}
.rmjxcf ul li{width: 48%;float: left;position: relative;border: 1px solid rgba(0,0,0,0.14);border-radius: 5px;padding: 5px;margin-top: 10px;font-size: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-left: 2%;}
.rmjxcf span{color: #bf0000;border-right: 1px solid #bfbfbf;padding-right: 5px;margin-right: 5px;font-size: 15px;}
.rmjxcf i{color: #392b20;font-size: 15px;}

.lbjxitem{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;margin-left: 2%;}
.lbjxitem a{display: block;margin-left: 2%;font-size: 15px;color: #000000;border: 1px solid #dbdbdb;border-radius: 5px;height: 30px;line-height: 30px;margin-top: 10px;width: 23%;text-align: center;}

.xgrdItem{margin-left: 2%;}
.xgrdItem ul li{width: 23%;float: left;margin-top: 15px;margin-left: 2%;}
.xgrdItem img{border-radius: 5px;}
.xgrdItem ul li span{display: block;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 5px;color: #392b20;}

.cshscitem{margin-left: 2%;}
.cshscitem a{display: block;margin-left: 2%;font-size: 15px;color: #000000;border: 1px solid #dbdbdb;border-radius: 5px;height: 35px;line-height: 35px;margin-top: 10px;width: 31.33%;text-align: center;position: relative;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 0 5px;}
.cshscitem i{display: block;width: 15px;position: absolute;top:0;right: 0;height: 15px;line-height: 15px;}

/* 首页 */
#myform{display:flex;justify-content:space-between;}
.aui-search-box{margin:10px 0 10px 10px;width:100%;}
.icon-search{left: 5px;top: 5px;width: 23px;height: 23px;}
.aui-search-box input[type=search]{margin-bottom: 0;padding:0 10px 0 30px;background-color: #ffffff;font-size: 15px;height: 33px;border-radius: 10px;}
.input-group-btn{margin:10px 10px 10px 5px;}
.input-group-btn .btn-info{height: 35px;background-color: #ffffff;font-size: 15px;border: 1px solid #ddd;}

.Sel-slide-item-list{padding:10px 5px 0 5px;display: flex;flex-wrap: wrap;}
.Sel-slide-item-item{display: block;float: left;width: 25%;margin: 0;}
.Sel-page-hd img{width:80%;height: auto;border-radius: 10px;margin: 0 auto;}
.Sel-page-bd{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 15px;color: #333333;margin-top: 10px;font-weight: 400;}

.part_item{padding: 5px 10px 10px 10px;}
.part_item ul li a{color: #333333;font-size: 15px;}

.jxtitle_jt{border-bottom: none;background-color: #ffffff;width: 100%;padding:8px 12px 0 12px;}
.jxtitle_jt em{font-size: 18px;color: #931719;}
.jxtitle_jt em::after{background:#931719;width: 4px;height: 18px;line-height: 18px;}
.jxtitle_jt a{color: rgba(0, 0, 0, 0.7);}

.wb_item{padding:10px 10px 5px 10px;}
.wb_item ul li{width: auto;padding: 0 8px;background:#f5f5f5;border-radius: 10px;font-size: 14px;line-height: 28px;margin:3px 2px;}
.cs-active{color: #931719;position: relative;}
.cs-active::before{content: '';position: absolute;width:76%;height: 1px;background: #931719;bottom:5px;left:12%;}

.rmcs_txt{overflow: visible; height: auto;}
.rmcs_txt h3{color: #333333;font-size: 15px;padding: 0;line-height: 1.4;}
.rmcs_txt p{font-size: 14px;}

.rmcsmore{font-size: 15px;color:rgba(0, 0, 0, 0.7);text-align: center;height: 40px;line-height: 40px;margin-bottom: 10px;}

.mui-toast-container{z-index:10001!important;}

.mui-slider{z-index: 10;}
.mui-segmented-control.mui-scroll-wrapper{height: 42px;max-width: 750px;}
.hczt-wrapper{background-color: #ffffff;padding-right: 40px;}
.hczt-icon{position: absolute;top: 0;right: 0;margin: 0 !important;width: 40px !important;height: 38px !important;line-height: 38px !important;color: #999999;border: none !important;background-color: #ffffff;z-index: 2;}
.hczt-item{height:42px;padding: 0 !important;margin-right: -4px !important;position: relative;}
.hczt-item span{margin-bottom: 4px;line-height:42px;padding: 0 15px;color: #392b20;display: block;}
.hczt-item.mui-active span{color: #94181a;font-weight: 600;}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted .hczt-item.mui-active{border-bottom:none;position: relative;}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted .hczt-item.mui-active:before{content: '';position: absolute;width:20px;height: 4px;background: #95191b;bottom: 0;left: 50%;margin-left: -10px;border-radius: 20px;}

.menuzt-popup {
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.9);
    width: 100%;
    padding: 10px;
    pointer-events: auto;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 996;
border-bottom: 1px solid rgba(57, 43, 32, 0.1);max-width: 750px;
}

@media screen and (min-width:750px) {
   .menuzt-popup{width: 750px;left: 50%;margin-left: -375px;}
}

    .menuzt-popup.hidden {
        display: none;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        z-index: -1
    }

.menuzt {
    width: 100%
}

.menuzt-open {
    width: 100%;
    height: 100%
}

.zt-item {
    height: 38px;
    padding: 0 !important;
    margin-right: -4px !important
}

    .zt-item span {
        margin-top: 6px;
        margin-bottom: 4px;
        line-height: 26px;
        padding: 0 20px;
        color: #b78053;
        display: block;
        border-right: #e2d3be 1px solid
    }

    .zt-item.mui-active span {
        color: #94181a
    }

.zt-control {
    background-color: #f1e9d4;
    border-bottom: #e4d3bf 1px solid !important
}

.zt-tan {
    font-size: 15px
}

    .zt-tan li {
        float: left;
        width: 20%
    }

    .zt-tan .mui-table-view-cell {
        padding: 10px 15px
    }

        .zt-tan .mui-table-view-cell > a:not(.mui-btn) {
            margin-right: -20px;font-size: 16px;color: #bb8962;
        }

        .zt-tan .mui-table-view-cell:after {
            height: 0
        }

    .zt-tan:after, .zt-tan:before {
        height: 0
    }

    .zt-tan.mui-table-view-radio .mui-table-view-cell .mui-navigate-right:after {
        right: 0
    }

    .mui-table-view-radio .mui-table-view-cell .mui-navigate-right:after{color: #c80000;}


/*全站红包弹窗*/
.qzpay_Popup div,.qzpay_Popup span{box-sizing:unset!important;}
.qzpay_Popup{position: fixed;z-index: 1600;top: 50%;left: 50%;transform: translate(-50%, -50%);width:300px;height:395px;background: url('/Content/images/pay/hongbTC03.png') no-repeat center center;background-size: 100%;text-align: center;display: none;}
.qzpay_Popup.mui-active{display: block;animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.qzpay_close{position: absolute;width: 30px;height: 30px;right:0px;top:15px;font-size:26px;text-align: right;color: #ffffff;background:url(/Content/images/pay/close.png) no-repeat;background-size: 100%;z-index: 10;}
.qzpay_content{position: relative;z-index: 1;color: #fff;text-align: center;flex-direction: column;justify-content: center;}
.qzpay_money{font-size:18px;color: #DF062A;font-weight: bold;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); margin-top:85px;}
.qzpay_money span{font-size:52px;display: inline-block;margin-right: 5px;text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);}
.qzpay_name{width:175px;padding:3px 10px;font-size:14px;color: #347BC6;margin:10px auto 0;background:#ffffff;border:1px solid #DEA370;}
.qzpay_name span{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.qzpay_time {font-size:12px;margin:85px auto 0;color: #fff;letter-spacing: 2px;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);background: rgba(0, 0, 0, 0.3);padding: 5px;border-radius: 10px;text-align:center;width:175px;}
.qzpaybnt{width:100%;height:60px;margin-top:25px;}
.qzpaybnt a{width:100%;height:60px;display:block;}