﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
	position: fixed;
	width: 100%;
    height: 100%;
}

body {
    font-family: "PingFangSC-Light", "微软雅黑", Arial, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
}
a{
	text-decoration: none;
	color: inherit;
	display: inline-block;
}
input,button{
	outline: none;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;
	border-radius: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
/* -webkit-box-shadow: 0 0 0px 1000px white inset; */
}
.swiper-container {
    width: 100%;
    height: 100%;
    background:url(../images/0131-15.png) center no-repeat;
    background-size: cover;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide1{
	background-color: rgba(0,125,194,.8);
}
.swiper-slide2{
	background-color: rgba(0,169,194,.8);
}
.swiper-slide3{
	background-color: rgba(0,194,175,.8);
}
.swiper-slide4{
	background-color: rgba(0,194,105,.8);
}

img {
    display: block;
}

.flex{
	display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}

.header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 20%;
	max-width: 300px;
	height: 100%;
	padding: 20px;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-flow: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-flow: column;flex-flow: column;
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.support{
	position: relative;
	font-size: 12px;
	color: #fff;
}
.support::before{
	content: '';
	position: absolute;
	left: -8px;
	top: 8px;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #fff;
}
.nav ul{
	list-style: none;
	color: #fff;
}
.nav ul li{
	cursor: pointer;
	font-weight: 100;
}
.nav ul li.active{
	font-weight: 600;
}
.nav ul li span{
	position: relative;
	display: inline-block;
	height: 36px;
	font-size: 24px;
}
.nav ul li span::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease-in;
}
.nav ul li:hover span::after{
	content: '';
	width: 100%;
}
.nav ul li + li{
	margin-top: 10px;
}
.swiper-slide .content{
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	height: 100%;
	/*background-color: #fff;*/
	background: #fff url(../images/world.png) center left no-repeat;
    background-size: contain;
}
.title{
	position: absolute;
	left: 60px;
	top: 60px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	color: #4D4D4D;
}
/*.login{
	position: absolute;
	left: 40%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
}*/
.login input{
	/*display: block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;*/
}
.login input + input{
	margin-top: 20px;
}
.login button{
    display: block;
    width: 100%;
    height: 53px;
    margin-top: 25px;
    color: #fff;
    background: #40a0d8;
    cursor: pointer;
    border: 1px solid #40a0d8;
    font-size: 19px;
    font-weight: 500;
    border-radius:2px;
}
.login button:hover{
  background: #52ade2;
}
button:focus{
    outline:none;
}
.login button:active{
	box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
}
.swiper-slide1 .login button,.swiper-slide1 .login input{
	border: 1px solid rgb(0,125,194);
}
.swiper-slide1 .login button{
	background-color: rgb(0,125,194);
}
.swiper-slide2 .login button,.swiper-slide2 .login input{
	border: 1px solid rgb(0,169,194);
}
.swiper-slide2 .login button{
	background-color: rgb(0,169,194);
}
.swiper-slide3 .login button,.swiper-slide3 .login input{
	border: 1px solid rgb(0,194,175);
}
.swiper-slide3 .login button{
	background-color: rgb(0,194,175);
}
.swiper-slide4 .login button,.swiper-slide4 .login input{
	border: 1px solid rgb(0,194,105);
}
.swiper-slide4 .login button{
	background-color: rgb(0,194,105);
}
.tips{
	position: absolute;
	right: 60px;
	bottom: 60px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ddd;
}
#msg{
	margin-top: 20px;
	font-size: 12px;
}
#msg .false{
	color: red;
}
/*--------------------------------*/
.warm-content {
	height:80%;
	background:url("../images/bg-2.png") top;
	border: 1px solid transparent;
     
}
.my-form-group {
	margin-bottom: 25px;
    position:relative;
    overflow:hidden;
}
.my-form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	height:54px;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 2px;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
    text-indent:50px;
}

.yzm {
   width:80%;
}
.account-icon, .password-icon, .yzm-icon{
    display: inline-block;
    height: 52px;
    width: 52px;
    top: 1px;
    left: 1px;
    position: absolute;
    background-color: rgba(222,222,222,1);
}
.account-icon{
    background-image:url(../images/account-icon.svg);
    background-size:16px;
    background-repeat:no-repeat;
    background-position:center;
}
.password-icon{
      background-image:url(../images/password-icon.svg);
      background-size:16px;
      background-repeat:no-repeat;
      background-position:center;
}

.yzm-icon {
    background-image: url(../images/yzm.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.warm-header {
	height:20%;
	background-color:#337fab;
}
.warm-header-main {
	width: 1200px;
	margin: auto;
	font-family: "微软雅黑";
	background:url(../images/header-bg.png);
	height:100%;
	position:relative;
}
.warm-header-tittle {
	position:absolute;
	right: 53px;
	color: #fff;
	bottom: 35px;
}
.warm-header-logo img {
	position:absolute;
	left: 24px;
	top: 4px;
}
.warm-header-tittle .hd {
	font-size:34px;
}
.warm-header-tittle .bd {
	font-size: 19px;
    color: #e2e2e2;
}
 .clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.login {
    width: 1200px;
	margin: 0 auto;
	 
	position:relative;
}
.login-box {
   
    box-shadow: 0 6px 13px 0 rgba(7,17,27,.2);
    height: 500px;
    width: 1200px;
    background-color: #fff;
    margin-top: 40px;
   
    border: 1px solid #eee;
}
.login-sub {
	width: 870px;
	height: 300px;
	float: left;
	margin: 85px 30px 62px 100px;
}
.login-l {
	float: left;
	width: 488px;
	border-right: 1px solid #eee;
}
.login-nav {
	width: 425px;
	float: left;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e0;
	height: 36px;
	padding-bottom: 12px;
	font-family: "Microsoft YaHei";
}
.login-nav ul {
	list-style:none;
}
.login-nav li {
	float: left;
	width: 126px;
}
.login-active {
	border-bottom: 1px solid #3692c8;
	color: #337fab;
}
a.login-navtit {
	float: left;
	margin: 0 16px;
	line-height: 35px;
}
.errmess {
	display: none;
	color: red;
	font-size: 18px;
	margin: 65px 0px -5px 15px;
	width: 320px;
	-webkit-box-orient: vertical;
	text-align: left;
	box-sizing: border-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 微软雅黑;
}
.login-content {
	width: 400px;
	 
	float: left;
	margin: 15px;
}
.find-pwd-box {
	width: 400px;
    float: left;
    margin: 5px 15px;
    font-size: 12px;
}
.login-r {
	float: right;
	width: 380px;
	text-align: center;
	font-size: 14px;
}
.login-r img {
    position: relative;
    top: 47px;
    width: 416px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 50px;
}
.footer {
	text-align: center;
	margin-top: 30px;
	color: #666;
	/* float: left;*/
	width: 1200px;
	font-size:13px;
	color:#666;
}
.footer .warm-copyright {
	padding:3px 0;
}
@media  screen  and (max-width:1366px){
    .login-box{
    box-shadow: 0 0px 8px 0 rgba(7,17,27,.2);
    height: 420px;
    margin-top: 20px;
    }
    .login-sub {
    margin: 56px 30px 62px 100px;
}
    .warm-header-main{
        width:1100px;

    }
    .login {
        width:1100px;
    }
    .login-box{
         width:1100px;
    }
    .footer{
        width:1000px;
    }
}
 .clearfix {
	content:"";
	display:block;
	clear:both;
}

 
