body {
	background: rgba(245, 247, 250, 1)
}
.search-box{
	margin: 50px auto 40px;
	width: 860px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.search-box img{
	position: absolute;
	left: 20px;
	top: 21px;
	width: 17px;
	height: 18px;
}
.search-box input{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 8px;
	line-height: 60px;
	padding: 0 100px 0 60px;
	box-sizing: border-box;
}
.search-box .btn{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 80px;
	height: 48px;
	background: linear-gradient(to left, #1664FF 0%, #00AEFF 100%);
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}

.content-box1 .tab-title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-box1 .tab-title span{
	display: block;
	font-size: 20px;
	color: #666666;
	line-height: 20px;
	margin: 0 25px;
	position: relative;
	cursor: pointer;
}
.content-box1 .tab-title span.on{
	font-weight: bold;
	color: #333333;
}
.content-box1 .tab-title span.on::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background: #0B79FF;
}

.content-box1 .list {
	margin-top: 30px;
	/* width: 590px;
	margin-left: 20px; */
}

.content-box1 .list ul li {
	float: left;
	width: 285px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

.content-box1 .list ul li:nth-child(4n + 4) {
	margin-right: 0;
}

.content-box1 .list ul li .img-box {
	position: relative;
}

.content-box1 .list ul li .img-box .pic {
	width: 100%;
	height: 182px;
	border-radius: 12px 12px 0px 0px;
}

.content-box1 .list ul li .img-box .hot {
	position: absolute;
	width: 60px;
	height: 30px;
	right: 10px;
	top: 5px;
}

.content-box1 .list ul li .img-box .hot img {

	width: 100%;
	height: 100%;
}

.content-box1 .list ul li .img-box .label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 6px;
	background: radial-gradient(#2CBCFF 0%, #3376FF 100%), #FFA517;
	border-radius: 4px 4px 4px 4px;
	font-family: OPPOSans, OPPOSans;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.content-box1 .list ul li .img-box .top {
	position: absolute;
	width: 60px;
	height: 30px;
	right: 0;
	top: 0;
	background: radial-gradient(#FF7E00 0%, #FF1E13 100%), #FFA517;
	border-radius: 0px 12px 0px 12px;
	font-family: Bahnschrift, Bahnschrift;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.content-box1 .list ul li .img-box .num {
	width: 110px;
	height: 32px;
	display: block;
	background: rgba(51, 15, 51, .6);
	border-radius: 12px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 150px;

	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	font-style: normal;
	text-transform: none;
}

.content-box1 .list .text {
	padding: 10px 15px;
	box-sizing: border-box;
}

.content-box1 .list .text h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #313233;
	line-height: 22px;
	height: 44px;
	font-weight: 400;
}

.content-box1 .list .text .label {
	margin-top: 15px;
	height: 30px;
	overflow: hidden;
}

.content-box1 .list .text .label span {
	margin-bottom: 10px;
	display: inline-block;
	width: 88px;
	height: 30px;
	background: #E2EEFE;
	border-radius: 4px 4px 4px 4px;

	font-size: 14px;
	color: #3059AB;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-right: 10px;
}

.content-box1 .list .text p {
	margin-top: 10px;
}

.content-box1 .list .text p span {
	display: inline-block;
}

.content-box1 .list .text p span:nth-child(1) {
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FE551D;
	line-height: 18px;
	font-style: normal;
	text-transform: none;
}

.content-box1 .list .text p span:nth-child(2) {

	font-size: 14px;
	color: #666666;
	line-height: 14px;
	font-style: normal;
	text-decoration-line: line-through;
	text-transform: none;
}

.content-box1 .list .text p span:nth-child(3) {

	font-size: 14px;
	color: #3377FF;
	line-height: 0px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.content-box1 .page {
	height: 78px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-box1 .page span {
	display: block;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;

	font-size: 16px;
	color: #666666;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

.content-box1 .page span:hover {
	border-color: rgba(22, 100, 255, 1);
	color: rgba(22, 100, 255, 1);
}

.content-box1 .page span.hover {
	border-color: rgba(22, 100, 255, 1);
	color: rgba(22, 100, 255, 1);
}

.content-box1 .page span.prve {
	background-image: url('../img/rebate (5).png');
	background-size: 11px 17px;
	background-position: center center;
	background-repeat: no-repeat;
}

.content-box1 .page span.prve:hover {
	background-image: url('../img/rebate (3).png');
}

.content-box1 .page span.next {
	background-image: url('../img/rebate (6).png');
	background-size: 11px 17px;
	background-position: center center;
	background-repeat: no-repeat;
}

.content-box1 .page span.next:hover {
	background-image: url('../img/rebate (4).png');
}

@media (max-width:1024px) {
	.navigation{
		display: none;
	}
	.search-box{
		width: calc(100% - 30px);
		margin: 20px auto;
		height: 48px;
	}
	.search-box input{
		line-height: 48px;
		height: 48px;
	}
	.search-box img{
		top: 50%;
		transform: translate(0,-50%);
	}
	.search-box .btn{
		top: 3px;
		height: 40px;
		line-height: 40px;
	}
	.content-box1 .tab-title span{
		font-size: 14px;
	}
	.content-box1 .list{
		margin-top: 20px;
	}
	.content-box1 .list .text{
		padding: 5px 10px;
	}
	.content-box1 .list .text h3{
		font-size: 14px;
	}
	.content-box1 .list .text .label span{
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		width: auto;
		padding: 0 8px;
		margin-bottom: 8px;
	}
	.content-box1 .list .text p{
		margin-top: 0;
	}
	.content-box1 .list .text p span:nth-child(1){
		font-size: 14px;
	}
	.content-box1 .list .text p span:nth-child(2){
		font-size: 12px;
	}
	.content-box1 .list .text p span:nth-child(3){
		font-size: 12px;
	}
	.content-box1{
		margin: 15px auto 0;
		width: calc(100% - 30px);
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 12px;
	}
	.content-box1 .list ul li{
		width: 23%;
		margin: 0 1% 26px;
		border: 1px solid #E6E6E6;
	}
	.content-box1 .page{
		height: 58px;
		margin: 0 auto;
		width: calc(100% - 30px);
	}
	.content-box1 .page span{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
}
@media (max-width:750px) {
	.content-box1 .page {
		/*position: absolute;*/
		/*bottom: 0;*/
	}
	.content-box1 .list ul li{
		width: 32%;
		margin: 0 2% 15px 0;
	}
	.content-box1 .list ul li:nth-child(4n + 4){
		margin: 0 2% 15px 0;
	}
	.content-box1 .list ul li:nth-child(3n+3){
		margin: 0 0% 15px 0;
	}
}
@media (max-width:550px) {
	.content-box1 .tab-title span{
		margin: 0 5px;
	}
	.content-box1 .list ul li{
		width: 48%;
		margin: 0 4% 15px 0;
	}
	.content-box1 .list ul li:nth-child(4n + 4){
		margin: 0 4% 15px 0;
	}
	.content-box1 .list ul li:nth-child(3n+3){
		margin: 0 4% 15px 0;
	}
	.content-box1 .list ul li:nth-child(even){
		margin: 0 0% 15px 0;
	}
}
@media (max-width:474px){
	.content-box1 .list ul li{
		width: 100%;
		margin: 0 0% 15px 0;
	}
}