html{
    color:#000;
    background:#FFF
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a{text-decoration: none;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q::before,q::after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
html{
    background-color:#0E82F3;
}
body{
    background: url("https://oss-global-cms-new.newaircloud.com/global/cmsFounder/images/icon/loginBg.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute !important;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 1200px;
    overflow:hidden;
}
.cms_login_body{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1024px;
    display: flex;
    justify-content: space-between;
}
.formHeader{
    text-align: center;
    padding: 40px 0 30px 0;
    height: 134.77px;
}
.cms_login_left{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 400px;
}
.cms_login_left img{
    width:100%;
}
.cms_login_right{
    display: inline-block;
    width: 500px;
    background: url("https://oss-global-cms-new.newaircloud.com/global/cmsFounder/images/icon/login_form_bg.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}
form.formpost{
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}
form.formpost.loginPost{
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    height:431px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
form.formpost .form_group{
    margin: 20px 0;
    position: relative;
}
.changePassword  .form_group{
    margin: 10px 0 !important;
}
form.formpost .changePwdTitle{
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
form.formpost .form_group input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}
form.formpost .form_group.vertify_code input{
    width: 55%;
}
form.formpost .vertify_code .vertify_Area{
    display: inline-block;
    width: 32%;
    position: absolute;
    right: 0;
    top:3px;
}
form.formpost .cms_login_rember{
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}
form.formpost .cms_login_rember input{
    width:auto;
}
form.formpost .forgetPassword{
    color:#999;
    font-size:13px;
    float:right;
    cursor: pointer;
    user-select: none;
}
form.formpost  #errorTip{
    color: #E64548;
    font-size: 14px;
}
.syzErrorTip{
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: red;
}
.formClose{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 31px;
    cursor: pointer;
}
form.formpost .cms_login_submit{
    background: linear-gradient(-90deg , #4CB3F6, #3483F2);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
/*    margin-top: 20px;*/
    cursor: pointer;

}
form.formpost .stepChange .cms_login_submit{
    width:47%;
}
form.formpost .vertify_code .vertify_Area img{
    width:100%;
}
.footer{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background: linear-gradient(-90deg ,#0E82F3, #019CF7);
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    color:#fff;
    line-height: 20px;
}
.footer a,.footer a:focus,.footer a:visited{
    color:#fff;
}
.aletDialog{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.aletDialog>div{
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 6px;
    width:450px;
}
.aletDialog .dialogTitle{
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    margin: 10px 0;
    font-family: "微软雅黑";
}
.getVoiceMsg{
    font-size: 12px;
    text-align: center;
    color: #1696F3;
    cursor: pointer;
}
.aletDialog form.formpost{
    width:100%;
    padding:10px 0;
}
.verifyMsgSend{
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 43px;
    font-size: 13px;
    color: #1696F3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.stepChange{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.verifyMsgSend[disabled="disabled"],#verifyVoiceMsgSend[disabled="disabled"]{
    cursor: not-allowed;
}
.changePassword{
    display:none;
}
a:hover{
    color: #314ad8;
    text-decoration: none;
}
::-ms-clear{
    display: none;
}
::-ms-reveal{
    display: none;
}
@media screen and (max-width: 1366px){
    .cms_login_right{
        transform: scale(0.8);
    }
    .footer{
        padding:8px 0;
    }

}