*,body{
    box-sizing: border-box;
}
html{
    font-size:16px;
}
.heder_cell{
    display: flex;
    height: 3rem;
    padding: 0px 8px;
    justify-content: space-between;
}
.cell{
    width: 7rem;
}
.cell .van-dropdown-menu__bar{
    box-shadow: none;
}
.logo{
    /*width: 100px;*/
    width: 6rem;
    height: 3rem;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.logo img{
    width: 6rem;
}
.header_lunbo{
    padding: 5px 8px;
}
.my-swipe .van-swipe-item {
    /*height: 10rem;*/
}
.my-swipe .van-swipe-item img{
    /*height: 10rem;*/
    width: 100%;
}
.contion{
    padding: 5px 8px;
    margin: 5px 8px;
    box-shadow: 0px 0px 5px gainsboro;
    border-radius: 5px;
}
.contion_title{
    text-align: center;
}
.contion_msg{
    font-size: 0.8rem;
    text-indent:2em;
    line-height: 22px;
}
.contion .con_title{
    text-align: center;
}
.contion .con_title_d{
    font-size: 1.2rem;
    font-weight: bold;
}
.contion .con_title_m{
    font-size: 0.8rem;
    margin-top: 5px;
}
.contion .con_box{
    margin-top: 10px;
    border-top: 1px solid rgb(236, 235, 235);
}
.contion .box{
    display: flex;
    margin-top: 10px;
    min-height: 6rem;
    border-bottom: 1px solid rgb(236, 235, 235);
}
.contion .box_img{
    width: 5rem;
    height: 5rem;
}
.contion .box_div{
    margin-left: 10px;
    /* padding-top: 5px; */
}
.contion a{
    color: black;
}
.contion .box_div_t{
    font-size: 1rem;
    font-weight: 600;
}
.contion .box_div_m{
    font-size: 0.6rem;
}
.footer{
    background-color: #373D41;
    color: white;
    padding: 5px 8px;
    height: 12rem;
}
.footer .footer_div{
    margin: 10px 0px;
}
.footer .footer_ad_t{
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #999;
    letter-spacing: 0;
}
.footer .footer_ad_m{
    font-size: 0.8rem;
    color: #d7d8d9;
}
.footer .footer_img{
    text-align: right;
    border-top: 1px solid rgb(102, 101, 101);
    display: flex;
    padding: 10px 0;
    flex-direction: row-reverse;
}
.footer .footer_img .footer_img_d{
    margin-right: 10px;
}
.footer .footer_img img{
    width: 4rem;
    height: 4rem;
    border: 1px solid white;
}


