/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
.banner {
    min-width: 1200px;
    position: relative;
    height: 763px;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background: linear-gradient(to top, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0));
    z-index: 555;
}

.banner a {
    width: 100%;
    height: 100%;
}

.banner img {
    display: block;
}

.gameTopics {
    width: 100%;
    height: 353px;
    background: url("/96kaifa/images/ztbgc.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gameTopics>div {
    background: #fff;
    padding: 0 18px;
    height: 100%;
    padding-top: 15px;
}

.gameTopicsTitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #F5D8CE;
    align-items: flex-end;
}

.gameTopicsTitle div {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF681E;
}

.gameTopicsTitle a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.5;
}

.gameTopics .alone {
    border-bottom: 2px solid #F5D8CE;
    position: relative;
}

.gameTopics .alone div {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF681E;
    text-align: center;
}

.gameTopics .alone a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 8px;
}

.gameTopicsContent {
    margin-top: 35px;
}

.gameTopicsContent ul {
    display: flex;
    justify-content: space-between;
}

.gameTopicsContent li {
    position: relative;
}

.gameTopicsContent img {
    width: 220px;
    height: 155px;
    border-radius: 8px;
    display: block;
}

.gameTopicsContent li.current img {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gameTopicsContent p {
    padding-top: 11px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.gameTopicsContent li.current p {
    width: 220px;
    padding-left: 8px;
    padding-right: 8px;
    background: linear-gradient(0deg, #ffffffc5, #ff681dcb);
}

.gameTopicsContent li.current p span:first-child {
    color: #FFFFFF;
}

.gameTopicsContent li.current p span:last-child {
    color: #FFFFFF;
    font-weight: 500;
}

.gameTopicsContent p span:first-child {
    font-size: 14px;
    font-family: PingFang SC;
    color: #333;
    line-height: 30px;
    flex: 1;
}

.gameTopicsContent p span:last-child {
    width: 51px;
    font-family: PingFang SC;
    color: #191919;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.6;
    margin-left: 15px;
}

.ybg {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ybg::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F5D7CE;
}

.appDownload_con a:hover p,
.weekRanking_con a:hover h1 {
    color: #F26E45;
}

.newPackage .gameTopicsTitle,
.weekRanking .gameTopicsTitle,
.introVideo .gameTopicsTitle,
.appDownload .gameTopicsTitle {
    border-bottom: none;
}

.introVideo {
    width: 300px;
}

.introVideo_con {
    margin-top: 40px;
}

.introVideo_con>div {
    display: flex;
    margin-top: 20px;
}

.introVideo_con_img {
    width: 219px;
    height: 126px;
    position: relative;
}

.introVideo_con_img img {
    border-radius: 10px 0px 0px 10px;
}

.introVideo_con_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 219px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 0 10px;
}

.introVideo_con_play {
    flex: 1;
    height: 126px;
    border: 1px solid #FFB48E;
    border-radius: 0px 10px 10px 0px;
    position: relative;
}

.introVideo_con_play a {
    width: 36px;
    height: 36px;
    margin-top: 35%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.introVideo_con_play span {
    display: block;
    width: 100%;
    height: 38px;
    background: linear-gradient(0deg, #FF681D, #FFF);
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.weekRanking_con {
    margin-top: 40px;
    position: relative;
}

.weekRanking_con::after {
    content: '';
    width: 1px;
    height: 405px;
    background: linear-gradient(0deg, #FFFFFF, #FF681D);
    position: absolute;
    left: 0;
    top: 0;
}

.weekRanking_con a {
    display: flex;
    position: relative;
    width: 256px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-left: 33px;
    padding-left: 26px;
    margin-top: 20px;
}

.weekRanking_con a:nth-child(-n+3) {
    border: 1px solid #FF681D;
}

.weekRanking_con a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    background: #DCDCDC;
    border-radius: 14px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    font-style: normal;
}

.weekRanking_con a h1 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    flex: 1;
}

.weekRanking_con a span {
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    width: 70px;
    margin-left: 9px;
}

.rank_icon {
    width: 11px;
    height: 13px;
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 9px;
}

.weekRanking_con a:first-of-type i {
    background: #FF7C3B;
}

.weekRanking_con a:nth-child(2) i {
    background: #FF8E56;
}

.weekRanking_con a:nth-child(3) i {
    background: #FFB48E;
}

.appDownload_con {
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
    width: 465px;
}

.appDownload_con a {
    margin-right: 35px;
    margin-top: 23px;
}

.appDownload_con a:nth-child(-n+4) {
    margin-top: 0;
}

.appDownload_con a:nth-child(4n) {
    margin-right: 0;
}

.appDownload_con a img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.appDownload_con a p {
    text-align: center;
    width: 80px;
    height: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 30px;
    opacity: 0.8;
}

.newPackage_con {
    margin-top: 41px;
}

.newPackage_con>div {
    display: flex;
    margin-top: 18px;
}

.newPackage_con>div>img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-right: 13px;
}

.newPackage_con h1 {
    width: 194px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 22px;
    opacity: 0.9;
}

.newPackage_con .newPackage_con_txt {
    width: 194px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newPackage_con .newPackage_con_txt p {
    display: none;
}

.surplus {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FF681D;
}

.progressBar_btn {
    display: flex;
    justify-content: space-between;
}

.progressBar_btn>a {
    width: 60px;
    height: 27px;
    border: 1px solid #FF681D;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF681D;
    line-height: 27px;
    text-align: center;
    margin-top: 13px;
}

.progressBar_btn>a:hover {
    background-color: #FF681D;
    color: #fff;
}


/* 游戏美宣 */

.gameMedia {
    margin-top: 30px;
}

.gameMediaContent {
    /* display: flex; */
    margin-top: 42px;
    /* height: 260px; */
}

.gameMediaContent img {
    border-radius: 10px;
}
.Meixuan_All {
    display: flex;
    margin-top: 19px;
}

.gameMediaContent .Meixuan_All>div:first-child {
    width: 360px;
    margin-right: 5px;
}

.gameMediaContent .Meixuan_All div a {
    position: relative;
}
.gameMediaContent .Meixuan_All div a p {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.34);
    border-radius: 0 0 10px 10px;
}
.gameMediaContent .Meixuan_All div a:hover p {
    display: block;
    color: #fff !important;
}
.gameMediaContent .Meixuan_All div a p span {
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    color: #fff !important;
}

.gameMediaContent .Meixuan_All>div:first-child>a {
    width: 360px;
    height: 260px;
    /* margin-right: 4px; */
}

.gameMediaContent .Meixuan_All>div:nth-child(2)>a {
    width: 230px;
    margin-right: 5px;
}

.gameMediaContent .Meixuan_All>div:nth-child(2)>a:first-child {
    margin-bottom: 5px;
    height: 125px;
}
.gameMediaContent .Meixuan_All>div:nth-child(2)>a:last-child {
    height: 130px;
}

.gameMediaContent .Meixuan_All>div:nth-child(3)>a {
    margin-right: 5px;
    width: 300px;
    height: 260px;
}

.gameMediaContent .Meixuan_All>div:nth-child(4)>a {
    width: 295px;
    height: 260px;
}

.mobileGameList {
    margin-top: 30px;
}

.mobileGameListContent {
    margin-top: 30px;
}

.list-title {
    display: flex;
    justify-content: space-between;
}

.list-title h1 {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: normal;
    color: #333;
}

.list-title a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.5;
    line-height: 29px;
}

.mobile-pk-list {
    display: flex;
    justify-content: space-between;
}

.mobile-pk-list>div {
    width: 30%;
}

.mobile-pk-list .pk-detail {
    margin-top: 29px;
}

.mobile-pk-list .pk-detail i {
    font-style: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #E4E4E4;
    border-radius: 4px;
    margin-top: 10px;
}

.mobile-pk-list .pk-detail li {
    overflow: hidden;
    margin-bottom: 20px;
}

.mobile-pk-list .pk-detail li.on .pk-detail-block {
    display: flex;
}

.mobile-pk-list .pk-detail li.on .pk-detail-text {
    display: none;
}

.mobile-pk-list .pk-detail li:nth-child(1) i {
    background-color: #E8503E;
}

.mobile-pk-list .pk-detail li:nth-child(2) i {
    background-color: #ED6238;
}

.mobile-pk-list .pk-detail li:nth-child(3) i {
    background-color: #FFB81E;
}

.pk-detail-text {
    display: flex;
}

.pk-detail-text a {
    line-height: 41px;
    font-size: 14px;
    font-family: PingFang SC;
    color: #101010;
    opacity: 0.75;
    flex: 1;
}

.pk-detail-text span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    opacity: 0.8;
    line-height: 41px;
    margin-left: 30px;
}

.mobile-pk-list .pk-detail .pk-detail-text .download-num {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
    opacity: 0.8;
}

.mobile-pk-list .pk-detail .pk-detail-block {
    display: none;
}

.pk-detail-block img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-right: 8px;
}

.pk-detail-block span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 90px;
    flex: 1;
}

.pk-detail-block a {
    width: 74px;
    height: 30px;
    border: 1px solid #ED6238;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ED6238;
    margin-top: 30px;
}

.pk-detail-block a:hover {
    background: #ED6238;
    color: #fff;
}

.pk-app-text a {
    opacity: 0.6;
    width: 58px;
    height: 25px;
    border: 1px solid #ED6238;
    border-radius: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ED6238;
    line-height: 25px;
    text-align: center;
}

.pk-app-text a:hover {
    background-color: #ED6238;
    color: #fff;
}

.pk-app-text span {
    display: inline-block;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    opacity: 0.6;
    margin-top: 13px;
    margin-bottom: 20px;
}


/* <!-- 头部图片文字标题栏 --> */

nav {
    /* height: 320px; */
    border-radius: 10px;
    background: #fff;
}

.swiper-container2 {
    width: 100%;
    height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #B5B5B5;
    opacity: 0.5;
    border-radius: 50%;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #B5B5B5;
}

.swiper-pagination {
    height: auto !important;
    margin-bottom: 28px;
    align-self: flex-end;
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-container-rtl .swiper-button-prev {
    right: 0;
    width: 38px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    background-image: url("/96kaifa/images/r.png");
    background-size: 17px 38px;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-next {
    left: 0;
    width: 38px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    background-image: url("/96kaifa/images/l.png");
    background-size: 17px 38px;
    background-repeat: no-repeat;
    background-position: center;
}


/* 120 */

.Navigation {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}

.Navigation a {
    /* width: 10%; */
    text-align: center;
}

.Navigation a img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    z-index: 999;
}

.Navigation a span {
    display: block;
    margin-top: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
}


/* <!-- 热门游戏，最新游戏，本周推荐标题栏 --> */

.TitleNavigationBar {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.TitleNavigationBar_nav1 {
    display: flex;
    align-items: center;
}

.TitleNavigationBar_nav1 button {
    width: 40px;
    height: 100px;
    background: url("/96kaifa/images/TitleNavigationBar1.png");
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding:0 10px;
    
}

.TitleNavigationBar_nav1 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 360px;
}
.TitleNavigationBar_nav1 a {
    width: 74px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.8;
    text-align: left;
    margin: 10px 24px;
}
.TitleNavigationBar_nav1 a:nth-child(3n) {
    margin-right: 0;
}

.TitleNavigationBar a:last-of-type::after {
    display: none;
}

.TitleNavigationBar_nav2 {
    display: flex;
    align-items: center;
}

.TitleNavigationBar_nav2 button {
    width: 40px;
    height: 100px;
    background: url("/96kaifa/images/TitleNavigationBar2.png");
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding:0 10px;
    
}

.TitleNavigationBar_nav2 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 360px;
}
.TitleNavigationBar_nav2 a {
    width: 74px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.8;
    text-align: center;
    margin: 10px 24px;
}
.TitleNavigationBar_nav2 a:nth-child(3n) {
    margin-right: 0;
}

.TitleNavigationBar_nav3 {
    flex: 1;
    display: flex;
    align-items: center;
}

.TitleNavigationBar_nav3 button {
    width: 40px;
    height: 100px;
    background: url("/96kaifa/images/TitleNavigationBar3.png");
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding:0 10px;
}

.TitleNavigationBar_nav3 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 360px;
}
.TitleNavigationBar_nav3 a {
    width: 74px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.8;
    text-align: left;
    margin: 10px 15px;
}
.TitleNavigationBar_nav2 a:nth-child(3n) {
    margin-right: 0;
}

.flip {
    height: 41px;
    background: linear-gradient(0deg, #FFFFFF, #DDDDF4);
    opacity: 0.64;
    border-radius: 6px;
    margin-top: 55px;
}


/* 背景图片栏 */

.imagenav {
    width: 1200px;
    height: 80px;
    margin: 30px auto;
    display: flex;
    margin-top: 250px;
    margin-bottom: 30px;
}

.imagenav1 {
    width: 1200px;
    height: 80px;
    margin: 30px auto;
    display: flex;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.imagenav img,
.Rotationchart img {
    border-radius: 10px;
}

.Rotationchart {
    width: 660px;
    height: 340px;
}


/* 轮播图 */

.articeconnet {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

.Scrollicon li {
    width: 14px;
    height: 14px;
    border: 1px solid #DCDCDC;
    background-color: #DCDCDC;
    opacity: 1;
    border-radius: 50%;
}

.Scrollicon .active {
    background-color: #E8503E;
}

.Scrollicon {
    width: 100%;
    height: 30px;
    border-radius: 0px 0px 8px 0px;
    margin: 0;
    justify-content: start;
    padding-left: 40px;
}

.last {
    margin-right: 20px !important;
}


/* 轮播图右侧文字标题 */

.articeconnet_img {
    margin-left: 21px;
}

.articeconnet_img>a {
    width: 311px;
    height: 145px;
    position: relative;
}

.articeconnet_img>a:first-child {
    margin-bottom: 19px;
}

.articeconnet_img img {
    border-radius: 20px;
}

.articeconnet_img img:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
}

.articeconnet_txt {
    margin-left: 16px;
    width: 300px;
}

.todayGame_title {
    width: 100%;
    height: 27px;
    background: linear-gradient(35deg, #FF681D, #fff);
    display: flex;
    justify-content: space-between;
}

.todayGame_title div {
    font-size: 18px;
    font-family: FZCuQian-M17S;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    padding-left: 5px;
}

.todayGame_title img {
    width: 21px;
    height: 21px;
    margin-right: 20px;
    margin-top: 3px;
}

.todayGame_con a {
    margin-top: 16px;
    position: relative;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}

.todayGame_con a p {
    font-size: 14px;
    flex: 1;
}

.todayGame_con a span {
    margin-left: 10px;
    width: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    opacity: 0.6;
}

.todayGame_con a:first-child {
    max-height: 50px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0F0F0F;
    line-height: 26px;
    opacity: 0.9;
    margin-top: 12px;
    overflow: hidden;
}

.todayGame_con a:hover {
    color: #F26E45;
}

.articeconnet_txt>div:last-child {
    margin-top: 29px;
}

/* .hzs {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hzs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 32px;
    left: 0;
    background-color: #F5D8CE;
}

.evaluation .gameTopicsTitle,
.industryNews .gameTopicsTitle {
    border-bottom: none;
}

.industryNews {
    width: 326px;
}

.industryNews_con {
    margin-top: 29px;
}

.industryNews_con>a:first-of-type {
    width: 326px;
    height: 138px;
    position: relative;
}

.industryNews_con>a:first-of-type img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.industryNews_con>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 326px;
    height: 35px;
    background: rgba(26, 20, 35, 0.5);
    border-radius: 0px 0px 10px 10px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.industryNews_con ul {
    position: relative;
}

.industryNews_con ul::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 1px;
    height: 292px;
    background: #D2D2D2;
}

.industryNews_con li {
    margin-top: 17px;
    padding-left: 14px;
}

.industryNews_con li.on {
    position: relative;
}

.industryNews_con li.on::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #FF681D;
    border-radius: 50%;
}

.industryNews_con li a {
    display: flex;
}

.industryNews_con li a p {
    flex: 1;
}

.industryNews_con li a span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 20px;
}

.str {
    width: 514px;
}

.str_title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.str_title div:nth-of-type(-n+2)::Before {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 1px;
    height: 20px;
    background-color: #AD452D;
    margin-top: 5px;
}

.str_title div {
    width: 120px;
    margin: 0 20px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF681D;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.str_title div.current {
    border-bottom: 2px solid #FF681D;
    padding-bottom: 5px;
}

.str_title_con {
    display: none;
}

.str_title_con.current {
    display: block;
}

.hotsPot {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #F7CEBA;
    text-align: center;
    padding-bottom: 10px;
}

.hotsPot>img {
    width: 31px;
    height: 62px;
    margin-right: 20px;
}

.hotsPot>div {
    width: 461px;
    height: 78px;
    padding-top: 10px;
}

.hotsPot>div>a:first-child>p {
    width: 461px;
    max-height: 39px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #FF681D;
    opacity: 0.9;
    margin-bottom: 10px;
    margin-top: -10px;
}

.hotsPot>div>a>p {
    width: 461px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.industryNews_con li a:hover,
.hotsPot>div>a>p:hover {
    color: #F26E45;
}

.str_con>a {
    display: flex;
    justify-content: space-between;
    height: 24px;
    margin-top: 14px;
    padding: 0 20px;
}

.str_con>a i {
    width: 18px;
    height: 20px;
    margin-right: 11px;
}

.str_con>a span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 20px;
}

.str_con>a p {
    flex: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.9;
}

.hangye {
    margin-top: 30px;
}

.hangye .title {
    position: relative;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF681E;
}

.hangye .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F5D8CE;
}

.hangye .content {
    margin-top: 21px;
    display: flex;
}

.hangye .content>a {
    position: relative;
    width: 181px;
    height: 100px;
    margin-right: 18px;
}

.hangye .content>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 181px;
    height: 29px;
    background: rgba(26, 20, 35, 0.5);
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
}

.hangye .content>div {
    flex: 1;
}

.hangye .content>div a {
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 18px;
    padding-left: 23px;
    width: 292px;
}

.hangye .content>div a:first-of-type {
    margin-top: 5px;
}

.hangye .content>div a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/96kaifa/images/san.png);
    background-size: 100% 100%;
    width: 10px;
    height: 12px;
}

.evaluation {
    width: 298px;
}

.evaluation_con {
    margin-top: 35px;
}

.evaluation_con>div {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.evaluation_con>div>a {
    display: block;
    width: 219px;
    height: 90px;
    position: relative;
}

.evaluation_con>div>a>img {
    border-radius: 10px;
}

.evaluation_con>div>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 219px;
    height: 30px;
    text-align: center;
    background: #000000;
    opacity: 0.5;
    border-radius: 0px 0px 10px 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.evaluation_con>div>div>img {
    width: 72px;
    height: 62px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.evaluation_con>div>div {
    position: relative;
    width: 72px;
    height: 90px;
}

.evaluation_con>div>div>p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: FZShuiHei-M21S;
    font-weight: 400;
    font-style: italic;
    color: #FF681D;
    line-height: 30px;
} */


/* 进度条 */

#progressBar {
    width: 100px;
    height: 1px;
    position: relative;
    margin-top: 16px;
}

#progressBar div {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #FBCEC9;
    margin-top: 1px;
}

.progressBar {
    position: absolute;
    display: inline-block;
    background: #E8503E;
    height: 1px;
}

#progressBar>span {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FBCEC9;
    color: #fff;
}

#progressBar span:nth-child(2) {
    left: 0%;
}

#progressBar span:nth-child(3) {
    left: 25%;
}

#progressBar span:nth-child(4) {
    left: 50%;
}

#progressBar span:nth-child(5) {
    left: 75%;
}

#progressBar span:nth-child(6) {
    left: 100%;
}


/* swiper轮播图 */

.my-button-disabled {
    color: white;
}

.swiper-pagination {
    /* width: 100%; */
    height: 25px;
    display: flex;
    left: 80% !important;
}

.swiper-pagination span:nth-child(1) {
    margin-left: 40px;
}

.my-bullet {
    display: block;
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 5px;
}

.Rotationchart_img {
    width: 100%;
    height: 340px;
}

.my-bullet-active {
    background-color: #FA6644;
    opacity: 1;
}

.link {
    margin-top: 30px;
}

.link .content a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}

.link .content a:last-of-type{
    margin-right: 0;
}
.todayRecommend_title {
    flex: 1;
}
.todayRecommend_title h1 a {
    display: block;
    width: 372px;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #F04040 ;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.todayRecommend_title p {
    width: 480px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-indent: 30px;
    margin: 15px auto 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hotMiddleList div {
    border-top: 1px dashed #D4D4D4;
    border-bottom: 1px dashed #D4D4D4;
    padding-bottom: 23px;
}
.hotMiddleList div a {
    display: block;
}
.hotMiddleList div:last-child {
    border: none;
}
.hotMiddleList li {
    display: flex;
    justify-content: space-between;
    height: 25px;
    margin-top: 19px;
    padding-left: 30px;
    text-indent: 30px;
    cursor: pointer;
    
}
.hotMiddleList li span {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    /* text-align: center; */
    
}
.hotMiddleList li span:nth-child(1) {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("/96kaifa/images/li_back.png") no-repeat 0 7px;
}
.hotMiddleList li:hover span:nth-child(1) {
    background: url("/96kaifa/images/li_hover.png") no-repeat 0 7px;
}
.hotMiddleList li p span:nth-child(2) {
    width: 300px;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 游戏视频 */
.hot_video {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    height: 227px;
}

.hot_video .allTitle2 {
    margin-bottom: 24px;
}

.hot_video .list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
}

.hot_video .list>div {
    position: relative;
    width: 285px;
    flex-shrink: 0;
    margin-right: 20px;
}

.hot_video .list>div>a {
    width: 285px;
    height: 180px;
    position: relative;
}

.hot_video .list>div>a img {
    border-radius: 10px;
}

.hot_video .list>div>a div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/96kaifa/images/video_default.png") center center no-repeat;
    background-size: 40px 40px;
    box-shadow: 0px 0px 8px 1px rgba(143, 130, 136, 0.28);
}
.hot_video .list>div>a div:hover {
    border-radius: 10px;
    background: url("/96kaifa/images/video_hover.png") center center no-repeat rgba(0, 0, 0, 0.35);
}

.hot_video .list>div>a .line {
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: #FF4200;
}

.hot_video .list>div p.p-oh {
    width: 285px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: left;
    /* margin: 15px 0; */
    position: absolute;
    bottom: 10px;
    color: #fff;
    margin: 0 auto 10px;
    text-align: center;
    padding: 0 30px;
    display: none;
}
.hot_video .list>div:hover p.p-oh {
    display: block;
}

/* .hot_video .list>div p:hover {
    color: #FF4200;
} */

.hot_video .list>div div {
    display: flex;
    justify-content: space-between;
}

.hot_video .list>div div span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.allTitle2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background: url("/96kaifa/images/public.png") left center no-repeat;
}


.allTitle2 p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    text-indent: 20px;
    /* background: url("/96kaifa/images/public.png") left center no-repeat; */
}


.allTitle2 a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    padding-right: 20px;
    background: url("/96kaifa/images/more.png") right center no-repeat;
}

/* 游戏资讯 */
.games_gl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.game_news,.hot_gl,.latest_gl {
    margin-right: 42px;
}
.game_news {
    width: 366px;
}
.hot_gl {
    width: 435px;
}
.latest_gl {
    width: 295px;
}
.game_news li a,.hot_gl li a,.latest_gl li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    color: #999;
}
.game_news li p:nth-child(1) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.game_news li p:nth-child(2){
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    
}

.game_news li p:nth-child(2) span:nth-child(1) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.game_news li p:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}
.game_news li p:nth-child(2) span:nth-child(1) {
    width: 250px;
}
.game_news .imgs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-top: 10px;
}
.game_news .imgs img {
    width: 155px;
    height: 84px;
    margin-right: 10px;
}
.game_news .imgs p span {
    display: block;
    margin-top: 14px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
}
.game_news .imgs p span:nth-child(1) {
    width: 201px;
}
.game_news .imgs p span:nth-child(2) {
    color: #999;
    text-align: right;
}
/* .hot_gl li a {
    width: 358px !important;  
} */
.hot_gl li a p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 24px;
}
.hot_gl li a p span:nth-child(1) {
    width: 280px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
.hot_gl .one li:nth-child(1) a p {
    background: url("/96kaifa/images/hot_gl1.png") left center no-repeat;
}
.hot_gl .two li:nth-child(1) a p {
    background: url("/96kaifa/images/hot_gl2.png") left center no-repeat;
}
.hot_gl li:nth-child(1) a p span:nth-child(1) {
    margin-left: 60px;
    font-size: 16px;
}

.latest_gl {margin-right: 0;}
.latest_gl li {
    background: url("/96kaifa/images/gl_back.png") left center no-repeat;
}
.latest_gl li:hover {
    background: url("/96kaifa/images/gl_hover.png") left center no-repeat;
}
.latest_gl li a p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.latest_gl li a p span:nth-child(1) {
    width: 235px;
    margin-left: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
li:hover a span,a:hover span {
    color: #F04040 !important;
}
.latest_img {
    position: relative;
    margin-top: 20px;
}
.latest_img img {
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 5px;
}
.latest_img p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    background: #000000;
    opacity: 0.8;
    border-radius: 0px 0px 5px 5px;
    padding: 0 45px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    color: #fff;
}

/* 手游测评 */
.album_con {
    display: flex;
    height: 200px;
    justify-content: space-between;
}
.pingfen {
    margin: 11px 0 !important;
    text-align: right;
}
.pingfen span {
    width: 41px;
    height: 18px;
    background: #F04040;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 8px;
}

.album_and_rank {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}

.album_wrap {
    display: flex;
    justify-content: space-between;
}

.album_con:first-of-type .rank {
    display: block;
   
}

.album_con .rank {
    width: 220px;
    height: 100%;
    /* border: 1px solid #DCDCDC; */
    /* padding: 56px 22px 50px 30px; */
    position: relative;
    display: none;
    padding: 0 24px;
    background: #fff;
}

.album_con .active {
    display: block;
}

.album_con .rank h3 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.album_con .rank .desc {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.album_con .rank .active {
    display: block;
}

.album_con .album_img {
    width: 180px;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    position: relative;
}

.album_con .album_img:nth-of-type(2) {
    margin-right: 30px;
}

.album_con .tit {
    width: 100%;
    height: 38px;
    font: 14px/38px "";
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
}


.game_downloads {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
/* 手游下载 */
.title_flex {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_list {
    display: flex;
    justify-content: flex-start !important;
}
.title_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69px;
    height: 26px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 20px;
}

.ons {
    position: relative;
    color: #F04040!important;
    border: 1px solid #F04040 !important;
}
.DetailAll {
    width: 857px;
    /* min-height: 400px; */
}

.GameList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
}
.GameList .hot_game_title {
    box-sizing: border-box;
    padding-right: 20px;
}
.gameListDetailAll {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.DetailAll .gameListDetailAll:nth-child(1) {
    display: block;
}
.gameListDetail {
    float: left;
    /* width: 230px; */
    /* height: 140px; */
    margin-top: 20px;
    margin-right: 50px;
    cursor: pointer;
}
.gameListDetailAll .gameListDetail:nth-child(4n) {
    margin-right: 0;
}

.gameListDetail div.imgs {
    /* width: 88px;  */
    display: flex;
    justify-content: flex-start;
    margin: auto;
}
.gameListDetail div img {
    width: 75px;
    height: 75px;
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
}
.gameListDetail:hover p.p-oh {
    color: #F04040;
}
.right_title {
    margin-left: 10px;
}
.right_title p img {
    width: auto;
    height: 13px;
}
.right_title p:nth-child(1) {
    width: 85px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 5px;
}
.right_title p:nth-child(2) {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin: 8px 0;
}

/* 游戏礼包 */
.game_gift {
    flex: 1;
}
.hidden {
    display: none;
    justify-content: space-between;
    align-items: center;
}

.hidden img {
    width: 75px;
    height: 75px;
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
}
.hidden p {
    width: 109px;
}
.hidden_title {
    display: flex;
}
.gift_content {
    width: 102px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.hidden button {
    width: 52px;
    height: 25px;
    background: #F04040;
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 40px;
}

.yearRank {
    position: relative;
    flex: 1;
    margin-left: 20px;
}
.game_gift .yearRank .content::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 270px;
    border: 1px solid #DFDFDF;
    left: 2px;
    z-index: -1;
}
.game_gift .yearRank .content h3 {
    width: 112px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game_gift .contentList .show,.game_gift .contentList .hidden {
    padding-left: 20px;
}

.game_gift .yearRank .content .show i {
    text-align: center;
    font-style: normal;
    margin-right: 16px;
}
.game_gift .yearRank .content .hidden_top div {
    flex: 1;
    /* display: grid; */
    align-items: center;
    /* margin-left: 10px; */
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
    margin-bottom: 7px;
}
.game_gift .yearRank .content .hidden_top {
    height: 79px;
}
.game_gift .yearRank .content .hidden_top a {
    height: 100%;

}

.game_gift .yearRank .content .hidden div span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.game_gift .yearRank .content .show div {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.game_gift .yearRank .content .show span {
    margin-right: 8px;
}
.game_gift .yearRank .content>div {
    margin-top: 10px;
}
.game_gift .contentList.on .hidden {
    display: flex;
    background: url("/96kaifa/images/show_back.png") left center no-repeat;
}
.game_gift .contentList.on .show {
    display: none;
}
.game_gift .contentList .show {
    background: url("/96kaifa/images/hidden_back.png") left center no-repeat;
}




/* 热门专辑 */
.zhuanji .allTitle2 {
    background: none;
}
.zhuanji .allTitle2 p {
    flex: 1;
    text-align: center;
    padding-right: 20px;
    background: url('/96kaifa/images/zhuanji_back.png') center center no-repeat;
}
.zhuanji .rank {
    position: relative;
}
.zhuanji .cut_off {
    margin-top: 20px;
}
.zhuanji .rank a {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 173px;
    height: 27px;
    border: 1px solid #F04040;
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F04040;
}
.ceping_back {
    background: #f3f3f3;
    margin-top: 40px;
    padding: 20px 0 30px;
}

.zhuanji_back {
    display: flex;
    align-items: center;
    height: 335px;
    background: #f3f3f3;
    background-image: url("/96kaifa/images/ztbgc.png");
    margin-top: 40px;
}
.zhuanji .hot_album {
    background: #FFFFFF;
    padding: 20px 20px 0;
}

/* 排行榜 */
.includingAll {
    display: flex;
    justify-content: space-between;
}
.yearRank .content .show div {
    flex: 1;
    margin-top: 20px;
}



/* 排行榜 */
.includingAll {
    display: flex;
    justify-content: space-between;
}
.index_rank {
    margin-top: 40px !important;
}
.index_rank .includingAll .yearRank {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 60px;
}

.index_rank .yearRank .allTitle2::before {
    content: none;
}
.index_rank .yearRank .content {
    margin-top: 25px;
}
.index_rank .yearRank .contentList {
    margin-top: 20px;
}
.index_rank .yearRank .content .hidden {
    display: flex;
    position: relative;
    display: none;
}
.index_rank .yearRank .content .show {
    display: flex;
    align-items: center;
}
.index_rank .yearRank .content .show div {
    margin-top: 0;
}
.index_rank .yearRank .content h3 {
    width: 160px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_rank .show>div p:nth-child(2) {
    width: 70px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #666666;
    float: left;
    display: inline-block;
}
.index_rank .show>div p:nth-child(3) {
    float: left;
}
.index_rank .xiazai {
    display: block;
    width: 56px;
    height: 25px;
    border: 1px solid #999999;

    border-radius: 13px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #999999;
}
.index_rank .yearRank .content span {
    display: block;
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin: 10px 0;
}
.index_rank .yearRank .content p>img {
    width: 100%;
    height: 13px;
    /* margin-right: 5px; */
    border-radius: 0;
    object-fit: contain;
    margin-right: 3px;
}
.index_rank .yearRank .content .btn {
    width: 70px;
    height: 30px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-left: 15px;
    margin-top: 35px;
}
.index_rank .yearRank .content img {
    width: 86px;
    height: 86px;
    border-radius: 15px;
    /* margin-right: 11px; */
}
.index_rank .yearRank .content .hidden i {
    position: absolute;
    top: 0;
    left: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 28px;
    font-style: normal;
    margin-left: -8px;
    background: url('/96kaifa/images/rank3.png') no-repeat center;
}
.index_rank .yearRank .content .contentList:nth-child(1) .hidden i {   
    background: url('/96kaifa/images/rank1.png') no-repeat center;
}
.index_rank .yearRank .content .contentList:nth-child(2) .hidden i {   
    background: url('/96kaifa/images/rank2.png') no-repeat center;
}
.index_rank .yearRank .content .contentList .hidden i span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 30px;
    height: 28px;
    line-height: 24px;
    color: white;
    margin-left: 0px;
}
.index_rank .yearRank .content .hidden i img {
    position: absolute;
    top: 0;
    left: 82%;
    width: 31px !important;
    height: 28px;
}
.index_rank .yearRank:nth-child(1) .content .contentList:nth-child(1) .show i,
.index_rank .yearRank:nth-child(2) .content .contentList:nth-child(1) .show i,
.index_rank .yearRank:nth-child(3) .content .contentList:nth-child(1) .show i{
    background: #F04040 !important;
}
.index_rank .yearRank:nth-child(1) .content .contentList:nth-child(2) .show i,
.index_rank .yearRank:nth-child(2) .content .contentList:nth-child(2) .show i,
.index_rank .yearRank:nth-child(3) .content .contentList:nth-child(2) .show i{
    background: #FF5A00 !important;
}
.index_rank .yearRank:nth-child(1) .content .contentList:nth-child(3) .show i,
.index_rank .yearRank:nth-child(2) .content .contentList:nth-child(3) .show i,
.index_rank .yearRank:nth-child(3) .content .contentList:nth-child(3) .show i{
    background: #FF9B19 !important;
}
.index_rank .yearRank .content .show i {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    margin-right: 15px;
    width: 23px;
    height: 23px;
    background: #D8D8D8;
    border-radius: 50%;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.index_rank .yearRank .content .hidden div {
    flex: 1;
    /* display: grid; */
    align-items: center;
    margin-left: 10px;
}

.index_rank .yearRank .content .show div {
    flex: 1;
}
.index_rank .yearRank .content .show span {
    margin-right: 8px;
}
/* .index_rank .yearRank .content>div {
    margin-top: 10px;
} */
.index_rank .contentList.on .hidden {
    display: flex;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px dashed #DDDDDD; */
}
.index_rank .guang {
    display: flex;
}
.index_rank .contentList.on .show {
    display: none;
}
.index_rank .contentList.on .show a {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
}
.index_rank .contentList .show a img {
    width: 14px;
    height: 14px;
}

.index_rank .download a {
    width: 56px;
    height: 25px;
    border: 1px solid #E73D3D;
    border-radius: 13px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #F04040;
    margin-left: 18px;
}
.index_rank .yearRank .Title span {
    display: block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    text-align: center;
}














