/*广告弹出框*/
.layer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}
.activity {
    position: relative;
    top: 50%;
    width: 74.4%;
    margin: 0 auto;
    max-width: 560px;
    -webkit-transform: translateY(-50%);
}
.activity_close {
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateX(-50%);
    background: url(/mobile/media/img/icon/icon_close-89abd55f324768471794454d12941cb0.png) no-repeat;
    background-size: 100% 100%;
}
.activity_img {
    width: 100%;
    border-radius: 0.4rem;
}

/*导航栏固定*/
.weui-navbar-fixed-top{
    position: fixed;
    width:100%;
    top:0;
    z-index:100;
}
/*首页头部*/
.index-head{
    background-image: linear-gradient(to bottom, #f2c056, #ffffff, transparent 30%)
}
.index-swiper{
    height: 146px;
    border-radius: 15px;
    margin:0 10px;
}
/*货运险专区*/
.cargo-container{
    height: 155px;
    padding: 10px;
    background: url(/mobile/media/img/zjb/index/index_cargo_01-5d471094377e226d4e3a6519a0ed8864.png) no-repeat;
    background-size: 100% 100%;
    margin: 10px 0;
}
.cargo-body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    /*margin-top: 36px;*/
    flex-direction: row-reverse;
}
.cargo-item{
    width: 33.33%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cargo-item .cargo-img{
    height: 105px;
    width: 105px;
}
.cargo-item .cargo-title{
    font-size: 14px;
    color: #f15757;
    font-weight:700;
}
.cargo-item .item-insurance{
    text-align: center;
    color: grey;
    font-size: 14px;
}

.product_img{
    max-width:4rem;
    border-radius: 8px;
    height:125px;
}
.tag_product{
    display: flex;
    margin-top: 4px;
}
.tag_desc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.tag_img{
    width: 36px;
    height: 20px;
}
.product_name{
    font-size: 16px;
    color: black;
}
.product_name_desc{
    font-size: 14px;
}
.product_desc{
    font-size: 14px;
    color: grey;
    margin-top: 5px;
    height: 35px;
}
.right-img{
    margin-left:auto;
    margin-right:0;
    height: 12px;
    width: 12px;
}