html{height: 100%;}
body.signin {
    background:url("../img/login-background.jpg") no-repeat center top;
    height: auto;
    /*     background: -moz-linear-gradient(left top, #1c45b8, #04b6ec);
        background: -webkit-linear-gradient(left top, #1c45b8, #04b6ec);
        background: -o-linear-gradient(left top, #1c45b8, #04b6ec); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*color: rgba(255,255,255,.95);*/
}
.rwm_con_f {
    width: 980px;
    margin: 1% auto 0 auto;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.signinpanel {
    width: 960px;
    margin:0 auto;
    border-radius:10px;
    background:#fff;
    -moz-box-shadow: 0 3px 3px rgba(18, 75, 106, 0.6);
    -webkit-box-shadow: 0 3px 3px rgba(18, 75, 106, 0.6);
    padding-top: 10px;
    padding-bottom: 10px;
    overflow:hidden;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(../img/user.png) no-repeat 95% center;color:#333;
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;color:#333;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: rgba(255, 255, 255);
    border: 1px solid rgba(255,255,255,.3);
    padding: 40px 0px 40px 10px;
}

.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 420px!important;
        padding: 20px;
        border-radius:10px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
}
/*新加样式*/
.btn-login{
    border: 1px solid #0bb3e4;
    color: #fff;
    background: #0bb3e4;
    line-height: 30px;
    font-size: 18px;
}
.btn-login:hover{
    border:1px solid #029ecc;
    color:#fff;
    background:#029ecc;
}
.dl_t{
    font-size:24px;
    font-weight:normal;
    line-height:30px;
    color:#525252;
    text-align:center;
    /*border-bottom:1px solid #dcdfe4;*/
    padding-bottom:10px;
    margin-top:20px;
}
.hy_p{
    text-align:center;
}
.login_con{
    margin-top:30px;
    text-align: center;

}

.img_logo {
    width: 84px;
    height: 76px;
    object-fit: fill;
}

.login_con_left{
    background: url(../img/login_sm_bg.jpg) no-repeat left center;
    width: 523px;
    height: 370px;
    margin-left: 20px;
    margin-top: 30px;
    float:left;

}

/*bootstrap和style样式表样式*/
.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 93%;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857143;
    border-radius: 3px;
}
.fl{float:left;
    width:37%;
}
a:focus,a:hover{color:#3d98e1;text-decoration:underline}
a {
    color: #337ab7;
    text-decoration: none;
    font-size:14px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}
.m-b {
    margin-bottom: 15px;
}
.btn-login {
    border: 1px solid #0bb3e4;
    color: #fff;
    background: #0bb3e4;
    line-height: 30px;
    font-size: 18px;
}
.signinpanel .btn {
    margin-top: 15px;
}


.rwm_con{
    width: 980px;
    margin: 6% auto 0 auto;
    overflow: hidden;
}
.rwm {
    width: 148px;
    height: 167px;
    margin-top: 20px;
    float: right;
    background:url("../img/rwm_bg.png") no-repeat center top;
}
.rwm_img{
    width:115px;
    height:110px;
    float:left;
    margin-left:15px;
    margin-top:5px;
}
.rwm_text{
    line-height:26px;
    text-align:center;
    color:#999;
    float:left;
    font-size: 12px;
    width: 100%;
}


@media  screen and (max-width:1360px) and (min-width:1280px){

    .rwm_con {
        width: 980px;
        margin: 0% auto 0 auto;
        overflow: hidden;
    }
    .rwm {
        width: 148px;
        height: 167px;
        margin-top: 20px;
        float: right;
        background:url("../img/rwm_bg.png") no-repeat center top;
    }

}