@charset "utf-8";
:root{
    /* 备选颜色 */
    /* 橘红色方案 fe7866
    紫色方案  a595eb
    黄色方案  f0b348
    蓝绿色方案 17b2b8 */
    --fontcolor1: #17b2b8;
    --linecolor1: #17b2b8;
    --btncolor1: #17b2b8;
    --btnhovercolor1: #24c3c9;

}
.clearFloat:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}
html,body{
    width: 100%;
    height: 100%;    
}
.clearFloat {
    zoom: 1
}
.top{
    width: 100%;
    height: 106px;
    border-bottom: 2px solid #f1f1f1;
}
.topCenterBox{
    width: 1132px;
    margin: 0 auto;
}
.fesco_logo{
    margin-top: 28px;
}
.logo{
    width: 87px;
    height: 66px;
}
.topTit{
    font-weight: bold;
}
.signOut{
    float: right;
    margin-left: 14px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    margin-top: 55px;
}
.nav{
    font-size: 14px;
    float: right;
    width: 70px;
    text-align: center;
    margin-left: 14px;
    color: #555;
    line-height: 30px;
    margin-top: 55px;
}
.nav:hover{
    color: #5ea0e9; 
}
.navOn{
    font-size: 14px;
    border-bottom: 3px solid #8ec3ff;  
    color: #5ea0e9;  
}
.main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 12px;
}
.bannerBox{
    width: 100%;
    height: 200px;
}
.contentLeft a{
    color: #777;
}
.contentLeft a:hover{
    color: #41abf6;
}
.contentLeft{
    width: 200px;
    background: #f8f9f9;
    float: left;
    padding-bottom: 50px;
    margin-top: 12px;
}
.contentLeft dl{
    font-size: 14px;
    color: #777;
    width: 160px;
    margin-left: 20px;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 15px;
    padding-bottom: 10px;
}
.contentLeft dt{
    padding-left: 17px;
    cursor: pointer;
}
.contentLeft dd{
    margin: 10px 0 10px 28px;
    position: relative;
}
.contentLeft dl:nth-of-type(1) dt {
    background: url(../images/icon1.png) 0px 4px no-repeat;
}
.contentLeft dl:nth-of-type(2) dt {
    background: url(../images/icon2.png) 0px 4px no-repeat;
}
.mainbox{
    box-sizing: border-box;
    width: 988px;
    margin: 12px 0 0 12px;
    min-height: 500px;
}
.ddOn a{
    color: #41abf6!important;
}
.ddOn::before{
    background-color: #79b6fb;
    content: "";
    display: block;
    height: 11px;
    left: -10px;
    top: 4px;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}
.foot{
    width: 100%;
    text-align: center;
    background: #4b4f53;
    border-top: 4px solid #60a8fc;
    padding-bottom: 50px;
}
.copyRight{
    font-size: 12px;
    color: #cecdcd;
    line-height: 22px;
    margin: 40px 0 0 0;
}
.mainTitBox{
    width: 100%;
    border-bottom: 2px solid #f8f8f8;
}
.mainTit{
    font-size: 18px;
    font-weight: bold;
    color: #888;
    position: relative;
    text-indent: 20px;
    padding-bottom: 5px;
}
.mainTit:before{
    background-color: #79b6fb;
    content: "";
    display: block;
    height: 15px;
    width: 6px;
    left: 7px;
    top: 7px;
    margin-left: 0px;
    position: absolute;
}
.leftChooseBox{
    float: left;
    text-align: center;
    margin-left: 223px;
    margin-top: 100px;
    position: relative;
    cursor: pointer;
}
.leftChooseBoxON:after{
    content: "";
    display: block;
    width: 53px;
    height: 43px;
    left: 90px;
    top: 70px;
    margin-left: 0px;
    position: absolute;
    background: url(../images/right.png) 0 0 no-repeat;
}
.rightChooseBoxON:after{
    content: "";
    display: block;
    width: 53px;
    height: 43px;
    left: 105px;
    top: 70px;
    margin-left: 0px;
    position: absolute;
    background: url(../images/right.png) 0 0 no-repeat;
}
.rightChooseBox{
    float: right;
    text-align: center;
    margin-right: 223px;
    margin-top: 100px;
    position: relative;
    cursor: pointer;
}
.chooseTit{
    color: #929292;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
.message{
    font-size: 12px;
    color: #999;
    width: 80%;
    margin: 100px 0 0 10%;
}
.btnBox{
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin-top: 40px;
    padding-top: 27px;
    padding-bottom: 30px;
}
.nextBtn{
    float: right;
    height: 32px;
    border-radius: 5px;
    background: #60a8fc;
    padding:0 44px 0 44px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 50px;
    cursor: pointer;
}
.nextBtn:hover{
    background: #4a9cfc;
}
.loginInputTit{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: right;
    width: 160px;
}
.loginInput{
    float: left;
    width: 192px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    text-indent: 10px;
    margin-left: 10px;
}
.loginInputBox{
    margin-top: 17px;
    margin-left: 290px;
}
.submitBtn{
    width: 192px;
    height: 32px;
    background: #57a3f9;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 32px;
    margin-left: 170px;
    margin-top: 10px;
}
.submitBtn:hover{
    background: #4a9cfc;
}
.tabWord{
    float: left;
    width: 142px;
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    position: relative;
    z-index: 900;
    cursor: pointer;
}
.tabON{
    color: #3686e4;
    border-top: 2px solid #60a8fc;
    border-left: 2px solid #60a8fc;
    border-right: 2px solid #60a8fc;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 2px solid #60a8fc;
    border-top-right-radius: 2px solid #60a8fc;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
}
.tabON:after{
    content: "";
    display: block;
    width: 10px;
    height: 25px;
    left: 143px;
    top: 5px;
    margin-left: 0px;
    position: absolute;
    background: url(../images/shadow.png) 0 0 no-repeat;
    z-index: 999;
}
.tabBarLine{
    width: 100%;
    height: 2px;
    background: #60a8fc;
    z-index: -1;
}
.tabBar{
    position: relative;
    top: 2px;
}
.ltabWord{
    width: 121px;
    height: 21px;
    background: url(../images/ltb.png) 0 0 no-repeat;
    float: left;
    font-size: 12px;
    color: #888;
    line-height: 21px;
    text-align: center;
    position: relative;  
    cursor: pointer;  
}
.littleTabBar{
    margin-top: 17px;
}
.ltab1{
    z-index: 999;
}
.ltab2{
    z-index: 998;
    left: -15px;
}
.ltab3{
    z-index: 997;
    left: -30px;
}
.ltab4{
    z-index: 996;
    left: -45px;
}
.ltabON{
    background: url(../images/ltbon.png) 0 0 no-repeat;
    color: #fff;
}
.infoBox{
    margin-top: 66px;
}
.infobar{
    margin-top: 5px;
    margin-left: 270px;
}
.infoTit{
    width: 120px;
    font-size: 14px;
    color: #777;
    float: left;
    text-align: right;
    line-height: 31px;
}
.infoText{
    font-size: 14px;
    color: #555;
    float: left;
    text-align: left;
    margin-left: 15px;
    line-height: 31px;
}
.checkDetails{
    width: 120px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #87beff;
    background: #fff;
    font-size: 12px;
    color: #60a8fc;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.cd1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 47px;
}
.cd2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 176px;
}
.package{
    background: #fff;
    box-shadow: 1.5px 2.598px 6px 0px rgba(0, 0, 0, 0.027);
    border: 1px solid #f1f1f1;
    width: 800px;
    border-radius: 5px;
    padding: 12px 0 12px 30px;
    position:relative;
    margin-left: 100px;
    margin-top: 18px;
    border-left: 6px solid #87beff;
    cursor: pointer;
}
.packageName{
    font-size: 16px;
    color: #777;
    width: 500px;
}
.packagebox{
    margin-top: 30px;
}
.packageON:after{
    content: "";
    display: block;
    width: 39px;
    height: 38px;
    right: -15px;
    top: 10px;
    position: absolute;
    background: url(../images/right_L.png) 0 0 no-repeat;
}
.infoInput{
    width: 178px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-left: 15px;
    text-indent: 5px;
    font-size: 14px;
    color: #555;
}
.radioLable{
    font-size: 14px;
    color: #555;
    position: relative;
    top: 4px;
    cursor: pointer;
}
.genderRadio{
    margin-left: 15px;
    position: relative;
    top: 5px;
}
.prompt{
    font-size: 12px;
    color: #fb7f7f;
    width: 300px;
    margin-left: 135px;
    line-height: 16px;
    margin-top: -10px;
}
.prompt2{
    font-size: 12px;
    color: #999;
    margin-left: 135px;
}
.selectBox{
    margin-top: 24px;
}
select::-ms-expand { display: none; }
.provinceSelect{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 138px;
    height: 26px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background: #fff url(../images/arrow.png) 118px 10px no-repeat;
    margin-left: 25px;
    text-indent: 5px;
}
.citySelect{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 138px;
    height: 26px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background: #fff url(../images/arrow.png) 118px 10px no-repeat;
    margin-left: 25px;
    text-indent: 5px;
}
.storeSelect{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 317px;
    height: 26px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background: #fff url(../images/arrow.png) 297px 10px no-repeat;
    margin-left: 25px;
    text-indent: 5px;
}
.leftMode{
    float: right;
    width: 90px;
    height: 24px;
    background: #fff;
    color: #777;
    font-size: 12px;
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    text-align: center;
    outline: none;
}
.rightMode{
    float: right;
    width: 90px;
    height: 24px;
    background: #fff;
    color: #777;
    font-size: 12px;
    border: 1px solid #999;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    cursor: pointer;
    text-align: center;
    outline: none;
}
.modeON{
    border: none;
    background: #81b2e9;
    color: #fff;
}
.selPromptMsg{
    margin: 14px 0 0 25px;
    font-size: 12px;
    color: #999;
    width: 400px;
}
.storesList{
    margin: 14px 0 0 25px;
    width: 95%;
    height: 467px;
    border: 1px solid #ccc;
    overflow-y: auto;
}
.storesList label{
    font-size: 14px;
    color: #666;
    line-height: 38px;
    margin-left: 30px;
}
.storesList input{
    position: relative;
    top: 1px;
    left: -5px;
}
.CanadaTable{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.CanadaTable th{
    font-size: 14px;
    color: #777;
    font-weight: normal;
    line-height: 28px;
}
.CanadaTable thead tr{
    border-bottom: 1px solid #b9cde5;
}
.CanadaTable tbody tr{
    border-bottom: 1px solid #ebebeb;
}
.CanadaTable td{
    font-size: 14px;
    color: #777;
    padding: 15px 0 15px 0;
    min-width: 90px;
    max-width: 360px;
}
.calendarTable{
    margin: 30px auto 0 auto;
}
.calendarTable td{
    width: 86px;
    height: 62px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.calendarTable th{
    font-weight: normal;
    width: 86px;
    height: 62px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    background: #f5f7fa;
}
.can{
    background: url(../images/sj.png) 76px 0 no-repeat;
}
.rest{
    background: url(../images/rest.png) 72px 1px no-repeat;
}
.full{
    background: url(../images/full.png) 72px 1px no-repeat;
}
.ckON{
    background: url(../images/ckon1.png) 0 0 no-repeat;
    background-size:100% 100%;
}
.colorBlue{
    color: #5fa8fa!important;
}
.divIcon{
    width: 5px;
    height: 12px;
    background: #5fa8fa;
    float: left;
    position: relative;
    top: 8px;
}
.yearBox{
    width: 610px;
    margin: 90px auto 0 auto;
}
.yearSel{
    float: left;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 46px;
    height: 22px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
    margin-left: 10px;
}
.yearWord{
    float: left;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
    line-height: 22px;
}
.litIcon{
    float: left;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
.tswz{
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.canIcon{
    width: 25px;
    height: 13px;
    background: #8bb7f4;
    float: right;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.rmb{
    font-size: 12px
}
.difPrice{
    font-size: 18px;
    color: #999;
}
.orderMoney{
    font-size: 14px;
    color: #fb9483;
    font-weight: bold;
}
.payOrderTit{
    font-size: 14px;
    color: #666;
    margin: 40px 0 0 40px;
}
.payContent{
    margin-top: 20px;
    padding-left: 30px;
}
.invoice{
    width: 115px;
    height: 34px;
    border: 1px solid #999;
    color: #888;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    float: left;
    margin-left: 38px;
    position: relative;
    cursor: pointer;
}
.invoiceON{
    border: 1px solid #60a8fc;
    background: url(../images/payck.png) 95px 11px no-repeat;
    color: #60a8fc;
}
.payBgImg:before{
    content: "";
    display: block;
    width: 25px;
    height: 20px;
    left: 20px;
    top: 9px;
    position: absolute;
    background: url(../images/zfbIcon.png) 0 0 no-repeat;
}
.payBgImg{
    text-indent: 15px;
}
.payPromptMsg{
    margin-top: 0;
    margin-left: 50px;    
    float: left;
    width: 50%;
}
.payMsg{
    margin-top: 40px;
}
.total{
    font-size: 18px;
    color: #666;
    float: right;
    margin-right: 50px;
    margin-top: 15px;
}
.totalMoney{
    font-size: 24px;
    color: #ff6028;
    font-weight: bold;
}
.operationBtn{
    height: 19px;
    color: #60a8fc;
    font-size: 12px;
    padding: 0 8px 0 8px;
    border: 1px solid #87beff;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    line-height: 19px;
    margin: 5px;
}
.checkOrderTableFont12 td{
    font-size: 12px;
    max-width: 120px;
}
.checkOrderTableFont12 td:first-child{
    text-align: left;
    padding-left: 20px;
    line-height: 20px;
}
.checkOrderTableFont12 td:nth-child(2){
    text-align: left;
    padding-left: 20px;
    line-height: 20px;
}
.buyAgainBtn{
    width: 120px;
    height: 24px;
    background: #ff8a5c;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.buyAgainBtn:hover{
    background: #fc7540;
}
.pageTurnSubBtn{
    float: right;
    width: 49px;
    height: 22px;
    background: #60a8fc;
    color: #fff;
    font-size: 12px;
    margin-right: 50px;
}
.pageNum{
    float: right;
    width: 31px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 13px;
    text-align: center;
    color: #666;
}
.pageWord{
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    margin-right: 9px;
    margin-left: 15px;
}
.pageText{
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.pageDown{
    float: right;
    width: 60px;
    height: 22px;
    border: 1px solid #ccc;
    color: #60a8fc;
    font-size: 12px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}
.pageUp{
    float: right;
    width: 60px;
    height: 22px;
    border: 1px solid #ccc;
    color: #60a8fc;
    font-size: 12px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}
.pageHome{
    float: right;
    width: 52px;
    height: 22px;
    border: 1px solid #ccc;
    color: #60a8fc;
    font-size: 12px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}
.retrievePassword{
    font-size: 12px;
    color: #57a3f9;
    margin-left: 460px;
    margin-top: 5px;
    cursor: pointer;
}
.reportBox{
    width: 100%;
    height: 600px;
    background: #536982;
    margin-top: 20px;
    padding: 25px;
    box-sizing:border-box;
}
.reportImg{
    width: 100%;
    height: 100%;
}
.cardAmount{
    width: 28px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    color: #777;
    font-size: 13px;
    font-weight: bold;
}
.subtractBtn{
    cursor: pointer;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.addBtn{
    cursor: pointer;
    position: relative;
    top: 4px;
    margin-left: 4px;
}
.buyPackagesBtn{
    width: 130px;
    height: 32px;
    background: #fb9483;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0 0 400px;
}
.succrssMsg{
    text-align: center;
    margin: 80px auto 40px auto;
    font-size: 24px;
    color: #ff8a61;
    font-weight: bold;
}
.agreeThatTit{
    width: 600px;
    margin: 20px auto 0 auto;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.agreeThat{
    width: 600px;
    margin: 10px auto 0 auto;
    font-size: 14px;
    color: #666;
}
.agreeBtn{
    height: 32px;
    border-radius: 5px;
    background: #60a8fc;
    padding:0 44px 0 44px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 50px;
    margin-top: 40px;
    cursor: pointer;
}
.invoiceInfoBox{
    width: 720px;
    height: auto;
    border: 1px solid #e9e9e9;
    box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.035);
    margin: 20px 0 0 68px;
    padding: 10px 0 27px 0;
}
.invoInputTit{
    float: left;
    width: 124px;
    text-align: right;
    font-size: 13px;
    color: #666;
    line-height: 28px;
}
.invoInputDiv{
    margin-top: 15px;
}
.invoInput{
    width: 210px;
    height: 28px;
    border: 1px solid #ccc;
    float: left;
    border-radius: 2px;
    margin-left: 5px;
    text-indent: 10px;
}
.invoInputPopMsg{
    width: 360px;
    font-size: 12px;
    color: #999;
    margin: 10px 0 0 130px;
}
.invoSel{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 210px;
    height: 28px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background: #fff url(../images/arrow.png) 188px 10px no-repeat;
    float: left;
    margin-left: 5px;
    text-indent: 2px;
}
.invoBtn{
    width: 81px;
    height: 25px;
    background: #57a3f9;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.newsBox{
    width: 720px;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px auto 0 auto;
}
.newsTit{
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 30px;
}
.news{
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 30px;
}
.newsTime{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.serviceWord{
    font-size: 15px;
    color: #666;
    width: 740px;
    line-height: 24px;
    margin: 40px auto 0 auto;
}
.tableImg{
    width: 50px;
    height: 60px;
}
.content{
    margin: 0 auto;
    text-align: center;
    text-align: -moz-center;
}
.maskBox{
    width: 100%;
    height: 450px;
    background: #536982;
    margin-bottom: 50px;
    padding-top: 50px;
}
.authorizationBox{
    width: 80%;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px 30px 80px 30px
}
.authorizationTit{
    text-align: center;
    font-weight: bold;
    color: #666;
    font-size: 18px;
    line-height: 45px;
}
.authorizationWord{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 28px;
    margin-bottom: 10px;
}
.authorAgreeLable{
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}
.authorAgreeBtn{
    position: relative;
    top: 1px;
    left: -5px;
}
.nextBtnX{
    margin-right: 50%;
    position: relative;
    left: 50px;
    margin-top: 30px;
}
.nextBtnX[disabled="disabled"]{
    background: #ccc;
}
.addWord{
    max-width: 350px;
    text-align: justify;
}
.promptWordadd{
    margin:25px auto 0 180px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.promptH1add{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin-top: 40px;
}
.prompt1{
    font-size: 12px;
    color: #fb7f7f;
    width: 300px;
    margin-left: 195px;
    line-height: 16px;
    margin-top: -10px;
}
#invoiceInfoBox3 label{
    font-size: 13px;
    color: #666;
    line-height: 32px;
    margin-left: 25px;
}
input[name="address"]{
    position: relative;
    top: 1px;
    left: -5px;
}
.addAddress{
    width: 115px;
    height: 28px;
    border: 1px solid #999;
    color: #888;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-left: 20px;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}
.provinceTit{
    position: relative;
    font-size: 14px;
    color: #666;
    margin: 5px 0 5px 15px;
    border-bottom: 1px solid #ccc;
    line-height: 26px;
    width: 140px;
    text-indent: 10px;
}
.provinceTit:before{
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border-radius: 0 0 100% 100%;
    left: 0px;
    top: 8px;
    position: absolute;
    background: #ccc;
}
.provinceTit1{
    position: relative;
    font-size: 14px;
    color: #666;
    margin: 5px 0 0px 42px;
    line-height: 26px;
    width: 200px;
}
.provinceTit1:before{
    content: "";
    display: block;
    width: 5px;
    height: 12px;
    left: -14px;
    top: 7px;
    position: absolute;
    background: #60a8fc;
}
.orderDetailTop{
    border-bottom: 1px solid #60a8fc;
    padding: 10px 0 10px 20px;
    margin-top: 30px;
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 15px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.orderDetailTit{
    float: left;
    font-size: 14px;
    color: #999;
}
.orderDetailWord{
    float: left;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    margin-left: 5px;
}
.orderDetailTable td{
    font-size: 14px;
    color: #999;
    padding: 10px;
}
.orderDetailTable{
    width: 90%;
    margin-left: 7.5%;
}
.orderDetailTable td{
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.orderDetailFoot{
    width: 90%;
    margin-left: 7.5%;
    margin-top: 15px;
}
.orderDetailFootTit{
    float: left;
    font-size: 14px;
    color: #999;
}
.orderDetailFootWord{
    float: left;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    margin-left: 5px;
}
.marketMoney{
    text-decoration:line-through;
}
.payMsgBox{
    text-align: center;
}
.payImg{
    margin-top: 80px;
}
.payMsg{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-top: 32px;
}
.payMsgExplain{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 39px;
}
.payCurrencyBtn{
    width: 194px;
    height: 32px;
    background: #69a6ec;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 39px;
}


/* 特殊样式 */
.borderNone{
    border: none
}
.marginLeft13px{
    margin-left: 13px;
}
.marginLeft5{
    margin-left: 5px;
}
.tableFont12 td{
    font-size: 12px
}
.marginTop116px{
    margin-top: 116px;
}
.displayNone{
    display: none;
}
.marginTop9px{
    margin-top: 9px;
}
.marginTop30px{
    margin-top: 30px;
}
.marginLeft300px{
    margin-left: 300px;
}
.marginLeft130{
    margin-left: 130px;
}
.marginLeft30{
    margin-left: 30px;
}
.marginLeft20{
    margin-left: 20px;
}
.marginTop20{
    margin-top: 20px;
}
.width180{
    width: 180px;
}
.marginLeft400{
    margin-left: 400px;
}
.height60{
    height: 60px;
}
.clb{
    float: none;
}
.nBreakWord{
    max-width: 255px;
    word-break: break-all;
    margin: 5px auto 0 auto;
    text-align: left;
    color: #fa7329!important;
}
.scrollLimit{
    max-height: 500px;
    overflow-y: auto;
    margin-top: 30px;
}
.mt0{
    margin-top: 0;
}
.dtpTit {
    text-align: center;
    font-size: 22px;
    width: 90%;
    color: #777;
    font-weight: bold;
    margin: 30px auto 0 auto;
}
.dtp {
    padding: 20px 0 20px 0;
    text-align: left;
    line-height: 28px;
    color: #666;
    font-size: 14px;
}

/* 
--fontcolor1: #24c3c9;
    --linecolor1: #24c3c9;
    --btncolor1: #24c3c9; */
/* 颜色风格替换样式 */
/* .nav:hover{
    color: var(--fontcolor1); 
}
.navOn{
    font-size: 14px;
    border-bottom: 3px solid var(--linecolor1);  
    color: var(--fontcolor1);  
}
.ddOn::before{
    background-color: var(--linecolor1);
    content: "";
    display: block;
    height: 11px;
    left: -10px;
    top: 4px;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}
.mainTit:before{
    background-color: var(--linecolor1);
    content: "";
    display: block;
    height: 15px;
    width: 6px;
    left: 7px;
    top: 7px;
    margin-left: 0px;
    position: absolute;
}
.tabON{
    color: var(--fontcolor1);
    border-top: 2px solid var(--linecolor1);
    border-left: 2px solid var(--linecolor1);
    border-right: 2px solid var(--linecolor1);
    border-bottom: 2px solid #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
}
.tabBarLine{
    width: 100%;
    height: 2px;
    background: var(--linecolor1);
    z-index: -1;
}
.ddOn a{
    color: var(--fontcolor1)!important;
}
.nextBtn{
    float: right;
    height: 32px;
    border-radius: 5px;
    background: var(--btncolor1);
    padding:0 44px 0 44px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 50px;
}
.nextBtn:hover{
    background: var(--btnhovercolor1);
}
.checkDetails{
    width: 120px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid var(--linecolor1);
    background: #fff;
    font-size: 12px;
    color: var(--fontcolor1);
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.foot{
    width: 100%;
    text-align: center;
    background: #4b4f53;
    border-top: 4px solid var(--linecolor1);
    padding-bottom: 50px;
}
.contentLeft a:hover {
    color: var(--fontcolor1);
}
.contentLeft dl:nth-of-type(1) dt {
    background: url(../images/n2_03.png) 0px 4px no-repeat;
}
.contentLeft dl:nth-of-type(2) dt {
    background: url(../images/n2_06.png) 0px 4px no-repeat;
}
.package{
    background: #fff;
    box-shadow: 1.5px 2.598px 6px 0px rgba(0, 0, 0, 0.027);
    border: 1px solid #f1f1f1;
    width: 800px;
    border-radius: 5px;
    padding: 12px 0 12px 30px;
    position:relative;
    margin-left: 100px;
    margin-top: 18px;
    border-left: 6px solid var(--linecolor1);
}
.ltabON{
    background: url(../images/n4_03.png) 0 0 no-repeat;
    color: #fff;
}
.agreeBtn{
    height: 32px;
    border-radius: 5px;
    background: var(--btncolor1);
    padding:0 44px 0 44px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 50px;
    margin-top: 40px;
    cursor: pointer;
}
.submitBtn{
    width: 192px;
    height: 32px;
    background: var(--btncolor1);
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 32px;
    margin-left: 170px;
    margin-top: 10px;
}
.submitBtn:hover{
    background: var(--btnhovercolor1);
}
.operationBtn{
    height: 19px;
    color: var(--fontcolor1);
    font-size: 12px;
    padding: 0 8px 0 8px;
    border: 1px solid var(--linecolor1);
    background: #fff;
    border-radius: 3px;
} */