@font-face {
    font-family: 'OpenSans';
    src: url('./font/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@keyframes rotating {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@media screen and (min-width: 1960px) {
    .content-register>img {
        width: 100%;
        height: auto !important;
    }
}
.h5{
    display: none;
}
.pc{
    display: block;
}
.input-label, .form-error, .h5-desc, .privacy a{
    white-space: nowrap!important;
}

.registor-none {
    display: none;
    flex-direction: column;
}

.registor-success{

    height: 326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.registor-loading{
    height: 272px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#registor-loading-1{
    height: 220px;
}
.registor-loading img{
    animation: rotating 0.75s linear infinite;
}

.resend-btn {
    width: 313px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #0A8DD1;
    border-radius: 4px;

    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom:50px;
}

.success-word {
    width: 313px;
    padding: 16px;

    /* Neutral Color/#F5F7FA

背景色
*/
    background: #F5F7FA;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */


    /* Neutral Color/#4C556C */

    color: #4C556C;
    margin-top: 24px;
}
.success-word b{
    word-break: break-all;
}

.success-email {
    font-weight: 700;
}
.success-noget{
    width: 313px;
    font-weight: 500;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */

text-align: center;

/* Neutral Color/#000000 */

color: #000000;
position: absolute;
bottom: 94px;
display: flex;
align-items: center;
justify-content: center;

}

.success-check {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    display: flex;
    align-items: center;
    text-align: center;

    /* Neutral Color/#000000 */

    color: #000000;
    /* margin-top: 94px; */
    display: flex;
    justify-content: center;
}
.success-check img{
    margin-right: 4px;
}


.dialog-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.dialog-toast {
    display: none;
}

.dialog-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    z-index: 9;
    cursor: pointer;
}

.dialog-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 536px;
    height: 432px;
    background: #FFFFFF;
    border: 1px solid #DADCE1;
    box-shadow: 0px 4px 10px -2px rgba(16, 24, 40, 0.1), 0px 0px 4px -2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

.dialog-top {
    width: 536px;
    height: 200px;
    background: #DAE4FF;
    position: relative;
    overflow: hidden;
}

.dialog-top img {
    /* width: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 220px;
}

.dialog-bottom {
    padding: 32px 100px;
}

.dialog-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0 auto 8px;
    width: 300px;
}

.dialog-subTitle {
    width: 300px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #7F8596;
    margin-bottom: 24px;
}

.dialog-btn {
    cursor: pointer;
    margin: 0 auto;
    width: 245px;
    height: 32px;
    text-align: center;
    background: #0A8DD1;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dialog-link {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

* {
    box-sizing: border-box;
    font-family: 'OpenSans', Helvetica, Arial, Lucida, sans-serif;
}

.h5-register {
    display: none;
}

body {
    margin: 0;
}

a {
    display: inline-block;
    color: #1D2E42;
    cursor: pointer;
    word-break: keep-all;
}

a:link {
    color: #1D2E42;
    text-decoration: none;
}

a:visited {
    color: #4066D4;
    text-decoration: line-through;
}

a:hover {
    color: #4066D4;
    text-decoration: underline;
}

a:active {
    color: #4066D4;
}

.loading .common-loading {
    visibility: visible;
}

.common-loading {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A8DD1;
    border-radius: 4px;
    cursor: not-allowed;
}

.common-loading .loading-icon {
    width: 16px;
    height: 16px;
    background-image: url('./image/ic-loading-default.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: rotating 0.75s linear infinite;
}


.main {
    min-width: 1040px;
    padding-top: 60px;
    position: relative;
    height: 100vh;
    overflow: overlay;
}

.layout {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.background {
    min-width: 1040px;
    background: #F5F7FA;
    margin: 0 auto;

}

.header-con {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* bottom:0; */
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 40%);

}

.header {

    width: 100%;
    height: 60px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-one {
    height: 36px;
}

.header-one img {
    height: 36px;
    width: 149.34px;
}

.header-two,
.header-two a {
    display: flex;
    align-items: center;
    height: 20px;
}

.header-two img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.content-register {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    max-height: 700px;
    height: 700px;
    background: #04152B;
}

img.icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.content-register>img {
    min-width: 1630px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;

}

.header-two a:hover {
    text-decoration: none;
}

.email-word {
    color: #000;
}

.register {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.register-con {
    display: flex;
    justify-content: space-between;
    height: 700px;
    align-items: center;
}

.slogan-title {
    width: 500px;
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.device {
    width: 388px;
    height: 214.47px;
    margin-top: 39px;
    position: relative;
    left: -38px;
}

.slogan-tips {
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #75E1F9;
    word-break: break-word;
    word-wrap: break-word;
    white-space: wrap;

}

.register-form {
    width: 360px;
    height: 382px;
    padding: 50px 24px !important;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: relative;
    margin-bottom: 90px;
}

.content-three {
    height: 568px;
    padding-top: 80px;
}

.three-title {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #000000;
}

.three-subTitle {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4C556C;
}

.three-con {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;

}

.h5-three-con {
    display: none;
}

.three-card {
    width: 317.33px;
    /* height: 320px; */
    background: #FFFFFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.07), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
    padding: 32px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-40 {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.three-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    height: 132px;
}

.three-user {
    margin-top: 25px;
    display: flex;
}

.user-info {
    flex: 1;
}

.user-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #4C556C;
}

.user-position {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7F8596;
}

.feature-white {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    height: 442px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-title {
    width: 400px;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #000000;
}

.feature-subTitle {
    width: 403px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4C556C;
}

/* .feature-gray{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
} */
.more-tools {
    padding: 80px 20px;

}

.more-title {
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    width: 528px;
}

.icon-56 {
    width: 56px;
    height: 56px;
}

.tools-line {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tools-con {
    /* flex:1; */
    width: 260px;

}

.tools-title {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}

.tools-subTitle {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.bottom-register {
    width: 100%;
    height: 624px;
    overflow: hidden;
    position: relative;
    background: #04152B;
}

.bottom-bg {
    width: 100%;
    min-width: 1440px;
}

.bottom-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0;
}

.bottom-center {
    margin: 0 auto;
    width: 1000px;
    height: 424px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.center-left {
    width: 628px;
    background: #F5F7FA;
    padding: 40px 60px;
}

.blue-company {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #0A8DD1;
}

.center-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #000000;
}

.center-subTitle {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.center-right {
    padding: 50px;
    width: 372px;
    position: relative;
}

.right-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.right-subTitle {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #4C556C;
    padding-bottom: 4px;
}

.each-input-con {
    position: relative;
}

.email-already+.input-label+.form-error+.form-error+.form-already {
    visibility: visible;
}

.form-already {
    visibility: hidden;
}


.icon-eye {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('./image/Eye-Off.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center;
    background-size: cover;

}

.icon-eye img {}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.input {
    display: block;
    margin-top: 27px;
    padding: 6px 8px 6px 12px;
    gap: 8px;
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #B4BAC8;
    border-radius: 4px;
}

.each-input-con-first .input {
    margin-top: 22px;
}

.input:hover {
    border: 1px solid #7F8596;
}

.input:focus {
    outline: none;
    background: #FFFFFF;
    border: 1px solid #0A8DD1 !important;
    box-shadow: 0px 0px 0px 2px #CEE8F6;
}

.input-has+.input-label {
    color: #7F8596;
    top: -2px !important;
    background-color: #fff;
}



.input:focus+.input-label {
    color: #0A8DD1 !important;
    top: -2px !important;
    background-color: #fff;
}

.input-label {
    padding: 0 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #7F8596;
    z-index: 1 !important;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    font-size: 12px !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
    transition: all .2s ease !important;
    pointer-events: none;
}

.form-error,
.form-requried {
    visibility: hidden;
    position: absolute;
    top: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #CF1D23;
}

.form-requried {
    visibility: hidden !important;
}

.each-input-con .input-requried+.input-label {
    color: #CF1322 !important;
    top: -2px !important;
    background-color: #fff;
}

/* .input-requried + .input-label + .form-error{
    visibility: visible;
} */

.input-requried+.input-label+.form-requried {
    visibility: visible !important;
}



.each-input-con .input-error,
.each-input-con .email-already,
.each-input-con .input-requried {
    border: 1px solid #CF1D23 !important;
    box-shadow: none;
}

.each-input-con .input-error+.input-label,
.each-input-con .email-already+.input-label {
    color: #CF1322 !important;
    top: -2px !important;
    background-color: #fff;
}

.input-error+.input-label+.form-requried+.form-error {
    visibility: visible;
}


.submit-btn {
    position: relative;
    cursor: not-allowed;
    margin-top: 24px;
    text-align: center;
    gap: 4px;
    width: 100%;
    height: 32px;
    background: #DADCE1;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
}

.can-click {
    cursor: pointer !important;
    background: #0A8DD1 !important;
}

.privacy {
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4C556C;
}

.blue {
    color: #4066D4 !important;
}

.white {
    color: #fff !important;
}

.footer {
    height: 489px;
    background: #202934;
}

.footer-con {
    padding: 80px 20px;
    display: flex;
}

.footer-company {
    margin-right: 55px;
}

.tp-logo {
    width: 200px;
    height: 37px;
}

.tp-address {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1B5CD;
}

.tp-contact {
    width: 32px;
    height: 32px;
    margin: 24px 24px 80px 0;
}

.tp-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #A1B5CD;
}

.for-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;

    display: flex;
    align-items: center;
    text-transform: uppercase;

    color: #A1B5CD;
}

.each-for-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF !important;
    display: block;
    height: 34px;
}

.for-carrier {
    margin-right: 23px;
}

.for-broker {
    margin-right: 20px;
}

.for-company {
    margin-right: 22px;
}

.for-partner,
.for-company,
.for-broker,
.for-carrier {
    width: 170px;
}

.fixed-bottom {
    display: none;
}