img {
  width: 100%;
  height: 100%;
}
.pop {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: -0.55rem;
  right: 0;
  cursor: pointer;
  background: url('../images/close.png') no-repeat center;
  background-size: 100% 100%;
}
/*顶部*/
.top {
  width: 100%;
  height: 1.21rem;
  background: url('../images/top.bj.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.top .home {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.09rem;
  left: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .home a {
  width: 100%;
  height: 100%;
  background: url('../images/top.png') no-repeat;
  background-size: 100% 100%;
}
.top .text {
  width: 2.2rem;
  height: 0.7rem;
  font-size: 0.21rem;
  color: #fff;
  position: absolute;
  left: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.top .text p:nth-child(1) {
  font-size: 0.305rem;
}
.top .top_btn {
  height: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.05rem;
}
.top .top_btn .btns {
  float: left;
  width: 1.43rem;
  height: 0.55rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.top .top_btn .btns:nth-child(1) {
  background: url('../images/download1.png') no-repeat;
  background-size: 100% 100%;
}
.top .top_btn .btns:nth-child(2) {
  background: url('../images/center.png') no-repeat;
  background-size: 100% 100%;
}
.top .nav {
  position: absolute;
  right: 0.25rem;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: url('../images/open.png') no-repeat;
  background-size: 100% 100%;
}
.top .aside_nav {
  display: none;
  font-size: 0.25rem;
  position: absolute;
  top: 1.21rem;
  right: 0;
  text-align: center;
  color: #b3b3b3;
}
.top .aside_nav li {
  width: 1.95rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #313236;
  border-bottom: 0.01rem solid #999;
  cursor: pointer;
}
.top .aside_nav li a {
  color: #b3b3b3;
}
.top .aside_nav li:last-child {
  color: #d1aa57;
  font-size: 0.3061rem;
}
.top .aside_nav .aside_nav_act {
  color: #d1aa57;
}
.header {
  margin-top: 1.21rem;
  height: 9.42rem;
  background: url('../images/header.png') no-repeat top center;
  background-size: 100% 100%;
}
/* 联盟介绍*/
.introduce {
  height: 13.44rem;
  position: relative;
  background: url('../images/bj.png') no-repeat;
  background-size: 100% 100%;
}
.introduce .download {
  width: 4.21rem;
  height: 0.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
  top: -0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce .download a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../images/download.png') no-repeat;
  background-size: 100% 100%;
}
.introduce .match {
  width: 6.7rem;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}
.introduce .match li {
  width: 3.17rem;
  height: 4.7rem;
  float: left;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.introduce .match li:nth-child(1) {
  background: url('../images/match.png') no-repeat top center;
  background-size: 100% 100%;
}
.introduce .match li:nth-child(2) {
  background: url('../images/match2.png') no-repeat top center;
  background-size: 100% 100%;
}
.introduce .match li:nth-child(3) {
  background: url('../images/match3.png') no-repeat top center;
  background-size: 100% 100%;
}
.introduce .match li:nth-child(4) {
  background: url('../images/match4.png') no-repeat top center;
  background-size: 100% 100%;
}
.introduce .match li:nth-child(even) {
  margin-left: 0.3rem;
}
/* 设定说明*/
.explain {
  height: 20.5rem;
  position: relative;
  background: url('../images/bj2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 2rem;
  box-sizing: border-box;
}
.explain .exp_ul {
  width: 7.14rem;
  margin: auto;
}
.explain .exp_ul > li {
  width: 100%;
  height: 5.85rem;
  font-size: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.15rem;
}
.explain .exp_ul > li:nth-child(1) {
  background: url('../images/explain.bj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.explain .exp_ul > li:nth-child(2) {
  background: url('../images/explain2.bj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.explain .exp_ul > li:nth-child(3) {
  background: url('../images/explain3.bj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.explain .exp_ul .info {
  padding-top: 0.6rem;
}
.explain .exp_ul .one,
.explain .exp_ul .two,
.explain .exp_ul .three {
  width: 4.4rem;
  margin: auto;
  margin-left: 20%;
  max-height: 4.9rem;
  overflow-y: auto;
}
.explain .exp_ul .two {
  margin-left: 18%;
}
/* 赛事奖励*/
.reward {
  height: 11.15rem;
  position: relative;
  background: url('../images/bj3.png') no-repeat;
  background-size: 100% 100%;
}
.reward .rew_ul {
  width: 88%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.9rem;
}
.reward .rew_ul li {
  float: left;
  width: 2.93rem;
  height: 0.86rem;
  cursor: pointer;
}
.reward .rew_ul .liOne {
  background: url('../images/reward2.png');
  background-size: 100% 100%;
}
.reward .rew_ul .liOneAct {
  background: url('../images/reward.png');
  background-size: 100% 100%;
}
.reward .rew_ul .liTwo {
  background: url('../images/reward4.png');
  background-size: 100% 100%;
}
.reward .rew_ul .liTwoAct {
  background: url('../images/reward3.png');
  background-size: 100% 100%;
}
.reward .rew_pic {
  position: relative;
  width: 6.83rem;
  margin: auto;
  margin-top: 0.4rem;
}
.reward .rew_pic > li {
  width: 6.83rem;
  height: 6.94rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.reward .rew_pic > li:nth-child(1) {
  background: url('../images/rew_one.png') no-repeat center;
  background-size: 100% 100%;
}
.reward .rew_pic > li:nth-child(2) {
  height: 7.02rem;
  background: url('../images/rew_two.png') no-repeat center;
  background-size: 100% 100%;
}
.reward .rew_pic .rew_act {
  display: block;
}
.reward .rew_btn {
  cursor: pointer;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.97rem;
  height: 0.78rem;
  background: url('../images/rew_btn.png') no-repeat center;
  background-size: 100% 100%;
}
.reward .k_two {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
}
.reward .k_two li {
  cursor: pointer;
  width: 1.35rem;
  height: 0.38rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 1.3rem;
}
.reward .k_two li:nth-child(2) {
  left: 2.3rem;
  bottom: 1.06rem;
}
.reward .k_two li:nth-child(3) {
  left: 4.5rem;
  bottom: 1.3rem;
}
/* 赛事对阵表&赛程安排*/
.arrange {
  position: relative;
  background: url('../images/bj4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
  /*大图*/
}
.arrange .title {
  width: 100%;
  height: 1.76rem;
  background: url('../images/title.png');
  background-size: 100% 100%;
}
.arrange .arr_ul {
  width: 88%;
  margin: auto;
  overflow: hidden;
}
.arrange .arr_ul li {
  float: left;
  width: 2.92rem;
  height: 0.86rem;
  cursor: pointer;
}
.arrange .arr_ul li:nth-child(1) {
  margin-right: 0.7rem;
  background: url('../images/arrange2.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul .NavAct:nth-child(1) {
  background: url('../images/arrange.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul li:nth-child(2) {
  background: url('../images/arrange4.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul .NavAct:nth-child(2) {
  background: url('../images/arrange3.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul li:nth-child(3) {
  margin-left: 2rem;
  background: url('../images/arrange6.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul .NavAct:nth-child(3) {
  background: url('../images/arrange5.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 {
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
}
.arrange .arr_ul2 > li {
  width: 95%;
  display: none;
  margin: auto;
}
.arrange .arr_ul2 li > .arr_div {
  position: relative;
  width: 100%;
  height: 9rem;
  background: url('../images/arr.bj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
}
.arrange .arr_ul2 li > .arr_div .arr_img,
.arrange .arr_ul2 li > .arr_div .arr_img2 {
  width: 5.3rem;
  margin: auto;
  position: relative;
}
.arrange .arr_ul2 li > .arr_div .arr_img li,
.arrange .arr_ul2 li > .arr_div .arr_img2 li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 5.3rem;
  height: 7.41rem;
}
.arrange .arr_ul2 li > .arr_div .arr_img .oneimg_act,
.arrange .arr_ul2 li > .arr_div .arr_img2 .oneimg_act {
  display: block;
}
.arrange .arr_ul2 li > .arr_div2 {
  position: relative;
  width: 100%;
  height: 10rem;
  background: url('../images/arr.bj.png') no-repeat;
  background-size: 100% 100%;
}
.arrange .arr_ul2 li > .arr_div2 .big {
  width: 2.5rem;
  height: 0.7rem;
  margin: auto;
  cursor: pointer;
  font-size: 0.2536rem;
  color: #000;
  text-align: center;
  line-height: 0.7rem;
  background: url('../images/big.bj.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li {
  display: none;
  width: 85%;
  height: 8.56rem;
  margin: auto;
  margin-top: 0.2rem;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-container {
  width: 100%;
  height: 100%;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-slide {
  overflow: auto;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-slide img {
  height: auto;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-prev,
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-next {
  width: 0.51rem;
  height: 0.73rem;
  outline: none;
  z-index: 33;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-prev {
  background: url('../images/swiper-button-prev.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-next {
  background: url('../images/swiper-button-next.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-prev::after,
.arrange .arr_ul2 li > .arr_div2 .bigimg li .swiper-button-next::after {
  content: '';
}
.arrange .arr_ul2 li > .arr_div2 .bigimg .Bimgact {
  display: block;
}
.arrange .arr_ul2 .arr_change,
.arrange .arr_ul2 .arr_change2 {
  color: #EAD095;
  font-size: 0.24rem;
  padding-top: 0.5rem;
  width: 5.3rem;
  margin: auto;
  margin-bottom: 0.3rem;
}
.arrange .arr_ul2 .arr_change span:nth-child(1),
.arrange .arr_ul2 .arr_change2 span:nth-child(1) {
  display: inline-block;
  width: 1.02rem;
  height: 0.32rem;
  border: 0.01rem solid #EAD095;
  padding-left: 0.1rem;
  position: relative;
  box-sizing: border-box;
}
.arrange .arr_ul2 .arr_change span:nth-child(1)::before,
.arrange .arr_ul2 .arr_change2 span:nth-child(1)::before {
  content: '';
  display: block;
  width: 0.31rem;
  height: 100%;
  background: url('../images/btn.png') no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.arrange .arr_ul2 .season,
.arrange .arr_ul2 .season2 {
  position: absolute;
  top: 0.83rem;
  left: 0.92rem;
  width: 1.02rem;
  color: #EAD095;
  font-size: 0.24rem;
  max-height: 1.65rem;
  overflow-y: auto;
  display: none;
  z-index: 20;
}
.arrange .arr_ul2 .season::-webkit-scrollbar,
.arrange .arr_ul2 .season2::-webkit-scrollbar {
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.arrange .arr_ul2 .season::-webkit-scrollbar-thumb,
.arrange .arr_ul2 .season2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EAD095;
}
.arrange .arr_ul2 .season li,
.arrange .arr_ul2 .season2 li {
  width: 1.02rem;
  height: 0.32rem;
  text-align: center;
  background-color: #585858;
  border-bottom: 1px solid #EAD095;
  cursor: pointer;
}
.arrange .arr_ul2 .season li:hover,
.arrange .arr_ul2 .season2 li:hover {
  background-color: #928e86;
}
.arrange .arr_ul2 .arr_ifno_act {
  display: block;
}
.arrange .arr_ul2 > li:nth-child(3) {
  box-sizing: border-box;
  padding: 0.6rem 0.3rem;
  background: url('../images/arr.bj.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 > li:nth-child(3) .sai {
  width: 6rem;
  height: 9.32rem;
  margin: auto;
}
.arrange .arr_ul2 > li:nth-child(3) .sai img {
  width: 6rem;
  height: 9.32rem;
}
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-prev,
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-next {
  width: 0.51rem;
  height: 0.73rem;
  outline: none;
  z-index: 33;
}
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-prev {
  background: url('../images/swiper-button-prev.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-next {
  background: url('../images/swiper-button-next.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-prev::after,
.arrange .arr_ul2 > li:nth-child(3) .sai .swiper-button-next::after {
  content: '';
}
.arrange .imgzoom_pack .imgzoom_x {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: url('../images/close.png') no-repeat center;
  background-size: 100% 100%;
}
.arrange .imgzoom_pack .imgzoom_img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 99%;
  height: 90%;
  border: 1px solid #EAD095;
}
.arrange .imgzoom_pack .imgzoom_img img {
  height: auto;
}
/* footer*/
.footer {
  width: 100%;
  height: 1.5rem;
  background: #282828;
}
.footer p {
  width: 3.8rem;
  height: 0.45rem;
  font-size: 0.18rem;
  color: #9c9c9c;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  padding-top: 0.25rem;
  /*display: block;*/
}
/*弹窗*/
/*赛事介绍*/
.int_ul li {
  display: none;
  width: 7.09rem;
  height: 11rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 10;
  background: url('../images/match.bj.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
}
.int_ul li:nth-child(1) .m_top {
  width: 100%;
  background: url('../images/m_one.png') no-repeat center;
  background-size: 100% 100%;
}
.int_ul li:nth-child(2) .m_top {
  width: 100%;
  background: url('../images/m_two.png') no-repeat center;
  background-size: 100% 100%;
}
.int_ul li:nth-child(3) .m_top {
  width: 100%;
  background: url('../images/m_three.png') no-repeat center;
  background-size: 100% 100%;
}
.int_ul li:nth-child(4) .m_top {
  width: 100%;
  background: url('../images/m_four.png') no-repeat center;
  background-size: 100% 100%;
}
.one,
.two,
.three,
.four,
.r_one,
.r_two,
.r_three {
  max-height: 10rem;
  overflow-y: auto;
  margin-top: 0.1rem;
}
.m_top {
  margin-top: 0.2rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*赛季奖励*/
.rew {
  display: block;
  width: 7.09rem;
  height: 10.53rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.rew_pop > li {
  display: none;
  width: 7.09rem;
  height: 11rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 10;
  background: url('../images/match.bj.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
}
.rew_pop > li:nth-child(1) {
  background: none;
}
.rew_pop > li:nth-child(1) .cgs {
  width: 7.09rem;
  height: 10.53rem;
}
.rew_pop > li:nth-child(1) .cgs img {
  width: 100%;
  height: 100%;
}
.rew_pop > li:nth-child(2) {
  height: 11rem;
}
.rew_pop > li:nth-child(2) .m_top {
  width: 100%;
  background: url('../images/r_two.png') no-repeat center;
  background-size: 100% 100%;
}
.rew_pop > li:nth-child(2) .r_two {
  max-height: 10.5rem;
}
.rew_pop > li:nth-child(2) .swiperTitle {
  font-size: 0.25rem;
  color: #757575;
  text-align: center;
}
.rew_pop > li:nth-child(2) .swiper-container {
  width: 82%;
  margin-top: 0.5rem;
}
.rew_pop > li:nth-child(2) .swiper-button-prev,
.rew_pop > li:nth-child(2) .swiper-button-next {
  width: 0.51rem;
  height: 0.73rem;
  outline: none;
  z-index: 33;
}
.rew_pop > li:nth-child(2) .swiper-button-prev {
  left: 0.05rem;
  background: url('../images/prevent.png') no-repeat center;
  background-size: 100% 100%;
}
.rew_pop > li:nth-child(2) .swiper-button-next {
  right: 0.05rem;
  background: url('../images/next.png') no-repeat center;
  background-size: 100% 100%;
}
.rew_pop > li:nth-child(2) .swiper-button-prev::after,
.rew_pop > li:nth-child(2) .swiper-button-next::after {
  content: '';
}
.rew_pop > li:nth-child(3) {
  height: 7rem;
}
.rew_pop > li:nth-child(3) .m_top {
  width: 100%;
  background: url('../images/r_three.png') no-repeat center;
  background-size: 100% 100%;
}
.rew_pop > li:nth-child(3) .award {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 0.5rem;
  overflow-y: auto;
}
.rew_pop > li:nth-child(3) .award img {
  width: 100%;
  height: 100%;
}
