.chr{
    /*box-shadow: 3px 6px 13px #ccc;*/
    /*margin-bottom: 30px;*/
    border-bottom:3px solid #31a20d;
}
.main-login{

}
.main-login{
    height: 437px;
    width: 100%;
    /*background:#d4f7f0;*/
    background: #d4f7f0 url(../img/login/bg.png) no-repeat 10% center ;
    background-size:55% 100% ;

}
.login-img{
    float: left;
    /*width:860px;*/
    width: 801px;
    /*background: url(../img/login/bg.png) no-repeat center ;*/
    height: 437px;
}
.login-from{
    float: right;
    width: 470px;
    height: 437px;
}
.col-input{
    display: flex;
    position: relative;
    width: 415px;
    margin: 0 auto;
}

.col-input input{
    width: 327px;
    border: none;
    height: 43px;
}
.col-input .input{
    overflow: hidden;
    width: 412px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #5b5d5d;
}
.col-input label{
    display: inline-block;
    height: 45px;
    width: 75px;
    border-radius: 5px 0px 0px 5px ;
    text-align: center;
    line-height: 45px;
    color: #00823a;
    background: #eaf7e8;
    font-size: 13px;
}
.col-input3{
    font-size: 14px;
    display: flex;
}
.col-input3 div{
    text-align: center;
    flex: 1;
    line-height: 37px;
}
.col-input3 .btn button{
    border: 1px solid #3cbf46;
    background: #b5e9ab;
    width: 130px;
    height: 37px;
    font-size: 13.99px;
    border-radius: 9px;
    color: #007213;
    cursor: pointer;
    font-family: Microsoft Yahei;
}

.col-input4{
    text-align: center;
    font-size: 14px;
}
.col-input4 .hr{
    display: inline-block;
    width: 55px;
    margin-bottom: 4px;
    border-bottom: 1px solid;
}
.col-input4 p{
    display: inline-block;
    margin: 0 10px;
}

.col-input5{
    height: 77px;
    display: flex;
}
.col-input5 div{
    flex: 1;
}
.col-input5 .qq{
background: url("../img/login/qq-we-wb.png") no-repeat  center;
    background-position: 67px -14px;
}
.col-input5 .wb{
    background: url("../img/login/qq-we-wb.png") no-repeat  center;
    background-position: -305px -14px;
}
.col-input5 .wx{
    background: url("../img/login/qq-we-wb.png") no-repeat  center;
    background-position: -125px -14px;

}

.col-input5 div a{
    display: inline-block;
    width: 87px;
    height: 82px;
    float: right;
}