.page-wrap[data-v-1f9b29e2] {
	background: #f4f6f8
}

.main-page[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: calc(100vh - 34px);
	font-size: 16px;
	font-family: PingFangSC-Regular;
	color: #222;
	position: relative
}

.main-page .top-tip[data-v-1f9b29e2] {
	height: 44px;
	background: #000;
	opacity: .9;
	z-index: 100;
	font-weight: 500;
	font-family: PingFangSC-Medium;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-page .nav[data-v-1f9b29e2],
.main-page .top-tip[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .nav[data-v-1f9b29e2] {
	height: 54px;
	background: #f4f6f8;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
	z-index: 10
}

.main-page .nav .logo[data-v-1f9b29e2] {
	display: inline-block;
	width: 90px;
	height: 30px;
	background: url(https://vvvvv.cc/img/logo_icon6.101abcd6.png) no-repeat;
	background-size: contain;
	margin-top: 8px
}

.main-page .nav .app-qr[data-v-1f9b29e2] {
	width: 56px;
	height: 54px;
	font-size: 10px;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .nav .app-qr[data-v-1f9b29e2]:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../data-uri/png/png_4dde5.png) no-repeat;
	background-position: 50%;
	background-size: 24px
}

.main-page .new-header[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px 20px
}

.main-page .new-header .user-profile[data-v-1f9b29e2] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .new-header .user-profile .photo-wrap[data-v-1f9b29e2],
.main-page .new-header .user-profile[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-page .new-header .user-profile .photo-wrap[data-v-1f9b29e2] {
	position: relative;
	width: 100%;
	height: 158px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
	background-image: url(../img/default_header_bg.4468f352.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 20px;
	border-radius: 16px
}
.main-page .new-header .user-profile .photo-wrap2[data-v-1f9b29e2] {
	position: relative;
	width: 100%;
	height: 158px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
	background-image: url(../static/img/background.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 20px;
	border-radius: 16px
}

.main-page .new-header .user-profile .photo-wrap .mood[data-v-1f9b29e2] {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 16px;
	line-height: 20px;
	font-size: 13px;
	margin-top: 20px;
	color: #FFFF00;
	background: hsla(0, 0%, 100%, .3);
	border-radius: 20px
}

.main-page .new-header .user-profile .photo-wrap .mood-icon[data-v-1f9b29e2] {
	width: 20px;
	height: 20px;
	margin-right: 6px
}

.main-page .new-header .user-profile .photo-wrap .mood[data-v-1f9b29e2]:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: hsla(0, 0%, 100%, .3);
	border-radius: 20px;
	-webkit-filter: blur(30px);
	filter: blur(30px)
}

.main-page .new-header .user-profile .photo-wrap .mood[data-v-1f9b29e2]:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-top: 5px solid hsla(0, 0%, 100%, .3);
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent
}

.main-page .new-header .user-profile .photo-wrap .photo[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 100px;
	height: 100px;
	background-image: url(../img/default_header.123a3670_6f692df92b80430ba0c2d2a23489a9b1.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -50px;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: #e6e8ea 0 10px 20px 5px;
	box-shadow: 0 10px 20px 5px #e6e8ea
}

.main-page .new-header .user-profile .photo-wrap .photo img[data-v-1f9b29e2] {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-page .new-header .user-profile .photo-wrap .photo .taps[data-v-1f9b29e2] {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 20px;
	border-radius: 2px;
	background: #ffde5a;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	-webkit-transform: skew(-18deg);
	transform: skew(-18deg);
	margin-left: -40px
}

.main-page .new-header .user-profile .name[data-v-1f9b29e2],
.main-page .new-header .user-profile .photo-wrap .photo .taps[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: PingFangSC-Medium
}

.main-page .new-header .user-profile .name[data-v-1f9b29e2] {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	margin-top: 10px
}

.main-page .new-header .user-profile .name .gender-icon[data-v-1f9b29e2] {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 10px 6px 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.main-page .new-header .user-profile .name .man[data-v-1f9b29e2] {
	background-image: url(../data-uri/png/png_620a1.png)
}

.main-page .new-header .user-profile .name .female[data-v-1f9b29e2] {
	background-image: url(../data-uri/png/png_d1ede.png)
}

.main-page .new-header .user-profile .desc[data-v-1f9b29e2] {
	padding: 0 12px;
	font-size: 14px;
	text-align: center;
	color: #aaa;
	line-height: 20px;
	margin-top: 4px
}

.main-page .body[data-v-1f9b29e2],
.main-page .new-header .user-profile .desc[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.main-page .body .tab-list[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.main-page .body .tab-list .tab-item[data-v-1f9b29e2],
.main-page .body .tab-list[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .body .tab-list .tab-item[data-v-1f9b29e2] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 35px;
	padding: 0 12px;
	background: #fff;
	border-radius: 17px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px
}

.main-page .body .tab-list .tab-item .text[data-v-1f9b29e2] {
	margin-left: 6px
}

.main-page .body .tab-list .tab-item[data-v-1f9b29e2]:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.main-page .body .tab-list .lx[data-v-1f9b29e2]:before {
	background-image: url(../data-uri/png/png_66b9a.png)
}

.main-page .body .tab-list .dt[data-v-1f9b29e2]:before {
	background-image: url(../img/dt_icon.2b85444b.png)
}

.main-page .app-list[data-v-1f9b29e2] {
	width: 100%;
	background: #f4f6f8;
	padding: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.main-page .app-list .item[data-v-1f9b29e2],
.main-page .app-list[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .app-list .item[data-v-1f9b29e2] {
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px;
	position: relative;
	color: #222
}

.main-page .app-list .item .content-wrap[data-v-1f9b29e2] {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 16px;
	border-radius: 17px
}

.main-page .app-list .item .img-wrap[data-v-1f9b29e2] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 10px
}

.main-page .app-list .item .img-wrap img[data-v-1f9b29e2] {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.main-page .app-list .item .app-name[data-v-1f9b29e2] {
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: PingFang SC;
	font-weight: 500
}

.main-page .app-list .item .remove[data-v-1f9b29e2] {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: url(../data-uri/png/png_7e266.png) no-repeat;
	background-size: contain
}

.main-page .app-list .app-empty[data-v-1f9b29e2]:before {
	background-image: url(https://vvvvv.cc/images/contact_empty_1.ccb1a5ae.png)
}

.main-page .msg-list[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f4f6f8;
	padding: 12px
}

.main-page .msg-list .item[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 8px
}

.main-page .msg-list .item .content-wrap[data-v-1f9b29e2] {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 16px;
	overflow: hidden
}

.main-page .msg-list .item .content-wrap img[data-v-1f9b29e2] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-page .msg-list .msg-empty[data-v-1f9b29e2]:before {
	background-image: url(https://vvvvv.cc/images/msg_empty_1.e85d4b36.png)
}

.main-page .data-empty[data-v-1f9b29e2] {
	width: 100%;
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #999
}

.main-page .data-empty[data-v-1f9b29e2]:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	margin-bottom: 16px
}

.main-page .popup-container[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 65vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222
}

.main-page .popup-container .popup-header[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative
}

.main-page .popup-container .popup-header .close[data-v-1f9b29e2] {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../data-uri/png/png_6414f.png) no-repeat;
	background-size: contain;
	z-index: 5
}

.main-page .popup-container .popup-header .title[data-v-1f9b29e2] {
	padding: 35px 10px 15px;
	font-size: 18px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: center
}

.main-page .popup-container .popup-body[data-v-1f9b29e2] {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto
}

.main-page .popup-container .popup-body .list[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5% 15px
}

.main-page .popup-container .popup-body .list .item[data-v-1f9b29e2],
.main-page .popup-container .popup-body .list[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .popup-container .popup-body .list .item[data-v-1f9b29e2] {
	width: 25%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 10px
}

.main-page .popup-container .popup-body .list .item .img-wrap[data-v-1f9b29e2] {
	width: 100%;
	padding-top: 100%;
	position: relative
}

.main-page .popup-container .popup-body .list .item .img-wrap img[data-v-1f9b29e2] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-page .popup-container .popup-body .list .item .name[data-v-1f9b29e2] {
	width: 100%;
	min-height: 30px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 6px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center
}

.main-page .popup-container .popup-body .list .selected[data-v-1f9b29e2] {
	opacity: .3
}

.main-page .popup-container .popup-body .content[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 5%
}

.main-page .popup-container .popup-body .content .input-wrap[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	background: #e9e9e9;
	border-radius: 10px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .popup-container .popup-body .content .input-wrap .app-icon[data-v-1f9b29e2] {
	width: 32px;
	height: 32px;
	-o-object-fit: cover;
	object-fit: cover
}

.main-page .popup-container .popup-body .content .input-wrap input[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background: transparent;
	outline: none;
	border: none;
	margin: 0 8px
}

.main-page .popup-container .popup-body .content .input-wrap .remove[data-v-1f9b29e2] {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../data-uri/png/png_e8ad0.png) no-repeat;
	background-size: contain;
	margin-right: 5px
}

.main-page .popup-container .popup-body .content .explain[data-v-1f9b29e2] {
	margin: 15px 0;
	color: #666;
	text-align: center
}

.main-page .popup-container .popup-body .btn[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5%
}

.main-page .popup-container .popup-body .btn span[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 44px;
	background: #ffde5a;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	opacity: .5
}

.main-page .popup-container .popup-body .btn .active[data-v-1f9b29e2] {
	opacity: 1
}

.main-page .popup-container .popup-body .qrcode-wrap[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .popup-container .popup-body .qrcode-wrap p[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 18px;
	line-height: 25px;
	color: #8e8e93;
	text-align: center;
	word-break: break-word
}

.main-page .popup-container .popup-body .qrcode-wrap .qrcode[data-v-1f9b29e2] {
	margin: 16px 0 24px
}

.main-page .not-active[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	color: #ffde5a;
	font-weight: 500;
	font-family: PingFangSC-Medium;
	padding-top: 100px;
	text-align: center
}

.main-page .lock[data-v-1f9b29e2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 16px 0
}

.main-page .lock .icon[data-v-1f9b29e2] {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../data-uri/png/png_4df6d.png) no-repeat;
	background-size: contain
}

.main-page .lock .text[data-v-1f9b29e2] {
	font-size: 18px;
	line-height: 25px;
	color: #383838;
	text-align: center;
	margin-top: 25px
}

.main-page .footer[data-v-1f9b29e2] {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	font-size: 24px;
	color: #ffd217;
	font-family: PingFangSC-Medium;
	padding-bottom: 40px
}

.main-page .footer[data-v-1f9b29e2],
.main-page .store-icon[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page .store-icon[data-v-1f9b29e2] {
	position: fixed;
	right: 0;
	top: 160px;
	width: 60px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	background: #ffde5a;
	color: #fff;
	font-size: 16px
}

.main-page .product-wrap[data-v-1f9b29e2] {
	width: 100%;
	padding-bottom: 10px
}

.main-page .product-wrap .title[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px
}

.main-page .product-wrap .list[data-v-1f9b29e2] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 10px
}

.main-page .product-wrap .list .item-wrap[data-v-1f9b29e2] {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 10px
}

.main-page .product-wrap .list .item-wrap .item[data-v-1f9b29e2] {
	position: relative;
	width: 100%;
	background: #fafafa;
	border-radius: 12px;
	overflow: hidden
}

.main-page .product-wrap .list .item-wrap .item .img-wrap[data-v-1f9b29e2] {
	width: 100%;
	position: relative;
	padding-top: 100%
}

.main-page .product-wrap .list .item-wrap .item .img-wrap img[data-v-1f9b29e2] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-page .product-wrap .list .item-wrap .item .name[data-v-1f9b29e2] {
	padding: 8px 10px;
	font-size: 13px;
	line-height: 20px;
	color: #333
}

.main-page .product-wrap .list .item-wrap .item .price[data-v-1f9b29e2] {
	padding: 0 8px 12px;
	font-size: 18px;
	color: #f26363
}

.main-page .product-wrap .list .item-wrap .item .price span[data-v-1f9b29e2] {
	font-size: 10px
}

.dark[data-v-1f9b29e2] {
	background: #18191a;
	color: #fff
}

.dark .nav[data-v-1f9b29e2] {
	background: #18191a
}

.dark .nav .slider[data-v-1f9b29e2] {
	background: url(https://vvvvv.cc/images/sliders_h2.0705efce.png) no-repeat;
	background-size: 24px;
	background-position: 50%
}

.dark .nav .logo[data-v-1f9b29e2] {
	background: url(https://vvvvv.cc/images/instap_logo.c7bf1bfd.png) no-repeat;
	background-size: contain
}

.dark .nav .app-qr[data-v-1f9b29e2] {
	color: #fff
}

.dark .nav .app-qr[data-v-1f9b29e2]:before {
	background: url(https://vvvvv.cc/images/nav_qr_icon.71d2969a.png) no-repeat;
	background-size: 24px;
	background-position: 50%
}

.dark .new-header[data-v-1f9b29e2] {
	background: #18191a
}

.dark .new-header .user-profile .photo-wrap .photo[data-v-1f9b29e2] {
	-webkit-box-shadow: none;
	box-shadow: none
}

.dark .new-header .user-profile .desc[data-v-1f9b29e2],
.dark .new-header .user-profile .name[data-v-1f9b29e2] {
	color: #fff
}

.dark .store-icon[data-v-1f9b29e2] {
	background: #f5f7fa;
	color: #06070d
}

.dark .body .app-list[data-v-1f9b29e2],
.dark .body .msg-list[data-v-1f9b29e2] {
	background: #18191a
}

.dark .body .msg-list .msg-empty[data-v-1f9b29e2]:before {
	background-image: url(https://vvvvv.cc/images/msg_empty_2.8c1d2635.png)
}

.dark .body .app-list .app-empty[data-v-1f9b29e2]:before {
	background-image: url(https://vvvvv.cc/images/contact_empty_2.0bb89eff.png)
}
