* {margin: 0; padding: 0;}
.iconfont { font-size: inherit; }
button {border: none; background-color: transparent;}
i {font-style: normal;}

/* 字号 */
.fz0 {font-size: 0;}
.fz8 {font-size: 2.1333vw;}
.fz10 {font-size: 2.6667vw;} 
.fz12 {font-size: 3.2vw;}
.fz13 {font-size: 3.4667vw;}
.fz14 {font-size: 3.7333vw;} 
.fz15 {font-size: 4vw;} 
.fz16 { font-size: 4.2667vw;} 
.fz17 {font-size: 4.5333vw;} 
.fz18 {font-size: 4.8vw;} 
.fz20 {font-size: 5.3333vw;}
.fz22 {font-size: 5.8667vw;}
.fz24 {font-size: 6.4vw;}
.fz28 {font-size: 7.4667vw;}
.fz32 {font-size: 8.5333vw;}

/* 字重 */
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw800 {font-weight: 800;}

/* 行高 */
.lh-initial {line-height: initial;}
.lh12 {line-height: 3.2vw;}
.lh14 {line-height: 3.7333vw;}
.lh16 {line-height: 4.2667vw;}
.lh18 {line-height: 4.8vw;}
.lh20 {line-height: 5.3333vw;}
.lh22 {line-height: 5.8667vw;}
.lh24 {line-height: 6.4vw;}
.lh28 {line-height: 7.4667vw;}
.lh36 {line-height: 9.6vw;}
.lh44 {line-height: 11.7333vw;}

/* 颜色 */
.dodgerblue {color: #156DF2;}
.black {color: #222222;}
.gray {color: #333333;}
.silver {color: #666666;}
.white {color: #FFFFFF;}
.red {color: #F94B30;}
.gainsboro {color: #B9B9BD;}
.grey {color: #999999;}
.orange {color: #FE6601;}
.limegreen {color: #27C27E;}
.activeTab {background-image:-webkit-linear-gradient(90deg, #2EE392 0%, #27C27E 100%); -webkit-background-clip:text;-webkit-text-fill-color:transparent;}

/* black、silver、gray、white、maroon、red、purple、fuchsia、green、lime、olive、yellow、navy、blue、teal、aqua
aliceblue、antiquewhite、aqua、aquamarine、azure、beige、bisque、blanchedalmond、blueviolet、brown、burlywood、cadetblue、chartreuse、chocolate、coral、cornflowerblue、cornsilk、crimson、cyan、darkblue、darkcyan、darkgoldenrod、darkgray、darkgrey、darkkhaki、darkmagenta、darkolivegreen、darkorange、darkorchid、darkred、darksalmon、darkseagreen、darkslateblue、darkslategray、darkslategrey、darkturquoise、darkviolet、deeppink、deepskyblue、dimgray、dimgrey、dodgerblue、firebrick、floralwhite、forestgreen、gainsboro、ghostwhite、gold、goldenrod、gray、grey、greenyellow、honeydew、hotpink、indianred、indigo、ivory、khaki、lavender、lavenderblush、lawngreen、lemonchiffon、lightblue、lightcoral、lightcyan、lightgoldenrodyellow、lightgray、lightgrey、lightgreen、lightpink、lightsalmon、lightseagreen、lightskyblue、lightslategray、lightslategrey、lightsteelblue、lightyellow、limegreen、linen、magenta、mediumaquamarine、mediumblue、mediumorchid、mediumpurple、mediumseagreen、mediumslateblue、mediumspringgreen、mediumturquoise、mediumvioletred、midnightblue、mintcream、mistyrose、moccasin、navajowhite、oldlace、olivedrab、orange、orangered、orchid、palegoldenrod、palegreen、paleturquoise、palevioletred、papayawhip、peachpuff、peru、pink、plum、powderblue、purple、rebeccapurple、rosybrown、royalblue、saddlebrown、salmon、sandybrown、seagreen、seashell、sienna、silver、skyblue、slateblue、slategray、slategrey、snow、springgreen、steelblue、tan、teal、thistle、tomato、turquoise、violet、wheat、whitesmoke、yellowgreen */

/* 背景色 */
.bg-linear-gradient-fff-000 { background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.00) 100%); }
.bg-white {background-color: #FFFFFF;}
.bg-dodgerblue {background-color: #156DF2;}
.bg-dodgerblue-12 {background-color: rgba(21, 109, 242, .12);}
.bg-orange {background: rgba(255, 156, 7, 0.12);}
.bg-silver {background-color: #B9B9BD;}
.bg-login {background-image: url('/images-m/login-bg.png'); background-position: 100%; background-size: cover;}
.bg-ghostwhite {background-color: #F8F8F9;}
.bg-limegreen {background-color: #27C27E;}
.bg-limegreen-12 {background: rgba(39, 194, 126, 0.12);}

/* 外边距 */
.ml-8 {margin-left: -2.1333vw;}
.mt-70 {margin-top: -18.6667vw;}
.mb-10{margin-bottom: -2.6667vw;}
.m0{margin: 0vw;} .mt0{margin-top: 0vw;} .mr0 {margin-right: 0vw;} .mb0 {margin-bottom: 0vw;} .ml0 {margin-left: 0vw;}
.m2{margin: .5333vw;} .mt2{margin-top: .5333vw;} .mr2 {margin-right: .5333vw;} .mb2 {margin-bottom: .5333vw;} .ml2 {margin-left: .5333vw;}
.m3{margin: .8vw;} .mt3{margin-top: .8vw;} .mr3 {margin-right: .8vw;} .mb3 {margin-bottom: .8vw;} .ml3 {margin-left: .8vw;}
.m4{margin: 1.0667vw;} .mt4{margin-top: 1.0667vw;} .mr4 {margin-right: 1.0667vw;} .mb4 {margin-bottom: 1.0667vw;} .ml4 {margin-left: 1.0667vw;}
.m6{margin: 1.6vw;} .mt6{margin-top: 1.6vw;} .mr6 {margin-right: 1.6vw;} .mb6 {margin-bottom: 1.6vw;} .ml6 {margin-left: 1.6vw;}
.m7{margin: 1.8667vw;} .mt7{margin-top: 1.8667vw;} .mr7 {margin-right: 1.8667vw;} .mb7 {margin-bottom: 1.8667vw;} .ml7 {margin-left: 1.8667vw;}
.m8 {margin: 2.1333vw;} .mt8 {margin-top: 2.1333vw;} .mr8 {margin-right: 2.1333vw;} .mb8 {margin-bottom: 2.1333vw;} .ml8 {margin-left: 2.1333vw;}
.m10 {margin: 2.6667vw;} .mt10 {margin-top: 2.6667vw;} .mr10 {margin-right: 2.6667vw;} .mb10 {margin-bottom: 2.6667vw;} .ml10 {margin-left: 2.6667vw;}
.m11 {margin: 2.9333vw;} .mt11 {margin-top: 2.9333vw ;} .mr11 {margin-right: 2.9333vw ;} .mb11 {margin-bottom: 2.9333vw ;} .ml11 {margin-left: 2.9333vw ;}
.m12{margin: 3.2vw;} .mt12 {margin-top: 3.2vw;} .mr12 {margin-right: 3.2vw;} .mb12 {margin-bottom: 3.2vw;} .ml12 {margin-left: 3.2vw;}
.m14{margin: 3.7333vw;} .mt14 {margin-top: 3.7333vw;} .mr14 {margin-right: 3.7333vw;} .mb14 {margin-bottom: 3.7333vw;} .ml14 {margin-left: 3.7333vw;}
.m15{margin: 4vw;} .mt15 {margin-top: 4vw;} .mr15 {margin-right: 4vw;} .mb15 {margin-bottom: 4vw;} .ml15 {margin-left: 4vw;}
.m16{margin: 4.2667vw;} .mt16{margin-top: 4.2667vw;} .mr16 {margin-right: 4.2667vw;} .mb16 {margin-bottom: 4.2667vw;}  .ml16 {margin-left: 4.2667vw;}
.m20 {margin: 5.3333vw;} .mt20{margin-top: 5.3333vw;} .mr20 {margin-right: 5.3333vw;} .mb20 {margin-bottom: 5.3333vw;} .ml20 {margin-left: 5.3333vw;}
.m22 {margin: 5.8667vw;} .mt22{margin-top: 5.8667vw;} .mr22 {margin-right: 5.8667vw;} .mb22 {margin-bottom: 5.8667vw;} .ml22 {margin-left: 5.8667vw;}
.m24 {margin: 6.4vw;} .mt24{margin-top: 6.4vw;} .mr24 {margin-right: 6.4vw;} .mb24 {margin-bottom: 6.4vw;} .ml24 {margin-left: 6.4vw;}
.m26 {margin: 6.9333vw;} .mt26{margin-top: 6.9333vw;} .mr26 {margin-right: 6.9333vw;} .mb26 {margin-bottom: 6.9333vw;} .ml26 {margin-left: 6.9333vw;}
.m28 {margin: 7.4667vw;} .mt28{margin-top: 7.4667vw;} .mr28 {margin-right: 7.4667vw;} .mb28 {margin-bottom: 7.4667vw;} .ml28 {margin-left: 7.4667vw;}
.m30 {margin: 8vw;} .mt30{margin-top: 8vw;} .mr30 {margin-right: 8vw;} .mb30 {margin-bottom: 8vw;} .ml30 {margin-left: 8vw;}
.m32 {margin: 8.5333vw;} .mt32{margin-top: 8.5333vw;} .mr32 {margin-right: 8.5333vw;} .mb32 {margin-bottom: 8.5333vw;} .ml32 {margin-left: 8.5333vw;}
.m36 {margin: 9.6vw;} .mt36{margin-top: 9.6vw;} .mr36 {margin-right: 9.6vw;} .mb36 {margin-bottom: 9.6vw;} .ml36 {margin-left: 9.6vw;}
.m40 {margin: 10.6667vw;} .mt40{margin-top: 10.6667vw;} .mr40 {margin-right: 10.6667vw;} .mb40 {margin-bottom: 10.6667vw;} .ml40 {margin-left: 10.6667vw;}
.m42 {margin: 11.2vw;} .mt42{margin-top: 11.2vw;} .mr42 {margin-right: 11.2vw;} .mb42 {margin-bottom: 11.2vw;} .ml42 {margin-left: 11.2vw;}
.m44 {margin: 11.7333vw;} .mt44{margin-top: 11.7333vw;} .mr44 {margin-right: 11.7333vw;} .mb44 {margin-bottom: 11.7333vw;} .ml44 {margin-left: 11.7333vw;}
.m48 {margin: 12.8vw;} .mt48{margin-top: 12.8vw;} .mr48 {margin-right: 12.8vw;} .mb48 {margin-bottom: 12.8vw;} .ml48 {margin-left: 12.8vw;}
.m54 {margin: 14.4vw;} .mt54{margin-top: 14.4vw;} .mr54 {margin-right: 14.4vw;} .mb54 {margin-bottom: 14.4vw;} .ml54 {margin-left: 14.4vw;}
.m56 {margin: 14.9333vw;} .mt56{margin-top: 14.9333vw;} .mr56 {margin-right: 14.9333vw;} .mb56 {margin-bottom: 14.9333vw;} .ml56 {margin-left: 14.9333vw;}
.m58 {margin: 15.4667vw;} .mt58{margin-top: 15.4667vw;} .mr58 {margin-right: 15.4667vw;} .mb58 {margin-bottom: 15.4667vw;} .ml58 {margin-left: 15.4667vw;}
.m66 {margin: 17.6vw;} .mt66{margin-top: 17.6vw;} .mr66 {margin-right: 17.6vw;} .mb66 {margin-bottom: 17.6vw;} .ml66 {margin-left: 17.6vw;}
.m77 {margin: 20.5333vw;} .mt77{margin-top: 20.5333vw;} .mr77 {margin-right: 20.5333vw;} .mb77 {margin-bottom: 20.5333vw;} .ml77 {margin-left: 20.5333vw;}
.m80 {margin: 21.3333vw;} .mt80{margin-top: 21.3333vw;} .mr80 {margin-right: 21.3333vw;} .mb80 {margin-bottom: 21.3333vw;} .ml80 {margin-left: 21.3333vw;}


/* 内边距 */
.p0 {padding: 0!important;}
.p2 {padding: .5333vw;} .pt2 {padding-top: .5333vw;} .pr2 {padding-right: .5333vw;} .pb2 {padding-bottom: .5333vw;} .pl2 {padding-left: .5333vw;}
.p4 {padding: 1.0667vw;} .pt4 {padding-top: 1.0667vw;} .pr4 {padding-right: 1.0667vw;} .pb4 {padding-bottom: 1.0667vw;} .pl4 {padding-left: 1.0667vw;}
.p6 {padding: 1.6vw;} .pt6 {padding-top: 1.6vw;} .pr6 {padding-right: 1.6vw;} .pb6 {padding-bottom: 1.6vw;} .pl6 {padding-left: 1.6vw;}
.p8 {padding: 2.1333vw;} .pt8 {padding-top: 2.1333vw;} .pr8 {padding-right: 2.1333vw;} .pb8 {padding-bottom: 2.1333vw;} .pl8 {padding-left: 2.1333vw;}
.p10 {padding: 2.6667vw;} .pt10 {padding-top: 2.6667vw;} .pr10 {padding-right: 2.6667vw;} .pb10 {padding-bottom: 2.6667vw;} .pl10 {padding-left: 2.6667vw;}
.p12 {padding: 3.2vw;} .pt12 {padding-top: 3.2vw;} .pr12 {padding-right: 3.2vw;} .pb12 {padding-bottom: 3.2vw;} .pl12 {padding-left: 3.2vw;}
.p13 {padding: 3.4667vw;} .pt13 {padding-top: 3.4667vw;} .pr13 {padding-right: 3.4667vw;} .pb13 {padding-bottom: 3.4667vw;} .pl13 {padding-left: 3.4667vw;}
.p14 {padding: 3.7333vw;} .pt14 {padding-top: 3.7333vw;} .pr14 {padding-right: 3.7333vw;} .pb14 {padding-bottom: 3.7333vw;} .pl14 {padding-left: 3.7333vw;}
.p16 {padding: 4.2667vw;} .pt16 {padding-top: 4.2667vw;} .pr16 {padding-right: 4.2667vw;} .pb16 {padding-bottom: 4.2667vw;} .pl16 {padding-left: 4.2667vw;}
.p20 {padding: 5.3333vw;} .pt20 {padding-top: 5.3333vw;} .pr20 {padding-right: 5.3333vw;} .pb20 {padding-bottom: 5.3333vw;} .pl20 {padding-left: 5.3333vw;}
.p22 {padding: 5.8667vw;} .pt22 {padding-top: 5.8667vw;} .pr22 {padding-right: 5.8667vw;} .pb22 {padding-bottom: 5.8667vw;} .pl22 {padding-left: 5.8667vw;}
.p24 {padding: 6.4vw;} .pt24 {padding-top: 6.4vw;} .pr24 {padding-right: 6.4vw;} .pb24 {padding-bottom: 6.4vw;} .pl24 {padding-left: 6.4vw;}
.p26 {padding: 6.9333vw;} .pt26 {padding-top: 6.9333vw;} .pr26 {padding-right: 6.9333vw;} .pb26 {padding-bottom: 6.9333vw;} .pl26 {padding-left: 6.9333vw;}
.p28 {padding: 7.4667vw;} .pt28 {padding-top: 7.4667vw;} .pr28 {padding-right: 7.4667vw;} .pb28 {padding-bottom: 7.4667vw;} .pl28 {padding-left: 7.4667vw;}
.p32 {padding: 8.5333vw;} .pt32 {padding-top: 8.5333vw;} .pr32 {padding-right: 8.5333vw;} .pb32 {padding-bottom: 8.5333vw;} .pl32 {padding-left: 8.5333vw;}
.p38 {padding: 10.1333vw;} .pt38 {padding-top: 10.1333vw;} .pr38 {padding-right: 10.1333vw;} .pb38 {padding-bottom: 10.1333vw;} .pl38 {padding-left: 10.1333vw;}
.p40 {padding: 10.6667vw;} .pt40 {padding-top: 10.6667vw;} .pr40 {padding-right: 10.6667vw;} .pb40 {padding-bottom: 10.6667vw;} .pl40 {padding-left: 10.6667vw;}
.p56 {padding: 14.9333vw;} .pt56 {padding-top: 14.9333vw;} .pr56 {padding-right: 14.9333vw;} .pb56 {padding-bottom: 14.9333vw;} .pl56 {padding-left: 14.9333vw;}
.p66 {padding: 17.6vw;} .pt66 {padding-top: 17.6vw;} .pr66 {padding-right: 17.6vw;} .pb66 {padding-bottom: 17.6vw;} .pl66 {padding-left: 17.6vw;}

/* 宽度 */ 
.width24 {width: 6.4vw;}
.width343 {width: 91.4667vw;}
.width351 {width: 93.6vw;}
.width295 {width: 78.6667vw;}

/* 高度 */
.height16 {height: 4.2667vw;}
.height36 {height: 9.6vw;}
.height40 {height: 10.6667vw;}
.height44 {height: 11.7333vw;}
.height60 {height: 16vw;}

/* 圆角 */
.br2 {border-radius: .5333vw; overflow: hidden;}
.br4 {border-radius: 1.0667vw; overflow: hidden;}
.br6 {border-radius: 1.6vw; overflow: hidden;}
.br8 {border-radius: 2.1333vw;}
.br12 {border-radius: 3.2vw;}
.br20 {border-radius: 5.3333vw; overflow: hidden;}
.br24 {border-radius: 6.4vw; overflow: hidden;}
.br50 {border-radius: 13.3333vw; overflow: hidden;}
.br60 {border-radius: 16vw; overflow: hidden;}

/* 边框 */
.border-primary {border: .1333vw solid #156DF2;}
.border-1-ghostwhite { border: .2667vw solid #E6E6E8;}
.border-white {border: .0267vw solid #FFFFFF;}
.border-ghostwhite {border: .1333vw solid #EBEBEB;}
.border-bottom-1-ghostwhite {border-bottom: .1333vw solid #EBEBEB;}
.border-top-1-ghostwhite {border-top: .2667vw solid #E6E6E8;}
.border-dodgerblue {border: .1333vw solid #156DF2;}
.border-limegreen {border: .1333vw solid #27C27E;}

/* 布局 */
.inline-block {display: inline-block;}
.flex {display: flex;}
.flex-1 {flex: 1;}
.flex-align-center {align-items: center;} .flex-align-start {align-items: flex-start;}
.flex-justify-center {justify-content: center;} .flex-justify-between {justify-content: space-between;} .flex-justify-around {justify-content: space-around;} .flex-space-evenly{justify-content: space-evenly}
.flex-wrap {flex-wrap: wrap;}

/* 定位 */
.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}
.right0 {right: 0;}  .top0 {top: 0;}  .top90 {top: 24vw;} .bottom0 {bottom: 0;} .bottom28 {bottom: 7.4667vw;} .left0 {left: 0;} 
.top8 {top: 2.1333vw;}  .right8 {right: 2.1333vw;}

/* 文字对齐方式 */
.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}

.vertical-text-bottom {vertical-align: text-bottom;}
.vertical-bottom {vertical-align: bottom;}

/* 透明度 */
.op-37 {opacity: .37;}

.none {display: none;}

/* 徽标 */
.message-dot .van-badge--dot {right: 1.6vw; top: 1.4vw; width: 2.1333vw; height: 2.1333vw;}

/* 导航栏 */
.van-nav-bar .van-nav-bar__left:active:has(.title) {opacity: 1;}
.van-nav-bar {z-index: 2;}
.van-nav-bar__placeholder {height: 11.7333vw!important;}
.van-nav-bar__content {height: 11.7333vw!important;}

/* 九宫格 */
.van-grid .van-grid-item__content::after {border-width: 0;}

/* 下拉菜单 */
.van-dropdown-menu .van-dropdown-menu__bar {height: 11.7333vw; box-shadow: none; border-bottom: .1333vw solid #E6E6E8;}
.van-dropdown-menu .van-dropdown-menu__title {font-size: 3.7333vw; line-height: 5.3333vw; color: #222229;}
.van-dropdown-menu .van-dropdown-item__option--active, 
.van-dropdown-menu .van-dropdown-menu__title--active {color: #156DF2;}
.van-dropdown-menu .van-dropdown-item__icon {display: none;}
.van-dropdown-menu .van-cell {padding: 3.2vw 4.2667vw; font-size: 3.7333vw; line-height: 5.3333vw;}
.van-dropdown-menu .van-cell::after {right: 0; left: 0;}

/* 搜索 */
.van-search input[type='search']::placeholder{ color:#888889; } 

/* 商品导航 */
.van-goods-action {height: 16vw; padding: 2.1333vw 4.2667vw;box-sizing: border-box;}
.van-goods-action-icon {flex: 1;}
.van-goods-action-button {width: 64vw; flex: initial;}

/* 视频组件 */
#my-video {width: 91.4667vw; height: 51.7333vw;}

/* 标签页 */
.van-tab {color: #222229; font-size: 3.7333vw; line-height: 5.3333vw;}
.van-tab--active { color: #27C27E;}
.van-tabs__line {background-color: #27C27E; height: .5333vw; width: 6.4vw;}

.baoming-tabs .van-tab {flex: initial; padding: 0; margin-right: 6.4vw; font-size: 4.2667vw; line-height: 6.4vw;}
.baoming-tabs .van-tabs__wrap {border-bottom: .2667vw solid #E6E6E8;margin-bottom: 4.2667vw;}

/* 表单 */
.van-form .van-cell {padding: 4.2667vw;}
.van-form .van-cell__title {font-size: 4.2667vw; line-height: 6.4vw; color: #222229;width: fit-content;margin-right: 4.2667vw;flex: initial;}
.van-checkbox__label {margin-left: 2.1333vw; color: #59595D; font-size: 3.2vw; line-height: 4.8vw;}
.van-checkbox__icon {height: initial; line-height: initial; font-size: initial;}
.van-form .van-cell .van-cell__value:has(.van-uploader) {display: flex; justify-content: flex-end;}
.van-form .van-cell .van-cell__value .van-uploader__input-wrapper {display: flex; align-items: center;}
.van-form .van-cell .van-field {padding: 0;}

.classify-tabs .van-tabs__nav--line {width: calc(100% - 24px);}

.content img {max-width: 100%;}

.ant-form .ant-form-item {align-items: center; margin: 0 4.2667vw; padding: 4.2667vw 0; border-bottom: 1px solid #ebedf0;}
.ant-form .ant-form-item-label {padding: 0;}
.ant-form .ant-form-item:nth-last-of-type(1) {border: none}
.ant-form .ant-input, .ant-input-number {border: none; outline: none; height: 6.4vw; text-align: right;}
.ant-input:focus, .ant-input:hover, .ant-input-number:focus, .ant-input-number:hover {border: none; outline: none; box-shadow: none;}
.ant-form label {font-size: 4.2667vw; line-height: 6.4vw; color: #222229;}
.ant-form .ant-form-item-control {line-height: 6.4vw;}

.van-uploader__upload { background-color: #FFFFFF; border: .1333vw dashed #D9D9DA; }

.highlight {color: #156DF2;}

#pop-container .van-overlay {top: 24vw;}
.mypop {left: 0; top: 24vw; transform: initial;}

.discovery-tabs {height: 11.7333vw;}
.discovery-tabs .van-tabs__wrap {position: fixed; width: 100%; left: 0; z-index: 999;}

.van-cell {font-size: 3.7333vw;}

.van-collapse-item__content {font-size: 3.7333vw;}

.withdraw .van-field__control {font-size: 8.5333vw; line-height: 12.2667vw; padding-bottom: 4.2667vw;}

.consult-bg::before {content: ""; width: 83.4667vw; height: 2.1333vw; border-radius: 2.1333vw 2.1333vw 0px 0px; opacity: 0.5; background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%); top: -2.1333vw; left: 4vw; position: absolute;}

.van-dialog__confirm, .van-dialog__confirm:active {color: #27C27E;}

.van-nav-bar__title {font-size: 4.2667vw;}
.van-nav-bar {line-height: 5.8667vw; background: inherit;}

/* 悬浮按钮组 */
.fab {position: fixed; right: 3.2vw; bottom: 26.6667vw; display: flex; flex-direction: column; z-index: 200;}
.fab span {width: 8.5333vw; height: 8.5333vw; display: inline-block; line-height: 8.5333vw; border-radius: 50%; background-color: #bfbfbf; box-shadow: 0 0 1.6vw 1.6vw rgba(255,255,255,1); text-align: center; opacity: .7; color: #fff; margin-bottom: 2.6667vw; font-size: 5.3333vw;}

.van-tabbar__placeholder {height: 13.3333vw!important;}
.van-tabbar {height: 13.3333vw!important;}

.report-bg {position: relative;}
.report-bg::before {
  content: "";
  width: 82.9333vw;
  height: 4.8vw;
  display: inline-block;
  background: rgba(255, 255, 255, 0.32);
  position: absolute;
  bottom: -4.8vw;
  left: 4.2667vw;
  border-radius: 0px 0px 3.2vw 3.2vw;
}

.withdraw-menu .van-dropdown-item__content, 
.withdraw-menu .van-overlay { margin: 0 3.2vw; width: calc(100% - 6.4vw);}
.withdraw-menu .van-dropdown-menu__bar {border: none;}
.withdraw-menu .van-cell__value--alone {text-align: right;}
.withdraw-menu.van-dropdown-menu .van-dropdown-menu__bar {height: initial;}

.van-field__word-limit { color: #c1c1c1; font-size: 3.2vw; line-height: 4.2667vw;}

.mjx-chtml {
  outline: 0;
}
.MJXc-display {
  overflow-x: auto;
  overflow-y: hidden;
}

.img-inline-block img {display: inline-block;}

.example::before {
  content: "拍摄示例";
  position: absolute;
  display: inline-block;
  font-size: 3.4667vw;
  line-height: 4.8vw;
  color: #999;
  top: -2.4vw;
  left: 6.4vw;
  background-color: #fff;
  padding: 0 2.1333vw;
}