.solution-banner-container {
    min-height: 450px;
    padding-top: 112px;
    padding-bottom: 48px;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.solution-banner-container-ru {
    min-height: 450px;
    padding-top: 90px !important;
    padding-bottom: 42px
}

.solution-banner-container .solution-banner-content {
    color: #fff;
    width: 650px
}

.solution-banner-container .solution-banner-content-en {
    width: 710px !important
}

.solution-banner-container .solution-banner-content .solution-banner-title {
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 8px
}

.solution-banner-container .solution-banner-content .solution-banner-desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px
}

.solution-banner-container .btn-container .button {
    margin-right: 20px
}

.solution-banner-container .solution-banner-container-popup {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .623);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center
}

.solution-banner-container-popup .container-popup-content {
    min-height: 500px;
    width: 926px;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    padding: 40px 50px
}

.solution-banner-container-popup .close-icon {
    position: absolute;
    right: -40px;
    height: 30px;
    width: 30px;
    top: 0
}

.close-icon img {
    height: 100%;
    width: 100%;
    cursor: pointer
}

.solution-banner-container-popup .title {
    height: 66px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    color: #333;
    line-height: 33px;
    font-size: 24px
}

.solution-banner-container-popup .popup-main-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.solution-banner-container-popup .popup-main-content .input-item {
    width: 365px;
    height: 50px;
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #efefef;
    outline: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #d0d0d0;
    line-height: 20px;
    text-indent: 15px;
    margin: 0 11px 20px
}

.solution-banner-container-popup .input-code .input-item:focus,
.solution-banner-container-popup .input-textarea textarea:focus,
.solution-banner-container-popup .popup-main-content .input-item:focus {
    border: 1px solid #0e57a2;
    color: #333
}

.solution-banner-container-popup .input-code>div,
.solution-banner-container-popup .popup-main-content>div {
    position: relative
}

.solution-banner-container-popup .popup-main-content .Required-input {
    position: absolute;
    left: -10px;
    font-size: 30px;
    color: #ff6860;
    top: 5px
}

.solution-banner-container-popup .input-textarea {
    position: relative;
    width: 100%
}

.solution-banner-container-popup .input-code {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.solution-banner-container-popup .input-code .input-item,
.solution-banner-container-popup .input-textarea textarea {
    width: 365px;
    height: 50px;
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #efefef;
    outline: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #d0d0d0;
    line-height: 20px;
    text-indent: 15px;
    margin: 0 11px 20px
}

.solution-banner-container-popup .input-code .Required-input,
.solution-banner-container-popup .input-textarea span {
    position: absolute;
    left: -10px;
    font-size: 30px;
    color: #ff6860;
    top: 5px
}

.solution-banner-container-popup .input-code .phone-code {
    width: 200px
}

.solution-banner-container-popup .input-code .code-content {
    display: flex;
    width: 387px
}

.solution-banner-container-popup .input-textarea textarea {
    height: 100px;
    resize: none;
    width: 804px;
    box-sizing: border-box;
    padding-top: 10px
}

.container-popup-content .bt-box {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-popup-content .bt-box div {
    height: 50px;
    width: 172px;
    background-color: #0e57a2;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 2px
}

.container-popup-content .bt-box div:hover {
    background-color: #093f78
}

.verifyimg {
    height: 50px;
    width: 100px;
    margin-left: 37px;
    vertical-align: top;
    cursor: pointer
}

.loading-mask,
.modal-msg {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.loading-mask.active,
.modal-msg.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.modal-msg .modal-msg-error,
.modal-msg .modal-msg-success {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 612px;
    background: #fff;
    border-radius: 1px
}

.modal-msg .modal-msg-error {
    height: 359px
}

.modal-msg .modal-close {
    position: absolute;
    right: 24px;
    top: 19px;
    width: 27px;
    height: 27px;
    cursor: pointer
}

.modal-msg .modal-img {
    display: block;
    width: 160px;
    height: 110px;
    margin: 32px auto 24px
}

.modal-msg .modal-msg-success .button {
    margin-bottom: 48px
}

.modal-msg-error,
.modal-msg-success {
    text-align: center;
    display: none
}

.modal-msg-error h3,
.modal-msg-success h3 {
    width: 400px;
    height: 45px;
    font-size: 32px;
    font-weight: 700;
    color: #0e57a2;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 20px
}

.modal-msg-error p,
.modal-msg-success p {
    margin: 20px auto 0;
    width: 346px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    line-height: 28px
}