/* 全局样式 */
*{
    padding:  0;
    margin: 0;
    box-sizing: border-box;
    max-width:100%
}
.bi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#login {
    width: 100%;
    height:100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.content {
    display: flex;
    align-items: center;
}
.app-check {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 35px 0 20px;
}
.input {
    position: relative;
}
#form_SignUp>.checkBoxxx {
    overflow: initial;
}
.countryList>div{
    align-items: center;
    display: flex;
    height: 40px;
    padding: 10px;
    width: 100%;
}
.countryList>div:hover{
    color: #4066b8;
    font-weight: bolder;
}
.countryList {
    display: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 11px -6px #333;
    cursor: pointer;
    overflow: auto;
    color: #333;
    position: absolute;
    top: 40px;
    transition: all .3s;
    width: 100%;
    height: 200px;
    z-index: 100;
    max-width: none;
    flex-direction:column;
}
.country-box .input {
    position: relative;
}
.countryList.active {
    display: flex;
}
.app-check a {
    text-decoration: none;
}
.app-check >div:last-child{
    font-size: 12px;
    margin-left: 5px;
}
#form_SignUp>div {
    overflow: auto;
}
.left{
    position: relative;
    width: 500px;
    height: 450px;
    display: flex;
}
.left .title {
    align-items: center;
    border-radius: 4px;
    color: #4066b8;
    display: flex;
    font-size: 30px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: -100px;
    transition: all .3s;
    line-height: 34px;
}
body a {
    color: #4066b8;
}
.left .title a{
    color: #4066b8;
}
.left .title i {
    margin-right: 10px;
    font-size: 24px;
}
.left .image {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    overflow: hidden;
}
.left .image img{
    width: 100%;
    height: auto;
    display: flex;
    margin: auto;
}
.right {
    width: 470px;
    margin-left: 100px;
}
.right>.title {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 34px;
}
.form_password-msg{
    font-size: 12px;
    margin: 20px 0;
}
.right .label{
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
    pointer-events: none;
    transition: all .3s;
}
.app-check.active a{
    text-decoration: underline;
    color: #4066b8;
}
.app-check.active {
    color: red;
    
}
 
.right .active .label {
    color: red;
}
.right .label span {
    background-color: #c80000;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px;
    margin-right: 4px;
}
.right .input {
    margin: 4px 0 8px;
}
.right input:focus {
    cursor:pointer;
    outline: none;
}
.right input {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 36px;
    padding: 6px 10px;
    width: 100%;
}
.submit {
    margin: 0 0 30px;
    padding: 10px 40px;
    background-color: #4066b8;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: unset;
    font-size: 14px;
    position: relative;
    transition: all .2s;
}
#login > .title{
    display: none;
}
.signUp {
    font-size: 14px;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
}
.signUp >div:first-child {
    margin: 20px 0;
}
#form_SignUp >.title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 4px;
}
@media (max-width:991px) {
    #login > .title{
        display: block;
        background: url(../image/login_top.png) no-repeat;
        background-color: #4066b8;
        background-size: 100% 100%;
        border-radius: 0 0 30px 30px;
        height: 240px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .left {
        display: none;
        overflow: hidden;
    }
    .right {
        margin-left: 0;
    }
    .content .right {
        align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    height: 300px;
    left: 50%;
    padding: 20px 16px;
    position: absolute;
    top: 30%;
    transform: translate(-50%);
    width: 90%;
    }
    .content>.right >.title {
        color: #fff;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: -80px;
    }
    .right input {
        border-radius: 18px;
        padding-left: 20px;
        background-color: #e9e9e9;
    }
    .submit {
        border-radius: 23px;
        bottom: -23px;
        font-size: 16px;
        height: 45px;
        left: 50%;
        margin-bottom: 0;
        position: absolute;
        transform: translate(-50%);
        width: 183px;
    }
    #form_password .submit {
        width: fit-content;
    }
    .signUp {
        text-align: center;
    }
    .content .right#signUp {
        align-items: center;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 15px -7px #ccc;
        display: flex;
        flex-direction: column;
        left: 50%;
        margin-bottom: 60px;
        padding: 50px 16px;
        position: absolute;
        top: 20%;
        transform: translate(-50%);
        width: 90%;
        height: auto;
    }
    form {
        width: 100%;
        padding: 0 10px;
    }
    #form_SignUp >.title {
        display: none;
    } 
    .app-check{
        margin: 5px 0 0;
    }
}