.uni-app--showtabbar uni-page-wrapper {
	display: block;
	height: calc(100% - 50px);
	height: calc(100% - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	height: calc(50px + constant(safe-area-inset-bottom));
	height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]~uni-page-wrapper {
	height: calc(100% - 44px - 50px);
	height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
	height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.qa-sdk-wrapper {
	position: fixed;
	z-index: 10000;
	width: 400px;
	right: -600px;
	max-height: 530px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out;
	background: #fff;
}

.qa-sdk-close-btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 16px;
}

.qa-sdk-close-btn:hover {
	border-radius: 50%;
	background-color: #d5d9df;
}


a {
	color: #000;
	text-decoration: none
}

body.pages-index-index uni-page-body {
	width: 100%;
	overflow-y: hidden
}

.top {
	right: 10px;
	bottom: 10px
}

.top img {
	width: 100%;
	height: 100%;
}

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: -webkit-max-content;
	height: max-content;
	background-size: 100% 100%;
	padding: 10px
}

.content_c {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1200px
}

.mt60 {
	margin-top: 15px !important
}

.w400 {
	width: 275px !important;
}

.mt230 {
	margin-top: 50px !important
}

.p60 {
	padding-top: 15px !important
}

.btn {
	background: url(../images/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 65px;
	margin-left: 12px;
	width: 250px;
	letter-spacing: 8px;
}


.h150 {
	height: 65px !important
}


.qq img {
	width: 100%;
}

.qq span {
	border-radius: 10px;
	padding: 10px 50px;
}

.content_bg {
	width: 1160px;
	background: linear-gradient(135deg, #6552b9, #d6d2fa)
}

.goods_item {
	border-radius: 12px;
	padding: 4px;
	width: 32%;
	background: linear-gradient(90deg, #8bd5ec, #b254c2);
	animation: gradient 2s infinite;
}

.item_content {
	padding: 10px;
	background: #21142d;
	border-radius: 12px
}

.login_btn {
	border: 1px solid #fff;
	padding: 5px 42px;
	font-size: 16px;
	background: linear-gradient(180deg, #cabefb, #8f77fb);
	color: #fff;
	border-radius: 10px
}

.logo {
	width: 400px;
	height: 88px;
	display: none;
}

.logo img {
	width: 100%;
	height: 100%;
	display: none;
}

.bottom {
	width: 1320px;
	margin-top: 80px
}

.bottom img {
	width: 100%;
	height: 100%;
}

.logo2 {
	display: none
}

.logo2 img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1200px) {
	.btn {
		letter-spacing: 0;
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 10px !important
	}

	.top {
		right: 5px;
		bottom: 20px
	}

	.w145 {
		width: 50px
	}

	.h145 {
		height: 50px
	}

	.logo2 {
		display: block;
		width: 200px;
		margin-top: 5px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 20px
	}

	.pb120 {
		padding-bottom: 20px
	}

	.pl80 {
		padding-left: 10px
	}

	.pr80 {
		padding-right: 15px
	}

	.logo {
		width: 110px
	}

	.w600 {
		width: 70px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 12px !important
	}

	.title_2 {
		font-size: 14px
	}

	.content_bg {
		width: 350px
	}

	.login_btn {
		padding: 2px 6px;
		font-size: 10px
	}

	.p60 {
		padding: 15px
	}

	.mb60 {
		margin-bottom: 15px !important
	}

	.mt60 {
		margin-top: 10px !important
	}

	.btn {
		line-height: 20px;
		margin-left: 5px
	}

	.h150 {
		height: 20px !important
	}

	.goods_item {
		padding: 3px
	}

	.goods_item img {
		width: 100%;
		height: 100%;
	}

	.w336 {
		width: 65px
	}

	.h336 {
		height: 65px
	}

	.ml34 {
		margin-left: 17px !important
	}

	.mt32 {
		margin-top: 5px !important
	}

	.mt40 {
		margin-top: 5px !important
	}

	.mt230 {
		margin-top: 5px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 15px !important
	}

	.w400 {
		width: 65px !important;
		font-size: 12px !important
	}

	.pr92 {
		padding-right: 15px !important;
		padding-left: 15px !important
	}

	.ml40 {
		margin-left: 10px !important
	}

	.fs60 {
		font-size: 14px
	}

	.ml200 {
		margin-left: 10px !important
	}

	.h80 {
		height: 25px !important
	}

	.w80 {
		width: 25px
	}

	.pt20 {
		padding-top: 6px
	}

	.pb20 {
		padding-bottom: 6px
	}
}

.ai-assist-highlight {
	background: yellow;
}



@media screen and (max-width: 960px) {

	body.pages-index-index uni-page-body {
		width: 100%;
		overflow-y: hidden
	}

	.top {
		right: 25px;
		bottom: 25px
	}

	.content {
		padding: 25px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 3072px
	}

	.mt60 {
		margin-top: 38px !important
	}

	.w400 {
		width: 448px !important
	}

	.mt230 {
		margin-top: 128px !important
	}

	.p60 {
		padding-top: 38px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 166px;
		margin-left: 30px
	}

	.h150 {
		height: 166px !important
	}

	.qq {}

	.content_bg {
		width: 2969px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 30px;
		padding: 10px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 25px;
		background: #21142d;
		border-radius: 30px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 12px 107px;
		font-size: 40px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 25px
	}

	.logo {
		width: 1024px
	}

	.bottom {
		width: 3379px;
		margin-top: 204px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 25px !important
	}

	.top {
		right: 12px;
		bottom: 51px
	}

	.w145 {
		width: 128px
	}

	.h145 {
		height: 128px
	}

	.logo2 {
		display: block;
		width: 512px;
		margin-top: 12px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 51px
	}

	.pb120 {
		padding-bottom: 51px
	}

	.pl80 {
		padding-left: 25px
	}

	.pr80 {
		padding-right: 38px
	}

	.logo {
		width: 281px
	}

	.w600 {
		width: 179px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 30px !important
	}

	.title_2 {
		font-size: 35px
	}

	.content_bg {
		width: 896px
	}

	.login_btn {
		padding: 6px 15px;
		font-size: 25px
	}

	.p60 {
		padding: 38px
	}

	.mb60 {
		margin-bottom: 38px !important
	}

	.mt60 {
		margin-top: 25px !important
	}

	.btn {
		line-height: 51px;
		margin-left: 12px
	}

	.h150 {
		height: 51px !important
	}

	.goods_item {
		padding: 7px
	}

	.w336 {
		width: 166px
	}

	.h336 {
		height: 166px
	}

	.ml34 {
		margin-left: 43px !important
	}

	.mt32 {
		margin-top: 12px !important
	}

	.mt40 {
		margin-top: 12px !important
	}

	.mt230 {
		margin-top: 12px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 38px !important
	}

	.w400 {
		width: 166px !important;
		font-size: 30px !important
	}

	.pr92 {
		padding-right: 38px !important;
		padding-left: 38px !important
	}

	.ml40 {
		margin-left: 25px !important
	}

	.fs60 {
		font-size: 35px
	}

	.ml200 {
		margin-left: 25px !important
	}

	.h80 {
		height: 64px !important
	}

	.w80 {
		width: 64px
	}

	.pt20 {
		padding-top: 15px
	}

	.pb20 {
		padding-bottom: 15px
	}

}


@media screen and (max-width: 940px) {
	body.pages-index-index uni-page-body {
		width: 100%;
		overflow-y: hidden
	}

	.top {
		right: 24px;
		bottom: 24px
	}

	.content {
		padding: 24px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2976px
	}

	.mt60 {
		margin-top: 37px !important
	}

	.w400 {
		width: 434px !important
	}

	.mt230 {
		margin-top: 124px !important
	}

	.p60 {
		padding-top: 37px !important
	}

	.btn {
		background-size: 100% 100%;
		text-align: center;
		line-height: 161px;
		margin-left: 29px
	}

	.h150 {
		height: 161px !important
	}

	.qq {}

	.content_bg {
		width: 2876px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 29px;
		padding: 9px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 24px;
		background: #21142d;
		border-radius: 29px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 12px 104px;
		font-size: 39px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 24px
	}

	.logo {
		width: 992px
	}

	.bottom {
		width: 3273px;
		margin-top: 198px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 24px !important
	}

	.top {
		right: 12px;
		bottom: 49px
	}

	.w145 {
		width: 124px
	}

	.h145 {
		height: 124px
	}

	.logo2 {
		display: block;
		width: 496px;
		margin-top: 12px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 49px
	}

	.pb120 {
		padding-bottom: 49px
	}

	.pl80 {
		padding-left: 24px
	}

	.pr80 {
		padding-right: 37px
	}

	.logo {
		width: 272px
	}

	.w600 {
		width: 173px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 29px !important
	}

	.title_2 {
		font-size: 34px
	}

	.content_bg {
		width: 868px
	}

	.login_btn {
		padding: 6px 14px;
		font-size: 24px
	}

	.p60 {
		padding: 37px
	}

	.mb60 {
		margin-bottom: 37px !important
	}

	.mt60 {
		margin-top: 24px !important
	}

	.btn {
		line-height: 49px;
		margin-left: 12px
	}

	.h150 {
		height: 49px !important
	}

	.goods_item {
		padding: 7px
	}

	.w336 {
		width: 161px
	}

	.h336 {
		height: 161px
	}

	.ml34 {
		margin-left: 42px !important
	}

	.mt32 {
		margin-top: 12px !important
	}

	.mt40 {
		margin-top: 12px !important
	}

	.mt230 {
		margin-top: 12px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 37px !important
	}

	.w400 {
		width: 161px !important;
		font-size: 29px !important
	}

	.pr92 {
		padding-right: 37px !important;
		padding-left: 37px !important
	}

	.ml40 {
		margin-left: 24px !important
	}

	.fs60 {
		font-size: 34px
	}

	.ml200 {
		margin-left: 24px !important
	}

	.h80 {
		height: 62px !important
	}

	.w80 {
		width: 62px
	}

	.pt20 {
		padding-top: 14px
	}

	.pb20 {
		padding-bottom: 14px
	}
}

@media screen and (max-width: 920px) {



	body.pages-index-index uni-page-body {
		width: 100%;
		overflow-y: hidden
	}

	.top {
		right: 24px;
		bottom: 24px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2944px
	}

	.mt60 {
		margin-top: 36px !important
	}

	.w400 {
		width: 429px !important
	}

	.mt230 {
		margin-top: 122px !important
	}

	.p60 {
		padding-top: 36px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 159px;
		margin-left: 29px
	}

	.h150 {
		height: 159px !important
	}

	.qq {}

	.content_bg {
		width: 2845px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 29px;
		padding: 9px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 24px;
		background: #21142d;
		border-radius: 29px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 12px 103px;
		font-size: 39px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 24px
	}

	.logo {
		width: 981px
	}

	.bottom {
		width: 3238px;
		margin-top: 196px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 24px !important
	}

	.top {
		right: 12px;
		bottom: 49px
	}

	.w145 {
		width: 122px
	}

	.h145 {
		height: 122px
	}

	.logo2 {
		display: block;
		width: 490px;
		margin-top: 12px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 49px
	}

	.pb120 {
		padding-bottom: 49px
	}

	.pl80 {
		padding-left: 24px
	}

	.pr80 {
		padding-right: 36px
	}

	.logo {
		width: 269px
	}

	.w600 {
		width: 171px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 29px !important
	}

	.title_2 {
		font-size: 34px
	}

	.content_bg {
		width: 858px
	}

	.login_btn {
		padding: 6px 14px;
		font-size: 24px
	}

	.p60 {
		padding: 36px
	}

	.mb60 {
		margin-bottom: 36px !important
	}

	.mt60 {
		margin-top: 24px !important
	}

	.btn {
		line-height: 49px;
		margin-left: 12px
	}

	.h150 {
		height: 49px !important
	}

	.goods_item {
		padding: 7px
	}

	.w336 {
		width: 159px
	}

	.h336 {
		height: 159px
	}

	.ml34 {
		margin-left: 41px !important
	}

	.mt32 {
		margin-top: 12px !important
	}

	.mt40 {
		margin-top: 12px !important
	}

	.mt230 {
		margin-top: 12px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 36px !important
	}

	.w400 {
		width: 159px !important;
		font-size: 29px !important
	}

	.pr92 {
		padding-right: 36px !important;
		padding-left: 36px !important
	}

	.ml40 {
		margin-left: 24px !important
	}

	.fs60 {
		font-size: 34px
	}

	.ml200 {
		margin-left: 24px !important
	}

	.h80 {
		height: 61px !important
	}

	.w80 {
		width: 61px
	}

	.pt20 {
		padding-top: 14px
	}

	.pb20 {
		padding-bottom: 14px
	}
}

@media screen and (max-width: 900px) {
	.top {
		right: 24px;
		bottom: 24px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2880px
	}

	.mt60 {
		margin-top: 36px !important
	}

	.w400 {
		width: 420px !important
	}

	.mt230 {
		margin-top: 120px !important
	}

	.p60 {
		padding-top: 36px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 156px;
		margin-left: 28px
	}

	.h150 {
		height: 156px !important
	}

	.content_bg {
		width: 2784px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 28px;
		padding: 9px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 24px;
		background: #21142d;
		border-radius: 28px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 12px 100px;
		font-size: 38px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 24px
	}

	.logo {
		width: 960px
	}

	.bottom {
		width: 3168px;
		margin-top: 192px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 24px !important
	}

	.top {
		right: 12px;
		bottom: 48px
	}

	.w145 {
		width: 120px
	}

	.h145 {
		height: 120px
	}

	.logo2 {
		display: block;
		width: 480px;
		margin-top: 12px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 48px
	}

	.pb120 {
		padding-bottom: 48px
	}

	.pl80 {
		padding-left: 24px
	}

	.pr80 {
		padding-right: 36px
	}

	.logo {
		width: 264px
	}

	.w600 {
		width: 168px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 28px !important
	}

	.title_2 {
		font-size: 33px
	}

	.content_bg {
		width: 840px
	}

	.login_btn {
		padding: 6px 14px;
		font-size: 24px
	}

	.p60 {
		padding: 36px
	}

	.mb60 {
		margin-bottom: 36px !important
	}

	.mt60 {
		margin-top: 24px !important
	}

	.btn {
		line-height: 48px;
		margin-left: 12px
	}

	.h150 {
		height: 48px !important
	}

	.goods_item {
		padding: 7px
	}

	.w336 {
		width: 156px
	}

	.h336 {
		height: 156px
	}

	.ml34 {
		margin-left: 40px !important
	}

	.mt32 {
		margin-top: 12px !important
	}

	.mt40 {
		margin-top: 12px !important
	}

	.mt230 {
		margin-top: 12px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 36px !important
	}

	.w400 {
		width: 156px !important;
		font-size: 28px !important
	}

	.pr92 {
		padding-right: 36px !important;
		padding-left: 36px !important
	}

	.ml40 {
		margin-left: 24px !important
	}

	.fs60 {
		font-size: 33px
	}

	.ml200 {
		margin-left: 24px !important
	}

	.h80 {
		height: 60px !important
	}

	.w80 {
		width: 60px
	}

	.pt20 {
		padding-top: 14px
	}

	.pb20 {
		padding-bottom: 14px
	}
}

@media screen and (max-width: 880px) {
	.top {
		right: 23px;
		bottom: 23px
	}

	.content {
		padding: 23px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2848px
	}

	.mt60 {
		margin-top: 35px !important
	}

	.w400 {
		width: 415px !important
	}

	.mt230 {
		margin-top: 118px !important
	}

	.p60 {
		padding-top: 35px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 154px;
		margin-left: 28px
	}

	.h150 {
		height: 154px !important
	}


	.content_bg {
		width: 2753px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 28px;
		padding: 9px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 23px;
		background: #21142d;
		border-radius: 28px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 11px 99px;
		font-size: 37px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 23px
	}

	.logo {
		width: 949px
	}

	.bottom {
		width: 3132px;
		margin-top: 189px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 23px !important
	}

	.top {
		right: 11px;
		bottom: 47px
	}

	.w145 {
		width: 118px
	}

	.h145 {
		height: 118px
	}

	.logo2 {
		display: block;
		width: 474px;
		margin-top: 11px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 47px
	}

	.pb120 {
		padding-bottom: 47px
	}

	.pl80 {
		padding-left: 23px
	}

	.pr80 {
		padding-right: 35px
	}

	.logo {
		width: 261px
	}

	.w600 {
		width: 166px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 28px !important
	}

	.title_2 {
		font-size: 33px
	}

	.content_bg {
		width: 830px
	}

	.login_btn {
		padding: 5px 14px;
		font-size: 23px
	}

	.p60 {
		padding: 35px
	}

	.mb60 {
		margin-bottom: 35px !important
	}

	.mt60 {
		margin-top: 23px !important
	}

	.btn {
		line-height: 47px;
		margin-left: 11px
	}

	.h150 {
		height: 47px !important
	}

	.goods_item {
		padding: 7px
	}

	.w336 {
		width: 154px
	}

	.h336 {
		height: 154px
	}

	.ml34 {
		margin-left: 40px !important
	}

	.mt32 {
		margin-top: 11px !important
	}

	.mt40 {
		margin-top: 11px !important
	}

	.mt230 {
		margin-top: 11px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 35px !important
	}

	.w400 {
		width: 154px !important;
		font-size: 28px !important
	}

	.pr92 {
		padding-right: 35px !important;
		padding-left: 35px !important
	}

	.ml40 {
		margin-left: 23px !important
	}

	.fs60 {
		font-size: 33px
	}

	.ml200 {
		margin-left: 23px !important
	}

	.h80 {
		height: 59px !important
	}

	.w80 {
		width: 59px
	}

	.pt20 {
		padding-top: 14px
	}

	.pb20 {
		padding-bottom: 14px
	}
}

@media screen and (max-width: 860px) {


	.top {
		right: 22px;
		bottom: 22px
	}

	.content {
		padding: 22px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2752px
	}

	.mt60 {
		margin-top: 34px !important
	}

	.w400 {
		width: 401px !important
	}

	.mt230 {
		margin-top: 114px !important
	}

	.p60 {
		padding-top: 34px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 149px;
		margin-left: 27px
	}

	.h150 {
		height: 149px !important
	}

	.qq {}

	.content_bg {
		width: 2660px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 27px;
		padding: 9px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 22px;
		background: #21142d;
		border-radius: 27px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 11px 96px;
		font-size: 36px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 22px
	}

	.logo {
		width: 917px
	}

	.bottom {
		width: 3027px;
		margin-top: 183px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 22px !important
	}

	.top {
		right: 11px;
		bottom: 45px
	}

	.w145 {
		width: 114px
	}

	.h145 {
		height: 114px
	}

	.logo2 {
		display: block;
		width: 458px;
		margin-top: 11px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 45px
	}

	.pb120 {
		padding-bottom: 45px
	}

	.pl80 {
		padding-left: 22px
	}

	.pr80 {
		padding-right: 34px
	}

	.logo {
		width: 252px
	}

	.w600 {
		width: 160px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 27px !important
	}

	.title_2 {
		font-size: 32px
	}

	.content_bg {
		width: 802px
	}

	.login_btn {
		padding: 5px 13px;
		font-size: 22px
	}

	.p60 {
		padding: 34px
	}

	.mb60 {
		margin-bottom: 34px !important
	}

	.mt60 {
		margin-top: 22px !important
	}

	.btn {
		line-height: 45px;
		margin-left: 11px
	}

	.h150 {
		height: 45px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 149px
	}

	.h336 {
		height: 149px
	}

	.ml34 {
		margin-left: 38px !important
	}

	.mt32 {
		margin-top: 11px !important
	}

	.mt40 {
		margin-top: 11px !important
	}

	.mt230 {
		margin-top: 11px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 34px !important
	}

	.w400 {
		width: 149px !important;
		font-size: 27px !important
	}

	.pr92 {
		padding-right: 34px !important;
		padding-left: 34px !important
	}

	.ml40 {
		margin-left: 22px !important
	}

	.fs60 {
		font-size: 32px
	}

	.ml200 {
		margin-left: 22px !important
	}

	.h80 {
		height: 57px !important
	}

	.w80 {
		width: 57px
	}

	.pt20 {
		padding-top: 13px
	}

	.pb20 {
		padding-bottom: 13px
	}
}

@media screen and (max-width: 840px) {



	.top {
		right: 22px;
		bottom: 22px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2688px
	}

	.mt60 {
		margin-top: 33px !important
	}

	.w400 {
		width: 392px !important
	}

	.mt230 {
		margin-top: 112px !important
	}

	.p60 {
		padding-top: 33px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 145px;
		margin-left: 26px
	}

	.h150 {
		height: 145px !important
	}

	.qq {}

	.content_bg {
		width: 2598px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 26px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 22px;
		background: #21142d;
		border-radius: 26px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 11px 94px;
		font-size: 35px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 22px
	}

	.logo {
		width: 896px
	}

	.bottom {
		width: 2956px;
		margin-top: 179px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 22px !important
	}

	.top {
		right: 11px;
		bottom: 44px
	}

	.w145 {
		width: 112px
	}

	.h145 {
		height: 112px
	}

	.logo2 {
		display: block;
		width: 448px;
		margin-top: 11px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 44px
	}

	.pb120 {
		padding-bottom: 44px
	}

	.pl80 {
		padding-left: 22px
	}

	.pr80 {
		padding-right: 33px
	}

	.logo {
		width: 246px
	}

	.w600 {
		width: 156px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 26px !important
	}

	.title_2 {
		font-size: 31px
	}

	.content_bg {
		width: 784px
	}

	.login_btn {
		padding: 5px 13px;
		font-size: 22px
	}

	.p60 {
		padding: 33px
	}

	.mb60 {
		margin-bottom: 33px !important
	}

	.mt60 {
		margin-top: 22px !important
	}

	.btn {
		line-height: 44px;
		margin-left: 11px
	}

	.h150 {
		height: 44px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 145px
	}

	.h336 {
		height: 145px
	}

	.ml34 {
		margin-left: 38px !important
	}

	.mt32 {
		margin-top: 11px !important
	}

	.mt40 {
		margin-top: 11px !important
	}

	.mt230 {
		margin-top: 11px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 33px !important
	}

	.w400 {
		width: 145px !important;
		font-size: 26px !important
	}

	.pr92 {
		padding-right: 33px !important;
		padding-left: 33px !important
	}

	.ml40 {
		margin-left: 22px !important
	}

	.fs60 {
		font-size: 31px
	}

	.ml200 {
		margin-left: 22px !important
	}

	.h80 {
		height: 56px !important
	}

	.w80 {
		width: 56px
	}

	.pt20 {
		padding-top: 13px
	}

	.pb20 {
		padding-bottom: 13px
	}
}

@media screen and (max-width: 820px) {


	.top {
		right: 21px;
		bottom: 21px
	}

	.content {
		padding: 21px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2624px
	}

	.mt60 {
		margin-top: 32px !important
	}

	.w400 {
		width: 382px !important
	}

	.mt230 {
		margin-top: 109px !important
	}

	.p60 {
		padding-top: 32px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 142px;
		margin-left: 26px
	}

	.h150 {
		height: 142px !important
	}

	.qq {}

	.content_bg {
		width: 2536px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 26px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 21px;
		background: #21142d;
		border-radius: 26px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 10px 91px;
		font-size: 34px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 21px
	}

	.logo {
		width: 874px
	}

	.bottom {
		width: 2886px;
		margin-top: 174px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 21px !important
	}

	.top {
		right: 10px;
		bottom: 43px
	}

	.w145 {
		width: 109px
	}

	.h145 {
		height: 109px
	}

	.logo2 {
		display: block;
		width: 437px;
		margin-top: 10px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 43px
	}

	.pb120 {
		padding-bottom: 43px
	}

	.pl80 {
		padding-left: 21px
	}

	.pr80 {
		padding-right: 32px
	}

	.logo {
		width: 240px
	}

	.w600 {
		width: 153px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 26px !important
	}

	.title_2 {
		font-size: 30px
	}

	.content_bg {
		width: 765px
	}

	.login_btn {
		padding: 5px 13px;
		font-size: 21px
	}

	.p60 {
		padding: 32px
	}

	.mb60 {
		margin-bottom: 32px !important
	}

	.mt60 {
		margin-top: 21px !important
	}

	.btn {
		line-height: 43px;
		margin-left: 10px
	}

	.h150 {
		height: 43px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 142px
	}

	.h336 {
		height: 142px
	}

	.ml34 {
		margin-left: 37px !important
	}

	.mt32 {
		margin-top: 10px !important
	}

	.mt40 {
		margin-top: 10px !important
	}

	.mt230 {
		margin-top: 10px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 32px !important
	}

	.w400 {
		width: 142px !important;
		font-size: 26px !important
	}

	.pr92 {
		padding-right: 32px !important;
		padding-left: 32px !important
	}

	.ml40 {
		margin-left: 21px !important
	}

	.fs60 {
		font-size: 30px
	}

	.ml200 {
		margin-left: 21px !important
	}

	.h80 {
		height: 54px !important
	}

	.w80 {
		width: 54px
	}

	.pt20 {
		padding-top: 13px
	}

	.pb20 {
		padding-bottom: 13px
	}
}

@media screen and (max-width: 800px) {


	.top {
		right: 21px;
		bottom: 21px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2560px
	}

	.mt60 {
		margin-top: 32px !important
	}

	.w400 {
		width: 373px !important
	}

	.mt230 {
		margin-top: 106px !important
	}

	.p60 {
		padding-top: 32px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 138px;
		margin-left: 25px
	}

	.h150 {
		height: 138px !important
	}

	.qq {}

	.content_bg {
		width: 2474px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 25px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 21px;
		background: #21142d;
		border-radius: 25px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 10px 89px;
		font-size: 34px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 21px
	}

	.logo {
		width: 853px
	}

	.bottom {
		width: 2816px;
		margin-top: 170px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 21px !important
	}

	.top {
		right: 10px;
		bottom: 42px
	}

	.w145 {
		width: 106px
	}

	.h145 {
		height: 106px
	}

	.logo2 {
		display: block;
		width: 426px;
		margin-top: 10px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 42px
	}

	.pb120 {
		padding-bottom: 42px
	}

	.pl80 {
		padding-left: 21px
	}

	.pr80 {
		padding-right: 32px
	}

	.logo {
		width: 234px
	}

	.w600 {
		width: 149px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 25px !important
	}

	.title_2 {
		font-size: 29px
	}

	.content_bg {
		width: 746px
	}

	.login_btn {
		padding: 5px 12px;
		font-size: 21px
	}

	.p60 {
		padding: 32px
	}

	.mb60 {
		margin-bottom: 32px !important
	}

	.mt60 {
		margin-top: 21px !important
	}

	.btn {
		line-height: 42px;
		margin-left: 10px
	}

	.h150 {
		height: 42px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 138px
	}

	.h336 {
		height: 138px
	}

	.ml34 {
		margin-left: 36px !important
	}

	.mt32 {
		margin-top: 10px !important
	}

	.mt40 {
		margin-top: 10px !important
	}

	.mt230 {
		margin-top: 10px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 32px !important
	}

	.w400 {
		width: 138px !important;
		font-size: 25px !important
	}

	.pr92 {
		padding-right: 32px !important;
		padding-left: 32px !important
	}

	.ml40 {
		margin-left: 21px !important
	}

	.fs60 {
		font-size: 29px
	}

	.ml200 {
		margin-left: 21px !important
	}

	.h80 {
		height: 53px !important
	}

	.w80 {
		width: 53px
	}

	.pt20 {
		padding-top: 12px
	}

	.pb20 {
		padding-bottom: 12px
	}
}

@media screen and (max-width: 780px) {



	.top {
		right: 20px;
		bottom: 20px
	}

	.content {
		padding: 20px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2496px
	}

	.mt60 {
		margin-top: 31px !important
	}

	.w400 {
		width: 364px !important
	}

	.mt230 {
		margin-top: 104px !important
	}

	.p60 {
		padding-top: 31px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 135px;
		margin-left: 24px
	}

	.h150 {
		height: 135px !important
	}

	.qq {}

	.content_bg {
		width: 2412px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 24px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 20px;
		background: #21142d;
		border-radius: 24px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 10px 87px;
		font-size: 33px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 20px
	}

	.logo {
		width: 832px
	}

	.bottom {
		width: 2745px;
		margin-top: 166px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 20px !important
	}

	.top {
		right: 10px;
		bottom: 41px
	}

	.w145 {
		width: 104px
	}

	.h145 {
		height: 104px
	}

	.logo2 {
		display: block;
		width: 416px;
		margin-top: 10px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 41px
	}

	.pb120 {
		padding-bottom: 41px
	}

	.pl80 {
		padding-left: 20px
	}

	.pr80 {
		padding-right: 31px
	}

	.logo {
		width: 228px
	}

	.w600 {
		width: 145px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 24px !important
	}

	.title_2 {
		font-size: 29px
	}

	.content_bg {
		width: 728px
	}

	.login_btn {
		padding: 5px 12px;
		font-size: 20px
	}

	.p60 {
		padding: 31px
	}

	.mb60 {
		margin-bottom: 31px !important
	}

	.mt60 {
		margin-top: 20px !important
	}

	.btn {
		line-height: 41px;
		margin-left: 10px
	}

	.h150 {
		height: 41px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 135px
	}

	.h336 {
		height: 135px
	}

	.ml34 {
		margin-left: 35px !important
	}

	.mt32 {
		margin-top: 10px !important
	}

	.mt40 {
		margin-top: 10px !important
	}

	.mt230 {
		margin-top: 10px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 31px !important
	}

	.w400 {
		width: 135px !important;
		font-size: 24px !important
	}

	.pr92 {
		padding-right: 31px !important;
		padding-left: 31px !important
	}

	.ml40 {
		margin-left: 20px !important
	}

	.fs60 {
		font-size: 29px
	}

	.ml200 {
		margin-left: 20px !important
	}

	.h80 {
		height: 52px !important
	}

	.w80 {
		width: 52px
	}

	.pt20 {
		padding-top: 12px
	}

	.pb20 {
		padding-bottom: 12px
	}
}

@media screen and (max-width: 770px) {



	.top {
		right: 20px;
		bottom: 20px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2464px
	}

	.mt60 {
		margin-top: 30px !important
	}

	.w400 {
		width: 359px !important
	}

	.mt230 {
		margin-top: 102px !important
	}

	.p60 {
		padding-top: 30px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 133px;
		margin-left: 24px
	}

	.h150 {
		height: 133px !important
	}

	.qq {}

	.content_bg {
		width: 2381px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 24px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 20px;
		background: #21142d;
		border-radius: 24px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 10px 86px;
		font-size: 32px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 20px
	}

	.logo {
		width: 821px
	}

	.bottom {
		width: 2710px;
		margin-top: 164px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 20px !important
	}

	.top {
		right: 10px;
		bottom: 41px
	}

	.w145 {
		width: 102px
	}

	.h145 {
		height: 102px
	}

	.logo2 {
		display: block;
		width: 410px;
		margin-top: 10px
	}

	.title {
		justify-content: center !important;
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 41px
	}

	.pb120 {
		padding-bottom: 41px
	}

	.pl80 {
		padding-left: 20px
	}

	.pr80 {
		padding-right: 30px
	}

	.logo {
		width: 225px
	}

	.w600 {
		width: 143px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 24px !important
	}

	.title_2 {
		font-size: 28px
	}

	.content_bg {
		width: 718px
	}

	.login_btn {
		padding: 5px 12px;
		font-size: 20px
	}

	.p60 {
		padding: 30px
	}

	.mb60 {
		margin-bottom: 30px !important
	}

	.mt60 {
		margin-top: 20px !important
	}

	.btn {
		line-height: 41px;
		margin-left: 10px
	}

	.h150 {
		height: 41px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 133px
	}

	.h336 {
		height: 133px
	}

	.ml34 {
		margin-left: 34px !important
	}

	.mt32 {
		margin-top: 10px !important
	}

	.mt40 {
		margin-top: 10px !important
	}

	.mt230 {
		margin-top: 10px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 30px !important
	}

	.w400 {
		width: 133px !important;
		font-size: 24px !important
	}

	.pr92 {
		padding-right: 30px !important;
		padding-left: 30px !important
	}

	.ml40 {
		margin-left: 20px !important
	}

	.fs60 {
		font-size: 28px
	}

	.ml200 {
		margin-left: 20px !important
	}

	.h80 {
		height: 51px !important
	}

	.w80 {
		width: 51px
	}

	.pt20 {
		padding-top: 12px
	}

	.pb20 {
		padding-bottom: 12px
	}
}

@media screen and (max-width: 750px) {



	.top {
		right: 20px;
		bottom: 20px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2400px
	}

	.mt60 {
		margin-top: 30px !important
	}

	.w400 {
		width: 350px !important
	}

	.mt230 {
		margin-top: 100px !important
	}

	.p60 {
		padding-top: 30px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 130px;
		margin-left: 24px
	}

	.h150 {
		height: 130px !important
	}

	.qq {}

	.content_bg {
		width: 2320px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 24px;
		padding: 8px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 20px;
		background: #21142d;
		border-radius: 24px
	}

	.login_btn {
		border: 2px solid #fff;
		padding: 10px 84px;
		font-size: 32px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 20px
	}

	.logo {
		width: 800px
	}

	.bottom {
		width: 2640px;
		margin-top: 160px
	}



	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 20px !important
	}

	.top {
		right: 10px;
		bottom: 40px
	}

	.w145 {
		width: 100px
	}

	.h145 {
		height: 100px
	}

	.logo2 {
		display: block;
		width: 400px;
		margin-top: 10px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 40px
	}

	.pb120 {
		padding-bottom: 40px
	}

	.pl80 {
		padding-left: 20px
	}

	.pr80 {
		padding-right: 30px
	}

	.logo {
		width: 220px
	}

	.w600 {
		width: 140px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 24px !important
	}

	.title_2 {
		font-size: 28px
	}

	.content_bg {
		width: 700px
	}

	.login_btn {
		padding: 5px 12px;
		font-size: 20px
	}

	.p60 {
		padding: 30px
	}

	.mb60 {
		margin-bottom: 30px !important
	}

	.mt60 {
		margin-top: 20px !important
	}

	.btn {
		line-height: 40px;
		margin-left: 10px
	}

	.h150 {
		height: 40px !important
	}

	.goods_item {
		padding: 6px
	}

	.w336 {
		width: 130px
	}

	.h336 {
		height: 130px
	}

	.ml34 {
		margin-left: 34px !important
	}

	.mt32 {
		margin-top: 10px !important
	}

	.mt40 {
		margin-top: 10px !important
	}

	.mt230 {
		margin-top: 10px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 30px !important
	}

	.w400 {
		width: 130px !important;
		font-size: 24px !important
	}

	.pr92 {
		padding-right: 30px !important;
		padding-left: 30px !important
	}

	.ml40 {
		margin-left: 20px !important
	}

	.fs60 {
		font-size: 28px
	}

	.ml200 {
		margin-left: 20px !important
	}

	.h80 {
		height: 50px !important
	}

	.w80 {
		width: 50px
	}

	.pt20 {
		padding-top: 12px
	}

	.pb20 {
		padding-bottom: 12px
	}
}

@media screen and (max-width: 730px) {



	.top {
		right: 19px;
		bottom: 19px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2336px
	}

	.mt60 {
		margin-top: 29px !important
	}

	.w400 {
		width: 340px !important
	}

	.mt230 {
		margin-top: 97px !important
	}

	.p60 {
		padding-top: 29px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 126px;
		margin-left: 23px
	}

	.h150 {
		height: 126px !important
	}

	.qq {}

	.content_bg {
		width: 2258px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 23px;
		padding: 7px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 19px;
		background: #21142d;
		border-radius: 23px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 9px 81px;
		font-size: 31px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 19px
	}

	.logo {
		width: 778px
	}

	.bottom {
		width: 2569px;
		margin-top: 155px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 19px !important
	}

	.top {
		right: 9px;
		bottom: 38px
	}

	.w145 {
		width: 97px
	}

	.h145 {
		height: 97px
	}

	.logo2 {
		display: block;
		width: 389px;
		margin-top: 9px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 38px
	}

	.pb120 {
		padding-bottom: 38px
	}

	.pl80 {
		padding-left: 19px
	}

	.pr80 {
		padding-right: 29px
	}

	.logo {
		width: 214px
	}

	.w600 {
		width: 136px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 23px !important
	}

	.title_2 {
		font-size: 27px
	}

	.content_bg {
		width: 681px
	}

	.login_btn {
		padding: 4px 11px;
		font-size: 19px
	}

	.p60 {
		padding: 29px
	}

	.mb60 {
		margin-bottom: 29px !important
	}

	.mt60 {
		margin-top: 19px !important
	}

	.btn {
		line-height: 38px;
		margin-left: 9px
	}

	.h150 {
		height: 38px !important
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 126px
	}

	.h336 {
		height: 126px
	}

	.ml34 {
		margin-left: 33px !important
	}

	.mt32 {
		margin-top: 9px !important
	}

	.mt40 {
		margin-top: 9px !important
	}

	.mt230 {
		margin-top: 9px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 29px !important
	}

	.w400 {
		width: 126px !important;
		font-size: 23px !important
	}

	.pr92 {
		padding-right: 29px !important;
		padding-left: 29px !important
	}

	.ml40 {
		margin-left: 19px !important
	}

	.fs60 {
		font-size: 27px
	}

	.ml200 {
		margin-left: 19px !important
	}

	.h80 {
		height: 48px !important
	}

	.w80 {
		width: 48px
	}

	.pt20 {
		padding-top: 11px
	}

	.pb20 {
		padding-bottom: 11px
	}
}

@media screen and (max-width: 710px) {



	.top {
		right: 18px;
		bottom: 18px
	}

	.content {
		padding: 18px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2272px
	}

	.mt60 {
		margin-top: 28px !important
	}

	.w400 {
		width: 331px !important
	}

	.mt230 {
		margin-top: 94px !important
	}

	.p60 {
		padding-top: 28px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 123px;
		margin-left: 22px
	}

	.h150 {
		height: 123px !important
	}

	.qq {}

	.content_bg {
		width: 2196px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 22px;
		padding: 7px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 18px;
		background: #21142d;
		border-radius: 22px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 9px 79px;
		font-size: 30px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 18px
	}

	.logo {
		width: 757px
	}

	.bottom {
		width: 2499px;
		margin-top: 151px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 18px !important
	}

	.top {
		right: 9px;
		bottom: 37px
	}

	.w145 {
		width: 94px
	}

	.h145 {
		height: 94px
	}

	.logo2 {
		display: block;
		width: 378px;
		margin-top: 9px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 37px
	}

	.pb120 {
		padding-bottom: 37px
	}

	.pl80 {
		padding-left: 18px
	}

	.pr80 {
		padding-right: 28px
	}

	.logo {
		width: 208px
	}

	.w600 {
		width: 132px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 22px !important
	}

	.title_2 {
		font-size: 26px
	}

	.content_bg {
		width: 662px
	}

	.login_btn {
		padding: 4px 11px;
		font-size: 18px
	}

	.p60 {
		padding: 28px
	}

	.mb60 {
		margin-bottom: 28px !important
	}

	.mt60 {
		margin-top: 18px !important
	}

	.btn {
		line-height: 37px;
		margin-left: 9px
	}

	.h150 {
		height: 37px !important
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 123px
	}

	.h336 {
		height: 123px
	}

	.ml34 {
		margin-left: 32px !important
	}

	.mt32 {
		margin-top: 9px !important
	}

	.mt40 {
		margin-top: 9px !important
	}

	.mt230 {
		margin-top: 9px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 28px !important
	}

	.w400 {
		width: 123px !important;
		font-size: 22px !important
	}

	.pr92 {
		padding-right: 28px !important;
		padding-left: 28px !important
	}

	.ml40 {
		margin-left: 18px !important
	}

	.fs60 {
		font-size: 26px
	}

	.ml200 {
		margin-left: 18px !important
	}

	.h80 {
		height: 47px !important
	}

	.w80 {
		width: 47px
	}

	.pt20 {
		padding-top: 11px
	}

	.pb20 {
		padding-bottom: 11px
	}
}


@media screen and (max-width: 690px) {


	.top {
		right: 18px;
		bottom: 18px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2208px
	}

	.mt60 {
		margin-top: 27px !important
	}

	.w400 {
		width: 322px !important
	}

	.mt230 {
		margin-top: 92px !important
	}

	.p60 {
		padding-top: 27px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 119px;
		margin-left: 22px
	}

	.h150 {
		height: 119px !important
	}

	.qq {}

	.content_bg {
		width: 2134px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 22px;
		padding: 7px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 18px;
		background: #21142d;
		border-radius: 22px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 9px 77px;
		font-size: 29px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 18px
	}

	.logo {
		width: 736px
	}

	.bottom {
		width: 2428px;
		margin-top: 147px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 18px !important
	}

	.top {
		right: 9px;
		bottom: 36px
	}

	.w145 {
		width: 92px
	}

	.h145 {
		height: 92px
	}

	.logo2 {
		display: block;
		width: 368px;
		margin-top: 9px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 36px
	}

	.pb120 {
		padding-bottom: 36px
	}

	.pl80 {
		padding-left: 18px
	}

	.pr80 {
		padding-right: 27px
	}

	.logo {
		width: 202px
	}

	.w600 {
		width: 128px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 22px !important
	}

	.title_2 {
		font-size: 25px
	}

	.content_bg {
		width: 644px
	}

	.login_btn {
		padding: 4px 11px;
		font-size: 18px
	}

	.p60 {
		padding: 27px
	}

	.mb60 {
		margin-bottom: 27px !important
	}

	.mt60 {
		margin-top: 18px !important
	}

	.btn {
		line-height: 36px;
		margin-left: 9px
	}

	.h150 {
		height: 36px !important
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 119px
	}

	.h336 {
		height: 119px
	}

	.ml34 {
		margin-left: 31px !important
	}

	.mt32 {
		margin-top: 9px !important
	}

	.mt40 {
		margin-top: 9px !important
	}

	.mt230 {
		margin-top: 9px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 27px !important
	}

	.w400 {
		width: 119px !important;
		font-size: 22px !important
	}

	.pr92 {
		padding-right: 27px !important;
		padding-left: 27px !important
	}

	.ml40 {
		margin-left: 18px !important
	}

	.fs60 {
		font-size: 25px
	}

	.ml200 {
		margin-left: 18px !important
	}

	.h80 {
		height: 46px !important
	}

	.w80 {
		width: 46px
	}

	.pt20 {
		padding-top: 11px
	}

	.pb20 {
		padding-bottom: 11px
	}
}

@media screen and (max-width: 670px) {



	.top {
		right: 17px;
		bottom: 17px
	}

	.content {
		padding: 17px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2144px
	}

	.mt60 {
		margin-top: 26px !important
	}

	.w400 {
		width: 312px !important
	}

	.mt230 {
		margin-top: 89px !important
	}

	.p60 {
		padding-top: 26px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 116px;
		margin-left: 21px
	}

	.h150 {
		height: 116px !important
	}

	.qq {}

	.content_bg {
		width: 2072px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 21px;
		padding: 7px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 17px;
		background: #21142d;
		border-radius: 21px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 8px 75px;
		font-size: 28px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 17px
	}

	.logo {
		width: 714px
	}

	.bottom {
		width: 2358px;
		margin-top: 142px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 17px !important
	}

	.top {
		right: 8px;
		bottom: 35px
	}

	.w145 {
		width: 89px
	}

	.h145 {
		height: 89px
	}

	.logo2 {
		display: block;
		width: 357px;
		margin-top: 8px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 35px
	}

	.pb120 {
		padding-bottom: 35px
	}

	.pl80 {
		padding-left: 17px
	}

	.pr80 {
		padding-right: 26px
	}

	.logo {
		width: 196px
	}

	.w600 {
		width: 125px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 21px !important
	}

	.title_2 {
		font-size: 25px
	}

	.content_bg {
		width: 625px
	}

	.login_btn {
		padding: 4px 10px;
		font-size: 17px
	}

	.p60 {
		padding: 26px
	}

	.mb60 {
		margin-bottom: 26px !important
	}

	.mt60 {
		margin-top: 17px !important
	}

	.btn {
		line-height: 35px;
		margin-left: 8px
	}

	.h150 {
		height: 35px !important
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 116px
	}

	.h336 {
		height: 116px
	}

	.ml34 {
		margin-left: 30px !important
	}

	.mt32 {
		margin-top: 8px !important
	}

	.mt40 {
		margin-top: 8px !important
	}

	.mt230 {
		margin-top: 8px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 26px !important
	}

	.w400 {
		width: 116px !important;
		font-size: 21px !important
	}

	.pr92 {
		padding-right: 26px !important;
		padding-left: 26px !important
	}

	.ml40 {
		margin-left: 17px !important
	}

	.fs60 {
		font-size: 25px
	}

	.ml200 {
		margin-left: 17px !important
	}

	.h80 {
		height: 44px !important
	}

	.w80 {
		width: 44px
	}

	.pt20 {
		padding-top: 10px
	}

	.pb20 {
		padding-bottom: 10px
	}
}

@media screen and (max-width: 650px) {

	.top {
		right: 17px;
		bottom: 17px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2080px
	}

	.mt60 {
		margin-top: 26px !important
	}

	.w400 {
		width: 303px !important
	}

	.mt230 {
		margin-top: 25px !important;
	}

	.p60 {
		padding-top: 26px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 112px;
		margin-left: 20px
	}

	.h150 {
		height: 112px !important
	}

	.qq {}

	.content_bg {
		width: 2010px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 20px;
		padding: 6px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 17px;
		background: #21142d;
		border-radius: 20px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 8px 72px;
		font-size: 27px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 17px
	}

	.logo {
		width: 693px
	}

	.bottom {
		width: 2288px;
		margin-top: 138px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 17px !important
	}

	.top {
		right: 8px;
		bottom: 34px
	}

	.w145 {
		width: 86px
	}

	.h145 {
		height: 86px
	}

	.logo2 {
		display: block;
		width: 346px;
		margin-top: 8px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 34px
	}

	.pb120 {
		padding-bottom: 34px
	}

	.pl80 {
		padding-left: 17px
	}

	.pr80 {
		padding-right: 26px
	}

	.logo {
		width: 190px
	}

	.w600 {
		width: 121px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 20px !important
	}

	.title_2 {
		font-size: 24px
	}

	.content_bg {
		width: 606px
	}

	.login_btn {
		padding: 4px 10px;
		font-size: 17px
	}

	.p60 {
		padding: 26px
	}

	.mb60 {
		margin-bottom: 26px !important
	}

	.mt60 {
		margin-top: 17px !important
	}

	.btn {
		line-height: 34px;
		margin-left: 8px
	}

	.h150 {
		height: 34px !important
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 112px
	}

	.h336 {
		height: 112px
	}

	.ml34 {
		margin-left: 29px !important
	}

	.mt32 {
		margin-top: 8px !important
	}

	.mt40 {
		margin-top: 8px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 26px !important
	}

	.w400 {
		width: 112px !important;
		font-size: 20px !important
	}

	.pr92 {
		padding-right: 26px !important;
		padding-left: 26px !important
	}

	.ml40 {
		margin-left: 17px !important
	}

	.fs60 {
		font-size: 24px
	}

	.ml200 {
		margin-left: 17px !important
	}

	.h80 {
		height: 43px !important
	}

	.w80 {
		width: 43px
	}

	.pt20 {
		padding-top: 10px
	}

	.pb20 {
		padding-bottom: 10px
	}
}

@media screen and (max-width: 630px) {

	.top {
		right: 16px;
		bottom: 16px
	}

	.content {
		padding: 16px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 2016px
	}

	.mt60 {
		margin-top: 25px !important
	}

	.w400 {
		width: 294px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 25px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 109px;
		margin-left: 20px
	}

	.h150 {
		height: 109px !important
	}

	.qq {}

	.content_bg {
		width: 1948px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 20px;
		padding: 6px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 16px;
		background: #21142d;
		border-radius: 20px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 8px 70px;
		font-size: 26px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 16px
	}

	.logo {
		width: 672px
	}

	.bottom {
		width: 2217px;
		margin-top: 134px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 16px !important
	}

	.top {
		right: 8px;
		bottom: 33px
	}

	.w145 {
		width: 84px
	}

	.h145 {
		height: 84px
	}

	.logo2 {
		display: block;
		width: 336px;
		margin-top: 8px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 33px
	}

	.pb120 {
		padding-bottom: 33px
	}

	.pl80 {
		padding-left: 16px
	}

	.pr80 {
		padding-right: 25px
	}

	.logo {
		width: 184px
	}

	.w600 {
		width: 117px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 20px !important
	}

	.title_2 {
		font-size: 23px
	}

	.content_bg {
		width: 588px
	}

	.login_btn {
		padding: 4px 10px;
		font-size: 16px
	}

	.p60 {
		padding: 25px
	}

	.mb60 {
		margin-bottom: 25px !important
	}

	.mt60 {
		margin-top: 16px !important
	}

	.btn {
		line-height: 33px;
		margin-left: 8px
	}

	.h150 {
		height: 40px !important;
	}

	.goods_item {
		padding: 5px
	}

	.w336 {
		width: 109px
	}

	.h336 {
		height: 109px
	}

	.ml34 {
		margin-left: 28px !important
	}

	.mt32 {
		margin-top: 8px !important
	}

	.mt40 {
		margin-top: 8px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 25px !important
	}

	.w400 {
		width: 125px !important;
		font-size: 20px !important
	}

	.pr92 {
		padding-right: 25px !important;
		padding-left: 25px !important
	}

	.ml40 {
		margin-left: 16px !important
	}

	.fs60 {
		font-size: 23px
	}

	.ml200 {
		margin-left: 16px !important
	}

	.h80 {
		height: 42px !important
	}

	.w80 {
		width: 42px
	}

	.pt20 {
		padding-top: 10px
	}

	.pb20 {
		padding-bottom: 10px
	}
}


@media screen and (max-width: 610px) {


	.top {
		right: 16px;
		bottom: 16px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1952px
	}

	.mt60 {
		margin-top: 24px !important
	}

	.w400 {
		width: 284px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 24px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 105px;
		margin-left: 19px
	}

	.h150 {
		height: 105px !important
	}

	.qq {}

	.content_bg {
		width: 1886px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 19px;
		padding: 6px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 16px;
		background: #21142d;
		border-radius: 19px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 8px 68px;
		font-size: 26px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 16px
	}

	.logo {
		width: 650px
	}

	.bottom {
		width: 2147px;
		margin-top: 130px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 16px !important
	}

	.top {
		right: 8px;
		bottom: 32px
	}

	.w145 {
		width: 81px
	}

	.h145 {
		height: 81px
	}

	.logo2 {
		display: block;
		width: 325px;
		margin-top: 8px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 32px
	}

	.pb120 {
		padding-bottom: 32px
	}

	.pl80 {
		padding-left: 16px
	}

	.pr80 {
		padding-right: 24px
	}

	.logo {
		width: 178px
	}

	.w600 {
		width: 113px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 19px !important
	}

	.title_2 {
		font-size: 22px
	}

	.content_bg {
		width: 569px
	}

	.login_btn {
		padding: 4px 9px;
		font-size: 16px
	}

	.p60 {
		padding: 24px
	}

	.mb60 {
		margin-bottom: 24px !important
	}

	.mt60 {
		margin-top: 16px !important
	}

	.btn {
		line-height: 32px;
		margin-left: 8px
	}

	.h150 {
		height: 36px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 105px
	}

	.h336 {
		height: 105px
	}

	.ml34 {
		margin-left: 27px !important
	}

	.mt32 {
		margin-top: 8px !important
	}

	.mt40 {
		margin-top: 8px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 24px !important
	}

	.w400 {
		width: 120px !important;
		font-size: 19px !important
	}

	.pr92 {
		padding-right: 24px !important;
		padding-left: 24px !important
	}

	.ml40 {
		margin-left: 16px !important
	}

	.fs60 {
		font-size: 22px
	}

	.ml200 {
		margin-left: 16px !important
	}

	.h80 {
		height: 40px !important
	}

	.w80 {
		width: 40px
	}

	.pt20 {
		padding-top: 9px
	}

	.pb20 {
		padding-bottom: 9px
	}
}


@media screen and (max-width:590px) {


	.top {
		right: 15px;
		bottom: 15px
	}

	.content {
		padding: 15px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1888px
	}

	.mt60 {
		margin-top: 23px !important
	}

	.w400 {
		width: 275px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 23px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 102px;
		margin-left: 18px
	}

	.h150 {
		height: 102px !important
	}

	.qq {}

	.content_bg {
		width: 1825px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 18px;
		padding: 6px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 15px;
		background: #21142d;
		border-radius: 18px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 7px 66px;
		font-size: 25px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 15px
	}

	.logo {
		width: 629px
	}

	.bottom {
		width: 2076px;
		margin-top: 125px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 15px !important
	}

	.top {
		right: 7px;
		bottom: 31px
	}

	.w145 {
		width: 78px
	}

	.h145 {
		height: 78px
	}

	.logo2 {
		display: block;
		width: 314px;
		margin-top: 7px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 31px
	}

	.pb120 {
		padding-bottom: 31px
	}

	.pl80 {
		padding-left: 15px
	}

	.pr80 {
		padding-right: 23px
	}

	.logo {
		width: 173px
	}

	.w600 {
		width: 110px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 18px !important
	}

	.title_2 {
		font-size: 22px
	}

	.content_bg {
		width: 550px
	}

	.login_btn {
		padding: 3px 9px;
		font-size: 15px
	}

	.p60 {
		padding: 23px
	}

	.mb60 {
		margin-bottom: 23px !important
	}

	.mt60 {
		margin-top: 15px !important
	}

	.btn {
		line-height: 31px;
		margin-left: 7px
	}

	.h150 {
		height: 36px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 102px
	}

	.h336 {
		height: 102px
	}

	.ml34 {
		margin-left: 26px !important
	}

	.mt32 {
		margin-top: 7px !important
	}

	.mt40 {
		margin-top: 7px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 23px !important
	}

	.w400 {
		width: 120px !important;
		font-size: 18px !important
	}

	.pr92 {
		padding-right: 23px !important;
		padding-left: 23px !important
	}

	.ml40 {
		margin-left: 15px !important
	}

	.fs60 {
		font-size: 22px
	}

	.ml200 {
		margin-left: 15px !important
	}

	.h80 {
		height: 39px !important
	}

	.w80 {
		width: 39px
	}

	.pt20 {
		padding-top: 9px
	}

	.pb20 {
		padding-bottom: 9px
	}
}


@media screen and (max-width: 570px) {


	.top {
		right: 15px;
		bottom: 15px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1824px
	}

	.mt60 {
		margin-top: 22px !important
	}

	.w400 {
		width: 266px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 22px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 98px;
		margin-left: 18px
	}

	.h150 {
		height: 98px !important
	}

	.qq {}

	.content_bg {
		width: 1763px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 18px;
		padding: 6px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 15px;
		background: #21142d;
		border-radius: 18px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 7px 63px;
		font-size: 24px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 15px
	}

	.logo {
		width: 608px
	}

	.bottom {
		width: 2006px;
		margin-top: 121px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 15px !important
	}

	.top {
		right: 7px;
		bottom: 30px
	}

	.w145 {
		width: 76px
	}

	.h145 {
		height: 76px
	}

	.logo2 {
		display: block;
		width: 304px;
		margin-top: 7px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 30px
	}

	.pb120 {
		padding-bottom: 30px
	}

	.pl80 {
		padding-left: 15px
	}

	.pr80 {
		padding-right: 22px
	}

	.logo {
		width: 167px
	}

	.w600 {
		width: 106px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 18px !important
	}

	.title_2 {
		font-size: 21px
	}

	.content_bg {
		width: 532px
	}

	.login_btn {
		padding: 3px 9px;
		font-size: 15px
	}

	.p60 {
		padding: 22px
	}

	.mb60 {
		margin-bottom: 22px !important
	}

	.mt60 {
		margin-top: 15px !important
	}

	.btn {
		line-height: 30px;
		margin-left: 7px
	}

	.h150 {
		height: 36px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 98px
	}

	.h336 {
		height: 98px
	}

	.ml34 {
		margin-left: 25px !important
	}

	.mt32 {
		margin-top: 7px !important
	}

	.mt40 {
		margin-top: 7px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 22px !important
	}

	.w400 {
		width: 115px !important;
		font-size: 18px !important;
	}

	.pr92 {
		padding-right: 22px !important;
		padding-left: 22px !important
	}

	.ml40 {
		margin-left: 15px !important
	}

	.fs60 {
		font-size: 21px
	}

	.ml200 {
		margin-left: 15px !important
	}

	.h80 {
		height: 38px !important
	}

	.w80 {
		width: 38px
	}

	.pt20 {
		padding-top: 9px
	}

	.pb20 {
		padding-bottom: 9px
	}
}

@media screen and (max-width: 540px) {


	.top {
		right: 14px;
		bottom: 14px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1760px
	}

	.mt60 {
		margin-top: 22px !important
	}

	.w400 {
		width: 256px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 22px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 95px;
		margin-left: 17px
	}

	.h150 {
		height: 95px !important
	}

	.qq {}

	.content_bg {
		width: 1701px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 17px;
		padding: 5px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 14px;
		background: #21142d;
		border-radius: 17px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 7px 61px;
		font-size: 23px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 14px
	}

	.logo {
		width: 586px
	}

	.bottom {
		width: 1936px;
		margin-top: 117px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 14px !important
	}

	.top {
		right: 7px;
		bottom: 29px
	}

	.w145 {
		width: 73px
	}

	.h145 {
		height: 73px
	}

	.logo2 {
		display: block;
		width: 293px;
		margin-top: 7px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 29px
	}

	.pb120 {
		padding-bottom: 29px
	}

	.pl80 {
		padding-left: 14px
	}

	.pr80 {
		padding-right: 22px
	}

	.logo {
		width: 161px
	}

	.w600 {
		width: 102px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 17px !important
	}

	.title_2 {
		font-size: 20px
	}

	.content_bg {
		width: 513px
	}

	.login_btn {
		padding: 3px 8px;
		font-size: 14px
	}

	.p60 {
		padding: 22px
	}

	.mb60 {
		margin-bottom: 22px !important
	}

	.mt60 {
		margin-top: 14px !important
	}

	.btn {
		line-height: 29px;
		margin-left: 7px
	}

	.h150 {
		height: 35px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 95px
	}

	.h336 {
		height: 95px
	}

	.ml34 {
		margin-left: 24px !important
	}

	.mt32 {
		margin-top: 7px !important
	}

	.mt40 {
		margin-top: 7px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 22px !important
	}

	.w400 {
		width: 110px !important;
		font-size: 17px !important
	}

	.pr92 {
		padding-right: 22px !important;
		padding-left: 22px !important
	}

	.ml40 {
		margin-left: 14px !important
	}

	.fs60 {
		font-size: 20px
	}

	.ml200 {
		margin-left: 14px !important
	}

	.h80 {
		height: 36px !important
	}

	.w80 {
		width: 36px
	}

	.pt20 {
		padding-top: 8px
	}

	.pb20 {
		padding-bottom: 8px
	}
}


@media screen and (max-width: 520px) {


	.top {
		right: 14px;
		bottom: 14px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1696px
	}

	.mt60 {
		margin-top: 21px !important
	}

	.w400 {
		width: 247px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 21px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 91px;
		margin-left: 16px
	}

	.h150 {
		height: 91px !important
	}

	.qq {}

	.content_bg {
		width: 1639px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 16px;
		padding: 5px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 14px;
		background: #21142d;
		border-radius: 16px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 7px 59px;
		font-size: 22px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 14px
	}

	.logo {
		width: 565px
	}

	.bottom {
		width: 1865px;
		margin-top: 113px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 14px !important
	}

	.top {
		right: 7px;
		bottom: 28px
	}

	.w145 {
		width: 70px
	}

	.h145 {
		height: 70px
	}

	.logo2 {
		display: block;
		width: 282px;
		margin-top: 7px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 28px
	}

	.pb120 {
		padding-bottom: 28px
	}

	.pl80 {
		padding-left: 14px
	}

	.pr80 {
		padding-right: 21px
	}

	.logo {
		width: 155px
	}

	.w600 {
		width: 98px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 16px !important
	}

	.title_2 {
		font-size: 19px
	}

	.content_bg {
		width: 494px
	}

	.login_btn {
		padding: 3px 8px;
		font-size: 14px
	}

	.p60 {
		padding: 21px
	}

	.mb60 {
		margin-bottom: 21px !important
	}

	.mt60 {
		margin-top: 14px !important
	}

	.btn {
		line-height: 28px;
		margin-left: 7px
	}

	.h150 {
		height: 35px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 91px
	}

	.h336 {
		height: 91px
	}

	.ml34 {
		margin-left: 24px !important
	}

	.mt32 {
		margin-top: 7px !important
	}

	.mt40 {
		margin-top: 7px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 21px !important
	}

	.w400 {
		width: 105px !important;
		font-size: 16px !important
	}

	.pr92 {
		padding-right: 21px !important;
		padding-left: 21px !important
	}

	.ml40 {
		margin-left: 14px !important
	}

	.fs60 {
		font-size: 19px
	}

	.ml200 {
		margin-left: 14px !important
	}

	.h80 {
		height: 35px !important
	}

	.w80 {
		width: 35px
	}

	.pt20 {
		padding-top: 8px
	}

	.pb20 {
		padding-bottom: 8px
	}
}


@media screen and (max-width: 500px) {


	.top {
		right: 13px;
		bottom: 13px
	}

	.content {}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1632px
	}

	.mt60 {
		margin-top: 20px !important
	}

	.w400 {
		width: 238px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 20px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 88px;
		margin-left: 16px
	}

	.h150 {
		height: 88px !important
	}

	.qq {}

	.content_bg {
		width: 1577px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 16px;
		padding: 5px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 13px;
		background: #21142d;
		border-radius: 16px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 6px 57px;
		font-size: 21px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 13px
	}

	.logo {
		width: 544px
	}

	.bottom {
		width: 1795px;
		margin-top: 108px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 13px !important
	}

	.top {
		right: 6px;
		bottom: 27px
	}

	.w145 {
		width: 68px
	}

	.h145 {
		height: 68px
	}

	.logo2 {
		display: block;
		width: 272px;
		margin-top: 6px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 27px
	}

	.pb120 {
		padding-bottom: 27px
	}

	.pl80 {
		padding-left: 13px
	}

	.pr80 {
		padding-right: 20px
	}

	.logo {
		width: 149px
	}

	.w600 {
		width: 95px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 16px !important
	}

	.title_2 {
		font-size: 19px
	}

	.content_bg {
		width: 476px
	}

	.login_btn {
		padding: 3px 8px;
		font-size: 13px
	}

	.p60 {
		padding: 20px
	}

	.mb60 {
		margin-bottom: 20px !important
	}

	.mt60 {
		margin-top: 13px !important
	}

	.btn {
		line-height: 27px;
		margin-left: 6px
	}

	.h150 {
		height: 33px !important;
	}

	.goods_item {
		padding: 4px
	}

	.w336 {
		width: 88px
	}

	.h336 {
		height: 88px
	}

	.ml34 {
		margin-left: 23px !important
	}

	.mt32 {
		margin-top: 6px !important
	}

	.mt40 {
		margin-top: 6px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 20px !important
	}

	.w400 {
		width: 100px !important;
		font-size: 16px !important
	}

	.pr92 {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.ml40 {
		margin-left: 13px !important
	}

	.fs60 {
		font-size: 19px
	}

	.ml200 {
		margin-left: 13px !important
	}

	.h80 {
		height: 34px !important
	}

	.w80 {
		width: 34px
	}

	.pt20 {
		padding-top: 8px
	}

	.pb20 {
		padding-bottom: 8px
	}
}


@media screen and (max-width: 480px) {

	.top {
		right: 13px;
		bottom: 13px
	}

	.content {
		: ;
		tent;
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1568px
	}

	.mt60 {
		margin-top: 19px !important
	}

	.w400 {
		width: 228px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 19px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 84px;
		margin-left: 15px
	}

	.h150 {
		height: 84px !important
	}

	.qq {}

	.content_bg {
		width: 1515px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 15px;
		padding: 5px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 13px;
		background: #21142d;
		border-radius: 15px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 6px 54px;
		font-size: 20px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 13px
	}

	.logo {
		width: 522px
	}

	.bottom {
		width: 1724px;
		margin-top: 104px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 13px !important
	}

	.top {
		right: 6px;
		bottom: 26px
	}

	.w145 {
		width: 65px
	}

	.h145 {
		height: 65px
	}

	.logo2 {
		display: block;
		width: 261px;
		margin-top: 6px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 26px
	}

	.pb120 {
		padding-bottom: 26px
	}

	.pl80 {
		padding-left: 13px
	}

	.pr80 {
		padding-right: 19px
	}

	.logo {
		width: 143px
	}

	.w600 {
		width: 91px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 15px !important
	}

	.title_2 {
		font-size: 18px
	}

	.content_bg {
		width: 457px
	}

	.login_btn {
		padding: 3px 7px;
		font-size: 13px
	}

	.p60 {
		padding: 19px
	}

	.mb60 {
		margin-bottom: 19px !important
	}

	.mt60 {
		margin-top: 13px !important
	}

	.btn {
		line-height: 26px;
		margin-left: 6px
	}

	.h150 {
		height: 30px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 84px
	}

	.h336 {
		height: 84px
	}

	.ml34 {
		margin-left: 22px !important
	}

	.mt32 {
		margin-top: 6px !important
	}

	.mt40 {
		margin-top: 6px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 19px !important
	}

	.w400 {
		width: 95px !important;
		font-size: 15px !important
	}

	.pr92 {
		padding-right: 19px !important;
		padding-left: 19px !important
	}

	.ml40 {
		margin-left: 13px !important
	}

	.fs60 {
		font-size: 18px
	}

	.ml200 {
		margin-left: 13px !important
	}

	.h80 {
		height: 32px !important
	}

	.w80 {
		width: 32px
	}

	.pt20 {
		padding-top: 7px
	}

	.pb20 {
		padding-bottom: 7px
	}
}

@media screen and (max-width: 460px) {


	.top {
		right: 12px;
		bottom: 12px
	}

	.content {
		padding: 12px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1504px
	}

	.mt60 {
		margin-top: 18px !important
	}

	.w400 {
		width: 219px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 18px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 81px;
		margin-left: 15px
	}

	.h150 {
		height: 81px !important
	}

	.qq {}

	.content_bg {
		width: 1453px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 15px;
		padding: 5px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 12px;
		background: #21142d;
		border-radius: 15px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 6px 52px;
		font-size: 20px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 12px
	}

	.logo {
		width: 501px
	}

	.bottom {
		width: 1654px;
		margin-top: 100px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 12px !important
	}

	.top {
		right: 6px;
		bottom: 25px
	}

	.w145 {
		width: 62px
	}

	.h145 {
		height: 62px
	}

	.logo2 {
		display: block;
		width: 250px;
		margin-top: 6px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 25px
	}

	.pb120 {
		padding-bottom: 25px
	}

	.pl80 {
		padding-left: 12px
	}

	.pr80 {
		padding-right: 18px
	}

	.logo {
		width: 137px
	}

	.w600 {
		width: 87px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 15px !important
	}

	.title_2 {
		font-size: 17px
	}

	.content_bg {
		width: 438px
	}

	.login_btn {
		padding: 3px 7px;
		font-size: 12px
	}

	.p60 {
		padding: 18px
	}

	.mb60 {
		margin-bottom: 18px !important
	}

	.mt60 {
		margin-top: 12px !important
	}

	.btn {
		line-height: 25px;
		margin-left: 6px
	}

	.h150 {
		height: 30px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 81px
	}

	.h336 {
		height: 81px
	}

	.ml34 {
		margin-left: 21px !important
	}

	.mt32 {
		margin-top: 6px !important
	}

	.mt40 {
		margin-top: 6px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 18px !important
	}

	.w400 {
		width: 92px !important;
		font-size: 15px !important;
	}

	.pr92 {
		padding-right: 18px !important;
		padding-left: 18px !important
	}

	.ml40 {
		margin-left: 12px !important
	}

	.fs60 {
		font-size: 17px
	}

	.ml200 {
		margin-left: 12px !important
	}

	.h80 {
		height: 31px !important
	}

	.w80 {
		width: 31px
	}

	.pt20 {
		padding-top: 7px
	}

	.pb20 {
		padding-bottom: 7px
	}
}


@media screen and (max-width: 440px) {


	.top {
		right: 11px;
		bottom: 11px
	}

	.content {
		padding: 11px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1408px
	}

	.mt60 {
		margin-top: 17px !important
	}

	.w400 {
		width: 205px !important
	}

	.mt230 {}

	.p60 {
		padding-top: 17px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 76px;
		margin-left: 14px
	}

	.h150 {
		height: 76px !important
	}

	.qq {}

	.content_bg {
		width: 1361px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 14px;
		padding: 4px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 11px;
		background: #21142d;
		border-radius: 14px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 5px 49px;
		font-size: 18px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 11px
	}

	.logo {
		width: 469px
	}

	.bottom {
		width: 1548px;
		margin-top: 93px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 11px !important
	}

	.top {
		right: 5px;
		bottom: 23px
	}

	.w145 {
		width: 58px
	}

	.h145 {
		height: 58px
	}

	.logo2 {
		display: block;
		width: 234px;
		margin-top: 5px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 23px
	}

	.pb120 {
		padding-bottom: 23px
	}

	.pl80 {
		padding-left: 11px
	}

	.pr80 {
		padding-right: 17px
	}

	.logo {
		width: 129px
	}

	.w600 {
		width: 82px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 14px !important
	}

	.title_2 {
		font-size: 16px
	}

	.content_bg {
		width: 410px
	}

	.login_btn {
		padding: 2px 7px;
		font-size: 11px
	}

	.p60 {
		padding: 17px
	}

	.mb60 {
		margin-bottom: 17px !important
	}

	.mt60 {
		margin-top: 11px !important
	}

	.btn {
		line-height: 23px;
		margin-left: 5px
	}

	.h150 {
		height: 30px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 76px
	}

	.h336 {
		height: 76px
	}

	.ml34 {
		margin-left: 19px !important
	}

	.mt32 {
		margin-top: 5px !important
	}

	.mt40 {
		margin-top: 5px !important
	}

	.mt230 {}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 17px !important
	}

	.w400 {
		width: 86px !important;
		font-size: 14px !important
	}

	.pr92 {
		padding-right: 17px !important;
		padding-left: 17px !important
	}

	.ml40 {
		margin-left: 11px !important
	}

	.fs60 {
		font-size: 16px
	}

	.ml200 {
		margin-left: 11px !important
	}

	.h80 {
		height: 29px !important
	}

	.w80 {
		width: 29px
	}

	.pt20 {
		padding-top: 7px
	}

	.pb20 {
		padding-bottom: 7px
	}
}

@media screen and (max-width: 420px) {


	.top {
		right: 11px;
		bottom: 11px
	}

	.content {
		padding: 11px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1344px
	}

	.mt60 {
		margin-top: 16px !important
	}

	.w400 {
		width: 196px !important
	}

	.mt230 {
		margin-top: 56px !important
	}

	.p60 {
		padding-top: 16px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 72px;
		margin-left: 13px
	}

	.h150 {
		height: 72px !important
	}

	.qq {
		border-radius: 56px;
	}

	.content_bg {
		width: 1299px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 13px;
		padding: 4px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 11px;
		background: #21142d;
		border-radius: 13px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 5px 47px;
		font-size: 17px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 11px
	}

	.logo {
		width: 448px
	}

	.bottom {
		width: 1478px;
		margin-top: 89px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 11px !important
	}

	.top {
		right: 5px;
		bottom: 22px
	}

	.w145 {
		width: 56px
	}

	.h145 {
		height: 56px
	}

	.logo2 {
		display: block;
		width: 224px;
		margin-top: 5px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 22px
	}

	.pb120 {
		padding-bottom: 22px
	}

	.pl80 {
		padding-left: 11px
	}

	.pr80 {
		padding-right: 16px
	}

	.logo {
		width: 123px
	}

	.w600 {
		width: 78px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 13px !important
	}

	.title_2 {
		font-size: 15px
	}

	.content_bg {
		width: 392px
	}

	.login_btn {
		padding: 2px 6px;
		font-size: 11px
	}

	.p60 {
		padding: 16px
	}

	.mb60 {
		margin-bottom: 16px !important
	}

	.mt60 {
		margin-top: 11px !important
	}

	.btn {
		line-height: 22px;
		margin-left: 5px
	}

	.h150 {
		height: 26px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 72px
	}

	.h336 {
		height: 72px
	}

	.ml34 {
		margin-left: 19px !important
	}

	.mt32 {
		margin-top: 5px !important
	}

	.mt40 {
		margin-top: 5px !important
	}

	.mt230 {
		margin-top: 5px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 16px !important
	}

	.w400 {
		width: 85px !important;
		font-size: 13px !important
	}

	.pr92 {
		padding-right: 16px !important;
		padding-left: 16px !important
	}

	.ml40 {
		margin-left: 11px !important
	}

	.fs60 {
		font-size: 15px
	}

	.ml200 {
		margin-left: 11px !important
	}

	.h80 {
		height: 28px !important
	}

	.w80 {
		width: 28px
	}

	.pt20 {
		padding-top: 6px
	}

	.pb20 {
		padding-bottom: 6px
	}
}


@media screen and (max-width: 400px) {

	.top {
		right: 10px;
		bottom: 10px
	}

	.content {
		padding: 10px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1280px
	}

	.mt60 {
		margin-top: 16px !important
	}

	.w400 {
		width: 186px !important
	}

	.mt230 {
		margin-top: 53px !important
	}

	.p60 {
		padding-top: 16px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 69px;
		margin-left: 12px
	}

	.h150 {
		height: 69px !important
	}

	.qq {
		border-radius: 53px;
	}

	.content_bg {
		width: 1237px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 12px;
		padding: 4px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 10px;
		background: #21142d;
		border-radius: 12px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 5px 44px;
		font-size: 17px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 10px
	}

	.logo {
		width: 426px
	}

	.bottom {
		width: 1408px;
		margin-top: 85px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 10px !important
	}

	.top {
		right: 5px;
		bottom: 21px
	}

	.w145 {
		width: 53px
	}

	.h145 {
		height: 53px
	}

	.logo2 {
		display: block;
		width: 213px;
		margin-top: 5px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 21px
	}

	.pb120 {
		padding-bottom: 21px
	}

	.pl80 {
		padding-left: 10px
	}

	.pr80 {
		padding-right: 16px
	}

	.logo {
		width: 117px
	}

	.w600 {
		width: 74px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 12px !important
	}

	.title_2 {
		font-size: 14px
	}

	.content_bg {
		width: 373px
	}

	.login_btn {
		padding: 2px 6px;
		font-size: 10px
	}

	.p60 {
		padding: 16px
	}

	.mb60 {
		margin-bottom: 16px !important
	}

	.mt60 {
		margin-top: 10px !important
	}

	.btn {
		line-height: 21px;
		margin-left: 5px
	}

	.h150 {
		height: 26px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 69px
	}

	.h336 {
		height: 69px
	}

	.ml34 {
		margin-left: 18px !important
	}

	.mt32 {
		margin-top: 5px !important
	}

	.mt40 {
		margin-top: 5px !important
	}

	.mt230 {
		margin-top: 5px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 16px !important
	}

	.w400 {
		width: 82px !important;
		font-size: 12px !important
	}

	.pr92 {
		padding-right: 16px !important;
		padding-left: 16px !important
	}

	.ml40 {
		margin-left: 10px !important
	}

	.fs60 {
		font-size: 14px
	}

	.ml200 {
		margin-left: 10px !important
	}

	.h80 {
		height: 26px !important
	}

	.w80 {
		width: 26px
	}

	.pt20 {
		padding-top: 6px
	}

	.pb20 {
		padding-bottom: 6px
	}
}

@media screen and (max-width: 380px) {


	.top {
		right: 10px;
		bottom: 10px
	}

	.content {
		padding: 10px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1216px
	}

	.mt60 {
		margin-top: 15px !important
	}

	.w400 {
		width: 177px !important
	}

	.mt230 {
		margin-top: 50px !important
	}

	.p60 {
		padding-top: 15px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 65px;
		margin-left: 12px
	}

	.h150 {
		height: 65px !important
	}

	.qq {
		border-radius: 50px;
		background: linear-gradient(180deg, #8f77fb, #2d2160)
	}

	.content_bg {
		width: 1175px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 12px;
		padding: 4px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 10px;
		background: #21142d;
		border-radius: 12px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 5px 42px;
		font-size: 16px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 10px
	}

	.logo {
		width: 405px
	}

	.bottom {
		width: 1337px;
		margin-top: 81px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 10px !important
	}

	.top {
		right: 5px;
		bottom: 20px
	}

	.w145 {
		width: 50px
	}

	.h145 {
		height: 50px
	}

	.logo2 {
		display: block;
		width: 202px;
		margin-top: 5px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 20px
	}

	.pb120 {
		padding-bottom: 20px
	}

	.pl80 {
		padding-left: 10px
	}

	.pr80 {
		padding-right: 15px
	}

	.logo {
		width: 111px
	}

	.w600 {
		width: 70px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 12px !important
	}

	.title_2 {
		font-size: 14px
	}

	.content_bg {
		width: 354px
	}

	.login_btn {
		padding: 2px 6px;
		font-size: 10px
	}

	.p60 {
		padding: 15px
	}

	.mb60 {
		margin-bottom: 15px !important
	}

	.mt60 {
		margin-top: 10px !important
	}

	.btn {
		line-height: 20px;
		margin-left: 5px
	}

	.h150 {
		height: 25px !important;
	}

	.goods_item {
		padding: 3px
	}

	.w336 {
		width: 65px
	}

	.h336 {
		height: 65px
	}

	.ml34 {
		margin-left: 17px !important
	}

	.mt32 {
		margin-top: 5px !important
	}

	.mt40 {
		margin-top: 5px !important
	}

	.mt230 {
		margin-top: 5px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 15px !important
	}

	.w400 {
		width: 77px !important;
		font-size: 12px !important
	}

	.pr92 {
		padding-right: 15px !important;
		padding-left: 15px !important
	}

	.ml40 {
		margin-left: 10px !important
	}

	.fs60 {
		font-size: 14px
	}

	.ml200 {
		margin-left: 10px !important
	}

	.h80 {
		height: 25px !important
	}

	.w80 {
		width: 25px
	}

	.pt20 {
		padding-top: 6px
	}

	.pb20 {
		padding-bottom: 6px
	}
}


@media screen and (max-width: 360px) {


	.top {
		right: 9px;
		bottom: 9px
	}

	.content {
		padding: 9px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1152px
	}

	.mt60 {
		margin-top: 14px !important
	}

	.w400 {
		width: 168px !important
	}

	.mt230 {
		margin-top: 48px !important
	}

	.p60 {
		padding-top: 14px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 62px;
		margin-left: 11px
	}

	.h150 {
		height: 62px !important
	}

	.qq {
		border-radius: 48px;
		background: linear-gradient(180deg, #8f77fb, #2d2160)
	}

	.content_bg {
		width: 1113px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 11px;
		padding: 3px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 9px;
		background: #21142d;
		border-radius: 11px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 4px 40px;
		font-size: 15px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 9px
	}

	.logo {
		width: 384px
	}

	.bottom {
		width: 1267px;
		margin-top: 76px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 9px !important
	}

	.top {
		right: 4px;
		bottom: 19px
	}

	.w145 {
		width: 48px
	}

	.h145 {
		height: 48px
	}

	.logo2 {
		display: block;
		width: 192px;
		margin-top: 4px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 19px
	}

	.pb120 {
		padding-bottom: 19px
	}

	.pl80 {
		padding-left: 9px
	}

	.pr80 {
		padding-right: 14px
	}

	.logo {
		width: 105px
	}

	.w600 {
		width: 67px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 11px !important
	}

	.title_2 {
		font-size: 13px
	}

	.content_bg {
		width: 336px
	}

	.login_btn {
		padding: 2px 5px;
		font-size: 9px
	}

	.p60 {
		padding: 14px
	}

	.mb60 {
		margin-bottom: 14px !important
	}

	.mt60 {
		margin-top: 9px !important
	}

	.btn {
		line-height: 19px;
		margin-left: 4px
	}

	.h150 {
		height: 23px !important;
	}

	.goods_item {
		padding: 2px
	}

	.w336 {
		width: 62px
	}

	.h336 {
		height: 62px
	}

	.ml34 {
		margin-left: 16px !important
	}

	.mt32 {
		margin-top: 4px !important
	}

	.mt40 {
		margin-top: 4px !important
	}

	.mt230 {
		margin-top: 4px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 14px !important
	}

	.w400 {
		width: 75px !important;
		font-size: 11px !important
	}

	.pr92 {
		padding-right: 14px !important;
		padding-left: 14px !important
	}

	.ml40 {
		margin-left: 9px !important
	}

	.fs60 {
		font-size: 13px
	}

	.ml200 {
		margin-left: 9px !important
	}

	.h80 {
		height: 24px !important
	}

	.w80 {
		width: 24px
	}

	.pt20 {
		padding-top: 5px
	}

	.pb20 {
		padding-bottom: 5px
	}
}

@media screen and (max-width: 340px) {


	.top {
		right: 9px;
		bottom: 9px
	}

	.content {
		padding: 9px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1088px
	}

	.mt60 {
		margin-top: 13px !important
	}

	.w400 {
		width: 158px !important
	}

	.mt230 {
		margin-top: 45px !important
	}

	.p60 {
		padding-top: 13px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 58px;
		margin-left: 10px
	}

	.h150 {
		height: 58px !important
	}

	.qq {
		border-radius: 45px;
		background: linear-gradient(180deg, #8f77fb, #2d2160)
	}

	.content_bg {
		width: 1051px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 10px;
		padding: 3px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 9px;
		background: #21142d;
		border-radius: 10px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 4px 38px;
		font-size: 14px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 9px
	}

	.logo {
		width: 362px
	}

	.bottom {
		width: 1196px;
		margin-top: 72px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 9px !important
	}

	.top {
		right: 4px;
		bottom: 18px
	}

	.w145 {
		width: 45px
	}

	.h145 {
		height: 45px
	}

	.logo2 {
		display: block;
		width: 181px;
		margin-top: 4px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 18px
	}

	.pb120 {
		padding-bottom: 18px
	}

	.pl80 {
		padding-left: 9px
	}

	.pr80 {
		padding-right: 13px
	}

	.logo {
		width: 99px
	}

	.w600 {
		width: 63px
	}

	.goods_item {
		width: 49% !important
	}

	.title {
		font-size: 10px !important
	}

	.title_2 {
		font-size: 12px
	}

	.content_bg {
		width: 317px
	}

	.login_btn {
		padding: 2px 5px;
		font-size: 9px
	}

	.p60 {
		padding: 13px
	}

	.mb60 {
		margin-bottom: 13px !important
	}

	.mt60 {
		margin-top: 9px !important
	}

	.btn {
		line-height: 18px;
		margin-left: 4px
	}

	.h150 {
		height: 18px !important
	}

	.goods_item {
		padding: 2px
	}

	.w336 {
		width: 58px
	}

	.h336 {
		height: 58px
	}

	.ml34 {
		margin-left: 15px !important
	}

	.mt32 {
		margin-top: 4px !important
	}

	.mt40 {
		margin-top: 4px !important
	}

	.mt230 {
		margin-top: 4px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 13px !important
	}

	.w400 {
		width: 75px !important;
		font-size: 10px !important
	}

	.pr92 {
		padding-right: 13px !important;
		padding-left: 13px !important
	}

	.ml40 {
		margin-left: 9px !important
	}

	.fs60 {
		font-size: 12px
	}

	.ml200 {
		margin-left: 9px !important
	}

	.h80 {
		height: 22px !important
	}

	.w80 {
		width: 22px
	}

	.pt20 {
		padding-top: 5px
	}

	.pb20 {
		padding-bottom: 5px
	}
}

@media screen and (max-width: 320px) {


	.top {
		right: 8px;
		bottom: 8px
	}

	.content {
		ax-content;
		padding: 8px
	}

	.content_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 1024px
	}

	.mt60 {
		margin-top: 12px !important
	}

	.w400 {
		width: 149px !important
	}

	.mt230 {
		margin-top: 42px !important
	}

	.p60 {
		padding-top: 12px !important
	}

	.btn {
		background: url(../images/btn_bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 55px;
		margin-left: 10px
	}

	.h150 {
		height: 55px !important
	}

	.qq {
		border-radius: 42px;
		background: linear-gradient(180deg, #8f77fb, #2d2160)
	}

	.content_bg {
		width: 989px;
		background: linear-gradient(135deg, #6552b9, #d6d2fa)
	}

	.goods_item {
		border-radius: 10px;
		padding: 3px;
		width: 32%;
		background: linear-gradient(90deg, #8bd5ec, #b254c2)
	}

	.item_content {
		padding: 8px;
		background: #21142d;
		border-radius: 10px
	}

	.login_btn {
		border: 1px solid #fff;
		padding: 4px 35px;
		font-size: 13px;
		background: linear-gradient(180deg, #cabefb, #8f77fb);
		color: #fff;
		border-radius: 8px
	}

	.logo {
		width: 341px
	}

	.bottom {
		width: 1126px;
		margin-top: 68px
	}

	.logo2 {
		display: none
	}

	.mt23 {
		margin-top: 0px !important
	}

	.mt55 {
		margin-top: 8px !important
	}

	.top {
		right: 4px;
		bottom: 17px
	}

	.w145 {
		width: 42px
	}

	.h145 {
		height: 42px
	}

	.logo2 {
		display: block;
		width: 170px;
		margin-top: 4px
	}

	.title {
		justify-content: center !important
	}

	.logo {
		display: none
	}

	.content_c {
		width: 100%;
		padding: 0 !important
	}

	.pt120 {
		padding-top: 17px
	}

	.pb120 {
		padding-bottom: 17px
	}

	.pl80 {
		padding-left: 8px
	}

	.pr80 {
		padding-right: 12px
	}

	.logo {
		width: 93px
	}

	.w600 {
		width: 59px
	}

	.goods_item {
		width: 49% !important
	}


	.title {
		font-size: 10px !important
	}

	.title_2 {
		font-size: 11px
	}

	.content_bg {
		width: 298px
	}

	.login_btn {
		padding: 2px 5px;
		font-size: 8px
	}

	.p60 {
		padding: 12px
	}

	.mb60 {
		margin-bottom: 12px !important
	}

	.mt60 {
		margin-top: 8px !important
	}

	.btn {
		line-height: 17px;
		margin-left: 4px
	}

	.h150 {
		height: 17px !important
	}

	.goods_item {
		padding: 2px
	}

	.w336 {
		width: 55px
	}

	.h336 {
		height: 55px
	}

	.ml34 {
		margin-left: 14px !important
	}

	.mt32 {
		margin-top: 4px !important
	}

	.mt40 {
		margin-top: 4px !important
	}

	.mt230 {
		margin-top: 4px !important
	}

	.bottom {
		width: 100% !important;
		height: auto
	}

	.mt120 {
		margin-top: 12px !important
	}

	.w400 {
		width: 70px !important;
		font-size: 10px !important
	}

	.pr92 {
		padding-right: 12px !important;
		padding-left: 12px !important
	}

	.ml40 {
		margin-left: 8px !important
	}

	.fs60 {
		font-size: 11px
	}

	.ml200 {
		margin-left: 8px !important
	}

	.h80 {
		height: 21px !important
	}

	.w80 {
		width: 21px
	}

	.pt20 {
		padding-top: 5px
	}

	.pb20 {
		padding-bottom: 5px
	}
}

@media screen and (max-width:640px) {
	.qq span {
		padding: 10px;
	}
}



@keyframes gradient {
	0% {
		background-image: linear-gradient(to right, #8bd5ec, #9c9cd9);
	}

	100% {
		background-image: linear-gradient(to right, #ffee00, #ff0);
	}

}