html,body {
    margin: 0;
    padding:0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, sans-serif;;
}
a:visited,a:link {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #d7d7d7!important;
    height: 50px!important;
    line-height: 50px!important;
    border-radius: 2px;
}
input{outline:none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#999;font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;font-size:14px;
}
.main {
    min-height:100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;
    background-color: #F1F7FF;
}
#header {
    height: 50px;
    background-color: #30303B;
    line-height: 50px;
}
.logo {
    display: inline-block;
    float: left;
    margin-left: 16px;
    margin-top: 14px;
}
.logo img{
    height: 26px;
    width: 179px;
}
.home {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-right: 20px;
    line-height: 50px;
}
.home a {
    color:#ffffff;
    text-decoration: none;
}
.home a:hover {
    color: #36B3DF;
}
@media (max-width:980px) {
	#login-content{
		width: 100%;
	}
	.ad{display: none;}
}
@media (min-width:981px) {
	#login-content{
		width: 1200px;
	}
	.ad {
	    position: relative;
	    float: left;
	    display: inline-table;
	    margin-right: 18px;
	}
	.ad-title {
	    position: absolute;
	    top: 74px;
	    left: 0px;
	}
	.ad-title h3{
	    font-size: 28px;
	    color: #333333;
	    margin: 18px auto 18px 20px;
	}
	.ad-title span {
	    display: inline-block;
	    width: 280px;
	    line-height: 21px;
	    font-size: 14px;
	    margin-left: 20px;
	}
	.ad img {
	    width: 800px;
	    height: 325px;
	    z-index: 1;
	    position: relative;
	}
}
#login-content {
    position: relative;
    padding-top: 108px;
    margin: 0 auto;
    padding-bottom: 64px;
}

@media (max-width:980px) {
	.login-form {
		width: 96%;
		margin: 0 2%;
		overflow: hidden;
	}
}
@media (min-width:981px) {
	.login-form {
		width: 380px;
		display: inline-table;
	}
}
.login-form {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
}
.login-form h3 {
    font-size: 18px;
    margin: 27px auto 8px 30px;
    color: #333333;
    font-weight: 400;
}
.login-body {
    padding: 0 28px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.login-body input {
    margin-top: 3px;
}
.form-group{
    display: inline-block;
    margin-bottom: 14px;
}
.form-control {
    width: 310px;
    height: 50px;
    line-height: 50px;
    padding: 0 6px;
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
}
.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
}
.verify-code-user {
    display: table-cell;
    width: 170px;
    margin-right: 160px;
}
.verify-code-input {
    width: 166px!important;
}
.verify-code-span {
    display: table-cell;
    margin-left: -160px;
}
.verification-code-img {
    margin-left: 10px;
}
#refresh {
    margin-left: 6px;
}
#refresh:hover {
    cursor: pointer;
}
.login-btn {
    width: 324px;
    height: 50px;
    padding: 0 6px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background-color:#36B3DF;
    color: #FFFFFF;
    font-size: 16px;
}
.login-footer {
    width: 100%;
}
.login-footer span{
    display: inline-block;
    font-size: 12px;
    color: #333333;
}
.login-footer a {
    text-decoration: none;
    color: #333333;
}
.login-footer a:hover {
    color: #36B3DF;
}
.login-footer .register {
    float: right;
    text-align: right;
    color: #36B3DF;
}
@media (max-width:979px) {
	.foot {
		display: none;
	}
	}
@media (min-width:980px) {
.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: #3c3c49;
    clear:both;
}
footer {
    height: 20px;
    width: 1200px;
    margin: 0 auto;
    color: #C3C5C6;
    position: relative;
    background-color: #3c3c49;
    padding: 22px 0 22px 0;
}
.copy-right {
    margin-left: 0px;
    line-height: 20px;
    font-size:14px;
    color: #73777A;
}
.copy-right span{
    margin-right:5px ;
}
.footer-links {
    float: right;
    line-height: 20px;
    font-size:14px;
    margin-right: -30px;
}
.footer-links span a {
    color: #91949a;
    text-decoration:none;
}
.footer-links span a:hover {
    color: #36B3DF;
}
.footer-links span {
    margin-right: 30px;
}
.footer-links span+span {
    margin-right: 30px;
}
	
}
.inspur-qr a:hover>.qr-img{
    display: block;
}
.inspur-qr .qr-img {
    display: none;
    position: absolute;
    z-index:1;
    bottom: 30px;
    right: -25px;
}
.inspur-qr .qr-img img{
    width: 120px;
    height: 127px;
}
.ba-link a{
    color: #73777A;
}
.ba-link a:hover {
    color:#cccccc;
    transition: color .3s;
    -moz-transition: color .3s; /* Firefox 4 */
    -webkit-transition: color .3s; /* Safari 和 Chrome */
    -o-transition: color .3s; /* Opera */
}
label.error {
    font-size: 12px;
    color: #F04134;
}
#login-error {
    width:320px;
    height: 28px;
    line-height: 28px;
    background-color: #FEF7E7;
    margin: 10px auto;
    border-radius:2px;
    border:1px solid #FBE8B9;
}
#login-error-defind {
    width:320px;
    height: 28px;
    line-height: 28px;
    background-color: #FEF7E7;
    margin: 10px auto;
    border-radius:2px;
    border:1px solid #FBE8B9;
}
#login-error-label-defind {
    font-size: 12px;
    color: #5A5A5A;
}
.hr-line {
    width:320px;height:1px;margin:0px auto 10px auto;padding:0px;background-color:#EEEEEE;overflow:hidden;
}
.login-error-tip img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
#login-error-label {
    font-size: 12px;
    color: #5A5A5A;
}
#loginBtn {
    border: none;
}
#loginBtn:hover {
    cursor: pointer;
    background-color: #4AC4EF;
;
}
@media (min-width: 1200px) {
	.main {
        width: 100%;
    }
}
@media (max-width: 414px) {
	.main {
        width: 100%;
    }
}
@media  (min-width:980px) and (max-width: 1199px) {
	.main {
        width: 1300px;
    }
}

.hiddenOtherStyles{
    display: none;
}
.googleStyles{
    width:790px;
    height:401px;
    background:rgba(255,255,255,1);
    margin: auto;
    margin-top: 40px;
}
#boxInput input {
    width: 57px;
    height: 57px;
}
.iconGoogleClear{
    color: rgb(107, 121, 142);
    box-sizing: border-box;
}
#googleVerification {
    display: none;
}
.desc-google{
    text-align: center;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:rgba(145,145,145,1);
    line-height:19px;
    padding-top: 38px;
}
.title-google{
    font-size:22px;
    font-family:MicrosoftYaHei;
    color:rgba(51,51,51,1);
    line-height:30px;
    text-align: center;
    margin-top: 20px;
}
.cloud-google{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:rgba(145,145,145,1);
    line-height:19px;
    text-align: center;
}
#head-google{
    display: none;
}
#result-message{
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(240,65,52,1);
    line-height:16px;
    margin-left: 24.2%;
    display: block;
    margin-top: 14px;
}

#boxInput input{
    font-size:22px;
    font-family:MicrosoftYaHei;
    color:rgba(145,145,145,1);
    line-height:30px;
    box-sizing: border-box;
    border: 1px solid rgb(205, 203, 203);
    box-shadow: none;
    outline-color: rgb(16, 84, 255);
    outline-width: 2px;
    text-align: center;
}

#kc-locale{
    display: none
}
.kcFeedbackAreaClass{
    background-color: #FEEEEB;
    border: 1px solid #F15532;
    font-size: 16;
    color: #F15533;
    line-height: 24px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px 12px 5px 10px;
}
#kc-registration{
    text-align:right;
    margin-top:10px;
    font-size: 14px;
}