body{
    background: #f8f9fd;
}
.yywl_page_top{
    width: 100%;
    height: 100px;
    z-index: 102;
    padding: 20px 10% 0px 10%;
    background: #ededed40;
    border-bottom: 1px solid #9b9b9b;
    top: 0px;
    position: absolute;
}
.yywl_page_logo{
    width: 40%;
    float: left;
}
.yywl_page_logo img{
    width: 269px;
    height: 55px;
}
.yywl_page_link{
    width: 50%;
    float: right;
}
.devlogistics_auth{
    float: right;
}
.yywl_auth{
    float: right;
}
.auth{
    margin: 18px 30px;
}
.auth a{
    color: #fff;
    font-size: 0.8vw;
    text-decoration: none;
}
.goods_vehicle_con_bg{
    position: relative;
    width: 100%;
    height: 29vw;
    font-size: 2.5vw;
    font-weight: bolder;
}
.goods_vehicle_con_bg1{
    background: url(../img/goods_vehicle1.png) no-repeat top center;
    background-size: 100% auto;
}
.goods_vehicle_con_bg2{
    background: url(../img/goods_vehicle2.png) no-repeat top center;
    background-size: 100% auto;
}
.goods_vehicle_con_bg3{
    background: url(../img/goods_vehicle3.png) no-repeat top center;
    background-size: 100% auto;
}
.goods_vehicle_con_text{
    color: #fff;
    position: absolute;
    padding: 20px 10% 0px 10%;
    margin-top: 11%;
}
.goods_vehicle_con_line{
    position: absolute;
    width: 95px;
    border-bottom: 6px solid #fff;
    margin-top: 18%;
    margin-left: 10%;
}
.goods_vehicle_title{
    text-align: center;
    font-size: 1.8vw;
    margin: 30px 0px;
    font-weight: bolder;
    color: #000;
}
.goods_vehicle_con{
    width: 100%;
    padding: 0px 10% 0px 10%;
}
.goods_vehicle_list{
    width: 24%;
    float: left;
    margin: 10px 0.5%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}
.gv_title{
    font-size: 1.1vw;
    font-weight: bolder;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 38px;
}
.gv_nr{
    font-size: 0.8vw;
    margin: 5px 0px;
}
.gv_nr_tit{
    color: #6b7280;
    margin-right: 3px;
    line-height: 30px;
}
.gv_nr_text{
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.gv_address{
    margin: 10px 0px;
}
.gv_address_tit{
    width: 35%;
    display: inline-block;
    vertical-align: top;
    background: #f6f7fa;
    border-radius: 5px;
    padding: 20px 12px;
    font-size: 0.8vw;
}
.gv_address_tit b{
    font-size: 0.9vw;
    text-overflow: ellipsis;
    width: 100px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gv_address_icon{
    width: 25%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
}
.gv_address_icon b{
    font-size: 1.1vw;
}
.gv_address_icon .gv_icon{
    background: url(../img/goods_vehicle_icon.png) no-repeat center center;
    width: 100%;
    height: 15px;
    background-size: 100%;
    max-width: 50px;
    margin: 0 auto;
}
.gv_nr_time{
    background: url(../img/goods_vehicle_time.png) no-repeat;
    background-size: auto 100%;
    margin: 10px 0px;
}
.gv_nr_time .gv_nr{
    
}
.gv_nr_time_left{
    padding-left: 20px;
}
.gv_nr_time_right{
    float: right;
}
.goods_vehicle_btn{
    margin: 15px 0px 5px;
    background: #dd1530;
    color: #fff;
    width: 100%;
    height: 39px;
    border: 0px;
    border-radius: 5px;
    font-size: 0.8vw;
}
.goods_vehicle_page{
    text-align: center;
    margin: 20px 0px;
    font-size: 0.8vw;
}
.goods_vehicle_page a{
    margin: 0 10px;
    text-decoration: underline;
    color: #000;
}
.gv_user{
    position: relative;
    width: 100%;
    height: 60px;
    background: #f8f9fd;
    margin: 0 auto;
}
.gv_img{
    position: absolute;
    background: url(../img/goods_vehicle_user.png) no-repeat center center;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
}
.gv_name{
    line-height: 25px;
    margin-left: 70px;
    color: #000;
    font-size: 0.8vw;
    padding-top: 6px;
}
.gv_phone{
    line-height: 25px;
    margin-left: 70px;
    font-size: 0.8vw;
}
.gv_detail{
    width: 100%;
}
.gv_detail_title{
    font-size: 1vw;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.gv_detail_address{
    margin: 10px 0px;
}
.gv_detail_address_tit{
    width: 41%;
    display: inline-block;
    vertical-align: top;
    background: #f6f7fa;
    border-radius: 5px;
    padding: 20px 12px;
    font-size: 0.8vw;
}
.gv_detail_address_tit b{
    font-size: 0.9vw;
    height: auto;
    display: block;
    margin-top: 10px;
}
.gv_detail_address_icon{
    width: 17%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
}
.gv_detail_address_icon b{
    font-size: 1.1vw;
}
.gv_detail_address_icon .gv_detail_icon{
    background: url(../img/goods_vehicle_icon.png) no-repeat center center;
    width: 100%;
    height: 15px;
    background-size: 100%;
    max-width: 50px;
    margin: 0 auto;
}
.gv_detail_con{
    margin: 15px 0px;
}
.gv_detail_left{
    width: 41%;
    display: inline-block;
    vertical-align: top;
    background: #f6f7fa;
    border-radius: 5px;
    padding: 20px 12px;
    font-size: 0.8vw;
}
.gv_detail_company{
    font-size: 1vw;
    font-weight: bolder;
    margin-bottom: 10px;
}
.gv_detail_user{
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    margin: 0 auto;
}
.gv_detail_img{
    position: absolute;
    background: url(../img/goods_vehicle_user.png) no-repeat center center;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
}
.gv_detail_name{
    line-height: 25px;
    margin-left: 70px;
    color: #000;
    font-size: 0.8vw;
    padding-top: 6px;
}
.gv_detail_phone{
    line-height: 25px;
    margin-left: 70px;
    font-size: 0.8vw;
}
.gv_detail_list{
    margin: 10px 0px;
}
.gv_detail_tit{
    color: #6b7280;
    margin-right: 3px;
    line-height: 30px;
    font-size: 0.8vw;
}
.gv_detail_nr{
    color: #000;
    font-size: 0.8vw;
}
.gv_detail_right{
    width: 41%;
    float: right;
}
.gv_detail_right_title{
    font-size: 1vw;
    color: #000;
    font-weight: bolder;
}
.goods_vehicle_form{
    width: 1000px;
    margin: 10px auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px 0px;
}
.goods_vehicle_publish_title{
    width: 1000px;
    margin: 0px auto;
}
.gv_publish_title{
    width: 48%;
    float: left;
    margin: 5px 1%;
    text-align: center;
    padding: 20px 0px;
    background: #ececec;
    cursor: pointer;
    font-size: 1vw;
}
.gv_publish_title_focus{
    color: #fff;
    background: #ee6862;
}
.yywl_page_footer{
    width: 100%;
    background: #141414;
    position: relative;
    z-index: 104;
    color: #fff;
    margin-top: 50px;
}
.yywl_footer_top{
    padding-top: 60px;
}
.yywl_footer_con{
    width: 80%;
    margin: 0 auto;
}
.yywl_footer_con img{
    width: 120px;
    min-height: 86px;
}
.yywl_footer_list{
    width: 33%;
    float: left;
}
.yywl_footer_title{
    font-size: 1.5vw;
}
.yywl_footer_ewm{
    margin-right: 40px;
    float: left;
    text-align: center;
}
.yywl_footer_img{
    margin-right: 20px;
    float: left;
}
.yywl_ewm_tit{
    margin: 40px 0px 10px 0px;
    font-size: 1.05vw;
}
.yywl_footer_phone{
    font-size: 2.2vw;
    margin: 30px 0px 20px;
}
.yywl_footer_bottom{
    width: 80%;
    margin: 0px auto;
    padding: 60px 0px;
    clear: both;
    color: #8f8f8f;
}
.yywl_footer_bottom a{
    color: #8f8f8f;
    margin: 0px 5px;
}
.yywl_footer_text{
    margin: 10px 0px;
    font-size: 0.8vw;
}
.yywl_footer_text img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
    
    