﻿.wrap1 {
	position: relative;
	background: url("../imgs/login.jpg") no-repeat center;
	background-size: cover;
	min-height: 880px;
}

.btn.active {
	box-shadow: none !important;
}

.form {
	max-width: 520px;
	margin-left: 20%;
	padding: 30px 30px 20px 30px;
	background: #fff;
	border-radius: 4px;
}

.form h6 {
	text-align: left;
	color: #3a3a3a;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	padding-bottom: 20px;
}

.form form {
	max-width: 500px;
	margin: 0 auto;
}

form>div {
	width: 100%;
	position: relative;
	min-height: 50px
}

form div.email_tip {
	min-height: 0;
	color: #888;
	font-size: 12px;
}

form .phone span.iconfont {
	position: absolute;
	font-size: 28px;
	color: #888888;
top: 3px;
left: -2px;
}
form.fnAcGS .phone span.iconfont {
	position: absolute;
	font-size: 28px;
	color: #888888;
top: 10px;
left: 4px;
}

form .code span.iconfont {
	position: absolute;
	font-size: 22px;
	color: #888888;
top: 7px;
left: 1px;
}
form.fnAcGS .code span.iconfont {
	position: absolute;
	font-size: 22px;
	color: #888888;
top: 13px;
left: 6px;
}

form .code span.icon-dui {
	position: absolute;
	left: 270px;
	top: 5px;
	font-size: 30px;
}

form .name span.iconfont {
	position: absolute;
	font-size: 16px;
	color: #888888;
	top: 11px;
	left: 2px;
}

form .company span.iconfont {
	position: absolute;
	font-size: 18px;
	color: #888888;
	top: 10px;
	left: 2px;
}

form .department span.iconfont {
	position: absolute;
	font-size: 22px;
	color: #888888;
	top: 10px;
	left: -2px;
}

form .department span.icon-RectangleCopy {
	position: absolute;
	font-size: 22px;
	color: #888888;
	top: 10px;
	left: 93%;
	z-index: 0;
}

form .post span.iconfont {
	position: absolute;
	font-size: 20px;
	color: #888888;
	top: 10px;
	left: 0px;
}

form .email span.iconfont {
	position: absolute;
	font-size: 18px;
	color: #888888;
	top: 8px;
	left: 0px;
}

form.fnAcGS .email span.iconfont {
	position: absolute;
	font-size: 18px;
	color: #888888;
	top: 15px;
	left: 8px;
}

form .industry span.iconfont {
	position: absolute;
	font-size: 17px;
	color: #888888;
	top: 12px;
	left: 1px;
}

form .industry span.icon-RectangleCopy {
	position: absolute;
	font-size: 22px;
	color: #888888;
	top: 10px;
	left: 93%;
	z-index: 0;
}

.duinone {
	display: none;
}

form input {
	display: block;
	width: 100%;
	padding: 11px 10px 5px 22px;
	outline: none;
	border: none;
	border-bottom: solid 1px #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}

form.fnAcGS input {
	display: block;
	border: 1px solid rgb(223, 223, 228);
	background-color: rgb(255, 255, 255);
	outline: none;
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	border-radius: 8px;
	padding: 16px 16px 16px 30px;
	color: rgb(0, 0, 0);
}

#readed {
	border: solid 1px #005a9c;
}

form .allinput input:hover {
	border-color: #005a9c;
}

form .allinput input:focus {
	border-color: #005a9c;
}

form .allinput:hover span.iconfont {
	color: #005a9c;
}

form .allinput:hover .monibox1 {
	border-color: #005a9c;
}

form .allinput:hover .monibox2 {
	border-color: #005a9c;
}

.code input {
	float: left;
	width: auto;
	padding: 11px 10px 11px 22px;
	outline: none;
	border: none;
	border-bottom: solid 1px #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}

.fnAcGS .code input {
	display: block;
	border: 1px solid rgb(223, 223, 228);
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	height: 50px;
	/* width: auto; */
	border-radius: 8px;
	padding: 16px 16px 16px 30px;
	color: rgb(0, 0, 0);
	flex: 1;
	margin-right: 20px;
}


.getcode {
	float: right;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.getcode a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #f5f5f5;
	border-color: #005a9c;
	color: #005a9c;
	border-radius: 20px;
}

.fnAcGS  .getcode {
    /* float: right;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end; */
	text-align: center;
}

.fnAcGS .getcode a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 16px;
	cursor: pointer;
	background-color: #fff;
	color: #005a9c;
	border-radius: 8px;
	white-space: nowrap;
	width: auto;
	border: 1px solid #005a9c;
}

form .btn:active {
	box-shadow: none;
}

.Loginbtn {
	width: 100%;
	height: 40px;
	margin-top: 30px;
}

.Loginbtn a {
	background: #005a9c;
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border: 1px solid #005a9c;
	cursor: pointer;
	border-width: 2px;
	font-weight: 700;
	line-height: 25px;
	height: 50px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.Loginbtn #savedata {
	width: 45%;
	margin-right: 10%;
}

.Loginbtn #refusdata {
	width: 45%;
	background: #f5f5f5;
	color: #888888;
	border: none;
}

.toReg {
	text-align: right;
	font-size: 12px;
	height: 28px;
	color: #e5e5e5;
	margin-bottom: 0;
	min-height: 0;
}

.toReg a {
	color: #003580;
	font-size: 12px;
	display: inline;
}

.tkmar {
	margin: 0;
	height: 25px;
	min-height: 0;
}

.tk {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 23px;
}
.tkmar .fl {
	float: left;
}

.tk input {
	-webkit-appearance: checkbox;
	margin-top: 2px !important;
}

.totk {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	color: #888;
}

.errormsg {
	width: 100%;
	text-align: left;
	color: #D50000;
	font-size: 12px;
	margin: 5px 0 10px;
	display: -webkit-inline-box;
}

.fnAcGS .errormsg {
	display: none;
	width: 100%;
	text-align: left;
	color: #D50000;
	font-size: 12px;
	margin: 5px 0 10px;
	/* display: -webkit-inline-box; */
}
.wrap_reg .errormsg {
	margin: 5px 0;
}

.fnAcGS .newmsg {
	display: none;
	width: 100%;
	text-align: left;
	color: #888;
	font-size: 12px;
	margin: 5px 0 10px;
}
.wrap_reg .newmsg {
	margin: 5px 0;
}

#readedError {
	position: relative;
	top: -10px;
}

.changecolor {
	color: #D50000;
}

.monibox1 {
	width: 100%;
}

.monibox1 ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 43px;
	background: #fff;
	display: none;
	z-index: 9;
	border: solid 1px #e0e0e0;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.monibox1 .moren1 {
	color: #333;
	width: 100%;
	padding: 11px 10px 11px 22px;
	outline: none;
	border: none;
	border-bottom: solid 1px #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}

.monibox1 ul li {
	color: #888888;
	padding: 5px 20px 5px 30px;
}

.monibox1 ul li:hover {
	background: #003580;
	color: #fff;
}

.monibox2 {
	width: 100%;
}

.monibox2 ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 43px;
	background: #fff;
	display: none;
	z-index: 9;
	border: solid 1px #e0e0e0;
	max-height: 300px;
	overflow-y: auto;
}

.monibox2 .moren2 {
	color: #333;
	width: 100%;
	padding: 11px 10px 11px 22px;
	outline: none;
	border: none;
	border-bottom: solid 1px #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}

.monibox2 .moren2:hover,
.monibox1 .moren1:hover {
	border-color: #005a9c;
}

.monibox2 .black {
	color: #222222;
}

.monibox2 ul li {
	color: #888888;
	padding: 5px 20px 5px 30px;
}

.monibox2 ul li:hover {
	background: #003580;
	color: #fff;
}

.panelBox {
	width: 1200px;
	background: rgba(255, 255, 255, .6);
	margin: 0 auto;
	display: flex;
	padding: 60px;
	align-items: center;
	justify-content: space-between;
}

.panelLine {
	width: 2px;
	height: 200px;
	background: #fff;
}

.panelLeft h3 {
	font-size: 26px;
	color: inherit;
}

.panelLeft h3.martop {
	margin-top: 20px;
}

.panelLeft p.line {
	margin: 10px 0;
	width: 160px;
	height: 2px;
	background: #003580;
}

.panelLeft .text {
	color: inherit;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.7;
}

.panelLeft .btnBlock {
	margin-top: 20px;
}

.panelLeft .btnBlock a {
	display: inline-block;
	padding: 10px 20px;
	background: #003580;
	color: #fff;
}

.panelBox .form {
	width: auto;
	background: transparent;
	max-width: 600px;
	padding: 0;
	margin: 0;
}

.panelBox .form .title {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.panelBox .form .title>img {
	width: 60px;
}

.panelBox .form .title p.titleLine {
	width: 1px;
	height: 40px;
	margin: 0 15px;
	background: #003580;

}

.panelBox .form .title div>h4 {
	font-size: 24px;
	font-weight: bold;
	color: #003580;
	letter-spacing: 2px;
}

.panelBox .form .title div>p {
	color: #888;
	font-size: 12px;
}

.panelBox .form form {
	width: 460px;
}

/* 邮箱登录 */
.login-tabs {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.tab-button {
	border: none;
	background: none;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 5px;
	color: #888;
	font-weight: bold;
}

.tab-button.active {
	color: #005a9c;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.line {
	border: 1px solid #e0e0e0;
	height: 10px;
	margin: 0 20px;
}


/* 登录新样式 */
.MainWrapper{
	flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 0;
    display: flex;
}
.MainContent{
	flex-direction: column;
    flex: 1;
    min-height: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.container-box{
	background-color: #fff;
    flex-direction: row;
    width: 100%;
    height: 100%;
    display: flex;
}
.container-AGNCxy{
	text-align: center;
    background: #000;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    display: none;
    position: relative;
    overflow: hidden;
}
.videoBackground-UPMHfL {
	opacity: .7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.video-FqueBI {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* 隐藏所有控制元素 */
video::-webkit-media-controls {
	display: none !important;
}
	
video::-webkit-media-controls-enclosure {
	display: none !important;
}
.copy-uXGrZV {
	padding: 0 60px;
	position: relative;
}
.headline-Gtl2ga {
	letter-spacing: -1.96px;
	font-family: Times Now;
	font-size: 49px;
	font-style: normal;
	line-height: 95%;
}
.container-AGNCxy h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.subhead-Ml3RWF {
	font-family: Normal;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}
.container-AGNCxy p {
	padding-top: 1rem;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.content-nY6fDx {
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.inner-TTNHHo {
	padding: 0 calc(50% - 165px);
	/* overflow-y: scroll; */
}
.kczzce {
	height: 100%;
	min-width: 330px;
	width: 100%;
	position: relative;
}
.dMqCWL {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	flex-direction: column;
	gap: 0px;
}
.fnAcGS {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	margin-top: 8px;
	flex-direction: column;
	gap: 0px;
}
.dzoamV {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	margin-bottom: 16px;
	flex-direction: column;
	gap: 8px;
}
.bNSgWG {
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: rgb(8, 8, 9);
	text-align: center;
}
.iCSziA {
	font-size: 14px;
	font-family: Normal;
	line-height: 20px;
	color: rgb(42, 44, 58);
	word-break: break-word;
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iFJgVG {
	background-color: transparent;
	border: none;
	padding: 0px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #005a9c;
	line-height: 24px;
}
.code-box{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.egovOl {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	margin-top: 8px;
	flex-direction: column;
	gap: 16px;
}
.kQsUHP {
	position: relative;
	height: 20px;
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgb(223, 223, 228);
}
.hUuzJU {
	font-size: 12px;
	font-family: Normal;
	line-height: 16px;
	color: rgb(41, 41, 45);
	word-break: break-word;
	text-align: initial;
	max-width: 100%;
	max-height: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
.dNxBDs {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	padding: 0px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid rgb(223, 223, 228);
	background-color: rgb(255, 255, 255);
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.dNxBDs:hover{
	border: 1px solid #005a9c;
}
.cppRee {
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eieKFB {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: rgb(60, 60, 60);
	font-weight: bold;
	font-size: 14px;
}
.login_email .iconfont{
	font-size: 22px;
}
.login_phone .iconfont{
	font-size: 30px;
}
.box_none{
	display: none;
}
.box_gap{
	margin-bottom: 8px;
}
.box_line{
	width: 40%;
	height: 2px;
	border-top: 1px solid #f8f7f6;
	display: block;
	margin: 35px auto;
}
.logo-zlhLhw{
	position: absolute;
	top: 17px;
	left: 20px;
}
.logo-zlhLhw img{
	width: 120px;
	opacity: .5;
}

.login_boxs{
	display: grid;
	align-items: stretch;
	flex-wrap: wrap;
	color: #fff;
	width: 65%;
	margin: 0 auto;
}
.login_boxs>div{
	display: flex;
    /* cursor: pointer; */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    padding: 8px 5px;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: 300ms;
    font-size: 11px;
}
.login_boxs .text {
	text-align: center;
	white-space: normal;
	max-width: 100%;
	overflow-wrap: break-word;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
		font-size: 11px;
}
.login_boxs img{
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto 0;
}
.gap-6 {
	gap: 10px;
}

@media (min-width: 768px) {
	.login_boxs{
		width: 100%;
	}
	.sm\:grid-cols-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	.login_boxs{
		width: 100%;
	}
	.md\:grid-cols-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (min-width: 1440px) {
	.login_boxs{
		width: 90%;
	}
	.lg\:grid-cols-6 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
@media (min-width: 1750px) {
	.login_boxs{
		width: 100%;
	}
	.lg\:grid-cols-6 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
@media (min-width: 1920px) {
	.login_boxs{
		width: 70%;
	}
	.lg\:grid-cols-6 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media screen and (width >= 768px) {
	.container-AGNCxy {
			display: flex;
	}
}

@media screen and (max-width:768px) {
	#readed {
		padding: 0;
		width: 12px;
	}

	.wrap1 {
		background: url("../imgs/login-m.jpg") no-repeat center;
		background-size: cover;
		margin-top: 50px;
		min-height: 960px;
	}

	.wrap1 .container {
		padding: 0 15px;
	}

	.headbox {
		height: 50px;
		background: #888888;
	}

	.btn {
		margin: 0;
	}

	.logo {
		width: 110px;
		height: 50px;
		float: left;
	}

	.logo img {
		width: 110px;
		height: 50px;
	}

	.form {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		padding: 20px;
	}

	.reg_form {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.form form {
		margin: 0 auto;
	}

	/* .code input {
		float: left;
		width: auto;
		padding: 11px 10px 11px 30px;
		outline: none;
		border-bottom: solid 1px #E0E0E0;
	} */

	/* .getcode {
		float: right;
		width: 40%;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	} */

	.islogin .modal-dialog {
		width: 300px;
		position: relative;
		margin: 0 auto;
		margin-top: 180px;
	}

	.tkmar {
		margin: 0;
		height: 25px;
		min-height: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 5px;
		color: #888;
	}

	.tk {
		height: 15px;
		margin-right: 2px;
	}

	.totk {
		display: block;
		text-align: left;
	}

	/* 登录样式修改 */
	.panelBox {
		width: 100%;
		height: 100%;
		padding: 30px 15px;
		display: block;
	}

	.panelLine {
		display: none;
	}

	.panelLeft {
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		border-top: solid 1px #fff;
	}

	.panelLeft h3 {
		text-align: center;
		color: #555;
		font-size: 19px;
		font-weight: bold;
	}

	.panelLeft p.line {
		margin: 15px auto;
		width: 100px;
	}

	.panelLeft .text {
		font-size: 14px;
		font-weight: normal;
		color: #555;
		line-height: 1.7;
	}

	.panelLeft .btnBlock {
		margin-top: 15px;
	}

	.panelLeft .btnBlock a {
		display: block;
		padding: 8px 16px;
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	.panelBox .form {
		width: 100%;
	}

	.panelBox .form .title {
		justify-content: center;
	}

	.panelBox .form form {
		width: 100%;
		max-width: none;
	}


	/* 登录新样式 */
	.MainWrapper{
		height: 100vh;
		margin-top: 0;
	}



}

@media screen and (max-width:340px) {
	.form form {
		max-width: 280px;
		margin: 0 auto;
	}

	.getcode {
		float: right;
		width: 40%;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.getcode a {
		font-size: 14px;
		padding: 9px 5px;
	}
}