/* 推官平台 */
.advantageTab{
    position: relative;
    top: -75px;
    z-index: 8;
    width: 100%;
}
.advantageTab li{
    float: left;
    width: 25%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-repeat: no-repeat;
    background-size: 72px 53px;
    background-position: 90%;
    cursor: pointer;
}
.advantageTab a{
    height: 150px;
    padding: 30px 110px 30px 30px;
}
.advantageTab li.active{
    height: 190px;
    margin-top: -40px;
}
.advantageTab a h4{
    font-size: 18px;
    font-weight: 400;
    color: #4E4E4E;
    margin-bottom: 8px;
}
.advantageTab a p{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #929292;
}
/* 推广平台视频播放 */
.extend .main-title h2 {
    margin-bottom: 35px;
}
.extend .content {
    margin-top: 30px;
}
.extend .content li{
    float: left;
    width: 406px;
}
.extend .content li:nth-child(2),
.extend .content li:nth-child(5){
    margin: 0 41px;
}
.extend .content .imgbox{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.extend .content .imgbox img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.extend .content .imgbox:hover img{
    transform: scale(1.1);
}
.extend .content p{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.extend .content .videobox{
    width: 100%;
    height: 270px;
    overflow: hidden;

}

/* 查看更多按钮 */
.more{
    margin: auto;
    text-align: center;
    padding: 10px 0 60px;
}
.main-more{
    width: 140px;
    height: 50px;
    background: #09C383;
    border: 1px solid #09C383;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.main-more:hover{
    font-size: 16px;
    font-weight: bold;
}
/* 共能亮点 */
.function{
    width: 100%;
    height: auto;
    background-image: url('../imgs/backg_function.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.function .main-title{
    padding-top: 50px;
}
.function .main-title h2{
    font-weight: bold;
    color: #202020;
    margin-bottom: 31px;
}
.fun-content{
    width: 1200px;
    height: 524px;
    margin: 0 auto;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
}
.funItem{
    width: 330px;
    height: 524px;
}
.funItem li{
    width: 248px;
    height: 68px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 98px;
    color: #454545;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 23px;
}
.funItem li:first-child{
    margin-top: 0;
}
.funItem li img{
    width: 32px;
    height: 32px;
    margin-left: 50px;
    display: block;
    margin-right: 30px;
    transition: all .3s;
    line-height: 32px;
}
.funItem li.active{
    background: linear-gradient(180deg, rgba(37,216,164,0.1) 0%, rgba(9,195,131,0.1) 100%);
    color: #09C383;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 4px;
}
.funItem li:hover img{
    transform: rotate(360deg);
}
.funList{
    position: relative;
    width: 787px;
    height: 524px;
}
.funList li{
    width: 100%;
    height: 524px;
    display: none;
}
.funList li img{
    width: 100%;
    height: 444px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.funList li:first-child{
    display: block;
}
.funList .swiper-container{
    width: 100%;
    height: 444px;
}
/*.funList .swiper-container .swiper-button-prev,.funList .swiper-container .swiper-button-next{*/
/*    margin-top: 0;*/
/*    top: 226px;*/
/*}*/
.funList p{
    line-height: 25px;
    font-size: 14px;
    color: #858585;
    padding-top: 30px;
}
/* 广告植入 */
.swiper-container-advertis {
    height: 326px;
    padding-top: 50px;
}
.swiper-container-advertis .swiper-slide .advItem{
    display: block;
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-repeat: no-repeat;
    background-position: 21px 25px;
    padding: 25px 21px 25px 130px;
    padding-left: 130px;
    box-sizing: border-box;
    transition: all .2s linear;
}
.swiper-container-advertis .swiper-slide .advItem:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.swiper-container-advertis .swiper-slide .advItem h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #525252;
}
.swiper-container-advertis .advItem .new{
    float: right;
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #E8F2EA;
    font-size: 12px;
    color: #09C383;
    text-align: center;
    border-radius: 3px;
}
.swiper-container-advertis .advItem .text{
    color: #989898;
    font-size: 14px;
    margin: 3px 0;
}
.swiper-container-advertis .advItem .info span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    color: #555555;
    text-align: center;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 3px;
}
.swiper-container-advertis .swiper-slide .xian{
    position: relative;
    display: block;
    width: 110%;
    height: 32px;
    text-align: center;
    margin-top: 40px;
    margin-left: -5%;
}
.swiper-container-advertis .swiper-slide .time{
    position: relative;
    z-index: 1;
    width: 61px;
    height: 32px;
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    padding: 0 8px;
}

.swiper-container-advertis .swiper-slide .xian::after{
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #D6D3D3;
}
.swiper-container-advertis .swiper-button-prev-radius,
.swiper-container-advertis .swiper-button-next-radius{
    top: 244px;
    background-color: #eceaea;
}
.swiper-container-advertis .swiper-button-prev-radius:hover,
.swiper-container-advertis .swiper-button-next-radius:hover{
    background-color: #09C383;
}
/* 推广效果 */
.result{
    width: 100%;
    height: 821px;
    background: #ECF0F7;
}

.result .main-title{
    padding-top: 95px;
}
.result .main-title p{
    padding-top: 35px;
}
.result .bottom {
    margin: 0 auto;
    margin-top: 60px;
    width: 1200px;
}
.result .bottom .imgbox{
    width: 55%;
    height: 462px;
    overflow: hidden;
}
.result .bottom .imgbox img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.result .bottom .imgbox:hover img{
    transform: scale(1.1);
}
.result .bottom .content{
    width: 45%;
    padding: 36px 0 0 50px;
}
.result .bottom .content li{
    float: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content:  flex-start;
    cursor: pointer;
    margin-bottom: 46px;
    height: 108px;
}
.result .bottom .content li:nth-child(2n+1){
    padding-right: 25px;
}
.result .bottom .content li:nth-child(2n){
    padding-left: 25px;
}
.result .bottom .content li:hover img{
    transform: rotate(360deg);
}
.result .bottom .content li:hover p{
    color: #09C383;
}
.result .bottom .content .img{
    width: 60px;
    height: 60px;
}
.result .bottom .content img{
    width: 60px;
    height: 60px;
    transition: all .3s;
}
.result .bottom .content .info{
    margin-left: 12px;
    /* padding-right: 20px; */
    position: relative;
    top: 0;
    overflow: hidden;
    height: 90px;
}
.result .bottom .content h4{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 8px;
}
.result .bottom .content p{
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 推广平台-业务合作 */
.tgpt-ywhz{
    width: 100%;
    height: 896px;
    background-image: url('../imgs/backg_tgpt.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.tgpt-ywhz .main-title h2{
    margin: 82px 0 34px;
}

.tgpt-content{
    margin-top: 75px;
}
.tgpt-content-l{
    width: 532px;
    margin-right: 36px;
}
.tgpt-form{
    position: relative;
    width: 532px;
    height: 407px;background-color: rgba(255, 255, 255, .74);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 32px 53px 29px 39px;
    margin-bottom: 31px;
}

.tgpt-form input,
.tgpt-form .tgptSelect
{
    width: 440px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-bottom: 17px;
    text-indent: 16px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.tgpt-form .tgptInfo{
    position: relative;
}
.tgpt-form .tgptSelect
{
    position: relative;
    line-height: 50px;
}
.tgpt-form .tgptInfo::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -16px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    transform: rotate(135deg);
    z-index: 1;
}
.pick-area{
    width: 440px !important;
    margin-bottom: 20px;
}
.pick-show{
    height: 50px !important;
    line-height: 50px;
}
.pick-show span{
    max-width: 140px !important;
    height: 48px !important;
    margin-top: 0px !important;
    line-height: 50px !important;
}
.pick-list{
    width: 440px !important;
    z-index: 1 !important;
}
.pick-show em.pick-arrow {
    content: "";
    top: 14px;
    width: 12px;
    height: 12px;
    border: none;
    border-top: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    transform: rotate(135deg);
    border-color:  #A7A7A7 !important;
    right: 14px !important;
    border-left: none;
    border-bottom: none;

}
.tgpt-form .tgptInfoDown::before{
    margin-top: -12px;
    transform: rotate(-45deg);
}
.tgpt-form .tgptOption{
    position: absolute;
    width: 440px;
    height: 152px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 29px 67px 24px 64px;
    z-index: 2;
    display: none;
}
.tgpt-form .tgptOption li{
    float: left;
    width: 112px;
    height: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-bottom: 29px;
    margin-right: 85px;
}
.tgpt-form .tgptOption li.active a{
    font-weight: bold;
    color: #FA9A09;
}

.tgpt-form .tgptOption li:nth-child(2n){
    margin-right: 0;
}

.tgpt-form .tgptOption li:hover a{
    font-weight: bold;
    color: #FA9A09;
    cursor: pointer;
}
.tgpt-form .citybox{
    margin-bottom: 20px;
}
/* :click */
.tgpt-form input.active
{
    border-color: #09C383;
}

.tgpt-form button{
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #09C383;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}
.tgpt-form button:hover{
    font-size: 20px;
    font-weight: bold;
}
.codeBox {
    display: flex;
    flex-direction: row;
    justify-content:  flex-start;
}
.codeBox li{
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-right: 30px;
    text-align: center;
}
.codeBox img{
    width: 105px;
    height: 104px;
    margin-bottom: 21px;
}
.codeBox span{
    font-size: 16px;
    color: #676767;
}
.codeBox .scan{
    font-size: 32px;
    color: #434343;
    padding-top: 14px;
}
.codeBox .exp{
    font-size: 24px;
    color: #09C383;
}
.tgpt-content-r,
.swiper-container-tgpt1,
.swiper-container-tgpt1 .swiper-slide a{
    width: 732px;
    height: 597px;
    overflow: hidden;
}
.swiper-container-tgpt1 .swiper-slide a{
    position: relative;
    display: block;
}
.swiper-container-tgpt1 .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.swiper-container-tgpt1 .swiper-slide p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
    line-height: 77px;
    background: rgba(0, 0, 0, .5);
    font-size: 19px;
    color: #F8F8F8;
    text-align: center;
}
/* hover */
.swiper-container-tgpt1 .swiper-slide:hover img{
    transform: scale(1.1);
}