/*公用tit**/

.gray {
  color: #666;
}

.red {
  color: red;
}

.blue {
  color: #004fcf;
}

/* banner s */

.competition_banner {
  position: relative;
  min-width: 1200px;
}

.competition_banner img {
  width: 100%;
}

.competition_banner .banner_conner {
  max-width: 1200px;
  width: 96%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-top: 70px;
  display: none;
}

.competition_banner .banner_conner h3 {
  font-size: 89px;
  line-height: 174px;
  font-weight: normal;
  /* font-family: "webfontSong", Georgia, Serif; */
}

.competition_banner .banner_conner p {
  font-size: 27px;
  line-height: 27px;
}

/* banner e */

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

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

/* 合作单位 s*/

.organizer {
  background: #fff;
  position: relative;
  top: -120px;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0 0 24px #649dfe2e;
}
.organizer .publicTitle {
  padding: 60px 0 50px;
}
.organizer ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.organizer li {
  text-align: center;
  width: 25%;
  padding-bottom: 50px;
}

.organizer li .capImgBox {
  height: 90px;
}
.organizer li p {
  color: #6a6a6f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

/* 合作单位 e*/

/* 竞赛背景 s */
.competitionBg {
  margin-top: -30px;
}
.competitionBg ul {
  display: flex;
  align-items: center;
}

.competitionBg ul li:first-of-type {
  width: 50%;
  flex-shrink: 0;
}

.competitionBg ul li img {
  width: 100%;
}

.competitionBg ul li:last-child {
  margin-left: -150px;
}

.competitionBg ul li h3 {
  color: #666;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  padding-left: 200px;
  
}

.competitionBg ul li h3 span {
  display: block;
  font-size: 26px;
  color: #999;
  padding: 20px 0 30px;
}

.competitionBg ul li div {
  background-image: linear-gradient(#6992f3, #2b5ae7);
  color: #fff;
  padding: 40px 40px 30px;
  border-radius: 10px;
}

.competitionBg ul li div h4 {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.competitionBg ul li div p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: justify;
}

/* 竞赛背景 e */

/* 竞赛简介 s */

.competitionMsg {
  padding: 110px 0;
}

.competitionMsg ul {
  display: flex;
  align-items: center;
}

.competitionMsg ul li:first-child {
  margin-right: -150px;
}

.competitionMsg ul li:last-of-type {
  width: 50%;
  flex-shrink: 0;
}

.competitionMsg ul li img {
  width: 100%;
}

.competitionMsg ul li h3 {
  color: #666;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  padding-right: 180px;
  text-align: right;
}

.competitionMsg ul li h3 span {
  display: block;
  font-size: 26px;
  color: #999;
  padding: 20px 0;
  
}

.competitionMsg ul li div {
  background-image: linear-gradient(#6992f3, #2b5ae7);
  color: #fff;
  padding: 40px 40px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.competitionMsg ul li div h4 {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 30px;
  
  text-transform: uppercase;
}

.competitionMsg ul li div p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: justify;
}

.competitionMsg ul li div p:last-child {
  text-align: right;
  padding-bottom: 0;
  padding-top: 10px;
}

/* 竞赛简介 e */

/* 赛道设置 s */
.itemSetting {
  background: url("/shujutang/static/image/interspeech/itemSettingBg.png")
    no-repeat center top;
}

.itemSetting h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  padding: 60px 0 40px;
}

.itemSetting .itemSettingBox {
  width: 1200px;
  /* width: 96%; */
  margin: 0 auto;
  /* display: flex;
  justify-content: space-around; */
}

.itemSetting .itemSettingBox .stepItem {
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  /* width: 520px; */
  margin-top: 40px;
  padding: 38px 0 38px 38px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 24px #649dfe28;
}
.itemSetting .itemSettingBox .stepItem::after {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background: url("/shujutang/static/image/interspeech/itemSetting1.png")
    no-repeat center;
  position: absolute;
  right: 40px;
  top: 66px;
}
.itemSetting .itemSettingBox .stepItem:last-child::after {
  background: url("/shujutang/static/image/interspeech/itemSetting2.png")
    no-repeat center;
}
.itemSetting .itemSettingBox .stepItem h5 {
  font-size: 42px;
  line-height: 42px;
  color: #305ee875;
  font-weight: normal;
  padding-bottom: 35px;
}

.itemSetting .itemSettingBox .stepItem .stepItemSt {
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 20px;
}

.itemSetting .itemSettingBox .stepItem p {
  font-size: 18px;
  line-height: 28px;
  color: #6a6a6f;
  padding-right: 38px;
}
.itemSetting .itemSettingBox .stepItem span {
  font-size: 12px;
  line-height: 22px;
  color: #999999;
  padding-right: 38px;
  display: inline-block;
  padding-top: 10px;
}
/* 赛道设置 e */

/* 指定数据 s */
.specifiedData {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 80px;
}
.specifiedData h3 {
  font-size: 28px;
  line-height: 28px;
  color: #181818;
  text-align: center;
  font-weight: normal;
  padding: 100px 0 33px;
  text-transform: uppercase;
}
.specifiedData h4 {
  font-size: 22px;
  line-height: 34px;
  color: #6a6a6f;
  font-weight: normal;
  text-align: center;
}
.specifiedData > p {
  font-size: 16px;
  line-height: 27px;
  color: #6a6a6f;
  padding: 20px 20px 20px 0;
  text-align: justify;
}
.specifiedData > span {
  font-size: 16px;
  line-height: 27px;
  color: #6a6a6f;
  padding: 20px 20px 20px 0;
  display: block;
  text-align: justify;
}
.specifiedData > span a {
  color: #305fe8;
}
.specifiedData .numItem {
  border: 1px solid #e1e6f0;
  border-bottom: 1px solid transparent;
}
.specifiedData .numItemNew {
  /* width: 600px; */
}
.specifiedData .numItem table {
  width: 100%;
}
.specifiedData .numItem tr {
  width: 100%;
  border-bottom: 1px solid #e1e6f0;
}
.specifiedData .numItem tr .td1 {
  color: #181818;
  font-size: 16px;
  line-height: 16px;
  /* width: 212px; */
  /* text-align: center; */
  /* background: #fbfcff; */
  font-weight: bold;
  background-color: #fbfcff;
  width: 315px;
  padding-left: 100px;
  box-sizing: border-box;
}
.specifiedData .numItem tr td {
  padding: 20px 0;
}
.specifiedData .numItem tr td p {
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px 0 100px;
}
.specifiedData .numItem tr .td1 p {
  color: #181818;
  padding: 0;
  font-size: 16px;
}
.specifiedData .numItemNew tr .td1 {
  background: #fff;
  color: #343434;
  font-weight: normal;
  border-right: 1px solid #e1e6f0;
  padding-left: 135px;
}
.specifiedData .numItemNew tr .td1 p {
  color: #343434;
  font-size: 14px;
}
.specifiedData .numItem tr.oneLine td p {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.specifiedData .numItemNew tr.oneLine .td1,
.specifiedData .numItem tr.oneLine td {
  background: #fbfcff;
}
.specifiedData .numItemNew tr.oneLine .td1 p {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.specifiedData .prizeTip {
  font-size: 14px;
  line-height: 45px;
  color: #6a6a6f;
  /* padding-top: 30px; */
}
/* 指定数据 e */

/* 参赛日期 s */
.entrySchedule {
  background: #f2f4fe;
}
.entrySchedule .publicTitle {
  padding: 90px 0 163px;
}
.entrySchedule ul {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  display: flex;
  justify-content: space-around;
}
.entrySchedule ul li {
  width: 15%;
  position: relative;
}
.entrySchedule ul li::after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  background: #e1e6f0;
  position: absolute;
  right: -30px;
  bottom: 40px;
}
.entrySchedule ul li:nth-child(2n-1)::after {
  top: 48px;
}
.entrySchedule ul li:last-child::after {
  background: transparent;
}
.entrySchedule ul li:nth-child(2n) {
  bottom: 103px;
}
.entrySchedule ul li i {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: block;
  text-align: center;
  background: url("/shujutang/static/image/interspeech/DotsBig.png") no-repeat
    center;
  background-size: contain;
  font-size: 18px;
  color: #1670ff;
}
.entrySchedule ul li span {
  font-size: 22px;
  line-height: 54px;
  color: #181818;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.entrySchedule ul li p {
  font-size: 16px;
  color: #6a6a6f;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
}
/* 参赛日期 e */

/* 奖项设置 s */
.prizeSetting {
  background: #f2f4fe;
}
.prizeSetting ul {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  display: flex;
  background: #f2f4fe;
  justify-content: space-around;
}
.prizeSetting ul .stepItem {
  flex-shrink: 0;
  width: 520px;
  box-sizing: border-box;
  background: url("/shujutang/static/image/interspeech/stepItem1.png") no-repeat
    center;
  background-size: contain;
  padding: 40px 25px 10px 150px;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
}
.prizeSetting ul .stepItem:nth-child(2) {
  background: url("/shujutang/static/image/interspeech/stepItem2.png") no-repeat
    center;
  background-size: contain;
}
.prizeSetting ul li.stepItem h5 {
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: normal;
  margin-bottom: 10px;
}
.prizeSetting ul li.stepItem p {
  font-size: 20px;
  line-height: 53px;
}
.prizeSetting ul li.stepItem p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/shujutang/static/image/interspeech/DotsSmall.png") no-repeat
    left center;
  margin-right: 15px;
}
.prizeSetting ul li.stepItem p span {
  font-size: 16px;
  padding-left: 10px;
  line-height: 16px;
}
.prizeSetting .prizeTip {
  margin: 0 auto;
  max-width: 1120px;
  width: 96%;
  padding: 25px 0;
}
.prizeSetting .prizeTip p {
  font-size: 14px;
  line-height: 28px;
  color: #6a6a6f;
}
.prizeSetting .prizeTip p span {
  display: inline-block;
  padding-right: 5px;
}
/* 奖项设置 e */

/* 竞赛指导委员会 s */
.specifiedPeople {
  max-width: 1200px;
  /* width: 96%; */
  margin: 0 auto 40px;
}
.specifiedPeople h3 {
  font-size: 28px;
  line-height: 28px;
  color: #181818;
  text-align: center;
  font-weight: normal;
  padding: 100px 0 20px;
  text-transform: uppercase;
}
.specifiedPeople > p {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #6a6a6f;
  padding-bottom: 40px;
}
.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 100px;
  box-sizing: border-box;
}
.specifiedPeople .numItem tr td p {
  font-size: 14px;
  line-height: 30px;
}
.specifiedPeople .numItem tr .td1 {
  color: #181818;
  background: #fbfcff;
  font-weight: bold;
  width: 315px;
  /* background-color: #477; */
  /* background: #f1f1f1; */
}
.specifiedPeople .numItem tr .td1 p {
  padding: 0;
}
/* 竞赛指导委员会 e */

/* 参赛对象 s */
.participants {
  color: #6a6a6f;
  padding: 0 190px;
}
.participants p {
  font-size: 22px;
  line-height: 32px;
  color: #5a5a5a;
}
.participants span {
  display: inline-block;
  font-size: 14px;
  padding: 14px 0 100px;
}
/* 参赛对象 e */

/* 报名方式 s */
.signUpSet {
  background: url("/shujutang/static/image/interspeech/signUpSetBg.png")
    no-repeat center;
  color: #fff;
  padding: 62px 0 50px;
}
.signUpSet h3 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
.signUpSet ul {
  /* display: flex; */
  justify-content: space-around;
  padding: 20px 75px 40px;
  /* flex-wrap: wrap; */
}
.signUpSet ul li {
  font-size: 20px;
  line-height: 28px;
  flex-shrink: 0;
  
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: center;
}
.signUpSet ul li.addIcon {
  background: url(/shujutang/static/image/interspeech/DotsSmall.png) no-repeat
    left 7px;
  background-size: 16px;
  font-size: 18px;
  text-align: left;
}
.signUpSet a {
  width: 160px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #1670ff;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
/* 报名方式 e */

/* 反作弊声明 s */
.other {
  padding-bottom: 100px;
}
.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 */

/* 常见问题 S */

.FAQ {
  padding-bottom: 60px;
  background-color: #f2f4fe;
  overflow: hidden;
}
.FAQ .publicTitle {
  padding: 60px 0 50px;
}
.FAQ a {
  display: block;
  text-align: center;
  color: #305fe8;
  font-size: 14px;
  line-height: 14px;
}
.FAQ a:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}
/* 常见问题 e */
/* 评测及排名s */
.evaluatingBox {
  padding-bottom: 80px;
}
.evaluatingImgBox {
  width: 100%;
  overflow: hidden;
}
.evaluatingImgBox img {
  width: 48%;
  float: left;
}
.evaluatingImgBox img:first-child {
  margin-right: 2%;
}
.evaluatingBox p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  /* padding: 0 40px; */
  box-sizing: border-box;
  color: #666;
}
/* 图片点击方法 */

.imgPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: pointer;
}

.imgPopup .alertImg {
  box-sizing: border-box;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgPopup .alertImg img {
  height: 100%;
  border-radius: 5px;
}

.imgPopup .alertClose {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/shujutang/static/image/index/close.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -35px;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}

.imgPopup span {
  color: #fff;
  font-size: 30px;
}
/* 评测及排名e */

/* footer s */
.endOfPage p {
  font-size: 14px;
  line-height: 54px;
  background-color: #305fe8;
  color: #fff;
  text-align: center;
}
/* footer e */
