.color-org {
	color: #e77e14
}

.b-title-price {
	font-size: .58rem;
	line-height: .7rem;
	color: #000;
	width: 6.5rem;
	font-weight: 400
}

.b-des {
	font-size: .7rem;
	line-height: .7rem;
	font-weight: 400;
	font-style: italic
}

.b-des div {
	font-size: .32rem;
	color: #333;
	line-height: .45rem;
	font-style: normal;
	font-weight: 300
}

.item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.item-title span:first-child {
	font-size: .64rem;
	line-height: .7rem
}

.item-title span:nth-child(2) {
	font-size: .46rem;
	line-height: .7rem
}

.a-content {
	display: flex;
	flex-direction: column;
	row-gap: .3rem;
	margin-top: .6rem
}

.a-item {
	width: 5.9rem;
	height: 2.7rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	row-gap: .2rem;
	padding: .3rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.a-content .a-item:nth-child(1) {
	background-image: url(../images/bg_1@2x.png)
}

.a-content .a-item:nth-child(2) {
	background-image: url(../images/bg_2@2x.png)
}

.a-content .a-item:nth-child(3) {
	background-image: url(../images/bg_3@2x.png)
}

.a-content .a-item:nth-child(4) {
	background-image: url(../images/bg_4@2x.png)
}

.a-content .a-item:nth-child(5) {
	background-image: url(../images/bg_5@2x.png)
}

.a-content .a-item:nth-child(6) {
	background-image: url(../images/bg_6@2x.png)
}

.a-item>div:first-child {
	font-size: .36rem;
	line-height: .5rem;
	color: #333;
	font-weight: 400
}

.a-item>div:last-child {
	font-size: .32rem;
	line-height: .5rem;
	color: #333
}

.c-content {
	margin-top: .6rem;
	display: flex;
	padding: 0 .2rem;
	flex-direction: column;
	row-gap: .5rem
}

.c-item {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .15);
	border-radius: .08rem;
	padding-bottom: .7rem
}

.c-item-top {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	row-gap: .2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.c-content .c-item:nth-child(1) .c-item-top {
	background-image: url(../images/bg_jiage_1@2x.png)
}

.c-content .c-item:nth-child(2) .c-item-top {
	background-image: url(../images/bg_jiage_2@2x.png)
}

.c-content .c-item:nth-child(3) .c-item-top {
	background-image: url(../images/bg_jiage_3@2x.png)
}

.c-content .c-item:nth-child(4) .c-item-top {
	background-image: url(../images/bg_jiage_4@2x.png)
}

.c-content .c-item:nth-child(5) .c-item-top {
	background-image: url(../images/bg_jiage_5@2x.png)
}

.c-content .c-item:nth-child(5) .c-item-top span {
	color: #fff !important
}

.c-item-top>span:nth-child(1) {
	font-size: .4rem;
	font-weight: 600;
	line-height: .56rem;
	color: #333
}

.c-item-top>span:nth-child(2) {
	font-size: .3rem;
	font-weight: 600;
	line-height: .42rem;
	color: #666;
	font-weight: 300
}

.c-item-money {
	margin-top: .1rem;
	font-weight: 400;
	text-align: center
}

.c-item-money-pro {
	margin-top: .2rem
}

.c-item-money-pro div:nth-child(1) {
	font-size: .36rem;
	color: #666;
	line-height: .5rem
}

.c-item-money-pro div:nth-child(2) {
	margin-top: .2rem;
	font-size: .6rem;
	color: #000;
	line-height: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .1rem
}

.c-item-money-pro img {
	width: .4rem;
	height: .4rem
}

.c-item-money>span {
	margin-right: .04rem
}

.c-item-money>span:nth-child(1) {
	font-size: .3rem;
	color: #333;
	line-height: .4rem
}

.c-item-money>span:nth-child(2) {
	font-size: .7rem;
	color: #000;
	line-height: .9rem
}

.c-item-money>span:nth-child(3) {
	font-size: .2rem;
	color: #333;
	line-height: .4rem
}

.c-item-grid {
	margin: .4rem 0;
	display: flex;
	row-gap: .3rem;
	flex-direction: column;
	font-size: .3rem;
	color: #333
}

.c-item-grid div {
	display: flex;
	align-items: center;
	column-gap: .2rem;
	height: .3rem;
	margin-left: 1.5rem
}

.c-item-grid img {
	width: .3rem;
	height: .3rem
}

.c-item-btn {
	width: 5rem;
	height: .6rem;
	color: #2e82f7;
	font-weight: 400;
	font-size: .28rem;
	background: #fff;
	border-radius: .08rem;
	border: .01rem solid #2e82f7;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.c-item-btn img {
	width: .4rem;
	height: .4rem
}

.c-item-btn:hover {
	opacity: .9
}

.c-item-btn-fill {
	background-color: #2e82f7;
	color: #fff;
	border: .01rem solid #fff
}

.c-item-btn a {
	width: 100%;
	height: 100%;
	color: #2e82f7;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .1rem
}

.c-item-btn-fill a {
	color: #fff
}

.e-content {
	margin-top: .7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: .5rem;
	width: 100%;
	height: 5rem;
	background: url(../images/bg_gongneng@2x.png) no-repeat center;
	background-size: contain
}

.e-content>div:first-child {
	font-weight: 400;
	font-size: .4rem;
	color: #000;
	line-height: .6rem;
	text-align: center
}

.e-content img {
	width: 1.5rem;
	height: 1.5rem
}

.e-content>div:nth-of-type(2) {
	width: 3.5rem;
	height: .6rem;
	background: #2e82f7;
	border-radius: .08rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .2rem;
	color: #fff;
	font-size: .32rem
}

.e-content>div:nth-of-type(2) img {
	width: .3rem;
	height: .3rem
}

.f-content {
	margin-top: .6rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: .4rem;
	column-gap: .5rem
}

.f-item {
	width: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: .2rem
}

.f-item img {
	width: .8rem;
	height: .8rem
}