ul li {
	list-style: none;
}

.van-swipe {
	position: relative;
	overflow: hidden;
	cursor: grab;
	-webkit-user-select: none;
	user-select: none
}

.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%
}

.van-swipe__track--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.van-swipe__indicators {
	position: absolute;
	bottom: 12px;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
	top: 50%;
	bottom: auto;
	left: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
	margin-bottom: 6px
}

.van-swipe__indicator {
	width: 6px;
	height: 6px;
	background-color: #ebedf0;
	border-radius: 100%;
	opacity: .3;
	-webkit-transition: opacity .2s,background-color .2s;
	transition: opacity .2s,background-color .2s
}

.van-swipe__indicator:not(:last-child) {
	margin-right: 6px
}

.van-swipe__indicator--active {
	background-color: #1989fa;
	opacity: 1
}

.van-swipe-item {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%
}

.van-image-preview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.van-image-preview__swipe {
	height: 100%
}

.van-image-preview__swipe-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden
}

.van-image-preview__cover {
	position: absolute;
	top: 0;
	left: 0
}

.van-image-preview__image {
	width: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.van-image-preview__image--vertical {
	width: auto;
	height: 100%
}

.van-image-preview__image img {
	-webkit-user-drag: none
}

.van-image-preview__image .van-image__error {
	top: 30%;
	height: 40%
}

.van-image-preview__image .van-image__error-icon {
	font-size: 36px
}

.van-image-preview__image .van-image__loading {
	background-color: transparent
}

.van-image-preview__index {
	position: absolute;
	top: 16px;
	left: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 1px 1px #323233;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.van-image-preview__overlay {
	background-color: rgba(0,0,0,.9)
}

.van-image-preview__close-icon {
	position: absolute;
	z-index: 1;
	color: #c8c9cc;
	font-size: 22px;
	cursor: pointer
}

.van-image-preview__close-icon:active {
	color: #969799
}

.van-image-preview__close-icon--top-left {
	top: 16px;
	left: 16px
}

.van-image-preview__close-icon--top-right {
	top: 16px;
	right: 16px
}

.van-image-preview__close-icon--bottom-left {
	bottom: 16px;
	left: 16px
}

.van-image-preview__close-icon--bottom-right {
	right: 16px;
	bottom: 16px
}

.van-action-sheet {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-height: 80%;
	overflow: hidden;
	color: #323233
}

.van-action-sheet__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	flex: 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.van-action-sheet__cancel,.van-action-sheet__item {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	background-color: #fff;
	border: none;
	cursor: pointer
}

.van-action-sheet__cancel:active,.van-action-sheet__item:active {
	background-color: #f2f3f5
}

.van-action-sheet__item {
	line-height: 22px
}

.van-action-sheet__item--disabled,.van-action-sheet__item--loading {
	color: #c8c9cc
}

.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active {
	background-color: #fff
}

.van-action-sheet__item--disabled {
	cursor: not-allowed
}

.van-action-sheet__item--loading {
	cursor: default
}

.van-action-sheet__cancel {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	color: #646566
}

.van-action-sheet__subname {
	margin-top: 8px;
	color: #969799;
	font-size: 12px;
	line-height: 18px
}

.van-action-sheet__gap {
	display: block;
	height: 8px;
	background-color: #f7f8fa
}

.van-action-sheet__header {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	text-align: center
}

.van-action-sheet__description {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding: 20px 16px;
	color: #969799;
	font-size: 14px;
	line-height: 20px;
	text-align: center
}

.van-action-sheet__description:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 16px;
	bottom: 0;
	left: 16px;
	border-bottom: 1px solid #ebedf0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.van-action-sheet__loading-icon .van-loading__spinner {
	width: 22px;
	height: 22px
}

.van-action-sheet__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 16px;
	color: #c8c9cc;
	font-size: 22px;
	line-height: inherit
}

.van-action-sheet__close:active {
	color: #969799
}

.mainBox[data-v-391ff472] {
	width: 100%;
	-webkit-overflow-scrolling: touch
}

.header[data-v-391ff472] {
	width: 100%;
	height: 1.44rem;
	background: url(../images/bg@2x.png) no-repeat;
	background-size: 100% 1.44rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	z-index: 6;
	top: 0!important
}
.header_01logo[data-v-391ff472] {
	margin-left: 0rem;
	height: 1.546667rem;
	text-align: center;
}
.header_logo[data-v-391ff472] {
	margin-left: 0rem;
	width: 3.92rem;
	height: 1.546667rem;
	text-align: center;
}

.header_btn[data-v-391ff472] {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: .32rem
}

.header_btn img[data-v-391ff472] {
	width: 1.813333rem
}

.header_btn img[data-v-391ff472]:first-child {
	margin-top: .08rem
}

.header_btn img[data-v-391ff472]:nth-child(2) {
	margin-bottom: .08rem
}

.nav[data-v-391ff472] {
	display: flex;
	align-items: center;
	height: 1.173333rem;
	font-size: .373333rem;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 1.413333rem!important;
	background: #fff;
	z-index: 6;
	box-shadow: 0 .026667rem .133333rem #dfdfdf
}

.nav div[data-v-391ff472] {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ababab;
	cursor: pointer;
	font-family: PingFang SC Regular
}

.nav div[data-v-391ff472]:first-child,.nav div[data-v-391ff472]:nth-child(2),.nav div[data-v-391ff472]:nth-child(3) {
	width: 2.453333rem;
	margin-right: .266667rem
}

.nav div[data-v-391ff472]:nth-child(4) {
	margin-left: .986667rem
}

.nav .phone[data-v-391ff472] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .phone div[data-v-391ff472] {
	height: .48rem
}

.nav .phone div[data-v-391ff472]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav .allPorts[data-v-391ff472] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .allPorts div[data-v-391ff472] {
	height: .48rem
}

.nav .allPorts div[data-v-391ff472]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav img[data-v-391ff472] {
	width: .48rem;
	height: .48rem
}

.navColor[data-v-391ff472] {
	font-family: PingFang SC Medium!important;
	color: #000!important;
	font-weight: Medium
}

.navTab[data-v-391ff472] {
	background: #f5f5f5;
	width: 100%
}

.navTab .navTab_time[data-v-391ff472] {
	width: 100%;
	height: 1.066667rem;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 2.586667rem!important;
	z-index: 5
}

.navTab .navTab_time img[data-v-391ff472] {
	width: 1.013333rem;
	height: .373333rem
}

.navTab .navTab_time img[data-v-391ff472]:first-child {
	margin-right: .64rem
}

.navTab .navTab_time img[data-v-391ff472]:nth-child(3) {
	margin-left: .64rem
}

.navTab .navTab_time span[data-v-391ff472] {
	font-size: .426667rem;
	font-weight: 500;
	color: #c18f3a
}

.navTab_box[data-v-391ff472]:last-child {
	box-shadow: 0 .026667rem .266667rem #dfdfdf
}

.navTab_box[data-v-391ff472] {
	background: #fff;
	margin-top: .32rem
}

.navTab .navTab_box[data-v-391ff472]:nth-child(2) {
	background: #fff;
	margin-top: 0
}

.navTab_boxTop[data-v-391ff472] {
	padding: .32rem .32rem 0 .32rem;
	display: flex
}

.navTab_boxTop_content[data-v-391ff472] {
	width: 5.253333rem;
	margin: .293333rem 0 0 .213333rem;
	font-size: .293333rem
}

.navTab_boxTop_content_top[data-v-391ff472] {
	display: flex;
	height: .586667rem;
	align-items: center;
	font-size: .426667rem;
	margin-bottom: .293333rem
}

.navTab_boxTop_content_top img[data-v-391ff472] {
	height: .373333rem;
	padding-left: .16rem
}

.navTab_boxTop_content_top span[data-v-391ff472]:first-child {
	white-space: nowrap;
	max-width: 2.986667rem;
	text-overflow: ellipsis;
	overflow: hidden
}

.navTab_boxTop_content_top img[data-v-391ff472]:nth-child(2) {
	padding-left: .24rem
}

.navTab_boxTop_content_bottom[data-v-391ff472] {
	text-align: left
}

.navTab_boxTop_content_bottom span[data-v-391ff472] {
	margin-left: .1rem;
	padding: .053333rem .106667rem;
	color: #c18f3a;
	background: #fdf9f1
}

.navTab_boxTop_content_bottom span[data-v-391ff472]:first-child {
	margin-left: 0
}

.navTab_boxTop img[data-v-391ff472]:first-child {
	width: 1.92rem;
	height: 1.92rem
}

.navTab_boxTop_btn[data-v-391ff472] {
	margin-top: .56rem;
	width: 1.973333rem;
	height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #242424;
	border-radius: .4rem;
	font-size: .346667rem;
	color: #ffe6bc
}

.navTab_boxBottom[data-v-391ff472] {
	width: 100%;
	text-align: left;
	font-size: .373333rem
}

.box[data-v-391ff472] {
	white-space: nowrap;
	overflow-y: auto;
	padding-right: .32rem;
	padding-left: .32rem
}

.box[data-v-391ff472]::-webkit-scrollbar {
	display: none
}

.box1 video[data-v-391ff472] {
	width: 9.36rem;
	height: 4.773333rem;
	-o-object-fit: cover;
	object-fit: cover
}

.box1 img[data-v-391ff472] {
	width: 9.36rem;
	height: 4.773333rem;
	text-align: center
}

.box1[data-v-391ff472] {
	width: 9.36rem;
	margin-left: .213333rem;
	height: 4.773333rem;
	display: inline-block;
	overflow: hidden
}

.box1 .simg[data-v-391ff472] {
	position: relative
}

.box1 .simg img[data-v-391ff472] {
	position: absolute
}

.box .box1[data-v-391ff472]:first-child {
	margin-left: 0
}

.lens[data-v-391ff472] {
	width: 9.36rem;
	height: 4.826667rem!important
}

.navTab_boxBottom_mintitle[data-v-391ff472] {
	color: #ababab;
	display: flex;
	align-items: center;
	line-height: .48rem;
	min-height: .533333rem;
	padding: .213333rem .32rem .213333rem .32rem;
	font-size: .373333rem
}

.navTab_boxBottom_mintitles[data-v-391ff472] {
	right: .32rem;
	position: absolute
}

.titleShow[data-v-391ff472] {
	display: block;
	text-align: left;
	line-height: .48rem
}

.titleShows[data-v-391ff472] {
	display: inline-block;
	width: 8.293333rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: .48rem
}

.bm_title_btn[data-v-391ff472] {
	padding: 0 .32rem 0 .32rem
}

.navTab_boxBottom_mintitle span[data-v-391ff472]:nth-child(2) {
	margin-left: .2rem;
	color: #1890ff
}

.navTab_boxBottom_maxtitle[data-v-391ff472] {
	text-align: left;
	font-size: .373333rem;
	line-height: .48rem
}

.navTab_boxBottom_download[data-v-391ff472] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .373333rem;
	margin: .16rem 0 0 0;
	width: 9.36rem;
	height: 1.28rem;
	background: #242424;
	border-radius: .64rem;
	color: #ffe6bc
}

.navTab_boxBottom_collect[data-v-391ff472] {
	width: 1.6rem;
	height: .8rem;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: .32rem;
	color: #ababab
}

.navTab_boxBottom_collect img[data-v-391ff472] {
	margin-left: .1rem;
	transform: rotate(180deg);
	width: .3rem;
	height: .3rem
}

.fade-enter-active[data-v-391ff472],.fade-leave-active[data-v-391ff472] {
	transition: all .2s linear
}

.fade-enter[data-v-391ff472],.fade-leave-to[data-v-391ff472] {
	transform: translateY(-.266667rem);
	opacity: 0
}

.imgModal[data-v-391ff472] {
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.45);
	z-index: 7;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none
}

.imgBox[data-v-391ff472] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.imglist[data-v-391ff472] {
	z-index: 8;
	width: 100%;
	display: flex;
	background: hsla(0,0%,100%,0)
}

.imglist[data-v-391ff472]::-webkit-scrollbar {
	display: none
}

.imglist img[data-v-391ff472] {
	width: 7.5rem;
	text-align: center;
	display: block
}

.fades-enter-active[data-v-391ff472],.fades-leave-active[data-v-391ff472] {
	transition: opacity .3s linear
}

.fades-enter[data-v-391ff472],.fades-leave-to[data-v-391ff472] {
	opacity: 0
}

.fadess-enter-active[data-v-391ff472],.fadess-leave-active[data-v-391ff472] {
	transition: opacity .5s linear
}

.fadess-enter[data-v-391ff472],.fadess-leave-to[data-v-391ff472] {
	opacity: 0
}

.menus[data-v-391ff472] {
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 99;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none;
	display: flex;
	align-items: flex-end;
	background: rgba(0,0,0,.33)
}

.menus_box[data-v-391ff472] {
	text-align: left;
	background: #fff;
	width: 100%;
	height: 100%
}

.menus_oneTitle[data-v-391ff472] {
	width: 100%;
	font-size: .48rem;
	line-height: .666667rem;
	margin-top: .266667rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.menus_oneTitle span[data-v-391ff472] {
	margin-left: .32rem
}

.menus_oneTitle img[data-v-391ff472] {
	width: .586667rem;
	height: .586667rem;
	padding-right: .32rem
}

.menus_twoTitle[data-v-391ff472] {
	font-size: .4rem;
	margin-top: 1.093333rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_threeTitle[data-v-391ff472] {
	font-size: .4rem;
	margin-top: .666667rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_version[data-v-391ff472] {
	padding-top: .293333rem;
	padding-left: .373333rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.menus_version div[data-v-391ff472] {
	margin-right: .24rem;
	margin-bottom: .213333rem;
	font-size: .32rem;
	text-align: center;
	width: 2.08rem;
	height: .746667rem;
	line-height: .746667rem;
	border-radius: .106667rem;
	border: .026667rem solid #e2e2e2
}

.no[data-v-391ff472] {
	touch-action: none
}

.menus_btn[data-v-391ff472] {
	position: absolute;
	bottom: 1.173333rem;
	text-align: center;
	margin-left: .32rem;
	margin-right: .32rem;
	background: #242424;
	color: #ffe6bc;
	width: 9.36rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	border-radius: .106667rem
}

.active[data-v-391ff472],.actives[data-v-391ff472] {
	border: .026667rem solid #d8b480!important;
	background: #d8b480;
	color: #fff
}

.list-enter-active[data-v-391ff472],.list-leave-active[data-v-391ff472] {
	transition: all .2s
}

.list-enter[data-v-391ff472],.list-leave-to[data-v-391ff472] {
	opacity: 0;
	transform: translateX(-50%)
}

.noInformation[data-v-391ff472] {
	color: #c0bebe;
	line-height: 13.333333rem
}

.noInformations[data-v-391ff472] {
	color: #c0bebe;
	line-height: 2.133333rem
}

.mainBox[data-v-1b575e63] {
	width: 100%;
	-webkit-overflow-scrolling: touch
}

.header[data-v-1b575e63] {
	width: 100%;
	height: 1.44rem;
	background: url(../images/bg@2x.png) no-repeat;
	background-size: 100% 1.44rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	z-index: 6;
	top: 0!important
}

.header_logo[data-v-1b575e63] {
	margin-left: .32rem;
	width: 1.92rem;
	height: .746667rem
}

.header_btn[data-v-1b575e63] {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: .32rem
}

.header_btn img[data-v-1b575e63] {
	width: 1.813333rem
}

.header_btn img[data-v-1b575e63]:first-child {
	margin-top: .08rem
}

.header_btn img[data-v-1b575e63]:nth-child(2) {
	margin-bottom: .08rem
}

.nav[data-v-1b575e63] {
	display: flex;
	align-items: center;
	height: 1.173333rem;
	font-size: .373333rem;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 1.413333rem!important;
	background: #fff;
	z-index: 6;
	box-shadow: 0 .026667rem .133333rem #dfdfdf
}

.nav div[data-v-1b575e63] {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ababab;
	cursor: pointer;
	font-family: PingFang SC Regular
}

.nav div[data-v-1b575e63]:first-child,.nav div[data-v-1b575e63]:nth-child(2),.nav div[data-v-1b575e63]:nth-child(3) {
	width: 2.453333rem;
	margin-right: .266667rem
}




.nav div[data-v-1b575e63]:nth-child(4) {
	margin-left: .986667rem
}

.nav .phone[data-v-1b575e63] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .phone div[data-v-1b575e63] {
	height: .48rem
}

.nav .phone div[data-v-1b575e63]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav .allPorts[data-v-1b575e63] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .allPorts div[data-v-1b575e63] {
	height: .48rem
}

.nav .allPorts div[data-v-1b575e63]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav img[data-v-1b575e63] {
	width: .48rem;
	height: .48rem
}

.navColor[data-v-1b575e63] {
	font-family: PingFang SC Medium!important;
	color: #000!important;
	font-weight: Medium
}

.navTab[data-v-1b575e63] {
	background: #f5f5f5;
	width: 100%
}

.navTab .navTab_time[data-v-1b575e63] {
	width: 100%;
	height: 1.066667rem;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 2.586667rem!important;
	z-index: 5
}

.navTab .navTab_time img[data-v-1b575e63] {
	width: 1.013333rem;
	height: .373333rem
}

.navTab .navTab_time img[data-v-1b575e63]:first-child {
	margin-right: .64rem
}

.navTab .navTab_time img[data-v-1b575e63]:nth-child(3) {
	margin-left: .64rem
}

.navTab .navTab_time span[data-v-1b575e63] {
	font-size: .426667rem;
	font-weight: 500;
	color: #c18f3a
}

.navTab_box[data-v-1b575e63]:last-child {
	box-shadow: 0 .026667rem .266667rem #dfdfdf
}

.navTab_box[data-v-1b575e63] {
	background: #fff;
	margin-top: .32rem
}

.navTab .navTab_box[data-v-1b575e63]:nth-child(2) {
	background: #fff;
	margin-top: 0
}

.navTab_boxTop[data-v-1b575e63] {
	padding: .32rem .32rem 0 .32rem;
	display: flex
}

.navTab_boxTop_content[data-v-1b575e63] {
	width: 5.253333rem;
	margin: .293333rem 0 0 .213333rem;
	font-size: .293333rem
}

.navTab_boxTop_content_top[data-v-1b575e63] {
	display: flex;
	height: .586667rem;
	align-items: center;
	font-size: .426667rem;
	margin-bottom: .293333rem
}

.navTab_boxTop_content_top img[data-v-1b575e63] {
	height: .373333rem;
	padding-left: .16rem
}

.navTab_boxTop_content_top span[data-v-1b575e63]:first-child {
	white-space: nowrap;
	max-width: 2.986667rem;
	text-overflow: ellipsis;
	overflow: hidden
}

.navTab_boxTop_content_top img[data-v-1b575e63]:nth-child(2) {
	padding-left: .24rem
}

.navTab_boxTop_content_bottom[data-v-1b575e63] {
	text-align: left
}

.navTab_boxTop_content_bottom span[data-v-1b575e63] {
	margin-left: .1rem;
	padding: .053333rem .106667rem;
	color: #c18f3a;
	background: #fdf9f1
}

.navTab_boxTop_content_bottom span[data-v-1b575e63]:first-child {
	margin-left: 0
}

.navTab_boxTop img[data-v-1b575e63]:first-child {
	width: 1.92rem;
	height: 1.92rem
}

.navTab_boxTop_btn[data-v-1b575e63] {
	margin-top: .56rem;
	width: 1.973333rem;
	height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #242424;
	border-radius: .4rem;
	font-size: .346667rem;
	color: #ffe6bc
}

.navTab_boxBottom[data-v-1b575e63] {
	width: 100%;
	text-align: left;
	font-size: .373333rem
}

.box[data-v-1b575e63] {
	white-space: nowrap;
	overflow-y: auto;
	padding-right: .32rem;
	padding-left: .32rem
}

.box[data-v-1b575e63]::-webkit-scrollbar {
	display: none
}

.box1 video[data-v-1b575e63] {
	width: 9.36rem;
	height: 4.773333rem;
	-o-object-fit: cover;
	object-fit: cover
}

.box1 img[data-v-1b575e63] {
	width: 9.36rem;
	height: 4.773333rem;
	text-align: center
}

.box1[data-v-1b575e63] {
	width: 9.36rem;
	margin-left: .213333rem;
	height: 4.773333rem;
	display: inline-block;
	overflow: hidden
}

.box1 .simg[data-v-1b575e63] {
	position: relative
}

.box1 .simg img[data-v-1b575e63] {
	position: absolute
}

.box .box1[data-v-1b575e63]:first-child {
	margin-left: 0
}

.lens[data-v-1b575e63] {
	width: 9.36rem;
	height: 4.826667rem!important
}

.navTab_boxBottom_mintitle[data-v-1b575e63] {
	color: #ababab;
	display: flex;
	align-items: center;
	line-height: .48rem;
	min-height: .533333rem;
	padding: .213333rem .32rem .213333rem .32rem;
	font-size: .373333rem
}

.navTab_boxBottom_mintitles[data-v-1b575e63] {
	right: .32rem;
	position: absolute
}

.titleShow[data-v-1b575e63] {
	display: block;
	text-align: left;
	line-height: .48rem
}

.titleShows[data-v-1b575e63] {
	display: inline-block;
	width: 8.293333rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: .48rem
}

.bm_title_btn[data-v-1b575e63] {
	padding: 0 .32rem 0 .32rem
}

.navTab_boxBottom_mintitle span[data-v-1b575e63]:nth-child(2) {
	margin-left: .2rem;
	color: #1890ff
}

.navTab_boxBottom_maxtitle[data-v-1b575e63] {
	text-align: left;
	font-size: .373333rem;
	line-height: .48rem
}

.navTab_boxBottom_download[data-v-1b575e63] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .373333rem;
	margin: .16rem 0 0 0;
	width: 9.36rem;
	height: 1.28rem;
	background: #242424;
	border-radius: .64rem;
	color: #ffe6bc
}

.navTab_boxBottom_collect[data-v-1b575e63] {
	width: 1.6rem;
	height: .8rem;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: .32rem;
	color: #ababab
}

.navTab_boxBottom_collect img[data-v-1b575e63] {
	margin-left: .1rem;
	transform: rotate(180deg);
	width: .3rem;
	height: .3rem
}

.fade-enter-active[data-v-1b575e63],.fade-leave-active[data-v-1b575e63] {
	transition: all .2s linear
}

.fade-enter[data-v-1b575e63],.fade-leave-to[data-v-1b575e63] {
	transform: translateY(-.266667rem);
	opacity: 0
}

.imgModal[data-v-1b575e63] {
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.45);
	z-index: 7;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none
}

.imgBox[data-v-1b575e63] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.imglist[data-v-1b575e63] {
	z-index: 8;
	width: 100%;
	display: flex;
	background: hsla(0,0%,100%,0)
}

.imglist[data-v-1b575e63]::-webkit-scrollbar {
	display: none
}

.imglist img[data-v-1b575e63] {
	width: 7.5rem;
	text-align: center;
	display: block
}

.fades-enter-active[data-v-1b575e63],.fades-leave-active[data-v-1b575e63] {
	transition: opacity .3s linear
}

.fades-enter[data-v-1b575e63],.fades-leave-to[data-v-1b575e63] {
	opacity: 0
}

.fadess-enter-active[data-v-1b575e63],.fadess-leave-active[data-v-1b575e63] {
	transition: opacity .5s linear
}

.fadess-enter[data-v-1b575e63],.fadess-leave-to[data-v-1b575e63] {
	opacity: 0
}

.menus[data-v-1b575e63] {
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 99;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none;
	display: flex;
	align-items: flex-end;
	background: rgba(0,0,0,.33)
}

.menus_box[data-v-1b575e63] {
	text-align: left;
	background: #fff;
	width: 100%;
	height: 100%
}

.menus_oneTitle[data-v-1b575e63] {
	width: 100%;
	font-size: .48rem;
	line-height: .666667rem;
	margin-top: .266667rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.menus_oneTitle span[data-v-1b575e63] {
	margin-left: .32rem
}

.menus_oneTitle img[data-v-1b575e63] {
	width: .586667rem;
	height: .586667rem;
	padding-right: .32rem
}

.menus_twoTitle[data-v-1b575e63] {
	font-size: .4rem;
	margin-top: 1.093333rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_threeTitle[data-v-1b575e63] {
	font-size: .4rem;
	margin-top: .666667rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_version[data-v-1b575e63] {
	padding-top: .293333rem;
	padding-left: .373333rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.menus_version div[data-v-1b575e63] {
	margin-right: .24rem;
	margin-bottom: .213333rem;
	font-size: .32rem;
	text-align: center;
	width: 2.08rem;
	height: .746667rem;
	line-height: .746667rem;
	border-radius: .106667rem;
	border: .026667rem solid #e2e2e2
}

.no[data-v-1b575e63] {
	touch-action: none
}

.menus_btn[data-v-1b575e63] {
	position: absolute;
	bottom: 1.173333rem;
	text-align: center;
	margin-left: .32rem;
	margin-right: .32rem;
	background: #242424;
	color: #ffe6bc;
	width: 9.36rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	border-radius: .106667rem
}

.active[data-v-1b575e63],.actives[data-v-1b575e63] {
	border: .026667rem solid #d8b480!important;
	background: #d8b480;
	color: #fff
}

.list-enter-active[data-v-1b575e63],.list-leave-active[data-v-1b575e63] {
	transition: all .2s
}

.list-enter[data-v-1b575e63],.list-leave-to[data-v-1b575e63] {
	opacity: 0;
	transform: translateX(-50%)
}

.noInformation[data-v-1b575e63] {
	color: #c0bebe;
	line-height: 13.333333rem
}

.noInformations[data-v-1b575e63] {
	color: #c0bebe;
	line-height: 2.133333rem
}[data-v-35e0ff23] .van-popup {
	background: none
}

.download_box[data-v-35e0ff23] {
	position: relative;
	width: 7.733333rem;
	height: 11.013333rem;
	background: none
}

.download_box .download_box_top[data-v-35e0ff23] {
	position: absolute;
	z-index: 5;
	display: flex
}

.download_box .download_box_top img[data-v-35e0ff23] {
	width: 1.92rem;
	height: 1.92rem;
	box-shadow: 0 .053333rem .213333rem 0 rgba(98,59,0,.32);
	border-radius: .4rem
}

.download_box .download_box_top div[data-v-35e0ff23] {
	width: 2.906667rem;
	height: .96rem
}

.download_box .download_box_center[data-v-35e0ff23] {
	width: 7.733333rem;
	height: 8.773333rem;
	background: #fff;
	border-radius: .32rem;
	position: absolute;
	top: .96rem;
	color: red
}

.download_box .download_box_center .one[data-v-35e0ff23] {
	margin-top: 1.226667rem;
	color: #8e3503
}

.download_box .download_box_center .one[data-v-35e0ff23],.download_box .download_box_center .two[data-v-35e0ff23] {
	height: .586667rem;
	font-size: .426667rem;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	line-height: .586667rem
}

.download_box .download_box_center .two[data-v-35e0ff23] {
	margin-top: .533333rem;
	color: #000
}

.download_box .download_box_center .title[data-v-35e0ff23] {
	font-size: .373333rem;
	height: .533333rem;
	margin-top: .213333rem;
	display: flex;
	align-items: center;
	padding-left: 1.813333rem
}

.download_box .download_box_center .title img[data-v-35e0ff23] {
	width: .32rem
}

.download_box .download_box_center .title div[data-v-35e0ff23]:nth-child(2) {
	margin-left: .213333rem;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,.45);
	position: relative;
	text-align: left
}

.download_box .download_box_center .bottom[data-v-35e0ff23] {
	margin-top: 1.28rem
}

.download_box .download_box_center .bottom div[data-v-35e0ff23] {
	cursor: pointer;
	margin-left: .746667rem;
	width: 6.24rem;
	height: 1.12rem;
	background: linear-gradient(90deg,#e9c491,#c7a470);
	border-radius: 1.093333rem;
	display: flex;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	font-size: .426667rem;
	align-items: center
}

.download_box .download_box_center .bottom div[data-v-35e0ff23]:first-child {
	position: relative;
	margin-top: .266667rem
}

.download_box .download_box_center .bottom div:first-child div[data-v-35e0ff23] {
	position: absolute;
	top: -.586667rem;
	right: .266667rem;
	width: 1.013333rem;
	height: .586667rem;
	background: #ee5124;
	border-radius: .213333rem .213333rem .213333rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .32rem;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #fff
}

.download_box .download_box_center .bottom div[data-v-35e0ff23]:nth-child(2) {
	margin-top: .266667rem
}

.download_box .download_box_bottom[data-v-35e0ff23] {
	position: absolute;
	top: 9.733333rem;
	width: 7.733333rem;
	display: flex
}

.download_box .download_box_bottom img[data-v-35e0ff23] {
	margin-top: .373333rem;
	width: .853333rem;
	height: .853333rem
}

.download_box .download_box_bottom div[data-v-35e0ff23] {
	width: 3.44rem;
	height: 1.28rem
}

.mainBox[data-v-aa74a2d0] {
	width: 100%;
	-webkit-overflow-scrolling: touch
}

.header[data-v-aa74a2d0] {
	width: 100%;
	height: 1.44rem;
	background: url(../images/bg@2x.png) no-repeat;
	background-size: 100% 1.44rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	z-index: 6;
	top: 0!important
}

.header_logo[data-v-aa74a2d0] {
	margin-left: .32rem;
	width: 1.92rem;
	height: .746667rem
}

.header_btn[data-v-aa74a2d0] {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: .32rem
}

.header_btn img[data-v-aa74a2d0] {
	width: 1.813333rem
}

.header_btn img[data-v-aa74a2d0]:first-child {
	margin-top: .08rem
}

.header_btn img[data-v-aa74a2d0]:nth-child(2) {
	margin-bottom: .08rem
}

.nav[data-v-aa74a2d0] {
	display: flex;
	align-items: center;
	height: 1.173333rem;
	font-size: .373333rem;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 1.413333rem!important;
	background: #fff;
	z-index: 6;
	box-shadow: 0 .026667rem .133333rem #dfdfdf
}

.nav div[data-v-aa74a2d0] {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ababab;
	cursor: pointer;
	font-family: PingFang SC Regular
}

.nav div[data-v-aa74a2d0]:first-child,.nav div[data-v-aa74a2d0]:nth-child(2),.nav div[data-v-aa74a2d0]:nth-child(3) {
	width: 2.453333rem;
	margin-right: .266667rem
}

.nav div[data-v-aa74a2d0]:nth-child(4) {
	margin-left: .986667rem
}

.nav .phone[data-v-aa74a2d0] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .phone div[data-v-aa74a2d0] {
	height: .48rem
}

.nav .phone div[data-v-aa74a2d0]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav .allPorts[data-v-aa74a2d0] {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.nav .allPorts div[data-v-aa74a2d0] {
	height: .48rem
}

.nav .allPorts div[data-v-aa74a2d0]:nth-child(2) {
	font-size: .32rem;
	white-space: nowrap
}

.nav img[data-v-aa74a2d0] {
	width: .48rem;
	height: .48rem
}

.navColor[data-v-aa74a2d0] {
	font-family: PingFang SC Medium!important;
	color: #000!important;
	font-weight: Medium
}

.navTab[data-v-aa74a2d0] {
	background: #f5f5f5;
	width: 100%
}

.navTab .navTab_time[data-v-aa74a2d0] {
	width: 100%;
	height: 1.066667rem;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 2.586667rem!important;
	z-index: 5
}

.navTab .navTab_time img[data-v-aa74a2d0] {
	width: 1.013333rem;
	height: .373333rem
}

.navTab .navTab_time img[data-v-aa74a2d0]:first-child {
	margin-right: .64rem
}

.navTab .navTab_time img[data-v-aa74a2d0]:nth-child(3) {
	margin-left: .64rem
}

.navTab .navTab_time span[data-v-aa74a2d0] {
	font-size: .426667rem;
	font-weight: 500;
	color: #c18f3a
}

.navTab_box[data-v-aa74a2d0]:last-child {
	box-shadow: 0 .026667rem .266667rem #dfdfdf
}

.navTab_box[data-v-aa74a2d0] {
	background: #fff;
	margin-top: .32rem
}

.navTab .navTab_box[data-v-aa74a2d0]:nth-child(2) {
	background: #fff;
	margin-top: 0
}

.navTab_boxTop[data-v-aa74a2d0] {
	padding: .32rem .32rem 0 .32rem;
	display: flex
}

.navTab_boxTop_content[data-v-aa74a2d0] {
	width: 5.253333rem;
	margin: .293333rem 0 0 .213333rem;
	font-size: .293333rem
}

.navTab_boxTop_content_top[data-v-aa74a2d0] {
	display: flex;
	height: .586667rem;
	align-items: center;
	font-size: .426667rem;
	margin-bottom: .293333rem
}

.navTab_boxTop_content_top img[data-v-aa74a2d0] {
	height: .373333rem;
	padding-left: .16rem
}

.navTab_boxTop_content_top span[data-v-aa74a2d0]:first-child {
	white-space: nowrap;
	max-width: 2.986667rem;
	text-overflow: ellipsis;
	overflow: hidden
}

.navTab_boxTop_content_top img[data-v-aa74a2d0]:nth-child(2) {
	padding-left: .24rem
}

.navTab_boxTop_content_bottom[data-v-aa74a2d0] {
	text-align: left
}

.navTab_boxTop_content_bottom span[data-v-aa74a2d0] {
	margin-left: .1rem;
	padding: .053333rem .106667rem;
	color: #c18f3a;
	background: #fdf9f1
}

.navTab_boxTop_content_bottom span[data-v-aa74a2d0]:first-child {
	margin-left: 0
}

.navTab_boxTop img[data-v-aa74a2d0]:first-child {
	width: 1.92rem;
	height: 1.92rem
}

.navTab_boxTop_btn[data-v-aa74a2d0] {
	margin-top: .56rem;
	width: 1.973333rem;
	height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #242424;
	border-radius: .4rem;
	font-size: .346667rem;
	color: #ffe6bc
}

.navTab_boxBottom[data-v-aa74a2d0] {
	width: 100%;
	text-align: left;
	font-size: .373333rem
}

.box[data-v-aa74a2d0] {
	white-space: nowrap;
	overflow-y: auto;
	padding-right: .32rem;
	padding-left: .32rem
}

.box[data-v-aa74a2d0]::-webkit-scrollbar {
	display: none
}

.box1 video[data-v-aa74a2d0] {
	width: 9.36rem;
	height: 4.773333rem;
	-o-object-fit: cover;
	object-fit: cover
}

.box1 img[data-v-aa74a2d0] {
	width: 9.36rem;
	height: 4.773333rem;
	text-align: center
}

.box1[data-v-aa74a2d0] {
	width: 9.36rem;
	margin-left: .213333rem;
	height: 4.773333rem;
	display: inline-block;
	overflow: hidden
}

.box1 .simg[data-v-aa74a2d0] {
	position: relative
}

.box1 .simg img[data-v-aa74a2d0] {
	position: absolute
}

.box .box1[data-v-aa74a2d0]:first-child {
	margin-left: 0
}

.lens[data-v-aa74a2d0] {
	width: 9.36rem;
	height: 4.826667rem!important
}

.navTab_boxBottom_mintitle[data-v-aa74a2d0] {
	color: #ababab;
	display: flex;
	align-items: center;
	line-height: .48rem;
	min-height: .533333rem;
	padding: .213333rem .32rem .213333rem .32rem;
	font-size: .373333rem
}

.navTab_boxBottom_mintitles[data-v-aa74a2d0] {
	right: .32rem;
	position: absolute
}

.titleShow[data-v-aa74a2d0] {
	display: block;
	text-align: left;
	line-height: .48rem
}

.titleShows[data-v-aa74a2d0] {
	display: inline-block;
	width: 8.293333rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: .48rem
}

.bm_title_btn[data-v-aa74a2d0] {
	padding: 0 .32rem 0 .32rem
}

.navTab_boxBottom_mintitle span[data-v-aa74a2d0]:nth-child(2) {
	margin-left: .2rem;
	color: #1890ff
}

.navTab_boxBottom_maxtitle[data-v-aa74a2d0] {
	text-align: left;
	font-size: .373333rem;
	line-height: .48rem
}

.navTab_boxBottom_download[data-v-aa74a2d0] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .373333rem;
	margin: .16rem 0 0 0;
	width: 9.36rem;
	height: 1.28rem;
	background: #242424;
	border-radius: .64rem;
	color: #ffe6bc
}

.navTab_boxBottom_collect[data-v-aa74a2d0] {
	width: 1.6rem;
	height: .8rem;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: .32rem;
	color: #ababab
}

.navTab_boxBottom_collect img[data-v-aa74a2d0] {
	margin-left: .1rem;
	transform: rotate(180deg);
	width: .3rem;
	height: .3rem
}

.fade-enter-active[data-v-aa74a2d0],.fade-leave-active[data-v-aa74a2d0] {
	transition: all .2s linear
}

.fade-enter[data-v-aa74a2d0],.fade-leave-to[data-v-aa74a2d0] {
	transform: translateY(-.266667rem);
	opacity: 0
}

.imgModal[data-v-aa74a2d0] {
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.45);
	z-index: 7;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none
}

.imgBox[data-v-aa74a2d0] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.imglist[data-v-aa74a2d0] {
	z-index: 8;
	width: 100%;
	display: flex;
	background: hsla(0,0%,100%,0)
}

.imglist[data-v-aa74a2d0]::-webkit-scrollbar {
	display: none
}

.imglist img[data-v-aa74a2d0] {
	width: 7.5rem;
	text-align: center;
	display: block
}

.fades-enter-active[data-v-aa74a2d0],.fades-leave-active[data-v-aa74a2d0] {
	transition: opacity .3s linear
}

.fades-enter[data-v-aa74a2d0],.fades-leave-to[data-v-aa74a2d0] {
	opacity: 0
}

.fadess-enter-active[data-v-aa74a2d0],.fadess-leave-active[data-v-aa74a2d0] {
	transition: opacity .5s linear
}

.fadess-enter[data-v-aa74a2d0],.fadess-leave-to[data-v-aa74a2d0] {
	opacity: 0
}

.menus[data-v-aa74a2d0] {
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 99;
	position: fixed;
	left: 0;
	overflow: hidden;
	touch-action: none;
	display: flex;
	align-items: flex-end;
	background: rgba(0,0,0,.33)
}

.menus_box[data-v-aa74a2d0] {
	text-align: left;
	background: #fff;
	width: 100%;
	height: 100%
}

.menus_oneTitle[data-v-aa74a2d0] {
	width: 100%;
	font-size: .48rem;
	line-height: .666667rem;
	margin-top: .266667rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.menus_oneTitle span[data-v-aa74a2d0] {
	margin-left: .32rem
}

.menus_oneTitle img[data-v-aa74a2d0] {
	width: .586667rem;
	height: .586667rem;
	padding-right: .32rem
}

.menus_twoTitle[data-v-aa74a2d0] {
	font-size: .4rem;
	margin-top: 1.093333rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_threeTitle[data-v-aa74a2d0] {
	font-size: .4rem;
	margin-top: .666667rem;
	line-height: .56rem;
	margin-left: .32rem
}

.menus_version[data-v-aa74a2d0] {
	padding-top: .293333rem;
	padding-left: .373333rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.menus_version div[data-v-aa74a2d0] {
	margin-right: .24rem;
	margin-bottom: .213333rem;
	font-size: .32rem;
	text-align: center;
	width: 2.08rem;
	height: .746667rem;
	line-height: .746667rem;
	border-radius: .106667rem;
	border: .026667rem solid #e2e2e2
}

.no[data-v-aa74a2d0] {
	touch-action: none
}

.menus_btn[data-v-aa74a2d0] {
	position: absolute;
	bottom: 1.173333rem;
	text-align: center;
	margin-left: .32rem;
	margin-right: .32rem;
	background: #242424;
	color: #ffe6bc;
	width: 9.36rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	border-radius: .106667rem
}

.active[data-v-aa74a2d0],.actives[data-v-aa74a2d0] {
	border: .026667rem solid #d8b480!important;
	background: #d8b480;
	color: #fff
}

.list-enter-active[data-v-aa74a2d0],.list-leave-active[data-v-aa74a2d0] {
	transition: all .2s
}

.list-enter[data-v-aa74a2d0],.list-leave-to[data-v-aa74a2d0] {
	opacity: 0;
	transform: translateX(-50%)
}

.noInformation[data-v-aa74a2d0] {
	color: #c0bebe;
	line-height: 13.333333rem
}

.noInformations[data-v-aa74a2d0] {
	color: #c0bebe;
	line-height: 2.133333rem
}