.main-bg { padding-top: 85px; }
.ctn-bg-box {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
}
.ctn-bg-box {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll
}

.ctn-bg-box::-webkit-scrollbar {
    display: none
}

.ctn-bg-box .ctn-bg {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 10px;
    flex: 1 0 auto;
    width: 20%
}

.ctn-bg-box .ctn-bg .a-line {
    width: 70px;
    flex: 1 0 auto
}

.ctn-bg-box .ctn-bg .bar-item {
    margin-top: 8px
}

.ctn-bg-box .ctn-bg .bar-item .bar-icon {
    position: relative;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 100%
}

.ctn-bg-box .ctn-bg .bar-item .bar-icon img {
    height: 100%;
    width: 50px
}

.ctn-bg-box .ctn-bg .bar-item .bar-name {
    margin-top: 1px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #646464;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ctn-bg-box .ctn-bg .bar-item .bar-name a {
    color: #646464
}

#page-ctn .ctn-bg {
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.van-tab__text-wrapper, .van-tabs {
    position: relative
}
.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 3px;
    background-color: #ee0a24;
    border-radius: 3px
}
#page-ctn .ctn-bg .van-tabs--line .van-tabs__wrap {
    height: 35px
}

#page-ctn .ctn-bg .van-tab {
    width: 25%;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #444;
    letter-spacing: 0;
    line-height: 35px;
	-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px;
	text-align:center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
	float:left;
}

#page-ctn .ctn-bg .van-tab--active {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #39bf3e;
    letter-spacing:0;
	font-weight:500;
}

#page-ctn .ctn-bg span {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s;
    line-height: 2;
}

#page-ctn .ctn-bg span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #39bf3e;
    opacity: 0;
    transition: all 0.5s;
}
#page-ctn .ctn-bg .van-tab--active span::before {
    width: 100%;
    opacity: 1;
}
.second-ctn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 144px
}

.second-ctn .cates-item:nth-child(5n) {
    border-right: none
}

.second-ctn .cates-item {
    height: 71px;
    width: calc(20% - .8px);
    border-right: 1px solid #f5f5f5;
    background-color: #fff
}

.second-ctn .cates-item .cate-img-cn {
    height: 37px;
    width: 37px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.second-ctn .cates-item .cate-img-cn img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.second-ctn .cates-item .cate-img-cn .cate-name-bg {
    background-color: #fda83e;
    border-radius: 40%;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.second-ctn .cates-item .cate-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2.5px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #646464;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px
}

.second-ctn .cates-item .cate-name a {
    color: #646464
}

.second-ctn .cates-item a {
    height: 100%;
    width: 100%
}

.second-ctn .cates-item:nth-child(1n) {
    border-bottom: 1px solid #f5f5f5
}

.lanmu-style {
    position: relative;
    margin-top: -2px;
    color: #909090;
    font-size: 14px
}

#recommend-goods {
    padding-bottom: 60px;
}

#recommend-goods .ctn-bg {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
}

#recommend-goods .ctn-bg .ctn-title {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    font-family: PingFangSC-Medium;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    line-height: 17px
}

#recommend-goods .ctn-bg .ctn-title .yx-icon {
    height: 20px;
    width: 20px;
    margin-right: 4px
}

#recommend-goods .ctn-bg .content-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#recommend-goods .ctn-bg .content-list .supply-item:nth-child(2n) {
    margin-right: 0
}

#recommend-goods .ctn-bg .content-list .supply-item {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px
}

#recommend-goods .ctn-bg .content-list .van-swipe {
    width: 100%;
    height: 100%
}

#recommend-goods .ctn-bg .content-list .van-swipe img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#recommend-goods .ctn-bg .content-list .custom-indicator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    left: 0
}

#recommend-goods .ctn-bg .content-list .custom-indicator .indicator-color {
    width: 12px;
    height: 3px;
    border: 5px;
    margin-left: 4px;
    background-color: #fff
}

#recommend-goods .ctn-bg .content-list .custom-indicator .indicator-active {
    background-color: hsla(0,0%,100%,.3)
}

.supply-item-bg {
    height: 100%;
    width: 100%;
    min-height: 250px
}

.supply-item-bg .shops-img-bg {
    position: relative;
    height: 261px;
    width: 100%
}

.supply-item-bg .shops-img-bg .shops-btm-image {
    left: 0;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%
}

.supply-item-bg .shops-img-bg .shops-btm-tuijian {
    width: 58px;
    height: 42px;
    position: absolute;
    bottom: 0;
    right: 0
}

.supply-item-bg .shops-img-bg .vedio-icon {
    position: absolute;
    height: 18.5px;
    width: 18.5px;
    right: 6.5px;
    bottom: 6.5px
}

.supply-item-bg .shops-img-bg .vedio-icon img {
    height: 100%;
    width: 100%
}

.supply-item-bg .shops-img-bg .bigAct-img {
    position: absolute;
    height: 40px;
    width: 36.5px;
    top: 0;
    left: 6px;
    background-size: 100%
}

.supply-item-bg .shops-img-bg .aci-icon {
    position: absolute;
    height: 18px;
    padding-left: 7px;
    padding-right: 7px;
    bottom: -9px;
    left: 12px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px
}

.supply-item-bg .shops-img-bg img {
    height: 100%;
    width: 100%
}

.supply-item-bg .shops-text {
    margin: 10px 12px 0
}

.supply-item-bg .shops-text .shops-price-bg {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.supply-item-bg .shops-text .shops-price-bg .shops-price {
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #ff442f;
    letter-spacing: 0
}

.supply-item-bg .shops-text .shops-price-bg .shops-price .sp1 {
    font-size: 17px;
    font-family: PingFangSC-Medium
}

.supply-item-bg .shops-text .shops-price-bg .turnover {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909090;
    letter-spacing: 0;
    line-height: 18px
}

.supply-item-bg .shops-text .shops-price-bg .btm-button {
    width: 44px;
    height: 20px;
    border: 1px solid #ff862c;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ff862c
}

.supply-item-bg .title-field {
    margin-top: 10px;
    padding: 0 12px
}

.supply-item-bg .title-field .title {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all
}

.supply-item-bg .title-field .title .icon-youxuan {
    color: #ee0400;
    font-size: 14px
}

.supply-item-bg .title-field .title .title-tag {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    color: #fff
}

.supply-item-bg .title-field .title .title-tag img {
    height: 14px;
    width: auto
}

.supply-item-bg .title-field .title.one-line {
    -webkit-line-clamp: 1;
    height: 19px;
    line-height: 19px
}

.supply-item-bg .title-field .title a {
    font-size: 14px;
    color: #222
}

.supply-item-bg .title-field .cw-tags {
    height: 17px;
    margin-top: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.supply-item-bg .title-field .cw-tags .cw-tag:first-child {
    margin-left: 0
}

.supply-item-bg .title-field .cw-tags .cw-tag {
    margin-left: 6px;
    height: 15px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    display: flex;
    flex: none;
    align-items: center
}

.supply-item-bg .title-field .icon-item-004 {
    background: #fff3f3;
    border: 1px solid #ff968a;
    color: #ff442f;
    border-radius: 3px
}

.supply-item-bg .title-field .icon-item-005 {
    background: #eff4fb;
    border: 1px solid #8a9fcc;
    color: #4869af;
    border-radius: 3px
}

.supply-item-bg .title-field .icon-item-006 {
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 4px
}

.supply-img {
    pointer-events: none
}


.zhaobangshou {
    box-sizing: border-box;
    margin: 10px 12px 0
}

.zhaobangshou .form-title {
    padding: 0 15px 10px;
    font-size: 17px;
    color: #222;
    font-weight: 650
}

.zhaobangshou .source-goods {
    padding: 10px 0;
    margin: 0 15px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #f5f5f5
}

.zhaobangshou .source-goods-color {
    font-size: 15px;
    color: #39bf3e
}

.zhaobangshou .source-goods-form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.zhaobangshou .source-goods-form .van-button--small {
    height: 26px;
    padding: 0 10px;
    font-size: 13px
}

.zhaobangshou .source-goods-form .van-button--small i {
    font-size: 12px
}

.zhaobangshou .source-goods-tips {
    font-size: 12px;
    color: #909090;
    margin: 10px 0 17px
}

.zhaobangshou .source-goods-address {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

.zhaobangshou .source-goods-buttom {
    width: 61px;
    height: 26px;
    background-color: #f0f0f0;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #646464
}

.zhaobangshou .source-goods .source-goods-right {
    display: flex;
    align-items: center
}

.zhaobangshou .source-goods .source-goods-right .source-goods-color {
    display: flex;
    margin-right: 10px
}

.zhaobangshou .explain {
    padding: 0 15px 15px
}

.zhaobangshou .explain-title {
    font-size: 15px;
    color: #444
}

.zhaobangshou .explain-textarea {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 15px;
    background: #fafafa;
    border: .5px solid #f0f0f0;
    border-radius: 5px;
    box-sizing: border-box
}

.zhaobangshou .explain .purchase-memo::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px
}

.zhaobangshou .explain-p {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align: right;
    color: #909090;
    font-size: 12px
}

.zhaobangshou .explain textarea {
    background-color: #f8f8f8;
    font-size: 15px;
    color: #222;
    width: 100%;
    border: none
}
.form-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}
.van-cell {
    padding: 14px 15px
}
.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff
}

.van-cell: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-cell--borderless:after,.van-cell:last-child:after {
    display: none
}

.van-field__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 6.2em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    padding-right: 16px;
    text-align: right
}

.van-field--disabled .van-field__label {
    color: #c8c9cc
}

.van-field__value {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.van-field__control::-webkit-input-placeholder {
    color: #c8c9cc
}

.van-field__control::placeholder {
    color: #c8c9cc
}

.van-field__control:disabled {
    color: #c8c9cc;
    background-color: transparent;
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: currentColor
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 24px
}


.van-cell__label {
    margin-top: 4px;
    color: #969799;
    font-size: 12px;
    line-height: 18px
}


.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__value--alone {
    color: #323233;
    text-align: left
}
.help_head img {
	float:left;
	margin-right:5px;
	width:24px;
	height:24px;
	border-radius: 5px;
}
.fr {margin-right:15px;}
.help_title {margin-left:2px; color: #969799;}
.ctn-bg .ctn-title .yx-icon {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
.ctn-bg .ctn-title {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    font-family: PingFangSC-Medium;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    line-height: 17px;
}