﻿.main-banner {
    display: flex;
    justify-content: space-between;
}

.main-banner>.ad-hd {
    width: 872px;
    height: 334px;
    border-radius: 15px;
    overflow: hidden;
}

.main-banner>.ad-hd .item {
    width: 872px;
    height: 334px;
}

.main-banner>.ad-hd .item>a {
    display: block;
    height: 100%;
}

.main-banner>.ad-hd .item>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.main-banner>.ad-hd .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-banner>.ad-hd .flickity-prev-next-button.next {
    right: 25px;
}

.main-banner>.ad-hd .flickity-prev-next-button.previous {
    left: 25px;
}

.main-banner>.ad-hd .flickity-prev-next-button>.flickity-button-icon {
    color: white;
    opacity: 0.9;
}

.main-banner>.ad-hd .flickity-page-dots {
    bottom: 0;
    padding: 10px;
}

.main-banner>.ad-hd .flickity-page-dots>.dot {
    background-color: white;
    opacity: 0.7;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: 0.3s;
}

.main-banner>.ad-hd .flickity-page-dots>.dot.is-selected {
    opacity: 1;
    width: 22px;
    border-radius: 7px;
}

.main-banner>.like-article {
    width: 400px;
    margin-left: 28px;
}

.main-banner>.like-article>.rank-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-banner>.like-article>.rank-title::after {
    content: " ";
    position: absolute;
    bottom: 4px;
    left: 0;
    background: #ff7a1d;
    height: 6px;
    width: 42px;
    border-radius: 10px;
    z-index: -1;
}

.main-banner>.like-article>.rank-title>.title-nav {
    display: flex;
    margin-right: -20px;
}

.main-banner>.like-article>.rank-title>.title-nav>.item {
    font-weight: normal;
    font-size: 15px;
    padding: 0 20px;
    color: #6b6b6b;
    border-radius: 100px;
    cursor: pointer;
}

.main-banner>.like-article>.rank-title>.title-nav>.item.active {
    background-color: #ff7a1d;
    color: white;
}

.main-banner>.like-article>.rank-body {
    /*height: 394px;*/
    overflow: hidden;
}

.main-banner>.like-article>.rank-body>.item-body {
    /*height: 377px;*/
}

.main-banner>.like-article>.rank-body>.item-body>.item {
    display: flex;
    margin-top: 23px;
}

.main-banner>.like-article>.rank-body>.item-body>.item:hover>.title {
    color: #ff7a1d;
}

.main-banner>.like-article>.rank-body>.item-body>.item:nth-child(n + 3)>i {
    font-style: normal;
    border-radius: 50%;
    background: #eeeeee;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.main-banner>.like-article>.rank-body>.item-body>.item>i {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.main-banner>.like-article>.rank-body>.item-body>.item>i>img {
    display: block;
    width: 82%;
    margin: 0 auto;
}

.main-banner>.like-article>.rank-body>.item-body>.item>.title {
    flex: 1;
    padding: 0 12px;
    font-size: 15px;
    font-weight: normal;
    color: #2c2c2c;
}

.main-banner>.like-article>.rank-body>.item-body>.item>.num {
    width: 50px;
    font-size: 14px;
    text-align: right;
    line-height: 25px;
    height: 25px;
    color: #7d7d7d;
    overflow: hidden;
}

.classInstro {
    margin-top: 40px;
    display: flex;
}

.classInstro>.item {
    width: calc(100% / 6);
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #595959;
    font-size: 15px;
}

.classInstro>.item:nth-child(1)>i {
    background: #D892FB;
}

.classInstro>.item:nth-child(2)>i {
    background: #40D8E3;
}

.classInstro>.item:nth-child(3)>i {
    background: #FD6C48;
}

.classInstro>.item:nth-child(4)>i {
    background: #70CDFF;
}

.classInstro>.item:nth-child(5)>i {
    background: #FFB824;
}

.classInstro>.item:nth-child(6)>i {
    background: #40D0AD;
}

.classInstro>.item>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    margin-right: 22px;
    font-size: 19px;
    display: inline-block;
    position: relative;
}

.index-article>.title {
    text-align: center;
    color: #717171;
    font-size: 18px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.index-article>.title:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translate(50%, -50%);
    height: 1px;
    background: #F1F1F1;
    width: 170px;
}

.index-article>.title:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    height: 1px;
    background: #F1F1F1;
    width: 170px;
}

.index-article>.body {
    max-height: 950px;
    overflow: hidden;
    padding: 0 40px;
}

.index-article>.body>.body-item>.head-box {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.index-article>.body>.body-item>.head-box>.item {
    width: calc(100% / 4);
    margin-bottom: 35px;
    display: flex;
    padding: 0 10px;
}

.index-article>.body>.body-item>.head-box>.item:hover>.right>.title {
    color: #ff7a1d;
}

.index-article>.body>.body-item>.head-box>.item:nth-child(3n - 2) {
    padding-right: 15px;
}

/* .index-article>.body>.body-item>.head-box>.item:nth-child(3n - 1) {
    padding: 0 15px;
}

.index-article>.body>.body-item>.head-box>.item:nth-child(3n) {
    padding-left: 15px;
} */

.index-article>.body>.body-item>.head-box>.item>img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    margin-right: 25px;
}

.index-article>.body>.body-item>.head-box>.item>.right {
    width: calc(100% - 77px - 25px);
}

.index-article>.body>.body-item>.head-box>.item>.right>.title {
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    /*display: flex;*/
    height: 23px;
    align-items: center;
}

.index-article>.body>.body-item>.head-box>.item>.right>.title>img {
    width: 26px;
    margin-right: 8px;
    margin-top: 1px;
}

.index-article>.body>.body-item>.head-box>.item>.right>.title>.gf {
    color: #07c160;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid;
    padding: 2px;
    background: #ecfff5;
    margin-right: 8px;
}

.index-article>.body>.body-item>.head-box>.item>.right>.description {
    color: #acacac;
    font-size: 14px;
    line-height: 27px;
    margin-top: 5px;
}

.index-article>.body>.body-item>.head-box>.item>.right>.date {
    display: block;
    font-size: 14px;
    color: #acacac;
    line-height: 30px;
    margin-top: -5px;
}
.index-article>.body>.body-item>.head-box>.item>.right>.red {
    color: red;
}
.index-article>.body>.body-item>.foot-box {
    display: flex;
    flex-wrap: wrap;
}

.index-article>.body>.body-item>.foot-box>.item {
    width: calc((100% - 30px * 2) / 3);
    margin-bottom: 15px;
    margin-right: 30px;
    display: flex;
}

.index-article>.body>.body-item>.foot-box>.item:hover>.title {
    color: #ff7a1d;
}

.index-article>.body>.body-item>.foot-box>.item:nth-child(3n) {
    margin-right: 0;
}

.index-article>.body>.body-item>.foot-box>.item>.title {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #616161;
    padding-right: 15px;
    width: calc(100% - 60px);
}

.index-article>.body>.body-item>.foot-box>.item>.title>img {
    vertical-align: middle;
    width: 26px;
    margin-right: 8px;
    margin-top: -3px;
}

.index-article>.body>.body-item>.foot-box>.item>.title>.gf {
    color: #07c160;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid;
    padding: 2px;
    background: #ecfff5;
}

.index-article>.body>.body-item>.foot-box>.item>.date {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #acacac;
    font-size: 14px;
}

.index-article>.action {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
}

.index-article>.action>div {
    width: 50%;
    height: 36px;
    color: #666;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border: 1px solid #efefef;
    user-select: none;
}

.index-article>.action>div.disable {
    color: #b7b7b7;
}

.index-article>.action>div:not(.disable):hover {
    background-color: #fbfbfb;
}

.index-article>.action>.cfx {
    content: ' ';
    display: block;
    width: 84px;
    height: 21px;
    background: white;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-42deg);
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.select-article>.title {
    text-align: center;
    color: #717171;
    font-size: 18px;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.select-article>.title:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%);
    height: 1px;
    background: #F1F1F1;
    width: 170px;
}

.select-article>.title:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    height: 1px;
    background: #F1F1F1;
    width: 170px;
}

.select-article>.select-article-body {
    display: flex;
    flex-wrap: wrap;
}

.select-article>.select-article-body>.item {
    width: calc((1300px - (45px * 4)) / 5);
    margin-right: 45px;
    margin-bottom: 38px;
}

.select-article>.select-article-body>.item:nth-child(5n) {
    margin-right: 0;
}

.select-article>.select-article-body>.item:nth-child(-n + 6) {
    margin-bottom: 0;
}

.select-article>.select-article-body>.item:hover>p {
    color: #ff6922;
}

.select-article>.select-article-body>.item>img {
    display: block;
    width: 100%;
    height: calc((1300px - (45px * 4)) / 5);
    border-radius: 5px;
    margin-bottom: 16px;
    object-fit: cover;
}

.select-article>.select-article-body>.item>p {
    font-size: 15px;
    color: #535353;
}

.link-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 30px 20px;
}

.link-box>* {
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-right: 32px;
    font-size: 14px;
    color: #8d8d8d;
}

.hf {
    width: 867px;
}

.hf>.item {
    display: block;
    float: left;
    width: 100%;
}


.rankTtile {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.rankTtile:after {
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #ff7a1d;
    height: 6px;
    width: 42px;
    border-radius: 10px;
    z-index: -1;
}

.rankTtile .option {
    float: right;
    margin-right: -20px;
}

.rankTtile .option a {
    float: left;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 20px;
    color: #6b6b6b;
    border-radius: 100px;
    cursor: pointer;
}

.rankTtile .option a.active {
    background: #ff7a1d;
    color: #FFF;
}

.newShit {
    padding: 10px 15px;
    margin-bottom: 20px;
}

.newShit ul {
    margin-top: 15px;
}

.newShit ul li {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}

.newShit ul li:hover a>img {
    transform: scale(1.05);
}

.newShit ul li a {
    display: block;
    cursor: pointer;
}

.newShit ul li a>img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0px auto;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.2s all;
}

.newShit ul li a>h3 {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.newShit ul li a>button {
    border: 1px solid #e9e9e9;
    color: #000;
    font-size: 13px;
    line-height: 32px;
    width: 85%;
    display: block;
    margin: 0px auto;
    margin-top: 12px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}













/*# sourceMappingURL=index.css.map */
