/*公用tit**/

.gray {
  color: #666;
}

.red {
  color: red;
}

.blue {
  color: #004fcf;
}

.competition_content {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

.publicTitle {
  padding: 50px 0;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #181818;
  font-weight: normal;
  text-transform: uppercase;
}

/* banner s */
.competition_banner {
  position: relative;
  min-width: 1200px;
  width: 100%;
  height: 570px;
  background: url("/shujutang/static/image/videoContest/banner.png") no-repeat
    center top;
  background-size: cover;
}

.competition_banner .banner_conner {
  text-align: center;
  color: #fff;
  padding-top: 144px;
  display: none;
}

.competition_banner .banner_conner h2 {
  font-size: 80px;
  line-height: 140px;
  font-weight: 300;
}

.competition_banner .banner_conner p {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

/* banner e */

/* 合作单位 s*/

.organizer {
  background: #fff;
  position: relative;
  top: -93px;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0 0 24px #649dfe2e;
  padding-bottom: 20px;
  padding-top: 50px;
}
.organizer .publicTitle {
  font-size: 28px;
  padding: 0;
  height: 80px;
  line-height: 80px;
  margin: 20px 0 40px;
  background: url("/shujutang/static/image/videoContest/firm_bg.png") no-repeat
    center;
  background-size: contain;
}
.organizer ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding-bottom: 45px;
}

.organizer li {
  text-align: center;
  width: 20%;
}

.organizer li .capImgBox {
  height: 90px;
  position: relative;
  margin-bottom: 15px;
}
.organizer li .capImgBox img {
  max-height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.organizer li p {
  color: #6a6a6f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

/* 合作单位 e*/

/* 竞赛背景 s */
.competitionBg {
  box-sizing: border-box;
  padding-left: 95px;
  margin-top: 95px;
  background: url("/shujutang/static/image/videoContest/race_icon.png")
    no-repeat left 62%;
}
.competition_bg_box {
  width: 1105px;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0 0 24px #649dfe2e;
}
.compe_bg_tit {
  display: flex;
  justify-content: space-between;
}
.compe_bg_tit img {
  margin-top: -135px;
  margin-left: -135px;
}
.compe_bg_tit h2 {
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}
.compe_bg_tit h2 p {
  font-size: 18px;
  line-height: 18px;
  padding-top: 23px;
  color: #999;
}
.compe_bg_msg {
  padding-top: 47px;
}
.compe_bg_msg > p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
}
.compe_bg_msg ul {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.compe_bg_msg ul li {
  margin-right: 34px;
}
.compe_bg_msg ul li:last-child {
  margin-right: 0;
}
.compe_bg_msg ul li a {
  display: block;
  height: 184px;
  box-sizing: border-box;
  padding: 33px 20px 43px;
  border-radius: 10px;
  white-space: nowrap;
  background: #f2f2f2 url("/shujutang/static/image/videoContest/race_bg_2.png")
    no-repeat right bottom;
  background-size: 160px;
}
.compe_bg_msg ul li a h3 {
  font-size: 26px;
  color: #305fe8;
  font-weight: normal;
  opacity: 0.8;
  line-height: 26px;
}
.compe_bg_msg ul li a p {
  font-size: 18px;
  line-height: 18px;
  color: #666;
  opacity: 0.8;
  padding: 27px 0 15px;
}
.compe_bg_msg ul li a span {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.compe_bg_msg ul li.active a {
  background: #fff;
  box-shadow: 0 0 16px #649dfe2e;
}
.compe_bg_msg ul li.active a h3,
.compe_bg_msg ul li.active a p {
  opacity: 1;
}
/* 竞赛背景 e */

/* 竞赛简介 s */

.competitionMsg {
  margin-top: 50px;
}
.competition_msg_img {
  background: url("/shujutang/static/image/videoContest/task_bg_1.png")
    no-repeat center;
  height: 225px;
  background-size: cover;
}
.competition_msg_box {
  margin-top: -140px;
  position: relative;
}
.competition_msg_tit {
  height: 520px;
  width: 580px;
  background-color: #fff;
  box-shadow: 0 0 24px #649dfe2e;
  border-radius: 40px;
  border-top-left-radius: 0;
  box-sizing: border-box;
  padding: 30px 40px;
}
.competition_msg_tit div {
  background: url("/shujutang/static/image/videoContest/task_icon_1.png")
    no-repeat left top;
  padding-left: 55px;
}
.competition_msg_tit h3 {
  color: #464fe6;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 30px;
  letter-spacing: 2px;
}
.competition_msg_tit p {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 5px;
}
.competition_msg_tit span {
  font-size: 16px;
  color: #999;
  line-height: 16px;
}
.competition_msg_desc {
  margin-left: 40px;
  position: absolute;
  top: 190px;
  color: #fff;
  width: 1160px;
  box-sizing: border-box;
  background: #5d68e9 url("/shujutang/static/image/videoContest/task_bg_3.png")
    no-repeat right bottom;
  padding: 34px 43px 36px;
}
.competition_msg_desc h2 {
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  padding-bottom: 25px;
  text-align: center;
}
.competition_msg_desc p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  
}
/* 竞赛简介 e */

/* 赛道设置 s */
.itemSetting .publicTitle {
  padding: 80px 0 66px;
}
.itemSetting ul {
  display: flex;
  justify-content: space-between;
}
.itemSetting ul li {
  height: 288px;
  width: 560px;
  box-sizing: border-box;
  padding-top: 39px;
  background: url("/shujutang/static/image/videoContest/track_bg.png") no-repeat
    center;
}

.itemSetting ul li h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: normal;
  text-align: center;
  background: url("/shujutang/static/image/videoContest/track_icon_1.png")
    no-repeat left center;
}
.itemSetting ul li:last-child h3 {
  background: url("/shujutang/static/image/videoContest/track_icon_2.png")
    no-repeat left center;
}
.itemSetting ul li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 34px 25px 0 46px;
}
/* 赛道设置 e */

/* 指定数据 s */
.specifiedData {
  padding-bottom: 70px;
}
.specifiedData .publicTitle {
  padding-top: 80px;
}
.specifiedData ul {
  display: flex;
  justify-content: center;
  min-width: 1200px;
  background: url("/shujutang/static/image/videoContest/data_bg.png") no-repeat
    center;
  background-size: cover;
  height: 396px;
  padding: 60px 40px;
  box-sizing: border-box;
}
.specifiedData li {
  width: 278px;
  margin: 0 15px;
  border-radius: 10px;
  box-shadow: 0 0 16px #0019452e;
  padding: 117px 19px 0;
  box-sizing: border-box;
  text-align: center;
  background: #fff url("/shujutang/static/image/videoContest/data_icon_1.png")
    no-repeat center 34px;
}
.specifiedData li:nth-of-type(2) {
  background: #fff url("/shujutang/static/image/videoContest/data_icon_2.png")
    no-repeat center 43px;
}
.specifiedData li:nth-of-type(3) {
  background: #fff url("/shujutang/static/image/videoContest/data_icon_3.png")
    no-repeat center 32px;
}
.specifiedData li:nth-of-type(4) {
  background: #fff url("/shujutang/static/image/videoContest/data_icon_4.png")
    no-repeat center 32px;
}
.specifiedData li h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 20px;
}
.specifiedData li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
/* 指定数据 e */

/* 参赛日期 s */
.entrySchedule {
  background: #f2f4fe;
  padding-bottom: 90px;
}
.entrySchedule .publicTitle {
  padding: 60px 0 163px;
}
.entrySchedule ul {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.entrySchedule ul::after {
  content: "";
  display: block;
  height: 2px;
  width: 1000px;
  background-color: #e1e6f0;
  position: absolute;
  top: 25px;
  left: 100px;
}
.entrySchedule ul li {
  width: 15%;
  position: relative;
  z-index: 9;
}

.entrySchedule ul li:nth-child(2n) {
  bottom: 84px;
}
.entrySchedule ul li i {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #d4ebff;
  border-radius: 50%;
  position: relative;
}
.entrySchedule ul li:nth-child(2n) i {
  background-color: #acd7ff;
}
.entrySchedule ul li i::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.entrySchedule ul li i span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1670ff;
  line-height: 50px;
  font-size: 18px;
  font-style: italic;
}
.entrySchedule ul li span {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.entrySchedule ul li p {
  font-size: 18px;
  color: #6a6a6f;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  padding: 25px 0 18px;
}
.entrySchedule ul li:nth-child(2n) p {
  padding: 18px 0 25px;
}
/* 参赛日期 e */

/* 奖项设置 s */
.prizeSetting {
  width: 1180px;
  margin: 0 auto;
}
.prizeSetting .publicTitle {
  padding-top: 70px;
}
.prizeSetting div {
  display: flex;
  justify-content: space-between;
}
.prizeSetting div dl {
  background: url("/shujutang/static/image/videoContest/money.png") no-repeat
    center;
  background-size: contain;
  /* width: 478px; */
  padding: 0 60px 80px;
  box-sizing: border-box;
  padding-top: 40px;
}
.prizeSetting div dl:nth-of-type(2) {
  background: url("/shujutang/static/image/videoContest/moneyNo.png") no-repeat
    center;
  background-size: contain;
}
.prizeSetting div dt {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #ffa105;
  padding-bottom: 70px;
}
.prizeSetting div dl:nth-of-type(2) dt {
  color: #6270eb;
}
.prizeSetting div dd p {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.prizeSetting div dd p:nth-of-type(1) {
  background: url("/shujutang/static/image/videoContest/circle.png") no-repeat
    left center;
  padding: 0 30px;
}
.prizeSetting div dd p span {
  font-size: 27px;
  padding: 0 5px;
}
.prizeSettingTip {
  font-size: 14px;
  color: #999;
  text-align: right;
  padding-right: 27px;
}
/* 奖项设置 e */

/* 竞赛指导委员会 s */
.specifiedPeople {
  max-width: 1200px;
  /* width: 96%; */
  margin: 0 auto 60px;
}
.specifiedPeople .publicTitle {
  padding: 70px 0 60px;
}
.specifiedPeople .numItem {
  border: 1px solid #e1e6f0;
  border-bottom: 1px solid transparent;
  /* width: 835px; */
  margin: 0 auto;
}
.specifiedPeople .numItem table {
  width: 100%;
}
.specifiedPeople .numItem tr {
  width: 100%;
  border-bottom: 1px solid #e1e6f0;
}
.specifiedPeople .numItem tr td {
  padding: 20px 0 20px 80px;
  box-sizing: border-box;
}
.specifiedPeople .numItem tr td p {
  font-size: 16px;
  color: #6a6a6f;
  line-height: 30px;
}
.specifiedPeople .numItem tr .td1 {
  background: #f5f5f5;
  font-weight: bold;
  width: 315px;
  text-align: center;
  padding-left: 0;
}
.specifiedPeople .tip {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
/* 竞赛指导委员会 e */

/* 报名方式 s */
.signUpSet {
  margin-top: 60px;
  background: url("/shujutang/static/image/videoContest/award4.png") no-repeat
    center;
  color: #fff;
  height: 352px;
  padding: 70px 160px 0 150px;
  box-sizing: border-box;
}
.signUpSet h3 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.signUpSet ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signUpSet ul li p {
  font-size: 20px;
  line-height: 40px;
}
.signUpSet ul li span {
  font-size: 14px;
  line-height: 40px;
}
.signUpSet a {
  width: 160px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #999;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  cursor: no-drop;
}
.signUpSet a:hover {
  opacity: 0.9;
}
/* 报名方式 e */

/* 反作弊声明 s */
.other {
  padding-bottom: 70px;
}
.other .publicTitle {
  padding: 80px 0 40px;
}
.other ul {
  display: flex;
  justify-content: space-between;
}
.other ul li {
  flex-shrink: 0;
  width: 590px;
  border: 1px solid #e1e6f0;
  display: flex;
  align-items: center;
  padding: 23px 70px 23px 23px;
  box-sizing: border-box;
}
.other ul li::before {
  content: "";
  display: inline-block;
  width: 52px;
  flex-shrink: 0;
  height: 59px;
  background: url("/shujutang/static/image/interspeech/other1.png") no-repeat
    left center;
  margin-right: 23px;
}
.other ul li:nth-child(2)::before {
  background: url("/shujutang/static/image/interspeech/other2.png") no-repeat
    left center;
}
.other ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
/* 反作弊声明 e */

/* footer s */
.endOfPage p {
  font-size: 17px;
  line-height: 54px;
  font-weight: 400;
  background-color: #537cf3;
  color: #fff;
  text-align: center;
}
/* footer e */

/* 竞赛简介2 3 starr */
.competitionMsg2 .competition_msg_tit,
.competitionMsg3 .competition_msg_tit {
  background: #f2f2f2 url("/shujutang/static/image/videoContest/task_bg_2.png")
    no-repeat right 20px;
  box-shadow: none;
}
.competitionMsg2 .competition_msg_tit div {
  background: url(/shujutang/static/image/videoContest/task_icon_2.png)
    no-repeat left top;
  padding-left: 68px;
}
.competitionMsg3 .competition_msg_tit div {
  background: url(/shujutang/static/image/videoContest/task_icon_3.png)
    no-repeat left top;
}
.competitionMsg2 .competition_msg_tit {
  height: 494px;
}
.competitionMsg2 .competition_msg_desc,
.competitionMsg3 .competition_msg_desc {
  background: #5d68e9 url(/shujutang/static/image/videoContest/task_bg_4.png)
    no-repeat right bottom;
}
/* 竞赛简介2 3 end */
