body {
	padding-bottom: 1.5rem;
}

.top {
	width: 100%;
	height: 1.15rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	position: relative;
}

.top .logo {
	float: left;
	height: 1.15rem;
	position: relative;
	width: 1rem;
}

.top .logo img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: .6rem;
	width: auto;
}

.top .load {
	display: block;
	width: 1.6rem;
	height: .54rem;
	text-align: center;
	line-height: .54rem;
	font-size: .12rem;
	color: #fff;
	border-radius: .27rem;
	background: linear-gradient(to right, #ffa55f, #ff7409);
	position: absolute;
	right: .15rem;
	top: 50%;
	transform: translateY(-50%);
}

.banner {
	width: 100%;
	/* padding: 0 .3rem; */
	box-sizing: border-box;
	overflow: hidden;
}

.bannerac .swiper-pagination {
	bottom: 58px;
	left: 150px;
	width: 100%;
	height: 0px;
}

.bannerac .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.nav {
	width: 100%;
	padding: .45rem .3rem 0 .3rem;
	box-sizing: border-box;
}

.nav ul {
	overflow: hidden;
}

.nav ul li {
	width: 20%;
	float: left;
}

.nav ul li .icon {
	position: relative;
	width: .8rem;
	height: .8rem;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}

.nav ul li .icon img {
	height: 1rem;
	position: absolute;
	width: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav ul li p {
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .22rem;
	color: #000;
}


.indexConinater {
	width: 100%;
}

.indexConinater .title {
	width: 100%;
	height: 1.05rem;
	line-height: 1.05rem;
	padding-left: .32rem;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/Index_44.png) left center no-repeat;
	background-size: .16rem auto;
	box-sizing: border-box;
	font-size: .3rem;
	color: #000;
	padding-right: .32rem;
}

.indexConinater .title a {
	display: inline-block;
	float: right;
	height: 1.05rem;
	line-height: 1.05rem;
	color: #000;
	font-size: .22rem;
}

.indexConinater .layer1 {
	width: 100%;
}

.indexConinater .layer1 ul {
	width: 100%;
	padding: 0 .3rem;
	box-sizing: border-box;
	overflow: hidden;
}

.indexConinater .layer1 ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.indexConinater .layer1 ul li:nth-child(2) {
	margin-right: 0;
}

.indexConinater .layer1 .layer1Box {
	width: 6.9rem;
	margin: .5rem auto 0 auto;
	overflow: hidden;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.1);
	border-radius: .1rem;
	height: 1.2rem;
	overflow: hidden;
}

.indexConinater .layer1 .layer1Box .bt {
	width: 1rem;
	height: 1.2rem;
	float: left;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/Index_52.png) center center no-repeat;
	background-size: 100% auto;
	box-shadow: 0 0 .1rem rgba(255, 108, 5, 0.2);
}

.indexConinater .layer1 .layer1Box .text {
	width: calc(100% - 1rem);
	float: left;
	padding: .2rem .25rem;
	box-sizing: border-box;
}

.indexConinater .layer1 .layer1Box .text p {
	font-size: .24rem;
	line-height: .48rem;
	color: #333;
}

.indexConinater .layer2 {
	width: 100%;
	padding: 0 .3rem;
	box-sizing: border-box;
}

.indexConinater .layer2 ul {
	width: 100%;
}

.indexConinater .layer2 ul li {
	width: 100%;
	height: 1.25rem;
	background: #fafafa;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
	margin-bottom: .15rem;
}

.indexConinater .layer2 ul li .icon {
	width: 1.1rem;
	height: 1.25rem;
	position: relative;
	float: left;
}

.indexConinater .layer2 ul li .icon img {
	display: block;
	width: .8rem;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexConinater .layer2 ul li .text {
	width: calc(100% - 1.1rem);
	float: left;
	padding-left: .15rem;
	box-sizing: border-box;
}

.indexConinater .layer2 ul li .text h2 {
	padding: .26rem 0 .1rem 0;
	font-size: .26rem;
	color: #333;
}

.indexConinater .layer2 ul li .text p {
	font-size: .22rem;
	color: #8c8c8c;
}

.indexConinater .layer2 ul li .text .enter {
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/Index_58.png);
	width: 1.1rem;
	height: .54rem;
	position: absolute;
	right: .25rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-size: 100% auto;
}

.indexConinater .layer2 .more {
	display: block;
	width: 2.4rem;
	height: .64rem;
	border-radius: .32rem;
	color: #555;
	text-align: center;
	line-height: .62rem;
	border: .01rem solid #555;
	border-radius: .32rem;
	font-size: .24rem;
	margin: 0 auto;
}

.indexConinater .layer3 {
	width: 100%;
	padding: 0 .32rem;
	box-sizing: border-box;
}

.indexConinater .layer3 .layer3Box {
	margin: 0 auto .25rem auto;
	width: 6.9rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	border-radius: .15rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}

.indexConinater .layer3 .layer3Box h2 {
	line-height: .75rem;
	padding-left: .3rem;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/Index_63.png) left center no-repeat;
	background-size: .25rem auto;
	font-size: .3rem;
	color: #000;
}

.indexConinater .layer3 .layer3Box .bt {
	position: absolute;
	right: 0;
	top: 0;
	height: .44rem;
	background: linear-gradient(to right, #ffd9bb, #fff);
	border-radius: 0 0 0 .1rem;
}

.indexConinater .layer3 .layer3Box .bt .tp {
	width: .4rem;
	height: .44rem;
	position: relative;
	float: left;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/Index_67.png) center center no-repeat;
	background-size: .3rem auto;
}

.indexConinater .layer3 .layer3Box .bt p {
	float: left;
	padding: 0 .15rem;
	box-sizing: border-box;
	line-height: .44rem;
	color: #ff5e00;
	font-size: .22rem;
	display: inline-block;
}

.indexConinater .layer3 .layer3Box h3 {
	font-size: .24rem;
	color: #333;
	margin-bottom: .2rem;
}

.indexConinater .layer3 .layer3Box dl {
	font-size: .12rem;
	width: 100%;
	overflow: hidden;
}

.indexConinater .layer3 .layer3Box dl dd {
	float: left;
	margin-right: .15rem;
}

.indexConinater .layer3 .layer3Box dl dd a {
	display: inline-block;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .1rem;
	border: .01rem solid #e9e9e9;
	color: #333;
	font-size: .18rem;
}

.indexConinater .layer3 .layer3Box .list {
	padding-top: .3rem;
	height: 1.1rem;
	padding-bottom: .3rem;
}

.indexConinater .layer3 .layer3Box .list .listBox {
	float: left;
	margin-right: .15rem;
}

.indexConinater .layer3 .layer3Box .list .listBox img {
	width: .68rem;
	height: .68rem;
	border-radius: 50%;
}

.indexConinater .layer3 .layer3Box .list .listBox p {
	padding-top: .1rem;
	text-align: center;
	font-size: .18rem;
	color: #666;
}

.indexConinater .layer3 .layer3Box .list a {
	display: block;
	width: 1.75rem;
	height: .68rem;
	float: right;
	border-radius: .36rem 0 0 .36rem;
	text-align: center;
	background: linear-gradient(to right, #ffb174, #ff7104);
	font-size: .24rem;
	color: #fff;
	display: block;
	line-height: .68rem;
	transform: translateX(.3rem);
}

.indexConinater .layer4 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/bg.png);
	height: 5.05rem;
	background-size: 100% 100%;
}

.indexConinater .layer4 .swiper-container {
	padding-top: .16rem;
	width: 100%;
	height: 3.2rem;
}

.indexConinater .layer4 .layer4Box {
	background: #fff;
	border-radius: .15rem;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 2.8rem;
}

.indexConinater .layer4 .layer4Box .icon {
	float: left;
	width: 2.3rem;
	height: 100%;
	position: relative;
}

.indexConinater .layer4 .layer4Box .icon img {
	position: absolute;
	width: auto;
	height: 3.15rem;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.indexConinater .layer4 .layer4Box .text {
	font-size: .12rem;
	padding-right: .12rem;
	width: calc(100% - 2.3rem);
	float: left;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.indexConinater .layer4 .layer4Box .text h2 {
	width: 100%;
	height: .86rem;
	line-height: .86rem;
	font-size: .26rem;
	color: #333;
}

.indexConinater .layer4 .layer4Box .text h2 a {
	float: right;
	margin-top: .24rem;
	width: 1.1rem;
	height: .4rem;
	border-radius: .2rem;
	text-align: center;
	line-height: .38rem;
	color: #919191;
	box-sizing: border-box;
	border: .01rem solid #919191;
	border-radius: .2rem;
	font-size: .22rem;
}

.indexConinater .layer4 .layer4Box .text span {
	display: inline-block;
	height: .4rem;
	border-radius: .1rem;
	background: #ffefe3;
	color: #ff6f10;
	padding: 0 .12rem;
	font-size: .2rem;
}

.indexConinater .layer4 .layer4Box .text p {
	margin-top: .15rem;
	font-size: .2rem;
	color: #666;
}

.indexConinater .layer4 .layer4Box .text .enter {
	text-align: center;
	line-height: .54rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: .15rem 0 .15rem 0;
	width: 1.65rem;
	height: .54rem;
	font-size: .24rem;
	color: #fff;
	background: linear-gradient(to right, #ffa55f, #ff7204);
}

.indexConinater .layer4 .swiper-pagination span {
	background: #c5c5c6;
	opacity: 1;
	transition: 0.5s;
	border-radius: .1rem;
}

.indexConinater .layer4 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ff6900;
	width: .6rem;
}

.indexConinater .layer5 {
	padding: 0 .3rem;
	box-sizing: border-box;
}

.indexConinater .layer5 ul {
	overflow: hidden;
}

.indexConinater .layer5 ul li {
	width: 3.3rem;
	float: left;
	margin-right: .3rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	border-radius: .12rem;
	overflow: hidden;
}

.indexConinater .layer5 ul li:last-child {
	margin-right: 0;
}

.indexConinater .layer5 ul li .icon {
	width: 100%;
	height: auto;
}

.indexConinater .layer5 ul li .text {
	width: 100%;
	box-sizing: border-box;
}

.indexConinater .layer5 ul li .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.indexConinater .layer5 ul li .text h2 {
	padding: 0 .2rem;
	font-size: .22rem;
	line-height: .36rem;
	color: #333;
}

.indexConinater .layer5 ul li .text .money {
	padding: 0 .2rem;
	width: 100%;
	height: .66rem;
	line-height: .66rem;
	color: #ff0000;
	font-size: .24rem;
	box-sizing: border-box;
}

.indexConinater .layer5 ul li .text .money span {
	display: inline-block;
	height: .36rem;
	padding: 0 .1rem;
	margin-right: .08rem;
	border: .01rem solid #ff0000;
	vertical-align: middle;
	line-height: .34rem;
}

.indexConinater .layer5 ul li .text .enter {
	border-radius: .12rem;
	display: block;
	width: 100%;
	height: .68rem;
	text-align: center;
	font-size: .22rem;
	line-height: .68rem;
	background: linear-gradient(to right, #ffa661, #ff7002);
	color: #fff;
	margin-top: .15rem;
}

.indexConinater .layer6 {
	width: 100%;
	overflow: hidden;
}

.indexConinater .layer6Box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 .2rem;
}

.indexConinater .layer6Box .bt {
	font-family: .12rem;
	width: 100%;
	overflow: hidden;
}

.indexConinater .layer6Box .bt ul {
	font-size: .12rem;
	white-space: nowrap;
	overflow-x: scroll;
}

.indexConinater .layer6Box .bt ul li {
	display: inline-block;
	font-size: .12rem;
	margin-right: .18rem;
}

.indexConinater .layer6Box .bt ul li a {
	display: inline-block;
	padding: 0 .25rem;
	height: .48rem;
	border-radius: .24rem;
	font-size: .24rem;
	background: #f5f5f5;
	color: #333;
	line-height: .48rem;
}

.indexConinater .layer6Box .bt ul li.on a {
	background: #ffefe3;
	color: #ff7409;
}

.indexConinater .layer6Box .nr {
	width: 100%;
	padding-top: .25rem;
}

.indexConinater .layer6Box .nr .nrTop {
	width: 100%;
}

.indexConinater .layer6Box .nr .nrTop .icon {
	width: 2.5rem;
	border-radius: .1rem;
	overflow: hidden;
	height: 1.4rem;
	float: left;
}

.indexConinater .layer6Box .swiper-container {
	overflow: hidden;
	padding-bottom: .8rem;
	width: 100%;
}

.indexConinater .layer6Box .nr .nrTop .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.indexConinater .layer6Box .nr .nrTop .text {
	float: left;
	width: calc(100% - 2.5rem);
	padding-left: .2rem;
	box-sizing: border-box;
}

.indexConinater .layer6Box .nr .nrTop .text h2 {
	height: .54rem;
	line-height: .54rem;
	height: .28rem;
	line-height: .28rem;
	font-size: .24rem;
}

.indexConinater .layer6Box .nr .nrTop .text p {
	margin-top: .2rem;
	font-size: .24rem;
	line-height: .36rem;
	height: .72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.indexConinater .layer6Box .nr ul {
	width: 100%;
	margin-right: .25rem;
}

.indexConinater .layer6Box .nr ul li {
	box-sizing: border-box;
	width: 100%;
	line-height: .58rem;
	padding-left: .2rem;
	background: url(https://img.gaodun.cn/skin_wx/cma/skin2022/mobile/images/dian.png) left center no-repeat;
	background-size: .08rem .08rem;
	font-size: .12rem;
	overflow: hidden;
}

.indexConinater .layer6Box .nr ul li a {
	font-size: .26rem;
	color: #010101;
	display: inline-block;
	width: 5.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.indexConinater .layer6Box .nr ul li span {
	display: inline-block;
	float: right;
	color: #8c8c8c;
	font-size: .14rem;
}

.indexConinater .layer6Box .swiper-pagination span {
	background: #c5c5c6;
	opacity: 1;
	transition: 0.5s;
	border-radius: .1rem;
}

.indexConinater .layer6Box .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ff6900;
	width: .6rem;
}

.indexConinater .layer7 img {
	margin: 0 auto;
}

.indexConinater .layer7Box {
	padding: .35rem;
	box-sizing: border-box;
	width: 100%;
}

.indexConinater .layer7Box img {
	display: block;
	width: 100%;
	height: auto;
}

.footer {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
	width: 100%;
	position: fixed;
	z-index: 99;
	bottom: 0;
	background: #fff;
	max-width: 750px;
}

.footer ul {
	width: 100%;
	height: 1.1rem;
}

.footer ul li {
	width: 20%;
	float: left;
	height: 1.1rem;
	position: relative;
}

.footer ul li .icon {
	width: 100%;
	height: .65rem;
	position: relative;
}

.footer ul li .icon img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: .4rem;
	width: auto;
}

.footer ul li p {
	font-size: .2rem;
	color: #333;
	text-align: center;
}

.footer ul li .tp {
	position: absolute;
	left: 50%;
	top: -.32rem;
	transform: translateX(-50%);
	width: 1.1rem;
	height: auto;
}

.fixedPop {
	z-index: 99;
	overflow: hidden;
	position: absolute;
	right: ;
	width: 2.3rem;
	height: 2.8rem;
	right: .35rem;
	bottom: 2rem;
	top: 18%;
	transform: translateY(-105%);
}

.fixedPop .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fixedPop .PopBox {
	border-radius: .1rem;
	transition: 0.5s;
	opacity: 0.3;
	width: 100%;
	height: .92rem;
	background: rgba(0, 0, 0, 0.8);
	padding: 0 .15rem 0 .8rem;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.8);
}

.fixedPop .PopBox .icon {
	position: absolute;
	left: .1rem;
	top: 50%;
	transform: translateY(-50%);
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

.fixedPop .PopBox .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.fixedPop .PopBox .text h2 {
	font-size: .14rem;
	width: 100%;
	height: .52rem;
	line-height: .52rem;
	color: #fff;
}

.fixedPop .PopBox .text p {
	font-size: .24rem;
	color: #fff;
}

.fixedPop .swiper-container .swiper-slide-active .PopBox {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}



.bkzn_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 999;
}

.bkzn_login {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	border-radius: .2rem;
	padding: .2rem;
	width: 6rem;
	transform: translate(-50%, -50%);
}

.divider {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}


input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	/*去除iPhone input默认样式}*/
}

input,
button,
textarea {
	vertical-align: middle;
	border: none;
	font-family: "微软雅黑";
}

input,
button,
select,
textarea {
	outline: none
}

/* input{
	outline: none;
	background: none;
} */

.CloseModal {
	width: .5rem;
	position: absolute;
	top: .2rem;
	right: .2rem;
}

/* // 鐧诲綍鐣岄潰 */
.login-container {
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 9999;
	padding: .2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login-container ._header {
	width: 6.7rem;
	margin: 0 auto;
}

.login-container ._header ._back {
	height: .4rem;
	width: .24rem;
}

.login-container ._name {
	width: 6.27rem;
	margin: 0 auto;
	font-family: PingFang-SC-Heavy;
	font-size: .42rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .44rem;
	letter-spacing: .01rem;
	color: #232323;
	margin-top: .6rem;
}

.login-container ._login-form {
	width: 6.27rem;
	margin: 0 auto;
	margin-top: 1.5rem;
}

.login-container ._login-form ._login-form-item {
	width: 100%;
	border-bottom: .01rem solid #dfdfdf;
	margin-bottom: .4rem;
	height: .8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.login-container ._login-form ._login-form-item input {
	width: 100%;
	height: .66rem;
	outline: none;
	line-height: .66rem;
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

.login-container ._login-form ._login-form-item ._send-btn {
	width: 1.8rem;
	height: .8rem;
	background-color: #f5c67a;
	border-radius: .04rem;
	position: absolute;
	bottom: .16rem;
	right: 0;
	font-family: PingFang-SC-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .44rem;
	letter-spacing: 0px;
	color: #6e4a10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-container ._login-form ._login-form-btn {
	width: 100%;
	height: 1rem;
	background-color: #0f5aaf;
	border-radius: .04rem;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang-SC-Bold;
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .44rem;
	letter-spacing: .01rem;
	color: #ffffff;
}

.login-container ._login-form ._login-form-xieyi {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	font-family: PingFang-SC-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .22rem;
	letter-spacing: 0px;
	color: #888888;
}

.login-container ._login-form ._login-form-xieyi input {
	width: .3rem;
	height: .3rem;
	margin-right: .16rem;
}


.is_login {
	padding: 0 .1rem;
	height: 0.54rem;
	line-height: .54rem;
	font-size: .12rem;
	color: #fff;
	border-radius: 0.27rem;
	background: linear-gradient(to right, #ffa55f, #ff7409);
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}