@charset "utf-8";

@font-face {
    font-family: "promotionBenefits-normal";
    src: url("../img/promotionBenefits/promotionBenefits.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

.new-headline {
    font-size: 36px;
    font-weight: 400;
    color: #030303;
    line-height: 50px;
    text-align: center;
    padding-top: 70px;
}
.new-subhead {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
    text-align: center;
    padding-bottom: 50px;
}
.gray-bg {
    background: #f0f2f5;
}
/* 收藏品banner咨询按钮 */
.banner .xmSlide .inner-list li a.banner-custom-service-scp {
    width: 197px;
    height: 50px;
    background: #fbe2bf;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #313131;
    line-height: 50px;
    text-align: center;
}
.banner .xmSlide .inner-list li a.banner-custom-service {
    display: block;
    background: #ff5b29;
    color: #fff;
    width: 180px;
    height: 50px;
    padding: 0px;
    line-height: 50px;
    margin-top: 30px;
    border-radius: 2px;
    text-align: center;
    transition: 0.5s;
}
.banner .xmSlide .inner-list li a.banner-custom-service:hover {
    background: #ffae6c;
    color: #fff;
}
.banner .xmSlide .inner-list li a.banner-service {
    display: block;
    background: #ff5b29;
    color: #fff;
    width: 140px;
    height: 42px;
    padding: 0px;
    line-height: 42px;
    margin-top: 30px;
    border-radius: 2px;
    text-align: center;
    transition: 0.5s;
    margin-right: 20px;
}
.banner .xmSlide .inner-list li .banner-service:hover {
    background: #ffae6c;
    color: #fff;
}
.banner .xmSlide .inner-list li .banner-free {
    display: block;
    color: #fff;
    width: 138px;
    height: 40px;
    padding: 0px;
    line-height: 42px;
    margin-top: 30px;
    border-radius: 2px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #ffffff;
}
.banner .xmSlide .inner-list li .banner-free:hover {
    background: #fff;
    color: #ff5b29;
}

.banner .xmSlide .inner-list li a.banner-custom-img img {
    width: 180px;
    height: 50px;
    -webkit-animation: free_download 1s linear alternate infinite;
    animation: free_download 1s linear alternate infinite;
    margin-top: 75px;
    margin-left: 35px;
}
@-webkit-keyframes free_download {
    0% {
        -webkit-transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes free_download {
    0% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
.banner,
.banner .xmSlide {
    width: 100%;
    height: 600px;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #242526;
}
.banner {
    margin-top: 64px;
}
.banner .xmSlide .inner-list {
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .xmSlide .inner-list li a {
    display: block;
    width: 100%;
    height: 600px;
}
.banner .xmSlide .inner-list li {
    height: 600px;
}
.banner .xmSlide .inner-list li .container {
    position: relative;
}
.banner .dot-list {
    position: absolute;
    bottom: 50px;
    width: 1200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 0;
    z-index: 99;
    text-align: center;
}
.banner .dot-list li {
    display: inline-block;
    width: 52px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
    margin: 0 10px;
    cursor: pointer;
}
.banner .dot-list li span {
    display: block;
    height: 6px;
    width: 0px;
    background: #fff;
}
/* banner图片 */
.banner .xmSlide .inner-list,
.banner .xmSlide .inner-list > li {
    width: 100%;
}
.banner-item .index-banner-fl {
    padding-left: 50px;
    margin-top: 190px;
}
/* 动画效果 */
.banner-radius {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/index-banner-radius.png) no-repeat;
    border-radius: 100%;
    -webkit-animation: free_download 1s linear alternate infinite;
    animation: free_download 1s linear alternate infinite;
    z-index: 100;
    background-size: cover;
}
@-webkit-keyframes free_download {
    0% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}
@keyframes free_download {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.2);
        -background: #ff6600;
    }
}
.banner-radius-1 {
    top: 118px;
    right: 260px;
}
.banner-radius-2 {
    top: 147px;
    right: 215px;
}
.banner-radius-3 {
    top: 235px;
    right: 148px;
    width: 30px;
    height: 30px;
}
.banner-radius-4 {
    top: 208px;
    right: 245px;
}
.banner-radius-5 {
    top: 223px;
    right: 197px;
}
.banner-radius-6 {
    top: 330px;
    right: 239px;
}
.banner-radius-7 {
    top: 356px;
    right: 132px;
}
.banner-radius-8 {
    top: 299px;
    right: 183px;
    width: 30px;
    height: 30px;
}
.banner-radius-9 {
    top: 464px;
    right: 149px;
}
.banner-radius-10 {
    top: 423px;
    right: 185px;
    width: 30px;
    height: 30px;
}
.banner-radius-11 {
    bottom: 40px;
    right: 185px;
}
.banner-radius-12 {
    bottom: 104px;
    right: 220px;
}
.banner-radius-13 {
    top: 343px;
    right: 166px;
}
.banner-radius-14 {
    top: 392px;
    right: 160px;
}
.animation-line {
    position: absolute;
    z-index: 99;
    height: 2px;
}
.line1 {
    top: 138px;
    right: 227px;
    width: 53px;
    background: #fff;
    transform: rotate(34deg);
    animation: clipMe 5s infinite;
}
.line2 {
    top: 200px;
    left: 381px;
    width: 115px;
    transform: rotate(55deg);
    background: #fff;
    animation: clipMe 5s infinite;
    -animation-delay: 0.5s;
}
.line3 {
    top: 282px;
    left: 346px;
    width: 145px;
    transform: rotate(60deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line4 {
    top: 313px;
    left: 428px;
    width: 113px;
    transform: rotate(79deg);
    background: #fff;
    animation: clipMe 5s infinite;
    -animation-delay: 0.5s;
}
.line5 {
    top: 419px;
    left: 425px;
    width: 120px;
    transform: rotate(98deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line6 {
    top: 519px;
    left: 410px;
    width: 94px;
    transform: rotate(114deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line7 {
    top: 289px;
    left: 350px;
    width: 112px;
    transform: rotate(113deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line8 {
    top: 376px;
    left: 379px;
    width: 115px;
    transform: rotate(91deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line9 {
    top: 408px;
    left: 410px;
    width: 114px;
    transform: rotate(82deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line10 {
    top: 298px;
    left: 417px;
    width: 99px;
    transform: rotate(97deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line11 {
    top: 397px;
    left: 424px;
    width: 87px;
    transform: rotate(128deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line12 {
    top: 281px;
    left: 419px;
    width: 72px;
    transform: rotate(118deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line13 {
    top: 234px;
    left: 384px;
    width: 94px;
    transform: rotate(19deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line14 {
    top: 191px;
    left: 379px;
    width: 79px;
    transform: rotate(75deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line15 {
    top: 175px;
    left: 338px;
    width: 112px;
    transform: rotate(58deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line16 {
    top: 464px;
    left: 393px;
    width: 55px;
    transform: rotate(118deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line17 {
    top: 459px;
    left: 432px;
    width: 55px;
    transform: rotate(41deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
.line18 {
    top: 484px;
    left: 404px;
    width: 66px;
    transform: rotate(-14deg);
    background: #fff;
    animation: clipMe 5s infinite;
}
@keyframes clipMe {
    0%,
    100% {
        clip: rect(0px, 220px, 3px, 0px);
    }
    25% {
        clip: rect(0px, 3px, 220px, 0px);
    }
    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }
    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

/**全行业多场景企业直播平台**/
.mr-75 {
    margin-right: 75px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.mb-70 {
    margin-bottom: 70px;
}
.letter-spacing {
    letter-spacing: -1px;
}
.live-platform-container .container-item {
    background: #ffffff;
    border-radius: 20px;
    display: none;
    padding: 10px 10px 0 10px;
}
.live-platform-container .container-item.pc-live {
    box-shadow: 0px 0px 20px 0px #c6ceda;
    width: 560px;
    height: 500px;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.live-platform-container .container-item.pc-live video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.live-platform-container .container-item.phone-live {
    width: 395px;
    height: 570px;
    box-shadow: 0px 0px 20px 0px #c6ceda;
    border-radius: 20px 20px 0px 0px;
    box-sizing: border-box;
    margin-left: 75px;
}
.live-platform-container .container-item.phone-live video {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 100%;
}
.live-platform-container .container-item.active {
    display: block;
}
.live-platform-container .container-item-fr .tab-item {
    box-sizing: border-box;
    width: 600px;
    height: 125px;
    padding: 20px 40px;
    border-left: 2px solid #fff;
}
.live-platform-container .container-item-fr h3 {
    font-size: 22px;
    font-weight: 600;
    color: #030303;
    padding-bottom: 10px;
}
.live-platform-container .container-item-fr p {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
}
.live-platform-container .tab-item.new-retail {
    height: 166px;
    border-left: 2px solid #f0f2f5;
}
.live-platform-container .tab-item.border-color {
    border-left: 2px solid #fff;
}
.live-platform-container .tab-item.active {
    background: #fafafa;
    border-radius: 0px 8px 8px 0px;
    border-left: 2px solid #ff5b29;
}
.live-platform-container .tab-item.active h3 {
    color: #ff5b29;
}
.live-platform-container .container-item-fr i {
    display: inline-block;
    width: 30px;
    height: 35px;
    margin-right: 10px;
    float: left;
}
.live-platform-container .container-item-fr .live-icon-1 {
    background: url(../img/new_index_icon.png) no-repeat 0 0;
}
.live-platform-container .container-item-fr .live-icon-2 {
    background: url(../img/new_index_icon.png) no-repeat -50px 0;
}
.live-platform-container .container-item-fr .live-icon-3 {
    background: url(../img/new_index_icon.png) no-repeat -100px 0;
}
.live-platform-container .container-item-fr .live-icon-4 {
    background: url(../img/new_index_icon.png) no-repeat -150px 0;
}
.live-platform-container .container-item-fr .live-icon-5 {
    background: url(../img/new_index_icon.png) no-repeat -200px 0;
}
.live-platform-container .container-item-fr .live-icon-6 {
    background: url(../img/new_index_icon.png) no-repeat -250px 0;
}
.live-platform-container .container-item-fr .live-icon-7 {
    background: url(../img/new_index_icon.png) no-repeat -300px 0;
}
.live-platform-container .container-item-fr .live-icon-8 {
    background: url(../img/new_index_icon.png) no-repeat -350px 0;
}
.live-platform-container .container-item-fr .live-icon-9 {
    background: url(../img/new_index_icon.png) no-repeat -400px 0;
}
.live-platform-container .container-item-fr .live-icon-10 {
    background: url(../img/new_index_icon.png) no-repeat -450px 0;
}
.live-platform-container .container-item-fr .live-icon-11 {
    background: url(../img/new_index_icon.png) no-repeat -500px 0;
}
.live-platform-container .tab-item.active .live-icon-1 {
    background: url(../img/new_index_icon.png) no-repeat 0 -50px;
}
.live-platform-container .tab-item.active .live-icon-2 {
    background: url(../img/new_index_icon.png) no-repeat -50px -50px;
}
.live-platform-container .tab-item.active .live-icon-3 {
    background: url(../img/new_index_icon.png) no-repeat -100px -50px;
}
.live-platform-container .tab-item.active .live-icon-4 {
    background: url(../img/new_index_icon.png) no-repeat -150px -50px;
}
.live-platform-container .tab-item.active .live-icon-5 {
    background: url(../img/new_index_icon.png) no-repeat -200px -50px;
}
.live-platform-container .tab-item.active .live-icon-6 {
    background: url(../img/new_index_icon.png) no-repeat -250px -50px;
}
.live-platform-container .tab-item.active .live-icon-7 {
    background: url(../img/new_index_icon.png) no-repeat -300px -50px;
}
.live-platform-container .tab-item.active .live-icon-8 {
    background: url(../img/new_index_icon.png) no-repeat -350px -50px;
}
.live-platform-container .tab-item.active .live-icon-9 {
    background: url(../img/new_index_icon.png) no-repeat -400px -50px;
}
.live-platform-container .tab-item.active .live-icon-10 {
    background: url(../img/new_index_icon.png) no-repeat -450px -50px;
}
.live-platform-container .tab-item.active .live-icon-11 {
    background: url(../img/new_index_icon.png) no-repeat -500px -50px;
}
.container-search {
    height: 126px;
    position: relative;
    width: 100% !important;
}
.video-find {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 700px;
    height: 50px;
    border-radius: 2px;
    display: flex;
}
.video-inp {
    width: 600px;
    height: 50px;
    background: fff;
    padding-left: 20px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
    border-radius: 2px 0 0 2px;
}
.video-inp::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
}
.video-inp:-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
}
.video-inp::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
}
.video-inp:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8f8e94;
    line-height: 22px;
}
.video-inp:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    opacity: 1 !important;
}
.video-inp::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    opacity: 1 !important;
}
.video-btn {
    width: 80px;
    height: 50px;
    background: rgba(255, 91, 41, 1);
    border-radius: 0px 2px 2px 0px;
    position: relative;
    cursor: pointer;
}
.video-btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.special-container {
    position: relative;
}
.special-container .white-layout {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
}
.special-container .gray-layout {
    position: absolute;
    background: #f0f2f5;
    width: 100%;
    height: 795px;
    top: 280px;
    left: 0;
}
.advantage-container {
    text-align: center;
    position: relative;
}
.advantage-container .advantage-item {
    width: 270px;
    height: 320px;
    border-radius: 8px;
    padding: 80px 20px 0 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    margin: 50px 0 70px 0;
    overflow: hidden;
}
.advantage-container .advantage-item p {
    font-size: 22px;
    margin-bottom: 20px;
}
.advantage-container .advantage-item span {
    font-size: 16px;
    line-height: 22px;
}
.advantage-container .advantage-item.advantage-1 {
    background: url(../img/index_advantage-4.png);
}
.advantage-container .advantage-item.advantage-2 {
    background: url(../img/index_advantage-1.png);
    margin: 50px 20px 70px 20px;
}
.advantage-container .advantage-item.advantage-3 {
    background: url(../img/index_advantage-2.png);
    margin: 50px 20px 70px 20px;
}
.advantage-container .advantage-item.advantage-4 {
    background: url(../img/index_advantage-3.png);
}
.advantage-container .advantage-item.advantage-1:hover {
    background: url(../img/index_advantage_hover_1.png);
}
.advantage-container .advantage-item.advantage-2:hover {
    background: url(../img/index_advantage_hover_2.png);
    margin: 50px 20px 70px 20px;
}
.advantage-container .advantage-item.advantage-3:hover {
    background: url(../img/index_advantage_hover_3.png);
    margin: 50px 20px 70px 20px;
}
.advantage-container .advantage-item.advantage-4:hover {
    background: url(../img/index_advantage_hover_4.png);
}
/**口碑**/
.praise-container {
    height: 488px;
    position: relative;
}
.praise-container .mouth-data-item {
    width: 240px;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.praise-container .mouth-data-item.mouth-data-2 {
    margin-left: -60px;
}
.praise-container .mouth-data-item.mouth-data-3 {
    margin-left: -15px;
}
.praise-container .mouth-data-item.mouth-data-4 {
    margin-left: 35px;
}
.praise-container .mouth-data-item .data-item-top {
    position: relative;
}
.praise-container .mouth-data-item .data-item-top i {
    position: absolute;
    top: 40px;
    margin-left: 5px;
}
.praise-container .mouth-data-item .counter-number {
    color: #ff5b29;
    font-size: 66px;
}
.praise-container .mouth-data-item span {
    font-size: 30px;
    color: #ff5b29;
}
.praise-container .mouth-data-item span.big-iocn {
    font-size: 50px;
}
.praise-container .mouth-data-item span.customer {
    margin-left: 25px;
}
.praise-container .mouth-data-item p {
    color: #444349;
    font-size: 16px;
}
.company-logo {
    width: 1200px;
    height: 550px;
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    padding: 60px 0px 70px 0;
    box-sizing: border-box;
    margin-top: -125px;
    position: relative;
}
.company-logo .company-type {
    font-size: 16px;
    color: #444349;
    line-height: 108px;
    padding-left: 40px;
}
/**媒体报道**/
.news-container .new-headline {
    padding-top: 0px;
    padding-bottom: 30px;
}
.news-container .list-item a,
.item-tab a {
    display: block;
}
.news-container .list-item .news-img-content .item-img {
    width: 426px;
    height: 240px;
}
.news-container .list-item .news-img-content {
    width: 426px;
    height: 240px;
    overflow: hidden;
}
.news-container .list-item .news-img-content img {
    width: 100%;
    height: 100%;
}
.news-container .list-item .news-item .item-time {
    width: 84px;
    text-align: center;
    border-right: 1px solid #f0f2f5;
    color: #030303;
}
.news-container .list-item .news-item .cur .item-time {
    border-right: 1px solid #ff5b29;
    color: #ff5b29;
}
.news-container .list-item .news-item .item-time p.date-top {
    font-size: 36px;
}
.news-container .list-item .news-item .item-time p.date-bottom {
    font-size: 12px;
}
.news-container .list-item .news-item .item-desc span {
    font-size: 20px;
    color: #030303;
    margin: 8px 0;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.news-container .list-item .news-item .item-desc {
    margin-left: 20px;
}
.news-container .list-item .news-item .item-desc p {
    font-size: 14px;
    color: #8f8e94;
    display: block;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-container .list-item .item-tab {
    margin-top: 5px;
}
.news-container .list-item {
    margin-top: 50px;
    margin-bottom: 70px;
}
.footer-bg-container {
    height: 200px;
    background: url(../img/index_new_footer_bg.jpg) no-repeat center top;
    background-size: cover;
    align-items: center;
    display: flex;
}
.footer-bg-container a {
    float: right;
    width: 140px;
    height: 42px;
    background: #ff5b29;
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.footer-bg-container a:hover {
    background: #ffae6c;
    color: #fff;
}

/* 顶部banner图的，企业级直播服务 */
.hd-banner-item {
    cursor: pointer;
}

.hd-banner-item .container {
    color: #fff;
    padding-top: 149px;
    position: relative;
}
.hd-banner-item .btn-bg {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.hd-banner-item .btn-bg .home-banner-btn {
    width: 166px;
    height: 44px;
    border: 2px solid #ff3300;
    color: #ff3f00;
    background: none;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 44px;
    margin-right: 23px;
}

.hd-banner-item .btn-bg .home-banner-btn.active {
    border: none;
    color: white;
    width: 168px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 46px;
    background: url(../img/hd-banner-btn-bg-active.png?v=4);
    background-size: 200% 100%;
    animation: homeShine 1.8s linear infinite;
}

@keyframes homeShine {
    0% {
        background-position-x: 100%;
    }
    50% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -100%;
    }
}

.hd-banner-item .btn-bg .home-banner-btn i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url(../img/hd-banner-btn-i.png?v=1) top center no-repeat;
    background-size: contain;
    transition: 0.33s;
}

.hd-banner-item .btn-bg .home-banner-btn.active i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url(../img/hd-banner-btn-i-active.png?v=1) top center no-repeat;
    background-size: contain;
    transition: 0.33s;
}

.hd-banner-item .btn-bg .home-banner-btn span {
    display: none;
    transition: 0.33s;
}

.hd-banner-item .btn-bg .home-banner-btn.active span {
    display: block;
    background: url(../img/hd-banner-btn-yin.png?v=1) top center no-repeat;
    background-size: contain;
    width: 168px;
    height: 26px;
    transition: 0.33s;
}

.hd-banner-item .btn-bg .on-free {
    margin-left: 8px;
    margin-right: 23px;
}

.hd-banner-item .home-banner-title {
    width: 427px;
    height: 133px;
    margin-top: 0px;
}

.hd-banner-item .home-banner-subTitle {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
}

.hd-banner-item .home-banner-subTitle p {
    height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #2b354a;
    font-family: Adobe Heiti Std;
    line-height: 42px;
    margin-right: 16px;
}

.hd-banner-item .home-banner-min {
    background: url(../img/banner-animation-bg.png?v=6);
    background-size: cover;
    position: absolute;
    width: 641px;
    height: 541px;
    right: 0px;
    top: 58px;
}

.hd-banner-item .home-banner-min .hd-banner-animation-one {
    position: absolute;
    width: 77px;
    height: 71px;
    left: 110px;
    top: 82px;
    animation: bannerRight1 3s linear infinite;
}

.hd-banner-item .home-banner-min .hd-banner-animation-two {
    position: absolute;
    width: 77px;
    height: 71px;
    right: 115px;
    top: 38px;
    animation: bannerRight2 3s linear infinite;
}

.hd-banner-item .home-banner-min .hd-banner-animation-three {
    position: absolute;
    width: 73px;
    height: 51px;
    left: 110px;
    top: 278px;
    animation: bannerRight2 3s linear infinite;
}

.hd-banner-item .home-banner-min .hd-banner-animation-four {
    position: absolute;
    width: 73px;
    height: 51px;
    right: 115px;
    top: 297px;
    animation: bannerRight1 3s linear infinite;
}

@keyframes bannerRight1 {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    90% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bannerRight2 {
    0% {
        transform: translateY(-8px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

/* 顶部banner图的，私域直播找盟主页面 */
.banner-item-come-mengzhu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-item-come-mengzhu .come-title-bg {
    display: flex;
    flex-direction: column;
}
.banner-item-come-mengzhu .come-title-bg .come-title-one {
    display: flex;
    flex-direction: row;
}
.banner-item-come-mengzhu .come-title-bg .come-title-pb {
    height: 96px;
    line-height: 96px;
    font-weight: 500;
    font-size: 66px;
    color: #0e0e0e;
}

.banner-item-come-mengzhu .come-title-bg .come-title-power {
    height: 96px;
    line-height: 96px;
    font-weight: 500;
    font-size: 66px;
    color: #ff6125;
}
.banner-item-come-mengzhu .come-title-bg .come-title-sub {
    margin-top: 13px;
    font-weight: 400;
    font-size: 32px;
    color: #000000;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg {
    margin-top: 62px;
    display: flex;
    flex-direction: row;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn {
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ef4f26;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fffff8;
    cursor: pointer;
    position: relative;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-kefu-btn {
    margin-left: 12px;
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff351e;
    font-weight: 500;
    font-size: 16px;
    color: #eb4a26;
    cursor: pointer;
}

.banner-item-come-mengzhu .come-banner-icon {
    width: 517px;
    height: 517px;
    margin-left: 172px;
}

/* 顶部banner图的，终生免费 */
.banner-item-free-along {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-item-free-along .free-title-bg {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 54px;
}
.banner-item-free-along .free-title-bg .free-title-one {
    display: flex;
    flex-direction: row;
}
.banner-item-free-along .free-title-bg .free-title-pb {
    height: 72px;
    line-height: 72px;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
}
.banner-item-free-along .free-title-bg .free-title-sub-icon {
    margin-top: 13px;
    width: 378px;
    height: 68px;
}
.banner-item-free-along .free-title-bg .free-btn-bg {
    margin-top: 87px;
    display: flex;
    flex-direction: row;
}
.banner-item-free-along .free-title-bg .free-btn-bg .free-tiyan-btn {
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #eb4a26;
    cursor: pointer;
    position: relative;
}
.banner-item-free-along .free-title-bg .free-btn-bg .free-kefu-btn {
    margin-left: 12px;
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ffb51e;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.banner-item-free-along .free-banner-icon {
    width: 792.5px;
    height: 497px;
    margin-left: 2px;
    margin-top: 100px;
}

/* 顶部banner图的，流量打折页面 */
.banner-item-discount {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-item-discount .banner-title-bg {
    display: flex;
    flex-direction: column;
    margin-top: 68px;
    margin-left: 80px;
}
.banner-item-discount .banner-title-bg .banner-title-one {
    display: flex;
    flex-direction: row;
}
.banner-item-discount .banner-title-bg .banner-title-pb {
    height: 64px;
    line-height: 64px;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    margin-top: 10px;
}

.banner-item-discount .banner-title-bg .banner-title-power {
    width: 104px;
    height: 64px;
    line-height: 64px;
    background-color: #ffffff;
    border-radius: 40.5px;
    font-weight: 700;
    font-size: 48px;
    color: #ff1d1d;
    text-align: center;
    margin: 10px 16px 0 16px;
    font-family: "promotionBenefits-normal";
}
.banner-item-discount .banner-title-bg .banner-title-sub {
    margin-top: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.8);
}
.banner-item-discount .banner-title-bg .banner-get-bg {
    width: 160px;
    height: 53px;
    line-height: 53px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #eb4a26;
    margin-top: 62px;
    cursor: pointer;
}

.banner-item-discount .zhe-banner-icon {
    width: 633px;
    height: 577px;
    margin-left: 104px;
}

/* banner图片背景图配置 */
.banner .xmSlide .inner-list li.banner-item-come-mengzhu {
    background: url(../img/banner-item-come-mengzhu.jpg?v=1) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .xmSlide .inner-list li.banner-item-free-along {
    background: url(../img/banner-free-along-bg.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .xmSlide .inner-list li.banner-item-discount {
    background: url(../img/promotionBenefits/c-text-banner1.png?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .xmSlide .inner-list li.hd-banner-item {
    background: url(../img/hd-banner1.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-left-new-zhuce {
    z-index: 9990;
    position: fixed;
    left: 0;
    bottom: 220px;
    background-color: transparent;
}

.home-left-new-zhuce .left-new-zhuce-max {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    transition: .75s;
    margin-left: 0;
    width: 360px;
    height: 132.5px;
    position: absolute;
}

.home-left-new-zhuce .left-new-zhuce-max.hidden {
    transition: .33s;
    margin-left: -360px;
}

.home-left-new-zhuce .left-new-zhuce-max .max-new-zhuce-image {
    width: 327px;
    height: 132.5px;
}

.home-left-new-zhuce .left-new-zhuce-max .max-new-zhuce-close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 10px;
}

.home-left-new-zhuce .left-new-zhuce-min.hidden {
    margin-left: -80px;
    height: 132.5px;
    overflow: hidden;
}

.home-left-new-zhuce .left-new-zhuce-min {
    position: absolute;
    margin-left: 0px;
    transition: .75s;
    height: 132.5px;
    overflow: hidden;
}

.home-left-new-zhuce .left-new-zhuce-min img {
    width: 77px;
    height: 77px;
    cursor: pointer;
    margin-top: 28px;
}

.banner-item-free-along .free-tiyan-btn .new-zhuce-pop,
.banner-item-come-mengzhu .come-tiyan-btn .new-zhuce-pop {
    display: none;
}
.banner-item-free-along .free-tiyan-btn:hover .new-zhuce-pop,
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop {
    position: absolute;
    width: 180px;
    height: 197px;
    left: 180px;
    top: -72px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.02rem solid #d8d8d8;
}
.banner-item-free-along .free-tiyan-btn:hover .new-zhuce-pop::before,
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent; /* 小三角的左边界 */
    border-bottom: 10px solid transparent ; /* 小三角的右边界 */
    border-right: 10px solid #ffffff; /* 小三角的顶部，颜色与div背景颜色相同 */
}
.banner-item-free-along .free-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-image,
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-image {
    width: 160px;
    height: 160px;
}
.banner-item-free-along .free-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-title,
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-title {
    margin-top: 4px;
    font-size: 10px;
    color: #000000;
    text-align: center;
}