.news-tit {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 2vw;
    margin-top: 2vh;
}

.news-tit>span {
    font-weight: bold;
    font-size: 6vw;
    color: #000;
}

.news {
    padding: 0vh 2vw 2vh 2vw;
    background-color: #ffffff;
}

.news-left,
.news-pics {
    width: 96vw;
    overflow: hidden;
}

.news-pics .swiper-slide a {
    display: block;
    width: 96vw;
    height: calc(96vw/1.44);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.news-pics .swiper-wrapper .swiper-slide a .pics {
    width: 96vw;
    height: calc(96vw/1.44);
    background-size: cover;
    background-position: center;
}

.news-pics .swiper-slide a .title {
    width: 96vw;
    height: 3vh;
    line-height: 3vh;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 24px;
}

.news-lis {
    width: 96vw;
    overflow: hidden;
}

.news-lis>p {
    width: 96vw;
    height: 4.9vh;
    line-height: 4.9vh;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    border-bottom: 1px solid #cccccc;
}

.character {
    background-color: #ffffff;
    padding: 0vh 2vw 2vh 2vw;
    width: 100vw;
    overflow: hidden;
}

.character-item {
    width: 45vw;
    overflow: hidden;
}

.character-item>a>p:nth-child(1) {
    width: 45vw;
    height: calc(45vw / 1);
    background-size: cover;
    background-position: center;
}

.character-item>a>p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gifts-tit {
    background-color: #fe0000;
    padding: 2vh 2vw;
    text-align: center;
}

.gifts-tit>span {
    font-weight: bold;
    font-size: 6vw;
    color: #ffffff;
}

.gifts-tit>a {
    color: #ffffff;
}

.gifts {
    background-color: #fe0000;
    overflow: hidden;
}

.gifts-item {
    background-color: #ffffff;
    margin: 2vh 2vw;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.gifts-item>div:nth-child(1) {
    width: 40vw;
    height: calc(40vw / 1.49);
    margin: 2vw;
    border-radius: 6px;
}

.gifts-item>div:nth-child(1)>a {
    display: block;
    width: 40vw;
    height: calc(40vw / 1.49);
}

.gifts-item>div:nth-child(2) {
    margin: 2vw 0vw;
}

.gifts-item>div:nth-child(2)>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gifts-item>div:nth-child(2)>p:nth-child(2) {
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}

.host-tit {
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 2vh 0vw;
    margin-top: 2vh;
}

.host-tit>span {
    color: #1681df;
    font-weight: bold;
    line-height: 2;
    font-size: 6vw;
    position: relative;
}

.host-tit>span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 16px;
    background: url("../../images/computer/host1.jpg");
    left: -13vw;
    top: 10px;
}

.host-tit>span::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 16px;
    background: url("../../images/computer/host2.jpg");
    right: -13vw;
    top: 10px;
}

.host {
    background-color: #ffffff;
    padding: 0vh 2vw 2vh 2vw;
    width: 100vw;
    overflow: hidden;
}

.host-item {
    width: 45vw;
    overflow: hidden;
}

.host-item>a>p:nth-child(1) {
    width: 45vw;
    height: calc(45vw / 0.5);
    background-size: cover;
    background-position: center;
}

.host-item>a>p:nth-child(2),
.host-item>a>p:nth-child(3) {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.champion-tit {
    background-color: #fe0000;
    overflow: hidden;
    text-align: center;
    margin-top: 2vh;
}

.champion-tit>span {
    color: #ffffff;
    font-weight: bold;
    line-height: 2;
    font-size: 6vw;
}

.champion-bg {
    background-color: #fe0000;
    padding: 2vh 2vw;
}

.champion {
    background-color: #ffffff;
    width: 92vw;
    overflow: hidden;
    border-radius: 6px;
    padding: 2vh 2vw;
}

.champion-item {
    width: 27vw;
    overflow: hidden;
}

.champion-item>a>p:nth-child(1) {
    width: 27vw;
    height: calc(27vw / 0.5);
    background-size: cover;
    background-position: center;
}

.champion-item>a>p:nth-child(2),
.champion-item>a>p:nth-child(3) {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.start-tit {
    background-color: #d4ebfd;
    width: 100vw;
    overflow: hidden;
    margin-top: 2vh;
    text-align: center;
    line-height: 2;
    font-size: 6vw;
    color: #1681df;
}

.start-bg {
    background-color: #d4ebfd;
    padding: 2vh 2vw;
}

.start {
    background-color: #ffffff;
    width: 92vw;
    overflow: hidden;
    border-radius: 6px;
    padding: 2vh 2vw;
}

.start-item {
    width: 27vw;
    overflow: hidden;
}

.start-item>a>p:nth-child(1) {
    width: 27vw;
    height: calc(27vw / 0.5);
    background-size: cover;
    background-position: center;
}

.start-item>a>p:nth-child(2),
.start-item>a>p:nth-child(3) {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.policy {
    padding: 0vh 2vw 2vh 2vw;
    background-color: #ffffff;
    overflow: hidden;
}

.policy-item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1vh;
    margin: 1vh 0vh;
}

.policy-item>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.policy-item>p:nth-child(2) {
    text-indent: 2em;
    line-height: 2;
}

.friend-tit {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #004aa4;
    padding: 20px 0px;
}

.friend-tit>span {
    display: block;
    width: 25vw;
    height: 5vh;
    overflow: hidden;
    text-align: center;
    line-height: 5vh;
    cursor: pointer;
    color: #004aa4;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
}

.friend-tit>span.on {
    background: #004aa4;
    color: #fff;
}

.friend-list {
    padding: 3vh 2vw 0vh 2vw;
    line-height: 2;
}

.friend-list.media {
    display: none;
}

.container {
    padding: 1vh 2vw;
}