.tp-platform-banner {
    min-width: 1350px;
    margin: 0 auto;
    height: 800px;
    background: #f6f6f6;
    overflow: hidden;
    position: relative;
}
.tp-banner-item-list {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.tp-banner-item {
    width: 100vw;
    min-width: 1100px;
    height: 800px;
    float: left;
}
.tp-banner-item-wrap {
    width: 1100px;
    margin: 0 auto;
}
.banner-top-bg {
    width: 50%;
    top: 0;
    right: 0;
}
.tp-platform-banner .tp-banner-left {
    width: 492px;
}
.tp-platform-banner .tp-banner-left .tp-banner-logo {
    margin-top: 169px;
}
.tp-platform-banner .tp-banner-left .tp-banner-tit {
    height: 65px;
    line-height: 65px;
    color: #ffffff;
    font-size: 32px;
    background-color: #844095;
    text-align: center;
    margin: 10px 0 26px 0;
}
.tp-platform-banner .tp-banner-left .tp-banner-desc {
    width: 275px;
    font-size: 16px;
    color: #333333;
    margin-left: 30px;
}
.tp-platform-banner .tp-banner-right {
    z-index: 1;
    position: relative;
}
.tp-banner-phone-bg {
    width: 343px;
    height: 663px;
    background: url(../images/index/tapinPlatform/tp_phone_bg.png?v=20231215) no-repeat;
    position: relative;
    overflow: hidden;
    margin: 47px 0 0 265px;
}
.tp-phone-shadow {
    width: 310px;
    height: 50px;
    border-radius: 900px;
    position: absolute;
    bottom: 7px;
    right: 15px;
    z-index: -1;
    box-shadow: 5px 30px 20px rgba(0,0,0,.18);
}
.tp-banner-app-img {
    width: 309px;
    height: 644px;
    border-radius: 40px;
    position: absolute;
    top: 10px;
    left: 14px;
    opacity: 0;
}
.tp-banner-app-img.show {
    animation: show 4s ease;
    -webkit-animation: show 4s ease;
}
/* banner圆点 */
.banner-dot-wrap {
    width: 70px;
    float: right;
    text-align: center;
    position: absolute;
    bottom: 52px;
    right: 25%;
}
.banner-dot-wrap .banner-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #844095;
    margin-right: 5px;
}
.banner-dot-wrap .banner-dot.active {
    width: 16px;
}

/* 禧元团队实力 */
.tp-team-strength {
    background: #ffffff;
    padding: 50px 0 150px 0;
}
.tp-team-strength .tts-content {
    margin-top: 80px;
}
.tts-content-left {
    width: 560px;
}
.tts-content-right {
    width: 560px;
}
.tts-content-text {
    padding: 55px 87px 63px 80px;
}
.tts-content-img {
    height: 301px;
}
.tts-content-text .tts-con-divide {
    width: 40px;
    height: 1px;
    background-color: #666666;
    margin-bottom: 45px;
}
.tts-content-text .tts-con-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}
.tts-content-text .tts-con-btn {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-radius: 38px;
    background-color: #844095;
}
.tts-content-img .tts-img-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    text-align: center;
}
.tts-content-img .tts-img-cover img {
    margin-top: 80px;
}
.tts-img-cover-tit {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.tts-content-img1 {
    background: url(../images/index/tapinPlatform/tts_con1.png) no-repeat;
}
.tts-content-img2 {
    background: url(../images/index/tapinPlatform/tts_con2.png) no-repeat;
}
.tts-content-img3 {
    background: url(../images/index/tapinPlatform/tts_con3.png) no-repeat;
}

@keyframes show {
    0%{opacity: 0;}
    1%{opacity: 0.95;}
    to{opacity: 1;}
}
@-webkit-keyframes show {
    0%{opacity: 0;}
    1%{opacity: 0.95;}
    to{opacity: 1;}
}
@-moz-keyframes show {
    0%{opacity: 0;}
    1%{opacity: 0.95;}
    to{opacity: 1;}
}
@-ms-keyframes show {
    0%{opacity: 0;}
    1%{opacity: 0.95;}
    to{opacity: 1;}
}