﻿* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
.info-wjmm{
    color: #1B76FE;
}
.horizontal-lines-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.horizontal-line-blue {
    width: 70px;
    height: 3px;
    background: #1B76FE;
}

.horizontal-line-gray {
    width: 426px;
    height: 1px;
    border: 1px solid #EEEEEF;
}


.container {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../images/background.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  
}

.logo{
    width: 100%;
    max-width: 400px;
}

.container-login{
    background: url(../images/background-login.png) center bottom no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.container-wrapper{
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
}

.content {
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* width: 550px; */
/* height: auto;
background: #FEFEFE;
-webkit-box-shadow: 0 8px 24px #2a5ead0f;
   -moz-box-shadow: 0 8px 24px #2a5ead0f;
        box-shadow: 0 8px 24px #2a5ead0f; */
    /* margin-left:1050px;
    margin-right: 229px; */
    /* -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; */
}

.content-left{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.qyzc{
    width: 56px;
height: 14px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #1B76FE;
line-height: 14px;

}
.myzh{
    width: 126px;
height: 14px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #191A24;
line-height: 14px;

}

.ljzc{
    width: 56px;
height: 14px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #1B76FE;
line-height: 14px;
}
.container-tap {
    height: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 22px 5px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 5px #EFEFF0;
       -moz-box-shadow: 5px 5px 5px #EFEFF0;
            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;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    line-height: 34px;
    text-align: center;
}
.zhuce a {
    color: #289FF9;
}
a {
    text-decoration: none;
    color: #736F6F;
}

.topsigunp {
    width: 240px;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #151B26;
    line-height: 42px;
}
.form-field {
    height: 92px;
    margin-top: 25px;
    font-size: 18px;
    position: relative;
    font-size: 20px;
}
.form-field-one{
    margin-top: 27px!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: 430px;
    height: 50px;
    border: 1px solid #ccc;
   
    display: block;
    margin-top: 16px;
    font-size: 16px;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
            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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    margin-top: -3px;
    font-size: 16px;
}
.btn {
    width: 430px;
    height: 50px;
    background-color: #1B76FE;
    color: #FFFFFF;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.login{
    margin-top: 10px;
}
 .wrap {
     width: 422px;
     height: 22px;
    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: 50px;
    height: 50px;
}
.dsfdl a:nth-child(1)  {
    background: no-repeat;
    background-image: url(/images/vx1.png) ;
    margin-right: 53px;
}
.dsfdl a:nth-child(1):hover {
    background-image: url(/images/qv1.png);
}
.dsfdl a:nth-child(3)  {
    background: no-repeat;
    background-image: url(/images/dd1.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: #1B76FE;
    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 {
    width: 550px;
    height: auto;
    background: #FEFEFE;
    -webkit-box-shadow: 0 8px 24px #2a5ead0f;
       -moz-box-shadow: 0 8px 24px #2a5ead0f;
            box-shadow: 0 8px 24px #2a5ead0f;
    padding:47px 60px 42px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #736F6F;

    -webkit-border-radius: 10px;

       -moz-border-radius: 10px;

            border-radius: 10px;
    margin-right: 229px;
}

.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 {

    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer .wrap {
  
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 22px;
padding: 0 20px; /* 左右边距为20px */

}

.footer .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0 20px; /* 左右边距为20px */
}

.footer .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer .icon img {
    max-width: 100%;
    max-height: 100%;
}


footer {

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 1400px){
    .content{
        max-width: 1250px;
    }
    .content-right{
        margin-right: 0;
    }
}