/* 
	Author:Mollycai
	date:2020-11-14
	contact:18516613286
 */

/* login */
/* header */
.login-head{
	width: 100%;
}
.login-head header {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}
.login-head header .logo-d{
	height: 28px;
}
.login-head header .logo-txt{
	display: flex;
	align-items: center;
}
.login-head header .logo-txt .search-boxs{
	margin-right: 15px;
}
.login-head header .logo-txt .search-boxs p{
	width: 330px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border-radius: 19px;
	border: solid 1px #cbcbcb;
	overflow: hidden;
}
.logo-txt .search-boxs p input{
	width: 72%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	display: block;
	text-indent: 1em;
	color: #333;
}
.logo-txt .search-boxs p input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.logo-txt .search-boxs p a{
	display: block;
	width: 28%;
	box-sizing: border-box;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #0d7fca url(../img/search-bai.png) no-repeat 26% center;
	background-size: 14px;
	text-indent: 2.6em;
	line-height: 36px;
}
.login-head header .logo-txt span:last-child{
	margin-left: 10px;
}
.login-head header .logo-txt span{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.login-head header .logo-txt span.text-change em{
	vertical-align: initial;
}
.logo-txt span.text-change a.login-return{
	font-size: 14px;
	color: #7c9fb6;
	position: relative;
	margin-left: 6px;
}
.logo-txt span.text-change a.login-return::before{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #dddddd;
	position: absolute;
	top: 4px;
	left: -5px;
}
.login-head header .logo-txt span img{
	height: 32px;
}
.login-bodys{
	width: 100%;
	height: calc(100vh - 70px);
	background: url(../img/login-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.login-bodys .login-forms{
	background-color: #fff;
	padding: 30px;
	width: calc(510px - 60px);
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
	box-shadow: 0px 10px 40px 0px rgba(223, 223, 223, 0.6);
	border-radius: 10px;
}
.login-forms-theme h3{
	font-size: 46px;
	letter-spacing: 1px;
	color: #333333;
}
.login-forms-theme p{
	font-size: 18px;
	letter-spacing: 1px;
	color: #666666;
}
.forms-box p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	border-radius: 6px;
	margin-top: 20px;
}
.forms-box p.login-mine{
	background: #f8f8f8 url(../img/mine.png) no-repeat 25px center;
}
.forms-box p.login-pwd{
	background: #f8f8f8 url(../img/pwd.png) no-repeat 25px center;
}
.forms-box p.login-rpwd{
	position: relative;
	background: #f8f8f8 url(../img/rpwd.png) no-repeat 25px center;
}
.forms-box p.login-rpwd input{
	width: calc(100% - 195px);
	padding: 0 10px 0 24px;
}
.forms-box p.login-rpwd .rpwdImg{
	height: 100%;
	width: 150px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.forms-box p.login-rpwd .rpwdImg img{
	max-width: 100%;
}
.forms-box p input{
	float: right;
	height: 100%;
	width: calc(100% - 60px);
	padding-left: 10px;
}
.forms-box p input::-webkit-input-placeholder{
	font-size: 16px;
	color: #c5c5c5;
}
.login-btns a{
	width: 100%;
	height: 60px;
	background-color: #0d7fca;
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	display: block;
	margin: 30px auto 0;
	border-radius: 30px;
	text-align: center;
}


/* footer */
footer{
	width: 100%;
	background: #272727;
	padding: 60px 0 20px;
}
footer .tainBoxs{
	display:flex;
}

.footLeft_tain {
	width: 45%;
	padding: 5px 0 0 5px;
	margin-right: 5%;
	
}
.logos-foots{
	margin-bottom: 20px;
}
.logos-foots img{
	max-width: 100%;
	width: 220px;
}
.infos {
	margin-bottom: 45px;
}
.infos h4{
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	opacity: 0.8;
	vertical-align: middle;
	margin-bottom: 16px;
}
.infos p {
	font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.7;
}
.footImgLogo {
	float: left;
	width: 50%;
	margin-bottom: 65px;
}
.fir_uls_box>li {
	float: left;
	width: 22%;
}
.fir_uls_box li .secode_uls_box {
	overflow: hidden;
}
.fir_uls_box li .secode_uls_box li {
	display: block;
}
.fir_uls_box li .secode_uls_box li a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.fir_uls_box li .secode_uls_box li a:hover {
	opacity: 1;
}
.fir_uls_box li .secode_uls_box li:first-child a {
	font-size: 15px;
	display: block;
	line-height: 22px;
	margin-bottom: 12px;
	opacity: 0.7 ;
}
.footulsBox {
	float: right;
}
.footulsBox ul li {
	float: left;
}
.footulsBox ul li a {
	font-size: 14px;
	line-height: 44px;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	padding-right: 40px;
}
.footulsBox ul li:last-child {
	float: right;
}
.footulsBox ul li:last-child a {
	padding-right: 0;
}
.footulsBox ul li:last-child img {
	display: block;
	vertical-align: top;
}
.footulsBox ul li a:hover {
	opacity: 0.7;
}
.botCopys {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	padding-top: 8px;
	overflow: hidden;
}
.botCopys p,
.botCopys p a {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.8);
}
.footulsBoxr1 {
	margin-top: 15px;
}
.footulsBoxr2 {
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}
.footulsBoxr2 img {
	width: 180px;
	padding: 10px;
}




@media screen and (max-width:1500px) {
	.login-forms-theme h3{
		font-size: 28px;
	}
	.login-forms-theme p{
		font-size: 16px;
	}
	.login-bodys .login-forms{
		width: calc(420px - 60px);
		right: 13%;
	}
	.forms-box p{
		height: 52px;
		line-height: 52px;
	}
	.login-btns a {
	    height: 50px;
	    font-size: 16px;
	    line-height: 50px;
	}
	
}