﻿@charset "utf-8";
/* CSS Document */
body, form, textarea, select, option, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dt, dd, menu, blockquote, fieldset, legend, button, input, hr, pre {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ul, ol, img {
    border: 0px;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

input, select, textarea {
    vertical-align: middle;
    outline: none;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.leftF {
    float: left;
    margin-top: 20px;
}

.rightF {
    float: right;
    margin-top: 20px;
}

.f-wh {
    width: 626px;
    float: left;
}

input:focus {
    outline: none
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #B4B4B4;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B4B4B4;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B4B4B4;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #B4B4B4;
}


body {
    width: 100%;
    height: 100%;
    font-family: "microsoft yahei";
}

.header{ 
	width:100%; 
	height:220px;
	min-width:1050px; 
	background: url(../images/WechatImg.jpg) no-repeat;;
	position:relative;
}
.header a{
	display: block;
	width: 400px;
	padding: 52px 0 0 54px;
}
.header a img{
	width: 100%;
}

.loginBg {
    width: 1050px;
    margin: 30px auto 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.login {
    width: 320px;
    float: left;
    padding: 20px 95px 0 0;
}

.peopleLogin {
    overflow: hidden;
    margin: 0 auto;
    width: 292px;
}

.peopleLogin b {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    background: url(../images/peopleLogin.png) no-repeat;
}

.peopleLogin span {
    width: 227px;
    height: 49px;
    display: block;
    float: left;
    margin: 5px 0 0 12px;
}

.loginTable {
    padding-top: 18px;
}

.loginTable td {
    padding-bottom: 10px;
}

.loginTable label {
    display: block;
    font-size: 14px;
    color: #98a1b3;
    line-height: 40px;
}

.loginTable label span {
    display: block;
    float: left;
    font-size: 16px;
    color: #222;
}

.loginTable label a {
    font-size: 14px;
    color: #005097;
    display: block;
    float: right;
    text-decoration: none;
}

.userpass {
    width: 300px;
    height: 48px;
    line-height: 50px;
    padding-left: 15px;
    border: 1px solid #B4B4B4;
    font-size: 16px;
    color: #888;
    font-family: "microsoft yahei";
    background: #fff;
    border-radius: 8px;
}

.userButton {
    width: 317px;
    height: 48px;
    display: block;
    font-size: 20px;
    color: #fff;
    border: none;
    background: #005097;
    float: left;
    cursor: pointer;
    font-family: "microsoft yahei";
    border-radius: 8px;
    box-shadow: 1px 2px 5px 0px #a7ccec;
}

.certificate {
    width: 94px;
    height: 46px;
    border: 1px solid #005097;
    display: block;
    float: right;
    border-radius: 8px;
    font-size: 20px;
    color: #005097;
    text-decoration: none;
    line-height: 46px;
    text-align: center;
    font-weight: normal;
}


.loginRemember {
    float: left;
}

.loginCheckBox {
    display: block;
    float: left;
    padding-top: 8px;
    margin-top: 4px;
}

.rememAccount {
    display: block;
    float: left;
    font-size: 14px;
    color: #555;
    padding-left: 10px;
}

.passwordError {
    float: right;
}

.passwordError a {
    font-size: 14px;
    color: #f00;
    display: block;
    text-decoration: none;
}


.loginUnified {
    width: 496px;
    float: left;
    margin-top: 20px;
    padding-left: 58px;
    border-left: 1px solid #dadada;
}

.loginUnified li {
    padding-bottom: 25px;
}

.loginUnified li h3 {
    overflow: hidden;
}

.loginUnified li h3 b {
    width: 4px;
    height: 4px;
    display: block;
    background: url(../images/unifiedCircle.png) no-repeat;
    float: left;
    margin: 7px 9px 0 0;
}

.loginUnified li h3 span {
    font-size: 16px;
    color: #555;
    display: block;
    float: left;
}

.loginUnified li p {
    line-height: 20px;
    font-size: 14px;
    color: #888;
    padding-top: 10px;
}

.footer {
    width: 100%;
    height: 60px;
    background: #005097;
}

.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    opacity: 0.6;
}


.captcha-move-contain {
    width: 317px;
    height: 48px;
    border-radius: 8px;
    display: inline-block;
}

.captcha-move-drag {
    width: 317px;
    height: 48px;
    line-height: 48px;
    background-color: #e8e8e8;
    position: relative;
    border-radius: 8px;
}

.captcha-move-bg {
    width: 48px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.captcha-move-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
    border-radius: 8px;
}

.captcha-move-btn {
    width: 48px;
    height: 48px;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #666;
}

.captcha-move-btn .correct {
    display: none;
    height: 28px !important;
}

.wechat-login {
    display: block;
    height: 46px;
    width: 46px;
    padding-left: 15px;
    cursor: pointer;
}

.loginTable {
    display: none;
}

.loginQie {
    padding: 10px 23px 40px;
}

.loginQie a {
    display: block;
    float: left;
    font-size: 21px;
    text-decoration: none;
    padding: 0 20px;
    color: #888;
    font-weight: normal;
    cursor: pointer
}

.loginQie a:hover {
    color: #005097;
}

.loginQie a.qieSelect {
    color: #005097;
    border-bottom: 3px solid #005097;
}

.loginCode {
    display: block;
    margin: 60px auto 0;
    width: 180px;
    height: 180px;
}



@media (max-width: 1366px) {
    .login {
        padding: 20px 95px 0 0;
    }

    .loginTable {
        padding-top: 0;
    }

    .loginBg {
        margin: 20px auto 0;
    }

    .peopleLogin b {
        background: url(../images/peopleLogin.png) no-repeat;
        background-size: 80% 80%;
        margin-top: 3px;
    }

    .peopleLogin span img {
        display: block;
        width: 190px;
    }

    .loginTable td {
        padding-bottom: 10px;
    }

    .userpass {
        height: 42px;
        line-height: 42px;
        padding-left: 15px;
    }

    .userButton {
        height: 43px;
        line-height: 43px;
    }

    .certificate {
        height: 41px;
        line-height: 41px;
    }

}


@media (max-width: 786px) {
     .header{
			width: 100%;
			min-width: 100%;
			height: 9rem;
			display: flex;
			align-items: center;
		}
		.header a{
			display: block;
			width: 17rem;
			margin: 0 auto;
			padding: 0;
		}
		.header a img{
			width: 100%;
		}

    .loginTable {
        padding-top: 18px;
    }

    .loginBg {
        width: 100%;
    }

    .login, .loginUnified {
        float: none;
        margin: 0 auto;
    }

    .loginUnified {
        padding-left: 0;
    }

    .login {
        padding: 0;
    }

    .loginUnified {
        margin-top: 10px;
        border-left: none;
    }

    .peopleLogin b {
        background-size: 100% 100%;
    }

    .peopleLogin span {
        width: 227px;
        height: 49px;
    }

    /*2021/2/2*/
    .loginCode {
        display: block;
        margin: 20px auto 40px;
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 414px) {
    .loginUnified {
        width: 360px;
        margin: 20px auto 0;
    }

    .footer p {
        line-height: 23px;
        padding: 6px 20px;
        font-size: 14px;
    }

    .wechat-login {
        display: none;
    }
}

@media (max-width: 375px) {
    .login, .loginUnified {
        width: 320px;
    }

    .userpass {
        width: 300px;
        height: 48px;
        line-height: 50px;
        padding-left: 15px;
        border: 1px solid #B4B4B4;
        font-size: 16px;
        color: #888;
        font-family: "microsoft yahei";
        background: #fff;
        border-radius: 8px;
    }

    .loginTable label a {
        padding-right: 5px;
    }

    .userButton {
        width: 314px;
    }

    .wechat-login {
        display: none;
    }

    .captcha-move-contain {
        width: 317px;
        height: 48px;
        border-radius: 8px;
        display: inline-block;
    }

    .captcha-move-drag {
        width: 317px;
        height: 48px;
        line-height: 48px;
        background-color: #e8e8e8;
        position: relative;
        border-radius: 8px;
    }

    /*2021/2/2*/
    .loginQie {
        display: none;
    }
}


@media (max-width: 320px) {
    .login, .loginUnified {
        width: 280px;
    }

    .userpass {
        width: 260px;
        height: 42px;
        line-height: 42px;
        padding-left: 15px;
        border: 1px solid #B4B4B4;
        font-size: 16px;
        color: #888;
        font-family: "microsoft yahei";
        background: #fff;
        border-radius: 8px;
    }

    .wechat-login {
        display: none;
    }

    .loginTable label a {
        padding-right: 5px;
    }

    .userButton {
        height: 42px;
        line-height: 42px;
    }

    .certificate {
        width: 80px;
        height: 40px;
        line-height: 42px;
        font-size: 16px;
    }

    .loginUnified {
        margin: 0 auto;
    }

    .captcha-move-contain {
        width: 277px;
        height: 42px;
        border-radius: 8px;
        display: inline-block;
    }

    .captcha-move-drag {
        width: 277px;
        height: 42px;
        line-height: 42px;
        background-color: #e8e8e8;
        position: relative;
        border-radius: 8px;
    }

    .captcha-move-bg {
        width: 42px;
        height: 100%;
        position: absolute;
        background-color: #75CDF9;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .captcha-move-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        user-select: none;
        border-radius: 8px;
    }

    .captcha-move-btn {
        width: 42px;
        height: 42px;
        position: absolute;
        border: 1px solid #ccc;
        cursor: move;
        font-family: "宋体";
        text-align: center;
        background-color: #fff;
        user-select: none;
        color: #666;
    }

    .userButton {
        width: 317px;
    }

    /*2021/2/2*/
    .loginQie {
        display: none;
    }
}

.loginUnified img{
	width:150px
}

