/* 新闻资讯 */
.news .carousel {
    height: 20rem;
    border-radius: .25rem;
    overflow: hidden;
}
.news .carousel-inner,
.news .carousel-inner .carousel-item,
.news .carousel-inner .carousel-item a, 
.news .carousel-inner .carousel-item a img {
    height: 100%;
}
.news .carousel-indicators {
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 5%;
    margin-left: 15%;
}
.news .carousel-indicators li {
    width: .6rem;
    height: .6rem;
    border: none;
    border-radius: .6rem;
    background-clip: border-box;
}
.news .carousel-indicators li.active {
    width: 2rem;
}
.news-side {
    min-width: 25rem;
}
.news-side {
    flex: 1;
    overflow: hidden;
}
.news-tabs {
    display: flex;
    border-bottom: .1rem solid #c19c67;
    padding: .6rem;
    position: relative;
}
.news-tabs button {
    height: 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    background: none;
    border: 0 solid transparent;
    padding: 0 0.8rem;
    cursor: pointer;
    font-size: .8rem;
    color: #666;
    transition: all .3s ease;
}
.news-tabs button.active {
    color: #fff;
    font-weight: bold;
    background-color: #c19c67;
}
.news-tabs button:hover {
    color: #c19c67;
}
.news-tabs button.active:hover {
    color: #fff;
}
.news-tabs .more {
    position: absolute;
    right: .6rem;
    font-size: .8rem;
    height: 1.5rem;
    line-height: 1.6rem;
    color: #666;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.news-tabs .more svg {
    position: relative;
    top: -.05rem;
}
.news-tabs .more:hover {
    color: #c19c67;
    right: .3rem;
}
.news-tabs .more:hover svg {
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.news-list li,
.server-list li {
    display: flex;
    justify-content: space-between;
}
.news-list li+li,
.server-list li+li {
    margin-top: .6rem;
}
.news-list {
    padding-top: .6rem;
    display: none;
}
.news-list.active {
    display: block;
}
@keyframes showNews {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.news-list li {
    opacity: 0;
    animation: showNews 0.5s forwards;
    font-size: 14px;
}
.news-list li:nth-child(1) {
    animation-delay: 0s;
}
.news-list li:nth-child(2) {
    animation-delay: 0.1s;
}
.news-list li:nth-child(3) {
    animation-delay: 0.2s;
}
.news-list li:nth-child(4) {
    animation-delay: 0.3s;
}
.news-list li:nth-child(5) {
    animation-delay: 0.4s;
}
.news-list li:nth-child(6) {
    animation-delay: 0.5s;
}
.news-list a {
    font-size: 14px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list a span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}
.news-list em {
    display: inline-block;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    font-style: normal;
}
.news-list em[data-type="gg"] {
    background-color: #68a8ff;
}
.news-list em[data-type="xw"] {
    background-color: #76c277;
}
.news-list em[data-type="hd"] {
    background-color: #e59469;
}
.news-list em[data-type="gl"] {
    background-color: #69bdad;
}
.news-list li i {
    width: 50px;
    text-align: right;
    color: #72c1c5;
    font-size: 14px;
    font-style: normal;
}
.news-list a:hover span {
    color: #c19c67;
}
.server-header {
    text-align: center;
    padding: .9rem 0;
    border-bottom: .1rem solid #c19c67;
    display: flex;
    align-items: center;
    justify-content: center;
}
.server-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}
.server-table-header {
    display: flex;
    justify-content: space-between;
    padding-top: .6rem;
    font-weight: bold;
    font-size: .8rem;
}
.server-list {
    max-height: 10rem;
    overflow-y: auto;
}
.server-list::-webkit-scrollbar {
    width: .25rem;
}
.server-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: .25rem;
}
.server-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: .25rem;
}
.server-col-name {
    flex: 1;
    text-align: center;
}
.server-col-time {
    flex: 1;
    text-align: center;
}
.server-list li {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    margin-top: .6rem;
}
.server-name,
.server-time {
    text-align: center;
}
.server-name {
    flex: 1;
    color: #333;
}
.server-time {
    flex: 1;
    color: #666;
}
/* 新闻资讯 END */
/* 3D轮播图样式 */
.carousel-3d {
    position: relative;
    width: 100%;
    height: 35rem;
    overflow: hidden;
}
.carousel-3d-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}
.carousel-3d-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.1s ease;
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.carousel-3d-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* 中间激活项 */
.carousel-3d-item.active {
    z-index: 10;
    opacity: 1;
}
/* 左侧和右侧项 */
.carousel-3d-item.left,
.carousel-3d-item.right {
    z-index: 5;
    opacity: 1;
}
.carousel-3d-item.left:after,
.carousel-3d-item.right:after {
    transition: all ease 0.1s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
/* 更左侧和更右侧项 */
.carousel-3d-item.far-left,
.carousel-3d-item.far-right {
    z-index: 2;
    opacity: 0;
}
/* 3D轮播图样式 END */
@media (min-width: 1200px) {
    .news .news-side {
        padding: .6rem;
    }
    .news .col-md-4.ss {
        max-width: 25%;
    }
}
@media (max-width: 767.98px) {
    .banner .nie-download {
        display: none;
    }
    .news .carousel {
        height: 13rem;
    }
    .news-side {
        min-width: auto;
    }
    .news-tabs .more svg {
        position: relative;
        top: -.15rem;
    }
    .server-time {
        flex: 1;
    }
    .features {
        margin-top: -4rem;
    }
    .carousel-3d {
        height: 10rem;
    }
}
@media (max-width: 991.98px) {
    .banner .nie-download {
        display: none;
    }
    .news .carousel {
        height: 13rem;
    }
    .news-side {
        min-width: auto;
    }
    .news-tabs .more svg {
        position: relative;
        top: -.15rem;
    }
    .server-time {
        flex: 1;
    }
    .features {
        margin-top: -4rem;
    }
    .carousel-3d {
        height: 10rem;
    }
}