@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

a {
    text-decoration: none
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.w-750 {
    width: 750px
}

.w-420 {
    width: 420px
}

html {
    overflow-y: scroll
}

:root {
    overflow-y: auto;
    overflow-x: hidden
}

:root body {
    position: absolute
}

body {
    width: 100vw;
    overflow: hidden
}

.bg-fff {
    background: #FFFFFF
}

.p-a-15 {
    padding: 15px
}

.p-t-0 {
    padding-top: 0
}

.p-b-0 {
    padding-bottom: 0
}

.top {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    background: linear-gradient(90deg, #FA4B4A 0%, #FF964A 100%)
}

.head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    width: 126px;
    height: 90px
}

.logo a {
    display: flex;
    align-items: center;
    width: 126px;
    height: 90px;
    margin: 0 auto
}

.logo img {
    width: 126px;
    height: 40px;
    display: block
}

.nav_ul {
    display: flex;
    align-items: center;
    height: 90px;
    margin-left: 100px;
    flex: 1;
    margin-left: 32px
}

.nav_ul li {
    display: flex;
    align-items: center;
    height: 90px
}

.nav_ul li a {
    display: block;
    text-align: center;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 0px 12px
}

.nav_ul li:first-child a {}

.nav_ul li.active a {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px
}

.nav_ul li:hover a {
    font-weight: bold;
    color: #FFFFFF
}

.nav_ul li:hover a::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 99px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 0)
}

.nav_ul li.active a::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 99px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 0)
}

.search {
    display: flex;
    align-items: center;
    cursor: pointer
}

.search input {
    width: 146px;
    height: 42px;
    border-style: none;
    background: #FFFFFF;
    text-indent: 18px;
    outline: none;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-radius: 99px 0 0 99px;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999999
}

.search .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 42px;
    border: none;
    background: #FFFFFF;
    border-radius: 0 99px 99px 0;
    cursor: pointer
}

.search .button img {
    width: 18px;
    height: 18px;
    display: block
}

.footer {
    padding: 40px 0;
    width: 100%;
    text-align: center;
    background-color: #333;
    line-height: 40px;
    font-size: 14px;
    color: #999
}

.footer a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer ul li::after {
    content: "丨";
    color: #666666;
    margin: 0 10px
}

.footer ul li:last-child::after {
    content: none
}

.PcModule {
    width: 100%;
    background: url(../images/pcbg.png) no-repeat;
    background-size: 100%;
    overflow: hidden
}

.inModule {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px
}

.inModOne {
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF
}

.inOne_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    overflow-x: auto;
}

/* 滚动条整体部分 */
.inOne_ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* 滚动条轨道 */
.inOne_ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* 滚动条滑块 */
.inOne_ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* 滚动条滑块悬停时 */
.inOne_ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.inOne_ul li a {
    width: 80px;
    display: block
}

.inOne_ul li img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 15px
}

.inOne_ul li .name {
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.index-list-option {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 12px
}

.index-list-option .label {
    flex-shrink: 0;
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative
}

.index-list-option:nth-child(2) .label {
    background: #FA4B4A
}

.index-list-option:nth-child(3) .label {
    background: #4A9BFA
}

.index-list-option:nth-child(4) .label {
    background: #FF820F
}

.index-list-option .label::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translate(-50%, -50%)
}

.index-list-option:nth-child(2) .label::after {
    background: url(../images/label01.png) no-repeat;
    background-size: 8px 8px
}

.index-list-option:nth-child(3) .label::after {
    background: url(../images/label02.png) no-repeat;
    background-size: 8px 8px
}

.index-list-option:nth-child(4) .label::after {
    background: url(../images/label03.png) no-repeat;
    background-size: 8px 8px
}

.index-list-option a {
    flex-shrink: 0;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 10px
}

.index-list-option a:hover {
    transition: all .3s;
    color: #FA4B4A
}

.index-list-option a:nth-child(2) {
    margin-left: 18px
}

.index-list-option a::after {
    content: "丨";
    color: #D9D9D9;
    margin-left: 10px
}

.index-list-option a:last-child:after {
    content: none
}

.index-list-option:last-child {
    margin-bottom: 0
}

.mt20 {
    margin-top: 20px
}

.inModTop {
    display: flex;
    justify-content: space-between
}

.inSlide {
    width: 500px;
    height: 300px
}

.inSlide .swiper {
    border-radius: 8px;
    width: 500px;
    height: 300px
}

.inSlide .swiper-slide a {
    width: 500px;
    height: 300px;
    display: block;
    position: relative;
    border-radius: 8px
}

.inSlide .swiper-slide img {
    width: 500px;
    height: 300px;
    display: block;
    border-radius: 8px
}

.inTwoTxt {
    position: absolute;
    bottom: 30px;
    height: 30px;
    line-height: 40px;
    width: 700px;
    z-index: 15;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.inSlide .swiper-pagination {
    bottom: 0;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%
}

.inSlide .swiper-pagination span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #FA4B4A;
    border-radius: 50%;
    background-color: transparent
}

.inSlide span.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #FA4B4A;
    border-radius: 50%
}

.inModTwo {
    width: 670px;
    background: #F8F8FA;
    padding: 16px 20px;
    box-sizing: border-box;
    border-radius: 8px
}

.inTitle_ul li a {
    display: block;
    width: 100%;
    text-align: center
}

.inTitle_ul li .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A
}

.inTitle_ul li .type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.inTitle_ul li .type div {
    margin: 0 2px
}

.inTitle_ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9
}

.inTwo_ul li:hover .text {
    color: #FA4B4A;
    transition: all .3s
}

.inTwo_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inTwo_ul li .text {
    flex: 1;
    margin-right: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 14px
}

.inTwo_ul li .text::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%)
}

.inTwo_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.inTwo_ul li {
    margin-top: 15px
}

.flex-between {
    display: flex;
    justify-content: space-between
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-between-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-wrap-between {
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-55 {
    margin-top: 55px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-t-90 {
    margin-top: 90px
}

.m-t-100 {
    margin-top: 100px
}

.m-t-120 {
    margin-top: 120px
}

.m-y-130 {
    margin: 130px 0
}

.w-140 {
    width: 140px
}

.w-300 {
    width: 300px
}

.w-320 {
    width: 320px
}

.w-340 {
    width: 340px
}

.w-400 {
    width: 400px
}

.w-440 {
    width: 440px
}

.w-550 {
    width: 550px
}

.w-770 {
    width: 770px
}

.w-830 {
    width: 830px
}

.w-766 {
    width: 766px
}

.Mt65b95 {
    margin-top: 65px;
    margin-bottom: 95px
}

.Mt90b60 {
    margin: 90px 0 60px 0
}

.comTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.comTit a {
    color: #333333
}

.comTit .titOne {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333
}

.comTit .titTwo {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center
}

.comTit .titTwo img {
    width: 30px;
    height: 26px;
    display: block;
    margin-left: 8px
}

.comTit .titThree {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A;
    padding-left: 16px;
    position: relative
}

.comTit .titThree::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FA4B4A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}


.comTit span a {
    display: block;
    width: 74px;
    height: 18px;
    font-size: 10px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A;
    border: 1px solid #FA4B4A;
    background: #FFFFFF;
    border-radius: 99px;
    position: relative;
    box-sizing: border-box;
    text-indent: 7px;
    float: right
}

.comTit span a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/jia.png) no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: -1px;
    right: -1px
}



.comTit_ul {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 30px
}

.comTit_ul li {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 24px;
    position: relative;
    cursor: pointer
}

.comTit_ul li.active::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -3px
}

.comTit_ul li:hover::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -3px
}

.slideTwo .swiper {
    height: 90px
}

.slideTwo .swiper-slide {
    width: 120px;
    height: 70px;
    border-radius: 8px
}

.slideTwo .swiper-slide a {
    width: 120px;
    height: 70px;
    border-radius: 8px;
    display: block
}

.slideTwo .swiper-slide img {
    width: 120px;
    height: 70px;
    border-radius: 8px;
    display: block
}

.slideTwo .swiper-pagination {
    bottom: 0;
    line-height: 0;
    left: 0;
    width: 100%
}

.slideTwo .swiper-pagination span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 50%
}

.slideTwo span.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #FA4B4A;
    border-radius: 50%
}

.inThree_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inThree_ul li .label {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A
}

.inThree_ul li .title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 5px;
    margin-right: 30px
}

.inThree_ul li:hover .title {
    color: #FA4B4A;
    transition: all .3s
}

.inThree_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.inThree_ul li {
    margin-top: 16px
}

.inFive_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inFive_ul li .text {
    flex: 1px;
    margin-right: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.inFive_ul li .click {
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FA4A4A;
    border-radius: 99px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.inFive_ul li.active .text {
    display: none
}

.inFive_ul li .inBottom {
    display: none
}

.inFive_ul li.active .inBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 24px
}

.inFive_ul li img {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    display: block
}

.inFive_ul li .right {
    flex: 1;
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 62px
}

.inFive_ul li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%
}

.inFive_ul li .type {
    display: flex;
    align-items: center
}

.inFive_ul li .type div:nth-child(1) {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.inFive_ul li .type div:nth-child(3) {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.inFive_ul li .type div:nth-child(2) {
    width: 90px;
    height: 6px;
    background: #F6F6F8;
    border-radius: 99px;
    margin: 0 8px
}

.inFive_ul li .type div:nth-child(2) div {
    width: 50%;
    height: 6px;
    background: #FA4A4A;
    border-radius: 99px
}

.inFive_ul li {
    margin-top: 22px
}

.inFive_ul li:first-child {
    margin-top: 0
}

.new-img li a {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 8px;
    display: block
}

.new-img li img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    display: block
}

.new-img li .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(60, 60, 60, 0.81);
    border-radius: 0px 0px 8px 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0
}

.new-img li .new {
    width: 60px;
    height: 30px;
    background: url(../images/new.png) no-repeat;
    background-size: 60px 30px;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -6px
}

.new-img li .label {
    width: 6px;
    height: 6px;
    background: url(../images/new01.png) no-repeat;
    background-size: 6px 6px;
    position: absolute;
    top: 30px;
    left: -6px
}

.new-img li {
    margin-bottom: 18px
}

.new-img li:last-child {
    margin-bottom: 0
}

.new-info-title {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between
}

.new-info-title .img {
    width: 160px;
    height: 120px;
    border-radius: 8px 0px 0px 8px;
    display: block
}

.new-info-title .img img {
    width: 160px;
    height: 120px;
    border-radius: 8px 0px 0px 8px;
    display: block
}

.new-info-title .right {
    flex: 1;
    padding: 16px;
    box-sizing: border-box
}

.new-info-title .title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.new-info-title .title:hover {
    transition: all .3s;
    color: #FA4B4A
}

.new-info-title .text {
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.new-info-title .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 24px
}

.new-info-title .date div:first-child {
    position: relative;
    margin-right: 24px
}

.new-info-title .date div:first-child::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(0, -50%)
}

.inFour_ul li {
    width: 180px;
    background: #F6F6F8;
    border-radius: 8px 8px 8px 8px
}

.inFour_ul li .img {
    width: 180px;
    height: 90px;
    border-radius: 8px 8px 0 0;
    display: block
}

.inFour_ul li .img img {
    width: 180px;
    height: 90px;
    border-radius: 8px 8px 0 0;
    display: block
}

.inFour_ul li .bottom {
    border-radius: 0 0 8px 8px;
    padding: 7px 0 11px 0;
    box-sizing: border-box
}

.inFour_ul li .title {
    position: relative;
    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box
}

.inFour_ul li .title::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #FA4A4A;
    border-radius: 0px 99px 99px 0px;
    position: absolute;
    top: 0;
    left: 0px
}

.inFour_ul li .text {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box
}

.inSix_ul {
    display: flex;
    justify-content: space-between
}

.inSix_ul li a {
    display: flex;
    position: relative;
    width: 160px;
    border-radius: 8px
}

.inSix_ul li .right {
    width: 160px;
    height: 230px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #F6F6F8;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.inSix_ul li .img {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 70px;
    border-radius: 15px
}

.inSix_ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block
}

.inSix_ul li .name {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.inSix_ul li .type {
    margin-top: 8px;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.inSix_ul li .type div:first-child::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 3px
}

.inSix_ul li .click {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.inSix_ul li .click::after {
    content: "下载";
    display: block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FA4A4A;
    border-radius: 99px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.inSix_ul li.active .right {
    width: 160px;
    height: 230px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #22222E;
    border-radius: 0px 8px 8px 0px
}

.inSix_ul li.active .right .name {
    color: #FFFFFF
}

.inSix_ul li.active .right .type {
    color: #B3B3B3
}

.inSix_ul li .left {
    overflow: hidden;
    width: 480px;
    height: 230px;
    border-radius: 8px
}

.inSix_ul li .left img {
    transition: all .8s;
    width: 480px;
    height: 230px;
    display: block;
    transform: translateX(0px) scale(1.5)
}

.inSix_ul li.active .left img {
    transform: translateX(0px) scale(1.5)
}

.inSix_ul li.active a {
    width: 480px;
    position: relative
}

.method-box li:hover .text {
    color: #FA4B4A;
    transition: all .3s
}

.method-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.method-box li .text {
    flex: 1;
    margin-right: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 14px
}

.method-box li .text::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%)
}

.method-box li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.method-box li {
    margin-top: 15px
}

.method-box li:first-child {
    margin-top: 0
}

.item-img-one {
    display: block;
    position: relative;
    width: 250px;
    height: 160px;
    border-radius: 8px 8px 8px 8px
}

.item-img-one img {
    display: block;
    width: 250px;
    height: 160px;
    border-radius: 8px 8px 8px 8px
}

.item-img-one .text {
    position: absolute;
    width: 250px;
    height: 160px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    border-radius: 8px 8px 8px 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-img-one:hover .text {
    display: none;
    transition: all .5s
}

.item-img-two {
    display: block;
    position: relative;
    width: 140px;
    height: 75px;
    border-radius: 8px 8px 8px 8px
}

.item-img-two img {
    display: block;
    width: 140px;
    height: 75px;
    border-radius: 8px 8px 8px 8px
}

.item-img-two .text {
    position: absolute;
    width: 140px;
    height: 75px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    border-radius: 8px 8px 8px 8px;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-img-two:hover .text {
    display: none;
    transition: all .5s
}

.item-one-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F7;
    border-radius: 8px 8px 8px 8px
}

.item-one-box .img {
    display: block;
    width: 110px;
    height: 80px;
    border-radius: 0 8px 8px 0
}

.item-one-box .img img {
    display: block;
    width: 110px;
    height: 80px;
    border-radius: 0 8px 8px 0
}

.item-one-box .left {
    height: 80px;
    flex: 1;
    padding: 16px 20px;
    box-sizing: border-box;
    width: 300px;
}

.item-one-box .title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 14px;
    position: relative
}

.item-one-box .title::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #FA4A4A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.item-one-box .info {
    display: flex;
    align-items: center;
    margin-top: 12px
}

.item-one-box .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    flex: 1;
    margin-right: 15px
}

.item-one-box .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.item-one-box li {
    margin-top: 16px
}

.item-one-box li:first-child {
    margin-top: 0
}

.item-img-three li a {
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 8px;
    display: block
}

.item-img-three li img {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    display: block
}

.item-img-three li .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(60, 60, 60, 0.81);
    border-radius: 0px 0px 8px 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0
}

.item-img-three li .new {
    width: 60px;
    height: 30px;
    background: url(../images/new.png) no-repeat;
    background-size: 60px 30px;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -6px
}

.item-img-three li .label {
    width: 6px;
    height: 6px;
    background: url(../images/new01.png) no-repeat;
    background-size: 6px 6px;
    position: absolute;
    top: 30px;
    left: -6px
}

.index-option-box {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.m-t-55 .index-option-box:nth-child(2) {
    display: flex
}

.index-option-box li {
    width: 90px;
    margin-right: 47px
}

.index-option-box li a {
    display: block;
    width: 90px
}

.index-option-box li img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 15px
}

.index-option-box li .name {
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px
}

.index-option-box li .date {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.index-option-box li .size {
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.index-option-box li .size div {
    height: 16px;
    line-height: 16px;
    padding: 3px 6px;
    text-align: center;
    background: #FF8181;
    border-radius: 99px 99px 99px 99px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.index-option-box li:nth-child(9) {
    margin-right: 0
}

.index-option-box li:nth-child(18) {
    margin-right: 0
}

.index-option-box li:nth-child(n+10) {
    margin-top: 30px
}

.pic-item-one {
    overflow: hidden;
    position: relative
}

.pic-item-one .img {
    display: block;
    width: 320px;
    height: 466px
}

.pic-item-one .img img {
    display: block;
    width: 320px;
    height: 466px
}

.pic-item-one .text {
    width: 320px;
    height: 40px;
    background: rgba(143, 143, 143, 0.54);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .3s;
    padding: 0 15px;
    box-sizing: border-box
}

.pic-item-one:hover .text {
    transform: translateY(0)
}

.pic-item-two {
    position: relative;
    overflow: hidden
}

.pic-item-two .img {
    display: block;
    width: 320px;
    height: 160px
}

.pic-item-two .img img {
    display: block;
    width: 320px;
    height: 160px
}

.pic-item-two .text {
    width: 320px;
    height: 40px;
    background: rgba(143, 143, 143, 0.54);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .3s
}

.pic-item-two:hover .text {
    transform: translateY(0)
}

.w-320 .pic-item-two:last-child {
    height: 136px
}

.pic-item-three {
    overflow: hidden;
    position: relative
}

.pic-item-three .img {
    display: block;
    width: 550px;
    height: 324px
}

.pic-item-three .img img {
    display: block;
    width: 550px;
    height: 324px
}

.pic-item-three .text {
    width: 550px;
    height: 40px;
    background: rgba(143, 143, 143, 0.54);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .3s;
    padding: 0 15px;
    box-sizing: border-box
}

.pic-item-three:hover .text {
    transform: translateY(0)
}

.pic-item-four {
    overflow: hidden;
    position: relative
}

.pic-item-four .img {
    display: block;
    width: 273px;
    height: 136px
}

.pic-item-four .img img {
    display: block;
    width: 273px;
    height: 136px
}

.pic-item-four .text {
    width: 273px;
    height: 40px;
    background: rgba(143, 143, 143, 0.54);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .3s;
    padding: 0 15px;
    box-sizing: border-box
}

.pic-item-four:hover .text {
    transform: translateY(0)
}

.pic-item-five {
    overflow: hidden;
    position: relative
}

.pic-item-five .img {
    display: block;
    width: 272px;
    height: 136px
}

.pic-item-five .img img {
    display: block;
    width: 272px;
    height: 136px
}

.pic-item-five .text {
    width: 272px;
    height: 40px;
    background: rgba(143, 143, 143, 0.54);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .3s;
    padding: 0 15px;
    box-sizing: border-box
}

.pic-item-five:hover .text {
    transform: translateY(0)
}

.gaBody {
    width: 1200px;
    margin: 0 auto;
    padding: 46px 0
}

.gaBody-title {
    width: 720px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px
}

.comOne_ul {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: center
}

.comOne_ul li {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 24px;
    position: relative;
    cursor: pointer
}

.comOne_ul li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -4px
}

.comOne_ul li:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all .5s
}

.m-t-48 {
    margin-top: 48px
}

.gaInfo {
    margin-top: 30px
}

.ga-bg {
    width: 100px;
    height: 180px;
    background: url(../images/gabg.png) no-repeat;
    background-size: 100px 180px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 18px 30px;
    box-sizing: border-box
}

.ga-bg img {
    width: 40px;
    height: 120px;
    box-sizing: border-box
}

.ga-bg .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    width: 100%
}

.index-one-box {
    flex: 1;
    padding: 34px 36px 30px 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index-one-box li a {
    display: block
}

.index-one-box li img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: block
}

.index-one-box li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 8px;
    width: 90px
}

.gaInfo {
    display: none;
    justify-content: space-between
}

.gaBody .gaInfo:nth-child(3) {
    display: flex
}

.margin-auto {
    margin: 0 auto;
    width: 1200px
}

.inSeven_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inSeven_ul li .score {
    width: 56px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FA4B4A;
    border-radius: 99px;
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.inSeven_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 8px;
    margin-right: 24px
}

.inSeven_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.inSeven_ul li {
    margin-top: 16px
}

.inSeven_ul li:first-child {
    margin-top: 0
}

.inMod-four-img {
    width: 378px
}

.inMod-four-img a {
    display: block;
    width: 378px;
    height: 266px;
    border-radius: 8px;
    position: relative
}

.inMod-four-img img {
    display: block;
    width: 378px;
    height: 266px;
    border-radius: 8px
}

.inMod-four-img .play {
    width: 378px;
    height: 266px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.inMod-four-img:hover .play {
    display: none
}

.inMod-four-img .play img {
    width: 50px;
    height: 50px;
    display: block
}

.inMod-four-img .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 378px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
    padding: 0 16px;
    box-sizing: border-box
}

.inMod-four-img .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    flex: 1;
    margin-right: 30px
}

.inMod-four-img .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.inModSeven {
    width: 374px;
    height: 266px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between
}

.inModSeven li {
    width: 178px;
    height: 124px;
    border-radius: 8px
}

.inModSeven li a {
    display: block;
    width: 178px;
    height: 124px;
    border-radius: 8px;
    position: relative
}

.inModSeven li img {
    display: block;
    width: 178px;
    height: 124px;
    border-radius: 8px
}

.inModSeven li .play {
    width: 178px;
    height: 124px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.inModSeven li:hover .play {
    display: none
}

.inModSeven li .play img {
    width: 44px;
    height: 44px;
    display: block
}

.inModSeven li .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 178px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box
}

.inModSeven li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    flex: 1;
    margin-right: 14px
}

.inModSeven li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.comNav_ul {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 30px
}

.comNav_ul li {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 24px;
    position: relative;
    cursor: pointer
}

.comNav_ul li.active::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -3px
}

.comNav_ul li:hover::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -3px
}

.app-option-box {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.m-t-55 .app-option-box:nth-child(2) {
    display: flex
}

.app-option-box li {
    width: 90px;
    margin-right: 47px
}

.app-option-box li a {
    display: block;
    width: 90px
}

.app-option-box li img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 15px
}

.app-option-box li .name {
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px
}

.app-option-box li .date {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.app-option-box li .size {
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.app-option-box li .size div {
    width: 40px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #FF8181;
    border-radius: 99px 99px 99px 99px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.app-option-box li:nth-child(9) {
    margin-right: 0
}

.app-option-box li:nth-child(18) {
    margin-right: 0
}

.app-option-box li:nth-child(n+10) {
    margin-top: 30px
}

.yyBody {
    width: 1200px;
    margin: 0 auto;
    padding: 46px 0
}

.yyBody-title {
    width: 720px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/yyzj.png) no-repeat;
    background-size: 720px 60px
}

.comTwo_ul {
    display: flex;
    align-items: center;
    flex: 1
}

.comTwo_ul li {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 24px;
    position: relative;
    cursor: pointer
}

.comTwo_ul li.active::after {
    content: "";
    display: block;
    width: 166px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -4px
}

.comTwo_ul li.active:nth-child(3)::after {
    width: 140px
}

.comTwo_ul li.active:nth-child(4)::after {
    width: 124px
}

.comTwo_ul li.active:nth-child(5)::after {
    width: 126px
}

.comTwo_ul li.active:nth-child(6)::after {
    width: 140px
}

.comTwo_ul li:hover::after {
    content: "";
    display: block;
    width: 166px;
    height: 2px;
    background: #FA4B4A;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all .5s
}

.comTwo_ul li:hover:nth-child(3)::after {
    width: 140px
}

.comTwo_ul li:hover:nth-child(4)::after {
    width: 122px
}

.comTwo_ul li:hover:nth-child(5)::after {
    width: 126px
}

.comTwo_ul li:hover:nth-child(6)::after {
    width: 140px
}

.yyInfo {
    margin-top: 30px
}

.yy-bg {
    width: 100px;
    height: 180px;
    background: url(../images/gabg.png) no-repeat;
    background-size: 100px 180px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 18px 30px;
    box-sizing: border-box
}

.yy-bg img {
    width: 40px;
    height: 120px;
    box-sizing: border-box
}

.yy-bg .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    width: 100%
}

.index-two-box {
    flex: 1;
    padding: 34px 36px 30px 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index-two-box li a {
    display: block
}

.index-two-box li img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: block
}

.index-two-box li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 8px;
    width: 90px
}

.yyInfo {
    display: none;
    justify-content: space-between
}

.yyBody .yyInfo:nth-child(3) {
    display: flex
}

.index-ranking {
    width: 360px;
    position: relative;
    border-radius: 8px 8px 8px 8px
}

.flex-between .index-ranking:nth-child(1) .link-body {
    width: 360px;
    height: 100px;
    background: url(../images/rankonebg.png) no-repeat;
    background-size: 360px 100px
}

.flex-between .index-ranking:nth-child(2) .link-body {
    width: 360px;
    height: 100px;
    background: url(../images/ranktwo.png) no-repeat;
    background-size: 360px 100px
}

.flex-between .index-ranking:nth-child(3) .link-body {
    width: 360px;
    height: 100px;
    background: url(../images/rankthree.png) no-repeat;
    background-size: 360px 100px
}

.flex-between .index-ranking:nth-child(1) .link-body::after {
    content: "最新集锦";
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    text-align: center;
    line-height: 100px;
    display: block
}

.flex-between .index-ranking:nth-child(2) .link-body::after {
    content: "最新录像";
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    text-align: center;
    line-height: 100px;
    display: block
}

.flex-between .index-ranking:nth-child(3) .link-body::after {
    content: "热门联赛";
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    text-align: center;
    line-height: 100px;
    display: block
}

.index-ranking li:nth-child(2) a {
    position: relative
}

.index-ranking li:nth-child(2) a::after {
    content: "";
    display: block;
    width: 146px;
    height: 106px;
    background: url(../images/bg.png) no-repeat;
    background-size: 146px 106px;
    position: absolute;
    top: 0;
    right: 0
}

.index-ranking li {
    height: 35px;
    line-height: 35px;
    overflow: hidden
}

.index-ranking li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #FAFAFC;
    color: #333
}

.index-ranking li .num {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666
}

.index-ranking li .right {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    flex: 1;
    margin-left: 16px;
    display: flex;
}

.index-ranking li img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block
}

.index-ranking li .info {
    flex: 1;
    height: 70px;
    margin-left: 12px;
    margin-right: 24px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.index-ranking li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.index-ranking li .type {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%
}

.index-ranking li .score {
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.index-ranking li .click {
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px;
    border: 1px solid #FFCBCB;
    color: #FA4B4A
}

.index-ranking li.active a {
    background-color: #F3F3F5
}

.index-ranking li.active .click {
    background: #FA4B4A;
    color: #FFFFFF
}

.index-ranking li.active:last-child a {
    border-radius: 0 0 8px 8px
}

.index-ranking li.active:first-child a {
    border-radius: 8px 8px 0 0
}

.Friendly_Links {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.Friendly_Links li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.Friendly_Links li {
    margin-right: 32px;
    margin-bottom: 20px
}

.index-three-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.index-three-box li {
    width: 190px;
    margin-right: 23px;
    border-radius: 8px 8px 8px 8px;
    background: #F6F6F8
}

.index-three-box li:nth-child(4n+4) {
    margin-right: 0
}

.index-three-box li:nth-child(n+5) {
    margin-top: 23px
}

.index-three-box li .img {
    width: 190px;
    height: 110px;
    border-radius: 8px 8px 0 0;
    display: block
}

.index-three-box li .img img {
    width: 190px;
    height: 110px;
    border-radius: 8px 8px 0 0;
    display: block
}

.index-three-box li .bottom {
    border-radius: 0 0 8px 8px;
    padding: 12px 0 18px 0;
    box-sizing: border-box
}

.index-three-box li .title {
    position: relative;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box
}

.index-three-box li .title::before {
    content: "";
    display: block;
    width: 2px;
    height: 32px;
    background: #FA4A4A;
    border-radius: 0px 99px 99px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
    line-height: 75px
}

.crumbs span {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.crumbs span:first-child {
    padding-left: 13px;
    background: url(../images/position.png) no-repeat center left;
    background-size: 10px 10px
}

.crumbs span a,
.crumbs a {
    color: #999999;
    font-size: 12px;
    text-decoration: none
}

.crumbs span:last-child a {
    color: #4D4D4D;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400
}

.other-bg {
    width: 100%;
    background: url(../images/pcbg.png) no-repeat;
    background-size: 100%;
    overflow: hidden
}

.info_option {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: url(../images/album.png) no-repeat;
    background-size: 100% 60px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box
}

.info_option a {
    display: block;
    padding: 6px 14px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 6px
}

.info_option a:hover {
    background: #FA4B4A;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.info_option a.active {
    background: #FA4B4A;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.infoOne_ul li a {
    display: flex;
    justify-content: space-between
}

.infoOne_ul li img {
    width: 228px;
    height: 136px;
    display: block;
    border-radius: 8px
}

.infoOne_ul li .right {
    flex: 1;
    margin-left: 20px
}

.infoOne_ul li .date {
    width: 92px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FFEFEF;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A;
    position: relative
}

.infoOne_ul li .date::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-50%, -50%);
    background: url(../images/label05.png) no-repeat;
    background-size: 8px 8px
}

.infoOne_ul li .title {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 12px
}

.infoOne_ul li .text {
    margin-top: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px
}

.infoOne_ul li {
    padding: 24px 0;
    border-bottom: 1px solid #E6E6E6
}

.infoOne_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.infoOne_ul li:hover .title {
    color: #FF5E5E
}

.infoThree_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.infoThree_ul li img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block
}

.infoThree_ul li .info {
    flex: 1;
    height: 70px;
    margin-left: 12px;
    margin-right: 24px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.infoThree_ul li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.infoThree_ul li .type {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%
}

.infoThree_ul li .type div:first-child::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.infoThree_ul li .score {
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.infoThree_ul li .click {
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px;
    border: 1px solid #FFCBCB;
    color: #FA4B4A
}

.infoThree_ul li {
    margin-top: 26px
}

.infoThree_ul li:hover .click {
    background: #FA4A4A;
    color: #FFFFFF;
    transition: all .3s ease-out
}

.infoTwo_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.infoTwo_ul li .num {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px
}

.infoTwo_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 13px;
    margin-right: 24px
}

.infoTwo_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.infoTwo_ul li:hover .num {
    background: url(../images/jt01.png) no-repeat;
    background-size: 16px 16px;
    text-indent: -999999px;
    transition: all .5s ease-out
}

.infoTwo_ul li:hover .text {
    color: #FA4B4A
}

.infoTwo_ul li {
    margin-top: 19px
}

.infoTwo_ul li:first-child {
    margin-top: 0
}

.pagination {
    text-align: center
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    color: #333;
    border-radius: 6px 6px 6px 6px
}

.pagination .active span {
    background-color: #FA4B4A;
    color: #fff;
    border-radius: 6px
}

.pagination .page-item:hover {
    background-color: #FA4B4A;
    color: #fff;
    border-radius: 6px 6px 6px 6px
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent
}

.pagination li a {
    display: inline-block;
    color: #333
}

.pagination li a:hover {
    background-color: #FA4B4A;
    color: #fff;
    border: 1px solid #FA4B4A;
    border-radius: 6px 6px 6px 6px
}

.detatitle {
    border-bottom: 2px solid #FFF1F1;
    margin-bottom: 30px
}

.detatitle h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-align: center
}

.detainfo {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 35px 0
}

.detainfo div {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.detainfo div::after {
    content: "丨";
    color: #E6E6E6;
    margin: 0 7px
}

.detainfo div:last-child:after {
    content: none
}

.article-content h3 {
    margin: 30px 0 10px 0;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 12px
}

.article-content h3::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #FA4B4A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%)
}

.article-content p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    text-indent: 2em
}

.article-content p img {
    width: auto;
    height: auto;
    display: block;
    margin: 40px auto;
    max-width: 68%
}

.info-one-img {
    overflow: hidden;
    margin-left: -10px;
}

.info-one-img li a {
    width: 400px;
    height: 106px;
    border-radius: 8px;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

.info-one-img li img {
    display: block;
    width: 400px;
    height: auto;
    border-radius: 8px
}

.info-one-img li .info {
    background: rgba(0, 0, 0, 0.5);
    width: 400px;
    height: 106px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0
}

.info-one-img li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.info-one-img li:hover .info {
    display: none
}

.infoFour_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.infoFour_ul li {
    width: 90px;
    margin-right: 58px
}

.infoFour_ul li a {
    display: block;
    width: 90px
}

.infoFour_ul li img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 20px
}

.infoFour_ul li .name {
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center
}

.infoFour_ul li:nth-child(6) {
    margin-right: 0
}

.infoFour_ul li:nth-child(12) {
    margin-right: 0
}

.infoFour_ul li:nth-child(n+7) {
    margin-top: 30px
}

.download-top {
    width: 100%;
    height: 250px;
    background: url(../images/xiabg.png) no-repeat;
    background-size: 100% 250px
}

.game_option {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.game_option li {
    margin-right: 8px
}

.game_option li a {
    display: block;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    background: #F6F6F8;
    border: 1px solid #E6E6E6
}

.game_option li:hover a {
    background: #FA4A4A;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #FA4A4A;
    transition: all .2s ease-out
}

.game_option li.active a {
    background: #FA4A4A;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #FA4A4A;
    transition: all .2s ease-out
}

.game_option li:nth-child(n+11) {
    margin-top: 8px
}

.gameOne_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.gameOne_ul li {
    width: 386px;
    height: 130px;
    background: #F5F7F9;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gameOne_ul li img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 20px
}

.gameOne_ul li .right {
    flex: 1;
    margin: 0 10px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 60px
}

.gameOne_ul li .name {
    display: flex;
    align-items: center
}

.gameOne_ul li .name a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A
}

.gameOne_ul li .name .score {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px;
    margin-left: 12px
}

.gameOne_ul li .type {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 100%
}

.gameOne_ul li .type div::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.gameOne_ul li .type div:last-child:after {
    content: none
}

.gameOne_ul li .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameOne_ul li .click {
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.gameOne_ul li:hover {
    background-color: #F5F7F9;
    border-radius: 8px;
    transition: all .2s ease-out
}

.gameOne_ul li:hover .click {
    background: #FA4A4A;
    color: #FFFFFF;
    transition: all .2s ease-out
}

.gameOne_ul li {
    margin-top: 21px
}

.gameOne_ul li:nth-child(-n+3) {
    margin-top: 0
}

.gameTitle li .inTop {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gameTitle li .game {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 25px
}

.gameTitle li .info {
    flex: 1;
    margin-left: 30px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.gameTitle li .name {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.gameTitle li .type {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameTitle li .type div {
    width: 150px;
    margin-right: 40px;
    box-sizing: border-box;
    margin-bottom: 12px
}

.gameTitle li .type div:nth-child(n+4) {
    margin-bottom: 0
}

.gameTitle li .type div span:last-child {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}




.game-head {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px
}

.game-one-swiper .swiper {
    width: 100%;
    position: relative
}

.game-one-swiper .swiper-slide {
    width: 280px;
    height: 470px;
    display: block
}

.game-one-swiper img {
    width: 280px;
    height: 470px;
    display: block
}

.game-one-swiper .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/right.png) no-repeat;
    background-size: 30px 60px;
    position: absolute;
    top: 50%;
    right: 0
}

.game-one-swiper .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/left.png) no-repeat;
    background-size: 30px 60px;
    position: absolute;
    top: 50%;
    left: 0
}

.gameTwo_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.gameTwo_ul li {
    width: 400px;
    margin-top: 16px
}

.gameTwo_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gameTwo_ul li .text {
    flex: 1;
    margin-right: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 14px
}

.gameTwo_ul li .text::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%)
}

.gameTwo_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameTwo_ul li:nth-child(-n+2) {
    margin-top: 0
}

.gameThree_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.gameThree_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 266px;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    background: #F8F8FA;
    border-radius: 8px
}

.gameThree_ul li img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block
}

.gameThree_ul li .info {
    flex: 1;
    margin-left: 12px;
    margin-right: 30px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.gameThree_ul li .name a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.gameThree_ul li .type {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameThree_ul li .type>div {
    display: flex;
    align-items: center;
    width: 100%
}

.gameThree_ul li .type>div:first-child {
    margin-bottom: 5px
}

.gameThree_ul li .type>div div {
    width: 48px
}

.gameThree_ul li .type>div div:first-child {
    position: relative
}

.gameThree_ul li .type>div div:first-child::after {
    content: "丨";
    color: #CCCCCC;
    position: absolute;
    right: 0;
    margin-right: 5px
}

.gameThree_ul li .click {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/xzbai.png) no-repeat;
    background-size: 26px 26px
}

.gameThree_ul li:hover .click {
    width: 26px;
    height: 26px;
    background: url(../images/xzactive.png) no-repeat;
    background-size: 26px 26px;
    transition: all .2s ease-out
}

.gameThree_ul li {
    margin-top: 16px
}

.gameThree_ul li:nth-child(-n+3) {
    margin-top: 0
}

.gameFour_ul li a {
    display: flex;
    justify-content: space-between
}

.gameFour_ul li img {
    width: 136px;
    height: 120px;
    display: block;
    border-radius: 8px 0 0 8px
}

.gameFour_ul li .right {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
    background-color: #F6F6F8;
    border-radius: 0 8px 8px 0
}

.gameFour_ul li .title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.gameFour_ul li .text {
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.gameFour_ul li .type {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameFour_ul li .type div:last-child {
    padding-left: 24px;
    position: relative
}

.gameFour_ul li .type div:last-child::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%)
}

.gameFour_ul li {
    margin-bottom: 22px
}

.gameFour_ul li:last-child {
    margin-bottom: 0
}

.gameFive_ul li a {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: 110px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px 8px 8px 20px
}

.gameFive_ul li img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    display: block
}

.gameFive_ul li .right {
    flex: 1;
    padding: 14px 16px 4px 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.gameFive_ul li .name {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-left: 22px;
    background: url(../images/book.png) no-repeat center left;
    background-size: 16px 16px
}

.gameFive_ul li .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.gameFive_ul li .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.gameFive_ul li:hover .click {
    background: #FA4B4A;
    color: #FFFFFF;
    transition: all .2s ease-out
}

.gameFive_ul li .click {
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFF2F2;
    border-radius: 8px 0px 8px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A
}

.gameFive_ul li {
    margin-top: 26px
}

.gameFive_ul li:first-child {
    margin-top: 0
}

.albumOne_ul {
    width: 100%;
    height: 60px;
    background: #F5F5F7;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box
}

.albumOne_ul li {
    width: 84px;
    height: 30px;
    margin-right: 6px
}

.albumOne_ul li a {
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.albumOne_ul li:hover a {
    background: #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A
}

.albumOne_ul li.active a {
    background: #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A
}

.albumTwo_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.albumTwo_ul li {
    width: 588px
}

.albumTwo_ul .inTop {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.albumTwo_ul .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 24px;
    background: url(../images/book.png) no-repeat center left;
    background-size: 18px 18px
}

.albumTwo_ul .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.albumTwo_ul .inBottom {
    margin-top: 20px;
    width: 588px;
    padding: 20px 46px;
    box-sizing: border-box;
    background: #F5F7F9;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center
}

.albumTwo_ul .item {
    width: 76px;
    margin-right: 64px
}

.albumTwo_ul .item:last-child {
    margin-right: 0
}

.albumTwo_ul a {
    display: block
}

.albumTwo_ul img {
    width: 76px;
    height: 76px;
    border-radius: 15px;
    display: block
}

.albumTwo_ul .name {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.albumTwo_ul .click {
    display: flex;
    justify-content: center;
    margin-top: 8px
}

.albumTwo_ul .click::after {
    content: "下载";
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.albumTwo_ul .item:hover .click::after {
    background-color: #FA4A4A;
    color: #FFFFFF
}

.albumTwo_ul li {
    margin-top: 30px
}

.albumTop {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.albumTop .left {
    padding: 35px 0;
    box-sizing: border-box
}

.albumTop .title {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 34px;
    background: url(../images/book.png) no-repeat center left;
    background-size: 26px 26px
}

.albumTop .type {
    margin-top: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center
}

.albumTop .type div {
    position: relative;
    margin-right: 23px;
    padding-left: 10px
}

.albumTop .type div::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #FA4B4A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%)
}

.albumTop .bg {
    width: 370px;
    height: 140px;
    background: url(../images/bj.png) no-repeat;
    background-size: 370px 140px
}

.albumBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 766px;
    height: 88px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFE2D9
}

.albumBottom .left {
    width: 209px;
    height: 88px;
    background: linear-gradient(90deg, #FFE2D9 0%, #FFFFFF 100%);
    border-radius: 8px 0px 0px 8px;
    display: flex;
    align-items: center;
    padding-left: 34px;
    box-sizing: border-box
}

.albumBottom .left div {
    width: 106px;
    height: 27px;
    background: url(../images/xgzj.png) no-repeat;
    background-size: 106px 27px
}

.albumBottom .right {
    flex: 1;
    margin-right: 34px;
    line-height: 30px
}

.albumBottom .right a {
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.albumBottom .right a:hover {
    color: #FA4B4A
}

.albumBottom .right a::after {
    content: "-";
    color: #666666;
    margin: 0 8px
}

.albumBottom .right a:last-child:after {
    content: none
}

.albumRight {
    padding: 26px;
    box-sizing: border-box;
    width: 400px;
    height: 238px;
    background: url(../images/albumbg.png) no-repeat;
    background-size: 400px 238px
}

.albumRight .title {
    width: 100%;
    display: flex;
    justify-content: center
}

.albumRight .title::after {
    content: "";
    display: block;
    width: 180px;
    height: 38px;
    background: url(../images/xbtj.png) no-repeat;
    background-size: 180px 38px
}

.albumThree_ul {
    margin-top: 18px
}

.albumThree_ul li a {
    display: block
}

.albumThree_ul li .inTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #F2E7E7;
    margin-bottom: 12px
}

.albumThree_ul li img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 15px
}

.albumThree_ul li .info {
    flex: 1;
    margin-left: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.albumThree_ul li .name {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A
}

.albumThree_ul li .type {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.albumThree_ul li .type div::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.albumThree_ul li .type div:last-child:after {
    content: none
}

.albumThree_ul li .score {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px
}

.albumThree_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.albumFour_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.albumFour_ul li {
    display: block;
    width: 388px;
    height: 174px;
    padding: 20px 16px;
    box-sizing: border-box;
    background: #F5F7F9;
    border-radius: 8px;
    position: relative
}

.albumFour_ul li .inTop {
    display: flex;
    justify-content: space-between
}

.albumFour_ul li img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 20px
}

.albumFour_ul li .right {
    flex: 1;
    margin-left: 16px
}

.albumFour_ul li .name a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    max-width: 180px;
    display: block
}

.albumFour_ul li .type {
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.albumFour_ul li .type div::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.albumFour_ul li .type div:last-child:after {
    content: none
}

.albumFour_ul li .click {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.albumFour_ul li .click div {
    width: 14px;
    height: 14px;
    background: url(../images/axz01.png) no-repeat;
    background-size: 14px 14px;
    margin-right: 5px
}

.albumFour_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 16px
}

.albumFour_ul li .score {
    position: absolute;
    top: 0;
    right: -6px
}

.albumFour_ul li:nth-child(1) .num::after {
    content: "TOP 1";
    display: block;
    width: 70px;
    height: 30px;
    background: linear-gradient(270deg, #FA4B4A 0%, #F97675 100%);
    border-radius: 8px 0px 0px 8px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.albumFour_ul li:nth-child(2) .num::after {
    content: "TOP 2";
    display: block;
    width: 70px;
    height: 30px;
    background: linear-gradient(270deg, #FA4B4A 0%, #F97675 100%);
    border-radius: 8px 0px 0px 8px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.albumFour_ul li:nth-child(3) .num::after {
    content: "TOP 3";
    display: block;
    width: 70px;
    height: 30px;
    background: linear-gradient(270deg, #FA4B4A 0%, #F97675 100%);
    border-radius: 8px 0px 0px 8px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF
}

.albumFour_ul li:nth-child(-n+3) .new {
    width: 6px;
    height: 6px;
    background: url(../images/new02.png) no-repeat;
    background-size: 6px 6px;
    position: absolute;
    top: 30px;
    right: -6px
}

.albumFour_ul li:hover .click {
    background: #FA4B4A;
    color: #FFFFFF;
    transition: all .2s ease-out
}

.albumFour_ul li:hover .click div {
    background: url(../images/axz02.png) no-repeat;
    background-size: 14px 14px;
    transition: all .2s ease-out
}

.albumFour_ul li {
    margin-top: 18px
}

.albumFour_ul li:nth-child(-n+3) {
    margin-top: 30px
}

.albumFive_ul li a {
    display: flex;
    justify-content: space-between
}

.albumFive_ul li .num {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.albumFive_ul li .info {
    flex: 1;
    margin-left: 16px;
    margin-right: 24px
}

.albumFive_ul li .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.albumFive_ul li .type {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 8px
}

.albumFive_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.albumFive_ul li:nth-child(-n+3) .num {
    color: #FA4B4A
}

.albumFive_ul li:nth-child(4) .num {
    color: #FF922E
}

.albumFive_ul li:nth-child(5) .num {
    color: #FF922E
}

.albumFive_ul li {
    margin-top: 18px
}

.albumFive_ul li:first-child {
    margin-top: 0
}

.albumSix_ul {
    display: flex;
    align-items: center
}

.albumSix_ul li {
    width: 92px;
    margin-right: 66px
}

.albumSix_ul li a {
    display: block
}

.albumSix_ul li img {
    width: 92px;
    height: 92px;
    display: block;
    border-radius: 20px
}

.albumSix_ul li .name {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.albumSix_ul li .click {
    margin-top: 10px;
    display: flex;
    justify-content: center
}

.albumSix_ul li .click::after {
    content: "下载";
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.albumSix_ul li:last-child {
    margin-right: 0
}

.albumSix_ul li:hover .click::after {
    color: #FFFFFF;
    background-color: #FA4A4A;
    transition: all .2s ease-out
}

.rankbg {
    width: 100%;
    height: 230px;
    background: url(../images/rankbg.png) no-repeat;
    background-size: 100% 230px
}

.rank-nav {
    width: 100%;
    background: #836DF5;
    margin-bottom: 24px
}

.ranknav_ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.rank-nav li a {
    display: block;
    padding: 13px 28px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.rank-nav li.active a {
    background-color: #5D3FF5
}

.rank-nav li:hover a {
    background-color: #5D3FF5
}

.rankOne_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    box-sizing: border-box
}

.rankOne_ul li .label {
    width: 86px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.rankOne_ul li:nth-child(1) .label {
    text-indent: -999999px;
    background: url(../images/top01.png) no-repeat;
    background-size: 60px 60px
}

.rankOne_ul li:nth-child(2) .label {
    text-indent: -999999px;
    background: url(../images/top02.png) no-repeat;
    background-size: 60px 60px
}

.rankOne_ul li:nth-child(3) .label {
    text-indent: -999999px;
    background: url(../images/top03.png) no-repeat;
    background-size: 60px 60px
}

.rankOne_ul li .right {
    flex: 1;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rankOne_ul li img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    display: block
}

.rankOne_ul li .info {
    flex: 1;
    height: 100px;
    margin-left: 20px;
    margin-right: 34px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.rankOne_ul li .inTop {
    display: flex;
    align-items: center
}

.rankOne_ul li .name a {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    flex: 1;
    margin-right: 14px
}

.rankOne_ul li .score {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 21px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px
}

.rankOne_ul li .text {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.rankOne_ul li .type {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.rankOne_ul li .type div::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.rankOne_ul li .type div:last-child:after {
    content: none
}

.rankOne_ul li .click {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.rankOne_ul li .click div {
    width: 18px;
    height: 18px;
    background: url(../images/axz01.png) no-repeat;
    background-size: 18px 18px;
    margin-right: 5px
}

.rankOne_ul li:hover .click {
    background: #FA4B4A;
    color: #FFFFFF;
    transition: all .2s ease-out
}

.rankOne_ul li:hover .click div {
    background: url(../images/axz02.png) no-repeat;
    background-size: 18px 18px;
    transition: all .2s ease-out
}

.rankOne_ul li:hover {
    background-color: #F6F8FA
}

.rankOne_ul li {
    border-bottom: 1px solid #E6E6E6
}

.rankOne_ul li:last-child {
    border-bottom: none
}

.rankTwo_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.rankTwo_ul li {
    width: 590px;
    height: 180px;
    background: #EEF0F2;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rankTwo_ul li .left {
    display: block
}

.rankTwo_ul li .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 24px;
    background: url(../images/rank01.png) no-repeat center left;
    background-size: 18px 18px
}

.rankTwo_ul li .date {
    margin-top: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.rankTwo_ul li .img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px
}

.rankTwo_ul li .imgOne {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 20px
}

.rankTwo_ul li .imgOne img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 20px
}

.rankTwo_ul li .imgOne div {
    width: 50px;
    height: 50px;
    background: url(../images/ranktop01.png) no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: -25px;
    right: -25px
}

.rankTwo_ul li .imgTwo {
    display: block;
    position: relative;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center
}

.rankTwo_ul li .imgTwo img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 15px;
    position: absolute
}

.rankTwo_ul li .imgTwo img:nth-child(1) {
    left: 0;
    z-index: 99
}

.rankTwo_ul li .imgTwo img:nth-child(2) {
    left: 13px;
    z-index: 60
}

.rankTwo_ul li .imgTwo img:nth-child(3) {
    left: 24px;
    z-index: 50
}

.rankTwo_ul li .imgTwo img:nth-child(4) {
    left: 30px;
    z-index: 10
}

.rankTwo_ul li {
    margin-top: 20px
}

.rankTwo_ul li:nth-child(-n+2) {
    margin-top: 24px
}

.rankTitle {
    width: 830px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rankTitle .left {
    display: block;
    margin-left: 30px
}

.rankTitle .title {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 34px;
    background: url(../images/rank01.png) no-repeat center left;
    background-size: 26px 26px
}

.rankTitle .date {
    margin-top: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 12px;
    position: relative
}

.rankTitle .date::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #FA4B4A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%)
}

.rankTitle .right {
    width: 330px;
    height: 140px;
    background: url(../images/rankbj02.png) no-repeat;
    background-size: 330px 140px
}

.album-one-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 16px;
    box-sizing: border-box;
    background: #EEF0F2;
    border-radius: 8px
}

.album-one-box li .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 24px;
    background: url(../images/rank01.png) no-repeat center left;
    background-size: 18px 18px
}

.album-one-box li .date {
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.album-one-box li .right {
    width: 80px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center
}

.album-one-box li .right img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 15px;
    position: absolute
}

.album-one-box li .right img:nth-child(1) {
    left: 0;
    z-index: 99
}

.album-one-box li .right img:nth-child(2) {
    left: 13px;
    z-index: 60
}

.album-one-box li .right img:nth-child(3) {
    left: 24px;
    z-index: 50
}

.album-one-box li .right img:nth-child(4) {
    left: 30px;
    z-index: 10
}

.album-one-box li {
    margin-top: 10px
}

.album-two-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.album-two-box li {
    width: 76px;
    margin-right: 52px
}

.album-two-box a {
    display: block
}

.album-two-box img {
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 15px
}

.album-two-box .name {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.album-two-box .click {
    margin-top: 8px;
    display: flex;
    justify-content: center
}

.album-two-box .click::after {
    content: "下载";
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.album-two-box li:nth-child(3) {
    margin-right: 0
}

.album-two-box li:nth-child(6) {
    margin-right: 0
}

.album-two-box li:nth-child(n+4) {
    margin-top: 24px
}

.album-two-box li:hover .click::after {
    transition: all .2s ease-out;
    color: #FFFFFF;
    background-color: #FA4A4A
}

.rank-one-img a {
    display: block;
    width: 340px;
    border-radius: 8px 8px 0 0
}

.rank-one-img img {
    display: block;
    width: 340px;
    height: 160px;
    border-radius: 8px 8px 0 0
}

.rank-one-img .text {
    width: 340px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
    background-color: #F6F6F8;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-radius: 0 0 8px 8px
}

.rankImg_ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.rankImg_ul a {
    display: block;
    width: 160px;
    border-radius: 8px 8px 0 0
}

.rankImg_ul img {
    display: block;
    width: 160px;
    height: 100px;
    border-radius: 8px 8px 0 0
}

.rankImg_ul .text {
    width: 160px;
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 40px;
    background-color: #F6F6F8;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-radius: 0 0 8px 8px
}

.album-three-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.album-three-box li .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FA4A4A;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.album-three-box li .right {
    flex: 1;
    margin-left: 10px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between
}

.album-three-box li img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block
}

.album-three-box li .info {
    flex: 1;
    margin-left: 14px
}

.album-three-box li .name {
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.album-three-box li .type {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.album-three-box li .type div:first-child::after {
    content: "丨";
    margin: 0 5px;
    color: #CCCCCC
}

.album-three-box li .score {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px;
    margin-top: 12px
}

.album-three-box li .click {
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.album-three-box li {
    margin-top: 26px
}

.album-three-box li:first-child {
    margin-top: 0
}

.album-three-box li:nth-child(2) .num {
    background-color: #FFA756
}

.album-three-box li:nth-child(3) .num {
    background-color: #FFC122
}

.album-three-box li:hover .name {
    color: #FA4B4A;
    transition: all .2s ease-out
}

.album-three-box li:hover .click {
    color: #FFFFFF;
    background-color: #FA4A4A;
    transition: all .2s ease-out
}

.album-four-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.album-four-box li .num {
    width: 20px;
    height: 20px;
    background: #F5F7F9;
    border-radius: 4px 4px 4px 4px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.album-four-box li .name {
    flex: 1;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.album-four-box li .type {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.album-four-box li .type div:first-child::after {
    content: "丨";
    margin: 0 5px;
    color: #CCCCCC
}

.album-four-box li {
    margin-top: 18px
}

.album-four-box li:first-child {
    margin-top: 25px
}

.album-four-box li:hover .name {
    color: #FA4B4A;
    transition: all .2s ease-out
}

.packOne_ul li {
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.packOne_ul li img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 15px
}

.packOne_ul li .right {
    flex: 1;
    margin-left: 16px;
    margin-right: 24px
}

.packOne_ul li .name a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.packOne_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 20px
}

.packOne_ul li .info {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 11px;
    display: flex;
    align-items: center
}

.packOne_ul li .info span:last-child {
    color: #FA4B4A
}

.packOne_ul li .click {
    display: block;
    width: 116px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.packOne_ul li {
    border-bottom: 1px solid #E6E6E6
}

.packOne_ul li:last-child {
    border-bottom: none
}

.packOne_ul li:hover {
    background: #F6F8FA
}

.packOne_ul li:hover .click {
    background: #FA4A4A;
    color: #FFFFFF
}

.packTwo_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.packTwo_ul li img {
    width: 120px;
    height: 70px;
    border-radius: 8px;
    display: block
}

.packTwo_ul li .right {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 70px
}

.packTwo_ul li .title {
    display: flex;
    align-items: center;
    width: 100%
}

.packTwo_ul li .hot {
    width: 34px;
    height: 18px;
    background: #FFF2F2;
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A
}

.packTwo_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 6px
}

.packTwo_ul li .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.packTwo_ul li .size {
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.packTwo_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.packTwo_ul li {
    margin-top: 24px
}

.packThree_ul li {
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 8px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    position: relative
}

.packThree_ul li img {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    display: block
}

.packThree_ul li .info {
    flex: 1;
    margin-left: 20px
}

.packThree_ul li .title {
    display: flex;
    align-items: center
}

.packThree_ul li .text {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    max-width: 360px
}

.packThree_ul li .type {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 20px
}

.packThree_ul li .bar {
    width: 100px;
    height: 8px;
    background: #F6F6F8;
    border-radius: 99px
}

.packThree_ul li .bar div {
    width: 50%;
    height: 8px;
    background: #FA4A4A;
    border-radius: 99px
}

.packThree_ul li .num {
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.packThree_ul li .btn {
    display: flex;
    align-items: center;
    margin-top: 19px
}

.packThree_ul li .btnOne {
    cursor: pointer;
    width: 116px;
    height: 44px;
    background: #FA4B4A;
    border-radius: 99px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px
}

.packThree_ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #FFCBCB;
    border-radius: 99px;
    line-height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A;
    margin-right: 20px
}

.packThree_ul li a::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/axz01.png) no-repeat;
    background-size: 15px 15px;
    margin-right: 5px
}

.packThree_ul li .btnTwo {
    width: 116px;
    height: 44px;
    background: #E6EBF0;
    border-radius: 99px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 20px
}

.packThree_ul li .btnThree {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 44px;
    background: #E6EBF0;
    border-radius: 99px;
    line-height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.packThree_ul li .btnThree::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/jz.png) no-repeat;
    background-size: 18px 18px;
    margin-right: 5px
}

.packThree_ul li .pack {
    width: 140px;
    height: 140px;
    background: url(../images/pack.png) no-repeat;
    background-size: 140px 140px;
    position: absolute;
    right: 0;
    bottom: 0
}

.article h3 {
    margin: 30px 0 10px 0;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333
}

.article p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    text-indent: 2em
}

.article p img {
    width: 463px;
    height: 274px;
    display: block;
    margin: 40px auto
}

.packFour_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.packFour_ul li .title {
    width: 200px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    max-width: 181px
}

.packFour_ul li .text {
    flex: 1;
    margin-left: 35px;
    margin-right: 55px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.packFour_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A
}

.packFour_ul li {
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9
}

.packFour_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.packFour_ul li:first-child {
    padding-top: 0
}

.pack-show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.pack-bao {
    width: 480px;
    height: 396px;
    margin: 0 auto;
    position: relative
}

.pack-gift {
    position: fixed;
    top: 290px;
    width: 480px;
    height: 396px;
    background: linear-gradient(180deg, #FFE7E7 0%, #FFFFFF 100%);
    border-radius: 20px 20px 20px 20px;
    padding: 30px 40px 40px 40px;
    box-sizing: border-box
}

.pack-gift .one {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.pack-gift .receive {
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.pack-gift .close {
    width: 20px;
    height: 20px;
    background: url(../images/cha.png) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    right: 0;
    cursor: pointer
}

.pack-gift .gift {
    display: flex;
    justify-content: center;
    margin-top: 41px
}

.pack-gift .gift::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background: url(../images/packbao.png) no-repeat;
    background-size: 120px 120px
}

.pack-gift .title {
    margin-top: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    justify-content: center
}

.pack-gift .title div:first-child {
    flex-shrink: 0
}

.pack-gift .click {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

.pack-gift .click::after {
    content: "复制激活码";
    display: block;
    cursor: pointer;
    width: 320px;
    height: 50px;
    background: #FA4B4A;
    border-radius: 99px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.height {
    position: relative
}

.flexd {
    position: fixed;
    bottom: 0
}

.mian-bg {
    width: 100%;
    height: 100%;
    background: url(../images/pcbg.png) no-repeat;
    background-size: 100%
}

.aboutOne_ul {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background: #F5F5F7;
    border-radius: 8px 8px 0px 0px
}

.aboutOne_ul li {
    margin-right: 20px
}

.aboutOne_ul li a {
    display: block;
    padding: 13px 34px;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.aboutOne_ul li:hover a {
    background: #FFFFFF;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A
}

.aboutOne_ul li.active a {
    background: #FFFFFF;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A
}

.about {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 8px
}

.text-info {
    padding: 5px 30px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    min-height: 600px
}

.text-info p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 32px;
    text-indent: 32px;
    margin: 35px 0
}

.text-info {
    padding: 5px 30px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    min-height: 600px
}

.text-info p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 32px;
    text-indent: 32px;
    margin: 35px 0
}

.mapTit {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 14px
}

.mapTit::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 6px;
    height: 22px;
    background: #FA4B4A;
    border-radius: 8px
}

.map_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0
}

.map_ul li {
    margin-right: 24px;
    margin-bottom: 24px
}

.map_ul li a {
    display: block;
    padding: 10px 23px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.map_ul li:hover a {
    border: 1px solid #FA4B4A;
    color: #FA4B4A
}

.not-found {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
    justify-content: center
}

.not-found .bg {
    display: flex;
    justify-content: center
}

.not-found .bg::after {
    content: "";
    display: block;
    width: 400px;
    height: 200px;
    background: url(../images/404.png) no-repeat;
    background-size: 400px 200px
}

.not-found .title {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.not-found .text {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.not-found .click {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.not-found .click a {
    display: block;
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.not-found .click a:hover {
    background-color: #FFCBCB
}

.sousuo {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.comTit .titFour {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url(../images/jt.png) no-repeat center left;
    background-size: 22px 22px;
    position: relative;
    padding-right: 21px
}

.comTit .titFour::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    background: #FA4B4A;
    border-radius: 50%
}

.comTit .date {
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 14px
}

.tableTitle {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.tableTitle span {
    font-size: 18px;
    color: #FA4B4A;
    padding: 0 5px
}

.table {
    margin-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 8px
}

thead {
    width: 1200px;
    height: 60px;
    background: #F5F5F7;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

thead tr td:nth-child(1) {
    width: 120px
}

thead tr td:nth-child(2) {
    width: 100px
}

thead tr td:nth-child(3) {
    width: 200px
}

thead tr td:nth-child(4) {
    width: 140px
}

thead tr td:nth-child(5) {
    width: 180px
}

thead tr td:nth-child(6) {
    width: 130px
}

thead tr td:nth-child(7) {
    width: 170px
}

thead tr td:nth-child(8) {
    width: 160px
}

.table_ul {
    position: relative
}

.table_ul>li {
    cursor: pointer;
    width: 140px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.table_ul>li img {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 8px
}

.table_ul .item {
    display: none;
    position: absolute
}

.table_ul ul {
    width: 130px;
    height: auto;
    background-color: #FFFFFF;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}

.table_ul ul li a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.table_ul ul li.active a {
    background: #F3F3F5
}

.table_ul ul li:hover a {
    background: #F3F3F5
}

.table_ul ul li:first-child {
    margin-top: 0
}

.game_ul {
    position: relative
}

.game_ul>li {
    cursor: pointer;
    width: 200px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.game_ul>li img {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 8px
}

.game_ul .link {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

.game_ul ul {
    width: 130px;
    height: auto;
    background-color: #FFFFFF;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}

.game_ul ul li a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.game_ul ul li.active a {
    background: #F3F3F5
}

.game_ul ul li:hover a {
    background: #F3F3F5
}

.game_ul ul li:first-child {
    margin-top: 0
}

tbody {
    text-align: center;
    height: 80px
}

tbody tr td {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

tbody tr td:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A;
    position: relative
}

tbody tr td:nth-child(1)::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/label01.png) no-repeat;
    background-size: 8px 8px;
    position: absolute;
    left: 31px;
    top: 51%;
    transform: translate(0, -51%)
}

tbody tr td:nth-child(2) a {
    display: flex;
    justify-content: center
}

tbody tr td:nth-child(2) img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: block
}

tbody tr td:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 15px 0;
    box-sizing: border-box;
    height: 80px
}

tbody tr td:nth-child(3) a {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center
}

tbody tr td:nth-child(3) .type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

tbody tr td:nth-child(3) .type div:first-child::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

tbody tr td:nth-child(7) a {
    display: flex;
    justify-content: center
}

tbody tr td:nth-child(7) div {
    width: 124px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFCBCB;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A;
    display: flex;
    align-items: center;
    justify-content: center
}

tbody tr td:nth-child(7) div::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/axz01.png) no-repeat;
    background-size: 14px 14px;
    margin-right: 5px
}

tbody tr td.show a {
    display: flex;
    justify-content: center
}

tbody tr td.show div {
    width: 104px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFE0C3;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FF881C;
    text-align: center
}

tbody tr:hover td:nth-child(7) div {
    background: #FFF2F2;
    transition: all .2s ease-out
}

tbody tr:hover td:nth-child(8) div {
    background: #FFE0C3;
    transition: all .2s ease-out
}

tbody tr td:nth-child(3) a:hover {
    color: #FA4B4A;
    transition: all .2s ease-out
}

tbody tr td {
    border-bottom: 1px solid #E6E6E6
}

tbody tr:hover td:nth-child(1) {
    background: linear-gradient(90deg, #FFCFCF 0%, rgba(255, 255, 255, 0) 100%)
}

.mt90 {
    margin-top: 90px
}

.pb60 {
    padding-bottom: 60px
}

.search_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.search_ul li {
    width: 386px;
    height: 130px;
    background: #F5F7F9;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search_ul li:nth-child(3n+3) {
    margin-right: 0
}

.search_ul li img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 20px
}

.search_ul li .right {
    flex: 1;
    margin: 0 10px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 80px
}

.search_ul li .name {
    display: flex;
    align-items: center
}

.search_ul li .name a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A
}

.search_ul li .name .score {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(../images/star.png) no-repeat center left;
    background-size: 16px 16px;
    margin-left: 12px
}

.search_ul li .type {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 100%
}

.search_ul li .type div::after {
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px
}

.search_ul li .type div:last-child:after {
    content: none
}

.search_ul li .date {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999
}

.search_ul li .click {
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 99px;
    border: 1px solid #FFCBCB;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FA4A4A
}

.search_ul li:hover {
    background-color: #F5F7F9;
    border-radius: 8px;
    transition: all .2s ease-out
}

.search_ul li:hover .click {
    background: #FA4A4A;
    color: #FFFFFF;
    transition: all .2s ease-out
}

.search_ul li {
    margin-top: 21px
}

.search_ul li:nth-child(-n+3) {
    margin-top: 0
}

.ul_b {
    text-align: center;
    margin-bottom: 10px
}

.ul_b h2 {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #21293C;
    padding-bottom: 10px;
    padding-top: 50px
}

.box2_ {
    width: 728px;
    margin: 0 auto;
    margin-bottom: 30px
}

.box2_ li {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(33, 41, 60, 0.6);
    padding-left: 15px;
    display: inline-block;
    padding-right: 15px;
    cursor: pointer
}

.box2_ li i {}

.box2_ .active {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #fb574a;
    font-weight: bold
}

.box2_ .active i {
    height: 1px;
    background: #fb574a;
    width: 100%;
    display: block;
    margin-top: 2px
}

.hide {
    display: none
}

.matchb {
    margin: 0px 10px
}

.matchb .match_time {
    border: 1px solid #eee;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f8fb;
    color: #fc6a4a;
}

.matchb .hotmatch {
    padding: 12px 6px;
    border-bottom: 1px solid #ffffff14;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #393
}

.matchb .hotmatch a.items-center {
    float: left;
    width: 1100px
}

.matchb .hotmatch a.items-center div {
    height: 28px;
    line-height: 28px
}

.matchb .hotmatch .streamBox {
    float: right;
    width: 300px
}

.matchb .hotmatch .streamBox2 {
    width: 600px
}

.hotmatch div {
    color: #333
}

.hotmatch .status {
    float: left;
    margin-right: 10px
}

.hotmatch .sj {
    float: left;
    margin-right: 20px;
}

.hotmatch .bt {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.hotmatch .zd {
    float: left;
    margin-right: 10px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis
}

.hotmatch .zdlogo {
    width: 24px;
    float: left;
    margin-right: 10px
}

.hotmatch .zdlogo img {
    width: 24px;
    vertical-align: middle
}

.hotmatch .zdbf {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #666
}

.hotmatch .bf {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center
}

.hotmatch .kdbf {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #666
}

.hotmatch .kdlogo {
    margin-right: 10px;
    float: left;
    width: 24px
}

.hotmatch .kdlogo img {
    width: 24px;
    vertical-align: middle
}

.hotmatch .kd {
    float: left;
    margin-right: 10px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis
}

.hotmatch .status p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 50px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px
}

.hotmatch .status.live p {
    background: linear-gradient(90deg, #ff8d4a, #fc6b4a);
}

.hotmatch .status.prelive p {
    background: linear-gradient(90deg, #c1c1c1, #c1c1c1)
}

.streamTop {
    float: left
}

.streamTop,
.streamTop p {
    display: flex;
    align-items: center
}

.streamTop p {
    color: #333;
    justify-content: center
}

.streamTop p:first-child {
    font-size: 14px
}

.streamTop p:first-child:before {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    margin-right: 3px
}

.streamBox .viewMore {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left
}

.streamBox .viewMore:after {
    content: "";
    width: 23px;
    height: 26px;
    background-position: 50%;
    background-size: 12px 7px
}

.streamBox .viewMore.show:after {
    transform: rotate(180deg)
}

.streamBtm {
    float: left
}

.streamBtm p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #fb594a;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px
}

.streamBtm2 {
    float: left;
    width: 400px
}

.streamBtm2 p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #fb594a;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px
}

.more_match {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #4C59CE;
    border-radius: 2px;
    margin-top: 10px
}

.more_match a {
    color: #fff
}


.vlistt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden
}

.vlistt li {
    width: 178px;
    height: 124px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vlistt li a {
    display: block;
    width: 178px;
    height: 124px;
    border-radius: 8px;
    position: relative
}

.vlistt li img {
    display: block;
    width: 178px;
    height: 124px;
    border-radius: 8px
}

.vlistt li .play {
    width: 178px;
    height: 124px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.vlistt li:hover .play {
    display: none
}

.vlistt li .play img {
    width: 44px;
    height: 44px;
    display: block
}

.vlistt li .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 178px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 100%);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box
}

.vlistt li .text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    flex: 1;
    margin-right: 14px
}

.vlistt li .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}



.jlist {
    overflow: hidden;
    background: #FFF
}

.jlist a {
    color: #333;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/sp.png) no-repeat left;
    background-size: 26px;
    padding-left: 26px;
    font-size: 16px;
    overflow: hidden;
    float: left;
    width: 100%
}

.jlist a:hover {
    color: #4C59CE;
}



.da01 {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}


.da01 li {
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: #eaeaea 1px dotted;
    margin-bottom: 15px;
    overflow: hidden;
}

.da01 li img {
    float: left;
    margin-bottom: 55px;
    margin-right: 10px;
    border-radius: 5px;
}

.da01 li .btt {
    font-weight: normal;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}

.da01 li .btt a {
    color: #000;
}

.da01 li .btt a:hover {
    color: #333;
}

.da01 li p {
    line-height: 21px;
    color: #888;
    padding-bottom: 9px;
}

.da01 li span {
    font-size: 12px;
    height: 28px;
    color: #8d8d8d;
    font-size: 12px;
    display: block;
}

.da01 li span a {
    color: #1f6db4;
}


.tuwenn {
    overflow: hidden
}

.tuwenn li {
    width: 177px;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px
}

.tuwenn li .img {
    height: 110px;
    position: relative;
    overflow: hidden
}

.tuwenn li .img img {
    width: 100%;
    height: 129px
}

.tuwenn li .biaoti {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.tlist {
    margin: 0px 0 0;
    overflow: hidden;
    margin-left: -20px;
}

.tlist a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #f3f3f3;
    width: 81px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    color: #333
}

.rvideo {
    position: relative
}

.rvideo img.full {
    width: 100%;
    height: 443px
}

.rvideo img.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.xlist {
    margin-bottom: 10px
}

.xlist span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px
}

.xlist a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666
}


.zb-ds {}

.zb-ds img {
    width: 100%;
}


.ntags i {
    background-color: #ecf4ff;
    color: #6190c6;
    margin-bottom: 4px;
}

.ntags i:nth-child(1) {
    background-color: #ecf4ff;
    color: #6190c6;
}

.ntags i:nth-child(2) {
    background-color: #fbe7e6;
    color: #e69882;
}

.ntags i:nth-child(3) {
    background-color: #e3f6e0;
    color: #76ab7d;
}

.ntags i:nth-child(4) {
    background-color: #f7e1f8;
    color: #da80d7;
}

.ntags i:nth-child(5) {
    background-color: #D3F2FD;
    color: #3072f6;
}

.ntags i:nth-child(6) {
    background-color: #e3f6e0;
    color: #76ab7d;
}

.ntags {
    margin: 10px;
}

.ntags i {
    padding: 4px 12px;
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    margin-left: 10px;
}

.ntags i a {
    color: #333
}


.znrr-xyp {}

.znrr-xyp li {
    width: 48%;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
    float: left;
    background: #f6f6f8;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

.znrr-xyp li.nextvious {
    float: right
}

.znrr-xyp li a {
    color: #333
}

.da10 {
    margin-bottom: 10px;
}

.da10 h1 {
    line-height: 30px;
    /* height:60px; */
    font-size: 18px;
    font-weight: normal;
}

.da10 p {
    line-height: 24px;
    color: #333;
    padding-bottom: 10px;
}


.da15 {
    height: 30px;
    border-bottom: #ddd 1px dotted;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    color: #1f6db4;
}

.da15 span {
    float: left;
    display: block;
    margin-right: 10px;
}

.da16 {
    display: block;
    float: left;
    color: #1f6db4;
    font-size: 12px;
}

.da16:hover {
    color: #822d09;
}

.da116 {
    display: block;
    float: left;
    color: #333;
    font-size: 12px;
}

.da17 {
    float: left;
    color: #999;
    font-size: 12px;
    display: block;
}

.da19 {
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    float: right;
    background: #7e94a2;
    color: #fafbfc;
    border-radius: 10px;
    font-size: 12px;
}

.da19:hover {
    background: #822d09;
}



.da21 {
    overflow: hidden;
}

.da21 li {
    background: #fff;
    padding-bottom: 28px;
    margin-bottom: 5px;
    overflow: hidden;
}


.wnr {
    text-align: center;
    padding: 30px;
}


.m_box_left {
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.m_box_left1 {
    background: linear-gradient(90deg, #FA4B4A 0%, #FF964A 100%);
    background-size: 100% 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 35px;
}

.m_box_left1 img {
    width: 90px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 6px;
}

.m_box_left1 .m_box1 {
    float: left;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #e5e5e5;
    mix-blend-mode: normal;
    width: 500px;
}

.m_box_left1 .m_box1 b {
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
}

.m_box_left1 .m_box1 div p {
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
    padding-bottom: 8px;
    font-size: 14px;
}

.m_box_left1 .m_box1 div p span {
    font-size: 14px;
}

.m_box_left1 i {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #4C59CE;
    float: right;
    height: 32px;
    background: #FFFFFF;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-style: normal;
    margin-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.m_box_left1 i a {
    color: #fc6b4a;
}

.m_div_box_left_ul {
    margin-left: 10px;
    margin-top: 10px;
}

.m_div_box_left_ul li {
    width: 109px;
    height: 37px;
    line-height: 37px;
    background: #fead55;
    border-radius: 6px 6px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
}

.m_div_box_left_ul li a {
    color: #fff;
}

.m_div_box_left_ul .active {
    background: #fff;
    color: #fb5e4a;
}



.jff {
    margin-top: 10px
}

.jff .jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px
}

.jff .rankingt {}


.lmbj {
    background: #b7b9c1;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.bgg {
    border-bottom: 1px solid #666
}

.log {
    display: flex;
    align-items: center;
    text-align: left
}

.truncate {
    padding-left: 5px
}

.rankingt .order {
    display: block;
    width: 28px;
    height: 28px;
    background: #444;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center
}

.jff .rankingt div {}

.rankingt {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 50px;
    align-items: center;
    padding: 0 30px
}

.ranking_lanqiu_table {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 50px;
    align-items: center;
    padding: 0 30px
}


.contentmf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px
}

.contentmf a {
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f8fb;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    color: #666
}

.contentmf a.active {
    color: #fc6a4a;
    font-weight: bold;
    border: 1px solid #fc6a4a;
    position: relative;
}

.matchb h6 {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px
}

.matchb h6 time {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
    height:
}

.match h6 time:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #1c969f;
    margin-right: 6px;
    position: relative;
    top: 2px
}




.contentmt {
    display: flex;
    justify-content: space-between;
    overflow: auto
}

.contentmt li {
    float: left
}

.contentmt li a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: hsla(0, 0%, 100%, .88);
    background: #fe864a;
    height: 40px;
    line-height: 40px;
}

.contentmt li:first-child a {
    border-radius: 4px 0px 0px 4px
}

.contentmt li a.active {
    background: #fb5c4a;
    color: #fff;
}

.contentmt li:last-child a {
    border-radius: 0px 4px 4px 0px
}

.hide {
    display: none
}

.xxk {
    background: #fb564a;
}

.xxk ul {
    height: 50px;
}

.xxk li {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 12px;
    float: left;
    cursor: pointer;
    list-style: none;
}

.xxk li.on {
    background: #fe8a4a;
    color: #FFF;
}


.qlist {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden
}

.qlist a {
    background: #ededed;
    width: 81px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    color: #333
}

.qlist .img-show {
    position: relative;
    overflow: hidden;
    display: block
}

.qlist .img-show img {
    width: 70px;
    height: 70px;
    margin: 0 auto
}

.qlist .img-detail {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px
}




.match_bj {
    background: linear-gradient(90deg, #fb544a 18.8%, #fc6c4a 49.96%, #fa524a 81.5%);
    position: relative;
    height: 280px
}

.match_bg {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}


.scoreleft {
    text-align: center;
    width: 30%
}

.scoreright {
    text-align: center;
    width: 30%
}

.scoreleft h1,
.scoreright h1 {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px
}

.scoreright .image_container,
.scoreleft .image_container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.scoreright .image_container img,
.scoreleft .image_container img {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.score_name {
    text-align: center;
    width: 40%
}

.league_name {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 50px
}

.score {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px
}

.match_score>div {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF
}

.match_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #e83737
}

.match_status.live {
    color: #FF2727
}

.scoreleft.scoreright {
    flex-direction: row-reverse
}

.scoreleft.scoreright .image_container {
    margin-left: 20px
}

.match_details {
    margin-top: 10px;
    margin-bottom: 10px
}

.signa {}

.signa ul {}

.signa ul li {
    margin-right: 10px;
    background: #CCC;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px
}

.signa ul li.f {
    background: #fa524a
}

.signa ul li.f a {
    color: #fff
}


.fixscotc {
    padding: 20px 6px;
}

.fixscotc p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.fixscotc p a {
    margin-right: 10px
}

.fixscotc p span.biaoti {
    color: #fa524a
}


.wuwu {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px
}

.wuwu img {
    width: 100px
}

.wuwu span {
    display: block
}


.more {
    clear: both;
    width: 129px;
    height: 33px;
    margin: 0 auto;
    background: #fb5c4a;
    border-radius: 40px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: right;
    line-height: 33px;
    margin-bottom: 57px;
}

.more a {
    color: #fff;
    display: block;
}

.more img {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    margin-right: 24px;
    margin-top: 7px;
    margin-left: 5px;
}



.liebddf {
    margin-bottom: 10px
}

.liebddf span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px
}

.liebddf a {
    display: block;
    line-height: 24px
}



.taggs {}

.taggs a {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
    float: left
}

/**手机端**/
@media (max-width: 568px) {

    .head,
    .logo,
    .nav_ul,
    .inModule,
    .inOne_ul,
    .inModTop,
    .inSlide,
    .inModTwo,
    .inTwoTxt,
    .inSlide .swiper,
    .inSlide .swiper-slide a,
    .inSlide .swiper-slide img,
    .box2_,
    .w-400,
    .w-340,
    .margin-auto,
    .w-770,
    .margin-auto,
    .index-ranking,
    .flex-between .index-ranking:nth-child(1) .link-body,
    .flex-between .index-ranking:nth-child(2) .link-body,
    .flex-between .index-ranking:nth-child(3) .link-body,
    .w-830,
    .crumbs,
    .comTit ul,
    .qlist {
        width: 100%;
    }

    .top {
        height: 120px;
    }

    .head {
        flex-direction: column;
        align-items: center;
        height: 120px;
    }

    .logo,
    .logo a,
    .nav_ul,
    .nav_ul li {
        height: 60px;
    }

    .nav_ul {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
    }

    .nav_ul li {
        flex: 0 0 auto;
    }

    .nav_ul li a {
        display: block;
        height: 60px;
        line-height: 60px;
    }

    .search {
        display: none;
    }

    .p-a-15 {
        padding: 0;
    }

    .inModTop {
        flex-direction: column;
    }

    .flex-between,
    .flex-wrap-between {
        width: 100%;
        flex-direction: column;
    }

    .m-t-20 {
        flex-direction: row;
    }

    .item-img-one,
    .item-img-one img,
    .item-img-one .text {
        width: 100%;
    }

    .w-140,
    .item-img-two,
    .item-img-two img,
    .item-img-two .text {
        width: 100%;
    }

    .flex-between .index-ranking:nth-child(1) .link-body,
    .flex-between .index-ranking:nth-child(2) .link-body,
    .flex-between .index-ranking:nth-child(3) .link-body {
        background-size: 100% 100px;
    }

    .w-340 .comTit,
    .w-340 ul {
        padding: 10px;
    }

    .w-770{
        margin-top: 30px;
    }

    .index-three-box li{
        width: 46%;
        margin: 2%;
    }
    .index-three-box li .img,.index-three-box li .img img{
        width: 100%;
    }
    .index-ranking li{
        padding: 0 10px;
    }

    .crumbs{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .jlist a{
        padding-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .qlist{
        margin-left: 0;
    }
}