* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 4.21vw;
}

body {
    font-size: 12px;
}

input{
    box-sizing: border-box;
}

button{
    cursor:pointer;
    outline:none;
}

input::-webkit-input-placeholder {  	/* WebKit browsers */
    color: #999999;
}
input:-moz-placeholder {            	/* Mozilla Firefox 4 to 18 */
    color: #999999;
}
input::-moz-placeholder {           	/* Mozilla Firefox 19+ */
    color: #999999;
}
input:-ms-input-placeholder {       	/* Internet Explorer 10+ */
    color: #999999;
}
.login_bg{
    width: 100%;
}
.login_bg>img {
    width: 100%;
    box-shadow: 0px 2px 9px 0px rgba(4, 13, 22, 0.09);

}

.login_form_box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: -2.1rem;
}

.login_form {
    width: 480px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(216, 216, 216, 0.7);
    border-radius: .12rem;
    padding: .39rem 0;
    box-sizing: border-box;
    display: flex;
}

.login_foot {
    padding-top: .18rem;
    height: .8rem;
    text-align: center;
    box-sizing: border-box;
}

.login_foot>p {
    padding-bottom: .8.3rem;
    font-size: .18rem;
    font-weight: 600;
    color: #666666;
}

.login_load a {
    font-size: .16rem;
    color: #999999;
    text-decoration:none;
    border-bottom: 1px solid #999999;
}

.login_load .pdf {
    margin-right: .50rem;
    margin-bottom: .50rem;
}

.login_box_left{
    padding: 0 .54rem;
}

.login_box_head{
    display: flex;
    align-items: center;
    margin-bottom: .34rem;
}

.login_box_head img{
    width: 183px;

}

.login_box_head h3 {
    font-size: 24px;
    color: #333333;

    font-weight: normal;
}

.login_input {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.login_input p {
    width: 109px;
    font-size: 16px;
}

.login_input input{
    width: 3.68rem;
    height: .53rem;
    border: solid 1px #e5e5e5;
    font-size: .18rem;
    padding-left: .19rem;
    outline: none;
    color: #999999;
}

.login_sub{
    text-align: center;
    padding-top: .09rem;
    margin-bottom: .38rem;
}
.login_sub button{
    width: 1.3rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: #a02024;
    font-size: .18rem;
    color: #ffffff;
    border: none;
}

.login_msg{
    text-align: center;
    font-size: .18rem;
}

.login_msg .wjmm_link{

    margin-right:.35rem;
}

.login_msg .go_register{
    text-decoration:none;
    color: #999999;
}

.login_msg a{
    text-decoration:none;
    color: #999999;
}

.login_msg a:hover{
    text-decoration:none;
    color: #a02024;
    border-bottom: 1px solid #a02024;
}

.login_box_right{
    flex: 1;
    border-left: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: .9rem 0 .69rem;
    box-sizing: border-box;
}

.login_box_right a{
    font-size: .24rem;
    color: #003379;
    text-decoration:none;
    transition:all .5s;
}

.login_box_right a:hover{
    transform: scale(1.2);
    color: #F6744B;
}

.register_head{
    position: relative;
}

.register_bg{
    width: 100%;
    padding-bottom: 45%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
}

.register_box{
    width: 7.20rem;
    position:absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}

.fade1{
    width:  7.80rem;
    position: absolute;
    height: 6.21rem;
    background-color: #ffffff;
    opacity: 0.3;
    top: 50%;
    left: 50;
    transform: translateY(-50%);
    z-index: 1;
}

.fade2{
    width: 7.20rem;
    height: 6.81rem;
    position: absolute;
    background-color: #ffffff;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.register_form{
    height: 7.70rem;
    width: 6.6rem;
    background: #FFFFFF;
    padding: .5rem .5rem 0;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.rgr_head{
    width: 98%;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.rgr_head img{
    width: .8rem;
    height: .8rem;
}

.rgr_head p{
    flex: 1;
    flex-wrap: wrap;
    line-height: 2;
    font-size: .16rem;
    color: #333333;
    margin-left:.19rem ;
}
.rgr_head p a{
    text-decoration: none;
    display: inline-block;
    width: 1rem;
    line-height: .36rem;
    text-align: center;
    background-color: #ac2921;
    border-radius: .18rem;
    color: #ffffff;
    margin-left: .17rem;
}
.register_input{
    margin-bottom: .1rem;
    position: relative;
}
.register_input input{
    width: 100%;
    height: .5rem;
    padding-left: .25rem;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    outline: none;
    font-size: .16rem;
    box-sizing: border-box;
}

.register_input2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.register_input2 .register_input{
    width: 48.5%;
}

.input_bt{
    position: absolute;
    color: #a12024;
    top: .14rem;
    left: .17rem;
}

.register_btn{
    display: flex;
    justify-content: space-between;
}

.register_btn button{
    width: 48.5%;
    height: .5rem;
    font-size: .16rem;
}

.btn {
    display: inline-block;
    width: 180px;
    height: 30px;
    background-color: #ac2921;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn:hover{
    border: solid 1px #ac2921;
    color: #ac2921;
    background: #FFFFFF;
}


.register_btn .zc{
    display: inline-block;
    width: 180px;
    height: 30px;
    background-color: #ac2921;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;

    border: solid 1px #ac2921;
    outline: none;
    cursor: pointer;
}

.register_btn .zc:hover{

    border: solid 1px #ac2921;
    color: #ac2921;
    background: #FFFFFF;
}

.register_pdfdown{
    padding-top: .3rem;
    font-size: .17rem;
    color: #ac2921;
}

.register_pdfdown a{
    color: #333333;
    text-decoration: none;
    margin-left: .23rem;
}

.register_foot{
    text-align: center;
    padding: 10px;
    font-size: .17rem;
    color: #666666;
}
