
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li:not(.active) {
    background-color: #fff;
}
.el-pagination.is-background .btn-prev:not(:disabled):hover,
.el-pagination.is-background .btn-next:not(:disabled):hover {
    background: var(--tt-theme-color);
    color: #fff;
}
.el-pagination.is-background .btn-prev:disabled, 
.el-pagination.is-background .btn-next:disabled {
    color: #C0C4CC;
}
 .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background: var(--tt-theme-color);
    color: #fff;
}

.el-pagination.is-background .btn-prev, 
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li:not(.active) {
    background-color: #fff;
}
.el-pagination button.btn-next,
.el-pagination button.btn-prev {
    min-width: 80px;
}
.ad-examples{
    padding-bottom: 50px;
    color: #212326;
}
.ad-examples a{
    color: inherit;
}
.ad-examples .pro-title:hover{
    color: var(--tt-theme-color);
}
.ad-examples .btn-access{
    text-align: center;
    padding: 18px 20px;
    color: #fff;
    display: block;
    width: 240px;
    font-size: 20px;
    margin: 50px auto 50px;
}
.ad-examples .btn-access i{
    vertical-align: middle;
}
.ad-examples h2{
    font-size: 24px;
    font-weight: bold;
}

.ad-examples .content-top p {
 margin-top: 14px;
}
.ad-examples .content-top .desc {
    margin-top: 0;
    color: #666;
    font-size: 18px;
}
.ad-examples .pro-lists .pro-item{
    position: relative;
    margin:25px 0;
}
.ad-examples .pro-lists .pro-item .pro-title:hover{
    color: var(--tt-theme-color);
}
.ad-examples .pro-lists .placeholder{
   width: 30%;
   margin-right: 30px;
}
.ad-examples .pro-lists .pro-img{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.ad-examples .pro-lists .pro-main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex:1;
}
.ad-examples .pro-lists .pro-main .pro-desc-wrap{
    position: relative;
    margin-top: 12px;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ad-examples .pro-lists .pro-main .pro-desc{
}
.ad-examples .pro-lists .pro-main .pro-desc p{
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp:8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
}
.ad-examples .pro-lists .pro-main .Pipiads{
    margin-top: 20px;
    font-size: 16px;
    color: #191919;
    font-weight: bold;
}
.ad-examples .pro-lists .pro-main .Pipiads a:hover{
    color: var(--tt-theme-color);
}
.ad-examples .pro-lists .pro-main .time{
    margin-top: 10px;
    font-family: HelveticaNeue;
    color: #7F7F7F;
}
.ad-examples .pro-lists .pagination-container{
    margin: 50px auto 0;
    text-align: center;
}
.ad-examples .pro-lists .pagination-container .el-pagination{
    padding:0 10px;
}
.ad-examples .sidebar .section-item .title{
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}
.ad-examples .recommend .recommend-list{
    margin-top: 30px;
}
.ad-examples .recommend .li-item{
    position: relative;
    margin: 25px 0;
}
.ad-examples .recommend .li-item:hover{
    color: var(--tt-theme-color);
}
.ad-examples .recommend .li-item-inner{
    position: relative; 
}
.ad-examples .recommend .li-item-inner__img{
    min-width: 120px;
    height: 120px;
    width: 120px;
    margin-right: 20px;
    border-radius: 6px;
}
.ad-examples .recommend .li-item-inner__img.img-cover{
   object-fit: cover;
}
.ad-examples .recommend .item-main{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ad-examples .recommend .li-item-inner__title{
    word-break: break-all;
    font-size: 18px;
    font-family: HelveticaNeue-Medium, HelveticaNeue;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
}
.ad-examples .sidebar .about-pipiads .logos-image{
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ad-examples .sidebar .about-pipiads .logos-image .pipi-logo{
    width:116px;
    height: auto;
}
.ad-examples .sidebar .about-pipiads .logos-image .tiktok-logo{
    height: 36px;
    width: auto;
}
.ad-examples .sidebar .about-pipiads .logos-image  .text-decor{
    width: 14px;
    height: 14px;
    color: #2F3032;
    padding: 0 26px;
}
.ad-examples .sidebar .about-pipiads .logos-image .icon-add{
    width: 30px;
    height: 30px;
    margin:0 30px;
}
.ad-examples .sidebar .about-pipiads .other-logo{
    width: 100px;
    height: 100px;
}
.ad-examples .sidebar .about-pipiads .desc{
    margin-top: 20px;
}
.ad-examples .sidebar .btn-wraps{
    margin-top: 30px;
}
.ad-examples .sidebar .btn-wraps .btn-item{
    display: inline-block;
    font-size: 15px;
    padding:0 18px;
    width: 49%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    opacity: .8;
}
.ad-examples .sidebar .btn-wraps .btn-item:hover{
    opacity:1;
}
.ad-examples .sidebar .btn-wraps .btn-started{
    margin-right: auto;
    background-color: var(--tt-theme-color)
}
.ad-examples .sidebar .btn-wraps .btn-more{
    background-color: #fff;
    color: var(--tt-theme-color);
    border:1px solid #E9EBF1;
}
.ad-examples .section-bottom{
    margin-top: 30px;
}
.ad-examples .about-pipiads-main{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-image: url(../../assets/images/seobanner2.png);
    background-size: cover;
    background-position: 0 0/100% 100%;
    padding: 50px 18px 26px;
    background-repeat: no-repeat;
}
.ad-examples .section-bottom .btn-register{
    margin-top: 30px;
    color: #fff;
    background-color: var(--tt-theme-color);
    display: inline-block;
    font-size: 18px;
    padding: 0 35px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .8;
}
.ad-examples .section-bottom .btn-register:hover{
    opacity: 1;
}
.ad-examples .section-bottom  .other-content{
    margin-top: 30px;
}
.ad-examples .section-bottom  .other-content .lists{
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: rgba(242, 242, 242, 1);
}
.ad-examples .section-bottom  .other-content .lists li{
    position: relative;
    padding: 30px 30px;
    min-height: 160px;
}
@media only screen and (min-width: 900px){
    .ad-examples .wt-grid__item-lg-7{
        margin-right: auto;
    }
    .other-content .wt-grid__item-lg-6:first-child:after{
        content: '';
        position: absolute;
        right: 0;
        top: 30px;
        bottom: 30px;
        width: 1px;
        background-color: #c0c4cc;
    }
}
@media  screen and (min-width: 768px) and (max-width: 899px){
    .ad-examples .pro-lists .pro-main .pro-desc{
        border: 0;
    }
    .ad-examples .pro-lists .pro-main .pro-desc p{
        -webkit-line-clamp: unset;
        border: 0;
    }
    /* .ad-examples .pro-lists .placeholder:before{
        padding: 0 0 37% 0;
    } */
}
@media screen and (max-width: 768px){
    .ad-examples .pro-lists .pro-main .pro-desc{
        border: 0;
    }
    .ad-examples .pro-lists .pro-main .pro-desc p{
        -webkit-line-clamp: unset;
        border: 0;
    }
    .ad-examples .pro-lists .placeholder{
        margin-right: 0;
    }
    /* .ad-examples .pro-lists .pro-main .pro-desc-wrap{
        margin-top: 20px;
    } */
    .ad-examples .pro-lists .placeholder .placeholder-content{
        position: relative;
    }
    .ad-examples .pro-lists .placeholder:before{
        padding:0;
    }
    .ad-examples .sidebar .btn-wraps{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ad-examples .sidebar .btn-wraps .btn-item{
        display: block;
        width: 100%;
    }
    .ad-examples .sidebar .btn-wraps .btn-more{
        margin-top: 10px;
    }
    .tiktok-ad-example-content .other-content .interested-text .value a{
        min-width: unset;
        width: 100%;
    }
    .ad-examples .section-bottom .other-content .lists{
        margin-bottom: 20px;
    }
}

