html,
body,
.page {
    margin: 0px;
    padding: 0px;
}


/**/

.weui-grids:before {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

.weui-grids:after {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
    
}
.weui-grid:before{
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.weui-grid:after{
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
}


.weui-panel:before {
    border-top: 0px solid #fff;
}

.weui-panel:after {
    border-bottom: 0px solid #fff;
}


/**/


/**/

.tab-bottom {
    bottom: 0;
    width: 100%;
    position: fixed;
}

.Deal {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
    width: 60px;
}

.weui-panel__hd {
    background: #fcfcfc;
    padding: 0 3%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.weui-panel__hd span {
    floaT: left;
    display: inline;
    font-weight: bold;
    color: #222;
    font-size: 16px;
}


/**/

.price {
    color: red;
}

.zhiding,
.weizhiding {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    vertical-align: top;
    line-height: 1.2;
    margin-top: 3px;
    font-size: 10px;
}

.Top {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}

.zhiding {
    background-color: #fe5e5e;
    margin-right: 5px;
}

.weizhiding {
    background-color: #999999;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.di {
    display: inline-block;
}

.ml-15 {
    margin-left: 15px;
}

ul {
    list-style: none
}

.link {
    color: var(--weui-LINK)
}


/* 插件样式 */

.refreshWrap .refresh {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.refreshWrap .loadingBox {
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 2
}

.refreshWrap .loading,
.refreshWrap .loadTxt {
    vertical-align: middle;
    display: inline-block;
}

.refreshWrap .loading {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-top-color: transparent;
    margin-right: 8px;
    transform: translateZ(0);
    position: relative;
}

.refreshWrap .noMore .loading {
    display: none;
}

.refreshWrap .success {
    border-color: transparent;
}

.refreshWrap .success:before {
    content: "";
    border: 1px solid #666;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 16px;
}

.refreshWrap .rotate {
    -webkit-animation: refresh-rotate 0.6s linear infinite;
    animation: refresh-rotate 0.6s linear infinite;
}

@keyframes refresh-rotate {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotate(360deg);
    }
}

.container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: var(--weui-FG-0)
}

.pageTitle {
    padding: 8px 10px;
    text-align: center;
}

.pageBody {
    margin: 0 15px
}

.page__bd_spacing {}

.page__title {
    text-align: center;
    font-size: 16px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 180px;
    max-height: 180px;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #849cff;
}

.pageBody .swiper-container {}

.pageBody .swiper-slide img {}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-l {
    text-align: left;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

.page #searchBar {
    border: 1px solid var(--weui-BG-0);
    padding: 0 10px;
    margin-top: 12px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 35%);
}

.content-head {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-title {
    font-weight: bold;
}

.content-browse {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.content-browse i.zhuan {
    vertical-align: sub;
}

.weui-flex__item .item {
    margin: 8px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.weui-flex__item:first-child .item {
    margin-left: 0;
}

.weui-flex__item:last-child .item {
    margin-right: 0;
}

.weui-flex__item .item dd {
    text-indent: 5px;
}

.weui-flex__item .item dt {
    height: 160px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.weui-flex__item .item img {
    width: 100%
}

.weui-flex__item .item .item-title .zhiding {
    text-indent: 0;
}

.weui-tabbar__item .weui-tabbar__label {
    color: #999999;
    font-weight: 700;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #333333;
}

.iconFz {
    transform: rotate(3)
}

.member-head {
    padding: 60px 0 40px;
    text-align: center;
    background-color: #5f7bf6;
    border-radius: 0 0 20px 20px;
}

.member-avatar {
    width: 80px;
    display: inline-block;
}

.member-avatar img {
    width: 100%;
    border-radius: 40px;
}

.member-name h4 {
    color: #fff;
}

.member-info {
    margin: 0 15px;
}

.member-nav {
    margin-top: -30px;
    background-color: #FFF;
    border: 1px solid #f5f5f5;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px
}

.member-nav-title {
    padding: 0 10px;
}

.member-nav-nav {
    margin-top: 20px;
    font-size: 14px;
}

.member-menu .weui-cell__hd {
    margin-right: 5px;
}

.shop-btn {
    display: inline-block;
    color: #FFF;
    background-color: #999;
    padding: 1px 5px;
    font-size: 10px;
    bottom: 0;
    margin-right: 8px;
    margin-top: 5px;
}

.succ-btn {
    display: inline-block;
    color: #FFF;
    background-color: green;
    padding: 1px 5px;
    font-size: 10px;
    bottom: 0;
    margin-right: 8px;
    margin-top: 5px;
}

.detail-info {
    padding: 15px;
}

.detail .detail-info .detail-info-title h4,
.detail .detail-info .detail-price,
.detail .detail-info .detail-contact-info .detail-contact-name,
.detail .detail-info .detail-contact-info .detail-contact-phone,
.detail .detail-info .detail-desc p {
    color: #283e93;
    font-weight: 600;
}

.detail .detail-info .detail-info-title p,
.detail .detail-info .detail-contact-title .detail-contact-name,
.detail .detail-info .detail-contact-title .detail-contact-phone,
.detail .detail-info .detail-desc h4 {
    color: #7d8dcb;
}

.detail .detail-info .detail-contact {
    padding: 10px 0;
}

.member-detail .detail-info .detail-contact {
    padding: 10px 0 0;
}

.member-detail .detail-info .detail-price,
.member-detail .detail-info .detail-contact-info .detail-contact-name,
.member-detail .detail-info .detail-contact-info .detail-contact-phone,
.member-detail .detail-info .detail-desc p {
    font-weight: 600;
}

.detail .detail-price {
    padding-top: 10px;
}

.detail-info .detail-contact,
.detail-info .detail-contact .detail-info-title,
.detail-info .detail-contact .detail-contact-info {
    overflow: hidden;
}

.detail-info .detail-contact-name {
    width: 30%;
}

.detail-info .detail-contact-phone {
    width: 70%;
}

.detail-contact-call,
.integral-buy-group {
    position: relative;
}

.detail-contact-fixed,
.integral-buy-fixed {
    position: fixed;
    bottom: 8px;
    width: 90%;
    left: 5%;
    text-align: center;
}

.detail-btn {
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: block;
    width: 100%;
    border: none;
}

.bg-zi {
    background-color: #849cff;
}

.bg-hong {
    background-color: #fe5e5e;
}

.shop-manage .weui-panel {
    margin-top: 0;
}

.shop-manage .weui-panel .weui-media-box {
    padding: 16px 0;
    position: relative;
}

.shop-manage .weui-media-box_appmsg .weui-media-box__hd {
    width: 100px;
}

.add-from .weui-btn_primary,
.add-from .weui-btn_primary:active {
    background-color: #ef2c2c;
    width: 85%;
}

.add-from .weui-form__opr-area:last-child {
    margin-bottom: 50px;
}

.member-detail {
    background-color: #E0E0E0;
}

.mt8 {
    margin-top: 8px;
}

.member-detail .detail-info {
    background-color: #fff;
}

.member-detail .detail-zhiding .lineBox {
    background-color: #98d9ff;
    padding: 1px 0;
    border-radius: 5px;
}

.member-detail .detail-zhiding .lineBox .zd-line {
    background-color: #0298ec;
    height: 7px;
    border-radius: 5px;
}

.integral-header,
.integral-buy {
    padding: 15px;
}

.integral-header {
    height: 50px;
    line-height: 50px;
    background-color: #404040;
}

.integral-header,
.integral-header .back i,
.integral-header .right a {
    color: #fff;
}

.integral-buy .weui-panel__hd:after {
    left: 0;
}

.integral-buy {
    overflow: hidden;
    display: block;
}

.buy-item {
    width: 80%;
    text-align: center;
    margin: 15px auto 0;
    border: 1px solid #eee;
    padding: 5px 0;
}

.buy-item p {
    color: #999;
}

.integral-buy .active {
    border: 1px solid #fe5e5e;
}

#zdDialog .weui-form__control-area {
    margin: 0 0 48px;
}

#zdDialog .weui-btn_primary,
#zdDialog .weui-btn_primary:active {
    background-color: #ef2c2c;
}

#content-info .weui-media-box {
    padding: 16px 0;
}

#content-info .weui-media-box:before {
    left: 0;
}

#content-info .weui-media-box_appmsg .weui-media-box__hd {
    width: 100px;
    height: 80px;
    line-height: 80px;
}

#content-info .weui-media-box__info {
    margin-top: 5px;
}

#content-info .weui-media-box__info .weui-media-box__info__meta:last-child {
    padding-right: 0;
}

.bt1 {
    border-top: 1px solid var(--weui-FG-3);
}

#content-info .labelType,
.labelType {
    background-color: #5f7bf6;
    color: #FFF;
    padding: 1px 5px;
    font-size: 10px;
}

.content .content-warp {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.content .content-warp .swiper-container {
    border-radius: 0;
}

.content .content-warp .swiper-container .title {
    text-align: left;
    font-size: 12px;
    color: var(--weui-FG-0);
}

.content .content-warp .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}

.content .content-warp .swiper-container .swiper-slide .imgage img {
    height: 80px;
    border-radius: 0;
}

.type {
    color: var(--weui-FG-2);
}

.content .content-warp .weui-panel__hd {
    padding: 0 0 5px;
}

.content .content-warp .weui-panel__hd:after {
    border: none;
}