html,
body {
  position: relative;
  font-size: 0;
  background-color: #fff;
}

.content {
  width: 1395px;
  margin: 0 auto;
}

.news-wrap {
  margin-top: 69px;
}
.news-wrap .news-word {
  display: inline-block;
  width: 510px;
}
.news-wrap .news-word .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-wrap .news-word .tabs li {
  position: relative;
  color: #4c4c4c;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 18px 4px 14px;
  cursor: pointer;
}
.news-wrap .news-word .tabs li .w-sprites {
  display: none;
}
.news-wrap .news-word .tabs li.active {
  color: #429d1f;
}
.news-wrap .news-word .tabs li.active .icon-football {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
}
.news-wrap .news-word .tabs li.active .icon-football::before,
.news-wrap .news-word .tabs li.active .icon-football::after {
  width: 12px;
}
.news-wrap .news-word .news-list {
  height: 287px;
}
.news-wrap .news-word .more {
  color: #636363;
  font-size: 14px;
  text-align: center;
}
.news-wrap .news-word .more a {
  color: #429d20;
}
.news-wrap .news-word .news-item1 {
  display: block;
  color: #429d1f;
  font-weight: 700;
  font-size: 20px;
  padding: 14px 0 18px;
  border-top: 1px solid #dcdcdc;
  text-align: center;
}
.news-wrap .news-word .news-items {
  height: 227px;
}
.news-wrap .news-word .news-items li {
  padding: 6px 0;
}
.news-wrap .news-word .news-items a {
  color: #909090;
  font-size: 14px;
}
.news-wrap .news-word .news-items a .news-title {
  display: inline-block;
  max-width: 440px;
  letter-spacing: 2px;
}
.news-wrap .news-word .news-items a .news-title:hover {
  text-decoration: underline;
}
.news-wrap .news-word .news-items a .news-title i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ff8e15;
  margin-right: 20px;
  padding: 2px 5px;
  border: 1px solid #ff8e15;
  border-radius: 6px;
  text-align: center;
}
.news-wrap .news-word .news-items a .news-title i.notice {
  color: #4ba36a;
  border-color: #4ba36a;
}
.news-wrap .news-word .news-items a .news-title i.activity {
  color: #e9852d;
  border-color: #e9852d;
}
.news-wrap .news-word .news-items a .news-title i.events {
  color: #6388c5;
  border-color: #6388c5;
}
.news-wrap .news-word .news-items a .news-title i.hotspot {
  color: red;
  border-color: red;
}
.news-wrap .news-word .news-items a .date {
  float: right;
}
.news-wrap .news-imgs {
  position: relative;
  display: inline-block;
  width: 856px;
  height: 370px;
  margin-left: 29px;
  vertical-align: top;
  border-radius: 60px;
  overflow: hidden;
  padding-bottom: 44px;
}
.news-wrap .news-imgs .swiper-slide {
  width: 856px;
  height: 326px;
}
.news-wrap .news-imgs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.news-wrap .news-imgs .title-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 999;
  background-color: #e9e9e9;
}
.news-wrap .news-imgs .title-tab li {
  display: inline-block;
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 44px;
  line-height: 44px;
  color: #5e5e5e;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.news-wrap .news-imgs .title-tab li.active {
  color: #fff;
  background-color: #429d20;
}

.sundry {
  margin-top: 69px;
}
.sundry .imgs {
	display: inline-block;
	vertical-align: top;
}
.sundry .img-wrap {
	position: relative;
	display: inline-block;
  width: 248px;
	height: 314px;
}
.sundry .img-wrap .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	padding: 30px 24px 0;
	z-index: 8;
	opacity: 0;
}
.sundry .img-wrap:hover .title {
	opacity: 1;
}
.sundry .img-wrap .link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sundry .img-wrap .link:hover::after {
  background-color: #000;
  opacity: 0.5;
}
.sundry .organizations .img-wrap, .sundry .recall .img-wrap {
	width: 311px;
}
.sundry .new-old-player, .sundry .organizations, .sundry .recall {
	display: inline-block;
	vertical-align: top;
}
.sundry .recall {
  display: inline-block;
  vertical-align: top;
}
.sundry .recall .link {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.sundry .old-player {
  margin: 0 22px;
}
.sundry .link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
	border-radius: 40px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.sundry .link > img {
  position: absolute;
	width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sundry .player-title {
  color: #323232;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 17px;
}
.sundry .player-img-wrap {
  height: 196px;
}
.sundry .player-title .icon-football {
  display: inline-block;
}
.sundry .organizations {
	margin-right: 43px;
}
.sundry .links {
	display: inline-block;
}
.sundry .links > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 124px;
  height: 147px;
  font-size: 20px;
  color: #454545;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 25px;
  vertical-align: bottom;
	line-height: 35px;
  letter-spacing: 0.2em;
}
.sundry .links > a:hover {
	color: #fff;
  background-color: #429d1f;
}
.sundry .links > a > i {
  vertical-align: middle;
  margin-right: 5px;
}
.sundry .links > a:hover i {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}
.sundry .links .link-guide {
  font-weight: 700;
  margin-right: 65px;
}
.sundry .links .link-version {
	margin-top: 19px;
}
.sundry .links .link-gift {
  font-weight: 700;
}

.version-links {
  margin-top: 69px;
}
.version-links .version {
  position: relative;
  display: inline-block;
  width: 680px;
  height: 540px;
  border-radius: 60px;
}
.version-links .version .version-link {
  position: relative;
  display: inline-block;
  width: 420px;
  height: 540px;
  border-radius: 60px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s,
    -webkit-filter 0.3s;
  box-shadow: 10px 0px 1px 0px rgba(0, 0, 0, 0.06);
}
.version-links .version .bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 394px;
  height: 293px;
  background-repeat: no-repeat;
  background-size: 394px 293px;
  border-radius: 60px;
}
.version-links .version .version-link:hover {
  /* filter: brightness(1.08); */
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.version-links .version .version-link .version-img {
  width: 420px;
  height: 540px;
}
.version-links .version .word-wrap {
  display: inline-block;
  width: 236px;
  color: #000;
  vertical-align: top;
  margin-left: 20px;
  padding-top: 16px;
}
.version-links .version .word-wrap .tip {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}
.version-links .version .word-wrap .title {
  font-size: 20px;
  margin: 16px 0 13px;
  font-weight: 600;
}
.version-links .version .word-wrap .date,
.version-links .version .word-wrap .version-content {
  font-size: 16px;
}
.version-links .version .word-wrap .date > span,
.version-links .version .word-wrap .version-content > span {
  color: #727272;
}
.version-links .version .word-wrap .version-content {
  margin-bottom: 14px;
  margin-top: 2px;
}
.version-links .links {
  position: relative;
  display: inline-block;
  width: 659px;
  height: 550px;
  background-image: url(../png/bg-flash-d-161d5.png?ae15c);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 56px;
  text-align: center;
  vertical-align: text-bottom;
  /* background-position-y: -15px, 3px; */
}
.version-links .links .adapt-age {
  position: absolute;
  top: 0;
  right: 1px;
  width: 77px;
  height: 100px;
  /* background: url(//game.gtimg.cn/images/fo4/web202211/age-reminder-8.png?20221109)
    no-repeat center;
  background-size: 77px 100px;
  background-color: #fff; */
  border-radius: 6px;
}
.version-links .links .w-sprites {
  /* vertical-align: middle; */
  margin-right: 3px;
}
.version-links .links .icon-cdkey-s {
  width: 23px;
  height: 23px;
  background: url(../png/icon-cdkey-s.png)
    no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.version-links .links .icon-yungame {
  width: 21px;
  height: 16px;
  background: url(../png/icon-yungame.png)
    no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.version-links .links .download {
  display: inline-block;
  width: 446px;
  height: 154px;
  padding-top: 45px;
  /* background: url('../../assets/imgs/ossweb-img/bg-download.png') no-repeat center; */
  text-align: center;
  color: #fff;
}
.version-links .links .download .download-cn {
  font-size: 42px;
  margin-bottom: 10px;
}
.version-links .links .download .download-us {
  font-size: 12px;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  opacity: 0.8;
}
.version-links .links .link2 {
  margin-top: 10px;
}
.version-links .links .link2 > a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.version-links .links .link2 .club {
  width: 268px;
  height: 79px;
  line-height: 79px;
  /* background: url('../../assets/imgs/ossweb-img/bg-club.png') no-repeat center; */
  margin-right: 13px;
  position: relative;
}
.version-links .links .link2 .bbs {
  width: 269px;
  height: 79px;
  line-height: 79px;
  position: relative;
  /* background: url('../../assets/imgs/ossweb-img/bg-bbs.png') no-repeat center; */
}
.version-links .links .link3 {
  background-repeat: no-repeat;
  background-position: center;
  margin: 14px 0 13px;
  margin-left: -17px;
}
.version-links .links .link3 a {
  color: #454545;
  font-weight: bold;
  font-size: 14px;
  height: 77px;
  line-height: 77px;
  vertical-align: top;
}
.version-links .links .link3 .team {
  width: 175px;
  background: url("../png/team_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link3 .mobile {
  width: 176px;
  margin: 0 16px;
  background: url("../png/mobile_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link3 .pay {
  width: 177px;
  background: url("../png/pay_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link2 a:hover i {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}
.version-links .links .link3 a:hover i {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}
.version-links .links .link4 {
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -10px;
}
.version-links .links .link4 a {
  font-weight: bold;
  color: #454545;
  font-size: 14px;
  height: 78px;
  line-height: 78px;
  vertical-align: top;
}
.version-links .links .link4 .vip {
  width: 163px;
  background: url("../png/vip_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link4 .guide {
  width: 176px;
  margin: 0 15px;
  background: url("../png/guide_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link4 .month-card {
  width: 165px;
  background: url("../png/month_bg.png");
  /* background-image: url(data:image/png;base64,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); */
}
.version-links .links .link4 a:hover i {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}
.version-links .links a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.version-links .links .download-m {
  display: inline-block;
  width: 384px;
  height: 111px;
  line-height: 111px;
  font-size: 32px;
  /*  background: url('../../assets/imgs/ossweb-img/bg-download-m.png') no-repeat center; */
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.version-links .link-ball {
	width: 22px;
	height: 22px;
	margin-right: 3px;
}
.version-links .links a:hover .link-ball {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}
.version-links .links .ball {
  position: absolute;
  width: 22px;
  height: 22px;
}
.version-links .links .ball1 {
  top: 134px;
  left: 76px;
}
.version-links .links .ball2 {
  top: 134px;
  right: 93px;
}
.version-links .links .ball3 {
  bottom: 92px;
  left: 102px;
}
.version-links .links .ball4 {
  bottom: 92px;
  right: 121px;
}

.activity-discounts {
  margin-top: 69px;
}
.activity-discounts .activity,
.activity-discounts .discounts {
  display: inline-block;
}
.activity-discounts .discounts {
  margin-left: 65px;
}
.activity-discounts .content-l,
.activity-discounts .content-r {
  display: inline-block;
}
.activity-discounts .content-r {
  margin-left: 30px;
  vertical-align: top;
  position: relative;
}
.activity-discounts .activity,
.activity-discounts .discounts {
  padding-left: 312px;
  vertical-align: top;
}
.activity .content-l,
.discounts .content-l {
  position: absolute;
  left: -344px;
  top: 8px;
}
.activity-discounts .card {
  display: block;
  border-radius: 60px;
  overflow: hidden;
  background-color: #f2f2f2;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.activity-discounts .card .title {
  font-size: 17px;
  color: #000;
  margin-top: 12px;
  margin-bottom: 26px;
  padding: 0 35px;
}
.activity-discounts .card .ddl-tag {
  padding: 0 35px;
}
.activity-discounts .card .ddl {
  font-size: 14px;
  color: #c55d00;
}
.activity-discounts .card-l .ddl {
  font-size: 16px;
}
.activity-discounts .card .tag {
  font-size: 16px;
  font-weight: 600;
  color: #f32c2c;
}
.activity-discounts .card-l {
  width: 312px;
  height: 476px;
  margin-top: 50px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s,
    -webkit-filter 0.3s;
}
.activity-discounts .card-l:hover {
  /* filter: brightness(1.08); */
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.activity-discounts .card-l .img-wrap {
  width: 312px;
  height: 374px;
  overflow: hidden;
}
.activity-discounts .card-l .pic {
  width: 312px;
  height: 374px;
}
.activity-discounts .card-s {
  width: 323px;
  height: 281px;
}
.activity-discounts .card-s .img-wrap {
  width: 323px;
  height: 200px;
  overflow: hidden;
}
.activity-discounts .card-s .pic {
  width: 323px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.activity-discounts .card-s .title {
  font-size: 14px;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* 赛事中心 start */
.competition-center .competition-title {
  color: #323232;
  font-weight: 700;
  font-size: 40px;
  margin: 54px 21px 17px 0;
}
.competition-center .competition-title .icon-football {
  display: inline-block;
  width: 28px;
  height: 31px;
  margin-right: 14px;
}
.competition-center .competition-news {
  position: relative;
  display: inline-block;
  width: 570px;
  height: 302px;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 47px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
.competition-center .competition-news {
	display: inline-block;
}
.competition-center .competition-news .swiper-slide {
  width: 100%;
	height: 100%;
}
.competition-center .competition-news .swiper-slide img {
  width: 100%;
  height: 100%;
}
.competition-center .competition-news .title-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 999;
  background-color: #e9e9e9;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	overflow: hidden;
}
.competition-center .competition-news .title-tab li {
  display: inline-block;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 47px;
  line-height: 47px;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.competition-center .competition-news .title-tab li.active {
  background-color: #429d20;
  color: #fff;
}
.competition-video {
	display: inline-block;
	margin-left: 18px;
}
.competition-video .video-card {
	display: inline-block;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  background-color: #818181;
	width: 227px;
	height: 302px;
	margin-right: 18px;
}
.competition-video .video-card .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}
.competition-video .video-card .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  padding: 30px 24px 0;
  z-index: 8;
  opacity: 0;
}
.competition-video .video-r .video-card .title {
  padding-top: 20px;
}
.competition-video .video-card img {
  width: 100%;
  height: 100%;
}
.competition-video .video-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.competition-video .video-card:hover .title {
  opacity: 1;
}
.competition-video .video-card:hover::after {
  background-color: #000;
  opacity: 0.5;
}
.competition-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 70px;
	height: 302px;
	border-radius: 25px;
	overflow: hidden;
	color: #000;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	background-color: #f2f2f2;
	text-align: center;
	vertical-align: top;
}
.competition-link .word2 {
	color: #429d1f;
}
.competition-link:hover {
  color: #fff;
	background-color: #429d1f;
}
.competition-link:hover .word2 {
	color: #fff;
}
/* 赛事中心 end */
.strategy-video {
  margin-top: 69px;
}
.strategy-video .strategy,
.strategy-video .video {
  display: inline-block;
  vertical-align: top;
}
.strategy-video .strategy {
  margin-right: 46px;
}
.strategy-video .strategy .tabs {
  display: inline-block;
  width: 402px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  vertical-align: top;
}
.strategy-video .strategy .tabs li {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
}
.strategy-video .strategy .tabs li.active {
  color: #429d1f;
}
.strategy .tabs .icon-football {
  width: 12px;
  height: 12px;
  display: none;
}
.strategy .tabs .icon-football::before,
.strategy-video .strategy .tabs .icon-football::after {
  width: 20px;
}
.strategy-video .strategy .tabs li i {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.strategy-video .strategy .tabs li.active .icon-football {
  display: block;
}
.strategy-video .strategy .tabs .star {
  margin: 0 52px;
}
.strategy-video .strategy .strategy-list {
  width: 693px;
  margin-top: 13px;
}
.strategy-video .strategy .strategy-card {
  display: inline-block;
  width: 204px;
  vertical-align: top;
}
.strategy-video .strategy .strategy-card .img-wrap {
  width: 204px;
  height: 272px;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.strategy-video .strategy .strategy-card .img-wrap img {
  width: 100%;
  height: 272px;
  -o-object-fit: cover;
  object-fit: cover;
}
.strategy-video .strategy .strategy-card .title {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  padding: 0 15px;
}
.strategy-video .strategy .strategy-card2 {
  margin: 0 24px;
}
.strategy-video .strategy .strategy-card:hover .title {
  color: #429d1f;
}
.strategy-video .video {
  padding-left: 312px;
  vertical-align: top;
}
.strategy-video .video-r {
  position: relative;
}
.strategy-video .video-l {
  position: absolute;
  bottom: 0;
  left: -344px;
}
.strategy-video .video-r {
  margin-left: 20px;
}
.strategy-video .video-card {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  background-color: #818181;
}
.strategy-video .video-card .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}
.strategy-video .video-card .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  padding: 30px 24px 0;
  z-index: 8;
  opacity: 0;
}
.strategy-video .video-r .video-card .title {
  padding-top: 20px;
}
.strategy-video .video-card img {
  width: 100%;
  height: 100%;
}
.strategy-video .video-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.strategy-video .video-card:hover .title {
  opacity: 1;
}
.strategy-video .video-card:hover::after {
  background-color: #000;
  opacity: 0.5;
}
.strategy-video .card1 {
  width: 317px;
  height: 342px;
  margin-top: 16px;
}
.strategy-video .card2,
.strategy-video .card3 {
  width: 321px;
  height: 196px;
}
.strategy-video .card3 {
  margin-top: 20px;
}

.entry {
  margin-top: 69px;
  margin-bottom: 69px;
}
.entry .comm-title {
  position: relative;
}
.entry .comm-title .comm-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.entry .entry-list {
  margin-top: 28px;
}
.entry .entry-list li {
  display: inline-block;
  width: 205px;
  height: 82px;
  line-height: 82px;
  font-size: 16px;
  background-color: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-right: 32px;
}
.entry .entry-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  line-height: 74px;
  color: #454545;
  font-weight: 700;
  text-align: center;
}
.entry .entry-list li a i {
  margin-right: 5px;
}
.entry .entry-list li a .icon-cdkey {
  width: 25px;
  height: 25px;
  background: url(../png/icon-cdkey.png) no-repeat
    center;
  background-size: 100%;
}
.entry .entry-list li a .ico-kefu {
  width: 26px;
  height: 19px;
  background: url(../png/sprite.png) no-repeat
    center;
  background-position: -203px -379px;
}
.entry .entry-list li a .ico-gift {
  width: 25px;
  height: 25px;
  background: url(../png/sprite.png) no-repeat
    center;
  background-position: -145px -275px;
}
.entry .entry-list li.last {
  margin-right: 0;
}
.entry .entry-list li:hover i {
  -webkit-animation: tada 1s ease both;
  animation: tada 1s ease both;
}

.kv-wrap {
  width: 1920px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  margin: 0 auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.kv-wrap.shrink {
  -webkit-animation: kvShrink 0.3s linear forwards;
  animation: kvShrink 0.3s linear forwards;
}
.kv-wrap .kv-item {
  position: relative;
}
.kv-wrap .kv-item.big .big-img {
  z-index: 1;
}
.kv-wrap .kv-item .big-img {
  width: 100%;
  height: 720px;
  z-index: -1;
}
.kv-wrap .kv-item .small-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.kv-wrap .kv-item .detail {
  width: 192px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 21px;
  background-color: #4e4c52;
  border: 1px #e1b546 solid;
  border-radius: 20px;
  text-align: center;
}
.kv-wrap .kv-item .detail.shrink {
  -webkit-animation: kvBtn 0.3s linear forwards;
  animation: kvBtn 0.3s linear forwards;
}
.swiper-container-horizontal > .swiper-pagination-bullets.kv-pagination {
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: 460px;
  bottom: 30px;
  right: initial;
  text-align: right;
  z-index: 100;
}
.swiper-container-horizontal > .swiper-pagination-bullets.kv-pagination.shrink {
  -webkit-animation: kvBtn 0.3s linear forwards;
  animation: kvBtn 0.3s linear forwards;
}
.kv-pagination span {
  display: inline-block;
  width: 70px;
  height: 4px;
  background-color: #e9dada;
  margin-left: 16px;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 0;
}
.kv-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.pop-content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.close-video {
  color: #e2e2e2;
  width: 100%;
  height: 0.84rem;
  font-size: 0.6rem;
  display: block;
  text-align: right;
  padding-right: 6%;
}

.w-sprites {
  display: inline-block;
}

.comm-title > span {
  color: #323232;
  font-size: 40px;
  font-weight: 700;
  margin: 0 21px 0 14px;
}
.comm-title .comm-more {
  vertical-align: bottom;
}

.comm-more {
  color: #8db830;
}
.comm-more > i {
  margin-right: 6px;
  vertical-align: sub;
}
.comm-more > span {
  display: inline-block;
  font-size: 14px;
}

.icon-football {
  width: 20px;
  height: 20px;
}

.fix-nav {
  position: fixed;
  left: 60px;
  bottom: 300px;
  width: 177px;
  height: 232px;
  color: #9b6816;
  border-radius: 60px;
  text-align: center;
  padding-top: 23px;
  background: url(../png/bg-fix-nav.png) no-repeat
    center;
  background-size: 100%;
}
.fix-nav .ewms-tit {
  color: #9b6816;
  font-size: 14px;
}
.fix-nav .ewms-tit a {
  font-size: 14px;
  color: #9b6816;
}
.fix-nav .ewms-tit a.cur {
  color: #71af3f;
}
.fix-nav .ewms-pic {
  margin-top: 20px;
}
.fix-nav .ewms-pic img {
  width: 116px;
  height: 116px;
}
.fix-nav .ewms-pic .ewms-desc {
  font-size: 12px;
  color: #9b6816;
  margin-top: 24px;
}
.fix-left {
  position: fixed;
  left: -100%;
  top: 420px;
  transition: left 0.5s 0.2s;
  -webkit-transition: left 0.5s 0.2s;
  z-index: 9;
  transform: scale(0.8);
  transform-origin: top left;
}
.fix-left.show {
  left: 20px;
}
.fix-nav-athletes {
  width: 200px;
  height: 468px;
  text-align: center;
  background: url(../png/bg-qrcodes.png)
    no-repeat center;
  background-size: contain;
  padding-top: 16px;
  font-size: 14px;
  color: #000;
}
.fix-nav-athletes .qrcode {
  width: 96px;
  height: 96px;
}
.fix-nav-athletes .qrcode-download-tip {
  margin-bottom: 20px;
}
.fix-nav-athletes .dy-wrap img {
  width: 120px;
  height: 120px;
}
.fix-nav-athletes .qrcode-item, .fix-nav-athletes .qrcode-itema {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.fix-nav-athletes .qrcode-item a {
  color: #000;
}
.fix-nav-athletes .qrcode-item:hover .text, .fix-nav-athletes .qrcode-itema:hover a {
  color: #fff;
}
.fix-nav-athletes .qrcode-itema:hover .text {
  text-decoration: underline;
}
.fix-nav-athletes .qrcode-item:hover .icon {
  filter: brightness(0) invert(1) grayscale(1);
}
.fix-nav-athletes .qrcode-item span {
  width: 70px;
  text-align: center;
  padding-left: 30px;
}
.fix-nav-athletes .qrcode-item .text {
  flex: 1;
  text-align: left;
  padding-left: 15px;
}
.fix-nav-athletes .qrcode-item img {
  vertical-align: middle;
}
.fix-nav-athletes .dy-wrap p, .fix-nav-athletes .qrcode-item span {
  font-size: 16px;
  font-weight: 700;
}
.fix-nav-athletes .qrcode-item:hover .qrcode{
  display: block;
}
.fix-nav-athletes .qrcode-item .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  right: -152px;
  width: 169px;
  height: 150px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.fix-redpacket {
  display: block;
  width: 205px;
  height: 223px;
  background: url(../png/pendant-redpacket.png) no-repeat center;
  margin-top: 5px;
}
.fix-safe {
  display: block;
  width: 222px;
  height: 174px;
  background: url(../png/fix-safe.png) no-repeat center;
  margin-top: 5px;
}

.pop-age {
  display: none;
  width: 805px;
  height: 476px;
  border: 6px solid #bbb;
  padding: 28px 27px 0;
  background-color: #fff;
}
.pop-age .age-title {
  font-size: 24px;
  color: #393939;
}
.pop-age .age-content {
  margin-top: 20px;
}
.pop-age .age-content li {
  font-size: 14px;
  line-height: 30px;
  color: #393939;
}
.pop-age .age-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: url(../png/age_close.png) no-repeat
    center;
  background-size: 40px 40px;
  cursor: pointer;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes kvBtn {
  from {
    bottom: 30px;
  }
  to {
    bottom: 344px;
  }
}
@keyframes kvBtn {
  from {
    bottom: 30px;
  }
  to {
    bottom: 344px;
  }
}
@-webkit-keyframes kvShrink {
  from {
    height: 720px;
  }
  to {
    height: 400px;
  }
}
@keyframes kvShrink {
  from {
    height: 720px;
  }
  to {
    height: 400px;
  }
}
.fix-right {
  position: fixed;
  top: 420px;
  right: -100%;
  transition: right 0.5s 0.2s;
  -webkit-transition: right 0.5s 0.2s;
  z-index: 9;
  transform: scale(0.8);
  transform-origin: top right;
}
.fix-right.show {
  right: 28px;
}
.fix-right-yyx {
  width: 200px;
  height: 291px;
  display: block;
  background: url(../png/right_float_icon.png)
    no-repeat center / 100%;
  padding-top: 103px;
  bottom: 50%;
}
.fix-right-zsh {
  display: block;
  width: 201px;
  height: 208px;
  background: url(../png/pendant-zsh.png)
    no-repeat center / 100%;
}
.w-sprites-icon-club.w-sprites {
  width: 21px;
  height: 25px;
  background: url(../png/jlb_icon.png) no-repeat
    center / 100%;
  position: absolute;
  top: 30px;
  left: 55px;
}
.w-sprites-icon-bbs.w-sprites {
  width: 22px;
  height: 20px;
  background: url(../png/lt_icon.png) no-repeat
    center / 100%;
  position: absolute;
  top: 34px;
  left: 70px;
}
.w-sprites-icon-qq.w-sprites{
  width: 22px;
  height: 20px;
  background: url(../png/lt_icon1.png) no-repeat
    center / 100%;
}
.fix-video-post {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
}
.fix-video-post .post {
	width: 200px;
	height: 150px;
}
.fix-video-post .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fix-video-post .close {
  position: absolute;
  background: url("../png/age_close.png") no-repeat;
	background-size: cover;
  width: 14px;
  height: 14px;
  top: -14px;
  right: -14px;
  font-size: 0;
}