.adblock {
    background: url(../images/adblock2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;
    margin-top: 100px;
}

.adblock1 {
    width: 12rem;
    margin: 0 auto;
}

.adblock1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.adblock1 ul li {
    width: 49%;
    background: #EDE6F1;
    position: relative;
    overflow: hidden;
}

.adblock1 ul li:nth-child(-n+2) {
    margin-bottom: .43rem;
}

.adblock1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adblock-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: 1;
    transition: all 1s;
}

.adblock1 ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adblock-itembg2.png) no-repeat;
    background-position: center bottom;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(100%);
}

.adblock1 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.8rem;
    padding: .3rem 0;
    position: relative;
    z-index: 9;
}


.adblock1 ul li a .icons {
    height: 0.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adblock1 ul li a .icons svg {
    max-height: 100%;
}

.adblock1 ul li a .icons svg * {
    fill: #4B0C77;
}

.adblock1 ul li a .info {
    margin-top: 0.2rem;
    padding: 0 .2rem;
}

.adblock1 ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    color: #2E2E2E;
}

.adblock1 ul li a .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    color: #2E2E2E;
    height: .4rem;
}

.adblock1 ul li:hover::before {
    opacity: 1;
}

.adblock1 ul li:hover::after {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.adblock1 ul li:hover a .icons svg * {
    fill: #fff;
}

.adblock1 ul li:hover .info h3 {
    color: #FFFFFF;
    font-weight: bold;
}

.adblock1 ul li:hover .info p {
    color: rgba(255, 255, 255, .7);
    font-weight: bold;

}

.adblock2 {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: .8rem;

}

.adblock2>div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.adblock2-l {

    min-width: 0;
    position: relative;
    z-index: 9;
    width: 10.4rem;
    max-width: 49%;
}

.adblock2-l ul {
    display: flex;
}

.adblock2-l ul li {
    width: 33.33%;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.adblock2-l ul li a {
    display: block;
    position: relative;
    background: #000;
}

.adblock2-l ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(0deg, #4B0C77 0%, rgba(75, 12, 119, 0) 98%);
    transform: translateY(100%);
    transition: all 0.5s;
}

.adblock2-l ul li a .pics {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .7;
}

.adblock2-l ul li a h3 {
    position: absolute;
    left: .3rem;
    right: .2rem;
    top: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #FFFFFF;
    max-height: 1rem;
    padding-left: .25rem;
    z-index: 9;
}

.adblock2-l ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.03rem;
    height: 0.3rem;
    background: #DBB866;
    top: 0.1rem;
}

.adblock2-l ul li a .info {
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: 0;
    z-index: 9;
    border-top: 1px dashed #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.62rem;
    transform: translateY(100%);
    transition: all 0.5s;
}

.adblock2-l ul li a div p {
    font-size: 0.14rem;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.adblock2-l ul li a div span {
    width: 0.29rem;
    height: 0.28rem;
    background: url(../images/adblock2-lmore.png) no-repeat;
    background-position: center center;
}

.adblock2-l ul li:hover {
    box-shadow: 0px 0px 0.26rem 0px rgba(36, 0, 66, 0.9);
    z-index: 9;
}

.adblock2-l ul li:hover a::after {
    transform: translateY(0);
}

.adblock2-l ul li:hover a .info {
    transform: translateY(0);
    transition-delay: .3s;
}

.adblock2-l ul li.typevideo a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adblock-play.png) no-repeat;
    background-position: center center;
    z-index: 9;
}

.adblock2-r {
    width: 6.14rem;
    position: relative;
    z-index: 1;
   /* display: flex;*/
    justify-content: flex-end;
}

.adblock2-r::after{
    content:"";
    display:block;
    clear:both;
}
.adblock2-r img {
    display: block;
    width: 8.53rem;
    max-width: none;
    float: right;
}


@media screen and (max-width:1500px) {
    .adblock2-l ul li a h3 {
        font-size: .3rem;
    }

.adblock{
margin-top: 50px;
}
}

@media screen and (max-width:800px) {
    .adblock1, .adblock2 {
        width: 100%;
        padding: 0 .5rem;
    }

    .adblock2{
        margin-top: .5rem;
    }
    .adblock2>div {
        align-items: flex-end;
        position: relative;
    }

    .adblock2-r {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .adblock2-r img {
        width: 100%;
    }

    .adblock2-l {
        width: a;
    }

    .adblock2-l ul {
        flex-wrap: wrap;
    }

    .adblock2-l ul li {
        width: 50%;
    }

    .adblock2-l {
        max-width: none;
    }
    .adblock2-l ul li a h3{
        top: .3rem;
    }
    .adblock2-l ul li.typevideo a::before{
        background-size: .4rem;
    }
}





.inner_bn .lm_box .lm_box_in {width: 12rem;}

@media screen and (max-width: 800px){
    .inner_bn .lm_box{top:auto;bottom:.2rem}
    .inner_bn .lm_box .lm_box_in h2{position:static;text-align:left;font-size:.4rem;line-height:.4rem;margin-bottom:.15rem}
   .inner_bn .lm_box .lm_box_in p{display:block;font-size: .2rem;white-space: pre-wrap;color:#fff;line-height:.3rem;} 
   .inner_bn .lm_box .lm_box_in{width:100%;color:#fff;}
}