.product {
	margin-top: .6rem;
}

.product1 {
	margin-bottom: 49px;
}

.row {}

.product1_head {
	width: 100%;
	height: auto;
	margin-top: .45rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D1D1D1;
	;
}
button{
	padding: 5px;
	background-color: #1C71CF;
	color: #FFFFFF;
	border-radius: 4px;
	border: none;
}
.product1_head_l {
	text-align: left;
}

.product1_head_l h3 {
	font-size: .3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: .3rem;
}

.product1_head_l p {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6A6A6A;
	line-height: 32px;
	margin-bottom: 22px;
	margin-top: 5px;
}

.product1_head_r {
	text-align: center;
	display: flex;
	margin-bottom: 10px;
}

.product1_head_r a {
	margin-right: .7rem;
	margin-top: .26rem;
	height: .35rem;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.product1_head_r a:nth-last-child(1) {
	margin-right: 0;
}

.product1_act {
	padding-bottom: 10px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #1C71CF !important;
	border-bottom: 2px solid #1C71CF;
}

.shai {
	border-bottom: 1px solid #D1D1D1;
}

.shai1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.shai1_l {
	margin-top: 19px;
	padding-bottom: 10px;
}

.shai1_l ul {
	display: flex;
	height: .4rem;
	line-height:.4rem;
}

.shai1_l ul li {
	margin-right: 20px;
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #262626;
	height: .34rem;
	line-height: .34rem;
}

.shai1_l ul li a {
	display: block;
	width: auto;
	height: .34rem;
	line-height: .34rem;
	padding: 0px .1rem;
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #262626;
}

.shai1_l ul li a:hover {
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	height: .34rem;

	line-height: .34rem;
	background: #1C71CF;
	border-radius: 8px;
}

.shai1_r {
	margin-top: 32px;
}

.shai1_r input {
	width: 1.66rem;
	height: .26rem;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-radius: .13rem;
	background-image: url(../img/head/search.png);
	background-position: .1rem .06rem;
	background-size: .15rem .14rem;
	background-repeat: no-repeat;
	padding-left: 30px;
	box-sizing: border-box;
}

.shai1_r span {
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-left: 5px;
}

.shai1_l:nth-child(2) {
	margin-top: 0px;
	margin-bottom: 0;
}
.shai1_l:nth-child(3) {
	margin-top: 0px;
	margin-bottom: 0;
}
.shai_act {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;

	height: 34px;

	line-height: 34px;
	background: #1C71CF;
	border-radius: 8px;
color: #FFFFFF !important;
}

.shai_act a {
	color: #FFFFFF !important;
}

.good_list {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
}

.goods_item {
	width: 2.87rem;
    height: 2.87rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    margin-right: .17rem;
    margin-bottom: .17rem;
    position: relative;
}

.goods_item:hover {}

.goods_item:hover a span {
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 400;
	text-decoration: underline;
	color: #1C71CF;

}

.goods_item:nth-child(4n+0) {
	margin-right: 0;
}

.goods_item img {

	width: 70%;
	height: 70%;
	margin: 0 auto;
	margin-top: 18px;
	overflow: hidden;
	transition: transform 1s;
	background-color: #FFFFFF;

}

.goods_item img:hover {
	transform: scale(1.1, 1.1);
}

.goods_item span {
	width: 100%;
	text-align: center;
	display: block;
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	margin-top: .25rem;
	

}

#page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.layui-laypage {
	margin: 0 auto;

}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1C71CF;
	border-radius: 8px;


}

.layui-laypage a,
.layui-laypage span {
	width: .38rem;
	height:.38rem;
	line-height: .38rem;
	text-align: center;
	border-radius: .08rem;
	padding: 0px;
	margin: 0px .06rem;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	background: #ECECEC;
}

.layui-laypage>:first-child {
	border-radius: .08rem !important;
}

.layui-laypage>:first-child>img {
	width: .22rem;
	height: .22rem;
	color: #333333;
}

.layui-laypage>:last-child>img {
	width: 0.22rem;
	height: .22rem;
	color: #333333;
}

.layui-laypage>:last-child {
	border-radius: .08rem !important;
}

@media all and (min-width: 320px) and (max-width: 750px) {
	.product1_head {
		display: block;
		border-bottom: none;
		margin-top: 26px;
	}

	.product1_head_l {
		text-align: center;
		margin-bottom: 10px;
	}

	.product1_head_l h3 {
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #000000;
		line-height: 30px;
	}

	.product1_head_l p {
		font-size: 10px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #6A6A6A;
		margin-top: -12px;
		margin-bottom: 1px;
	}

	.product1_head_r a {
		margin-right: 18px;
		margin-top: 0px;
		height: 24px;
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #000000;
	}

	.product1_center {
		margin-top: 24px;
		display: block;
	}

	.product1_center_l {
		width: 100%;
		height: 260px;
		background: #F7F7F7;
		text-align: center;

	}
	
	.product1_act{
		padding-bottom: 37px;
	}

	.product1_center_l .l_img img {
		width: 101px;
		height: 159px;
		margin: 0 auto;
		display: block;

		padding-top: 27px;


	}

	.product1_center_l .l_img span {
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		position: absolute;
		bottom: 27px;
		left: 0;
		right: 0;
	}

	.product1_center_r {
		width: 100%;
		margin: 0 auto;
	}

	.product1_center_r ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 27px;
	}

	.product1_center_r ul li {
		margin-top: 0px;
		width: 49%;
		text-align: center;
		margin-right: 6px;
		margin-bottom: 7px;
		height: 175px;
		background: #F7F7F7;


	}

	.product1_center_r ul li img {
		display: block;
		width: 75px;
		height: 70px;
		margin-top: 32px;
		margin-left: 50px;
		margin-bottom: 32px;

	}

	.product1_center_r ul li span {
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #000000;
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;

	}

	.product1 {
		margin-bottom: 46px;
	}

	.goods_item {

		text-align: center;

		margin-right: 9px;
		margin-bottom: 9px;
		position: relative;
		width: 48%;
		height: 207px;
		background: #FFFFFF;
		border: 1px solid #D1D1D1;
	}

	.goods_item:nth-child(even) {

		margin-right: 0px;
	}

	.goods_item img {
		width: 125px;
		height: 125px;
		margin: 0 auto;
		margin-top: 18px;
		overflow: hidden;
		transition: transform 1s;
		background-color: #FFFFFF;
	}

	.goods_item span {
		width: 100%;
		text-align: center;
		display: block;
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		position: inherit;
		top: 294px;
		margin-top: 22px;
	}

	.layui-laypage a,
	.layui-laypage span {
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		border-radius: 4px;
		padding: 0px;
		margin: 0px 4px;
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #333333;
		background: #ECECEC;
	}

	.layui-laypage>:last-child>img {
		width: 12px;
		height: 12px;
		color: #333333;
	}

	.layui-laypage>:first-child>img {
		width: 12px;
		height: 12px;
		color: #333333;
	}

	.layui-laypage>:first-child {
		border-radius: 4px !important;
	}

	.layui-laypage>:last-child {
		border-radius: 4px !important;
	}

	#page {
		margin-bottom: 42px;
	}

	.shai_move {
		width: 70px;
		height: 26px;
		background: #1C71CF;
		border-radius: 13px;
		text-align: center;
		line-height: 26px;
		margin-top: 10px;
	}

	.shai_move span {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
	}

	.shai_move_content {
		width: 100%;
		margin: 0 auto;

		background: #FAFAFA;

		position: absolute;
		z-index: 9999;
		top: 377px;

	}
	.shai_act{
		font-size: initial;
		height: initial;
		line-height: initial;
	}
	.shai_m_t {
		margin-left: 4%;
		margin-top: 29px;
		margin-bottom: 42px;
	}

	.shai_m_t span {
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #AAAAAA;

	}

	.shai_move_content ul li h3 {
		margin-left: 4%;
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #111111;
	}

	.shai_move_content ul li ul li {
		margin-left: 4%;
		margin-top: 22px;
		margin-bottom: 22px;
		position: relative;

	}

	.shai_move_content ul li ul li a {
		padding-left: 30px;
	}

	.shai_move_content ul li ul li::before {
		content: "";
		width: 16px;
		height: 16px;
		position: absolute;
		top: 1px;
		left: 0;
		background: #FFFFFF;
		border: 1px solid #7C7C7C;
		border-radius: 50%;
	}

	.button {
		width: 100%;
		display: flex;
		text-align: center;
	}

	.btn1 {
		width: 50%;
		height: 44px;
		line-height: 44px;
		background: #CCCCCC;
	}

	.btn1 a {
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF !important;
	}

	.btn2 a {
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
	}

	.btn2 {
		width: 50%;
		height: 44px;
		line-height: 44px;
		background: #1C71CF;
	}

	.shai_move_act {
		background-image: url("../img/move/mshaiact.png");
		background-repeat: no-repeat;
		background-size: 16px 16px;

	}

	.shai_move_act::before {
		display: none;
	}

	.product {
		margin-top: 60px;
	}

	a,
	body {
		color: #000000;
	}

	a:hover {
		color: #000000;
	}

	.goods_item img:hover {
		transform: none;
	}

	.goods_item:hover a span {
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		text-decoration: none;

	}

}