﻿html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    /*overflow: hidden;*/
}

.page-content {
    width: 100%;
    height: 100%;
    background: url(/Login/images/sign-up_BG.jpg) 0% 0% / 100% 100% no-repeat rgb(255, 255, 255);
    min-height: 900px;
    min-width: 1280px;
    font: 14px/150% NotoSansSC,tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    object-fit: cover;
    /*padding-bottom: 100px;*/
}

.c-icon {
    position: absolute;
    top: 5%;
    left: 5%;
}

    .c-icon img {
    }

.relative {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11.1%;
    min-width: 600px;
    background: rgba(255,255,255,0.80);
    box-shadow: 0 20px 200px -30px rgb(97 170 255 / 50%);
    border-radius: 4px;
    color: rgba(97,170,255,0.5);
}

.reg-tab {
    font-family: PingFangTC-Regular;
    font-size: 22px;
    color: #0F4085;
    letter-spacing: 4px;
    float: left;
}

.reg-detail {
    width: 66%;
    margin: 60px auto;
}

.detail-tips {
    text-align: right;
    margin-bottom: 30px;
}

.login.r {
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #808080;
    text-align: right;
}

.login-a {
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #170000;
    text-align: right;
    line-height: 20px;
    text-decoration: none;
}

.input-container.input-error-EMUI5 {
    background: #F3F9FE;
    border: 1px solid #FF6868;
    border-radius: 4px;
}

.input-container {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F3F9FE;
    border-radius: 4px;
    border: none;
    /*box-sizing: border-box;*/
    border: 1px solid #fff;
}

    .input-container:focus-within {
        background: #FFFFFF;
        border: 1px solid #979797;
        border-radius: 4px;
    }

    .input-container div {
        display: inline-block;
    }

.input-left {
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #003B75;
    letter-spacing: 0;
    margin-left: 16px;
    width: 80px;
}

.v-tips a {
    font-family: PingFangTC-Semibold;
    font-size: 11px;
    color: #808080;
    letter-spacing: 2.5px;
    text-decoration: none;
    vertical-align: bottom;
}

.i-line {
    width: 0;
    height: 26px;
    margin: 0 10px 0 0;
    border-left: 1px solid #BFDAE8;
    overflow: hidden;
    vertical-align: top;
    margin-top: 7px;
}

.input-content {
    width: 280px;
}

#div_curyzm .input-content {
    width: 120px;
}

.input-right.v {
    position: absolute;
    left: 105%;
    top: 0;
    background: #fff;
    width: 150px;
    height: 40px;
}

.v-img {
    height: 40px;
}

    .v-img img {
        /*  height: 40px;
        width: 100px; */
        margin-top: 7px;
    }

#div_imageCode .input-content, #div_imageCode input {
    /*width: 100px;*/
    width: 120px;
}

#div_imageCode {
    position: relative;
    /*width: 60%;*/

    width: 66%;
}

.error-tips-EMUI5 {
    padding: 0 16px;
    font-size: 12px;
    color: #ff3320;
    margin-top: 2px;
    font-size: 11px;
    color: #FF6868;
    letter-spacing: 2.5px;
    font-weight: 600;
}

.input-container input {
    border: none;
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: 0;
    background: transparent;
    color: black;
    width: 100%;
    padding: 10px 2px;
    vertical-align: baseline;
}

    .input-container input::placeholder {
        color: #CFCFCF;
        letter-spacing: 0;
    }

#sendAgentChkCode {
    font-family: PingFangTC-Medium;
    font-size: 14px;
    color: #3578FE;
    letter-spacing: 0;
    background: no-repeat;
    font-weight: 500;
    padding: 0 10px;
    cursor: pointer;
}

.input-right {
    float: right;
}

.login-a span {
    font-family: PingFangTC-Semibold;
    font-size: 18px;
    color: rgb(65,155,249);
    text-align: right;
    line-height: 20px;
    vertical-align: -webkit-baseline-middle;
}


.licence_div {
    margin-top: 10px;
    text-align: center;
    font-family: PingFangTC-Regular;
    font-size: 11px;
    color: #808080;
    letter-spacing: 2.5px;
}

#licence {
    background: #F3F9FE;
    border: 1px solid #2868A8;
    border-radius: 2px;
    color: rgba(40,104,168,1);
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.licence_div span {
    vertical-align: middle;
}

.licence_div a {
    color: #007dff;
    font-family: PingFangTC-Semibold;
    font-size: 11px;
    letter-spacing: 2.5px;
    line-height: 16px;
    vertical-align: middle;
    text-decoration: none;
}

.reg-btn {
    margin-top: 10px;
}

.btn-reg {
    background: #2B78E3;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 10px;
    text-align: center;
    min-width: 243px;
    min-height: 40px;
    border: none;
    cursor: pointer;
}

.err-div {
    height: 25px;
    line-height: 25px;
}
