.solution-banner-container { min-height: 450px; padding-top: 112px; padding-bottom: 20px; background-color: #000; background-position: center; background-size: auto 100%; 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 .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, 0.623); position: fixed; top: 0px; 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: white; border-radius: 2px; position: relative; padding: 40px 50px 40px 50px; } .solution-banner-container-popup .close-icon{ position: absolute; right: -40px; height: 30px; width: 30px; top: 0px; } .close-icon img{ height: 100%; width: 100%; cursor: pointer; } .solution-banner-container-popup .title{ height: 66px; margin-bottom: 60px; text-align: center; font-weight: bold; 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: none; font-size: 14px; font-family: pingfangsc-regular,pingfang sc; font-weight: 400; color: #d0d0d0; line-height: 20px; text-indent: 15px; margin: 0px 11px 20px 11px; } .solution-banner-container-popup .popup-main-content .input-item:focus{ border: 1px solid rgb(14, 87, 162); color: rgb(51, 51, 51); } .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; } .solution-banner-container-popup .input-code{ display: flex; justify-content: space-between; flex-wrap: wrap; } .solution-banner-container-popup .input-code .input-item{ width: 365px; height: 50px; background: #f9f9f9; border-radius: 2px; border: 1px solid #efefef; outline: none; font-size: 14px; font-family: pingfangsc-regular,pingfang sc; font-weight: 400; color: #d0d0d0; line-height: 20px; text-indent: 15px; margin: 0px 11px 20px 11px; } .solution-banner-container-popup .input-code .input-item:focus{ border: 1px solid rgb(14, 87, 162); color: rgb(51, 51, 51); } .solution-banner-container-popup .input-code > div{ position: relative; } .solution-banner-container-popup .input-code .required-input{ 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 span{ position: absolute; left: -10px; font-size: 30px; color: #ff6860; top: 5px; } .solution-banner-container-popup .input-textarea textarea{ background: #f9f9f9; border-radius: 2px; border: 1px solid #efefef; outline: none; font-size: 14px; font-family: pingfangsc-regular,pingfang sc; font-weight: 400; color: #d0d0d0; line-height: 20px; text-indent: 15px; height: 100px; resize: none; margin: 0px 11px 20px 11px; width: 804px; box-sizing: border-box; padding-top: 10px; } .solution-banner-container-popup .input-textarea textarea:focus{ border: 1px solid rgb(14, 87, 162); color: rgb(51, 51, 51); } .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; } .modal-msg, .loading-mask{ position: fixed; background:rgba(0,0,0,0.6); top: 0; right: 0; bottom: 0; left: 0; z-index: 999; visibility: hidden; opacity: 0; pointer-events: none; transition: all 0.3s; } .modal-msg.active, .loading-mask.active{ visibility: visible; opacity: 1; pointer-events: auto; } .modal-msg .modal-msg-success, .modal-msg .modal-msg-error { position: absolute; top: 140px; left: 50%; -webkit-transform: translatex(-50%); transform: translatex(-50%); width:612px; background:rgba(255,255,255,1); 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-success, .modal-msg-error{ text-align: center; display: none; } .modal-msg-success h3, .modal-msg-error h3{ margin: 0 auto; width:400px; height:45px; font-size:32px; font-weight:bold; color:rgba(14,87,162,1); line-height:45px; text-align: center; margin-bottom: 20px; } .modal-msg-success p, .modal-msg-error p{ margin: 20px auto 0; width:346px; height:56px; font-size:16px; font-weight:500; color:rgba(102,102,102,1); line-height:28px; }