/* 提示框样式 */
#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%);
}

/*头部的信息--开始*/
.van-nav-bar  .van-icon {
    color: #333333 !important;
    font-size: 25px!important;
}
.van-nav-bar__title {
    font-weight: 600 !important;
}
.van-hairline--bottom::after{
    border: 0 solid #ffffff;
}
/*头部的信息--结束*/


.artProduct_from_div {
    box-sizing: border-box;
    height: 100vh;
    padding: 10px 15px 89px 15px;
    overflow: auto;
}

.head_box_title{
    text-align: center;
    padding: 30px 0px 20px 0px;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
}
.head_box_title h4{
    margin: 1px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input_groups{
    line-height: 44px!important;
}
.input_groups .van-cell{
    background-color: #F1F1F1!important;
}
.input_groups .input_name{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    /*padding: 10px 0px 0px 0px;*/
}
.input_groups .input_content_div{
    display: flex;
}
.input_groups .input_content_div .icon_trip{
    padding: 0 10px;
}

.contact_you_div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_you_div .font{
    display: flex;
    align-items: center;
    background: transparent;
    z-index: 1;
    position: relative;
}
.contact_you_div:after {
    content: "";
    position: absolute;
    border-right-color: #fff;
    height: 10px;
    background: #FECD4E;
    z-index: 0;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 52%;
    max-height: 100%;
    right: 50%;
}

/*去掉线条*/
.van-hairline--top-bottom::after{
     border: 0 solid #ffffff!important;
}









.artProductBoxFrom{
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


























.art_desc_li_bottom span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    display: block;
    padding: 15px;
    margin: 22px 15px;
}