* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-contest-detail {
  background-color: #f1f0e6;
}

.md-50 {
  margin-bottom: 50px;
}

.zh-content-full {
  position: relative;
  background-color: #e63338;
  color: #fff;
}

.zh-content-full.bgc-1 {
  background-color: #f1f0e6;
  color: #00263d;
}

.zh-content {
  padding: 50px 0 80px;
  margin: 0 auto;
  max-width: 1038px;
  position: relative;
}

.row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.row-title>h2 {
  background-color: #e63338;
  background-image: url(./images/title-bg.png);
  background-position: 6px 6px;
  background-repeat: no-repeat;
  min-width: 285px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 35px;
  border: 4px solid #00263d;
  position: relative;
  z-index: 100;
}

p.zh-text {
  font-size: 18px;
  line-height: 38px;
  margin: 0;
}

.text-in2 {
  text-indent: 32px;
}

.special {
  line-height: 42px;
}

.special>h3 {
  font-size: 20px;
  margin: 12px 0;
  color: #fff;
}


.interpretation {
  background-color: #eae9df;
  border-radius: 8px;
  border: 2px dashed #00263d;
  padding: 30px 30px 50px;
  text-align: center;
  color: #e63338;
}

.interpretation>h3 {
  line-height: 34px;
  color: #e63338;
}

.interpretation>* {
  font-size: 20px !important;
}

.interpretation>.text-bb {
  font-size: 26px !important;
  margin: 35px 0;
}

.award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zh-award-item {
  width: 275px;
  margin: 35px;
  background-color: #eae9df;
  border-radius: 8px;
  border: 3px dashed #00263d;
  text-align: center;
  padding: 26px 0;
  color: #00263d;
}

.zh-award-item::before {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  margin: 0 auto 30px;
  background-image: url(./images/award.png);
  background-position: center;
  background-repeat: no-repeat;
}

.zh-award-item>h3 {
  font-size: 19px;
  color: #e63338;
  line-height: 25px;
}

.zh-award-item>p {
  font-size: 15px;
  line-height: 25px;
}

.zh-judge-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zh-judge-item {
  width: 33%;
  min-width: 344px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 26px;
}

.judge-center .zh-judge-item {
  width: 50%;
}

.zh-judge-userimg {
  width: 170px;
  /* height: 230px; */
  border: 2px solid #00263d;
  border-radius: 14px;
  padding: 4px;
  margin: 0 auto 40px;
}

.zh-judge-userimg::before {
  content: "";
  display: block;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  /* background-image: url(./images/u-bing.png); */
}

.userimg-1::before {
  background-image: url(./images/u-bing.png);
}

.userimg-2::before {
  background-image: url(./images/u-weihui.png);
}

.userimg-3::before {
  background-image: url(./images/u-hu.png);
}

.userimg-4::before {
  background-image: url(./images/u-yang.png);
}

.userimg-5::before {
  background-image: url(./images/u-guangci.png);
}

.userimg-6::before {
  background-image: url(./images/u-zhongyang.png);
}

.userimg-7::before {
  background-image: url(./images/u-hao.png);
}

.zh-judge-username {
  border: 3px solid #00263d;
  line-height: 32px;
  border-radius: 19px;
  margin: 0 auto 30px;
  background-color: #fff;
  color: #00263d;
  font-size: 17px;
  display: inline-block;
  padding: 0 24px;
}

h3.zh-judge-row-title {
  font-size: 30px;
  text-align: center;
  margin: 36px 0;
  color: #fff;
}

.zh-row-box {
  position: relative;
  margin-top: -86px;
}

.zh-row-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #e63338;
  border: 3px solid #00263d;
  border-radius: 16px;
  top: 14px;
  left: 12px;
}

.zh-row-box-centent {
  background-color: #fff;
  border-radius: 16px;
  border: 3px solid #00263d;
  padding: 80px 10px;
  position: relative;
  z-index: 2;
}

.collection p {
  color: #00263d;
  text-align: center;
  font-size: 21px;
  line-height: 37px;
}

.collection .collection-down {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 303px;
  height: 73px;
  background-image: url(./images/xiazai-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

.row-box-corner {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 3px solid #000;
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
}

.row-box-corner.row-box-corner-1 {
  top: 20px;
  left: 20px;
}

.row-box-corner.row-box-corner-2 {
  top: 20px;
  right: 20px;
}

.row-box-corner.row-box-corner-3 {
  bottom: 20px;
  left: 20px;
}

.row-box-corner.row-box-corner-4 {
  bottom: 20px;
  right: 20px;
}

.collection .zh-row-box-centent {
  min-height: 320px;
}

.entry-claim .zh-row-box-centent {
  background-color: #eae9df;
  color: #00263d;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
}

.row-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.push-claim-item {
  text-align: center;
  margin: 30px;
}

.rule .zh-row-box-centent {
  background-color: #eae9df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00263d;
  font-size: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rule .zh-row-box-centent>span {
  margin: 16px 60px;
}

.mechanism p {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.contact .zh-row-box-centent {
  background-color: #eae9df;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #00263d;
}

.contact .zh-row-box-centent>span {
  color: #e63338;
}

.text-b,
b {
  font-weight: 600;
}

.text-bb {
  font-weight: bold;
}

.time {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.time::before {
  content: "";
  display: block;
  height: 6px;
  margin: -3px 0 0 -10%;
  width: 120%;
  position: absolute;
  background-color: #00263d;
  top: 50%;
  left: 0;
  z-index: 1;
}

.zh-row-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zh-row-time:first-child {
  margin-right: 88px;
}

.zh-row-time:last-child {
  margin-left: 110px;
}

.zh-time-item {
  height: 128px;
  position: relative;
}

.zh-time-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 0 -12px -10px;
  border-radius: 50%;
  border: 2px solid #00263d;
  background-color: #e63338;
  overflow: hidden;
  z-index: 10;
  bottom: 0;
}

.zh-time-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 60px;
  background-color: #00263d;
  left: 50%;
  /* margin: 0 0 0 -2px; */
  z-index: 2;
}

.zh-row-time:first-child .zh-time-item {
  padding-top: 18px;
}

.zh-row-time:last-child .zh-time-item {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zh-row-time:last-child .zh-time-item::before {
  bottom: auto;
  top: 0;
  margin: -12px 0 0 -10px;
}

.zh-row-time:last-child .zh-time-item::after {
  top: 0;
}

.zh-star {
  width: 167px;
  height: 110px;
  background-image: url(./images/star-d.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
}

.star-s {
  background-size: 80%;
}

.star-r {
  left: auto;
  right: 0;
}

.zh-car {
  width: 187px;
  height: 79px;
  background-image: url(./images/car.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
}

.car-r {
  left: auto;
  right: 0;
}

.zh-stars {
  width: 33px;
  height: 51px;
  background-image: url(./images/star.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
}

.zh-bus {
  width: 230px;
  height: 129px;
  background-image: url(./images/bus.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
}

.mt--100 {
  margin-top: -100px;
}

.mt--50 {
  margin-top: -50px;
}

.push-claim-item>p {
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 1054px) {
  .zh-content {
    padding: 50px 16px 80px;
  }
}

@media (max-width: 992px) {
  .zh-row-box {
    margin-top: -70px;
  }

  .judge-center .zh-judge-item,
  .zh-judge-item {
    width: 100%;
  }

  .zh-row-box::after {
    top: 12px;
    left: 6px;
  }

  /* .zh-award-item {
    width: 33%;
  } */
}

@media (max-width: 768px) {
  .zh-award-item {
    width: 100%;
  }

  .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .time::before {
    width: 6px;
    height: 100%;
    margin: 0 0 0 -3px;
    left: 50%;
    top: 0;
  }

  .zh-row-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .zh-row-time:first-child {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .zh-row-time:last-child {
    margin-left: 0;
    margin-top: 60px;
  }

  .zh-time-item::after {
    display: none;
  }

  .zh-row-time:first-child .zh-time-item {
    padding-top: 0;
    text-align: right;
    padding-right: 14px;
  }

  .zh-time-item::before {
    left: auto;
    right: 0;
    top: 50%;
    margin: -10px -12px 0 0;
  }

  .zh-time-item {
    height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
  }

  .zh-row-time:last-child .zh-time-item {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    text-align: left;
    padding-left: 14px;
  }

  .zh-row-time:last-child .zh-time-item::before {
    top: 50%;
    left: 0;
    margin: -10px 0 0 -12px;
  }

  .row-title>h2 {
    height: 50px;
    line-height: 42px;
    font-size: 22px;
    min-width: 160px;
    background-position: 6px 3px;
    background-size: 50px;
  }

  .collection .collection-down {
    width: 90%;
  }

  .zh-star,
  .zh-car,
  .zh-bus,
  .zh-stars {
    background-size: 66%;
  }
}