body,
html {
	width: 100%;
}

body {
	position: relative;
}

img {
	border: none;
}

a,
span,
label,
li,
button,
dl,
div,
table {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

textarea,
button,
input {
	outline: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}





/*pc端*/
.big_box {
	width: 100%;
	height: 100%;
	background: url(/images/img_20241219/loginbg.png) no-repeat center 0 #EAF0FC;
	background-size: cover;
	position: relative;
}

.box_login {
	width: 800px;
	margin: 30px auto;
}

.box_login h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #14303e;
}

.login_item {
	margin-top: 20px;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	display: flex;
	height: 500px;
}

.box_left {
	width: 380px;
	height: 500px;
	background: url(/images/img_20241219/logleftimg.png) no-repeat center center;
}

.box_right {
	width: 360px;
	padding: 40px;
}
.dl_list dl{
	display: flex;
	justify-content: center;
/*	padding-bottom: 30px;*/
}
.dl_list dl dd{
	cursor: pointer;
	padding: 10px 0;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dl_list dl dd span{
	padding-bottom: 5px;
	color: #999;
}
.dl_list dl dd.cur span{
	color: #333;
}

.dl_list dl dd i{
	display:block;
	background: #fff;
	width: 40px;
	height: 4px;
	border-radius: 4px;
}

	.dl_list dl dd.cur i {
		background: #188AAE;
	}
.card_box{
	display: none;
}
.card_dis{
	display: block;
}
.ewm_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 40px 0;
	width: 360px;
	border-radius: 20px;
}
.ewm_tit2{
	color: #333;
	padding-bottom: 40px;
}
.ewm_tit2 h2{
	font-weight: bold;
	font-size: 18px;
}
.ewm_item{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px;
	border-radius: 10px;
}
.ewm_card img{
	width: 144px;
	height: 144px;
}
.ewm_item p{
	font-size: 14px;
	color: #333;
	text-align: center;
}
.ewm_item p img{
	vertical-align: middle;
	width: 14px;
	margin-right: 10px;
}
.btn_ewm{
	text-align: center;
	padding-bottom: 20px;
}
.btn_ewm button{
	padding: 5px 15px;
	color: #333;
	font-size: 14px;
	border: 1px solid #DBDFE5;
	border-radius: 4px;
	cursor:pointer;
}
.btn_ewm button img{
	vertical-align: middle;
}
.span_text span{
	color: #999;
	font-size: 14px;
}


.login_box_item {
	width: 100%;
	position: relative;
}

.mess {
	width: 100%;
	margin-bottom: 15px;
}

.mess label {
	/*width: 80px;*/
	text-align: center;
	padding-right: 20px;
	color: #676767;
	font-size: 14px;
}

.mess span {
	display: flex;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #f7f7f7;
}

.mess span input {
	flex: 1;
	padding: 15px 25px;
	font-size: 14px;
	color: #333;
}

.mess span label {
	color:#3270FF;
	font-size: 14px;
	cursor: pointer;
}

.mess span label img {
}

.mess button {
	width: 100%;
	margin-top: 20px;
	height: 47px;
	font-size: 16px;
	line-height: 47px;
	border-radius: 47px;
	color: #fff;
	background: #3270FF;
	cursor: pointer;
}
.agree_box{
	padding-bottom: 10px;
}
.agree_box span{
	font-size: 14px;
}
.agree_box span a{
	color: #3270FF;
}
.agree_box2{
	display: flex;
	justify-content: end;
}
.agree_box2 a{
	color: #3270FF;
	font-size: 14px;
}
.agree_box2 a.wj_btn{
	color: #333;
}


.box_left2{
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ddd;
	height: 500px;
}
.ewm_tit{
	padding-bottom: 40px;
	font-size: 16px;
}
