#advertisersHome{
        width:100%;
        background:#000000;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .advertisers-content{
        height:auto;
        width: 100%;
        margin: 0 auto;
    }
    .advertisers-logo-content{
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5% 2% 0;
    }
    .advertisers-left-logo-item{
        width: 35%;
        height:auto;
    }
    .advertisers-right-logo-item{
        width: auto;
        height:50px;
    }
    .advertisers-person-container{
        position:relative;
        height:auto;
        width: 100%;
        max-width: 1920px;
        z-index: 3;
        overflow: hidden;
        margin: 0 auto;
    }
    .left_mask{
        position: absolute;
        width: 15%;
        max-width: 280px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        background: linear-gradient(to right,rgba(0, 0, 0, 1)rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,left 0,right 0,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    }
    .right_mask{
        position: absolute;
        width: 15%;
        max-width: 280px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 3;
        background: linear-gradient(to right,rgba(0, 0, 0, 1)rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,right 0,left 0,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    }

    .person-content{
        overflow: hidden;
        display:flex;
        margin:0 auto 15px;
    }
    .advertisers-person-item{
        width: 168px;
        height:236px;
        margin-right:20px;
        margin-bottom:20px;
        transition: all .5s;
        position:relative;
        cursor: pointer;
    }
    .advertisers-person-item:last-child{
        margin-right:0;
    }
    .advertisers-person-pic-content{
        height:236px;
    }
    .advertisers-person-pic{
        height:100%;
        position:absolute;
        right:0;
    }
    .advertisers-person-item:hover{
        transition: all .5s;
    }
    .advertisers-person-item:hover .advertisers-person-tooltip{
        opacity: 1;
        visibility: visible;
    }
    .advertisers-person-tooltip{
        position: absolute;
        left: 140px;
        top: 0;
        opacity: 0;
        visibility: hidden;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: #b58758;
        box-sizing: border-box;
        border-radius: 4px;
        z-index: 10;
        transition: opacity .4s;
        transition-delay: .1s;
    }
    .advertisers-person-flex{
        display:flex;
        justify-content: flex-start;
        align-items: center;
    }
    .tlp_name {
        position: relative;
        color: #b58758;
        background: #fff;
        border-radius: 4px;
    }
    .tlp_name:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -6px;
        left: 8px;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #fff;
        border-left-color: #fff;
    }
    .substr_one {
        max-width: 160px;
        padding: 0 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tlp_title {
        padding: 0 12px;
        max-width: 340px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .swiper-container .swiper-wrapper{
        -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
        -moz-transition-timing-function: linear !important;
        -ms-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
    }
    .advertisers-main-box{
        width:100%;
        position:relative;
    }
    .advertisers-main-container{
        width:1390px;
        margin:20px auto 0;
        height:auto;
    }
    .advertisers-describe-content{
        width: 45%;
        padding-top:3%;
    }
    .advertisers-describe-item{
        line-height: 30px;
        margin-bottom: 15px;
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
    }
    .advertisers-describe-title{
        width: 40%;
        padding: 5px 15px;
        line-height: 45px;
        color: #ffffff;
        text-align: center;
        letter-spacing: 5px;
        font-size: 28px;
        font-weight: 600;
        background: #b58759;
    }
    .advertisers-home-content{
        margin-top:40px;
        display:flex;
        justify-content: space-between;
        z-index:10;
    }
    .advertisers-home-left-content{
        margin-right:10px;
    }
    .advertisers-home-right-content{
        margin-left:10px;
    }
    .advertisers-home-item-content{
        /* position:absolute; */
        width:685px;
        height:auto;
        margin:0 0 20px 0;
        padding:24px 12px 32px;
        box-sizing:border-box;
        border-radius:10px;
        background:rgba(34,33,33,.8);
    }
    .advertisers-home-person-title-content-video{
        width:100%;
        padding: 10px;
        background-image: linear-gradient(to bottom,transparent,#141212, #453923,#5f4d2d);
    }
    .advertisers-home-person-title-content-text{
        width:100%;
        display:flex;
        padding: 10px 10px 10px 35px;
        background-image: linear-gradient(to bottom,transparent,#141212, #453923,#5f4d2d);
    }
    .person-pic-content{
        width:113px;
        cursor:pointer;
        height:160px;
        /* background:url("/image/advertiser/personYItem.png") no-repeat; */
        /* background-position:center bottom; */
        /* background-size:100% auto; */
    }
    .person-pic-path{
        height:100%;
    }
    .advertisers-home-person-state-content{
        width:450px;
        height:253px;
    }
    .person-video-path{
        width:100%;
        height:100%;
    }
    .person-name-job-content-video{
        text-align:center;
        width:150px;
    }
    .person-name-job-content-text{
        text-align: left;
        width: 100%;
        padding-left: 45px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin-bottom:3%;
    }
    .person-name-text{
        color:#ffffff;
        font-size:18px;
        letter-spacing: 3px;
    }
    .person-jon-text{
        color:#b5b5b6;
        font-size:15px;
        letter-spacing: 1px;
    }
    .advertisers-home-person-pic-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .advertisers-home-person-item-content{
        margin-top:15px;
        padding:0 30px;
    }
    .advertisers-home-person-item-title-content{
        display:flex;
        justify-content: space-between;
        position: relative;
    }
    .advertisers-home-person-item-content-isLaunchTrue span{
        color:#ffffff !important;
        line-height:30px !important;
        background:transparent !important;
    }
    .advertisers-home-person-item-content-isLaunchTrue img{
        max-width:100%;
    }
    .advertisers-home-person-item-content-isLaunchFalse{
        color:#ffffff !important;
        line-height:30px;
        font-size:15px;
    }
    .advertisers-home-person-item-content-isLaunchFalse img{
        max-width:80%;
        margin-top:10px;
    }
    .advertisers-home-person-item-title{
        color:#b3855b;
        font-size: 18px;
        text-align:left;
        width:85%;
        font-weight:600;
    }
    .advertisers-home-person-icon{
        width:18px;
        height:18px;
        margin-left:5px;
        cursor: pointer;
    }
    .loadingSpinner {
        margin: 10px auto;
        width: 50px;
        height: 60px;
        text-align: center;
        font-size: 10px;
    }

    .loadingSpinner > div {
        background-color: #67cf22;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .loadingSpinner .loadingrect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .loadingSpinner .loadingrect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .loadingSpinner .loadingrect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .loadingSpinner .loadingrect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    .advertisers-describe-container{
        background:url("/image/advertiser/zhongjian.png") no-repeat;
        background-size:auto;
        background-position: 115% top;
    }

    @-webkit-keyframes stretchdelay {
        0%,
        40%,
        100% {
            -webkit-transform: scaleY(0.4);
        }
        20% {
            -webkit-transform: scaleY(1);
        }
    }

    @keyframes  stretchdelay {
        0%,
        40%,
        100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }
        20% {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
        }
    }
    .advertisers-home-person-erweima:hover .advertisers-home-person-erweima_pop{
        opacity: 1;
        visibility: visible;
    }
    .advertisers-home-person-erweima{
        position: relative;
        color: #b58759;
        margin-top: 10px;
        cursor: pointer;
    }
    .advertisers-home-person-erweima_pop {
        position: absolute;
        bottom: 100%;
        right: 0;
        padding-bottom: 8px;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        transition: opacity .3s;
    }
    .advertisers-home-person-erweima_inner {
        min-width: 124px;
        background: #b58758;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .advertisers-home-person-erweima_info {
        width: 100%;
        padding: 0 8px 8px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }
    .wcqrc_box {
        line-height: 0;
        min-height: 100px;
        padding: 4px;
        text-align: center;
        background: #fff;
    }
    .advertisers-home-person-erweima_title{
        line-height: 30px;
        color:#ffffff;
    }
    .advertisers-describe-search-content{
        width:20%;
        height:40px;
        border-radius: 20px;
    }
    #advertisersHome .input-group{
        border-radius: 20px;
    }
    #advertisersHome .form-control{
        background:#b58759;
        font-size:15px !important;
        color:#ffffff !important;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 0 25px;
        line-height: 40px;
    }
    #advertisersHome .form-control:focus {
        color: #ffffff;
        background-color: #b58759;
        outline: 0;
    }
    #advertisersHome .form-control::placeholder {
        color: #ffffff !important;
        font-size:15px;
    }
    #advertisersHome input{
        font-size:15px;
    }
    #advertisersHome .input-group-append{
        width:50px;
    }
    #advertisersHome .input-group-append .btn{
        background-color: #b58759;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .advertisers-main-bg{
        background:url("/image/advertiser/bgPic.png") repeat;
        background-color: rgba(0, 0, 0, 0.65); 
        background-blend-mode: overlay;
        width:100%;
        height: auto;;
    }
    @media (max-width: 1600px){
        .advertisers-person-container {
            position: relative;
            height:auto;
            width: 100%;
            max-width: 1920px;
            z-index: 3;
            overflow: hidden;
            margin: 0 auto;
        }
        .advertisers-person-pic-content{
            height:165px;
        }
        .advertisers-main-container {
            width: 1030px;
            margin: 20px auto 0;
            /* padding-bottom: 50px; */
            height: auto;
        }
        .advertisers-describe-item {
            line-height: 20px;
            margin-bottom: 15px;
            color: #ffffff;
            font-size: 13px;
            text-align: justify;
        }
        .advertisers-describe-title {
            width: 45%;
            padding: 5px 15px;
            line-height: 30px;
            color: #ffffff;
            text-align: center;
            letter-spacing: 5px;
            font-size: 18px;
            font-weight: 600;
            background: #b58759;
        }
        .person-pic-content{
            width:83px;
            height:118px;
        }
        .advertisers-home-person-state-content{
            width:333px;
            height:187px;
        }
        .person-name-job-content-video{
            text-align:center;
            width:111px;
        }
        .person-name-text{
            color:#ffffff;
            font-size:13px;
            letter-spacing: 3px;
        }
        .person-jon-text{
            color:#b5b5b6;
            font-size:11px;
            letter-spacing: 1px;
        }
        .advertisers-home-person-item-title{
            color:#b3855b;
            font-size: 13px;
            text-align:left;
            width:85%;
            font-weight:600;
        }
        .advertisers-home-person-icon{
            width:13px;
            height:13px;
            margin-left:5px;
            cursor: pointer;
        }
        .loadingSpinner {
            margin: 10px auto;
            width: 50px;
            height: 60px;
            text-align: center;
            font-size: 10px;
        }
        .advertisers-home-person-item-content-isLaunchFalse{
            color:#ffffff !important;
            line-height:22px;
            font-size:12px;
        }
        .advertisers-person-tooltip {
            position: absolute;
            left: 95px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            height: 26px;
            line-height: 26px;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            background: #b58758;
            box-sizing: border-box;
            border-radius: 4px;
            z-index: 10;
            transition: opacity .4s;
            transition-delay: .1s;
        }
        .advertisers-home-person-item-content-isLaunchTrue span{
            color:#ffffff !important;
            line-height:22px;
            font-size: 12px !important;
        }
        .advertisers-person-item{
            width: 117px;
            height:165px;
        }
    }

.menu-list-home{
    width:200px !important;
}
