.gate-to-coin-container {
    min-width: 1200px;
    overflow: auto;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gate-to-coin-container .main-page-container {
    width:100%;
    background: url("/static_pages/gate_to_coin/images/bg.png") no-repeat center center;
    position: relative;
    min-width: 1200px;
    max-width: 1500px;
}
.main-page-content{
    position: relative;
    z-index: 2;
}
.main-page-image {
    position: absolute;
    background: url("/static_pages/gate_to_coin/images/img.png") no-repeat center center;
    width: 738px;
    height: 675px;
    right: 0;
    top: 25px;
}

.gate-to-coin-logo {
    width: 184px;
    height: 56px;
    background: url("/static_pages/gate_to_coin/images/logo_gate.io.png");
}

.gate-to-coin-introduce-container {
    font-family: DINPro-Bold;
    font-size: 60px;
    color: #004655;
    line-height: 80px;
    font-weight: 500;
    margin-top: 48px;
}

.website-theme-red {
    color: #e64e62
}

.gate-to-coin-reward{
    font-family: DINPro-Medium;
    font-size: 28px;
    color: #333;
    line-height: 44px;
    font-weight: 500;
    margin-top: 32px;
}
.gate-to-coin-reward span{
    color: #E64E62;
}
.earn-free-crypto-btn {
    width: 350px;
    height: 70px;
    background-image: linear-gradient(90deg, #EB485E 0%, #FF6557 100%);
    box-shadow: 0px 8px 24px 0px rgba(250, 94, 88, 0.38);
    border-radius: 35px;
    margin: 40px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s;
}
.earn-free-crypto-btn:hover{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.started-investing-text{
    font-size: 24px;
    font-family: DINPro-Medium;
    font-weight: 500;
    color: #004655;
    line-height: 34px;
}

.earn-free-crypto-text {
    font-family: DINPro-Medium;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    font-weight: 500;
}

.earn-free-crypto-button-img {
    width: 40px;
    height: 20px;
    margin-left: 24px;
    background: url("/static_pages/gate_to_coin/images/icon_jiantou.png") no-repeat;
}

.start-investing {
    font-family: DINPro-Medium;
    font-size: 24px;
    color: #004655;
    line-height: 34px;
    font-weight: 500;
}

.gate-to-coin-guide-container {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.guide-item-container {
    padding: 48px 32px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 32px);
    background-position-y: bottom;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    width: 33%;
    cursor: pointer;
    transition: all 0.1s;
}

.guide-item-container:hover{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.guide-item-title{
    font-family: DIN_Medium;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.guide-page-item-title{
    font-family: DIN_Medium;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: 500;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.guide-item-container:hover .guide-item-title{
    color:#E64E62;
}

.guide-item-description {
    font-family: DINPro-Regular;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: 400;
    margin-top: 16px;
    white-space: pre-line;
}

.guide-item-0{
    background-image: url("/static_pages/gate_to_coin/images/1.png");
}
.guide-item-1{
    background-image: url("/static_pages/gate_to_coin/images/2.png");
}
.guide-item-2{
    background-image: url("/static_pages/gate_to_coin/images/3.png");
}
 body {
     background: unset !important;
 }

#headLayout{
    background: #015060 !important;
}
#register-gate-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    top: 0;
    z-index: 3;
    display: none;
    align-items: center;
}

.register-gate-modal-container {
    width: 880px;
    height: 500px;
    background: #fff;
    border-radius: 8px;
    overflow-y: hidden;
    padding: 64px 0 50px;
    position: relative;
}

.register-gate-content-container {
    display: flex;
    padding: 0 80px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.signupStepView {
    width: 100%;
}

.gate-advantage-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 66px;
}

.gate-advantage-item {
    border-radius: 8px;
    background: #f7f7f7;
    height: 104px;
    display: flex;
    align-items: center;
    padding: 24px;
    width: 256px;
}

.gate-advantage-item-icon {
    height: 32px;
    width: 32px;
}

.gate-advantage-item-title-container {
    margin-left: 16px;
}

.gate-advantage-item-title {
    font-family: DIN_Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
}

.gate-advantage-item-description {
    font-family: DINPro-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
}
#register-gate-modal #agrTxt{max-width: 100%}
.sig_type_list {
    text-align: right;
}

.m_title img {
    margin: 0
}

#agrCheckLabel a {
    color: #e64e62
}

.login_row_btn, .login_row_btn#smsbtn {
    color: #e64e62;
    max-height: 60px;
}

.login_row_btn#smsbtn, .login_row_btn:hover {
    background-color: #e64e62
}

.login_row .icon.icon-hide {
    background-image: url(/images/psd_hide.svg)
}

.login_row .icon.icon-hide.active {
    background-image: url(/images/psd_show.svg?v=0521)
}

input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

.activity_link {
    display: none !important
}

#register-gate-modal .iti--separate-dial-code .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 26px 6px 0 18px;
    background-color: transparent;
}

#register-gate-modal .iti__flag-container {
    width: 100%;
    height: 100%;
    display: block;
}

#register-gate-modal .iti__country-list {
    z-index: 8;
    width: 341px;
    white-space: normal;
}

#register-gate-modal .iti--allow-dropdown .iti__flag-container, #register-gate-modal .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
}

#register-gate-modal .iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: block;
}
#register-gate-modal .modal-title{
    font-family: DIN_Bold;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
    line-height: initial;
}
#register-gate-modal .modal-second-title{
    font-family: DIN_Medium;
    font-size: 22px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
    line-height: initial;
    margin-top: 8px;
}
#register-gate-modal .close-register-modal-icon{
    height:24px;
    width: 24px;
    background: url('/static_pages/gate_to_coin/images/icon_close.svg') center center no-repeat;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
.login_row_text_container{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.to_login{
    font-family: DINPro-Light;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 200;
}
.to_login a{
    font-family: DINPro-Medium;
    font-size: 12px;
    color: #E64E62;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    margin-left: 8px;
}
.apply_business_account{
    font-family: DINPro-Light;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 200;
    border-bottom: 1px solid ;
}
.guide-page{
    flex-direction: column;
    align-items: center;
    background: #f7f7f7;
    display: flex;
    padding-top: 80px;
    min-height: calc(100vh - 80px);
}
.verify-account-tips{
    background: #FFF3E1;
    display: flex;
    color :#333;
    padding: 26px 32px;
    margin-bottom: 32px;
}
.kyc_verified_text{
    margin-left: 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    width: 480px;
}
.verify-account-tips .learn-more{
    font-family: DIN_Regular;
    font-size: 14px;
    color: #E64E62;
    line-height: 22px;
    font-weight: 400;
    margin-left: 32px;
    border: 1px solid #E64E62;
    background: #fff;
    border-radius: 2px;
    padding: 0 15px;
    white-space: nowrap;
    align-items: center;
    display: flex;
    cursor: pointer;
    height: 40px;
}

.guide-complete-icon{
    width: 280px;
    height: 272px;
    background: url("/static_pages/gate_to_coin/images/result_success.png?v=1001") center center no-repeat;
    margin: 37px 0 19px;
    background-size: cover;
}
.guide-welcome{
    font-family: DIN_Medium;
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
}
.next-do{
    font-family: DIN_Regular;
    font-size: 20px;
    color: #999999;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 16px;
}
.guide-step-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.guide-step-item-container{
    padding: 32px 24px 32px 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 384px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.06);
}
.guide-item-icon{
    height: 48px;
    width: 48px;
}
.guide-item-icon-0{
    background: url("/static_pages/gate_to_coin/images/icon_01.png") center center no-repeat;
    background-size:cover ;
}
.guide-item-icon-1{
    background: url("/static_pages/gate_to_coin/images/icon_02.png") center center no-repeat;
    background-size:cover ;
}
.guide-item-icon-2{
    background: url("/static_pages/gate_to_coin/images/icon_03.png") center center no-repeat;
    background-size:cover ;
}

.guide-item-left-container{

}
.guide-item-title-container{
    display: flex;
}

.guide-item-next{
    height: 24px;
    width: 24px;
    background: url("/static_pages/gate_to_coin/images/arrow_right.png") center center no-repeat;
}
.guide-step-item-description{
    font-family: DIN_Regular;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    font-weight: 400;
    margin-top: 16px;
}
.learn-more-before-start-btn{
    height: 48px;
    background-image: linear-gradient(90deg, #EB485E 0%, #FF6557 100%), linear-gradient(270deg, #009575 0%, #018791 100%);
    border-radius: 4px;
    padding: 0 18px;
    color:#fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.learn-more-before-start-btn:hover{
    color: #f7f7f7;
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.08);
}
.learn-more-before-start-icon{
    width: 20px;
    height: 10px;
    background: url("/static_pages/gate_to_coin/images/icon_jiantou.png") no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.download-mobile-container{
    position: relative;
    width: 1200px;
    background: url("/static_pages/gate_to_coin/images/banner_Download.png") no-repeat;
    background-size: cover;
    margin: 40px 0 97px;
    display: flex;
    align-items: center;
    height: 103px;
    padding-top: 24px;
}

.download-mobile-text{
    font-family: DIN_Regular;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: 340px;
}
.app-down-button{
    width: 170px;
    height: 48px;
}
.appleStore-button{
    margin-left: 40px;
    background: url("/static_pages/gate_to_coin/images/btn_App Store.png") center center no-repeat;
    background-size: cover;

}
.google-store-download-button{
    margin-left: 24px;
    background: url("/static_pages/gate_to_coin/images/btn_Google Play.png") center center no-repeat;
    background-size: cover;

}

body.dark-body .login_row .login_row_input.psd_data.active, body.dark-body .login_row .login_row_input.psdchange{background: #fff !important;}
body.classic-dark .login_row .login_row_input.psd_data.active, body.classic-dark .login_row .login_row_input.psdchange{background: #fff !important;}
body.dark-body .login_row_btn#smsbtn, body.dark-body .login_row_btn, body.classic-dark .login_row_btn#smsbtn, body.classic-dark .login_row_btn{color:#26999e !important;border-color: #e1e3e5 !important;}
body.dark-body .login_row_btn:hover,body.classic-dark .login_row_btn:hover{color:#fff !important;}
body.dark-body .login_row .login_row_input,body.classic-dark .login_row .login_row_input{color:#8c8c8c !important;}
.dark-body .login_row,.classic-dark .login_row{border-color: rgb(225, 227, 229) !important;}
::-webkit-scrollbar-track{background: unset !important;}

.guide-page-main-container{
    display: flex;
    max-width: 1200px;
}
.guide-welcome-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
}
.kyc_verified_icon{
    width: 24px;
    height: 24px;
    background: url("/static_pages/gate_to_coin/images/icon_warn.png") center center no-repeat;
    background-size:cover ;
}
.guide-complete-container{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding-bottom: 40px;
    height: 100%;
}
.download-close-icon{
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url("/static_pages/gate_to_coin/images/icon_close.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 16px;
    top: 32px;
}

#verify_account_modal{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    top: 0;
    z-index: 3;
    display: none;
    align-items: center;
}
.verify_account_modal_container{
    width: 720px;
    height: 388px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verify_account_modal_background{
    width: 200px;
    height: 140px;
    background: url("/static_pages/gate_to_coin/images/img_verify_account.png") center center no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.verify_account_modal_title{
    font-size: 20px;
    font-family: DINPro-Medium, DINPro;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 16px;
}
.verify_account_modal_text{
    font-size: 14px;
    font-family: DINPro-Regular, DINPro;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
    width: 320px;
    text-align: center;
}
.verify_account_modal_button_container{
    display: flex;
    margin-top: 24px;
    font-family: DINPro-Medium;
}
.verify_account_modal_button_left{
    width: 180px;
    height: 32px;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: #333;
    font-size: 14px;
}

.verify_account_modal_button_right{
    width: 180px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    background:#E64E62;
    color: #fff;
    border:1px solid #E64E62;
}

.verify_account_modal_button_left:hover{
    border:1px solid #E64E62;
}

.verify_account_modal_button_right:hover{
    background: #fff;
    border:1px solid #E64E62;
}

.verify_account_modal_close{
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url("/static_pages/gate_to_coin/images/icon_close.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 24px;
}

/*输入验证码弹窗*/
.dialog_mask{background: rgba(0,0,0,0.6);position: fixed;z-index: 100;top: 0;left: 0;;right: 0;bottom: 0}
.dislog_view{width: 100%;height: 100%;position: relative;}
.code_view{max-width: 360px;width: 90%;position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 42px 48px;border-radius: 4px;background: #fff;text-align: center;}
.code_view .m_title {border: none;margin-bottom: 0;height: auto;}
.code_view .m_title h4{font-size: 28px;font-weight: 200;display: flex;align-items: center;justify-content: center}
.code_view .m_title h4 img{margin: 0;margin-right: 4px;vertical-align: bottom;width: 30px;height: 30px;}
.code_view .input_view {display: flex;flex-direction: row;justify-content: space-between;margin-top: 20px;position: relative;}
.code_view #input_view_mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 8;cursor: text;}
.code_view .input_view .input_view_item{display: flex;width: 42px;height: 42px;border: solid 1px #bbbdbf;border-radius: 5px;background: #fff;text-align: center;font-weight: bold;}
.code-status{padding-top: 20px;}
#login2_check_msg{padding-top: 10px;color: #E64E62}
.code-status .login_row_btn {display: inline-block;padding: 0 !important;border: none !important;background: transparent !important;}
.sign_dialog{display: none;}
.sign_dialog.sign_dialog_step3{padding: 20px 25px;}
.sign_dialog.sign_dialog_step3 h3{text-align: left;display: flex;align-items: center;}
.sign_dialog.sign_dialog_step3 h3 span{float: none;font-size: 16px;}
.sign_dialog.sign_dialog_step3 h3 svg{width: 32px;height: 32px;padding-right: 12px;}
.sign_dialog.sign_dialog_step3 p{display: block;margin: 0;font-size: 14px;line-height: 22px;text-align: left;}
#dialogGetSmsCode:hover,#dialogGetEmailCode:hover{color: #e64e62 !important;}
.login_row_pad{padding-top: 2px;padding-bottom: 0px;position: relative}
