﻿@charset "utf-8";
html,
body {
    height: 100%;
    overflow: hidden;
}
.details-server{
    width:100%;
    display:flex;
    justify-content: center;
}
.server-contents {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.server-row-left{
    padding: 0;
}
.server-row-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

#ServerTab {
    display: flex;
    align-items: center;
    list-style-type: none;
}

#ServerTab>li {
    width: 120px;
    height: 40px;
    margin-left: 15px;
}

#ServerTab>li:first-child {
    margin-left: 0;
}

#ServerTab>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .4s;
    color: #4e4e4e;
    font-size: 16px;
}

#ServerTab>li>a:hover {
    text-decoration: none;
}

#ServerTab>li>a:link {
    text-decoration: none;
}

#ServerTab>li>a:visited {
    text-decoration: none;
}

#ServerTab>li>a:hover {
    text-decoration: none;
}

#ServerTab>li>a:active {
    text-decoration: none;
}

#ServerTab>li.active a {
    color: #ffffff;
    background: #e6212a;
}
#ServerContent {
    width: 100%;
    display: flex;
}

.server-tab-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tab-item-s {
    display: flex;
    flex-direction: column;
}

.tab-item-s:nth-child(1) {
    animation-delay: .3s;
}

.tab-item-s:nth-child(2) {
    animation-delay: .6s;
}

.tab-item-s:nth-child(3) {
    animation-delay: .9s;
}

.tab-item-s-img {
    display: block;
    overflow: hidden;
}

.tab-item-s-img>span {
    display: block;
    width: 100%;
    padding-bottom: 51.1%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .3s;
}

.tab-item-s-info {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #a6a6a6;
    position: relative;
}

.tab-item-s-info::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #e6212a;
    transition: width .3s;
}

.tab-item-s-info>a:hover {
    text-decoration: none;
}

.tab-item-s-info .info-title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #414141;
    min-height: 30px;
    transition: color .3s;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-item-s-info .info-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #737577;
    line-height: 22px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px;
    height: 44px;
    cursor: pointer;
}

.tab-item-s-date {
    padding-top: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-item-s-date>p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #777777;
    transition: color .3s;
}

    /*.tab-item-s-date > a {
        display: block;
        width: 11px;
        height: 19px;
        background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/arrow_right.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transform: translateX(-70px);
        transition: transform .3s;
        cursor: pointer;
    }*/
    .tab-item-s-date .info_arrow {
        display: block;
        width: 11px;
        height: 19px;
        background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/arrow_right.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transform: translateX(-70px);
        transition: transform .3s;
        cursor: pointer;
    }
        .info_arrow_down {
    display: block;
    width: 11px;
    height: 19px;
    background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(-70px);
    transition: transform .3s;
    cursor: pointer;
}
.tab-item-s:hover .info-title {
    color: #E6212A;
}

.tab-item-s:hover .tab-item-s-info::after {
    width: 100%;
}

.tab-item-s:hover .tab-item-s-date>p {
    color: #E6212A;
}

.tab-item-s:hover .tab-item-s-date>a {
    opacity: 1;
    transform: translateX(0);
}

.tab-item-s:hover .tab-item-s-img>span {
    transform: scale(1.1);
}

.paging-row {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

/* server新增 */
.server-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#part1 {
    /*margin-top: 2%;*/
    margin-top: 4.8%;
}

.tab-item-s-date > p{
    font-size: 16px;
    cursor: pointer;
}
.info_down {
    font-size: 16px;
    cursor: pointer;
}
.tab-item-s-info {
    padding: 0;
    padding-bottom: 0.2rem;
}

.tab-item-s-info .info-text {
    margin-top: 0.15rem;
}

.tab-item-s {
    margin-top: 6.2%;
}

.tab-item-s-date {
    padding-top: 21px;
}

.Details-btn {
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    width: 1.5rem;
    height: 0.4rem;
    transform: translateX(-50%);
}

.Details-btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6212a;
    background-color: #ffffff;
    color: #e6212a;
    box-sizing: border-box;
    transition: all .3s;
    font-size: 0.14rem;
    cursor: pointer;
}

.Details-btn>a:hover {
    text-decoration: none;
    border-color: #e6212a;
    background-color: #e6212a;
    color: #ffffff;
}

.paging-row {
    margin-top: 11%;
}

.tab-item-s:nth-child(4) {
    animation-delay: 1.2s;
}

.tab-item-s:nth-child(5) {
    animation-delay: 1.5s;
}

.tab-item-s:nth-child(6) {
    animation-delay: 1.8s;
}

.server-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 6px;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: all .4s;
    max-height: 1.47rem;
}

.tab-item-s.server-tab {
    margin-top: 17px;
    padding: 0 8px;
}

.tab-item-s.server-tab:nth-child(4) {
    animation-delay: 1.2s;
}

.tab-item-s.server-tab:nth-child(5) {
    animation-delay: 1.5s;
}

.tab-item-s.server-tab:nth-child(6) {
    animation-delay: 1.8s;
}

.tab-item-s.server-tab:nth-child(7) {
    animation-delay: 2.1s;
}

.tab-item-s.server-tab:nth-child(8) {
    animation-delay: 2.4s;
}

.tab-item-s.server-tab:nth-child(9) {
    animation-delay: 2.7s;
}

#part2 {
    margin-top: 4.8%;
}

.server-item:hover {
    box-shadow: 0px 12px 20px 0px rgba(86, 95, 106, 0.2);
}

.server-item-left {
    width: 33.5%;
    margin-right: 6px;
    max-height: 1.07rem;
}

.server-item-left>span {
    width: 100%;
    padding-bottom: 73.3%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #bfc8d4;
}

.server-item-right {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.server-item-right>p {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #414141;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.server-item-right>p:first-child {
    margin-top: 0;
}

.serve_right_code{
    width: 100%;
    display: flex;
    align-items: center;
}
    .serve_right_code .code_title {
        font-size: 0.14rem;
        font-weight: 400;
        color: #414141;
        display: block;
        min-width: 2px;
        max-width: 1.9rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 0.18rem;
    }
    .serve_right_code > img {
        width: 0.8rem;
        height: 0.8rem;
    }
    .server_noContent {
        font-size: 16px;
        margin-top: 0.5rem;
    }

@media (max-width: 1199px) and (min-width: 768px) {
    .Details-btn {
        bottom: 5px;
        width: 12%;
        height: 3.2%;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .Details-btn {
        bottom: 5px;
        width: 12%;
        height: 4.2%;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .Details-btn {
        bottom: 5px;
        width: 12%;
        height: 5.2%;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .Details-btn {
        bottom: 1%;
        width: 12%;
        height: 5.2%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 789px) {
    .paging-row {
        margin-top: 4%;
    }

    .tab-item-s {
        margin-top: 2.2%;
    }

    #part2 {
        margin-top: 0;
    }

    .tab-item-s-info {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .paging-row {
        margin-top: 7%;
    }

    .tab-item-s {
        margin-top: 4.2%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 970px) {
    .tab-item-s {
        margin-top: 3%;
    }

    .paging-row {
        margin-top: 1%;
    }

    #part2 {
        margin-top: 0;
    }
}

@media (max-width: 1919px) {
    #ServerTab>li>a {
        font-size: 0.16rem;
    }

    #ServerTab>li {
        width: 1.2rem;
        height: 0.4rem;
    }

    #ServerContent {
        height: 100%;
    }

    .tab-item-s-info .info-title {
        font-size: 0.22rem;
        min-height: auto;
    }

    /* .tab-item-s-info .info-text {
        font-size: 0.14rem;
        line-height: 0.22rem;
        min-height: auto;
        margin-top: 0.15rem;
        height: 0.43rem;
    } */

    .tab-item-s-date {
        padding-top: 0.21rem;
    }

    .tab-item-s-date>p {
        font-size: 0.16rem;
    }

    #part2 {
        margin-top: 0;
    }

    .server-item {
        padding: 0.2rem 0.06rem;
    }

    .server-item-right>p {
        font-size: 0.14rem;
        margin-top: 0.1rem;
    }

    .paging-row {
        margin-top: 0;
    }

    .server-container {
        height: auto;
    }
}
@media (min-width: 1920px) {
    #part1 {
      margin-top: 1.8%;
    }
}

@media (min-width: 2560px) {
    #ServerContent {
        margin-top: 7%;
    }
}