html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5,
	h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
	sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
	vertical-align: baseline;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

.login-con {
	position: relative;
	min-width: 1350px;
	height: 733px;
	margin: 0 auto;
	background-size: cover;
	background: url(../images/newtce/img/background.jpg) top center
		no-repeat;
	background-size: cover;
	background-position: center;
}

.login-con .top-box {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

.login-con .left-info {
	position: absolute;
	left: 0px;
	top: 130px;
}

.login-con .left-info .left-logo {
	width: 177px;
	height: 43px;
}

.login-con .left-info .tip {
	width: 227px;
	height: 42px;
	position: absolute;
	left: 211px;
	top: 0px;
	border-radius: 21px;
	color: #333;
	font-size: 18px;
	background-color: #fff;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
}

.login-con .left-info .left-middle {
	width: 585px;
	padding: 19px 0;
	font-size: 42px;
	margin-top: 20px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.login-con .left-info .left-bottom {
	margin-top: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: lighter;
}

.login-con .right-login {
	position: absolute;
	right: 0;
	top: 90px;
	width: 300px;
	height: 310px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.login-con .right-login .login-top {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-con .right-login .login-top .account, .TCE {
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.login-con .right-login .login-top .account {
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	font-weight: bold;
}

.login-con .right-login .login-top .TCE {
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
}

.login-con .right-login .login-top .TCE {
	background: rgba(1, 1, 1, 0.3);
}
/* 账户登录 */
.login-con .right-login .login-input {
	padding-top: 25px;
	width: 300px;
	height: 245px;
}

.login-con .right-login .login-input .user, .pwd {
	width: 250px;
	height: 35px;
	border-radius: 5px;
	background-color: #fff;
	margin: 10px auto 10px;
}

.login-con .right-login .login-input .user .user-icon {
	position: absolute;
	left: 26px;
	top: 76px;
	background: url(../images/newtce/img/用户名.png) 9px 4px no-repeat;
	width: 35px;
	height: 33px;
	background-size: 25px;
}

.login-con .right-login .login-input .pwd .pwd-icon {
	position: absolute;
	left: 26px;
	top: 120px;
	background: url(../images/newtce/img/密码.png) 9px 4px no-repeat;
	width: 35px;
	height: 33px;
	background-size: 25px;
}

.login-con .right-login .login-input .user>input, .pwd>input {
	width: 200px;
	height: 32px;
	outline: none;
	border: 0;
	margin-left: 42px;
	color: #666;
	margin-top: 3px;
}

.login-con .right-login .login-input .memory {
	margin: 15px 27px;
}

.login-con .right-login .login-input .memory>input {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}

.login-con .right-login .login-input .memory>input+.label-memory i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/newtce/img/未选中.png) -2px -3px no-repeat;
	position: relative;
	top: 1px;
}

.login-con .right-login .login-input .memory>input:checked+.label-memory i
	{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/newtce/img/选中.png) -2px -3px no-repeat;
	position: relative;
	top: 1px;
}

.login-con .right-login .login-input .memory span {
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
	vertical-align: top;
	cursor: pointer;
}

.login-con .right-login .login-input .login-btn {
	text-align: center;
}

.login-con .right-login .login-input .login-btn input {
	width: 250px;
	height: 35px;
	border-radius: 5px;
	background-color: #2d99eb;
	border: 0;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.login-con .right-login .login-bottom {
	display: flex;
	justify-content: space-between;
	margin: 20px 28px;
}

.login-con .right-login .login-bottom .register, .forget {
	color: #fff;
	font-size: 13px;
}
/* 扫码登录 */
.login-con .right-login .TCEcode {
	display: none;
	padding-top: 25px;
	width: 300px;
	height: 245px;
	position: absolute;
	left: 0px;
	top: 40px;
	text-align: center;
}

.login-con .right-login .TCEcode>img {
	margin-top: 10px;
	width:154px;
}

.login-con .right-login .TCEcode>p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}

.login-con .nav {
	position: absolute;
	bottom: 90px;
	width: 100%;
	min-width: 1200px;
}

.login-con .nav ul {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.login-con .nav ul li {
	float: left;
	margin: -32px 55px;
}

.login-con .nav ul li:nth-last-child(1) {
	position: relative;
}

.login-con .nav ul li:hover {
	transform: translateY(-5px);
}

.login-con .nav .code {
	display: none;
	position: absolute;
	right: -30px;
	top: -152px;
	width: 115px;
	height: 123px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
}

.login-con .nav .code>p {
	margin-bottom: 8px;
	color: #666;
	font-size: 14px;
}

.login-con .nav .code .arrow1 {
	width: 135px;
	height: 15px;
	position: absolute;
	bottom: -10px;
	left: 0px;
}

.login-con .nav .code .arrow2 {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -5px;
	background-color: #fff;
	transform: rotate(45deg);
}

.plantform {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #f6f6f6;
}

.plantform>p {
	margin: 30px;
	color: #333;
	font-size: 28px;
	text-align: center;
}

.plantform .box {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

.plantform .box .reason {
	float: left;
	width: 585px;
	height: 158px;
	margin-top: 30px;
	border-radius: 10px;
	background-color: #fff;
}

.plantform .box .reason:nth-of-type(even) {
	margin-left: 30px;
}

.plantform .box .reason .box-left {
	float: left;
	width: 170px;
	height: 100px;
	margin: 29px 20px 29px 25px;
}

.plantform .box .reason .box-right {
	float: left;
	width: 330px;
	height: 100px;
	margin-top: 29px;
	text-align: left;
}

.plantform .box .reason .box-right .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.plantform .box .reason .box-right .info {
	margin: 8px 0;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}

.login-input .headpic {
	background: url(../images/headpic.png) no-repeat;
	width: 200px;
	height: 136px;
	top: 8%;
	left: 50%;
	margin-left: -100px;
	position: relative;
}

#login-button-on {
	width: 280px;
	height: 32px;
	border-radius: 5px;
	background-color: #2d99eb;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	top: 80%;
	left: 50%;
	margin-left: -140px;
	position: absolute;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
}
/*小程序码自适应  */
.code_zsy {
	display: none;
	position: absolute;
	bottom: -77px;
	width: 150px;
	text-align: center;
	background: #fff;
	height: 150px;
	left: 50%;
	margin-left: -77px;
	border-radius: 100%;
}

.code_zsy p {
	height: 15px;
	font-size: 15px;
	color: #666666;
	padding-top: 30px;
}

.code_zsy img {
	width: 120px;
	height: 120px;
	margin-top: 15px;
}

@media screen and (max-width:1024px) {
	.login-con {
		height: 640px;
	}
	.login-con .left-info {
		top: 85px;
	}
	.login-con, .login-con .nav {
		min-width: 100%;
	}
	.login-con .top-box {
		width: 90%;
	}
	.login-con .right-login {
		display: none;
	}
	.login-con .left-info, .login-con .nav ul {
		width: 100%;
	}
	.login-con .left-info .tip {
		font-size: 14px;
		width: 175px;
	}
	.login-con .left-info .left-middle {
		width: 100%;
		font-size: 28px;
	}
	.login-con .left-info .left-bottom {
		font-size: 18px;
	}
	.login-con .nav {
		bottom: 130px;
	}
	.login-con .nav ul li {
		width: 20%;
		margin: 0;
	}
	.login-con .nav ul li img {
		width: 80%;
		max-width: 79px;
	}
	.plantform .box {
		width: 90%;
		height: 800px;
	}
	.plantform {
		width: 100%;
		height: auto;
		padding-top: 130px;
	}
	.plantform .box .reason {
		width: 100%;
		display: flex;
		/* height:auto; */
	}
	.plantform .box .reason:nth-of-type(even) {
		margin-left: 0;
	}
	.plantform .box .reason .box-left {
		width: 150px;
		margin: 29px 20px 29px 15px;
	}
	.plantform .box .reason img {
		width: 150px;
		height: auto;
	}
	.code_zsy {
		display: block;
	}
}

@media screen and (max-width:414px) {
	.login-con .left-info .left-logo, .login-con .left-info .left-logo img {
		width: 140px;
	}
	.login-con .left-info .tip {
		width: 175px;
		height: 42px;
		position: absolute;
		left: 180px;
		top: 0px;
		border-radius: 21px;
		color: #333;
		background-color: #fff;
		line-height: 42px;
		text-align: center;
		font-weight: bold;
	}
	.login-con .left-info .left-middle {
		width: 100%;
		font-size: 20px;
	}
	.plantform .box .reason .box-right .info {
		line-height: 24px;
		font-size: 13px;
	}
}

@media screen and (max-width:375px) {
	.plantform .box .reason .box-left {
		width: 120px;
	}
	.plantform .box .reason img {
		width: 120px;
	}
	.login-con .left-info .left-logo, .login-con .left-info .left-logo img {
		width: 140px;
	}
	.login-con .left-info .tip {
		left: auto;
		right: 0;
		font-size: 12px;
		width: 140px;
		height: 35px;
		line-height: 35px;
	}
	.header-container>a {
		width: 162px;
		margin-top: 17px;
	}
	.header-container>a>img {
		width: 100%;
	}
}

@media screen and (max-width:320px) {
	.plantform .box .reason:last-child, .plantform .box .reason:nth-child(3)
		{
		height: 215px;
	}
	.plantform .box {
		height: 890px;
	}
}