body {
	background: #E6E6E6;
}

.uiwu-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 1025px) {
	.uiwu-box {
		min-width: 1025px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box {
		width: 100%;
		padding: 0 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box {
		width: 100%;
		padding: 0 0.4rem;
	}
}

.uiwu-box-tag {
	font-size: 18px;
	font-weight: 500;
	color: #555555;
	line-height: 33px;
}

.uiwu-box-tag img {
	margin: 0 12px 0 8px;
	height: 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-tag {
		font-size: 0.4rem;
	}

	.uiwu-box-tag img {
		height: 0.21rem;
		margin: 0 0.27rem 0 0.19rem;
	}
}

.uiwu-box-title h4 {
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
	margin-bottom: 40px;
	margin-top: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-title h4 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-title h4 {
		font-size: 0.72rem;
		flex-wrap: wrap;
		text-align: center;
	}
}

.uiwu-box-title h4 p {
	width: 99px;
	height: 30px;
	border: 2px solid #0CA0F8;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #0D0624;
	line-height: 16px;
	margin-left: 12px;
}

.uiwu-box-title h4 p img {
	margin-right: 3px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-title h4 p {
		margin-top: 0.32rem;
		font-size: 0.32rem;
		line-height: 0.64rem;
		margin-left: 0;
	}
}

.uiwu-box-menu {
	flex-wrap: wrap;
	margin-bottom: 90px;
	margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu {
		margin-top: 0.8rem;
	}
}

.uiwu-box-menu .item {
	width: 437px;
	height: 421px;
	background: #FFFFFF;
	box-shadow: 0px 0px 11px 6px rgba(117, 117, 117, 0.23);
	border-radius: 20px;
	margin-right: 44px;
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.uiwu-box-menu .item:nth-child(3n + 0) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-menu .item {
		width: calc(100% / 3 - 14px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.uiwu-box-menu .item:nth-child(3n + 0) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-menu .item {
		width: calc(100% / 2 - 15px);
		margin-right: 28px;
		margin-bottom: 28px;
	}

	.uiwu-box-menu .item:nth-child(2n + 0) {
		margin-right: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item {
		width: 100%;
		margin-right: 0;
		min-height: 8.43rem;
		height: auto;
		margin-bottom: 0.65rem;
		padding-bottom: 0.73rem;
	}
}

.uiwu-box-menu .item img {
	height: 86px;
	margin: 43px auto 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item img {
		margin: 0.8rem auto 0.43rem;
	}
}
.uiwu-box-menu .item .promotion  {
	opacity: 0;
}
.uiwu-box-menu .item .promotion  {
	width: 80px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.uiwu-box-menu .item h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item h4 {
		font-size: 0.48rem;
		line-height: 0.64rem;
	}
	.uiwu-box-menu .item .promotion {
		width: 80px;
		height: 31px;
	}
}

.uiwu-box-menu .item p {
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	max-height: 44px;
	margin: 15px 0 20px;
	padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item p {
		font-size: 0.32rem;
		padding: 0 0.8rem;
		margin: 0.2rem 0 0.27rem;
		line-height: 0.4rem;
	}
}

.uiwu-box-menu .item em {
	display: ruby;
	font-size: 20px;
	font-weight: bold;
	color: #FA594B;
	line-height: 32px;
	font-style: inherit;
}


.uiwu-box-menu .item em span {
	margin:0;
	text-decoration: line-through;
	font-size: 18px;
	font-weight: bold;
	color: #777;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item em {
		font-size: 0.51rem;
		margin-top: 15px;
	}
}

.uiwu-box-menu .item span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin: 10px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item span {
		font-size: 0.28rem;
		line-height: 0.4rem;
		margin: 0.13rem 0 0.27rem;
	}
}

.uiwu-box-menu .item button {
	width: 80%;
	height: 48px;
	background: #06C668;
	border-radius: 10px;
	font-size: 17px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
}

.uiwu-box-menu .item button:hover {
	content: "";
	background: #07df75;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-menu .item button {
		width: 283px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu .item button {
		width: 7.87rem;
		height: 0.96rem;
		font-size-adjust: 0.35rem;
		line-height: 0.64rem;
	}
}

.uiwu-box-nav {
	max-width: 1400px;
	margin: 0 auto 100px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav {
		margin-bottom: 1.33rem;
	}
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
	.uiwu-box-nav ul {
		flex-wrap: wrap;
	}
}

.uiwu-box-nav ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-nav ul li {
		flex: none;
		width: 50%;
		margin-bottom: 50px;
	}

	.uiwu-box-nav ul li:last-child {
		margin-bottom: 0;
	}
}
.uiwu-box-nav ul li img {
	width: 57px;
	height: 54px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li {
		flex: none;
		width: 100%;
		margin-bottom: 1.33rem;
	}

	.uiwu-box-nav ul li:last-child {
		margin-bottom: 0;
	} 
}



.uiwu-box-nav ul li p {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 32px;
	margin: 20px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li p {
		margin: 0.4rem 0 0.27rem;
		font-size: 0.4rem;
		line-height: 0.64rem;
	}
}

.uiwu-box-nav ul li span {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 24px;
	display: block;
	padding: 0 50px;
	text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li span {
		line-height: 0.48rem;
		font-size: 0.32rem;
	}
}