.index .index-swiper-container .swiper-wrapper .index-news .shares,
.index .index-swiper-container .swiper-wrapper .index-news .recommend,
.index .index-swiper-container .swiper-wrapper .index-news .list-news {
    float: left;
}

.index .index-swiper-container .swiper-wrapper .index-news .shares {
    width: 20%;
}

.index .index-swiper-container .swiper-wrapper .index-news .recommend {
    width: 40%;
    padding: 0 .3rem;
    cursor: pointer;
}

.index .index-swiper-container .swiper-wrapper .index-news .list-news {
    width: 40%;
    padding-left: 0.3rem;
}

.index .index-news .shares p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.index .index-news .shares p:nth-child(2) span:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    color: #EB640E;
    line-height: 110px;
}

.index .index-news .shares p:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #EB640E;
}

.index .index-news .shares p:nth-child(3) {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.index .index-news .recommend p:nth-child(1) {
    font-size: 20px;
    /* font-weight: bold; */
    color: #555555;
    line-height: 28px;
}

.index .index-news .recommend p:nth-child(2) {
    font-size: 28px;
    color: #BC8F4B;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 13px;
}

.index .index-news .recommend .hotNewsContent {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
    line-height: 24px;
}

.index .index-news .ie .hotNewsContent::after {
    content: '...';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 0.3em; */
    height: 27px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.index .index-news .list-news .tabs {
    overflow: hidden;
    margin-bottom: 15px;
}

.index .index-news .list-news .tabs li:not(:last-child) {
    float: left;
    margin-right: 1rem;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.index .index-news .list-news .tabs li:last-child {
    float: right;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.index .index-news .list-news .tabs li:last-child a {
    color: #333333;
}

.index .index-news .list-news .contents-newsList {
    clear: both;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.index .index-news .list-news .contents-newsList ul a {
    color: #444444;

}

.index .index-news .list-news .contents-newsList ul li p:nth-child(1) {
    float: left;
    width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .index-news .list-news .contents-newsList ul li p:nth-child(2) {
    text-align: right;
}

.index .index-news .list-news .contents-newsList ul li p {
    margin: 0;
}

.index .index-news .list-news .contents-newsList ul li {
    cursor: pointer;
    line-height: 31.5px;
}

.index .index-news .list-news .contents-newsList ul li:hover {
    color: #EA5812;
}

.index .index-news .shadowIndex .list-news .tabs .active-highlight {
    font-size: 22px;
    color: #EA5812;
}

.index .index-news .list-news .contents-newsList .media-coverage {
    display: none;
}

.index .index-business {
    overflow: hidden;
}

.index .index-business .slideItem {
    float: left;
    width: 240px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.index .index-business .slideItem .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #FFA751; */
    background-image: linear-gradient(to right, rgba(230, 0, 18, 1), rgba(230, 0, 18, 0));
    opacity: 0.6;
    top: 0;
}

.index .index-business .slideItem .mark1 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #53B5ED; */
    background-image: linear-gradient(to right, rgba(238, 72, 34, 1), rgba(238, 72, 34, 0));
    opacity: 0.6;
    top: 0;
}

.index .index-business .slideItem .mark2 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #EF5C54; */
    background-image: linear-gradient(to right, rgba(244, 133, 47, 1), rgba(244, 133, 47, 0));
    opacity: 0.6;
    top: 0;
}

.index .index-business .slideItem .mark3 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #80D46F; */
    background-image: linear-gradient(to right, rgba(251, 201, 62, 1), rgba(251, 201, 62, 0));
    opacity: 0.6;
    top: 0;
}

.index .index-business .slideItem .title {
    position: absolute;
    top: 56px;
    left: 36px;
    color: #FFF;
}

.index .index-business .slideItem .title p:nth-child(1) {
    font-size: 26px;
}

.index .index-business .slideItem.current .mark,
.index .index-business .slideItem.current .mark1,
.index .index-business .slideItem.current .mark2,
.index .index-business .slideItem.current .mark3 {
    /* opacity: 0; */
}

@media screen and (max-width: 950px) {
    #mobile-terminal {
        /* text-align: center; */
    }

    #mobile-terminal .container-mobile .rotation-chart {
        margin: 0.2rem 0;
    }

    #mobile-terminal .container-mobile .rotation-chart .swiper-container {
        height: 4.5rem;
    }

    #mobile-terminal .container-mobile .rotation-chart .swiper-container .swiper-item {
        height: 100%;
    }

    #mobile-terminal .swiper-container-horizontal .swiper-pagination-bullets {
        width: 90%;
    }

    #mobile-terminal .swiper-pagination {
        text-align: right;
    }

    #mobile-terminal .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        border-radius: 0;
        background: rgb(255, 255, 255);
        opacity: .4;
    }

    #mobile-terminal .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #EB640E;
        opacity: 1;
        width: 1rem;
    }

    #mobile-terminal .stock-code {
        transform: scale(0.8);
        position: relative;
        left: -0.5rem;
    }

    #mobile-terminal .recommended-news {
        padding: 0 0.5rem;
        font-weight: 500;
        color: #353535;
        font-size: 0.35rem;
        margin-bottom: 0.7rem;
    }

    #mobile-terminal a {
        color: #353535;
    }

    #mobile-terminal p {
        margin: 0;
    }
    #mobile-terminal .recommended-news p:nth-child(1){
        font-weight: 700;
    }
    #mobile-terminal .recommended-news p:nth-child(2) {
        font-size: 0.45rem;
        color: #EB640E;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 1rem;
        font-weight: 600;
    }

    #mobile-terminal .recommended-news p:nth-child(3) {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 0.6rem;
        font-size: 0.37rem;
    }

    #mobile-terminal .new-list {
        padding: 0.7rem 0.5rem;
        color: #353535;
    }

    #mobile-terminal .new-list dl {
        display: flex;
        font-weight: 500;
        font-size: 0.4rem;
        margin: 0;
        align-items: baseline;
    }

    #mobile-terminal .new-list dl .interval {
        padding: 0 0.2rem;
    }

    #mobile-terminal .new-list dl .active {
        font-size: 0.5rem;
        font-weight: 600;
    }

    #mobile-terminal .new-list ul li {
        padding: 0.3rem 0;
        border-bottom: 1px solid #DFE0E0;
    }

    #mobile-terminal .new-list ul a {
        color: #353535;
    }

    #mobile-terminal .new-list ul a p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #292929;
        font-size: 0.39rem;
    }

    #mobile-terminal .new-list ul a p:nth-child(2) {
        color: #929697;
    }

    #mobile-terminal .more-news {
        overflow: hidden;
    }

    #mobile-terminal .more-news a {
        display: flex;
        align-items: center;
        float: right;
        justify-content: flex-end;
    }

    #mobile-terminal .more-news a span {
        padding-right: 0.1rem;
        color: #929697;
    }
    #mobile-terminal .more-news a img{
        transform: rotate(270deg);
    }
    #mobile-terminal .video-list ul {
        overflow-x: scroll;
        white-space: nowrap;
        margin: 0;
        font-size: 0;
    }

    #mobile-terminal .video-list ul li {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 8.5rem;
        box-sizing: content-box;
        padding-left: 0.5rem;
        vertical-align: top;
    }

    #mobile-terminal .video-list ul li:last-child {
        margin-right: 0.5rem;
    }

    #mobile-terminal .video-list ul li p {
        text-align: center;
        letter-spacing: 0;
        word-spacing: 0;
        font-weight: 600;
        color: #353535;
        font-size: 0.38rem;
        line-height: 1.1rem;
    }

    #playPause-m {
        width: 50px;
        height: 50px;
        display: block;
        background: #EB640E;
        opacity: 0.82;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -45px;
        margin-left: -25px;
    }

    #playPause-m i {
        width: 0;
        height: 0;
        display: block;
        border-top: 10px solid transparent;
        border-left: 18px solid #fff;
        border-bottom: 10px solid transparent;
        margin-left: 20px;
        margin-top: 15px;
    }

    #mobile-terminal .video-more {
        padding: 0 0.5rem;
    }

    #mobile-terminal .convenient-links ul {
        display: flex;
        margin: 0.5rem;
    }

    #mobile-terminal .convenient-links ul li {
        width: 21.25%;
        border-radius: 5px;
        background: #F8F8F8;
        text-align: center;
        padding: 0.2rem;
        font-weight: 600;
        color: #353535;
        font-size: 0.37rem;
    }

    #mobile-terminal .convenient-links ul li p:nth-child(2) {

        padding-top: 0.2rem;
    }

    #mobile-terminal .convenient-links ul li:not(:last-child) {
        margin-right: 5%;
    }

    #mobile-terminal .convenient-links ul li:last-child p:nth-child(2) {
        line-height: 0.5rem;
    }

    #mobile-terminal .service-link {
        margin: 0 0.5rem;
    }

    #mobile-terminal .service-link ul li {
        margin-bottom: 0.5rem;
        position: relative;
    }

    #mobile-terminal .service-link ul li .mark-m {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: rgb(17 21 27 / 25%);
    }

    #mobile-terminal .service-link ul li .title-m {
        position: absolute;
        top: 0;
        color: #FFF;
        font-size: 0.5rem;
        font-weight: 600;
        width: 100%;
        height: 100%;
    }

    #mobile-terminal .service-link ul li .title-m p:nth-child(1) {
        margin: 1rem;
    }

    #mobile-terminal .service-link ul li .title-m p:nth-child(2) {
        text-align: right;
        margin: 1.8rem 0.5rem 0;
    }

    /* 
    video::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none;
    }

    video::--webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none;
    }


    video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none;
    } */
}