/*图片广告*/
.adv-wrap {
    left: 0;
    right: 0;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.adv-wrap img {
    width: 100%;
}

.adv-text {
    display: block;
    position: absolute;
    width: 32px;
    height: 14px;
    font-size: 6px;
    color: #ffffff;
    text-align: center;
    top: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.3;
    border-radius: 2px;
}

/*产品广告*/
.adv-pro-wrap {
    position: relative;
}

.adv-pro-wrap > div:first-child {
    color: #bbbbbb;
    font-size: 8px;
    position: relative;
    padding: 0px 6px 0px 6px;
}

.adv-pro {
    display: flex;
    padding: 0 6px;
    justify-content: space-around;
}

    .adv-pro > div:first-child {
        padding: 6px;
    }


       

        .adv-pro-main {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: 3px;
        }

    .adv-pro-main > div:first-child {
        font-size: 15px;
        font-weight: bold;
        font-family: 'Microsoft YaHei';
        /* letter-spacing: 1px; */
        line-height: 19px;
        color: #3a3a3a;
        /*padding: 8px 6px 12px 0;
        margin-top: -8px;*/
        padding-left: 5px;
    }
    .adv-pro-main > div:first-child a{
        font-size: 15px;
        font-weight: bold;
        font-family: 'Microsoft YaHei';
        color: #3a3a3a;
    }

    .adv-pro-main > div:nth-child(2) span {
        text-align: center;
        padding: 0px 2px;
        border: 1px solid #ff3070;
        margin-right: -4px;
        font-size: 12px;
        color: #ff3070;
    }

    .adv-pro-main > div:nth-child(3) {
        margin-top: 18px;
    }

        .adv-pro-main > div:nth-child(3) span:first-child {
            color: #e02e24;
            font-size: 16px;
            font-weight: bold;
            margin-right: 3px;
        }

        .adv-pro-main > div:nth-child(3) span:last-child {
            color: #808080;
            font-size: 14px;
            position: relative;
            top: 4px;
        }

.adv-pro-wrap > div:last-child {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

    .adv-pro-wrap > div:last-child a {
        width: 98%;
    }

    .adv-pro-wrap > div:last-child button {
        width: 100%;
        height: 40px;
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
        background-color: #e02e24;
        outline: none;
        border: none;
        border-radius: 12px;
    }
    .replace_mip_center {
        text-align: center;
    }

/*顶部普通广告*/
#product-top-adimg {
    position: relative;
    margin-bottom: 0.5rem;
}
#page-product-info img {
    width: 100%;
    display: block;
}
.product-top-adimg__img {
    width: 100%;
    display: block;
}
.ent-close {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #FFF;
    background: #333;
    opacity: 0.3;
    padding: 0px 10px;
    line-height: 22px;
    cursor: pointer;
}
.ico-close {
    font-size: 17px;
    line-height: 22px;
    padding-left: 2px;
    vertical-align: middle;
}

.headerBox1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 2.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.top_name1 {
    font-size: 0.85333333rem;
    color: #ff2144;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.8rem;
    border-left: 0.3rem solid #ff4d5d;
}
