@charset "utf-8";
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, tr, td, th, form{ margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #333333;}
html{height: 100%; width: 100%;}
img { border: none; vertical-align: middle; display: block;}
ul,li { list-style: none; }
a { color: inherit; text-decoration: none; }
input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="password"], textarea, select { font-family: inherit; font-size: 100%; margin: 0; border-radius: 0; }
input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button, input { line-height: normal;}
textarea { resize: none; }
input:focus, textarea:focus { outline: none; }

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/


    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/common/select-arrow.png") no-repeat  right center,#fff;


    /*为下拉小箭头留出一点位置，避免被文字覆盖*/

    box-sizing: border-box;

    border: 1px solid #bbbbbb;
    max-width: none;
    padding-left: 5px;
    padding-right: 40px;

}
select.required{  background: url("../img/common/select-arrow.png") no-repeat  right center,url("../img/common/input_bg.png") no-repeat  right 0,#fff;}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* Reset */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix{ zoom: 1; /* for IE6 IE7 */ }
.clear { clear: both; display: block; overflow: hidden }
.cls{clear:both; line-height:0px!important; height:0px!important;font-size:0px!important;}
.tc { text-align: center; }
.tr { text-align: right; }
.fl { float: left; padding-right: 8px;}
.fr { float: right; }
.rel { position: relative; }
.f12 { font-size: 12px; }
.mb10 { margin-bottom: 10px; }
.mb10 .delete{ cursor: pointer; color: #ff00ff; }
.mb20 { margin-bottom: 20px; }
.m10 { margin: 10px 10px 0; }
.pb10 { padding-bottom: 10px; }
.pl20 { padding-left: 20px; }
.pl10 { padding-left: 10px; }
.f13{ font-size: 13px;}
.hidden{ display: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
.header{ position: fixed; left: 0;top: 0; width: 100%; background: #1f2229;line-height:70px;z-index: 100}
.menuBtn{ float: right; width: 40px; height: 40px; background: url("../img/home/menuIcon.png") no-repeat center; background-size: 40px; margin-top: 10px;display: none;}
.menuPop{ width: 150px; background: rgba(0,0,0,0.8); padding:10px; box-sizing: border-box; position: absolute; right: 0;top: 60px;  display: none;}
.menuPop-item{ color: #fff; line-height: 30px; display: block; text-align: right; margin-bottom: 10px;}
.menuPop-item.current{ color: #fc6102;}
.openMenu .menuPop{ display: block;}
.wrap{ width: 1280px; margin: 0 auto;}
.logo{ float: left;margin-top: 12px;}
.nav{ color:#fff;float: right;}
.navItem{ float: left; margin-right: 40px; text-align: center;min-width: 70px; display: block;}
.navItem.current{ color: rgb(255, 102, 0)}
.ban{ position: relative;}
.row-error{ font-size: 12px; color: red;}
.waimaiBan{
    background: -webkit-linear-gradient(left, #fd7215 , #fe8a3f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fd7215, #fe8a3f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fd7215, #fe8a3f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fd7215 , #fe8a3f);
}
.waimaibang{
    padding-top:20px;
    margin:0 auto;
    width:60%;
    text-align: center;
    font-size:44px;
    color:#fff;
    line-height: 80px;
    border-bottom:1px solid #fff;
}
.priceList{
    width:100%;
    box-sizing: border-box;
    padding:60px 100px 30px 100px;
}
.priceList li{
    box-sizing: border-box;
    padding:5px;
    width:23%;
    height:360px;
    background: #fff;
    border-radius: 10px;
    float:left;
    margin-right:2%;
}
.priceTitle{
    text-align: center;
    line-height:50px;
    font-size: 24px;
    border-bottom:1px solid #bfbfbf;
}
.priceText{
    margin-top:20%;
    text-align: center;
    color:#bfbfbf;
}
.price{
    font-size: 44px;
    color:#fc6102;
}
.years{
    font-size: 16px;
    color:#404040;
}
.total{
    text-align: center;
    font-size:16px;
    margin-bottom:15%;
}
.btn{
    display: block;
    text-align: center;
    width:80%;
    height:40px;
    line-height: 40px;
    text-align: center;
    margin:0 auto 10px;
    color:#fc6102;
    border:1px solid #fc6102;
    border-radius: 5px;
}
.orangeBg{
    background: #fc6102;
    color:#fff;
}
.textPlain{
    text-align: center;
    color:#fff;
    padding-bottom:40px;
}
.testT{
    text-align: right;
}
.ban .title1{width:40%;margin-left:2%;margin-top:14%; float:left;}
.text1{width:80%; }
.info{font-size:30px;line-height:42px;margin-top:40px;color:#fff;}
.remainImg{width:55%;margin-top:8%;margin-bottom:1%; float:right;}
.go{position:absolute; left:2%; top: 90%; width:500px;}
.goLogin{ width: 40%;height: 60px; text-align: center; background: #fff;color: #ff6600; border-radius: 10px;font-size: 26px; line-height: 60px;}
.kMore{margin-top:3%;margin-left:4%;}
.knowMore{margin-top:4%;color:#fff;font-size:18px;}
.second{position:relative;    margin-top:30%;height:1200px;}
.dispatchInfo{

}
/*弹出窗口提示*/
.alert-mask{ position: fixed; left: 50%; top: -200px; width: 300px; background: #fff; z-index: 1000; box-sizing: border-box;   margin-left: -150px;transition: top 1s;
    -moz-transition: top 1s;	/* Firefox 4 */
    -webkit-transition: top 1s;	/* Safari 和 Chrome */
    -o-transition: top 1s;	/* Opera */
    border-radius: 3px; border: 1px solid #9ACD32; overflow: hidden;}
.open-alert .alert-mask{ top: 0;}
.alert-mask-wrap{ position: relative;}

.alert-mask-top{ margin: 0 10px; line-height: 50px; color: #9ACD32; font-weight: bold; font-size: 20px; box-sizing: border-box; padding-left: 20px; border-bottom: 1px solid #9ACD32;}
.alert-mask .alert-btn{ box-sizing: border-box; padding: 0 10px; min-width: 60px; text-align: center; line-height: 30px; color: #fff; background: #9ACD32; border-radius: 5px; cursor: pointer;  display: inline-block; position: absolute; right: 5px; bottom:5px;}
.alert-mask-top .icon{ width: 27px; height: 27px; display: inline-block; vertical-align: middle; background: url("../img/delivery/icon-yes.png") no-repeat 0 center; background-size: 27px; margin-right: 10px;}
.alert-mask-tip{width: 80%; background: #fff; box-sizing: border-box; padding: 20px;}
.alert-mask-bottom{ text-align: right; padding-top: 10px;}

.alert-mask.error{border: 1px solid #C20000;}
.alert-mask.error .alert-mask-top{color: #C20000;border-bottom: 1px solid #C20000;}
.alert-mask.error .alert-mask-top .icon{ background: url("../img/delivery/icon-no.png") no-repeat 0 center; background-size: 27px;}
.alert-mask.error .alert-btn{background: #C20000;}

.bigTitle{font-size:60px;color:#000;}
.orange{
    color:#fc6102;
}
.text2{
    font-size:22px;
    color:#373942;
}
.dispatch,.data,.custom{
    box-sizing: border-box;
    padding:100px 50px;
    width:400px;
    height:480px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    position:absolute;
}
.caseTabCon .colorWhite{
    color:#fff;
}
.beian{
    margin-top:30px;
    text-align: center;
}
/*动画效果*/
.move{ animation-play-state:running;}
@keyframes move{
    from{ opacity:0; margin-top:500px;}
    to{ opacity:1; margin-top:0;}
}
.dispatch{
    top:50%;
    right:45%;
}
.data{
    right:5%;
    top:10%;
}
.custom{
    right:5%;
    top:60%;
}
.secondTitle{
    font-size:24px;
    line-height:60px;
}
.secondText{
    line-height: 30px;
    color:#808080;
}
.third{
    margin-top:140px;
}
.thirdImg{
    float: left;
    width:50%;
}
.thirdInfo{
    float:right;
    width:40%;
}
.thirdBigTitle{
    margin-top:50px;
    font-size: 40px;
}
.pay{
    margin:20px 0;
}
.payT{
    font-size:18px;
}
.first{
    margin-top:120px;
}
.firstTitle{
    font-size: 50px;
    margin-bottom:60px;
}
.seller{
    margin-left:20px;
}
.seller li{
    float:left;
    margin:16px 16px 0 0;
    border:1px solid #ccc;
}
.seller li:hover{
    box-shadow: 1px 1px 6px #808080;
}
.fiveTitle{
    margin:120px 0;
    text-align:center;
    font-size:60px;
}
.fiveList{
    margin-bottom:100px;
    display: flex;
    justify-content: space-between;
}
.fiveList li{
    width:24%;
    float:left;
}
.fiveT{
    font-size:28px;
    line-height:70px;
}
.fiveText{
    font-size:18px;
    line-height: 40px;
    color:#808080;
}
.condition{
    color:#fff;
    display:flex;
    justify-content: space-around;
}
.condition li{
    box-sizing: border-box;
    padding:0 40px;
    float:left;
    width:45%;
    height:250px;
    background: #373942;
    border-radius: 10px;
    overflow:auto;
}
.conditionTitle{
    font-size: 28px;
    text-align:center;
    line-height: 70px;
}
.application{
    font-size: 40px;
    text-align: center;
    margin-top:100px;
}
.zLogo{
    margin-top:16px;
    width:200px;
    margin-bottom:30px;
}
.center .homgBottom{
    padding-bottom: 0;
}
.mobileFl{
    float:none;
}
.mobileFooter{
    display:none;
}
.center .newPadding{
    padding-top:60px;
}
            aside {
                /*侧边栏,初始位置为-200px，即隐藏效果*/
                position: fixed;
                top: 40%;
                right: -110px;
                width: 160px;
                transition: 0.2s ease-out;
                z-index: 100000;
                /*动画效果的执行方式是ease-out，即侧边栏滑动效果为渐变式，而不是生硬的突然变化*/
            }

            aside:hover{
                right:0px;
                top:40%;
            }
            aside:hover #sideul .erweima{
                height:220px;
            }
            #sideul{
                margin:0;
                padding:0;
            }
            #sideul li {
                background:#fc6102;
                margin-bottom:2px;
                border-radius: 3px;
                list-style: none;
                color: #fff;
                width: 100%;
                height: 50px;
                font-size: 14px;
                line-height: 50px;
                box-sizing: border-box;
                padding-left:12px;
                overflow: hidden;
                transition: 0.2s ease-out;
            }
            #sideul li img{
                float:left;
                margin-top:10px;
                margin-right:10px;
                vertical-align: text-bottom;
            }
            a {
                text-decoration: none;
            }

            #sideul li:hover {
                opacity: .6;
            }
            .codePic img{
                width:140px;
            }
            .aboutAddressText{
                color:#000;
            }
            .orangeBg:hover{
                box-shadow: 0px 2px 10px #ff7b7b;
            }
            .whiteBg:hover{
                box-shadow: 0px 2px 10px #fc6102;
            }
.banImg{ width: 100%; display: block;}
.view{ padding-top: 70px;padding-bottom:90px;}
.homeBg{ background: url('../img/home/homeBg.jpg') no-repeat center top,#fc6102;background-size: cover ; padding-bottom: 50px;}
.applyBtn{ width: 400px; line-height: 80px; display: block; margin: 0 auto; background: #373942; color:#fff; text-align: center;font-size: 36px; border-radius: 6px; margin-top: 84px; }
.applyBtn2{ width: 400px; line-height: 80px; display: block; margin: 0 auto; background: #fc6102; color:#fff; text-align: center;font-size: 36px; border-radius: 10px; margin-top: 84px; }
.footer{ padding-top: 60px; background:#1f2229; color: #fff; line-height: 40px; padding-bottom: 10px; width: 100%;}
.footer .wrap{display: flex;}
.footerDiv{     width: 18%;margin-right: 2%;}
.caseBg{ -background: url('../../img/home/caseBg.jpg') no-repeat center top,#fff;background-size: cover; padding-top: 97px;}
.caseTab{ width: 1280px;  background: #fff; border-radius: 10px; font-size: 24px; color: #404040;text-align: center; padding: 50px 0; box-sizing: border-box; line-height: 60px; margin: 0 auto;}
.caseTab-item{ width: 160px; text-align: center; display: inline-block;cursor: pointer;}
.caseTab-item:hover{color:#fc6102;}
.caseTab-item .img{ width: 100px; display: block; margin: 0 auto;}
.caseTab-item .icon{ width: 100px; height: 100px; display: block; background: url("../img/home/caseIcon1.png") no-repeat center; margin: 0 auto;}
.caseTab-item .icon2{background: url("../img/home/caseIcon2.png") no-repeat center;}
.caseTab-item .icon3{background: url("../img/home/caseIcon3.png") no-repeat center;}
.caseTab-item .icon4{background: url("../img/home/caseIcon4.png") no-repeat center;}
.caseTab-item .icon5{background: url("../img/home/caseIcon5.png") no-repeat center;}
.caseTab-item .icon6{background: url("../img/home/caseIcon6.png") no-repeat center;}
.caseTab-item .icon7{background: url("../img/home/caseIcon7.png") no-repeat center;}
.caseTab-item.current{ color: #fc6102; }
.caseTab-item.current .icon{background: url("../img/home/caseIconHover1.png") no-repeat center; }
.caseTab-item.current .icon2{background: url("../img/home/caseIconHover2.png") no-repeat center;}
.caseTab-item.current .icon3{background: url("../img/home/caseIconHover3.png") no-repeat center;}
.caseTab-item.current .icon4{background: url("../img/home/caseIconHover4.png") no-repeat center;}
.caseTab-item.current .icon5{background: url("../img/home/caseIconHover5.png") no-repeat center;}
.caseTab-item.current .icon6{background: url("../img/home/caseIconHover6.png") no-repeat center;}
.caseTab-item.current .icon7{background: url("../img/home/caseIconHover7.png") no-repeat center;}
.caseTabCon{ padding-top: 62px;}
.caseTabTitle{ font-size: 50px; line-height:90px;color: #404040; margin-bottom: 40px;}
.caseTabBorder{ width: 200px; height: 4px; background:#404040; }
.caseRight{ float: right; width: 920px; border-radius: 10px; background: #fff; box-shadow: 0px 0px 15px  rgba(0,0,0,0.1); padding: 45px; margin-bottom: 40px;color: #808080; line-height: 40px; position: relative;}
.caseRight .title{ font-size: 36px; color: #1f2229; line-height: 80px;}
.caseLeft{ float: left; width: 920px; border-radius: 10px; background: #fff; box-shadow: 0px 0px 15px  rgba(0,0,0,0.1); padding: 45px; margin-bottom: 80px;color: #808080; line-height: 40px; position: relative;}
.caseLeft .title{ font-size: 36px; color: #1f2229; line-height: 80px;}
.detailBtn{ position: absolute; right: 25px;top: 15px; font-size: 18px; color: #fc6102;}
.detailBtn .icon{ width: 36px; height: 36px; display: inline-block; vertical-align: middle; background: url("../img/home/detailIcon.png") no-repeat center;  margin-right: 10px;}
.costBg{ padding-top: 35px; background: url("../img/home/costBg.jpg") no-repeat center top,#fc6102; background-size: cover; padding-bottom: 100px;}
.costDiv{ width: 1280px;box-sizing: border-box; margin: 0 auto; background: #fff; border-radius: 10px; box-sizing: border-box; padding: 50px; box-shadow: 0 0 15px rgba(0,0,0,0.1); margin-bottom: 50px;}
.costDiv-item{ min-height: 50px; position: relative; line-height: 50px; width: 100%; box-sizing: border-box; padding-left: 270px; margin-bottom: 30px; padding-right: 30px;}
.costDiv-item .title{  width: 200px; text-align: center; line-height: 50px; background: #fc6102; color: #fff; position: absolute; left: 0;top: 0; border-radius: 10px;}
.costDiv-item .two{ line-height: 25px;}
.costDiv-item:nth-child(2n+1){ background:#f2f2f2;}
.costDivTitle{font-size: 60px;color: #fc6102; text-align: center;}
.costDivBorder{ width: 900px; background: #fc6102; margin: 0 auto; height: 2px; margin-bottom: 40px;}
.aboutBg{ padding-top: 80px; background: url("../img/home/aboutBg.jpg") no-repeat center top,#fc6102; background-size: cover; padding-bottom: 100px;}
.aboutDiv{ width: 1280px; box-sizing: border-box; margin: 0 auto; line-height:36px;border-radius: 10px; padding:20px 50px 50px 50px; box-sizing: border-box; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); margin-bottom: 160px;}
.aboutAddress{ position: relative; min-height: 588px; box-sizing: border-box; padding-left: 840px; color: #1f2229; margin-bottom: 160px;}
.aboutAddress-l{position: absolute; left: 0;top: 0; width: 788px; height: 588px;  background: url("../img/home/mapBorder.png") no-repeat center; box-sizing: border-box;  padding: 64px 15px 15px 15px;}
.aboutAddress-r{ font-size: 22px; line-height: 40px;}
.aboutAddress-r .title{ font-size: 60px; line-height: 140px; padding-top: 40px;}
.loginBg{ 
    background: -webkit-linear-gradient(left, #fd761c , #fe8a3f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fd761c, #fe8a3f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fd761c, #fe8a3f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fd761c , #fe8a3f);  
    position: relative;}
.loginImg{ width:55%;float:left; padding-bottom:30px;margin-left:10px;margin-top:40px;}
.loginDiv{ -position: absolute; -right:10%;-top: 32%;margin-top:100px;float:right; background: #fff; border-radius: 10px; padding: 35px; width: 30%; box-sizing: border-box;}
.loginTab{ width: 100%; margin-bottom: 30px;}
.loginTab-item{ float: left; width: 50%; text-align: center; font-size: 24px;line-height: 40px;  border-bottom: 4px solid #fff;cursor: pointer;}
.loginTab-item.current{ border-bottom: 4px solid #fc6102;}
.loginInput{ border: 0; border-bottom: 1px solid #bfbdbd; height: 40px; width: 100%;}
.loginRow{ margin-bottom:20px; position: relative;}
.loginRow .eyesIcon{ position: absolute; right: 0;top: 0; width: 40px; height: 40px;display: block; -background: url("../../img/home/eyesIcon.png") no-repeat center;background-size: 30px;}
.loginBtn{ width: 100%; border-radius: 10px; text-align: center; color: #fff; background: #fc6102; line-height: 50px;cursor: pointer;}
.checkbox-icon {  width: 14px;  height: 14px;  display: inline-block;  vertical-align: middle;  border: 1px solid #ff6600;  }
.checkbox-input { display: none;  }
.checkbox-label {  display: inline-block;  cursor: pointer;  }
.checkbox-input:checked+.checkbox-icon {  background: url(../img/index/checkbox-choice.png) no-repeat center,#ff6600;  }
.loginRow .getCode{ position: absolute; right: 0;top: 0; min-width: 130px; text-align: center; line-height: 40px; background: #fc6102; color: #fff; border-radius: 10px;}
.loading{ width: 100%; height: 100%; background: url("../img/common/loading.gif") center no-repeat,rgba(0,0,0,0.5); position: fixed; z-index: 100;background-size: 32px;  left: 0;top: 0;display: none; }
.aboutDivItem{ width: 50%;}
.aboutDiv2{display: flex;line-height: 44px; box-sizing: border-box;  }
/* 2018.7.4 star*/
.banBg{ background: #fc6102;}
/* 2018.7.4 end*/



@media (max-width: 1439px) {
    /* 2018.7.4 star*/
    .aboutAddress-r .title{font-size: 60px; line-height: 100px; padding-top:50px;}
    .wrap,.costDiv,.aboutDiv,.caseTab{width: 1200px;}
    .aboutAddress{ padding-left: 800px;}
    .aboutAddress-r{ line-height: 40px;}
    .caseTab-item{width: 160px;}
    

    .footer{ padding-bottom: 30px;}
    /* 2018.7.4 end*/

}
@media (max-width: 1239px) {
    .wrap,.costDiv,.aboutDiv,.caseTab{width: 900px;}
    .text2{
        font-size: 18px;
    }

    .caseTab-item{ width: 130px;}
    .caseTab{ font-size: 20px;}
    .dispatch, .data, .custom {
        box-sizing: border-box;
        padding: 100px 50px;
        width: 360px;
        height: 420px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
        position: absolute;
    }
    .dispatch {
        top: 50%;
        right: 48%;
    }
}

@media (max-width: 1023px) {
    .wrap,.costDiv,.aboutDiv,.caseTab{width: 768px;}
    .caseTab-item{ width: 130px;}
    .caseTab{ font-size: 20px;}
}


@media (max-width: 1023px) {

}
@media (max-width: 767px) {

    .view{ padding-top: 60px;}
    .header{ height: 60px;}
    .menuBtn{ display: block;}
    .wrap{width: auto; padding: 0 10px;}
    .nav{ display: none;}
    .footer{ display: none;}

    .ban .title1{
        float:none;
        width:80%;
        margin:20px auto;
    }
    .info{
        font-size:16px;
        line-height:22px;
        margin-top:16px;
        color:#fff;
    }
    .homeBg{ padding-top: 60px;padding-bottom:00px;}
    .casePage{ padding-bottom: 0;}
    /* 2018.7.4 star*/
    .go{
        position:relative;
        left:9%;
        width:300px;
    }
    .textPlain{ padding-bottom: 0px;}
    .dispatchInfo {
        margin-bottom: 30px;
    }
    .third{
        margin-top:40px;
    }

    .thirdBigTitle{
        font-weight:bold;
        margin-top:30px;
        font-size: 18px;
    }

    .condition li{
        box-sizing: border-box;
        padding:0 40px 20px;
        float:none;
        width:90%;
        margin:10px auto;
        height:auto;
        background: #373942;
        border-radius: 10px;
        overflow:auto;
    }
    /* 2018.7.4 end*/
    .kMore{
        width:22px;
        margin-top:3px;
        margin-left:2%;
        padding-right: 5px;
    }
    .knowMore{
        margin-top:4px;
        color:#fff;
        font-size:12px;
    }
    .remainImg{
        width:90%;
        margin:14% auto 1%;
    }
    .second{
        margin-top:60px;
        height:900px;
    }
    .bigTitle{
        font-size:24px;
        color:#000;
    }
    .text2{
        font-size:14px;
        color:#373942;
    }
    .dispatch,.data,.custom{
        box-sizing: border-box;
        padding:30px 20px;
        width:80%;
        height:240px;
        margin:10px auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
        position:static;
    }
    .secondTitle{
        font-size:16px;
        line-height:40px;
    }
    .secondText{
        font-size:14px;
        line-height:20px;
    }
    .costDivTitle{
        color:#fff;
    }
    .costDivBorder{
        background:#fff;
    }
    .thirdImg{
        width:90%;
        margin:0 auto;
    }
    .thirdInfo{
        width:90%;
        margin:0 auto;
    }

    .pay{
        margin:20px 0;
    }
    .payT{
        width:70%;
        font-size:14px;
        line-height: 18px;
        padding-right:0;
    }
    .payIcon{
        width:60px;
    }
    .fiveTitle{
    margin:20px 0;
    text-align:center;
    font-size:30px;
}
.fiveList{
    margin-bottom:30px;
    display:block;
}
.fiveList li{
    box-sizing: border-box;
    padding:5px;
    width:100%;
    margin:.5%;
    margin-bottom:20px;
    -border:1px solid #000;
    border-radius: 5px;
    float:none;
}
.fiveList li img{
    width:60px;
}
.fiveT{
    font-size:16px;
    line-height:30px;
}
.fiveText{
    font-size:12px;
    line-height: 14px;
    color:#808080;
}
.condition{
    color:#fff;
    display:block;
}

.conditionTitle{
    font-size: 22px;
    text-align:center;
    line-height: 50px;
}
.application{
    font-size: 20px;
    text-align: center;
    margin-top:30px;
    color:#fff;
}
.waimaibang{
    font-size: 20px;
    border:none;
    line-height: 40px;
}
.priceList{
    padding:10px;
}
.priceList li{
    width:45%;
    margin:2% 2%;
    height:120px;
}
.priceTitle{
    font-size: 18px;
    line-height: 30px;
}
.priceText{
    margin-top:10px;
}
.price{
    font-size: 30px;
}
.total{
    font-size: 12px;
}
.btn{
    margin:10px auto;
    background: #fff;
    width:80%;
    color:#fc6102;
}
.mobileFooter{
    display: block;
    width:100%;
    background: #1f2229;
    color:#fff;
    font-size: 12px;
    box-sizing: border-box;
    padding:10px;
    line-height: 22px;
}
.phoneNumber{
    width:60%;
    float:left;
}
.mobileFooter img{
    width:40%;
    float:right;
}
aside{
    display: none;
}
.aboutAddressText{
    color:#fff;
}
.mobileFl{
    float:left;
    margin-right: 30px;
    margin-left:10px;
}
    .loginBtn{ width: 100%; line-height: 30px; display: block; border-radius: 0px;}
    .applyBtn{ width: 200px; line-height: 40px; font-size: 15px; margin-top:20px;margin-bottom:20px;}
    .goLogin{ width: 100px; height: 30px; line-height: 30px; font-size: 13px; border-radius: 5px;left:6%;top:73%;padding-right: 0;}
    .caseBg{ padding-top: 50px;}
    .caseTab{ width: 350px; padding: 20px 0;}
    .caseTab-item{width: 50px; float: left;}
    .caseTab-item .icon{ width: 40px; height: 40px; background-size: 40px;}
    .caseTab-item.current .icon{background-size: 40px;}
    .caseTab-item .text{ display: none;}
    .caseTabTitle{ color: #1f2229; font-size: 30px; line-height: 50px;}
    .caseTabBorder{ background: #1f2229;}
    .caseTabCon{ padding-top: 30px;}
    .caseRight{ width: 350px; box-sizing: border-box; padding: 40px 10px 10px 10px;line-height:26px; margin-bottom: 40px;}
    .caseRight .title{font-size: 20px; line-height: 40px;}
    .detailBtn{ font-size: 16px;}
    .detailBtn .icon{ width: 26px;height: 26px; background-size: 26px;}
    .caseLeft{ width: 350px; box-sizing: border-box; padding: 40px 10px 10px 10px;line-height:26px; margin-bottom: 40px;}
    .caseLeft .title{font-size: 20px; line-height: 40px;}
    .aboutDiv{ width: 100%; padding: 10px; display: block; margin-bottom: 10px;}
    .aboutDiv2{ display: block;}
    .aboutDivItem{ width: 100%;}
    .aboutAddress-l{ position: static; width: 100%;padding: 0; height: 300px;}
    .aboutAddress{ padding-left: 0;  margin-bottom: 30px;}
    .aboutAddress-r{line-height: 30px; font-size: 16px;}
    .aboutAddress-r .title{ font-size: 30px; line-height:60px;padding-top: 20px; color:#fff;}
    .aboutBg{ padding-bottom: 10px; padding-top: 30px; background: #fc6102;}
    .costDivTitle{ font-size: 20px;line-height: 40px;}
    .costDivBorder{ width: 80%;}
    .costDiv{margin-bottom: 20px; padding: 10px; width: 100%; box-sizing: border-box;}
    .costDiv-item{ margin-bottom: 10px;line-height:30px; padding-left: 110px; min-height: 30px; padding-right: 5px; font-size: 13px;}
    .costDiv-item .two{ line-height: 30px;}
    .costDiv-item .title{ width: 100px; line-height: 30px;border-radius: 5px; font-size: 13px; }
    .ps{ font-size: 13px;}
    .costBg{ 
        background: -webkit-linear-gradient(left, #fd761c , #fe8a3f); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #fd761c, #fe8a3f); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #fd761c, #fe8a3f); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #fd761c , #fe8a3f);
        padding-bottom: 50px;
    }
    .center .newPadding{
        padding-bottom:0;
    }
    .applyBtn2{width: 200px; margin-top: 30px; line-height: 40px; background: #fff; color:#fc6102; font-size: 15px; }
    body{ height: 100%; box-sizing: border-box;}
    .center{ height: 100%;}
    .loginBg{ 
        background: -webkit-linear-gradient(left, #fd761c , #fe8a3f); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #fd761c, #fe8a3f); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #fd761c, #fe8a3f); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #fd761c , #fe8a3f);  
         height: 100%; box-sizing: border-box;
     }
    .loginImg{ display: none;}
    .loginDiv{ position: static; width: 80%; margin: 0 auto; padding: 10px 20px;font-size: 13px; margin-top: 80px;float:none;}
    .loginTab-item{ font-size: 15px;}
    .loginTab{ margin-bottom: 10px;}
    .loginRow{ margin-bottom: 10px;}
}


