.banner {
	height: 6.4rem;
	width: 100%;
	overflow: hidden;
}

.two-color {
	background-color: #F3FAFF;
}

.title_box {}

.title_box .title {
	font-size: 0.32rem;
	font-family: Microsoft PhagsPa-Bold;
	font-weight: bold;
	color: #2A2A2A;
	line-height: 0.37rem;
	text-align: center;
	padding-top: 0.64rem;
}

.title_box .subtitle {
	font-size: 0.2rem;
	font-family: Glory-Regular;
	font-weight: 500;
	color: #505050;
	line-height: 0.32rem;
	text-align: center;
	margin-top: 0.16rem;
	padding: 0.16rem 0.32rem 0.64rem;
}

.list {
	padding: 0.34rem 0.32rem;
	margin-bottom: 0.14rem;
	position: relative;
	/* background: linear-gradient(180deg, #F3FAFF 0%, rgba(255,255,255,0) 100%); */
}

.list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.64rem;
	position: relative;
}

.list .item:last-child {
	margin-bottom: 0;
}

.item_left .title {
	font-size: 0.24rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 0.28reem;
}

.item_left .subtitle {
	width: 2.84rem;
	font-size: 0.2rem;
	font-family: PingFang SC-Regular;
	font-weight: 500;
	color: #6B6B6B;
	line-height: 0.31rem;
	margin-top: 0.18rem;

}

.item_right {
	width: 3.72rem;
	height: 2.3rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0.12rem;
	position: relative;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	padding: 0.12rem 0.2rem;
}

.item_right .dian {
	width: 0.57rem;
	height: 0.12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.08rem;
}

.item_right .dian i {
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;

}

.item_right .dian i:nth-child(1) {
	background-color: #ED521F;

}

.item_right .dian i:nth-child(2) {
	background-color: #F0A128;

}

.item_right .dian i:nth-child(3) {
	background-color: #2BB353;
}

.item_right_img {
	width: 3.3rem;
	height: 1.85rem;
	object-fit: contain;
}

.list_bg1 {
	height: 5.16rem;
	background: url("../img/productDetail/bg1.png") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.list_bg2 {
	height: 5.16rem;
	background: url("../img/productDetail/bg1.png") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	-moz-transform: scaleX(-1) scaleY(-1);
	-webkit-transform: scaleX(-1) scaleY(-1);
	-o-transform: scaleX(-1) scaleY(-1);
	transform: scaleX(-1) scaleY(-1);
}

.changjing1,
.zhize1 {
	/* background-color: #F3FAFF; */
}

.changjing1_img_container {
	display: flex;
	padding: 0 0.32rem 0.32rem;
}

.changjing1_img {
	height: 2.32rem;
	width: 2.3rem;
}

.youshi1_container,
.xuqiu5_container {
	padding: 0 0.3rem 0.48rem;
	display: flex;
	justify-content: space-between;
	overflow-x: scroll;
}

.xuqiu5_container::-webkit-scrollbar,
.xuqiu5_container::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

.youshi1_item_container,
.xuqiu5_item_container {
	width: 2.08rem;
	flex-shrink: 0;
	/* height: 2.82rem; */
	box-sizing: border-box;
	border: 0.02rem solid #D9D9D9;
	border-top: 0.06rem solid #1862DC;
	text-align: center;
	padding: 0.24rem 0.14rem;
}

.xuqiu5_item_container {
	margin-right: 0.33rem;
}

.xuqiu5_item_container:last-child {
	margin-right: 0;
}

.item_active {
	border: 0.06rem solid #1862DC;
}

.grid_active {
	background-color: #1862DC;
	color: #FFFFFF !important;
}

.grid_active .fuwu5_title,
.grid_active .fuwu5_text {
	color: #FFFFFF !important;
}

.youshi1_img,
.xuqiu5_img {
	width: 1.2rem;
	height: 1rem;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.youshi1_title,
.xuqiu5_title {
	font-size: 0.24rem;
	font-family: PingFang SC-Semibold;
	color: #2A2A2A;
	margin-top: 0.1rem;
	margin-bottom: 0.22rem;
}

.youshi1_text,
.xuqiu5_text {
	font-size: 0.2rem;
	font-family: PingFang SC-Medium;
	color: #929292;
}

.zhize1_container {
	padding: 0 0.3rem 0.48rem;
	display: grid;
	grid-column-gap: 0.25rem;
	grid-row-gap: 0.25rem;
	grid-template-columns: 1fr 1fr;
}

.zhize1_item_container {
	text-align: center;
}

.zhize1_img {
	height: 0.87rem;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	height: 1.2rem;
}

.zhize1_title {
	font-size: 0.12rem;
	font-family: PingFang SC-Semibold;
	color: #2A2A2A;
	margin-top: 0.12rem;
	margin-bottom: 0.08rem;
	font-weight: bold;
}

.zhize1_text {
	font-size: 0.1rem;
	font-family: PingFang SC-Medium;
	color: #6B6B6B;
}

.fuwu5 {
	/* background-color: #F3FAFF; */
	padding-bottom: 0.48rem;
}

.fuwu5_container {
	margin: 0 0.32rem;
	padding: 0.32rem;
	background-color: #FFFFFF;
	box-shadow: 0rem 0rem 0.12rem 0.02rem rgba(37, 103, 143, 0.2);
}

.fuwu5_container_bg {
	background: url(../img/productDetail/grid_bg_nine.png) no-repeat;
	background-size: 100%;
	display: grid;
	/* grid-column-gap: 0.18rem; */
	grid-row-gap: 0.18rem;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}

.fuwu5_item_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* text-align: center; */
	padding: 0.56rem 0;
	/* min-height: 0.97rem; */
	width: 1.94rem;
	height: 1.94rem;
}

.fuwu5_title {
	font-size: 0.28rem;
	color: #2A2A2A;
}

.fuwu5_text {
	margin-top: 0.16rem;
	font-size: 0.2rem;
	color: #9E9E9E;
}

.fuwu5_detail_container {
	padding: 0.32rem;
}

.fuwu5_icon {
	height: 0.84rem;
}

.fuwu5_detail_title {
	margin-top: 0.32rem;
	font-size: 0.24rem;
	color: #2A2A2A;
	border-left: 0.06rem solid #1862DC;
	padding-left: 0.08rem;
	font-weight: bold;
}

.fuwu5_detail_text {
	font-size: 0.2rem;
	color: #929292;
	margin-top: 0.12rem;
}

.fuwu {
	height: 914px;
	/* background: #F3FAFF; */
}

.box {
	width: 1400px;
	height: 621px;
	background: #FFFFFF;
	box-shadow: 0px 0px 22px 3px rgba(37, 103, 143, 0.2);
	border-radius: 0px 0px 0px 0px;
	margin: 60px auto 0;
	padding: 45px 50px;
	display: flex;
	justify-content: space-between;

}

.box_left {
	width: 713px;
	height: 530px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 0px 0px;
	background: url('../img/productDetail/grid_bg.png') no-repeat;
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;

}

.box_item {
	width: 167px;
	height: 167px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.box_item.active {
	background-color: #1862DC;
}

.box_item.active .box_item_title {
	color: #fff;
}

.box_item.active .box_item_sbutitle {
	color: #fff;
}

.box_item_title {
	font-size: 22px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #2A2A2A;
	line-height: 26px;
}

.box_item_sbutitle {
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #9E9E9E;
	line-height: 21px;
	margin-top: 10px;
}

.box_right {
	width: 473px;
}

.box_right_top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0 7px;
}

.box_right_top div {
	font-size: 24px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #2A2A2A;
	line-height: 28px;
	margin-top: 12px;
}

.box_right_bottom {
	margin-top: 36px;
}

.box_right_bottom_header {
	font-size: 18px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 21px;
	position: relative;
	padding-left: 11px;
}

.box_right_bottom_header::after {
	content: '';
	display: block;
	width: 5px;
	height: 17px;
	background: #1862DC;
	position: absolute;
	left: 0;
	top: 2px;
}

.box_right_bottom_text {
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #929292;
	line-height: 21px;
	margin-top: 12px;
}

.xuqiu {
	padding-bottom: 80px;
}

.xuqiu_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.xuqiu_item {
	border-top: 3px solid #1862DC;
	width: 250px;
	height: 305px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: border .3s;
}

.xuqiu_item:hover {

	border: 3px solid #1862DC;
}

.xuqiu_item_title {
	font-size: 26px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
}

.xuqiu_item_test {
	width: 160px;
	height: 56px;
	font-size: 20px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #929292;
	line-height: 23px;
	text-align: center;
	margin-top: 15px;
}