
.login-index{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url("../images/img-bg-big.png") no-repeat;
    background-size: cover;
}
/*头部刘海*/
.login-top{
    width: 100%;
}
.login-top img{
   width: 100%;
}

.content{
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content_bot{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}
.content_bot .login_left{
    width: 55%;
    padding: 0.5rem 1rem
}
.login_right{
    width: 45%;
    text-align: center;
    padding: 0.5rem 1rem;
}
.content_bot .lg_layer{
   max-width: 6.26rem;
    display: inline-block;
    width: auto;
}
.content_bot .login_left img{
    width: 100%;
}
.content .content_title_1{
    font-size: 0.44rem;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing:0.1rem;
    font-weight: 600;
    width: 100%;
    height: 0.5rem;
}
.content .content_title_2{
    font-size: 0.3rem;
    color: #fff;
    display: block;
     margin-top: 0.4rem;
    text-align: center;
}
.lg_layer{
    overflow: hidden;
    padding: 0 0.7rem;
    box-sizing: border-box;
    background: url("../images/banner-bg-lo.png")no-repeat;
    background-size: contain ;
}
@media screen and (max-width: 1440px) {
    .login-index .content_bot .login_left{
        display: none;
    }
}
@media screen and (max-width:720px) {
}

.lg_layer_tile{
    color: #ffffff;
    text-align: center;
    font-size: 0.36rem;
}
.lg_layer_tile_span1{
    margin-top: 1rem;
    display: block;
}
.lg_layer_tile_span2{
    font-size:0.2rem;
    margin-top:0.2rem;
    margin-bottom: 1rem;
    display: block;
}


.lg_layer_ul li{
    padding: 0.08rem 0.2rem;
    margin-bottom: 0.2rem
}
.lg_layer_ul{
    padding: 0 0.3rem
}
.lg_layer_ul .img{
    height: 0.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
}
.lg_layer_ul .input{
    background-color: transparent;
    height: 0.5rem;
    line-height:0.5rem;
    width: 80%;
    border: none;
    font-size:0.2rem;
    vertical-align: middle;
}
.lg_layer_ul .bor{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
}
.lg_layer_ul input{
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    outline:none;
}

.lg_layer_ul input:focus{
    border: none;
}
.code-left{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.code-img{
    width: 1.25rem;
    height: 0.5rem;
    display: block;
}
.lg_layer_ul .code{
    justify-content: space-between;
}
.lg_layer_ul .label{
    padding-top: 0.1rem
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #abd6df;
    font-size: 0.2rem;
    letter-spacing:0.03rem;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #abd6df;
    font-size:0.2rem;
    letter-spacing:0.03rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #abd6df;
    font-size:0.2rem;
    letter-spacing:0.03rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #abd6df;
    font-size:0.2rem;
    letter-spacing:0.03rem;
}
.lg_layer_ul .label_div{
    color: #ffffff;
    font-size: 0.16rem;
    cursor: pointer;
}
.botom{
    margin-top: 0.8rem;
    width: 100%;
    height: 0.6rem;
    background-color: #68e9d2;
    color: #ffffff;
    line-height: 0.6rem;
    font-size: 0.24rem;
    font-weight: 600;
    border-radius: 0.03rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(to right, #4ae4d7 , #68e9d2); /* 标准的语法 */
}

