#sub_trips_box {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px 15px;
    margin: auto;
    background-color: rgba(102, 102, 102, 0.7);
    width: 50%;
    border-radius: 5px;
    z-index: 10000;
    color: #fff;
    white-space: normal;
    font-size: 16px;
    transform: translate(-50%, -50%);
}

/*//入口的弹窗设置--开始*/
.form-popup {
    width: 100vw;
    position: absolute;
    z-index: 2001;
    background: #ffffff;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll;
}

.van-radio-group {
    display: flex;
}

.van-radio-group .van-radio {
    padding-right: 10px;
    white-space: nowrap;
}

.van-radio__icon--checked .van-icon {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

/*//入口的弹窗设置--结束*/

/*导航的底部的一条黑线*/

/*导航栏的颜色*/
.van-tab--active {
    color: #333333 !important;
    font-weight: 600;
}

.van-tabs__line {
    background-color: #FFCE37 !important;
    display: none !important;
}



/*span的文字线*/

.van-tab--active >span{
    border-bottom: 3px solid #FFCE37!important;
    display: inline !important;
    padding: 7px 0px!important;
}
/*.sort_div_tab .van-tab--active .van-tabs_span_line {*/
    /*border-bottom: 3px solid #FFCE37!important;*/
    /*display: inline !important;*/
    /*padding: 7px 0px;*/
/*}*/



.art_div_tab



/*切换效果*/
.van-tabs__wrap:after {
    border: none !important;
}

.van-tabbar-item--active {
    color: #FFCE37;
}

.van-ellipsis {
    font-size: 16px;
}

/*点击图标*/
.van-nav-bar .van-icon {
    color: #333333 !important;
    font-size: 25px !important;
}

.van-nav-bar__title {
    font-weight: 600 !important;
}

/*艺术家*/
.ysp_title_name {
    display: flex;
    align-items: center;
    padding: 26px 6vw;
    /*margin-top: 20px;*/
    white-space: nowrap;
}

.ysp_title_name .ysp_title_left {
    flex: 1;
}

.ysp_title_name .ysp_title_left h4 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
}

.ysp_title_right {
    color: #999999;
    font-size: 14px;
}

/*加入滚动*/
#homeBox {
    box-sizing: border-box;
    /*overflow-y:scroll;*/
    overflow:auto ;
    -webkit-overflow-scrolling: touch;
    /*顶部头部的高度  46+24*/
    padding-top: 70px
}

/*轮播的图片样式-start*/
.art_div_tab .van-swipe-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.art_div_tab .van-swipe-item > img {
    /*height: auto;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*轮播的图片样式-end*/

.van-tabs__content {
    box-sizing: border-box;
    height: 100vh;
    /*头部70 导航44 底部50   10*/
    padding-bottom: 174px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.artist_list_ul {
    display: flex;
    overflow-y: hidden;
    margin-left: 15px;
    overflow-x: scroll;
    /*margin-right: 6vw;*/
    margin-right: 15px;
}
/*隐藏滚动条*/
ul::-webkit-scrollbar {
    display: none!important;
}

.artist_list_ul .artist_list_li {
    padding: 10px 10px 25px 10px;
    white-space: nowrap;
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex: 1;*/
    /*flex: 1;*/
    position: relative;
    margin: 0 5px;
    width: 35%;
    border: 1px solid #e5e5e5;
    /*box-shadow: 1px 1px 1px #e5e5e5;*/
    min-width: 35%;
}

.artist_list_ul .img_box {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*overflow: hidden;*/


    height: 0;
    width: 100%;
    padding: 50% 0;
     overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.artist_list_ul .img_box .img_div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: auto;
    min-height:100px;
    overflow: hidden;
}

.artist_list_ul .img_box .img_div > img {
    /*width: 100%;*/
    /*max-width: 100%;*/


    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    /*width: 100%;*/
    /*max-height: 100%;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*底线*/
.solid_line_div{
    margin: 15px 6vw 0px 6vw;
    height: 1px;
}

.artist_list_li h4, p {
    margin: 0px 0px;
    text-overflow: ellipsis;
    overflow: hidden;

}
.solid_bottom{
    position: relative;
    padding: 10px 0px;
}
 .solid_bottom:not(:last-child)::after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    left: 0;
    right: 5px;
    bottom: 0px;
    border-bottom: 1px solid #ebedf0;
}


.artist_list_li .artist_font_infos {
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 24px;
}

.artist_list_li .artist_font_infos>h4+p{
    color: #999999!important;
    font-size: 14px;
}

.artist_bottom_infos {
    background: #333;
    bottom: 0px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #333;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;

}

.artist_font_infos p:first-child {
    color: #666666;
    font-size: 14px;
}

.artist_font_infos p + p {
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.artist_bottom_infos span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
}

/*画廊的列表栏--开始*/


.art_gallery_list_ul .art_gallery_list .img_box .img_div > img {
    /*height: 100px !important;*/
    /*width: auto !important;*/
    /*max-width: inherit !important;*/
    height: 100%!important;;
    object-fit: cover!important;;
}

.art_gallery_list {
    /*border: 1px solid rgb(255, 255, 255);*/
    /*box-shadow: rgb(255, 255, 255) 1px 1px 1px;*/
    /*width: 100px;*/
    /*height: 100px;*/
    /*padding: 0px 0px 0px 0px;*/
    /*min-width: 100px;*/
    /*margin: 0px 5px;*/


    height: auto;
    padding: 0px 0px 0px 0px;
    min-width: 100px;
    margin-right:5px;
    position: relative;
    width: 100%;
    /*max-width: 100px;*/
}
.art_gallery_list .li_gallery_name{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:  5px;

    /*text-align: center;
    white-space: nowrap;
    padding: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;*/
}

/*画廊的列表栏--结束*/

/*排序*/
.sort_div_tab {
    margin-top: 25px;
    /*border-top: 1px solid #e5e5e5;*/
}

.sort_div_tab .van-tab {
    flex: inherit !important;
    margin: 0 15px;
    padding: 0px;
}

/*.sort_div_tab .van-tab--active {*/
    /*border-bottom: 3px solid #FFCE37;*/
/*}*/

.sort_div_tab .van-tabs__content {
    box-sizing: border-box;
    height: 100% !important;
    padding-bottom: 0px !important;
}

.sort_div_tab .van-cell__value--alone {
    padding: 5px 0px 15px 0px !important;
    white-space: nowrap;
}

.van-cell:not(:last-child)::after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    left: 0px;
    right: 0px !important;
    bottom: 0px;
    border-bottom: 20px solid #f2f2f2 !important;
}

.sort_div_tab .van-list .van-cell h4 {
    margin: 0px;
    font-size: 16px;
}

/*艺术品的商品列表--开始*/
.artist_list_type_box {
    margin-top: 15px;
    /*padding: 0 5px;*/
}

.ysp_title_name_first_soild {
    border-top: 1px solid #e5e5e5;
}
/*隐藏高，并且让对齐*/
.all_max_height{
    /*max-height: 670px;*/
    /*max-height: 107vh;*/
    max-height: max-content;
    overflow: hidden;
    height: 100%;
    position: relative;
}
/*控制线的样式*/
/*[class*=van-hairline]::after{
    content: ' ';
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border: 1px solid #e1e1e1;
}*/

/*更换背景色*/
.van-search__content{
    border-radius: 50px;
    background: rgb(242, 242, 242) !important;
}

/*艺术品的商品列表--结束*/


/*页面的底部提示*/
.page-bottom-infos {
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*去除浮动*/
    clear: both;
}

.page-bottom-infos span {
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #cccccc;
    font-size: 12px;
    padding: 10px;
}

/*图标线*/
.arrow-down-solid-box {
    display: flex;
    /*padding: 10px 0px;*/
    padding: 20px 0px 20px 0px;
    font-size: 14px;

    position: absolute;
    left: 50%;
    right: 50%;
    background: #fff;
    transform: translate(-50%, 0%);
    width: 100%!important;
    z-index: 999;
    bottom: 0;
}

.arrow-down-solid-box .arrow-down {
    margin: 0 auto;
    display: block;
    position: relative; /*定位横线（当横线的父元素）*/
}

.arrow-down-solid-box .arrow-down i {
    font-size: 25px !important;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: 1;
    background: #ffffff;
}

.arrow-down-solid-box .arrow-down:before, .arrow-down-solid-box .arrow-down:after {
    content: ''; /*CSS伪类用法*/
    position: absolute; /*定位背景横线的位置*/
    top: 52%;
    background: #DCDCDC; /*宽和高做出来的背景横线*/
    width: 51vw;
    height: 1px;
}

.arrow-down-solid-box .arrow-down:before {
    left: 25%;
}

.arrow-down-solid-box .arrow-down:after {
    right: 25%;
}
.arrow_down_span{
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 88;
    background: #fff;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 25px;
}


/*拍 卖*/
.auction_box {
    margin: 50% auto;
}

.auction_box .font-text {
    text-align: center;
    padding: 20px 20px;
    font-size: 16px;
    white-space: nowrap;

}

.auction_img_box {
    display: flex;
    justify-content: center;
    align-items: center;

}

.auction_box .auction_img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auction_box .auction_img img {
    width: 100%;
    border: none;
}

/*有搜索栏的头部-开始*/
.head-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.head-box .head-box_left {
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.head-box .head-box_left i {
    font-size: 25px;
}

.head-box .head-box_center {
    flex: 1;
}
.van-field__left-icon .van-icon{
    color: #969799;
}
@media only screen and (max-width:320px){
    .van-field__left-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65%;
        transform: translate(-50%,-50%)!important;
    }
}

@media only screen and (min-width:321px) and (max-width:500px){
    .van-field__left-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%,-50%)!important;
    }
}

.van-field__control:before{
     /*content: '搜索关键词';*/
    content: "\F0A9";
}


.head-box_center .van-search {
    padding: 7px 7px !important;
    background: transparent !important;
    position: relative;
}


.van-search .van-field__body input::-webkit-input-placeholder {
    text-align: center;
    /*padding-left: 25%;*/
}

.head-box_center .van-search .van-cell {
    background: rgb(242, 242, 242) !important;
    border-radius: 15px !important;
}

.head-box .head-box_right {
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.merchantsJoin_right .img_div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
}
.merchantsJoin_right{
    padding: 0px 5px 0px 10px!important;
}
.merchantsJoin_right .img_div>img{
    height: auto;
    width: 100%;
}


.head-box .head-box_right i {
    font-size: 25px;
}

/*有搜索栏的头部-结束*/

/*轮播图添加样式-开始*/
/*默认颜色*/
.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_exhibition_box  .van-cell:not(:last-child)::after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    left: 0px;
    right: 0px !important;
    bottom: 0px;
    border-bottom: 1px solid #f2f2f2 !important;
}
.art_exhibition_box .van-card{
    padding: 0!important;
    background-color: #ffffff!important;
}
.art_exhibition_box .van-card h4{
    font-size: 16px;
    margin: 10px 0 10px 0px;
}
.van-card .van-card__header{
    position: relative;
}
.van-card .van-card__header a{
    /*height: 0;*/
    /*width: 100%;*/
    /*!*padding: 30% 0;*!*/
    /*padding: 90px 0;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*position: relative;*/




    padding: 90px 0;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.van-card .van-card__header a img{


    object-fit: cover;
    max-width: 100%;


    height: 100%;

    max-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.Toast_txt_box{
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%)!important;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
}
.Toast_txt_box .expo_name_style{
    padding: 0px 15px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0px;
    min-height: 12%;
    align-items: center;
    /*display: flex;*/
    justify-content: center;

    font-size: 16px;
    font-weight: bolder;
}
.van-card__footer{
    text-align: left!important;
    padding: 10px  0px 10px 0px;
}
.van-card__footer .exhibition_time_infos{
    font-size: 12px!important;
    font-weight: 600;
}
/*艺术品展览--结束*/






/*艺术品的展会内容-开始*/
.art_exhibition_show_content{
    position: absolute;
    top: 0;
    -webkit-overflow-scrolling: touch!important;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    /*46+24*/
    overflow-y: scroll!important;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.art_exhibition_show_content_box{
    padding: 10px 15px;
}
.art_exhibition_show_content_box .art_exhibition_name{
    margin: 0px 0px 10px 0px;
}
.art_exhibition_adrrs_times_div{
    color: #666666;
    font-size: 14px;
}
.art_exhibition_adrrs_times_div .adrrs,.times{
    padding-bottom: 10px;
}
/*艺术品的展会内容-结束*/

/*2019-11-1添加的关注人*/
.followAllNum_span{
    align-items: center;
    padding: 0 15px;
    border: none!important;
    display: flex !important;
}
.followAllNum_span img{
    height: 14px;
    max-width: 100%;
    padding: 2px;
}
.followAllNum_span .num{
    padding: 0px 2px;
    border: none!important;
}