/* 增值(服务 store_services)  */
#store_services {
	width: 100%;
	padding: 48px 0;
	border-bottom: 1px solid #ECEEEF;
	background-color: #F7F7F9;
}

#store_services .services {
	max-width: 1616px;
	margin: 0 auto;
	height: auto;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
}

#store_services .services_sort {
	/*width: 25%;*/
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	/*padding: 0 10px;*/
	box-sizing: border-box;
	/* margin-bottom: 40px; */
}

#store_services .services_sort i {
	font-size: 40px;
	margin-bottom: 20px;
	text-decoration: blink;
}

#store_services .services_sort_title {
	font-weight: 700 !important;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 16px;
	color: rgba(0,0,0,0.88);
}

#store_services .services_sort_p {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	color: rgba(0,0,0,1);
}

@media screen and (min-width: 1400px) {

	#store_services .container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/*max-width: 1400px;*/
	}
}

@media screen and (max-width: 992px) {
	#store_services .services_sort_title {
		font-size: 14px;
		line-height: 1.6;
	}

	#store_services .services_sort_p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 375px) {
	/* #store_services {padding: 120px 0 20px 0;}
	#store_services .services_sort {width: 100%;display: inline-block;text-align: center;}
	#store_services .services_sort i {margin-right: 0;}
	#store_services .services_sort_txt {margin-top: 16px;}
	#store_services .services_sort_p {text-align: center;}
	#store_services .services_sort_title {text-align: center;} */
	
}

/* 增值(服务 services) end*/
/* 电子(订阅 subscribe) */
#store_subscribe {
	width: 100%;
	/* padding: 50px 0 60px 0; */
	/* border-bottom: 1px solid #ECEEEF; */
}

#store_subscribe .subscribe {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 84px;
    padding-bottom: 60px;
    height: 280px;
}

#store_subscribe .subscribe_title {
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;

}

#store_subscribe .subscribe_txt_p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 14px;
	text-align: center;
	color: #FFFFFF;
}

/* input */
#store_subscribe .subscribe_txt_input {
	min-width: 338px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}

#store_subscribe .subscribe_verify {
	width: 72%;
	height: 80px;
	text-align: initial;
}

#store_subscribe .subscribe_verifyBox {
	width: 100%;
	position: relative;
}

#store_subscribe .subscribe_verifyBox .subscribe_control {
	position: absolute;
	left: 16px;
	top: 25%;
	width: auto;
	z-index: 9;
	height: auto;
	margin: 0;
	overflow: hidden;
	display: none;
	align-items: center;
	font-weight: normal;
}

#store_subscribe .subscribe_verifyBox .value_text {
	display: inline-block;
}

#store_subscribe .subscribe_verifyBox .star {
	margin: 5px 0 0 3px;
	color: #f00;
}

#store_subscribe .subscribe_verifyBox input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	border: 1px solid #C9CDD0;
	border-radius: 8px 0 0 8px;
	transition: all 0.3s;
}

/*#store_subscribe .subscribe_verifyBox input:focus{outline: none;} */
#store_subscribe .subscribe_verifyBox input:focus {
	outline-color: var(--main-color);
	outline-color: #00388D;
}

#store_subscribe .subscribe_verifyBox input::-webkit-input-placeholder {
	font-size: 14px;
	color: #CECCD3;
}

#store_subscribe .sub_verify_focus .subscribe_control {
	top: 2px !important;
	color: #aaa;
	font-size: 12px;
	line-height: 1.8;
	display: flex;
}

#store_subscribe .sub_verify_focus input {
	/* padding-top: 22px;
	padding-bottom: 5px; */
	resize: vertical;
}

#store_subscribe .sub_prompt {
	width: 100%;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

#store_subscribe .sub_prompt em {
	display: none;
	font-size: 14px;
	line-height: 1.6;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px #eb4e1b solid;
	text-align: center;
	margin-right: 5px;
}

#store_subscribe .sub_prompt span {
	display: none;
}

#store_subscribe .sub_error {
	color: #ee4624;
}

#store_subscribe .sub_error em,
#store_subscribe .sub_error span {
	display: initial;
	vertical-align: middle;
}

/* input */
.sub_button {
	/*width: 110px;*/
	font-size: 16px;
	color: #000000;
	/* font-weight: bold; */
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 0 8px 8px 0;
	background: #fff;
	cursor: pointer;
	padding: 0 8px;
	border: 1px solid #CECCD3;
	border-left: none;
}

@media screen and (max-width: 768px) {
	#store_subscribe {
		width: 100%;
		/* padding: 50px 20px 60px 20px; */
	}

	#store_subscribe .subscribe_title {
		font-size: 18px;
	}

	#store_subscribe .subscribe_txt_input {
		max-width: 686px;
		justify-content: center
	}

	#store_subscribe .subscribe_verify {
		width: 100%;
	}
	#store_subscribe .sub_button {
		width: 100%;
	}
	#store_services .row{
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 769px) {
	#store_services h3{display: none;}
	.mobile_terminal_title{display: none;}
}
@media screen and (max-width: 768px) {
	.col-sm-12{
		flex: none;
	}
	#store_services{
		padding: 0;
		/* background: #fff; */
	}
	#store_services h3{
		display: block;
		text-align: center;
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: 800;
		color: #000000;
	}
	#store_services .row{
		display: flex;
		flex-wrap: wrap;
	}
	#store_services .row>div{
		width: 50%;
		margin: 16px 0;
	}
	#store_services .services_sort{
		display: inherit;
		margin-bottom: 0px !important;
	}
	#store_services .services_sort i{
		font-size: 40px;
		margin-right: inherit;
		text-decoration: blink;
		display: block;
	}
	#store_services .services_sort .services_sort_txt p{
		text-align: center !important;
	}
	.services_sort_txt{
		margin-top: 6px;
	}
	#store_services .services_sort_title{
		font-size: 13px;
		font-family: Source Han Sans CN;
		font-weight: 800;
		color: #000000;
	}
	#store_services .services_sort_p{
		font-size: 8px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #000000;
	}
	#store_subscribe .subscribe{padding: 52px 0 28px 0;}
	#store_subscribe .subscribe_verify{width: 42%;}
	#store_subscribe .sub_button {width: 20%;}
}


/* 电子(订阅 subscribe) end*/