/**------------------------------- 注册成功 提示弹窗  start  ----------------------------------**/
.register-contact .modal-dialog {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    padding: 30px 30px 50px;
    background: #fff;
    border-radius: 8px;
    transform: translate(-50%, -50%) !important;
}

.register-contact .modal-close {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.register-contact .modal-dialog.apply-dialog {
    display: none;
    width: 480px;
    height: 300px;
    padding: 30px 30px 0 30px;
}

.register-contact .modal-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
}

.register-contact .contact-body {
    margin: 50px auto;
}

.register-contact .contact-body .contact-tips {
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}

.register-contact .contact-body .contact-tips span {
    color: #F00000;
}

.register-contact .contact-body .contact-away {
    display: flex;

    flex-direction: column;
    padding: 0 4px;
}

.register-contact .contact-body .contact-away .away {
    margin-top: 14px;
    width: 500px;
    height: 60px;
}

.register-contact .contact-body .contact-away .away p {
    font-size: 14px;
    color: #666;
    line-height: 22px;

}

.register-contact .contact-body .contact-away .away div {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;

    background: url("/client/components/img/contact-bg2.png") no-repeat left center/cover;
    background-size: 100% 100%;
}

.register-contact .contact-body .contact-away .away div.contact-bg2 {
    color: #333333;
    background: url("/client/components/img/contact-bg1.png") no-repeat left center/cover;
    background-size: 100% 100%;
}
.register-contact .contact-body .contact-away .away div.contact-bg2 > span,
.register-contact .contact-body .contact-away .away div.contact-bg1 > span

{
    display: flex;
    align-items: center;
}
.register-contact .contact-body .contact-away .away div.contact-bg2 > span:before,
.register-contact .contact-body .contact-away .away div.contact-bg1 > span:before{
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #ff6420;
    border-radius: 1px;
}
.register-contact .contact-body .contact-away .away div.contact-bg1 > span:before{
    background: #3083EB;
}
.register-contact .contact-body .contact-away .away p .away-min {
    color: #FF3B30;
}

.register-contact .contact-body .contact-away .away p .away-phone {
    color: #3083EB;
}

.register-contact .contact-footer {
    display: flex;
    justify-content: space-around;
}

.register-contact .contact-footer button {
    width: 120px;
    height: 36px;
    background: #3083EB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: unset !important;
}

.register-contact .contact-footer button.cancel-btn {
    background: #FF9D00;
}

/*第二个弹窗样式*/
.register-contact .contact-body2 {
    margin: 90px 0 32px;
}

.register-contact .contact-body2 .contact-text {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    text-align: center;
}

.register-contact .contact-body2 .official-phone {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.register-contact .contact-body2 .official-phone span.phone {
    color: #3D86FF;
}

.register-contact .contact-body2 .contact-ewm {
    display: flex;
    justify-content: center;
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
}

.register-contact .contact-body2 .ewm-text {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}


/* 次数用完统一弹窗提示 */
.limitTimes .modal-dialog {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

#myModaltwo .limitTimes-content {
    position: relative;
    width: 480px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 30px;
    outline: 0;
}

.limitTimes .modal-header {
    border-bottom: none;
    background: #fff !important;
    padding: 0 !important;
}

.limitTimes .modal-footer {
    border-top: none;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.limitTimes .modal-footer .btn-primary {
    width: 140px;
    height: 36px;
    background: #3083EB;
    border-radius: 4px;
    border: none;
    outline: none;
    line-height: 36px;
    font-size: 16px;
}

.limitTimes .modal-footer .btn-warning {
    width: 140px;
    height: 36px;
    background: #FF7722;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
}

.limitTimes .modal-title {
    font-size: 16px !important;
    font-weight: bold;
}
