@charset "utf-8";
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-size: 100%;
    background-color: #EEEEEE;
    color: #515151;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    height: 100%;
    font-size: 16px;
    opacity: 0
}

ul, li, p, dl, dd {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-modify:read-write-plaintext-only;*/
}

img.van-icon__image,
img {
    -webkit-touch-callout: none;
    object-fit: cover
}

em {
    color: red;
}

.over-flow {
    overflow: auto;
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

input::-webkit-input-speech-button {
    display: none;
}

input[type="submit"], input[type="reset"], input[type="button"],
input[type="password"], input[type="text"], button {
    -webkit-appearance: none;
}

/*@media (min-width: 320px) {*/
/*    html {font-size: 14px;}*/
/*}*/
/*@media (min-width: 360px) {*/
/*    html {font-size: 16px;}*/
/*}*/
/*@media (min-width: 400px) {*/
/*    html {font-size: 18px;}*/
/*}*/
/*@media (min-width: 440px) {*/
/*    html {font-size: 20px;}*/
/*}*/
/*@media (min-width: 480px) {*/
/*    html {font-size: 22px;}*/
/*}*/
/*@media (min-width: 640px) {*/
/*    html {font-size: 28px;}*/
/*}*/
/*@media (min-width: 768px) {*/
/*    html {font-size: 28px;}*/
/*}*/
/*@media (min-width: 1024px) {*/
/*    html {font-size: 28px;}*/
/*}*/
.van-swipe .van-swipe-item .van-image,
.van-swipe .van-swipe-item a {
    display: block;
}

.my-swipe {
    background-color: #eee;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.my-swipe .van-swipe__indicators {
    width: auto;
    bottom: 0.6875rem;
    right: 1.25rem;
    left: inherit;
    transform: none;
    display: flex;
    z-index: 2;
}

.swiper-pagination-bullet,
.my-swipe .van-swipe__indicator {
    width: 5px;
    height: 5px;
    opacity: 0.5;
    background-color: #FFFFFF;
    margin: 0 !important;
}

.swiper-pagination-bullet:not(:last-child),
.my-swipe .van-swipe__indicator:not(:last-child) {
    margin-right: 3px !important;
}

.swiper-pagination-bullet-active,
.my-swipe .van-swipe__indicator--active {
    width: 14px;
    border-radius: 3px;
    opacity: 1;
    background-color: #FFFFFF;
}

.widthMax {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.max-height {
    height: 100%;
}

.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.text-overflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.flex-2-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.am-form select,
.am-form textarea,
.am-form input[type=text],
.am-form input[type=password],
.am-form input[type=datetime],
.am-form input[type=datetime-local],
.am-form input[type=date],
.am-form input[type=month],
.am-form input[type=time],
.am-form input[type=week],
.am-form input[type=number],
.am-form input[type=email],
.am-form input[type=url],
.am-form input[type=search],
.am-form input[type=tel],
.am-form input[type=color],
.am-form-field {
    font-size: 0.875rem;
    border: 1px solid #eee;
    padding: 0.5rem;
}

.am-btn {
    font-size: 1rem;
}

.am-badge {
    padding: 0.25rem 0.25rem;
    font-weight: normal;
}

/* 确认提醒 */
.am-modal-hd {
    font-size: 1rem;
    padding: 0.5rem;
}

.am-modal-footer {
    height: 2.8rem;
}

.am-modal-btn {
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1rem;
}

.am-dimmer {
    z-index: 1099;
}

/*友盟统计隐藏*/
#cnzz_stat_icon_1278018838, #cnzz_stat_icon_1278020035, #cnzz_stat_icon_1278032114 {
    display: none;
}

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ellipsis-2, .ellipsis-3, .ellipsis-4, .ellipsis-5, .ellipsis-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
}

.ellipsis-2 {
    -webkit-line-clamp: 2
}

.ellipsis-3 {
    -webkit-line-clamp: 3
}

.ellipsis-4 {
    -webkit-line-clamp: 4
}

.ellipsis-5 {
    -webkit-line-clamp: 5
}

.ellipsis-6 {
    -webkit-line-clamp: 6
}

.small, small {
    font-size: .7em !important;
}

.visibility-hidden, .v-hidden {
    visibility: hidden
}

.visible {
    visibility: visible
}

.show {
    display: inherit
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.block-imp {
    display: block !important
}


.f-normal {
    font-weight: 400 !important
}

.f-medium {
    font-weight: 500 !important
}

.f-weight {
    font-weight: 600 !important
}


.f-bold {
    font-weight: bold !important
}


.am-border, .am-border-b, .am-border-l, .am-border-r, .am-border-t, .am-border-tb {
    position: relative
}

.am-border-b:after, .am-border-l:after, .am-border-r:after, .am-border-t:after, .am-border-tb:after, .am-border:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1);
    pointer-events: none
}

.am-border-l:after {
    border-left: 1px solid #eee
}

.am-border-r:after {
    border-right: 1px solid #eee
}

.am-border-t:after {
    border-top: 1px solid #eee
}

.am-border-b:after {
    border-bottom: 1px solid #eee
}

.am-border-tb:after {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.am-border:after {
    border: 1px solid #eee
}

.am-border.am-border-radius:after {
    border-radius: 6px
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .am-border-b:after, .am-border-l:after, .am-border-r:after, .am-border-t:after, .am-border-tb:after, .am-border:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(.5)
    }
}

.f0px {
    font-size: 0 !important
}

.f6px {
    font-size: .375rem !important
}

.f8px {
    font-size: .5rem !important
}

.f9px {
    font-size: .5625rem !important
}

.f10px {
    font-size: .625rem !important
}

.f11px {
    font-size: .6875rem !important
}

.f12px {
    font-size: .75rem !important
}

.f13px {
    font-size: .8125rem !important
}

.f14px {
    font-size: .875rem !important
}

.f15px {
    font-size: .9375rem !important
}

.f16px {
    font-size: 1rem !important
}

.f17px {
    font-size: 1.0625rem !important
}

.f18px {
    font-size: 1.125rem !important
}

.f20px {
    font-size: 1.25rem !important
}

.f22px {
    font-size: 1.375rem !important
}

.f24px {
    font-size: 1.5rem !important
}

.f26px {
    font-size: 1.625rem !important
}

.f28px {
    font-size: 1.75rem !important
}

.f30px {
    font-size: 1.875rem !important
}

.f35px {
    font-size: 2.1875rem !important
}

.f40px {
    font-size: 2.5rem !important
}

.f44px {
    font-size: 2.75rem !important
}

.f45px {
    font-size: 2.8125rem !important
}

.f50px {
    font-size: 3.125rem !important
}

.f-arial {
    font-family: Arial, serif !important
}

.f-f, .f-white {
    color: #fff !important
}

.f-0, .f-black {
    color: #000 !important
}

.f-c {
    color: #ccc !important
}

.f-e {
    color: #eee !important
}

.f-9 {
    color: #999 !important
}

.f-8 {
    color: #888 !important
}

.f-85 {
    color: #858585 !important
}

.f-7 {
    color: #777 !important
}

.f-6 {
    color: #666 !important
}

.f-5 {
    color: #555 !important
}

.f-4 {
    color: #444 !important
}

.f-48 {
    color: #484848 !important
}

.f-2 {
    color: #222 !important
}

.f-3 {
    color: #333 !important
}

.f-a {
    color: #A0A9C3 !important
}

.f-b {
    color: #bbb !important
}

.f-red {
    color: #EF525C !important
}

.f-blue {
    color: #53c3f1 !important
}

.f-purple {
    color: #3782ff !important;
}

.f-1c {
    color: #1c1c1c !important
}

.bg-0, .bg-black {
    background-color: #000 !important
}

.bg-red {
    background-color: #ee0a24 !important
}

.bg-ff {
    background-color: #fff !important
}

.bg-gray {
    background-color: #f5f7fa !important
}

.bg-cc {
    background-color: #ccc !important
}

.bg-transparent {
    background-color: transparent !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.fl {
    float: left !important;
    display: inline !important
}

.fr {
    float: right !important;
    display: inline !important
}

.clear {
    clear: both !important
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    clear: both;
    display: table;
    content: " "
}

.hide, .hidden {
    display: none !important
}

.text-right, .tr {
    text-align: right !important
}

.text-left, .tl {
    text-align: left !important
}

.text-center, .tc {
    text-align: center !important
}

.pos-rel, .pr {
    position: relative !important
}

.pos-abs, .pa {
    position: absolute !important
}

.pos-fixed, .fixed {
    position: fixed !important
}

.line-through {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.v-middle, .vm {
    vertical-align: middle !important
}

.v-top, .vt {
    vertical-align: top !important
}

.v-bottom, .vb {
    vertical-align: bottom !important
}

.line-height-1 {
    line-height: 1 !important
}

.border-box {
    box-sizing: border-box
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-column {
    flex-flow: column
}

.align-center {
    -webkit-align-items: center;
    align-items: center
}

.align-start {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.align-end {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.justify-center {
    -webkit-justify-content: center;
    justify-content: center
}

.justify-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.margin-center {
    margin: 0 auto
}

.m0, .margin0 {
    margin: 0 !important
}

.m5 {
    margin: .3125rem !important
}

.m10 {
    margin: .625rem !important
}

.m20 {
    margin: 1.25rem !important
}

.mt1 {
    margin-top: .0625rem !important
}

.mt2 {
    margin-top: .125rem !important
}

.mt3 {
    margin-top: .1875rem !important
}

.mt4 {
    margin-top: .25rem !important
}

.mt5 {
    margin-top: .3125rem !important
}

.mt6 {
    margin-top: .375rem !important
}

.mt7 {
    margin-top: .4375rem !important
}

.mt8 {
    margin-top: .5rem !important
}

.mt9 {
    margin-top: .5625rem !important
}

.mt10 {
    margin-top: .625rem !important
}

.mt15 {
    margin-top: .9375rem !important
}

.mt20 {
    margin-top: 1.25rem !important
}

.mt30 {
    margin-top: 1.875rem !important
}

.mb1 {
    margin-bottom: .0625rem !important
}

.mb2 {
    margin-bottom: .125rem !important
}

.mb3 {
    margin-bottom: .1875rem !important
}

.mb4 {
    margin-bottom: .25rem !important
}

.mb5 {
    margin-bottom: .3125rem !important
}

.mb6 {
    margin-bottom: .375rem !important
}

.mb7 {
    margin-bottom: .4375rem !important
}

.mb8 {
    margin-bottom: .5rem !important
}

.mb9 {
    margin-bottom: .5625rem !important
}

.mb10 {
    margin-bottom: .625rem !important
}

.mb15 {
    margin-bottom: .9375rem !important
}

.mb20 {
    margin-bottom: 1.25rem !important
}

.mb30 {
    margin-bottom: 1.875rem !important
}

.mr1 {
    margin-right: .0625rem !important
}

.mr2 {
    margin-right: .125rem !important
}

.mr3 {
    margin-right: .1875rem !important
}

.mr4 {
    margin-right: .25rem !important
}

.mr5 {
    margin-right: .3125rem !important
}

.mr6 {
    margin-right: .375rem !important
}

.mr7 {
    margin-right: .4375rem !important
}

.mr8 {
    margin-right: .5rem !important
}

.mr9 {
    margin-right: .5625rem !important
}

.mr10 {
    margin-right: .625rem !important
}

.mr15 {
    margin-right: .9375rem !important
}

.mr20 {
    margin-right: 1.25rem !important
}

.mr30 {
    margin-right: 1.875rem !important
}

.ml1 {
    margin-left: .0625rem !important
}

.ml2 {
    margin-left: .125rem !important
}

.ml3 {
    margin-left: .1875rem !important
}

.ml4 {
    margin-left: .25rem !important
}

.ml5 {
    margin-left: .3125rem !important
}

.ml6 {
    margin-left: .375rem !important
}

.ml7 {
    margin-left: .4375rem !important
}

.ml8 {
    margin-left: .5rem !important
}

.ml9 {
    margin-left: .5625rem !important
}

.ml10 {
    margin-left: .625rem !important
}

.ml15 {
    margin-left: .9375rem !important
}

.ml20 {
    margin-left: 1.25rem !important
}

.ml30 {
    margin-left: 1.875rem !important
}

.ml50 {
    margin-left: 3.125rem !important
}

.p0, .padding0 {
    padding: 0 !important
}

.p5 {
    padding: .3125rem !important
}

.p10 {
    padding: .625rem !important
}

.p20 {
    padding: 1.25rem !important
}

.pt0 {
    padding-top: 0 !important
}

.pt1 {
    padding-top: .0625rem !important
}

.pt2 {
    padding-top: .125rem !important
}

.pt3 {
    padding-top: .1875rem !important
}

.pt4 {
    padding-top: .25rem !important
}

.pt5 {
    padding-top: .3125rem !important
}

.pt6 {
    padding-top: .375rem !important
}

.pt7 {
    padding-top: .4375rem !important
}

.pt8 {
    padding-top: .5rem !important
}

.pt9 {
    padding-top: .5625rem !important
}

.pt10 {
    padding-top: .625rem !important
}

.pt15 {
    padding-top: .9375rem !important
}

.pt20 {
    padding-top: 1.25rem !important
}

.pt25 {
    padding-top: 1.5625rem !important
}

.pt30 {
    padding-top: 1.875rem !important
}

.pt35 {
    padding-top: 2.1875rem !important
}

.pt40 {
    padding-top: 2.5rem !important
}

.pt45 {
    padding-top: 2.8125rem !important
}

.pt50 {
    padding-top: 3.125rem !important
}

.pl0 {
    padding-left: 0 !important
}

.pl1 {
    padding-left: .0625rem !important
}

.pl2 {
    padding-left: .125rem !important
}

.pl3 {
    padding-left: .1875rem !important
}

.pl4 {
    padding-left: .25rem !important
}

.pl5 {
    padding-left: .3125rem !important
}

.pl6 {
    padding-left: .375rem !important
}

.pl7 {
    padding-left: .4375rem !important
}

.pl8 {
    padding-left: .5rem !important
}

.pl9 {
    padding-left: .5625rem !important
}

.pl10 {
    padding-left: .625rem !important
}

.pl15 {
    padding-left: .9375rem !important
}

.pl20 {
    padding-left: 1.25rem !important
}

.pl25 {
    padding-left: 1.5625rem !important
}

.pl30 {
    padding-left: 1.875rem !important
}

.pl35 {
    padding-left: 2.1875rem !important
}

.pl40 {
    padding-left: 2.5rem !important
}

.pl45 {
    padding-left: 2.8125rem !important
}

.pl50 {
    padding-left: 3.125rem !important
}

.pr0 {
    padding-right: 0 !important
}

.pr1 {
    padding-right: .0625rem !important
}

.pr2 {
    padding-right: .125rem !important
}

.pr3 {
    padding-right: .1875rem !important
}

.pr4 {
    padding-right: .25rem !important
}

.pr5 {
    padding-right: .3125rem !important
}

.pr6 {
    padding-right: .375rem !important
}

.pr7 {
    padding-right: .4375rem !important
}

.pr8 {
    padding-right: .5rem !important
}

.pr9 {
    padding-right: .5625rem !important
}

.pr10 {
    padding-right: .625rem !important
}

.pr15 {
    padding-right: .9375rem !important
}

.pr20 {
    padding-right: 1.25rem !important
}

.pr25 {
    padding-right: 1.5625rem !important
}

.pr30 {
    padding-right: 1.875rem !important
}

.pr35 {
    padding-right: 2.1875rem !important
}

.pr40 {
    padding-right: 2.5rem !important
}

.pr45 {
    padding-right: 2.8125rem !important
}

.pr50 {
    padding-right: 3.125rem !important
}

.pr55 {
    padding-right: 3.4375rem !important
}

.pr60 {
    padding-right: 3.75rem !important
}

.pr70 {
    padding-right: 4.375rem !important
}

.pr80 {
    padding-right: 5rem !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb1 {
    padding-bottom: .0625rem !important
}

.pb2 {
    padding-bottom: .125rem !important
}

.pb3 {
    padding-bottom: .1875rem !important
}

.pb4 {
    padding-bottom: .25rem !important
}

.pb5 {
    padding-bottom: .3125rem !important
}

.pb6 {
    padding-bottom: .375rem !important
}

.pb7 {
    padding-bottom: .4375rem !important
}

.pb8 {
    padding-bottom: .5rem !important
}

.pb9 {
    padding-bottom: .5625rem !important
}

.pb10 {
    padding-bottom: .625rem !important
}

.pb15 {
    padding-bottom: .9375rem !important
}

.pb20 {
    padding-bottom: 1.25rem !important
}

.pb25 {
    padding-bottom: 1.5625rem !important
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !important
}

.h-100 {
    height: 100% !important
}

.w-inherit {
    width: inherit !important
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-33 {
    width: 33.333333% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-65 {
    width: 65% !important
}

.w-66 {
    width: 66.666666% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w16 {
    width: 1rem !important
}

.w32 {
    width: 2rem !important
}

.h30 {
    height: 1.875rem !important
}

.h40 {
    height: 2.5rem !important
}

.h20 {
    height: 1.25rem !important
}

.w40 {
    width: 2.5rem !important
}

.w45 {
    width: 2.8125rem !important
}

.w50 {
    width: 3.125rem !important
}

.w64 {
    width: 4rem !important
}

.h64 {
    height: 4rem !important
}

.w90 {
    width: 5.625rem !important
}

.w100 {
    width: 6.25rem !important
}

.w120 {
    width: 7.5rem !important
}

.w150 {
    width: 9.375rem !important
}

.w180 {
    width: 11.25rem !important
}

.w200 {
    width: 12.5rem !important
}

.w250 {
    width: 15.625rem !important
}

.w300 {
    width: 18.75rem !important
}

.w350 {
    width: 21.875rem !important
}

.w400 {
    width: 25rem !important
}

.w450 {
    width: 28.125rem !important
}

.w500 {
    width: 31.25rem !important
}

.l0 {
    left: 0 !important
}

.l1 {
    left: .0625rem !important
}

.l2 {
    left: .125rem !important
}

.l3 {
    left: .1875rem !important
}

.l4 {
    left: .25rem !important
}

.l5 {
    left: .3125rem !important
}

.l6 {
    left: .375rem !important
}

.l7 {
    left: .4375rem !important
}

.l8 {
    left: .5rem !important
}

.l9 {
    left: .5625rem !important
}

.l10 {
    left: .625rem !important
}

.l15 {
    left: .9375rem !important
}

.l20 {
    left: 1.25rem !important
}

.l30 {
    left: 1.875rem !important
}

.r0 {
    right: 0 !important
}

.r1 {
    right: .0625rem !important
}

.r2 {
    right: .125rem !important
}

.r3 {
    right: .1875rem !important
}

.r4 {
    right: .25rem !important
}

.r5 {
    right: .3125rem !important
}

.r6 {
    right: .375rem !important
}

.r7 {
    right: .4375rem !important
}

.r8 {
    right: .5rem !important
}

.r9 {
    right: .5625rem !important
}

.r10 {
    right: .625rem !important
}

.r15 {
    right: .9375rem !important
}

.r20 {
    right: 1.25rem !important
}

.r30 {
    right: 1.875rem !important
}

.t0 {
    top: 0 !important
}

.t1 {
    top: .0625rem !important
}

.t2 {
    top: .125rem !important
}

.t3 {
    top: .1875rem !important
}

.t4 {
    top: .25rem !important
}

.t5 {
    top: .3125rem !important
}

.t6 {
    top: .375rem !important
}

.t7 {
    top: .4375rem !important
}

.t8 {
    top: .5rem !important
}

.t9 {
    top: .5625rem !important
}

.t10 {
    top: .625rem !important
}

.t15 {
    top: .9375rem !important
}

.t20 {
    top: 1.25rem !important
}

.t30 {
    top: 1.875rem !important
}

.b0 {
    bottom: 0 !important
}

.b1 {
    bottom: .0625rem !important
}

.b2 {
    bottom: .125rem !important
}

.b3 {
    bottom: .1875rem !important
}

.b4 {
    bottom: .25rem !important
}

.b5 {
    bottom: .3125rem !important
}

.b6 {
    bottom: .375rem !important
}

.b7 {
    bottom: .4375rem !important
}

.b8 {
    bottom: .5rem !important
}

.b9 {
    bottom: .5625rem !important
}

.b10 {
    bottom: .625rem !important
}

.b15 {
    bottom: .9375rem !important
}

.b20 {
    bottom: 1.25rem !important
}

.b30 {
    bottom: 1.875rem !important
}

.am-slider .am-control-nav.am-control-paging {
    text-align: right;
    padding-right: 10px;
}

.am-slider .am-control-nav.am-control-paging a {
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 2px;
    box-shadow: none;
}

.am-slider .am-control-nav.am-control-paging a.am-active {
    width: 14px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 2px;
}

.am-modal-dialog {
    z-index: 9999;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.1);
}

.am-toast {
    /*width: -webkit-fit-content;*/
    width: fit-content;
    min-width: 6rem;
    min-height: 0;
    padding: 0.5rem 0.75rem;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    /*width: 88px;*/
    max-width: 70%;
    /*min-height: 88px;*/
    /*padding: 16px;*/
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: pre-wrap;
    text-align: center;
    word-break: break-all;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 0.5rem;
    transform: translate3d(-50%, -50%, 0);
}

.vc-panel .vc-cmd-input-wrap {
    height: 2.3125rem !important;
    padding: 0 !important;
}

.vc-panel .vc-cmd-input-wrap .vc-cmd-input {
    height: 2.3125rem !important;
    padding: 5px !important;
    box-sizing: border-box;
}

.van-cascader__title {
    margin: 0;
}

.van-cascader .van-tabs__line {
    background: #53c3f1;
}

.van-cascader .van-cascader__option--selected {
    color: #53c3f1;
}

.van-cascader .van-cascader__tabs.van-tabs--line .van-tabs__wrap {
    height: 2.75rem;
}

.am-modal-confirm {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
}

.van-dialog--round-button .van-dialog__footer {
    padding: .5rem .5rem 1rem !important;
}

.van-dialog--round-button .van-dialog__footer .van-button {
    border-radius: 1rem !important;
    margin: 0 0.25rem !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: .75rem !important;
    line-height: 1 !important;
    height: 2rem !important;
}

.van-dialog--nearby.van-dialog--round-button .van-dialog__footer .van-button,
.van-dialog--round-button .van-dialog__footer .van-button.van-dialog__cancel {
    color: #222 !important;
}


/*app相关隐藏左上角的返回按钮*/
html.is_app .top-header .left,
html.is_app .wares-head,
html.is_app header .icon-zuojiantou {
    visibility: hidden !important;
}

html.is_app .am-header .am-header-left,
html.is_app .near-head .left,
html.is_app .shopping-head .shopping-return,
html.is_app .search-head .search-return {
    display: none !important;
}


html.is_app .near-head .center,
html.is_app .top-header .center {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
}

html.is_app .search-input {
    width: 70%;
    margin-left: 5%;
}

html.is_app .search-common-input,
html.is_app .shopping-input {
    width: 77%;
    margin-left: 5%;
}

html.is_app .nearindex .near-head .center {
    width: 90%;
    margin-right: 0;
}

/*app相关隐藏左上角的返回按钮*/

.van-sticky--fixed {
    max-width: 640px;
    margin: 0 auto;
}

.am-gotop.return-head {
    display: block !important;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
    transform: scale(0);
    transition: 0.3s cubic-bezier(.25, .8, .5, 1);

    z-index: 100;
    width: 3rem;
    height: 3rem;

    right: 1rem;
    bottom: 3.5rem;
    margin-bottom: env(safe-area-inset-bottom);
}

.am-gotop.return-head.am-active {
    transform: scale(1);
    display: block !important;
}

.am-gotop.return-head a {
    border-radius: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    color: #626262;
    line-height: 1.1rem;
    font-size: 0.75rem;
    padding-top: 0.5rem;
}

.am-gotop.return-head a i {
    display: block;
    font-size: 1.2rem;
}

.safe-area-inset-bottom {
    height: env(safe-area-inset-bottom);
}

.van-nav-bar .van-nav-bar__left .van-icon,
.van-nav-bar .van-nav-bar__right .van-icon {
    font-size: 1.25rem;
    color: #222951;
    font-weight: 500;
}

.van-nav-bar--fixed.van-nav-bar .van-nav-bar__left .van-icon {
    color: #222951;
    font-size: 1.5rem;
    transform: translateX(-0.3125rem);
}

.van-nav-bar--fixed.van-nav-bar .van-nav-bar__title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #222951;
}

.van-nav-bar--fixed.van-nav-bar .van-nav-bar__right a,
.van-nav-bar--fixed.van-nav-bar .van-nav-bar__right {
    font-weight: 600;
    font-size: 0.875rem;
    color: #222951;
}

::-webkit-scrollbar {
    display: none;
}

.van-image .van-image__loading {
    border-radius: 0.375rem;
}

.van-image .van-image__error {
    background-image: url('/skins/common/images/nophoto.jpg');
    background-size: 100% auto;
    border-radius: 0.375rem;
}

.van-image .van-image__error .van-image__error-icon {
    display: none;
}

.van-search .van-field__clear {
    color: #CBCBCB !important;
    /*margin-right: -0.25rem;*/
}

.van-toast.van-toast--loading__small {
    width: 2rem;
    height: 2rem;
    min-height: 0;
}

.van-toast.van-toast--loading__small .van-toast__text {
    display: none;
}