.primary-color {
	color: #ff9641
}

.el-button--primary {
	border-color: #fff
}

.el-loading-mask {
	background-color: rgba(131,192,255,.5)!important;
	border-radius: 30px!important
}

.topHeader {
	display: block!important
}

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

.nav {
	height: 440px!important
}

.pagination {
	margin-bottom: 16px;
	margin-top: 50px
}

.pagination .el-pagination {
	margin: 0 auto
}

.announcement {
	height: 304px;
	display: flex;
	justify-content: space-between
}

.el-dialog {
	border-radius: 20px!important
}

.goods-list {
	width: 1200px;
	margin: 10px auto;
	display: grid;
	grid-template-columns: repeat(5,228px);
	gap: 15px
}

.goods-list .box {
	width: 100%;
	cursor: pointer;
	height: 340px;
	margin-bottom: 5px
}

.goods-list .box .goods-box {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden
}

.goods-list .box .goods-box .goods-img {
	width: 100%;
	height: 228px
}

.goods-list .box .goods-box .goods-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.goods-list .box .goods-box .goods-name {
	margin: 0 16px 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 25px;
	font-family: none!important
}

.goods-list .box .goods-box .goods-price {
	padding: 12px 16px 8px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	color: #ff5b5b
}

.goods-list .box .goods-box .goods-price .taobao-img {
	width: 22px;
	height: 22px;
	border-radius: 50%
}

.goods-list .box .goods-box .goods-price .taobao-img img {
	width: 100%;
	height: 100%
}

.el-dialog__body {
	border-radius: 22px 22px 22px 22px!important
}

.el-dialog__body,.el-dialog__header {
	padding: 0!important
}

.change-type {
	cursor: pointer;
	color: #333e9e;
	font-size: 14px
}

.change-type .change-item {
	float: right;
	margin-right: 40px;
	font-weight: 700
}

.has-account,.no-account {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	color: #333e9e;
	cursor: pointer
}

.register-dialog {
	display: flex
}

.register-dialog .left {
	border-radius: 20px;
	background-color: #f5f7fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 453px;
	height: 598px
}

.register-dialog .left .fresh {
	font-size: 36px;
	font-family: zihun167hao-yirenhei-Regular,zihun167hao-yirenhei;
	font-weight: 400;
	color: #5964bf;
	line-height: 47px;
	letter-spacing: 3px;
	margin-top: 50px
}

.register-dialog .left .envelope {
	width: 301px;
	height: 36px;
	background: rgba(154,177,254,.58);
	border-radius: 22px 22px 22px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold,Source Han Sans CN;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1px;
	text-shadow: 0 0 2px rgba(32,65,164,.17);
	margin-top: 20px
}

.register-dialog .right {
	width: 100%
}

.register-dialog .right .login-container {
	padding: 100px 40px 40px 47px
}

.register-dialog .right .login-container .remember-forget {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333e9f
}

.register-dialog .right .login-container .remember-forget .forget {
	cursor: pointer;
	font-size: 14px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 500;
	color: #333e9e;
	line-height: 17px;
	letter-spacing: 1px
}

.register-dialog .right .login-container .long-btn {
	width: 100%;
	margin: 30px 0 10px;
	height: 50px;
	background: #333e9e;
	border-radius: 41px 41px 41px 41px
}

.register-dialog .right .login-container ::v-deep .el-input-group__prepend {
	border: none!important
}

.register-dialog .right .login-container ::v-deep .el-input__inner {
	border: none!important;
	border-bottom: 1px solid #d9d9d9!important;
	border-radius: 0
}

.register-dialog .right .login-container .button-container {
	display: flex;
	align-items: center;
	justify-content: center
}

.register-dialog .right .login-container .button-container .reg {
	width: 392px;
	height: 50px;
	margin-top: 36px;
	background: #333e9e;
	border-radius: 34px 34px 34px 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	cursor: pointer
}

.register-dialog .right .login-container .protol {
	color: #659fff;
	cursor: pointer
}

.register-dialog .right .login-container .protol-text {
	color: #999;
	margin-top: 28px;
	display: flex;
	align-items: center
}

.register-dialog .right .login-container .protol-text .check {
	margin-right: 9px
}

.register-dialog .right .login-container .tab {
	display: flex
}

.register-dialog .right .login-container .tab .hasMargin {
	margin-right: 52px
}

.register-dialog .right .login-container .tab .tab-text {
	font-size: 16px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 500;
	color: #333;
	line-height: 20px;
	cursor: pointer
}

.register-dialog .right .login-container .tab .selected {
	color: #333e9e
}

.register-dialog .right .login-container .tab .selected:after {
	content: "";
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 20px;
	background-color: #4055c8;
	margin: 3px auto auto
}

.register-dialog .right .login-container .login-form .captcha {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.register-dialog .right .login-container .login-form .captcha .cap {
	width: 200px
}

.register-dialog .right .login-container .login-form .code-text {
	cursor: pointer;
	line-height: 40px;
	color: #659fff
}

.register-dialog .right .login-container .login-form .code-text.disable {
	color: #9e9e9e
}

.register-dialog .right .login-container .login-form .timezone-box {
	width: 90px
}

.register-dialog .right .login-container .login-form .form-ipt {
	margin: 10px 0
}

.register-dialog .right .login-container .login-form .form-ipt .el-input-group__prepend {
	background-color: #fff!important;
	border: none!important
}

.register-dialog .right .login-container .login-form .form-ipt input {
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none
}

.register-dialog .right .register-container {
	padding: 100px 40px 40px 47px
}

.register-dialog .right .register-container ::v-deep .el-input-group__prepend {
	border: none!important
}

.register-dialog .right .register-container ::v-deep .el-input__inner {
	border: none!important;
	border-bottom: 1px solid #d9d9d9!important;
	border-radius: 0
}

.register-dialog .right .register-container .button-container {
	display: flex;
	align-items: center;
	justify-content: center
}

.register-dialog .right .register-container .button-container .reg {
	width: 392px;
	height: 50px;
	margin-top: 36px;
	background: #333e9e;
	border-radius: 34px 34px 34px 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	cursor: pointer
}

.register-dialog .right .register-container .protol {
	color: #659fff;
	cursor: pointer
}

.register-dialog .right .register-container .protol-text {
	color: #999;
	margin-top: 28px;
	display: flex;
	align-items: center
}

.register-dialog .right .register-container .protol-text .check {
	margin-right: 9px
}

.register-dialog .right .register-container .tab {
	display: flex
}

.register-dialog .right .register-container .tab .hasMargin {
	margin-right: 52px
}

.register-dialog .right .register-container .tab .tab-text {
	font-size: 16px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 500;
	color: #333;
	line-height: 20px;
	cursor: pointer
}

.register-dialog .right .register-container .tab .selected {
	color: #333e9e
}

.register-dialog .right .register-container .tab .selected:after {
	content: "";
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 20px;
	background-color: #4055c8;
	margin: 3px auto auto
}

.register-dialog .right .register-container .register-form .captcha {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.register-dialog .right .register-container .register-form .captcha .cap {
	width: 200px
}

.register-dialog .right .register-container .register-form .code-text {
	cursor: pointer;
	line-height: 40px;
	color: #659fff
}

.register-dialog .right .register-container .register-form .code-text.disable {
	color: #9e9e9e
}

.register-dialog .right .register-container .register-form .timezone-box {
	width: 90px
}

.register-dialog .right .register-container .register-form .form-ipt {
	margin: 10px 0
}

.register-dialog .right .register-container .register-form .form-ipt .el-input-group__prepend {
	background-color: #fff!important;
	border: none!important
}

.register-dialog .right .register-container .register-form .form-ipt input {
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none
}

.lazy__img[lazy=loading] {
	padding: 5em 0;
	width: 48px
}

.lazy__img[lazy=loaded] {
	width: 100%;
	border-radius: 8px 8px 0 0
}

.lazy__img[lazy=error] {
	padding: 5em 0;
	width: 48px
}

.main {
	width: 1200px;
	margin: 20px auto
}

.main .top-content {
	width: 100%;
	min-height: 186px;
	position: relative
}

.main .top-content .right-arrow {
	position: absolute;
	right: -70px;
	bottom: 40%;
	cursor: pointer
}

.main .top-content .left-arrow {
	position: absolute;
	left: -70px;
	bottom: 40%;
	cursor: pointer
}

.main .top-content .el-carousel__arrow--left,.main .top-content .el-carousel__arrow--right {
	display: none
}

.main .top-content .arrow-img {
	width: 40px;
	height: 40px
}

.main .top-content .step {
	width: 1200px;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3,1fr)
}

.main .top-content .step .step-sign {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1
}

.main .top-content .step .other-step,.main .top-content .step .step-item {
	border-radius: 4px 4px 4px 4px;
	height: 186px;
	z-index: 1;
	position: relative
}

.main .top-content .step .other-step .step-title,.main .top-content .step .step-item .step-title {
	display: flex
}

.main .top-content .step .other-step .step-title .num,.main .top-content .step .step-item .step-title .num {
	margin-right: 16px;
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #ff9641;
	border-radius: 12px 0 0 12px;
	justify-content: center;
	align-items: center;
	color: #fff
}

.main .top-content .step .other-step .step-title .title,.main .top-content .step .step-item .step-title .title {
	display: flex;
	width: 76px;
	height: 24px;
	background: #4055c8;
	border-radius: 0 12px 0 0;
	color: #fff;
	justify-content: center;
	align-items: center
}

.main .top-content .step .other-step .description,.main .top-content .step .step-item .description {
	font-size: 14px;
	margin-top: 10px
}

.main .top-content .step .other-step {
	border-radius: 4px 4px 4px 4px;
	z-index: 1;
	height: 186px;
	position: relative;
	cursor: pointer;
	background-color: #fff
}

.main .top-content .step .other-step .step-text-p {
	width: 138px;
	font-size: 13px;
	font-family: PingFang SC;
	color: #c6c6c6
}

.main .top-content .step .step-item-three {
	height: 66px;
	display: flex;
	align-items: center;
	position: relative;
	width: 290px;
	background-color: #fff
}

.main .top-content .step .step-item-three .step-title {
	display: flex
}

.main .top-content .step .step-item-three .step-title .num {
	margin-right: 16px;
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #ff9641;
	border-radius: 12px 0 0 12px;
	justify-content: center;
	align-items: center;
	color: #fff
}

.main .top-content .step .step-item-three .step-title .title {
	display: flex;
	width: 76px;
	height: 24px;
	background: #4055c8;
	border-radius: 0 12px 0 0;
	color: #fff;
	justify-content: center;
	align-items: center
}

.main .top-content .step .step-item-three .description {
	font-size: 14px;
	margin-top: 10px
}

.main .top-content .step .step-item-three .step-img {
	width: 29px;
	height: 27px;
	margin-left: 25px;
	position: absolute;
	right: -165px;
	top: 23px
}

.main .top-content .step .step-item-right {
	width: 290px;
	background-color: #fff;
	height: 66px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 50px
}

.main .top-content .step .step-item-right .step-title {
	display: flex
}

.main .top-content .step .step-item-right .step-title .num {
	margin-right: 16px;
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #ff9641;
	border-radius: 12px 0 0 12px;
	justify-content: center;
	align-items: center;
	color: #fff
}

.main .top-content .step .step-item-right .step-title .title {
	display: flex;
	width: 76px;
	height: 24px;
	background: #4055c8;
	border-radius: 0 12px 0 0;
	color: #fff;
	justify-content: center;
	align-items: center
}

.main .top-content .step .step-item-right .description {
	font-size: 14px;
	margin-top: 10px
}

.main .top-content .step .step-p {
	margin: 26px 0 0 24px;
	width: 152px;
	font-family: PingFang SC;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center
}

.main .top-content .step .steps {
	width: 6px;
	height: 20px;
	display: inline-block;
	margin-right: 13px
}

.main .top-content .step .strategy {
	font-size: 14px;
	color: #4055c8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 34px;
	background: #fff;
	border: 1px solid #4055c8;
	border-radius: 17px;
	text-align: center
}

.main .top-content .step .step-text-p {
	width: 195px;
	font-size: 13px;
	font-family: PingFang SC;
	color: #c6c6c6;
	margin-top: 0
}

.main .top-content .step .step-img {
	width: 29px;
	height: 27px;
	margin-left: 25px;
	position: absolute;
	right: -123px;
	top: 23px
}

.main .top-content .step .step-item:last-child:after {
	content: " ";
	display: inline-block;
	width: 100px;
	height: 2px;
	border-bottom: none
}

.main .top-content .content {
	width: 100%;
	height: 472px;
	display: flex;
	justify-content: space-between
}

.main .top-content .content .left {
	width: 230px;
	height: 100%;
	margin-right: 10px
}

.main .top-content .content .left .img {
	width: 230px;
	height: 134px;
	margin-bottom: 10px
}

.main .top-content .content .left .left-img {
	border-radius: 8px;
	margin-bottom: 12px;
	width: 230px;
	height: 415px;
	background-size: 100% 100%
}

.main .top-content .content .left .notice {
	width: 230px;
	height: 181px;
	border-radius: 8px;
	background: #fff;
	color: #000;
	overflow: hidden;
	box-sizing: border-box;
	padding: 18px
}

.main .top-content .content .left .notice .top {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .top-content .content .left .notice .top .text {
	font-size: 18px;
	font-family: Source Han Sans CN-Medium,Source Han Sans CN;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	letter-spacing: 1px
}

.main .top-content .content .left .notice .top .more {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular,Source Han Sans CN;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	letter-spacing: 1px;
	cursor: pointer
}

.main .top-content .content .left .notice .bottom {
	margin-top: 18px;
	height: 125px;
	overflow: hidden
}

.main .top-content .content .left .notice .bottom .inner {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular,Source Han Sans CN;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	letter-spacing: 1px;
	margin-bottom: 15px
}

.main .top-content .content .left .menu-list {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #d3d3d3
}

.main .top-content .content .left .menu-list .menu-item {
	width: 131.5px;
	height: 101px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	align-items: flex-start;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3
}

.main .top-content .content .left .menu-list .menu-item .icon {
	margin-bottom: 10px;
	color: #4055c8;
	font-size: 20px
}

.main .top-content .content .left .menu-list .menu-item label {
	cursor: pointer
}

.main .top-content .content .center {
	width: 716px;
	height: auto;
	height: 260px
}

.main .top-content .content .center .el-carousel__item h3 {
	color: #475669;
	font-size: 14px;
	opacity: .75;
	line-height: 150px;
	margin: 0
}

.main .top-content .content .center .el-carousel__item:nth-child(2n) {
	background-color: #99a9bf
}

.main .top-content .content .center .el-carousel__item:nth-child(odd) {
	background-color: #d3dce6
}

.main .top-content .content .center .center-monty {
	cursor: pointer;
	margin-top: 12px;
	padding: 0 20px;
	width: 676px;
	height: 120px;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 12px
}

.main .top-content .content .center .center-monty .center-monty-top {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .top-content .content .center .center-monty .center-monty-top .center-monty-left {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #333
}

.main .top-content .content .center .center-monty .center-monty-top .center-monty-right {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 220px;
	height: 35px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 17px;
	font-size: 14px;
	color: #c5c5c5;
	padding-left: 10px
}

.main .top-content .content .center .center-monty .center-monty-top .center-monty-right .center-monty-but {
	font-size: 14px;
	color: #4055c8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 34px;
	background: #fff;
	border: 1px solid #4055c8;
	border-radius: 17px;
	padding: 0 10px
}

.main .top-content .content .center .center-monty .scroll-container {
	width: 685px;
	height: 60px;
	margin-top: 5px;
	overflow: hidden
}

.main .top-content .content .center .center-monty .scroll-container .center-monty-flex {
	width: 685px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.main .top-content .content .center .center-monty .scroll-container .center-monty-flex .center-monty-center {
	margin-top: 13px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 42%;
	height: 46px;
	background-color: #f9f9f9;
	font-size: 14px;
	color: #4055c8;
	margin-right: 10px;
	opacity: .95
}

.main .top-content .content .center .center-flex {
	display: flex;
	align-items: center;
	overflow: hidden
}

.main .top-content .content .center .center-flex .center-list {
	background-image: url(img/xian1.png);
	margin-right: 12px;
	width: 324px;
	height: 156px;
	padding: 14px;
	border-radius: 8px
}

.main .top-content .content .center .center-flex .center-list .center-order-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 19px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent {
	border-radius: 8px;
	font-size: 14px;
	width: 290px;
	height: 78px;
	display: flex;
	justify-content: space-between
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .line-flex {
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .line {
	background-image: url(img/xian2.png);
	width: 261px;
	height: 60px;
	margin-left: 12px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .trans {
	margin-left: 12px;
	margin-top: 2px;
	font-size: 10px;
	font-family: PingFang SC-Regular,PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 14px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left {
	width: 48px;
	align-items: center;
	display: flex;
	flex-direction: column
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left .leader-name {
	max-width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left .center-order-img {
	width: 44px;
	height: 44px;
	margin-bottom: 5px;
	border-radius: 50%
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-mian {
	width: 260px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-mian .day {
	padding: 10px 0 0 10px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-mian .center-order-go {
	margin: 5px 0;
	width: 40px;
	height: 6px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left,.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left .img,.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right .img {
	width: 16px;
	height: 16px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-left .local,.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right .local {
	display: flex;
	align-items: center
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right {
	width: 260px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right .post {
	font-size: 12px;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 14px
}

.main .top-content .content .center .center-flex .center-list .center-order-centent .center-order-centent-right .location {
	width: 130px;
	font-size: 6px;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 20px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .group-flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 130px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .img-under {
	width: 20px;
	height: 20px;
	position: relative;
	left: 13px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .img-shift {
	width: 20px;
	height: 20px;
	position: relative;
	left: 3px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .img-shif {
	width: 20px;
	height: 20px;
	position: relative;
	left: -6px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .group-info {
	font-size: 10px;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	color: #666;
	line-height: 20px;
	width: 100px
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .center-order-buttom-left {
	font-size: 12px;
	color: #c6c6c6;
	display: flex;
	flex-direction: column
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .center-order-buttom-left .red-text {
	color: #fd5858
}

.main .top-content .content .center .center-flex .center-list .center-order-buttom .center-order-buttom-right {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 30px;
	background: #fd5858;
	border-radius: 42px 42px 42px 42px
}

.main .top-content .content .right {
	width: 230px;
	height: 100%;
	margin-left: 12px
}

.main .top-content .content .right .el-carousel__container {
	height: 280px
}

.main .top-content .content .right .bottom,.main .top-content .content .right .top {
	width: 230px;
	height: 231px;
	background-color: #fff;
	margin-bottom: 12px;
	border-radius: 8px
}

.main .top-content .content .right .right-login {
	position: relative;
	width: 230px;
	height: 414px;
	border-radius: 8px
}

.main .top-content .content .right .right-login .line {
	width: 180px;
	height: 1px;
	background-color: #ececec;
	position: absolute;
	left: 9%;
	top: 53%
}

.main .top-content .content .right .right-login .right-img-flex {
	padding-top: 20px;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center
}

.main .top-content .content .right .right-login .right-img-flex .right-img {
	width: 80px;
	height: 80px;
	background: #f9f9f9;
	border-radius: 50%
}

.main .top-content .content .right .right-login .right-name {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin: 19px 0
}

.main .top-content .content .right .right-login .but-flex {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-around
}

.main .top-content .content .right .right-login .but-flex .right-reginbtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 80px;
	height: 34px;
	background: #fff;
	color: #666;
	border: 1px solid #d9d9d9;
	border-radius: 46px 46px 46px 46px
}

.main .top-content .content .right .right-login .but-flex .right-loginbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 34px;
	background: #4055c8;
	border-radius: 17px;
	font-size: 14px;
	font-family: PingFang SC-Medium,PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 17px;
	letter-spacing: 1px
}

.main .top-content .content .right .right-login .little-down {
	padding-top: 15px
}

.main .top-content .content .right .right-login .right-buttom {
	display: flex;
	text-align: center;
	justify-content: space-around;
	align-items: center
}

.main .top-content .content .right .right-login .right-buttom img {
	width: 21px;
	height: 21px
}

.main .top-content .content .right .right-login .right-buttom .right-btner {
	margin-top: 23px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.main .top-content .content .right .right-login .right-buttom .right-btner img {
	width: 20px;
	height: 18px
}

.main .top-content .content .right .right-login .right-buttom .right-btner p {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333
}

.main .top-content .content .right .sold {
	margin: 0 auto;
	width: 180px;
	height: .5px;
	background: #ececec
}

.main .top-content .content .right .fwimg {
	width: 230px;
	height: 84px;
	margin-top: 13px;
	border-radius: 8px
}

.main .platform-type {
	display: flex;
	margin-top: 50px
}

.main .platform-type .support {
	font-size: 22px;
	font-weight: 700;
	margin-right: 20px
}

.main .platform-type .platform {
	padding: 10px 16px;
	background-color: #fff;
	border-radius: 23px;
	color: #444;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 0 20px
}

.main .platform-type .platform-logo {
	width: 26px;
	height: 26px;
	margin-right: 6px
}

.main .content {
	margin-top: 50px;
	margin-bottom: 26px;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
	font-family: Montserrat\,extraBold!important
}

.main .content label {
	font-size: 24px
}

.main .content span {
	color: #c5c5c5
}

.main .self-support {
	position: relative;
	z-index: 3
}

.main .self-support .goods-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 36px 19px;
	font-size: 24px;
	font-weight: 700;
	min-height: 46px
}

.main .self-support .go-goods {
	background-color: #f35252;
	color: #fff;
	padding: 10px 23px;
	border-radius: 26px;
	cursor: pointer
}

.main .self-support .self-support-list {
	padding: 0 34px 34px 36px;
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(5,110px)
}

.main .self-support .self-name {
	font-size: 12px;
	color: #333!important;
	font-weight: 500;
	margin-top: 8px;
	margin-bottom: 13px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical
}

.main .self-support .self-support-price {
	margin-top: 13px;
	color: #ff3e38;
	font-size: 14px
}

.main .self-support .symbol {
	font-size: 22px
}

.main .self-support .self-img {
	width: 110px;
	height: 110px;
	border-radius: 12px
}

.main .self-support-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0
}

.main .notices {
	padding: 0 30px;
	overflow-x: hidden;
	height: 214px
}

.main .notices .inner {
	font-size: 16px;
	color: #666;
	position: relative;
	padding: 15px 0 15px 20px;
	line-height: 22px;
	cursor: pointer
}

.main .notices .inner:after {
	content: "";
	position: absolute;
	top: 43%;
	left: 0;
	background-color: #6fccff;
	width: 6px;
	height: 6px;
	border-radius: 50%
}

.main .shop-goods-list {
	display: grid;
	min-height: 500px;
	grid-template-columns: repeat(3,1fr)
}

.main .loading {
	text-align: center
}

.main .loading .loading-icon {
	font-size: 30px;
	margin-top: 20px
}

.main .loading-button {
	text-align: center;
	font-size: 30px
}

.main .load-more {
	margin-top: 20px
}

.main .load-more,.main .load-more .more-item {
	text-align: center;
	display: flex;
	justify-content: center
}

.main .load-more .more-item {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	width: 220px;
	border: 1px solid #8e8e8e;
	border-radius: 35px;
	cursor: pointer;
	align-items: center
}

.main .load-more .more-item .load-arrow {
	margin-left: 10px;
	margin-top: 5px
}

.main .goods-list {
	width: 100%;
	min-height: 500px;
	margin-top: 30px
}

.main .goods-list .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px
}

.main .goods-list .list div:nth-child(5n+1) {
	margin-left: 0
}

.main .goods-list .list div:nth-of-type(5n) {
	margin-right: 0
}

.main .goods-list .list .waterfall-list {
	background-color: transparent!important
}

.main .goods-list .list .list-item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
	margin: 5px;
	width: 285px;
	cursor: pointer;
	padding-bottom: 10px
}

.main .goods-list .list .list-item .pic-url {
	width: 289px;
	height: 289px
}

.main .goods-list .list .list-item .text {
	display: flex;
	justify-content: center;
	padding: 0 8px;
	margin: 10px 0
}

.main .goods-list .list .list-item .list-item-img {
	display: flex;
	width: 100%;
	border-radius: 8px 8px 0 0
}

.main .goods-list .list .list-item .list-item-parice {
	color: #ff5b5b;
	font-weight: 700
}

.main .goods-list .list .list-item .list-item-text {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 39px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 200px;
	height: 37px
}

.main .goods-list .list .list-item .list-item-price {
	display: flex;
	margin: 14px 14px 0;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	align-items: center
}

.main .goods-list .list .list-item .list-item-price .list-item-price1 {
	display: flex;
	align-items: center;
	color: #ff5b5b
}

.main .goods-list .list .list-item .list-item-price .list-item-currency {
	margin: 0 2px
}

.main .goods-list .list .list-item .list-item-price .list-item-price2 {
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: line-through
}

.scroll-up {
	-webkit-animation: scroll-up 10s linear infinite;
	animation: scroll-up 10s linear infinite
}

@-webkit-keyframes scroll-up {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-80%)
	}
}

@keyframes scroll-up {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-80%)
	}
}