﻿* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #F4F4F4;
}
.container-tap {
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 22px 5px 20px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #EFEFF0;
}
.container-tap div:hover{
    background-color: #289FF9;
    color: #fff;

}
.container-tap div:hover a{
    color: #fff;
}
.zhuce {
    width: 84px;
    height: 34px;
    border: 1px solid #289FF9;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
}
.zhuce a {
    color: #289FF9;
}
a {
    text-decoration: none;
    color: #736F6F;
}
.content {
    margin: 60px auto;
    display: flex;
    width: 1080px;
    height: 560px;
    background-color: #fff;
    box-shadow: -2px 5px 5px 5px #EFEFF0;
    
}
.content-left
{
        width: 50%;
    text-align: right;
    margin-top: 30px;
}
.content-left img {
    border-radius: 10px;

}
.content-right {
    width: 50%;
    height: 100%;
    padding:47px 60px 42px 60px;
    box-sizing: border-box;
    color: #736F6F;
}
.topsigunp {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #736f6f;
    font-family: '微软雅黑';
}
.form-field {
    height: 92px;
    margin-top: 25px;
    font-size: 18px;
    position: relative;
    font-size: 20px;
}
.form-field-one{
    margin-top: 15px!important;
}
.form-field span {
    color: #736F6F;
    font-weight: 700;
    font-size: 18px;

}
.form-field input[type=text], .form-field input[type=number], .form-field input[type=tel], .form-field input[type=email], .form-field input[type=password]{
    width: 390px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin-top: 16px;
    font-size: 16px;
    padding-left: 35px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.form-field input[type=text] span:nth-child(1),.form-field input[type=password] span:nth-child(1) {
    margin-top: 19px;
}
.form-field .icon{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 32px;
    top: 54px;
    left: 12px;
    background: no-repeat;
    background-image: url(/images/user.png) ;
}
.form-field .icon2{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 32px;
    top: 54px;
    left: 12px;
    background: no-repeat;
    background-image: url(/images/pass.png);
}
.form-field input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.pass {
    display: flex;
    width: 400px;
    justify-content: space-between;
    height: 40px;
    margin-top: 31px;
    font-size: 16px;
}
.btn {
    width: 390px;
    height: 50px;
    background-color: #97D8FF;
    color: #1470AB;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.login{
    margin-top: 10px;
}
.content-right .wrap {
    margin: 20px 0;
    font-size: 14px;
}

.wrap:before,.wrap:after{
    content: "";
    width: 132px;
    border-top: 1px #ccc solid; display: inline-block;
vertical-align: middle;}
.dsfdl {
    margin: 0 128px;
    /* text-align: center; */
}
.dsfdl a{
    display: inline-block;
    width: 43px;
    height: 41px;
}
.dsfdl a:nth-child(1)  {
    background: no-repeat;
    background-image: url(/images/qywx.png) ;
    margin-right: 53px;
}
.dsfdl a:nth-child(1):hover {
    background-image: url(/images/qywx1.png);
}
.dsfdl a:nth-child(3)  {
    background: no-repeat;
    background-image: url(/images/dd.png);

}
.dsfdl a:nth-child(3):hover {
    background-image: url(/images/dd1.png);
}
.dsfdl a:nth-child(2)  {
    background: no-repeat;
    background-image: url(/images/wx.png);
}
.dsfdl a:nth-child(2):hover {
    background-image: url(/images/wx1.png);
}
.form-field .error,.errornum {
    color: #eb7867;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.forminput.form-field .errorinput {
    border: 1px solid #eb7867!important;
}
.forminput.form-field .infoinput {
    border: 1px solid #ccc;
}
.login .successBtn {
    background-color: #4BBBFA;
    color: #fff!important;
}
.login .infoBtn {
    background-color: #a5dfff;
    color: #fff!important;
}
.form-field .error img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.form-field .error span text{
    margin-top: 1px;
}
.content-right .yzm {
    margin-top: 12px;
}
.content-right .yzm input[type=text]{
    margin-top: 0;
}
.content-right .yzm  .getyzm {
    position: absolute;
    top: 39px;
    right: 48px;
    font-size: 16px;
    display: inline-block;
}
.errornum {
    margin: 25px 0;
}
.errornum img {
    vertical-align: middle;
}
footer {
    text-align: center;
    color: #AFAFAF;
}
footer p {
    line-height: 24px;
    font-size: 12px;
}