@charset"utf-8";

html{width: 100%;height: 100%;}
.ba-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/ba-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.gyl-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/gyl-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.bs-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/bs-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.dsj-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/dsj-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}

#ba-content .logo,
#dsj-content .logo,
#gyl-content .logo,
#bs-content .logo {
    width: 14%;
    margin: 50px auto 20px;
}

#ba-content .title,
#dsj-content .title,
#gyl-content .title,
#bs-content .title {
    width: 23%;
    margin: 0 auto;
    text-align: center;
}

#ba-content .login,
#dsj-content .login,
#gyl-content .login,
#bs-content .login {
    width: 40%;
    margin: 30px auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6%;
    min-width: 340px;
    -webkit-animation: rollIn 1s;
}

#ba-content .login .input-group input,
#dsj-content .login .input-group input,
#gyl-content .login .input-group input,
#bs-content .login .input-group input {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 6px 2%;
    margin: 2% auto 7%;
    text-align: center;
    font-size: 12px;
}

#ba-content .login .input-group input:hover,
#dsj-content .login .input-group input:hover,
#gyl-content .login .input-group input:hover,
#bs-content .login .input-group input:hover {
    border: 2px solid #80caff
}

#ba-content .login .input-group:last-child input,
#dsj-content .login .input-group:last-child input,
#gyl-content .login .input-group:last-child input,
#bs-content .login .input-group:last-child input {
    margin: 2% auto 2%;
}

#ba-content .login a,
#dsj-content .login a,
#gyl-content .login a,
#bs-content .login a {
    font-size: 12px
}

#ba-content .login .inptut-btn,
#dsj-content .login .inptut-btn,
#gyl-content .login .inptut-btn,
#bs-content .login .inptut-btn {
    margin-top: 5%;
    font-size: 14px;
}

#ba-content .login .inptut-btn input,
#dsj-content .login .inptut-btn input,
#gyl-content .login .inptut-btn input,
#bs-content .login .inptut-btn input {
    background: #0084ff;
    width: 100%;
    border: 1px solid #85d9f9;
    color: #fff;
    border-radius: 3px;
    padding: 3% 2%;
    /*margin: 2% auto 7%;*/
}

#ba-content .login .inptut-btn input:hover,
#dsj-content .login .inptut-btn input:hover,
#gyl-content .login .inptut-btn input:hover,
#bs-content .login .inptut-btn input:hover {
    background: #0174e0;
    border: 1px solid #80caff
}

input[type="text"] {
    background: url(images/q_07.png) no-repeat right #fff;
}

input[type="password"] {
    background: url(images/q_03.png) no-repeat right #fff;
}

#bs-content .login {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#gyl-content .login {
    background: rgba(3, 70, 185, 0.5);
}

#arrow {
    width: 100%;
    margin: 8% auto 0;
    position: relative;
    min-width: 780px;
}

#arrow span.prev {
    position: absolute;
    top: 15%;
    left: 0;
    width: 5%;
    cursor: pointer;
}

#arrow span.next {
    position: absolute;
    top: 15%;
    right: 0;
    width: 5%;
    cursor: pointer;
}

#arrow .arrow-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    min-width: 780px;
}

#arrow .arrow-content ul li {
    display: inline-block;
    text-align: center;
    width: 20%;
    margin: 0 2%;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 0 15px 0 15px;
    padding: 2% 0 2%;
    box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#arrow .arrow-content ul li img {
    width: 35%;
    margin: 10px 0
}

#arrow .arrow-content ul li p {
    font-size: 14px;
}

#arrow .arrow-content ul li.active {
    background: #3e97d7;
    color: #fff;
    cursor: pointer;
    border: 1px solid #98c7f3
}

#li1 {
    -webkit-animation: bounceInUp 1s
}

#li2 {
    -webkit-animation: bounceInUp 1.5s
}

#li3 {
    -webkit-animation: bounceInUp 2s
}

#li4 {
    -webkit-animation: bounceInUp 2.5s
}

footer {
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    font-size: 14px;
    color: #fff;
}
button.btn{
    background: #0084ff;
    width: 100%;
    border: 1px solid #85d9f9;
    color: #fff;
    border-radius: 3px;
    padding: 3% 2%;
    margin: 2% auto 0;
    cursor: pointer;
}
button.btn-back{
    background: #f8ac59;
    border: 1px solid #ffc687;
}
button.btn-back:hover{
    background: #e8973f;
}
button.btn-cha{
    background: #ed5565;
    border: 1px solid #ff919d;
}
button.re-entra:hover{
    background: #0174e0;
}
button.btn-cha:hover{
    background: #e23b4d;
}
.login{
    position: relative;
}
.login #loginErrMsg{
    position: absolute;
    bottom: 16px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.title h3{
    font-size: 24px;
    color: #fff;
}
#toggle{
    position: absolute;
    z-index: 99;
    top: 6px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.fa-eye-slash{
    color: #929292;
}
.fa-eye{
    color: #000;
}
.flex{
    height: 38px;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.flex button.btn{
    margin: 0;
}
.flex input,.flex button.btn{
    max-width: 48% !important;
}
.cx-body{
 background-image: url(../images/body_bg.jpg);
 background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}
.cx-body .login-area{ 
	padding: 20px;
    margin: 100px auto;
}
.cx-body .login-area .login h1{
    color: #fff; text-align: center;
	font-weight: bold;
	 
	background-image:linear-gradient(to right, #009ef4 , #00e9d0);
	    -webkit-background-clip:text; 
	    -webkit-text-fill-color:transparent; 
    
}
.cx-body .cx-footer{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}
.cx-body .cx-footer .foot-cont{
    margin: auto;
    font-size: 12px;
    color: #fff;
}
.cx-body .login-area .area{
    width: 100%;
     
    
    
    
    margin: 0px auto;
    text-align: center;
    -webkit-animation: fadeInUp .5s;
}
.cx-body .login-area .area h2{
    color: #fff;
}
.cx-body .login-area .area input{
    width: 100%;
    margin-top: 20px;
    height: 40px;
	border:2px solid #0ba1f8;
	 
	outline: 0;
	background-color: rgba(11,161,248,0.7);
	color: #fff;
    
}
.cx-body .login-area .area input::-webkit-input-placeholder{
            color:#FFFFFF;
        }
.cx-body .login-area .area input[type=text]{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.cx-body .login-area .area button[type=submit]{
    font-size: 16px;
    cursor: pointer;
	width: 100%;
	margin-top: 20px;
	border: none;
	height: 40px;
	line-height: 40px;
	outline: 0px;
	background-image: linear-gradient(#0b9ff6, #0472c7);
	box-shadow:  0 5px 5px rgba(0,0,0,0.5);   
    color: #fff;
}
.cx-body .login-area .area button[type=submit]:hover{
    background-image: linear-gradient( #0472c7,#0b9ff6);
}