.logo{
    height: 80px;
    line-height: 80px;
    margin: 1rem 0;
}
.logo .img{
    width: 100px;
    margin-right: 0rem;
    height: 100%;
}
.logo .title{
    font-size: 1.2rem;
    font-weight: bold;
    color: #023cd9;
    margin-top: 0.4rem;
}
.logo .title span{
    display: block;
    line-height: 40px;
}
.logo .title span:first-child{
    font-size: 2rem;
}
.logo .title span:last-child{
    text-align: center;
    line-height: 25px;
}
.logincontect{
    width: 800px;
    margin: 5rem auto;
    min-height: 300px;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem 0;
}
.input4 a{
    display: inline-block;
    color: #023cd9;
    width: 100px;
    text-align: center;
}
.input4 input{
    width: calc(100% - 110px) !important;
    display: inline-block;
}
.logintype{
    text-align: center;
    margin-bottom: 2rem;
}
.logintype li{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    position: relative;
    
}
.logintype li.active{
    color: #023cd9;
}
.logintype li::after{
    content: '';
    position: absolute;
    width: 0%;
    transition: all .3s;
    height: 3px;
    background-color: #023cd9;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.logintype li.active::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #023cd9;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.loginform .inputdiv{
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    margin: 15px auto;
    border-radius: 1rem;
    background-color: #e8e8e8;

}
.loginform .inputdiv input{
    border-radius: 1rem;
    background-color: unset;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border: unset;
    text-indent: 1rem;
}
.loginform .inputdiv.input1 input{
    width: 220px;
}
.loginform .inputdiv.input1 .countryinput{
    width: 80px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginform .inputdiv.input1 .countryinput img{
    width: 20px;
    height: 15px;
    /* display: inline-block; */
}
.loginform .inputdiv.input1 .countryinput span{
    display: inline-block;
}
.loginform .inputdiv.input1 .countryinput span::after{
    content: '';
    clear: both;
}
.loginform .inputdiv.input2,.loginform .inputdiv.input4{
    display: none;
}
.loginform .inputdiv.input5{
    background-color: #023cd9;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin: 15px auto;
    border-radius: 1.5rem;
}
.input7{
    height: 30px;
    padding: 5px;
    padding-top: 0;
    margin: 15px auto;
    border-radius: 1.5rem;
    width: 300px;
    font-size: 0.9rem;
}
.loginform .input6{
    /* height: 30px; */
    padding: 5px;
    margin: 15px auto;
    border-radius: 1.5rem;
    width: 300px;
    font-size: 0.9rem;
}
.loginform .input6 a{
    color: #023cd9;
}
.loginform .input6 .dxk{
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    background-size: 100%;
}
.loginform .input6 .zc_text{
    width: calc(300px - 30px);
}
.loginform .inputdiv.input5 button{
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    background: unset;
    cursor: pointer;
}
.bg{
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
.countrychange,.zcifarem{
    position: fixed;
    z-index: 9999;
    width: 60%;
    height: 50%;
    top:-100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    overflow: auto;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}
.uni-page-head-hd{
    display: none !important;
}
.zcifarem .title{
    text-align: center;
    font-size: 1.2rem;
}
.close{
    position: fixed;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 12%;
    right: 19%;
    z-index: 9999;
    display: none;
}
.countrychange.active,.zcifarem.active{
    top:20%;
}
.countrychange::-webkit-scrollbar{
    display: none;
}
.countrychange::-webkit-scrollbar,.zcifarem::-webkit-scrollbar{
    display: none;
}
.countrychange li img{
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-right: 0.5rem;
    float: left;
}
.countrychange li span{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;
}
.countrychange li span::after{
    content: '';
    clear: both;
}
.countrychange li{
    display: inline-block;
    width: calc(25% - 3rem);
    padding: 1rem;
    font-size: 1rem;
    color: #333;
    text-indent: 0.5rem;
    cursor: pointer;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
}
.countrychange li:hover{
    background-color: rgba(1, 47, 156,.3);
}
.codemore{
    display: none;
}
