@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    word-wrap: break-word;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
textarea {
    font: inherit;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex1 {
    flex: 1;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.start {
    align-items: flex-start;
}

.center {
    align-items: center;
}

.end {
    align-items: flex-end;
}

.flexcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.flexend {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    line-height: 1.7;
    color: #333;
    font-size: 0.16rem;
}

.content {
    width: 13rem;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.f70 {
    font-size: 0.7rem;
}

.f56 {
    font-size: 0.56rem;
}

.f40 {
    font-size: 0.4rem;
}

.f36 {
    font-size: 0.36rem;
}

.f34 {
    font-size: 0.34rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f26 {
    font-size: 0.26rem;
}

.f24 {
    font-size: 0.24rem;
}

.f22 {
    font-size: 0.22rem;
}

.f20 {
    font-size: 0.2rem;
}

.f18 {
    font-size: 0.18rem;
}

.f14 {
    font-size: 14px;
}

.cover {
    object-fit: cover;
}

.gray {
    color: #505050 !important;
}

.gray6 {
    color: #666 !important;
}

.gray9 {
    color: #999 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 3rem;
    display: inline-block;
}

.white {
    color: #fff;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.mar_t50 {
    margin-top: 0.5rem;
}

.mar_r10 {
    margin-right: 0.1rem;
}

.mar_r20 {
    margin-right: 0.2rem;
}

.lv {
    color: #40bcba;
}

.phone {
    display: none;
}

/*banner*/
.header_bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0.65rem;
    z-index: 9;
    background: #000000;
    padding: 0 0.5rem;
    z-index: 99;
}

.logo img {
    width: 1.55rem;
}

.nav {
    width: 10.95rem;
    color: #fff;
    margin-right: 1.1rem;
}

.nav li {
    position: relative;
}

.bg {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
    height: 7.88rem;
    position: fixed;
    top: 0.65rem;
    left: 0;
    z-index: 9;
    display: none;
}

.menu {
    width: 0.41rem;
    cursor: pointer;
}

.subnav {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0.65rem;
    display: none;
}

.subnav a {
    font-size: 0.14rem;
    line-height: 0.48rem;
    display: block;
}

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

.pagination {
    text-align: center;
}

.pagination li {
    line-height: 42px;
    display: inline-block;
    text-align: center;
    background: #e8e8e8;
    padding: 0 17px;
    margin: 0 5px;
}

.pagination li.active {
    background: red;
    color: #fff;
}

.about_bg {
    background: url(../images/bg1.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.7rem 0;
}

.about_txt {
    line-height: 2.3;
    margin: 0.45rem 0 0.2rem;
    color: #fff;
}

.nar1 {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0 auto;
}

.about_con {
    background: url(../images/about_bg.png) no-repeat center top;
    background-size: 100% 6.52rem;
    margin: 0.7rem 0 0;
}

.about_con li {
    height: 6.52rem;
}

.about_con .swiper-pagination {
    position: static;
    margin: 0.2rem 0 0;
}

.about_con .swiper-pagination-bullet {
    background: #40bcba;
}

.about_info {
    padding: 2.8rem 0.65rem 0 6.4rem;
}

.person {
    width: 4.37rem;
    bottom: 0;
    left: 1.37rem;
}

.name {
    width: 100%;
    font-size: 2rem;
    font-family: Arial;
    background: linear-gradient(#04def9, #85edfe);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-style: italic;
    line-height: 1;
    top: 0.75rem;
}

.pic_bg {
    background: #181818;
}

.pic {
    width: 50%;
    height: 6.12rem;
}

.pic_box {
    width: 50%;
    background: url(../images/pic1_bg.png) no-repeat left top;
    background-size: 100%;
    height: 6.12rem;
    padding: 1.3rem 2.15rem 0 0.8rem;
}

.pic_tip {
    height: 0.8rem;
    background: #86EDFE;
    border-radius: 0.1rem;
    line-height: 0.8rem;
    text-transform: uppercase;
    margin: 0.8rem 0 0;
}

.news_bg {
    background: #000000;
    padding: 0.75rem 0;
}

.news_list {
    margin: 0.7rem 0 0.05rem;
}

.news_list li {
    width: 4.13rem;
    margin-right: 0.3rem;
    margin-bottom: 0.4rem;
}

.news_list li:nth-child(3n) {
    margin-right: 0;
}

.news_list_pic {
    height: 2.36rem;
}

.news_list_pic p {
    width: 2.01rem;
    height: 0.48rem;
    background: #86EDFE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    left: 0;
    bottom: 0;
    position: absolute;
}

.friend_bg {
    background: url(../images/friend_bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.7rem 0;
}

.friend_list {
    padding: 0.8rem 0 0;
}

.friend_list li {
    width: 2.36rem;
    height: 1rem;
    margin: 0 0.3rem 0.5rem 0;
    border-radius: 0.1rem;
}

.friend_list li:nth-child(5),
.friend_list li:nth-child(7),
.friend_list li:nth-child(12) {
    margin-right: 0;
}

.friend_list li:nth-child(6) {
    margin-right: 8.28rem;
}

.friend_txt {
    width: 6.35rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2.3rem;
}

.footer_bg {
    background: #181818;
}

.footer_nav {
    padding: 0.55rem 0 0.4rem;
    border-bottom: solid 1px #313131;
}

.footer_nav li {
    text-align: center;
}

.footer_nav li p {
    margin: 0.25rem 0 0;
}

.footer_nav li p a {
    line-height: 0.4rem;
    display: block;
}

.copyright {
    padding: 0.3rem 0;
}

.team_head {
    left: 0;
    right: 0;
    top: 2.2rem;
}

.team_head .swiper-button-prev,
.team_head .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0;
    left: 1.3rem;
}

.team_head .swiper-button-prev::after,
.team_head .swiper-button-next::after {
    display: none;
}

.team_head .swiper-button-prev {
    background: url(../images/nar2.png) no-repeat;
    background-size: 100% 100%;
    top: -0.5rem;
}

.team_head .swiper-button-next {
    background: url(../images/nar3.png) no-repeat;
    background-size: 100% 100%;
    bottom: -0.5rem;
    top: auto;
    right: auto;
}

.year_list {
    width: 3rem;
}

.year_list .swiper {
    height: 4.9rem;
}

.year_list .swiper li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.7rem !important;
}

.year_list .swiper li.swiper-slide-active {
    font-size: 0.76rem;
    border-top: solid 0.03rem #ffffff;
    border-bottom: solid 0.03rem #ffffff;
    height: 1.4rem !important;
}

.team_head_con {
    width: 9.4rem;
}

.team_bg {
    background: #000000;
    padding: 0.7rem 0 0.55rem;
}

.designer_box {
    padding: 0.75rem 0 0;
}

.designer {
    margin: 0.6rem 0 0;
}

.designer li {
    border-radius: 0 0.6rem 0 0;
}

.designer .swiper-button-prev,
.designer .swiper-button-next {
    width: 0.67rem;
    height: 0.67rem;
    background: #FFFFFF;
    border-radius: 100%;
}

.designer .swiper-button-prev::after,
.designer .swiper-button-next::after {
    color: #000000;
    font-weight: bold;
    font-size: 0.24rem;
}

.designer .swiper-button-prev {
    left: -0.3rem;
}

.designer .swiper-button-next {
    right: -0.3rem;
}

.designer_pic {
    height: 4.89rem;
    position: relative;
}

.designer_pic::after {
    width: 100%;
    height: 0.43rem;
    background: url(../images/line1.png) no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.designer_con {
    height: 1.22rem;
    background: linear-gradient(90deg, #86EDFE 0%, #3DB9B7 100%);
    padding: 0 0.4rem;
}

.designer_more img {
    width: 0.13rem;
    height: 0.2rem;
    margin-left: 0.1rem;
}

.car_bg {
    background: url(../images/car_bg.png) no-repeat center top;
    background-size: 14.11rem;
    margin: 0.6rem 0 0;
    padding: 1.92rem 0 0;
    height: 7.88rem;
}

.m_friend {
    padding: 0.5rem 0 0;
}

.m_friend ul {
    margin: 0.6rem 0 0;
}

.m_friend li:nth-child(5n) {
    margin-right: 0;
}

.m_friend li:nth-child(6),
.m_friend li:nth-child(7),
.m_friend li:nth-child(12) {
    margin-right: auto;
}

.match_tit {
    width: 100%;
    top: 52%;
    font-size: 0.8rem;
}

.match {
    width: 14.6rem;
    margin: 0 auto;
}

.match_time {
    left: 0;
    right: 0;
    bottom: -0.48rem;
    background: #40bcba;
    height: 1.3rem;
    padding: 0 0.6rem;
}

.match_time span {
    margin-right: 1.4rem;
}

.match_bg {
    background: #000;
    padding: 1rem 0 0.9rem;
}

.match_xx_tit {
    background: url(../images/line2.png) no-repeat left bottom;
    background-size: 2.84rem 0.11rem;
    padding-bottom: 0.3rem;
}

.saidao {
    margin: 0.6rem 0;
}

.saidao img {
    width: 11.17rem;
}

.scroce_box {
    background: #181818;
    padding: 0.25rem 0.65rem 0.8rem;
}

.scroce_list li {
    width: 6.4rem;
    border-bottom: solid 1px #969696;
    padding: 0.4rem 0;
    position: relative;
}

.scroce_list li::after {
    width: 0;
    height: 0.06rem;
    background: #85ECFD;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    transition: all 0.6s;
}

.scroce_list li:nth-child(1)::after {
    width: 100%;
}

.scroce_list li:nth-child(2)::after {
    width: 90%;
}

.scroce_list li:nth-child(3)::after {
    width: 80%;
}

.scroce_list li:nth-child(4)::after {
    width: 70%;
}

.scroce_list li:nth-child(5)::after {
    width: 60%;
}

.scroce_list li:nth-child(6)::after {
    width: 50%;
}

.scroce_list li:nth-child(7)::after {
    width: 40%;
}

.scroce_list li:nth-child(8)::after {
    width: 30%;
}

.scroce_list li:nth-child(9)::after {
    width: 20%;
}

.scroce_list li:nth-child(10)::after {
    width: 10%;
}


.wid1 {
    width: 2.6rem;
}

.huigu_pic {
    height: 3.4rem;
}

.huigu li {
    cursor: pointer;
}

.huigu li:hover .play {
    display: block;
}

.video_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 100;
    background: #000;
}

.video_close {
    position: absolute;
    font-size: .4rem;
    right: calc(50% - 10rem / 2 - 1rem);
    cursor: pointer;
    top: calc(10rem / 16 * 2);
    cursor: pointer;
    color: #fff;
}

.video_con {
    width: 10rem;
    height: calc(10rem / 16 * 9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.play {
    width: 1.45rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.talk {
    margin-top: 1rem;
}

.talk li {
    height: 4.71rem;
    background: #FFFFFF;
    border-radius: 5px;
}

.talk_con {
    padding: 0.2rem 0.46rem 0;
}

.talk_pic {
    width: 2.7rem;
    height: 3.64rem;
    border-radius: 0.1rem;
    margin: -0.4rem auto 0;
}

.fans li {
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
}

.fans_pic {
    height: 3.41rem;
}

.fans_con {
    padding: 0.15rem 0.2rem;
}

.shop_box {
    width: 16rem;
    margin: 0 auto;
}

.shop_tit {
    left: 0;
    right: 0;
    top: 25%;
}

.shop_tit p {
    width: 10rem;
    margin: 0.6rem 0 0;
    line-height: 1.6;
}

.shop_bg {
    background: #000;
}

.shop_list {
    padding: 1.1rem 0 0.2rem;
}

.shop_list li {
    width: 5.06rem;
    margin: 0 0.4rem 0.8rem 0;
}

.shop_list li:nth-child(3n) {
    margin-right: 0;
}

.shop_list li:hover .shop_pic::after {
    transform: scale(1, 1);
}

.shop_pic {
    height: 6rem;
}

.shop_pic::after {
    width: 100%;
    height: 100%;
    background: url(../images/nar5.png) no-repeat center center rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    transform: scale(0, 0);
}

.shop_tit {
    line-height: 0.36rem;
    height: 0.72rem;
}

.sns li {
    border-radius: 0.1rem;
    overflow: hidden;
}

.sns_pic {
    height: 3.9rem;
}

.sns_pic img {
    object-fit: cover;
}

.sns_con {
    background: #fff;
    padding: 0.2rem 0.3rem 0;
    height: 1.85rem;
}

.sns_con .two {
    line-height: 0.3rem;
    height: 0.6rem;
}

.sns_tip {
    height: 0.4rem;
    padding: 0 0.15rem;
    background: #40BCBA;
    border-radius: 0.1rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fans_btn {
    position: static;
    text-align: left;
}

.fans_btn .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 100%;
    opacity: 1;
}

.fans_btn .swiper-pagination-bullet-active {
    border: solid 2px #fff;
    background: none;
}

.member li {
    border-radius: 0.1rem;
    overflow: hidden;
}

.member_con {
    height: 1.6rem;
    padding: 0.3rem 0.3rem 0;
}

.liver {
    padding-bottom: 1rem;
}

.liver li {
    height: 5.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.liver li > a > img {
    height: 5.5rem;
    object-fit: cover;
}

.liver_con {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    padding: 2.04rem 0 0;
    position: absolute;
}

.play1 {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.liver_tit {
    margin: 2.7rem 0.3rem 0;
    font-weight: bold;
}

.driver_bg {
    background: #000000;
    padding: 4.6rem 0 1.3rem;
}

.driver {
    width: 14.6rem;
    margin: 0 auto;
}

.driver_head {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
}

.driver_link {
    width: 2.26rem;
    height: 0.81rem;
    border-radius: 0.41rem;
    border: 0.02rem solid #FFFFFF;
}

.driver_link img {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.4rem;
}

.driver_info_box {
    margin: 1.2rem 0 0;
}

.driver_info {
    width: 6rem;
    height: 2.8rem;
    background: rgba(64, 188, 186, 0.5);
    border-radius: 0.1rem;
    padding: 0 0.45rem;
}

.driver_info_top {
    padding: 0.4rem 0;
    border-bottom: solid 1px #658f8f;
    margin-bottom: 0.36rem;
}

.driver_about {
    width: 7.7rem;
    line-height: 2.5;
}

.driver_history {
    background: #0a0a0a;
    height: 9.66rem;
}

.driver_year {
    width: 4.5rem;
    padding: 15% 0 0;
  }
  .driver_year .swiper {
    height: 4.9rem;
  }
  .driver_year .swiper li h2 {
    font-size: 0.6rem;
    line-height: 1;
    opacity: 0.2;
    margin-bottom: 0.7rem;
  }
  .driver_year .swiper li.swiper-slide-thumb-active h2 {
    opacity: 1;
    font-size: 1.3rem;
  }
  /* .driver_year .swiper li.swiper-slide-active h2 {
    opacity: 1;
    font-size: 1.3rem;
  } */
  .driver_year .swiper-button-prev,
  .driver_year .swiper-button-next {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 100%;
    background: #fff;
    margin: 0;
  }
  .driver_year .swiper-button-prev::after,
  .driver_year .swiper-button-next::after {
    color: #000;
    font-size: 0.14rem;
    transform: rotate(90deg);
  }
  .driver_year .swiper-button-prev {
    top: 0.65rem;
    left: 0 ;
  }
  .driver_year .swiper-button-next {
    top: 7.5rem;
    left: 0;
    right: auto;
  }

  .driver_pic {
    width: 11.42rem;
    right: 0;
    top: 0;
  }
  .driver_pic img{
      width: 100%;
      height: 9.66rem;
    object-fit: cover;
  }

.driver_car {
    padding: 2.1rem 0 1rem;
}

.car_num {
    font-size: 3rem;
    font-family: Arial;
    background: linear-gradient(#01dbf9, #019cef);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-style: italic;
    line-height: 1;
}

.driver_car_pic {
    width: 13.14rem;
    margin: -0.8rem auto 0;
}

.m_news li {
    width: 6.26rem;
}

.m_news li .news_list_pic {
    height: 3.56rem;
}

.shop_show {
    padding: 0.7rem 0;
}

.good_pic {
    width: 7.54rem;
}

.good_pic li {
    margin-bottom: 0.37rem;
}

.good_con {
    width: 7.6rem;
}

.good_tit {
    background: linear-gradient(to right, #c2f5fe, #9fdddc);
    border-radius: 0.1rem;
    display: inline-block;
    padding: 0 0.15rem;
}

.size_box {
    background: #40BCBA;
    border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
}

.size span {
    width: 1.03rem;
    height: 0.51rem;
    background: #FFFFFF;
    border-radius: 0.26rem;
    margin: 0 0.15rem 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.size span:nth-child(6n) {
    margin-right: 0;
}

.size span.on {
    background: #1D605F;
    color: #fff;
}

.good_info {
    line-height: 2.3;
}

.shop_btn {
    width: 6.14rem;
    height: 0.66rem;
    background: #40BCBA;
    border-radius: 0.33rem;
    margin: 0.7rem 0 0.6rem;
}

.m_case {
    padding: 0.2rem 0 0.8rem;
}

.m_case_pic {
    width: 7.84rem;
}

.m_case_pic li img {
    height: 5.24rem;
}

.m_case_pic .swiper-button-prev,
.m_case_pic .swiper-button-next {
    width: 0.68rem;
    height: 0.68rem;
    background: #fff;
    border-radius: 100%;
}

.m_case_pic .swiper-button-prev::after,
.m_case_pic .swiper-button-next::after {
    color: #000000;
    font-size: 0.2rem;
    font-weight: bold;
}

.m_case_con {
    width: 4.65rem;
    line-height: 2;
}

.button {
    height: 0.89rem;
    background: linear-gradient(90deg, #86EDFE 0%, #3DB9B7 100%);
    margin: 0.6rem 0 0;
}

.form_bg {
    background-color: #000;
    padding-bottom: 0.65rem;
}

.form_title {
    width: 9.2rem;
    left: 0;
    right: 0;
    top: 25%;
}

.form_box {
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 2.44rem 0.9rem 0.55rem;
    margin-top: -2.5rem;
}

.form_tit {
    width: 1.95rem;
    padding-right: 0.3rem;
}

.form_txt {
    background: #F1F1F1;
}

.form_txt input {
    background: none;
    border: none;
    padding: 0 0.3rem;
    height: 0.61rem;
}

.form_txt textarea {
    height: 1.76rem;
    padding: 0.1rem 0.2rem;
    background: none;
    border: none;
}

.form_list {
    margin-bottom: 0.2rem;
}

.upload {
    width: 2rem;
    height: 0.37rem;
    background: #86EDFE;
    border-radius: 0.05rem;
    line-height: 0.37rem;
}

.upload_file {
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}

.upload_box {
    height: 0.61rem;
    padding: 0 0.3rem;
}

.form_btn {
    height: 0.61rem;
    background: #86EDFE;
    color: #000;
    cursor: pointer;
}

.form_btn_disable {
    height: .61rem;
    background: #c9c9c9;
    color: #fff;
    cursor: not-allowed;
}

.xx_txt img {
    max-width: 100%;
}

.motto-line, .reward-line {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page {
    background: #000000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page span {
    margin: 0 .2rem;
    font-size: .2rem;
}

.page a {
    margin: 0 .2rem;
    font-size: .2rem;
}

.page a.active {
    color: #86EDFE;
}

.page a:hover {
    color: #86EDFE;
}

.csjj{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
