@charset "UTF-8";
/*
 * description: 首页
 * autor: qianyuitng
 * date: 2022-05-05
 */
/* 轮播 pagination 点 */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #C4C4C4;
  opacity: 1;
  vertical-align: bottom;
}

.swiper-pagination-bullet-active {
  background-color: #34A3F3;
}

/* banner */
.banner {
  height: 620px;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-slide {
  height: 100%;
}

.banner-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.banner-img {
  display: block;
  height: 100%;
  width: 100%;
}

.banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin-top: 20px;
}

/* 标题title */
.title {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.title-cn {
  position: relative;
  padding: 0 7px;
  color: #5EA3F3;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 2;
}

.title-cn:before, .title-cn:after {
  position: absolute;
  bottom: 15px;
  content: "";
  width: 290px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.title-cn:before {
  right: 100%;
  background-image: url("../images/title_l.png");
}

.title-cn:after {
  left: 100%;
  background-image: url("../images/title_r.png");
}

.title-cn-txt {
  position: relative;
  font-style: normal;
}

.title-cn-txt:before {
  position: absolute;
  content: attr(text);
  color: #1F72D4;
  -webkit-mask: linear-gradient(to top, #5EA3F3, transparent);
  z-index: 3;
}

.title-en {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 56px;
  font-weight: bold;
  color: #E4ECF9;
  letter-spacing: 2px;
  text-shadow: rgba(77, 150, 235, 0.12) 1px 0 0, rgba(77, 150, 235, 0.12) 0 1px 0, rgba(77, 150, 235, 0.12) -1px 0 0, rgba(77, 150, 235, 0.12) 0 -1px 0;
  z-index: 1;
}

/* 赛事相关 */
.event {
  height: 582px;
  padding-top: 60px;
  background: #F6F9FC url("../images/event_bg.png") center bottom no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.event .title {
  margin-bottom: 53px;
}

.event-img {
  width: 590px;
  height: 356px;
  border-radius: 4px;
  overflow: hidden;
}

.event-img .swiper-container {
  height: 100%;
}

.event-img .swiper-slide {
  height: 100%;
}

.event-img-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.event-img-box img {
  display: block;
  height: 100%;
  width: 100%;
}

.event-img-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 80px 0 12px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-img .swiper-pagination {
  right: 15px;
  left: auto;
  bottom: 0;
  width: auto;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
}

.event-board {
  padding: 12px 20px 10px;
  width: 590px;
  height: 356px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.event-board-tit {
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  background: url("../images/event_board_ico.png") left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-board-desc {
  height: 110px;
  line-height: 22px;
  margin-bottom: 15px;
  overflow: hidden;
}

.event-board-info {
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-board-label {
  color: #8c8c8c;
  display: inline-block;
  width: 5em;
}

/* 竞赛内容及方法 */
.competition {
  position: relative;
  height: 530px;
  padding-top: 55px;
  box-sizing: border-box;
}

.competition .title {
  margin-bottom: 13px;
}

.competition .swiper-container {
  padding-bottom: 30px;
}

.competition-card {
  height: 321px;
  padding: 34px 37px 0 53px;
  background: #F5F9FC url("../images/competition_card.png") center center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.competition-tit {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.competition-tit-sub {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: normal;
}

.competition-cont {
  width: 360px;
}

.competition-cont-item {
  position: relative;
  display: block;
  height: 98px;
  margin-bottom: 11px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}

.competition-cont-item:last-child {
  margin-bottom: 0;
}

.competition-cont-main {
  position: absolute;
  left: 52px;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.competition-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.competition-cont-txt {
  max-height: 56px;
  line-height: 28px;
  padding-left: 56px;
  font-size: 16px;
  /* overflow: hidden; */
}

.competition-cont.practice-cont .competition-cont-item {
  float: left;
  width: 120px;
  height: 103px;
  margin-bottom: 0;
  border-right: 1px solid #EEF7FA;
  border-top: 1px solid #EEF7FA;
}

/* .competition-cont.practice-cont .competition-cont-item:first-child {
  float: right;
  width: 100px;
  height: 206px;
} */

.competition-cont.practice-cont .competition-cont-item .competition-cont-main {
  left: 12px;
  right: 12px;
}

.competition-cont.practice-cont .competition-cont-item .competition-icon {
  position: static;
  top: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  display: block;
  margin: 0 auto 12px;
}

.competition-cont.practice-cont .competition-cont-item .competition-cont-txt {
  max-height: 44px;
  line-height: 22px;
  padding-left: 0;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

.competition-btn {
  width: 125px;
  height: 207px;
  padding: 127px 5px 0;
  line-height: 22px;
  background-color: #27D2C8;
  background-repeat: no-repeat;
  background-position: center calc(100% - 100px);
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.competition-btn:hover {
  background-color: #20B9B0;
}

.competition-btn.competition-download-btn {
  background-image: url("../images/download_ico.png");
}

.competition-btn.practice-btn {
  background-color: #32C6F4;
  background-image: url("../images/circle_rtight_ico.png");
}

.competition-btn.practice-btn:hover {
  background-color: #27B4E0;
}

/* 比赛过程 */
.process {
  height: 471px;
  padding-top: 68px;
  color: #fff;
  background: #1A3062 url("../images/process_bg.png") center center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.process-title {
  margin-bottom: 55px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.process-item {
  position: relative;
  /* width: 249px; */
  width: 45%;
  padding-right: 68px;
}

.process-item:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  right: calc(50% + 68px);
  height: 1px;
  background-color: #fff;
}

.process-item:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  left: 50%;
  height: 1px;
  background-color: #fff;
}

.process-item:last-child {
  padding-right: 0;
}

.process-item:last-child:before {
  right: calc(50% + 34px);
  height: 1px;
}

.process-item:last-child:after {
  left: calc(50% + 34px);
}

.process-no-outer {
  display: block;
  width: 40px;
  height: 40px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
}

.process-no-inner {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #2184CC;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
}

.process-name {
  height: 36px;
  line-height: 34px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.process-desc {
  height: 156px;
  margin-top: 12px;
  line-height: 26px;
  overflow: hidden;
}

/* 评分规则 */
.score {
  position: relative;
  height: 600px;
  padding-top: 64px;
  background-color: #F5F9FC;
  box-sizing: border-box;
}

.score .title {
  margin-bottom: 47px;
}

.score .score-bd {
  height: 346px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(9, 34, 82, 0.15);
  overflow: hidden;
}

.score-item {
  position: relative;
  width: 25%;
  height: 100%;
  padding-top: 32px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer;
}

.score-item:last-child {
  border-right: 0;
}

.score-tit {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.score-sub-tit {
  line-height: 22px;
  color: rgba(6, 6, 6, 0.45);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.score-cont {
  position: relative;
  text-align: center;
}

.score-cont#pie {
  height: calc(100% - 56px);
}

.member-item {
  display: inline-block;
  line-height: 22px;
  margin: 0 30px;
  vertical-align: top;
  text-align: center;
}

.member-item:first-child {
  display: block;
  margin: 18px auto 0;
}

.member-img {
  display: block;
  height: 79px;
  margin: 0 auto 3px;
}

.rank-item {
  display: inline-block;
  height: 73px;
  margin: 119px 25px 0;
  vertical-align: top;
  text-align: center;
}

.rank-item:nth-child(2) {
  position: absolute;
  top: 21px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.score-item.current {
  width: 50%;
  background: url("../images/score_hover_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.score-item.current .score-tit {
  font-size: 20px;
  font-weight: bold;
}

.score-item.current .member-item {
  margin-top: 42px;
  font-size: 16px;
}

.score-item.current .member-item:first-child {
  display: inline-block;
  margin: 42px 30px 0 0;
}

.score-item.current .member-item:last-child {
  margin-right: 0;
}

.score-item.current .member-item .member-img {
  height: 124px;
  margin-bottom: 12px;
}

.score-item.current .rank-item {
  height: 108px;
  margin: 56px 30px 0;
  font-size: 16px;
}

.score-item.current .rank-item:nth-child(2) {
  position: static;
  top: auto;
  margin: 56px 30px 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.score-item.current .rank-item:first-child {
  margin-left: 0;
}

.score-item.current .rank-item:last-child {
  margin-right: 0;
}

.score-item.rank:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 241px;
  height: 16px;
  margin-left: -120.5px;
  background: url("../images/rank_bottom.png") center center no-repeat;
  background-size: 100% 100%;
}

/* 竞赛内容及方法 */
.award {
  position: relative;
  min-height: 517px;
  padding: 55px 0;
  box-sizing: border-box;
}

.award .title {
  margin-bottom: 47px;
}

.award-box {
  width: 33.33%;
  height: 242px;
  padding: 0 22px;
  margin-top: 50px;
  box-sizing: border-box;
}

.award-box:nth-child(-n+3) {
  margin-top: 0;
}

.award-img {
  display: block;
  max-width: 100%;
  height: 129px;
  margin: 0 auto 8px;
}

.award-no {
  line-height: 27px;
  margin-bottom: 6px;
  font-size: 20px;
  color: #34A3F3;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.award-desc {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
}
