
.van-nav-bar {
    background: transparent !important;
}

.van-nav-bar__left .van-icon {
    border-radius: 50%;
    padding: 5px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-size: 22px;
}

.van-hairline--bottom::after {
    border: 0 solid #ffffff;
}

/*设置容器滚动-开始*/
.artProductBox {
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: -70px;
}

.artProduct_box {
    box-sizing: border-box;
    height: 100vh;
    padding-bottom: 50px;
}

/*设置容器滚动-开始*/

/*产品内容开始*/
.art_desc_box {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px 20px 0px;
    margin: 0px 15px;
}

.art_desc_box .head_title > h3 {
    margin: 0;
    padding: 10px 0px;
    font-size: 20px;
    margin: 0;
}

.btn_icon_box {
    padding: 20px 10px 0px 10px;
}

.btn_icon_box .img_div img {
    height: 20px !important;
}

.van-swipe-item {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.van-swipe-item img {
    width: 100%;
    height: auto;
}
.van-swipe__indicator--active {
    background-color: #FFCE37 !important;
    width: 15px !important;
    border-radius: 5px !important;
}

.squ_indicator {
    width: 15px !important;
    border-radius: 5px !important;
}

.art_desc_box .art_desc_li {
    margin: 5px 0px;
}

.art_desc_box .flex-box {
    display: flex;
}

.art_desc_box .flex-box .right {
    flex: 1 !important;
}

.art_desc_box .van-card__desc {
    color: #333333 !important;
    font-size: 18px !important;
}

/*更多color*/
.more_infos {
    color: #999999 !important;
    font-size: 16px !important;
}

.art_desc_li_bottom span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    padding: 15px;
    /*margin: 22px 15px;*/
    margin: 22px 15px 50px 15px;
}

.postage {
    font-size: 15px;
    padding: 5px 0px;
    color: #666666;
}
