/* 主版内容 */

body {
    background-color: #ffffff !important;
}

.stepContent {
    justify-content: center;
    padding-top: 50px;
}

.width-380 {
    width: 380px;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
}

.norm-text {
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
}

.gray-text {
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B !important;
    line-height: 17px;
}

a:hover,
a:active {
    text-decoration: none;
}

.btnBox {
    margin-top: 40px;
}

.norm-btn {
    width: 380px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC00 !important;
    text-decoration: none;
    outline: none;
}

.norm-btn:hover {
    background-color: #FBF9D2 !important;
    text-decoration: none;
}

.norm-btn span {
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 25px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-50 {
    margin-top: 50px;
}

.resultContentImg {
    display: flex;
    justify-content: center;
}

.resultContentImg img {
    width: 60px;
    height: 60px;
}

.resultContentMsg {
    text-align: center;
    margin-top: 30px;
}

.resultContentMsg span {
    font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 33px;
}

.resultContentTimer {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 17px;
    text-align: center;
}

.resultContentTimer span {
    color: #003399;
}

.bgGear {
    position: absolute;
    left: 0;
    bottom: 80px;
}

.bgGear img {
    width: 854px;
    height: 602px;
}


/* 遮罩层 */

.d-Mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1000000;
}

.d-MaskRule {
    width: 960px;
    height: 550px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-MaskRule .conmask-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #EEF4FC;
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
}

.d-MaskRule .conmask-title img {
    height: 15px;
    width: 15px;
    padding: 10px;
    cursor: pointer;
}

.d-MaskRule .conmask-content {
    height: calc(100% - 115px);
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
    padding: 20px 18px;
    overflow: auto;
    box-sizing: border-box;
}

.d-MaskRule .conmask-content .conmask-con-t {
    font-size: 16px;
    font-weight: 600;
    color: #4A4A4A;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.d-MaskRule .conmask-footer {
    width: 100%;
    height: 76px;
    background: #FFFFFF;
    border-top: 1px solid #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.d-MaskRule .conmask-footer .conmask-btn {
    width: 142px;
    height: 36px;
    background: #FFCC00;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
    position: relative;/*CN_EC_REQ-3402*/
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.d-MaskRule .conmask-footer .conmask-btn:hover {
    background-color: #FFEA98 !important;
    text-decoration: none;
}

.d-MaskRule .conmask-footer .disagree-btn {
    width: 142px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
    position: relative;/*CN_EC_REQ-3402*/
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #FFCC00;
}

.d-MaskRule .conmask-footer .disagree-btn:hover {
    background-color: #FFF7D6 !important;
    text-decoration: none;
}

.verify-code-btn {
    width: 140px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #FFCC00;
    font-size: 14px;
    font-weight: 400;
    color: #545454 !important;
    line-height: 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    box-sizing: border-box;
}

.verify-code-btn.blk-font {
    color: #4A4A4A !important;
}

.verify-code-btn:hover {
    background: #FBF9D2;
    border: none;
}

.verify-code-btn.time-loading {
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    font-weight: 400;
    color: #D3D3D3 !important;
    line-height: 20px;
    box-sizing: border-box;
    cursor: default;
}

.verifyCodeLine {
    display: flex;
    justify-content: space-between;
}

.none {
    display: none !important;
}

.flexAlignCenter {
    display: flex;
    align-items: center;
}

.page-loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999;
}

.page-loading-area .page-loading-bg {
    background: #000;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}

.modal-loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999;
}

.modal-loading-area .page-loading-bg {
    background: #000;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.page-loading {
    height: 200px;
    background: url(/vcommon/common/img/loading_100_type2.gif) center center no-repeat;
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.mg-top-70 {
    margin-top: 70px;
}

#verifyCodeItem {
    width: 230px;
}

#verifyCodeItem {
    width: 230px;
}

#notSendMsmCk+label {
    display: block;
    cursor: pointer;
}

#notSendMsmCk {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: #003399;
}

#notSendMsmCk:checked {
    background: #003399;
}

.notSendMsmBox {
    display: flex;
    align-items: center;
    margin-top: 11px;
}


/* 完成、成功页面 start */

.completedContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.completedContent .statusIcon {
    display: block;
}

.completedContent .statusIcon img {
    width: 60px;
    height: 60px;
}

.completedContent .completedMsg {
    font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 33px;
}

.completedContent .completedTime {
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 17px;
}

.completedContent .completedTime span {
    font-size: 12px;
    font-weight: 400;
    color: #003399;
    line-height: 17px;
}

.completedContent .completedBtn {
    width: 184px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC00 !important;
    text-decoration: none;
}

.completedContent .completedBtn span {
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 25px;
}


/* 完成、成功页面 end */

.norm-blue-text {
    font-size: 14px;
    font-weight: 400;
    color: #003399;
    line-height: 20px;
}

.red {
    color: #E52F2C!important;
}