html {
    overflow: hidden;
    overflow-y: scroll;
}
body {
    background-color: #022041;
}
.main {
    background-color: #022041;
}
.content {
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*轮播图*/
.swiper-nav .product-trait-img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .swiper-nav .product-trait-img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
} */
.carousel-map {
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.index-img {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.index-img .product-trait-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.carousel-map .product-trait-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.index-img img,
.carousel-map img,
.studen-world img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.title-box {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(74, 88, 109, 0.5);
}
.title-box .title {
    position: relative;
    z-index: 2;
    line-height: 42px;
    display: inline-block;
    font-size: 20px;
}
.title-ul {
    flex: none;
    padding: 22px 0;
    font-size: 14px;
    vertical-align: middle;
}
.title-ul > ul > li {
    float: left;
}
.title-ul .active {
    color: #FDE22B;
}
.title-ul li {
    text-align: center;
    position: relative;
    padding: 0 16px;
}
.title-ul li::after {
    content: '/';
    color: #5E7895;
    position: absolute;
    right: 0;
}
.title-ul li:last-child::after {
    display: none;
}
.hd-r.index-nav {
    float: none;
    display: flex;
}
.hd-r.index-nav .ul-tit {
    flex: 1;
    display: flex;
    padding-left: 110px;
    justify-content: space-between;
}
.index-middle {
    position: relative;
    width: 100%;
    height: 800px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-middle .text-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 760px;
    margin: auto;
    z-index: 3;
}
.index-middle .middle-list {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 40%;
    height: 725px;
    padding: 3% 3% 3% 6%;
    margin: auto;
    color: #ffffff;
    background-color: #022041;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
}
.index-middle .middle-list ul {
    height: 590px;
    margin-top: 30px;
    line-height: 20px;
}
.index-middle .middle-list li {
    font-size: 16px;
    margin-bottom: 30px;
}
.index-middle .middle-list li .time {
    color: #999;
    font-size: 12px;
}
.index-middle .index-middle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-middle .middle-title {
    font-size: 30px;
    line-height: 30px;
    color: #FDE22B;
    align-items: flex-end;
}
.index-middle .middle-title img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
}
.index-title-label {
    margin-top: 100px;
    color: #ffffff;
    font-size: 16px;
}
.index-title-label .index-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 24px;
}
.index-title-label .index-title .img {
    width: 24px;
    height: 24px;
    margin-left: 14px;
}
.index-title-label .more {
    line-height: 60px;
}
.index-switch {
    color: #ffffff;
    background-color: #001B38;
}
.index-switch .switch-title {
    padding-bottom: 14px;
    color: #ffffff;
    border-bottom: 1px solid #6E7277;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.index-switch .switch-title .my-slide-thumb-active {
    color: #FDE22B;
}
.index-switch .switch-title .swiper-slide {
    padding: 14px 0;
    font-size: 14px;
    text-align: center;
}
.index-switch .switch-title li {
    padding: 0;
}
.index-switch .title-ul .switch-title li::after {
    display: none;
}
.index-switch .switch-content {
    width: 90%;
    margin: auto;
}
.index-switch .switch-box-body {
    position: relative;
}
.index-switch .switch-box-body .swiper-button-next:after,
.index-switch .switch-box-body .swiper-button-prev:after {
    display: none;
}
.index-switch .switch-box-body .swiper-button-next img,
.index-switch .switch-box-body .swiper-button-prev img {
    width: 40px;
    height: 40px;
}
.index-switch .switch-box-body .swiper-button-disabled {
    display: none;
}
.index-switch .switch-box1,
.index-switch .switch-box {
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.index-switch .switch-box1 .swiper-wrapper,
.index-switch .switch-box .swiper-wrapper {
    display: none;
}
.index-switch .switch-box1 .swiper-wrapper.active,
.index-switch .switch-box .swiper-wrapper.active {
    display: flex;
}
.index-switch .switch-box1 .product-trait-img,
.index-switch .switch-box .product-trait-img {
    width: 180px;
    height: 120px;
    line-height: 120px;
}
.index-switch .switch-box1 .product-trait-img img,
.index-switch .switch-box .product-trait-img img {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}
.index-switch .switch-box-body-top {
    padding-top: 30px;
}
.index-switch .switch-box-body-top .switch-box-top {
    overflow: hidden;
    width: calc(100% - 200px);
    margin: auto;
}
.index-switch .switch-box-body-top .switch-box-top .swiper-wrapper {
    display: none;
}
.index-switch .switch-box-body-top .switch-box-top .swiper-wrapper.active {
    display: flex;
}
.index-switch .switch-box-body-top .switch-box-top .product-trait-img {
    width: 300px;
    height: 200px;
    line-height: 200px;
    border-radius: 5px;
}
.index-switch .switch-box-body-top .switch-box-top .product-trait-img img {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}
.index-switch .switch-box-body-top .swiper-button-prev.switch-box-top-btn {
    left: 0;
}
.index-switch .switch-box-body-top .switch-box-top-next.switch-box-top-btn {
    right: 0;
}
.index-switch .switch-box-body-top .swiper-button-prev.switch-box-top-btn,
.index-switch .switch-box-body-top .switch-box-top-next.switch-box-top-btn {
    top: 30px;
    width: 50px;
    height: 200px;
    margin: 0;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 5px;
}
.introduction {
    display: inline-block;
    position: relative;
    flex: 1;
    padding: 12px 0;
}
.introduction .title {
    line-height: 20px;
}
.introduction .event {
    position: relative;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    top: 4px;
    left: 0;
    z-index: 1;
}
.detail-content.detail-content-match .introduction {
    flex: none;
}
.detail {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
}
.detail .label {
    padding: 30px 0 20px 0;
}
.detail .detail-content {
    background-color: #0C2D4F;
    border-radius: 5px;
}
.detail .detail-content .content-text {
    padding: 50px 78px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.detail .detail-content .content-text .title {
    text-align: center;
    color: #FDE22B;
    font-size: 24px;
}
.detail .detail-content .content-text .subtitle {
    margin: 28px 0 50px 0;
    text-align: center;
    font-size: 16px;
    color: #DDDDDD;
}
.detail .detail-content .content-text .ritch-text {
    line-height: 2em;
    color: #CDD5E0;
}
.detail .detail-content .content-text .ritch-text div {
    max-width: 100% !important;
}
.table-box {
    width: 100%;
    margin: auto;
}
.table {
    width: 100%;
    margin: auto;
    table-layout: fixed;
}
.table th {
    height: 45px;
    font-weight: 400;
    text-align: center;
    padding: 0 5px;
    border: 1px solid #213F5E;
    border-right: 0;
}
.table th:last-child {
    border-right: 1px solid #213F5E;
}
.table-td {
    color: #fff;
    overflow-y: auto;
}
.table-td tr td {
    height: 40px;
    color: #CDCDCD;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    border-bottom: 1px solid #213F5E;
    border-left: 1px solid #213F5E;
}
.table-td tr td:last-child {
    border-right: 1px solid #213F5E;
}
footer {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    color: #D8FFFF;
    background-color: #02182F;
}
footer .foot-a span {
    position: relative;
    padding: 0 10px;
}
footer .foot-a span::after {
    content: '|';
    position: absolute;
    right: 0;
}
footer .foot-a span:last-child::after {
    display: none;
}
.search .search-title {
    padding-bottom: 30px;
    font-size: 20px;
}
.search .search-title .introduction {
    position: relative; 
}
.search .search-title .introduction .event {
    position: absolute;
    top: 34px;
    z-index: 1;
}

.paging {
    width: 100%;
    padding: 30px 0;
  }
  .paging .paging-box {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
  }
  .paging .paging-box li {
    position: relative;
    width: 22px;
    height: 22px;
    color: #CDCDCD;
    line-height: 22px;
    margin-right: 14px;
    text-align: center;
    border-radius: 50%;
  }
  .paging .paging-box li.active {
    color: #365679;
    background-color: #FDE22B;
  }
  .paging .paging-box .input {
    width: 80px;
    height: 22px;
    color: #696868;
    background: #CBCBCB;
    border-radius: 5px;
  }
  .paging .paging-box .input > input {
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 12px;
  }
  .paging .paging-box input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .paging .paging-box .confirm {
    width: 50px;
    height: 22px;
    color: #172247;
    background: #CBCBCB;
    border-radius: 5px;
  }
  .paging .paging-box .confirm input {
    font-size: 12px;
  }

.w1200 {
    width: 1200px;
}

.text-overflow-ellipsis {
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* for Opera */
}

header {
    /* display: none; */
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: initial;
    transition: 1s;
    background-color: #00162D;
}

.header-search {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00162D;
}

.search-wrapper {
    display: flex;
    align-items: center;
    width: 1100px;
    height: 80px;
    margin: 0 auto;
}

.search-submit {
    width: 60px;
    height: 45px;
    background-color: #FDE22B;
}

.search-input {
    width: 1040px;
    padding: 10px;
    line-height: 23px;
    border: 1px solid #fff;
    border-right: none;
}

.search-input,
.search-wrapper .search-input::-webkit-input-placeholder {
    color: #fff;
}

.search-submit img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.nav-wrap a {
    display: inline-block;
    padding: 0 29.8px;
    color: #fff;
    font-size: 16px;
    line-height: 80px;
}

.nav-wrap a:hover,
.nav-wrap a.nav-active {
    color: #00162D;
    background-color: #FDE22B;
}

/* 导航栏logo */
.nav-logo a {
    display: flex;
    align-items: center;
}

.nav-logo a:hover {
    background-color: transparent;
}

.nav-logo a {
    display: flex;
    align-items: center;
}

.nav-logo a img {
    /* display: inline-block; */
    width: 65px;
}

.nav-search img {
    display: block;
    width: 24px;
    padding: 55% 15px 0;
    cursor: pointer;
}

/* 赛事动态 */
.index-dynamic {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 120px;
}

.index-dynamic > div:nth-child(3) {
    margin-bottom: 80px;
}

.index-dynamic-tit {
    position: relative;
    width: 150px;
    padding: 0 150px;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px #737D9B solid;
}

.index-dynamic-tit::after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    content: '';
    width: 70px;
    height: 2px;
    margin-left: -35px;
    background-color: #FFD732;
}

.index-dynamic-tit strong {
    position: relative;
    line-height: 55px;
}

.index-dynamic-tit strong::after {
    position: absolute;
    top: 8px;
    left: -40px;
    content: '';
    width: 30px;
    height: 20px;
    background: url('/images/web/dynamic-back.png') center center no-repeat;
}

.index-dynamic-tit strong::before {
    position: absolute;
    top: 8px;
    right: -40px;
    content: '';
    width: 30px;
    height: 20px;
    background: url('/images/web/dynamic-back.png') center center no-repeat;
}

.index-dynamic-intr {
    width: 75%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 30px;
    color: #C0C5D3;
    text-align: center;
}

.index-dynamic .index-nav {
    padding: 0px 60px;
    border-bottom: 1px #01418B solid;
}

.tab-ul {
    margin: 40px 0;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px #01418B solid;
}


.tab-ul .tab-li {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.tab-ul .tab-li.tab-active > a,
.tab-ul .tab-li:hover > a {
    color: #FDE22B;
}

.tab-ul .tab-li.tab-active > a::after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
    z-index: 999;
}

.tab-ul .tab-li > a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
    border-bottom: 2px solid #FDE22B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 999;
}

.tab-ul .tab-li:hover > a::after {
    width: 50%;
}

.tab-ul .tab-li > a {
    position: relative;
    z-index: 100;
    padding: 0 12px;
    background-color: transparent;
}

.tab-content {
    margin: 80px 0 110px;
}

.tab-con-tit span {
    padding-left: 15px;
    line-height: 25px;
    border-left: 3px #FDE22B solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #FFD732;
}

.tab-con-details {
    display: flex;
    justify-content: space-between;
}

.tab-con-details-left {
    width: 495px;
    height: 463px;
    padding: 40px;
    border-right: 5px #01418B solid;
    border-bottom: 5px #01418B solid;
    border-radius: 0 0 30px 0;
}

.tab-con-details-left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    color: #cfd3de;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing:2px;
}

.tab-con-details-left button {
    display: block;
    width: 250px;
    margin: 0 auto;
    border: 1px #FFD732 solid;
    border-radius: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #FFD732;
    transition: all .3s ease-out;
}

.tab-con-details-left button:hover {
    color: #fff;
    background-color: #FFD732;
}

.tab-con-details-right {
    width: 565px;
    /* height: 505px; */
}

.tab-con-details-right > a {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin-bottom: 18px;
    display: inline-block;
    transition: all .5s ease-out;
}

.tab-con-details-right > a img {
    width: 100%;
    height: 300px;
    transition: all .5s ease-out;
}

.tab-con-details-right > a:hover::before {
    z-index: 100;
    position: absolute;
    top: 0;
    content:attr(data-content-before);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 280px;
    transform: scale(1.1);
    background: rgb(0, 0, 0, 0.6);
}

.tab-con-details-right > a:hover img {
    transform: scale(1.1);
}

.tab-con-details-right > div {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tab-con-details-right > div > div:hover div {
    color: #FFD732;
}

.tab-con-details-right > div > div {
    overflow: hidden;
    width: 48%;
}

.tab-con-details-right > div > div img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    transition: all .3s ease-out;
    background-color: #999;
}

.tab-con-details-right > div > div div {
    height: 45px;
    padding: 10px 12px 10px 0;
    color: #cfd3de;
    font-size: 13px;
    line-height: 19px;
    border-right: 2px #01418B solid;
    border-bottom: 2px #01418B solid;
    border-radius: 0 0 30px 0;
    transition: all .3s ease-out;
}

.tab-con-details-right > div > div div span {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* for Opera */
}
.tab-con-details-right > div > div div p {
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*显示的行数*/
	overflow: hidden;

}

/* 赛事宣传片 */
.index-trailer {
    position: relative;
    height: 640px;
}

.index-trailer-back {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
}

.index-trailer-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.index-trailer > img:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 680px;
}

.index-title-label .index-title .img {
    margin-left: 10px;
}

.index-trailer-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 530px;
    /* padding: 0 50px; */
}

.index-trailer-video img {
    width: 110px;
    height: 110px;
    cursor: pointer;
}

.index-trailer-video video {
    display: none;
    width: 90%;
    height: 100%;
    cursor: pointer;
    background-color: #000;
}

/* 赛事新闻 */
.index-Journ {
    height: 520px;
    padding: 160px 0 100px;
}

.index-Journ > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 245px;
}

.index-Journ-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.index-Journ-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-Journ-item li > a {
    display: block;
}

.index-Journ-item li {
    overflow: hidden;
    width: 250px;
    border-radius: 10px;
    cursor: pointer;
}

.index-Journ-item li > a img {
    width: 100%;
    height: 160px;
    transition: all .3s ease-out;
}

.index-Journ-item li:hover > a img {
    transform: scale(1.3);
}

.index-Journ-item li:hover > a > div {
    color: #01418B;
    padding: 35px 15px 5px;
    background-color: #FDE22B;
}

.index-Journ-item li:hover > a > div h4  {
    border-bottom: 2px #01418B solid;
}

.index-Journ-item li > a > div {
    padding: 15px 15px 5px;
    color: #fff;
    background-color: #01418B;
    transition: all .3s ease-out;
}

.index-Journ-item li > a > div h4 {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px #fff solid;
    transition: all .3s ease-out;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* for Opera */
}

.index-Journ-item li > a > div p {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    line-height: 38px;
    transition: all .3s ease-out;
}

/* 精彩视频 */
.index-marvellous {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.index-marvellous .index-title-label {
    position: relative;
}

.index-marvellous .index-title-label::after {
    position: absolute;
    top: 40%;
    left: 22%;
    content: '';
    width: 55%;
    height: 14px;
    /* background: linear-gradient(-60deg,#01418B 89%, transparent 0); */
    background: linear-gradient(-60deg, transparent 2%, #01418B 0, #01418B 50%);
}

.index-marvellous .more {
    display: inline-block;
    width: initial;
}

.index-marvellous .more span {
    padding: 6px 15px 8px 45px;
    background: linear-gradient(-60deg,#01418B 89%, transparent 0);
}

.index-marvellous-con {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.index-marvellous-con > div {
    width: 100px;
    height: 500px;
}

.index-marvellous-con > div:nth-child(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index-marvellous-con > div:nth-child(1) a {
    display: inline-block;
    width: 40px;
    height: 50px;
    margin: 10px auto;
}

.index-marvellous-con > div:nth-child(1) a {
    background: url('/images/web/next.png') center center no-repeat;
    background-size: 100%;
}

.index-marvellous-con > div:nth-child(1) a:nth-child(2) {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); 	/* IE 9 */
    -moz-transform: rotate(180deg); 	/* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg);      /* Opera */
}

.index-marvellous-con > div:nth-child(2) {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 830px;
    /* background-color: black; */
}

.index-marvellous-con > div:nth-child(2) video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.index-marvellous-con > div:nth-child(3) a {
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #6E81A2;
    font-weight: 600;
}

.index-marvellous-con > div:nth-child(3) a span {
    padding-bottom: 2px;
}

.index-marvellous-con > div:nth-child(3) a:hover span,
.index-marvellous-sele {
    color: #FDE22B;
    border-bottom: 2px #FDE22B solid;
}

.swiper-video,
.swiper-video .swiper-wrapper {
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}

/* 精彩瞬间 */
.index-instant {
    z-index: 100;
    position: relative;
    width: 1200px;
    margin: 80px auto;
}

.index-instant .index-title-label {
    position: relative;
}

.index-instant .index-title-label::after {
    position: absolute;
    top: 40%;
    left: 22%;
    content: '';
    width: 55%;
    height: 14px;
    /* background: linear-gradient(-60deg,#01418B 89%, transparent 0); */
    background: linear-gradient(-60deg, transparent 2%, #01418B 0, #01418B 50%);
}

.index-instant .more {
    display: inline-block;
    width: initial;
}

.index-instant .more span {
    padding: 6px 15px 8px 45px;
    background: linear-gradient(-60deg,#01418B 89%, transparent 0);
}

.index-instant-con {
    display: flex;
    justify-content: space-between;
}

.index-instant-con > div {
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.index-instant-con > div:hover img {
    transform: scale(1.1);
}

.index-instant-con > div:hover span {
    display: none;
}

.index-instant-con > div::after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 0%;
    transition: all .3s ease-out;
}

.index-instant-con > div:hover::after {
    content: '查看大图';
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 65%;
    background: rgba(0, 0, 0, 0.6) url('/images/web/enlarge-icon.png') center 25% no-repeat;
    background-size: 22%;
}

.index-instant-con > div > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}

.index-instant-con > div > span {
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* for Opera */
    position: absolute;
    bottom: 0px;
    width: 94%;
    padding: 0 3%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background-color: rgba(6, 53, 112, 0.8);
    transition: all .3s ease-out;
}

/* 赛事新闻列表 */
.event-news-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.event-news-list > div {
    overflow: hidden;
    width: 374.6px;
    /* margin: 1.5%; */
    margin: 0 35px 35px 0;
    padding-bottom: 8px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #00418A;
    background-color: #00418A;
}

.event-news-list > div img {
    display: block;
    width: 100%;
    height: 240px;
}

.event-news-list > div > div {
    padding: 14px;
}

.event-news-list > div div div {
    font-size: 15px;
}

.event-news-list > div div span {
    display: block;
    padding: 10px 0 10px 18px;
    color: #cdcdcd;
    font-size: 13px;
    background: url('/images/web/time.png') 0 center no-repeat;
    background-size: 12px 12px;
}

.event-news-list > div div p {
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*显示的行数*/
	overflow: hidden;
}

.event-news-list > div div a {
    display: block;
    width: 62%;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #FDE22B;
    border: 1px solid #FDE22B;
    border-radius: 4px;
}

/* 赛事图片 */
.event-pictures-list div {
    display: flex;
    justify-items: center;
    width: 400px;
}
.event-pictures-list div div {
    display: flex;
    justify-items: center;
    align-items: center;

    overflow: hidden;
    width: 375px;
    height: 280px;
    margin: 0 auto 30px;
    border-radius: 10px;
    background-color: #fff;
}

.event-pictures-list div img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.event-pictures-long {
    height: 590px !important;
}

/* .event-pictures-list > div:nth-child(3n+3), */
.event-news-list > div:nth-child(3n+3),
.event-video-list > div:nth-child(2n+2) {
    margin-right: 0;
}

/* 赛事视频 */
.event-video-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event-video-list > div {
    width: 582.5px;
    margin: 0 35px 20px 0;
}

.event-video-list > div video {
    width: 100%;
    height: 360px;
}

.event-video-list > div p {
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

/* 商家合作 */
.cooperation-list li {
    margin: 50px 0 20px;
}

.cooperation-list .cop-title {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
}

.cooperation-list .cop-title::after {
    position: absolute;
    top: 5px;
    left: 0;
    content: ' ';
    width: 2px;
    height: 60%;
    background-color: #fff;
}

.cooperation-list .cop-logo {
    /* display: flex; */
    padding: 10px;
}

.cooperation-list .cop-logo .logo-text {
    width: 178.2px;
    margin: 0 15px 15px 0;
}

/* .cooperation-list .cop-logo .logo-text img {
    width: 150px;
} */

.cooperation-list .cop-logo .logo-text span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

/* 赛事纪念品 */
.event-souvenirs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}

.event-souvenirs > div {
    width: 43%;
    margin-bottom: 30px;
}

.event-souvenirs > div img {
    max-height: 100%;
    max-width: 100%;
    border: 5px solid #fff;
    background-color: #0C2D4F;
}

.event-souvenirs > div p {
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

/* 联系我们 */
.contact {
    padding: 50px 0;
    background-color: #1C2F4F;
}
.contact .contact-title {
    position: relative;
    text-align: center;
    font-size: 30px;
}
.contact .contact-title .contact-t {
    position: relative;
    z-index: 2;
}
.contact .contact-title .contact-e {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}
.contact .contact-detail {
    line-height: 40px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
.contact .contact-detail a {
    color: #FDE22B;
}
.contact .QR-code {
    width: 200px;
    height: 190px;
    padding-top: 10px;
    margin: auto;
    margin-top: 34px;
    background-color: #fff;
}
.contact .QR-code img {
    width: 180px;
    height: 180px;
    margin: auto;
}


/* -------------------------------------
 * Set to false if you are not using Chrome
 * ------------------------------------- */
/* -------------------------------------
 * Styles
 * ------------------------------------- */
 
.previous-events #timeline {
    height: 80px;
    margin: 80px 0;
    padding: 0;
    border-top: 8px solid #0C2D4F;
    list-style: none;
    display: flex;
}
.previous-events #timeline li {
    padding-top: 25px;
    position: relative;
    flex: 1;
    transition: all 0.4s ease-in-out;
}
.previous-events #timeline li:hover {
    padding-bottom: 80px;
    flex: 2;
}
.previous-events #timeline li:hover label {
    opacity: 1;
    transform: translateY(10px);
}

.previous-events label {
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    border-radius: 5px;
    background-color: #0C2D4F;
}
.previous-events label:before, label:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
}
.previous-events label:after {
    border-bottom-color: #0C2D4F;
    border-width: 12px;
    left: 52%;
    margin-left: -12px;
}
.previous-events label strong {
    color: #FDE22B;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.previous-events label span {
    /* text-align: center; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.previous-events .date {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    position: absolute;
    top: -60px;
    display: block;
    font-size: 18px;
}

.previous-events .circle {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #3f9cca;
    border: 5px solid #27517C;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 50%;
}

.previous-events .radio {
    display: none;
}

.previous-events .radio:checked + label {
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.4s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s;
}
.previous-events .radio:checked ~ .circle {
    background: #FDE22B;
}

.previous-events .nav-list {
    flex-wrap: wrap;
}

.previous-events .nav-list li {
    width: 160px;
    margin: 0 30px 30px 0;
    padding: 13px 20px;
    color: #E4E4E4;
    border: 1px solid #27517C;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.previous-events .nav-list li.active,
.previous-events .nav-list li:hover {
    color: #FDE22B;
    border-color: #FDE22B;
}

.previous-events .table th {
    background-color: #27517C;
}

.previous-events .table-td tr td {
    background-color: #0C2D4F;
}

.previous-events .media {
    margin-top: 50px;
}

.previous-events .media > div:first-child {
    justify-content: space-between;
    align-items: center;
}

.previous-events .video > div:first-child span:first-child {
    font-size: 20px;
    line-height: 80px;
    padding-left: 45px;
    background: url('/images/web/vedio.png') 0 center no-repeat;
    background-size: 40px;
}

.previous-events .pictures > div:first-child span:first-child {
    font-size: 20px;
    line-height: 80px;
    padding-left: 45px;
    background: url('/images/web/pictures.png') 0 center no-repeat;
    background-size: 35px;
}

.previous-events .media > div:first-child span:last-child {
    padding-right: 20px;
    background: url('/images/web/change.png') right center no-repeat;
    background-size: 15px;
}

.img-popu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    font-size: 15px;
    background-color: #000;
    z-index: 1100000;
}
.img-popu .popu-cha {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #999;
    display: none;
}
.img-popu .popu-cha img {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.swiper-img {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
}
.swiper-img .swiper-container {
    width: 80%;
    height: 100%;
}
.swiper-img .swiper-container img {
    max-width: 100%;
    position: absolute;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper-img .gallery-thumbs {
    width: 80%;
}
.swiper-img .gallery-thumbs .swiper-slide {
    width: 200px !important;
}
.swiper-img .gallery-thumbs .swiper-slide .swiper-slide-img-box {
    width: 200px;
    height: 140px;
    overflow: hidden;
}
.swiper-img .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enclosure {
    /* 需要居右则开启以下两行 */
    display: flex;
    flex-direction: row-reverse; 
    color: #fff;
    padding-top: 40px;
}

.enclosure .em {
    font-size: 0.5rem;
    color: #999;
}