body{
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Medium;
    color: #666;
}
ul,li{ padding:0;margin:0;list-style:none}
.head_login{
    width: 100%;
    display: flex;
}
.header_login{
    width: 80%;
    margin: 0 auto;
}

.body_head{
    background-color: #3392e2;
    height: 800px;
}
.body_header{
    margin: 0 auto;
    display: flex;
    width: 90%;
    align-items: center;
    height: 476px;
}
.body_img{
    width: 75%;
    height: 100%;
    object-fit: contain;
}
.body_login_head{
    width: 420px;
    /*height: 440px;*/
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 999;
    margin: 0 0 0 -10%;
}
.body_login_header{
    color: #666;
    font-size: 20px;
    text-align: center;
    padding-top: 23px;
    position: relative;
    margin-bottom: 15px;
}
.body_text_head{
    margin: 0 auto;
    width: 90%;
}
.body_text_Button,.body_text_weixin{
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.body_text_weixin{
    margin-left: 20px;
}
.Select{
    color: #000;
}
.userText{
    height: 48px;
    background: #f6f8f9;
    border-radius: 8px;
    font-family: PingFangSC-regular;
    font-size: 14px;
    line-height: 14px;
    text-indent: 12px;
    color: #000;
}
.inputText,.userText{
    width:100%;
    border: 0;
    outline: none;
}
label{
    cursor: pointer;
    font-size: 12px;
    color: #666;
    line-height: 12px;
    vertical-align: 2px;
}
a{
    text-decoration: none;
    color: #666;
    font-size: 12px;
}
.passwd{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    float: right;
}
.passButton{
    display: inline-block;
    width: 100%;
    height: 48px;
    color: #fff;
    background: #e49700;
    border-radius: 8px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 800;
    border: 0;
    cursor: pointer
}
.body_head_Top{
    width: 90%;
    margin: 10px auto;
    border: 1px rgba(15,41,131,.08) solid;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 13px 0 rgba(15,41,131,.08);
    box-shadow: 0 2px 13px 0 rgba(15,41,131,.08);
    background: #fff;
}
.body_head_Top ul{
    margin: 20px auto;
    width: 90%;
    display: flex;
}
.body_head_Top ul li img{
    width: 128px;
    height: 128px;
}
.body_head_Top ul li{
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.body_head_Top_Title{
    text-align: center;
    font-size: 26px;
    margin: 30px;
}