﻿* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Source Han Sans CN, Microsoft YaHei, PingFang SC, Arial, Helvetica, Helvetica Neue;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: DIN Alternate-Bold;
  src: url('../js/font/DIN-Medium.otf')
}


.jiushiEvent_head .nav_right>ul>li:nth-child(2) {
  font-weight: 600;
}

.jiushiEvent_head .nav:hover .nav_right>ul>li:nth-child(2) {
  color: #CB1720;
}

.jiushi_content_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.imgbag {
  width: 100%;
  height: calc(100vh - 52px);
  background-image: url('../assets/image/F1GrandPrix_01.png');
  /* background-size: 100% auto; */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.jiushi_content {
  position: relative;
  z-index: 100;
}

.imgbag_space {
  width: 100%;
  height: calc(100vh - 52px);
}

.jiushi_content_ssspost {
  position: fixed;
  transition: all 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -52px;
  left: 0px;
  width: 100%;
  /* height: calc(100vh + 124px); */
  height: calc(100vh + 0px);
  background: rgba(231, 52, 12, 0.90);
  text-align: center;
  color: #fff;
}

.jiushi_content_sss {
  /* height: calc(100vh + 124px); */
  height: calc(100vh + 0px);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(231, 52, 12, 0.90);
  text-align: center;
  color: #fff;
  transition: all 1s;
  /* position: relative; */
  position: sticky;
  top: 0;
}

.jiushi_content_ssspost .down_tips {

  color: #fff;
  font-size: 20px;
}

.jiushi_content_sss .down_tips {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  position: absolute;
  top: 0;
}

.down_tips2 {
  position: absolute;
  bottom: 20px;
}

.jiushi_text {
  width: 797px;
}

.text_img {
  width: 242px;
  /* height: 127px; */
  margin: 177px auto 0px;
}

.text_img img {
  width: 100%;
}

.text_title {
  font-size: 32px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
  margin: 40px auto 20px;
}

.text_subtitle {
  font-size: 20px;
  /* font-family: Microsoft YaHei-Regular, Microsoft YaHei; */
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}

.text_subtitle_mobile {
  display: none;
}

.textfenge {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px auto;
}

.text_web {
  font-size: 14px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
}

.text_webt {
  font-size: 14px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 137px;
}

.text_web a,
.text_webt a {
  color: #fff;
}

.down_tips,
.down_tips2 {
  width: 28px;
}


.jiushi_content_sssttt {
  background-color: #F5F6F7;
  z-index: 10000;
  position: relative;
}

.max_width {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  background-color: #F5F6F7;
  margin: 0 auto;
}

.max_width>div {
  background-color: #fff;
  box-sizing: border-box;
}

.max_width>div:nth-child(1) {
  display: flex;
}

.first_content img {
  display: block;
  width: 500px;
}

.first_content_right {
  display: flex;
  padding: 35px 80px 0px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
}

.saishi {
  font-size: 32px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 38px;
}

.saishi_heng {
  background-color: #D02715;
  margin: 20px auto;
  width: 60px;
  height: 4px;
}

.saishi_first_content {
  font-size: 14px;
  /* font-family: Microsoft YaHei-Regular, Microsoft YaHei; */
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  /* text-align: left; */
  text-indent: 30px;
  padding-bottom: 12px;
  text-align: justify;
}

.footer {
  background: none;
}

.first_div {
  font-size: 18px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 20px;
}

.second_div {
  display: flex;
  justify-content: flex-end;
}

.img_total {
  position: relative;
}

.img_total img {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  cursor: pointer;
}

.img_total:nth-child(2) .code_total {
  top: -198px;
}

.img_total:hover .code_total {
  display: block;
}

.code_total {
  position: absolute;
  top: -178px;
  left: -55px;
  display: none;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}

.code_total:hover .code_total {
  display: block;
}

.code_total .title {
  font-size: 12px;
  /* font-family: Microsoft YaHei-Semilight, Microsoft YaHei; */
  font-weight: normal;
  color: #666666;
  line-height: 14px;
  margin-top: 6px;
}

.code_total img {
  display: block;
  width: 140px;
  height: 140px;
  margin-left: 0px !important;
}

.code_total .sanjiao {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  /* // transition: ; */
  background-color: #fff;
}

.swiper {
  width: 100%;
}

.detail_swiper {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background-color: #fff;

}

.detail_swiperslide img {
  width: 100%;
}


.development {
  width: 100%;
  height: 550px;
  background-image: url('../assets/image/F1GrandPrix_07.jpg');
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 50px 80px 60px;
  box-sizing: border-box;
  position: relative;

}

.sponsor_title {
  font-size: 32px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 38px;
  text-align: center;
}

.heng_gang {
  width: 60px;
  height: 4px;
  background: #D02715;
  margin: 20px auto 60px;
}

.development_swiper {
  height: 100%;
}

.development_swiperslide .title {
  font-size: 70px;
  /* font-family: DIN Alternate-Bold, DIN Alternate; */
  font-weight: 500;
  color: #D02715;
  line-height: 82px;
}

.development_swiperslide .second_div {
  display: flex;
  align-items: center;
  margin: 32px 0px 16px;


}

.development_swiperslide .second_div .yuan {
  width: 10px;
  height: 10px;
  background: #D02715;
  border-radius: 100%;
}

.development_swiperslide .second_div .heng {
  width: calc(100% - 14px);
  height: 2px;
  background: #B1B1B1;
  margin: 0px 2px;
}

.development_swiperslide .content {
  font-size: 16px;
  /* font-family: PingFang SC-Medium, PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  width: 262px;
  text-align: justify;
}

/* .development_swiperslide .content span:last-child{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
  } */

.detal_footer_list {
  background-color: #fff;
  width: 100%;
}

.detal_footer_list .max_width {
  width: 100%;
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 80px;
  margin: 0 auto;
  background-color: #fff;
}

.detal_footer_list .title {
  font-size: 32px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 500;
  color: #333333;
  line-height: 38px;
  margin-bottom: 34px;
}

.detal_footer_list .detail_img_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.detal_footer_list .detail_img_list>div {
  width: 240px;
  height: 120px;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}

.detal_footer_list .detail_img_list>div:hover {
  height: 160px;
}

.detal_footer_list .detail_img_list>div:first-child {
  height: 160px;
}

.detal_footer_list .detail_img_list img {
  width: 100%;
}

.sponsor {
  padding: 80px 50px;


}

.sponsor_title {
  font-size: 32px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 38px;
  text-align: center;
}

.sponsor .heng_gang {
  width: 60px;
  height: 4px;
  background: #052D55;
  margin: 20px auto 60px;
}

.sponsor img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.li_span {
  font-size: 16px;
  /* font-family: PingFang SC-Regular, PingFang SC; */
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: inline-block;
  padding-left: 12px;
}




















/* 独立赛事网页  pc */

.webimg {
  width: 100%;
  /* height: 100vh; */
}

.webimg>img {
  display: block;
  width: 100%;
  height: 100%;
}

.webimg .webimg_mobile {
  display: none;
}

.webimg_flexleft {
  position: fixed;
  top: 10%;
  right: 0;
}

.webimg_padd {
  padding: 0 29px;
  background-color: #fff;
}

.webimg_total {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 20px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.webimg_total:last-child {
  border: none
}

.webimg_total img {
  display: block;
  width: 100%;
  height: 100%;

}

.webimg_codetotal {
  display: none;
}

.webimg_total:hover .webimg_codetotal {
  display: block;
}

.webimg_codetotal {
  padding: 12px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -180px;

}

.webimg_codetotal img {
  display: block;
  width: 116px;
  height: 116px;
}

.webimg_codetotal .title {
  font-size: 12px;
  /* font-family: Microsoft YaHei-Semilight, Microsoft YaHei; */
  font-weight: normal;
  color: #666666;
  line-height: 14px;
  text-align: center;
  padding-top: 4px;
}

.webimg_txt {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #FAFAFA;
}

.webimg_txt div {
  padding: 0 18px;
}

.webimg_txt a {
  display: block;
  font-size: 18px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.webimg_txt div:last-child a {
  border: none;
}

.webimg_txt .new_gfgp_web {
  display: block;
  width: 100%;
  border-bottom: none;
  padding: 0;
  height: auto;
}

.new_gfgp_web .webimg_new_gfgp {
  padding: 12px;
  left: -152px;
}


.web_hrefen {
  position: fixed;
  top: 3%;
  right: 3%;

}

.web_hrefen a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 12px;
}


.f1_text_img{
  width: 398px;
}

/* 劳力士独立赛事网页 */
.rolex_webimg {
  width: 100%;
}

.rolex_webimg_pc,
.rolex_webimg_mobile {
  width: 100%;
  display: block;
}

.rolex_webimg_bottom {
  background-color: #fff;
  box-sizing: border-box;
  padding: 34px 4%;
}

.rolex_web_zzs {
  display: flex;
  justify-content: space-between;
}

.rolex_web_zzs_mobile {
  display: none;
}

.rolex_web_zzs p {
  font-size: 12px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-align: center;
}

.rolex_web_zzs a {
  display: inline-block;
}

.rolex_web_gm {
  position: relative;
}


.rolex_web_gm a {
  width: 198px;
}

.rolex_web_gm img {
  display: block;
  width: 100%;

}

.rolex_web_zszy {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.rolex_web_zs {
  margin-right: 38px;
}

.rolex_web_zs_a a {
  width: 200px;
}

.rolex_web_zs_a img {
  display: block;
  width: 100%;
}


.rolex_web_zy_a {
  display: flex;
  justify-content: space-between;
}

.rolex_web_zy_a a {
  width: 110px;
}

.rolex_web_zy_a img {
  display: block;
  width: 100%;
}

.rolex_web_ry {
  width: 20%;
  text-align: center;
  position: relative;
}

.rolex_web_ry_a a {
  width: 75px;
  margin: 0 8px 8px 0;
  position: relative;
}

.rolex_web_ry_a img {
  width: 100%;
  display: block;
}

.rolex_web_zdhb {
  /* width: 20%; */
  width: 21%;
  text-align: center;
}

.rolex_web_zd {
  padding-bottom: 15px;
}

.rolex_web_zd_a a {
  width: 58px;
  margin: 0 8px 8px 0;
  position: relative;
}

.rolex_web_zd_a img {
  width: 100%;
  display: block;
}

.rolex_web_hb_a a {
  width: 60px;
  position: relative;
}

.rolex_web_hb_a img {
  width: 100%;
  display: block;
}

.rolex_web_right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.rolex_web_right p {
  padding: 10px 0 0;
  text-align: center;
  transform: scale(0.7);
  transform-origin: 0;
}

.rolex_web_right img {
  width: 75px;
  display: block;
}

.rolex_web_ry_a a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}

.rolex_web_zdhb a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}

/* .rolex_web_gm::after {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  top: 20%;
  right: -18%;
  background-color: #59514f;
}

.rolex_web_ry::before {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  top: 20%;
  left: -12%;
  background-color: #59514f;
}

.rolex_web_ry::after {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  top: 20%;
  right: -10%;
  background-color: #59514f;
} */

.rolex_web_hb_a a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}








/* 浪琴马术 */

.longines_imgbag {

  background-image: url('../assets/image/longines_01.png');
}

.bg_longines {

  background: rgba(5, 45, 85, 0.9);
}

.longines_saishi_heng {
  background-color: #052D55;
}

.longines_code_total {
  top: -180px !important;
}

.longines_hg {

  background: #052D55;
}

.longines_development {
  background-image: url('../assets/image/longines_07.jpg');
}

.development_swiperslide .longines_title {

  color: #052D55;
}

.longines_yuan {

  background: #052D55 !important;
}

.longines_zanzhushang {
  display: flex;
  justify-content: center;
}

.longines_zanzhushang a {
  display: inline-block;
  /* border:1px solid #484848; */
  /* box-shadow: 0 0 0 0.5px #484848; */
  position: relative;
}

.longines_zanzhushang a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}

.longines_zanzhushang p {
  text-align: center;
  font-size: 18px;
  /* font-family: PingFang SC-Medium, PingFang SC; */
  font-weight: 600;
  color: #333333;
  line-height: 23px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

.longines_zanzhushang_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.longines_guanming a {
  width: 316px;
}

.longines_zhuyao {
  text-align: center;
}

.longines_zhuyao a {
  width: 230px;
}

.longines_zanzhushang_left {
  width: 50%;

}

.longines_zhiding {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.longines_zhiding a {
  width: 160px;
  margin: 0 12px 20px 0;
}



/* 钻石联赛 */


.diamondLeague_imgbag {

  background-image: url('../assets/image/diamondLeague_01.png');
}

.bg_diamondLeague {

  background: rgba(18, 113, 171, 0.9);
}

.diamondLeague_saishi_heng {
  background: #1271AB;
}

.diamondLeague_hg {

  background: #1271AB;
}

.diamondLeague_development {
  background-image: url('../assets/image/diamondLeague_07.jpg');
}

.diamondLeague_henggang {

  background: #1271AB !important;
}

.development_swiperslide .diamondLeague_title {

  color: #1271AB;
}

.diamondLeague_yuan {

  background: #1271AB !important;
}

.diamondLeague_zanzhushang p {
  font-size: 20px;
  /* font-family: PingFang SC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #333333;
  line-height: 23px;
  padding-bottom: 20px;
  text-align: center;
}

.diamondLeague_zanzhushang a {
  display: inline-block;
  /* transform: scale(0.5); */
  /* border:1px solid #484848; */
  position: relative;
  /* box-shadow: 0 0 0 0.5px #484848; */
}

.diamondLeague_zanzhushang a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}

.diamondLeague_zanzhushang_top {
  text-align: center;
}

.diamondLeague_zanzhushang_center {
  padding-top: 20px;
  text-align: center;
}

.diamondLeague_zanzhushang_bottom {
  padding-top: 20px;
}

.diamondLeague_chengxian {
  display: inline-block;

}

.diamondLeague_chengxian a {
  width: 240px;
  margin: 0 12px 20px 0;
}

.diamondLeague_zhuyao {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.diamondLeague_zhuyao a {
  width: 240px;
  margin: 0 12px 20px 0;
}

.diamondLeague_zhiding {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.diamondLeague_zhiding a {
  width: 240px;
  margin: 0 12px 20px 0;
}






/* 斯诺克 */
.snooker_imgbag {

  background-image: url('../assets/image/snooker_01.png');
}

.snooker_text_img {
  width: 398px;
}

.bg_snooker {


  background: rgba(153, 0, 1, 0.9);
}

.snooker_saishi_heng {

  background: #990001;
}

.snooker_hg {

  background: #990001;
}

.snooker_development {
  background-image: url('../assets/image/snooker_07.jpg');
}

.snooker_henggang {

  background: #990001 !important;
}

.development_swiperslide .snooker_title {

  color: #990001;
}

.snooker_yuan {

  background: #990001 !important;
}

.snooker_zanzhushang p {
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  /* font-family: PingFang SC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #333333;
  line-height: 23px;
  letter-spacing: 1px;
}

.snooker_zanzhushang a {
  display: inline-block;
  /* border:1px solid #484848; */
  /* box-shadow: 0 0 0 0.5px #484848; */
  position: relative;

}

.snooker_zanzhushang a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
  -webkit-transform: scale(0.5);
}

.snooker_zanzhushang_top {
  text-align: center;
}

.snooker_zanzhushang_bottom {
  padding-top: 20px;
}

.snooker_zanzhushang_new {
  display: flex;
  justify-content: center;
}

.snooker_zhuyao {
  display: inline-block;
}

.snooker_zhuyao a {
  width: 220px;
  margin: 0 12px 20px 0;
}

.snooker_zhiding {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.snooker_zhiding a {
  width: 220px;
  margin: 0 12px 20px 0;
}










/* 劳力士大师赛 */

.rolexMasters_imgbag {

  background-image: url('../assets/image/rolexMasters_01.png');
}

.bg_rolexMasters {
  background: rgba(0, 45, 115, 0.9);
}

.rolexMasters_saishi_heng {
  background: #002D73;
}

.rolexMasters_hg {
  background: #002D73;
}

.rolexMasters_development {
  background-image: url('../assets/image/rolexMasters_07.png');
}

.rolexMasters_henggang {

  background: #002D73 !important;
}

.development_swiperslide .rolexMasters_title {

  color: #002D73;
}

.rolexMasters_yuan {

  background: #002D73 !important;
}

.rolexMasters_zanzhushang {
  display: flex;
  justify-content: space-between;
}

.rolexMasters_zanzhushang p {
  font-size: 18px;
  /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  
}

.rolexMasters_zanzhushang a {
  display: inline-block;
  /* border:1px solid #484848; */
  /* box-shadow: 0 0 0 0.5px #484848; */
  position: relative;
}

.rolexMasters_zanzhushang a::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: scale(0.5);
  border: 1px solid #484848;
}

.rolexMasters_zanzhushang_right {
  width: 49%;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}

.rolexMasters_zanzhushang_left {
  width: 49%;
  text-align: center;
}



.afternone::after {
  content: none !important;
}


.first_content_mobile {
  display: none;
}

#swiper_one_mobile {
  display: none;
}

#swiper_two_mobile {
  display: none;
}


#footer_swiper_mobile {
  display: none;
}

.rolexMasters_zhuanshi {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.rolexMasters_guanming a {
  width: 410px;
}

.rolexMasters_shiyao {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  align-items: center;
  flex-direction: column;
}

.rolexMasters_shiyao div+div{
  padding-top: 30px;
}
.rolexMasters_zhuanshi a {
  width: 260px;
}

.rolexMasters_rongyu a {
  width: 114px;
  margin: 0 12px 20px 0;
}

.rolexMasters_zhiding {
  padding-top: 30px;
  max-width: 480px;
  margin: 0 auto;
}

.rolexMasters_zhiding a {
  width: 82px;
  margin: 0 12px 20px 0;
}

.bottom_txt_mobile {
  display: none;
}

.bottom_txt {
  display: block;
}

.bottom_txt p {
  display: inline-block;
}

.bottom_txt p:first-child {
  padding-right: 20px;
}
































/* 媒体查询 */

@media screen and (max-width: 1081px) {

  /* f1赛事  移动端 */

  .jiushi_content_header {
    position: initial;
    margin-top: 68px;
  }

  .imgbag {
    background-image: url('../assets/image/mobile/F1GrandPrix_mobile_01.png');
    /* background-position: 80% 50%; */
  }

  .imgbag_space {
    height: 100%;
  }

  .jiushi_content {
    margin-top: calc(-100vh - 16px);

    /* top: calc(-100vh - 16px); */
  }

  .jiushi_content_sss {
    background: rgba(0, 0, 0, 0.3);
    position: initial;

  }

  .jiushi_text {
    width: 100%;
    height: 100vh;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .text_img {
    width: 120px;
    margin-top: 232px;
  }
.f1_text_img{
  width: 280px;
}

  .text_title {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin: 82px auto 18px;
  }

  .text_subtitle {
    display: none;
  }

  .text_subtitle_mobile {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
  }

  .textfenge {
    width: 40px;
    height: 2px;
    margin: 16px auto;
  }

  .text_web {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
  }

  .down_tips2 {
    bottom: 0;
    top: calc(100vh - 30px);
  }

  .max_width {
    padding: 0;
  }

  .max_width>div:nth-child(1) {
    display: block;
  }

  .first_content {
    display: none;
  }

  .first_content_mobile {
    display: block;
    padding: 12px 0 24px
  }

  .first_content_mobile img {
    width: 100%;
    display: block;
  }

  .first_content_right {
    padding: 40px 24px;
  }

  .saishi {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    letter-spacing: 2px;
  }

  .saishi_heng {
    width: 40px;
    height: 2px;
    margin: 12px auto 24px;
  }

  .saishi_first_content {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 28px;
  }

  .first_div {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .second_div {
    justify-content: center
  }

  .img_total img {
    width: 24px;
    height: 24px;
    margin: 0 12px;
  }

  .detail_swiper {
    padding: 0;
  }

  #swiper_one {
    display: none;
  }

  #swiper_one_mobile {
    display: block;
    padding: 0 24px 50px;
  }

  .detail_swiperslide {
    width: 255px !important;
  }


  .development {
    padding: 40px 44px;
    height: auto;
  }

  .sponsor_title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    letter-spacing: 3px;
  }

  .heng_gang {
    width: 40px;
    height: 2px;
    margin: 12px auto 40px;
  }

  .sponsor .heng_gang {
    width: 40px;
    height: 2px;
    margin: 12px auto 40px;
  }

  #swiper_two {
    display: none;
  }

  #swiper_two_mobile {
    display: block;
  }

  .development_swiperslide .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
  }

  .development_swiperslide .second_div {
    margin: 16px 0;
  }

  .detal_footer_list .max_width {
    padding: 50px 24px;
  }

  .detal_footer_list .title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .detal_footer_list .detail_img_list {
    display: none;
  }

  #footer_swiper_mobile {
    display: block;
  }

  .footer_swiper_indexEvents img {
    width: 100%;
  }

  .my-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 4px;
    background-color: #DDD;
  }

  .my-bullet-active {
    background-color: #999;
    opacity: 1;
  }

  .code_total {
    top: -110px;
    left: -32px;
    padding: 8px;
  }

  .code_total img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }

  .img_total:nth-child(2) .code_total {
    top: -128px;
    left: -25px;
  }

  .development_swiperslide .content {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
  }

  .li_span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }










  /* 浪琴马术 移动端 */
  .longines_imgbag {
    background-image: url('../assets/image/mobile/longines_mobile_01.png');
  }

  .longines_text_img {
    width: 160px;
  }

  .longines_code_total {
    top: -108px !important;
  }

  .sponsor {
    padding: 0;
  }

  .longines_zanzhushang {
    display: block;

  }

  .longines_zanzhushang_right {
    margin: 0 auto;
  }

  .longines_zanzhushang p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .longines_guanming a {
    width: 214px;
  }

  .longines_zhuyao {
    display: flex;
    justify-content: center;
  }

  .longines_zhuyao a {
    width: 156px;
  }

  .longines_zanzhushang_left {
    margin: 0 auto;
    width: 100%;
    padding: 32px 24px 50px;
    box-sizing: border-box;
  }

  .longines_zhiding a {
    width: 100px;
    margin: 0 8px 8px 0;
  }

  .longines_content {
    width: 275px;
  }














  /* 钻石联赛  移动端 */
  .diamondLeague_imgbag {
    background-image: url('../assets/image/mobile/diamondLeague_mobile_01.png');
  }

  .diamondLeague_text_img {
    width: 203px;
  }

  .diamondLeague_zanzhushang p {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }

  .diamondLeague_chengxian a {
    width: 140px;
    height: 40px;
    margin: 0 10px 10px 0;
  }

  .diamondLeague_zhuyao a {
    width: 140px;
    height: 40px;
    margin: 0 10px 10px 0;
  }

  .diamondLeague_zhiding a {
    width: 140px;
    height: 40px;
    margin: 0 10px 10px 0;
  }

  .diamondLeague_zanzhushang {
    padding-bottom: 40px;
  }





  /* 斯诺克  移动端 */
  .snooker_imgbag {
    background-image: url('../assets/image/mobile/snooker_mobile_01.png');
  }

  .snooker_text_img {
    width: 280px;
  }

  .snooker_zanzhushang {
    padding: 0 20px 40px;
  }

  .snooker_zanzhushang p {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }

  .snooker_zhuyao {
    margin-right: -12px;
  }

  .snooker_zhuyao a {
    width: 100px;
    margin: 0 12px 12px 0;
  }

  .snooker_zanzhushang_new {
    justify-content: space-around;
  }

  .snooker_zhiding {
    margin-right: -12px;
  }

  /* .snooker_zhigong{
    margin-right: -22px;
  } */
  .snooker_zhiding a {
    width: 100px;
    margin: 0 12px 12px 0;
  }







  /* 劳力士大师赛  移动端 */
  .rolexMasters_imgbag {
    background-image: url('../assets/image/mobile/rolexMasters_mobile_01.png');
  }

  .rolexMasters_text_img {
    width: 220px;
  }

  .rolexMasters_zanzhushang {
    padding: 0 25px 50px;
  }

  .rolexMasters_zanzhushang_right {
    width: 100%;
  }

  .rolexMasters_zanzhushang {
    display: block;
  }

  .rolexMasters_zanzhushang p {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }

  .rolexMasters_guanming a {
    width: 250px;
  }

  .rolexMasters_shiyao {
    padding-top: 15px;
  }

  .rolexMasters_zhuanshi a {
    width: 158px;
  }

  .rolexMasters_zanzhushang_left {
    width: 100%;
    padding-top: 32px;
  }

  .rolexMasters_rongyu a {
    width: 70px;
    margin: 0 8px 8px 0;
  }

  .rolexMasters_zhiding {
    padding: 30px 20px 0;
  }

  .rolexMasters_zhiding a {
    width: 50px;
    margin: 0 8px 8px 0;
  }





  /* 独立赛事  移动端 */
  /* .webimg{
    height: 100vh;
  } */
  .webimg .webimg_pc {
    display: none;
  }

  .webimg .webimg_mobile {
    display: block;
  }

  .webimg_padd {
    /* padding: 0 16px; */
    padding: 0 12px;

  }

  .webimg_total {
    /* width: 24px;
    height: 24px; */
    width: 36px;
    height: 36px;
    /* padding: 12px 8px; */
    padding: 12px 10px;
  }

  .webimg_txt {
    margin-top: 12px;
  }

  .webimg_txt div {
    padding: 0 8px;
  }

  .webimg_txt a {
    padding: 12px 0;
    /* font-size: 10px;
    font-weight: 600;
    color: #333333;
    line-height: 12px; */
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
  }


  .new_gfgp_web .webimg_new_gfgp {
    padding: 12px;
    left: -169px;
  }



  .rolex_webimg_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rolex_web_zzs {
    display: none;
  }

  .rolex_web_zzs_mobile {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .rolex_web_zzs_mobile p {
    font-size: 12px;
    /* font-family: Microsoft YaHei-Semibold, Microsoft YaHei; */
    font-weight: 600;
    color: #333333;
    /* line-height: 21px; */
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
    text-align: center;
    transform: scale(0.5);
    width: 200%;
    transform-origin: 0;
    margin: 0 auto;
  }

  .rolex_web_zzs_mobile a {
    display: block;
  }

  .rolex_web_gm::after {
    display: none;
  }

  .rolex_web_gm a {
    width: 100px;
    margin: 0 auto;
  }

  .rolex_web_zszy {
    width: 100%;
    align-items: flex-start;
    padding-top: 20px;
  }

  .rolex_web_zs {
    margin-right: 2%;
    width: 45%;

  }

  .rolex_web_zs p {
    position: relative;
    /* left: -37px; */
    /* transform-origin: 15%; */
  }

  .rolex_web_zs_a a {
    width: 80px;
    margin: 0 auto;
  }

  .rolex_web_zy {
    width: 52%;
  }

  .rolex_web_zy p {
    position: relative;
    /* left: -28px; */
    /* transform-origin: 12%; */
  }

  .rolex_web_zy_a {
    justify-content: center;
  }

  .rolex_web_zy_a a {
    width: 50px;

  }

  .rolex_web_ry {
    width: 90%;
  }

  .rolex_web_ry::before {
    display: none;
  }

  .rolex_web_ry::after {
    display: none;
  }

  .rolex_web_ry_a a {
    width: 31px;
    margin: 0 5px 5px 0;

  }

  .rolex_web_ry_a a::after {
    top: -49%;
    left: -54%;
  }

  .rolex_web_ry_a img {
    padding-top: 2px;
  }

  .rolex_web_zdhb {
    width: 100%;

  }

  .rolex_web_zd {
    padding-bottom: 0;
  }

  .rolex_web_zd_a a {
    width: 25px;
    margin: 0 5px 5px 0;
  }

  .rolex_web_zdhb a::after {
    top: -56%;
    left: -56%;
  }

  .rolex_web_hb {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;

  }

  .rolex_web_hb p {
    /* transform-origin: 15%; */
  }

  .rolex_web_hb_a a {
    width: 30px;
  }

  .rolex_web_right img {
    width: 55px;
  }

  .rolex_web_right p {
    text-align: left;
    padding-top: 5px;
  }

  .bottom_txt {
    display: none;
  }

  .bottom_txt_mobile {
    width: 100%;
    display: block;
    /* display: flex;
    align-items: start;
    justify-content: space-between; */
  }

  .bottom_txt_mobile img {
    width: 80%;
  }

  .bottom_txt_mobile p {
    text-align: center;
    transform: scale(0.9);
    /* transform-origin: 0; */
    margin: 0 auto;
    width: 100%;
  }

  .bottom_txt_mobile p:first-child {
    padding: 0;

  }
  .rolexMasters_shiyao div+div{
    padding-top: 12px;
  }
  .rolexMasters_zhuanshi{
    margin-top: 0;
  }
}