.contentPage{
    width: 1200px;
    margin: 0 auto;
}
.page_header{
    font-size: 20px;
    color: #111111;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom:  2px solid rgba(240,241,244,1);
    margin-bottom: 40px;
}  
.fourFonts,.addCount,.orderDetail{
    font-size: 16px;
    color: #111111;
    margin-bottom: 30px;
} 
.fourFonts strong,.addCount strong,.orderDetail strong{
    font-weight: bold;
    width: 80px;
}
.addCount strong{
    font-weight: bold;
    line-height: 34px;
}
.orderDetail em{
    font-size: 20px;
    color: #EE0A0A;
    margin-right: 10px;
    margin-top: -3px;
}
.powerMessage{
    width: 100%;
    background: #F9F9FC;;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
}
.powerMessage h2,.relatedPowerMessage h2{
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 24px;
}
.relatedPowerMessage h2{
    margin-bottom: 10px;
}
.powerMessage .field{
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    line-height: 40px;
}
.powerMessage input{
    width: 400px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(231,231,231,1);
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    outline: none;

}
.powerMessage .iptPhone{
   
}

.instructionPower{
    background: #FFF9F5;
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 14px;
    color: #555;
    line-height: 20px;
}
.benefitsList{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}
.benefitItem{
    display: flex;
    align-items: flex-start;
    width: calc(50% - 8px);
    background: #F7F8FC;
    border-radius: 8px;
    padding: 14px 18px;
    box-sizing: border-box;
    transition: background 0.2s;
}
.benefitItem:hover{
    background: #EEF1FA;
}
.benefitIcon{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #E8F5E9;
    color: #4CAF50;
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 2px;
}
.benefitIcon.highlight{
    background: #FFF3E0;
    color: #FF9800;
    font-size: 16px;
}
.benefitText b{
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    margin-bottom: 4px;
}
.benefitText p{
    font-size: 12px;
    color: #888;
    line-height: 18px;
    margin: 0;
}

.payCodeBox{
    margin-top: 20px;   
}
.rightPayContent{
    border-bottom: 1px solid #EDEDF4;
}
.powerMessage .sendCode{
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    background: #80848A;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
.relatedPowerMessage{
    width: 100%;
    border: 2px solid rgba(240,241,244,1);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 25px 10px 25px;
    box-sizing: border-box;
}
.choose-amount .choose-disabled {
    color: #C1C1C1;
    cursor: not-allowed;
}
.choose-amount span, .choose-amount input {
    display: inline-block;
    vertical-align: middle;
}
.choose-reduce, .choose-plus {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 24px;
    color: #2F344A;
    border: 1px solid #2F344A;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.choose-amount span, .choose-amount input {
    display: inline-block;
    vertical-align: middle;
}
.choose-input {
    margin: 0 5px;
    padding: 2px 5px;
    width: 60px;
    height: 28px;
    font-size: 18px;
    border: 1px solid #2F344A;
    border-radius: 4px;
    outline: none;
    text-align: center;
}
.page_header .icon{ 
    width: 22px;
    height: 22px;
    background: url(../img/office/xiaoC.png) no-repeat 0 0;
    background-size: 100%;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}
.payment-wechat, .payment-zfb {
    width: 140px;
    height: 180px;
}
.payment-text{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    text-align: center;
}
.payment-wechat {
margin-right: 78px;
}
.payment-text i, .payment-text span {
    display: inline-block;
    vertical-align: middle;
}
.payway-wechat, .payway-alipay {
    margin-top: 0px;
    margin-right: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.payway-wechat {
    background-image: url(../img/office/smallicon_wechat.png);
}
.payway-alipay {
    background-image: url(../img/office/smallicon_alipay.png);
}
.payment-box {
    width: 130px;
    height: 130px;
}
.loader-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.payment-box {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    width: 120px;
    height: 120px;
    background: #ffffff;
}
.priceDetail{
    margin-left: 25px;
    margin-top: 50px;
}
.priceDetail h3{
    font-size: 30px;
    color: #FF4835;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 10px;
}
.priceDetail h3 strong{
    font-weight: bold;
}
.priceDetail p{
    margin-bottom: 10px;
}
.priceDetail em{
    font-size: 14px;
    color: #666666;
}
.priceDetail .iptEmail{
    width: 320px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(231,231,231,1);
    border-radius: 5px 0 0 5px;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
}
.priceDetail i{
    font-size: 14px;
}
.payment-wechat,
.payment-zfb {
  width: 140px;
}
.select-dis {
  font-size: 14px;
  margin-top: 17px;
}
.select-amount {
  bottom: 24px;
}

.payment-box {
  width: 130px;
  height: 130px;
}
.payment-container {
  /* margin-top: 100px; */
  margin-top: 80px;
}
.payment-labels {
  top: 0;
  cursor: pointer;
  position: relative;
  width: 157px;
  height: 40px;
  margin-top: -40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #7d3700;
}
.payment-labels div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.payment-labels div.box {
  transform: perspective(10px) scale(1, 1.07) rotateX(1deg);
  background-image: linear-gradient(90deg, #ffdca9 0%, #f6c472 100%);
  transform-origin: bottom left;
  border-radius: 8px 8px 0px 0px;
}

.qrcode-text {
    margin-top: 4px;
    color: #999990;
}
.qrcode-loader {
    position: absolute;
    top: 5px;
    left: 0;
    width: 140px;
    height: 140px;
}
.qrcode-expired {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
    cursor: pointer;
    text-align: center;
} 
.loader-wechat .loader-default {
    background-image: url(../img/office/wechat_pholder.png);
}
.qrcode-loader .loader-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.qrcode-loader {
    position: absolute;
    top: 5px;
    left: 0;
    width: 140px;
    height: 140px;
}
  
.loader-wechat .loader-default {
    background-image: url("../img/office/wechat_pholder.png");
}

  .loader-zfb .loader-default {
    background-image: url("../img/office/zfb_pholder.png");
  }

  .qrcode-loader .loader-login {
    padding-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: white;
    opacity: 0.95;
    filter: alpha(opacity = 95);
    z-index: 3;
    text-align: center;
}

.qrcode-loader .loader-login .login-btn {
    font-size: 14px;
    color: #888;
    margin-top: 4px;
    padding: 0 10px;
}


.telCode{
    margin-top: 10px;;
}
.errorMesg {
    margin-top: 3px;
    color: #ff5000;
    font-weight: bold;
    display: none;
}


.qrcode-refresh {
    margin-top: 38px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/office/icon_refresh.png) no-repeat center / contain;
    vertical-align: middle;
}
.qrcode-wechat, .qrcode-zfb {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 140px;
    text-align: center;
}
.canvas-zfb, .canvas-wechat {
    width: 100%;
    height: 100%;
}
.payment-box .icon-canvas-wechat, .payment-box .icon-canvas-zfb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.payment-box .icon-zfb, .payment-box .icon-canvas-zfb {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../img/office/smallicon_alipay.png) no-repeat center / contain;
    vertical-align: middle;
}


.payment-box .icon-canvas-wechat, .payment-box .icon-canvas-zfb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.payment-box .icon-wechat, .payment-box .icon-canvas-wechat {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/office/smallicon_wechat.png) no-repeat center / contain;
    vertical-align: middle;
}

.qrcode-loader .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/office/loader.gif) no-repeat center / contain;
    opacity: 0.95;
    filter: alpha(opacity = 95);
    z-index: 3;
}



.qrcode-expired p {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}
.submitEmail{
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    background: #80848A;
    color: #fff;
    border-radius: 0 5px 5px 0 ;
    cursor: pointer;
}
.editFpEmail em{
    line-height: 34px;
}
.noCursor{
    cursor: not-allowed;
    background: #c0c0c0;

}
.errEmail{
    color: #ff5000;
    display: none;
}

.j_pleaseLogin{
    cursor: pointer;
}
.protocolBox{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.protocolBox input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 22px;
}
.protocolBox p{
    line-height: 25px;
}
.protocolBox a{
    color: #666666;
}
.protocolBox .protocol{
   
    text-decoration: underline;
    color:#409EFF ;
}
.hasEditField{
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    line-height: 40px;
}
.hasEditFieldParent{
    display: none;
}

.invoice {
    margin-bottom: 10px;
}

.invoiceWarn {
    margin-top: 10px;
    width: 700px;
    font-size: 12px;
    color: #555;
    line-height: 18px;
}

.invoiceWarn i {
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
    width: 14px;
    height: 12px;
    background: url('../img/common/icon_notice.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.invoiceInfo {
    position: relative;
    margin-top: 4px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.invoiceIcon {
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/common/icon_tips_gray.png') no-repeat;
    background-size: 100% 100%;
}

.invoiceTips {
    display: none;
    position: absolute;
    left: -174px;
    bottom: 20px;
    width: 320px;
    padding: 15px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    word-break: break-all;
    z-index: 10;
}

.invoiceTips:after {
    content: "";
    display: block;
    margin-left: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid;
    pointer-events: none;
    border-top-color: rgba(0, 0, 0, .8);
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
}

.invoiceInfo:hover .invoiceTips {
    display: block;
}

.invoiceNoticeIcon {
    margin-top: -2px;
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url('../img/common/icon_notice.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.popFapiaoBox{
    display: none;
}
.blackGd{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 4;
}
.whiteBox{
    position: fixed;
    background: #fff;
    width: 568px;
    padding:20px 20px ;
    top: 10px;
    left: 50%;
    margin-left: -255px;
    z-index: 5;
}
.popFapiaoBox h3{
    font-size: 18px;
    color: #111111;
    font-weight: bold;
}
.changeFpType{
    margin-bottom: 13px;
}
.changeFpType b{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgba(51,51,51,1);
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    margin-right: 10px;
    margin-top: 20px;
    cursor: pointer;
}
.changeFpSpecial{
    font-size: 14px;
    color: #111111;
}
.changeFpSpecial input{
    margin-top: 3px;
    margin-right: 3px;
}
.changeFpSpecial label{
    margin-right: 20px;
}
.popFapiaoBox .FieldName2,.popFapiaoBox .FieldName{
    width: 115px;
    font-size: 14px;
    color: #111111;
}
.popFapiaoBox .FieldName{
    line-height: 42px;
}
.changeFpSpecial{
    margin-bottom: 20px;
}
.popFapiaoBox .module{
    margin-bottom: 10px;
}
.popFapiaoBox .j_check1{
    width: 360px;
    height: 40px;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
   
}
.popFapiaoBox .j_check2{
    width: 360px;
    height: 40px;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    font-size: 14px; 
}
.popFapiaoBox .j_check3{
    width: 360px;
    height: 40px;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    font-size: 14px; 
}
.popFapiaoBox .errorMesg{
    /* width: 360px;
    height: 40px;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 5px; */
}
.popFapiaoBox .warming {
    color: #666666;
    margin-top: 3px;
    margin-left: 116px;
}
.pufpContianer{
    display: block;
}
.zengzhiFpContainer{
    display: none;
}
.uploadNsPic{
    margin-top: 10px;
}
.showImgLoading {
    width: 150px;
    height: 150px;
    background: #eee;
    text-align: center;
    margin-right: 10px;
    color: #999;
    display: none;
}
.showImgLoading img {
    margin-top: 54px;
}
.module label {
    display: block;
    position: relative;
}
label input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
}
label .uploadBtn {
    font-size: 14px;
    width: 90px;
    height: 150px;
    padding-left: 60px;
    line-height: 150px;
    display: block;
    background: url(../img/shangyeEmpower/add.png) no-repeat 34px center #eee;
    border: 1px dashed #ddd;
    border-radius: 4px;
    color: #666;
}
.rightIntro {
    margin-left: 23px;
}
.limitPicture {
    color: #f84343;
    margin-bottom: 10px;
}
.howProvider {
    background: url(../img/help.png) no-repeat;
    padding-left: 25px;
    line-height: 15px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.answerquesion {
    width: 272px;
    height: 98px;
    background: rgba(0, 0, 0, .8);
    padding: 20px 13px 0 13px;
    margin-top: 10px;
    position: relative;
    display: none;
    position: absolute;
    word-wrap: break-word;
    overflow-wrap: break-word;
    bottom: 20px;
    left: -10px;
    color: #fff;
}
.answerquesion h5 {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}
.answerquesion p {
    line-height: 20px;
}
.answerquesion .closeQuestion {
    width: 12px;
    height: 12px;
    background: url(../img/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.howProvider {
    background: url(../img/help.png) no-repeat;
    padding-left: 25px;
    line-height: 15px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}
.questionContent:hover{
    color:  #f84343;
    text-decoration: underline;
}
.btnUI b{
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(17,17,17,1);
    border-radius: 4px;
    float: left;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
}
.btnUI .cancelBtn{
    margin: 0 15px 0 147px;
}
.btnUI .keepData{
    background: #111111;
    border-radius: 4px;
    color: #fff;
}
.companyFp{
    display: none;
}
.personFp{
    
}
.changeFpType .activeFp{
    border: 1px solid rgba(10,193,153,1);
    border-radius: 5px;
    font-size: 14px;
    color: #0DC19A;
}
.showFpMessage{
    /* padding-top: 20px; */
}
.modifyFp{
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #409EFF;
    margin-top: 1px;
}
.modifyFp img{
    width: 12px;
    height: 13px;
    margin: 3px 3px 0 0;
}
.companyPushList{
    left: 116px ;
}
.defaultTitleBox {
    width: 320px;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    position: relative;
}
.showImg {
    width: 150px;
    height: 150px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.showImg {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.showImg .deletePicture {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #ff7333;
    line-height: 8px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.close .heng, .deletePicture .heng {
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    margin: 5px 0 0 2px;
}
.showImg img {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}
.authInfoFields{
    margin-top: 10px;
}
.authInfoRow{
    margin-bottom: 24px;
    padding-top: 8px;
}
.authInfoRow .field{
    width: 80px;
    text-align: right;
    margin-right: 14px;
}
.authInfoRow input{
    width: 400px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(231,231,231,1);
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.authInfoRow input:focus{
    border-color: #409EFF;
}
.bottomLine{
    border-top: 1px dashed rgba(220, 220, 220, 1);
    margin-bottom: 30px;
    margin-top: 10px;
}
.hasEditFpMesg{
    font-size: 14px;
    font-size: 14px;
    color: #111111;
}
.editFpType{
    margin-bottom: 20px;
}
.hasEditFpMesg .fpMesgField{
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}
.oneModule{

    margin-right: 30px;
} 
.oneModuleStyle{
   padding-left: 30px;
   border-left: 1px solid #ddd;;

}
.oneModuleStyle2{
    padding-right: 30px;
    border-right: 1px solid #ddd;;
}
.hasNoBorder{
    border-right: none;
}
.oneModule img{
    width: 50px;
    height: 50px;
}
.fourFont a{
    font-weight: bold;
    text-decoration: underline;
   
}
.fourFont a:hover{
    text-decoration: underline;
    color:#409EFF ;
}

.displayFpPic{
    
}
.displayFpPic .lineEle{
    border-left: 1px solid #ddd;
    height: 20px;
    width: 1px;
    margin-right: 30px;
}
.displayFpPic img{
    margin-top: -15px;
}

/* === 手机验证按钮 & 已验证标记 === */
.smsFieldWrap{ position:relative; display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.smsFieldWrap .ipttelephone{ width:260px; flex-shrink:0; }
.smsVerifyBtn{
    display:inline-block; padding:0 16px; height:40px; line-height:40px;
    background:#409EFF; color:#fff; border-radius:5px; cursor:pointer;
    font-size:14px; white-space:nowrap; flex-shrink:0;
}
.smsVerifyBtn:hover{ background:#66b1ff; }
.smsVerifiedTag{
    display:inline-block; color:#67C23A; font-size:14px; white-space:nowrap;
}
.smsFieldWrap .errorMesg{ width:100%; margin-top:0; }
.authInfoTip{
    display:flex; align-items:flex-start; gap:10px;
    background:#FFF8E6; border:1px solid #FFD666; border-radius:6px;
    padding:14px 18px; margin:8px 0 16px 0;
    line-height:1.8;
}
.authInfoTipIcon{ font-size:22px; flex-shrink:0; margin-top:2px; }
.authInfoTipText{ font-size:14px; color:#555; }
.authInfoTipText strong{ color:#D48806; }
.authInfoTipContact{ margin-top:4px; font-size:14px; }
.authInfoTip a{ color:#409EFF; text-decoration:none; font-weight:bold; }
.authInfoTip a:hover{ text-decoration:underline; }

/* === SMS验证弹窗 === */
.smsPopBox{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:10000; }
.smsPopMask{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.45); }
.smsPopContent{
    position:relative; width:420px; margin:12vh auto 0;
    background:#fff; border-radius:8px; padding:30px 32px 24px;
    box-shadow:0 4px 24px rgba(0,0,0,.15); z-index:1;
}
.smsPopContent h3{
    font-size:18px; font-weight:bold; color:#333; margin-bottom:24px; text-align:center;
}
.smsPopClose{
    position:absolute; top:12px; right:16px; font-size:24px;
    color:#999; cursor:pointer; line-height:1;
}
.smsPopClose:hover{ color:#333; }
.smsPopRow{ margin-bottom:18px; }
.smsPopRow label{
    display:block; font-size:14px; color:#666; margin-bottom:6px;
}
.smsPopPhone{ font-size:16px; color:#333; font-weight:bold; letter-spacing:1px; }
#smsCaptchaBox{ min-height:40px; }
.smsPopErr{ color:#F56C6C; font-size:12px; margin-top:4px; }
.smsCodeInputWrap{ display:flex; gap:8px; }
.smsCodeInputWrap input{
    flex:1; height:36px; line-height:36px; padding:0 10px;
    border:1px solid #DCDFE6; border-radius:4px; font-size:14px; outline:none;
    width:auto !important;
}
.smsCodeInputWrap input:focus{ border-color:#409EFF; }
.smsSendBtn{
    display:inline-block; white-space:nowrap; padding:0 14px; height:36px; line-height:36px;
    background:#fff; border:1px solid #409EFF; color:#409EFF; border-radius:4px;
    cursor:pointer; font-size:13px;
}
.smsSendBtn:hover{ background:#ecf5ff; }
.smsSendBtn.disabled{ border-color:#C0C4CC; color:#C0C4CC; cursor:not-allowed; background:#f5f7fa; }
.smsConfirmBtn{
    display:block; width:100%; height:40px; line-height:40px; text-align:center;
    background:#409EFF; color:#fff; border-radius:4px; cursor:pointer;
    font-size:15px; margin-top:24px;
}
.smsConfirmBtn:hover{ background:#66b1ff; }

