*{box-sizing: border-box;-webkit-box-sizing: border-box;margin:0px;padding:0px;}
html {
	height: 100%;
	background: #000;
}
.signin-info{position: relative;z-index: 100;padding: 0px 40px;/*! width: 1200px; */margin: 0px auto;}
.signin-info img{width: 210px;}
.logincon{position: relative;width: 1000px;margin: 0px auto;overflow: hidden;/* min-height: 400px; */position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;z-index: 1000;}
.logincon .logininput{width: 100%;float: left;margin-bottom: 20px;padding: 0px 20px;/* overflow: hidden; */position:relative;height: auto;}
body.signin {
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: #666;
}
.signinpaleft{width: 50%;float: left;/* padding-top: 50px; */color: #fff;}
.signinpaleft h3{font-size: 24px;font-weight: normal;line-height: 60px;}
.signinpaleft p{font-size: 16px;padding: 5px 0px;line-height: 30px;}
.signinpanel {
	width: 320px;
	position: relative;
	/*! top: 50%; */
	/*! left: 50%; */
	/*! transform: translate(0%, -50%); */
	float: right;
}

.signinpanel .logopanel {
	float: none;
	width: auto;
	padding: 0;
	background: 0
}

.signinpanel .signin-info ul {
	list-style: none;
	padding: 0;
	margin: 20px 0
}

.signinpanel .form-control {
	width: 100%;
	height: 35px;
	border: 1px solid #d7d7d7;
	border-top-color: rgb(215, 215, 215);
	border-right-color: rgb(215, 215, 215);
	border-bottom-color: rgb(215, 215, 215);
	border-left-color: rgb(215, 215, 215);
	font-size: 14px;
	color: #333333;
	padding-left: 34px;
	outline: none;
}
.signinpanel .form-control:hover{border-color: #2a88c3 !important;}
.logntwo .qy-int{width: 120px;float: left;/*! margin-left: 20px; */display: block;padding-left: 20px;}
.signinpanel{position:relative;}

.signinpanel .uname{
	position:relative;
	color: #333;
	/* display: block; */
	background: #fff;
}
.logincon .logininput:nth-child(1):before{content:" ";width: 15px;height: 15px;position:absolute;left: 30px;top: 10px;background: url(../img/user.png) no-repeat  center;z-index: 10;}
.logincon .logininput:nth-child(2):before{content:" ";width: 15px;height: 15px;position:absolute;left: 30px;top: 10px;background: url(../img/locked.png) no-repeat  center;z-index: 10;}
.signinpanel .pword {
	
	color: #333;
}
.signinpanel
.signinpanel .phone {
	background: #fff url(../img/tel.png) no-repeat 10px center;
	color: #333;
}
.signinpanel .code {
	background: #fff no-repeat 95% center;
	color: #333;
	margin: 0 0 15px 0
}

.signinpanel .btn {
	display: block;
	background-color: #1a7bb9;
	width: 260px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
	color: #ffffff;
	border: 0px;
	margin: 0px auto;
	clear: both;
	line-height: 20px;
}
.signinpanel .btn#btnSendSms{float: left;width: 90px;clear: none;margin: 0px 0px 0px 10px;border: 1px solid #1a7bb9;display: block;}

.signinpanel form {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*! padding: 35px 20px; */
	text-align: center;
	/*! color: #333333; */
	padding: 20px 15px;
	border-radius: 10px;
}

.signup-footer {
	border-top: solid 1px rgba(255, 255, 255, .3);
	margin: 20px 0;
	padding-top: 15px;
}

@media screen and (max-height:480px) {
	.signinpanel {
		top: 130px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.checkbox-custom {
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 15px;
	display: inline-block;
	margin-left: 24px;
	/*! margin-top: 10px; */
	float: left;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
	border: 0px;
}

.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 17px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff
}

.checkbox-custom input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 42%;
	left: 3px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333
}

.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
	color: #999;
}

div.layui-layer-content {
	color: #000;
}

.l-tab {
	display: flex;
	margin-bottom: 10px;
	border: 0px;
	position: relative;
	width: 245px;
	margin: 0px 20px;
	height: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1a7bb9;
	line-height: 40px;
}
.l-tab .l-tab-item{line-height: 35px;padding: 0px 10px;cursor: pointer;border-radius: 10px 10px 0px 0px;color: #333;}
.l-tab .l-tab-item.active{border: 1px solid #1a7bb9;border-bottom: 0px;cursor: pointer;color: #1a7bb9;/*! background: #1a7bb9; */}
.l-tab>span,.l-tab>a.l-tab-item {
	padding: 5px 10px;
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 24px;
	letter-spacing: 1px;
  color: #fff;
  position: relative;
  z-index: 100;
	text-decoration: none;
}

.l-tab>span.l-tab-item {
	cursor: pointer;
}

.l-tab>span:last-of-type {
	flex-grow: 1;
}

.l-tab>span.active {
	border: 1px solid;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}

.l-body{
	display:flex;
	overflow-x:hidden;
}
.l-body > div{
	/*! display:inline-block; */
	/*! width:100%; */
	/*! flex-shrink: 0; */
}
.loginform{display: none;width: 100%;overflow: hidden;}
.l-body lable{
	display:inline-block;
	width: 56px;
    text-align: right;
	font-size: 14px;
}
.slideshow {
  position: absolute;
  width: 100%;
  /*! height: 70%; */
  overflow: hidden;
  z-index: 0;
  bottom: 75px;
  top: 75px;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 2;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 1;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  33.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  33.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.11176);
            transform: scale(1.11176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  33.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  66.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kenburns-2 {
  33.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  66.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes kenburns-3 {
  66.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-3 {
  66.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.logopanel{left:3%;}
.m-b{position:absolute;right:0px;margin-bottom: 0px;line-height: 77px;padding-right: 3%;}
.m-b a{color:#666;}
.m-b a:nth-child(1){border-right:1px solid #ccc;padding-right:10px;}
.signup-footer{position: absolute;left: 0px;right: 0px;bottom: 0px;line-height: 16px;color: #999;text-align: center;font-size: 12px;border-top: 0px;}
label.error {
	position: absolute!important;
	left: 23px;
	top: 36px;
	color: #ef392b;
	font-size: 12px;
	z-index: 1000;
}
