* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zh-content-row {
  /*position: relative;*/
  margin-bottom: 70px;
  overflow: hidden;
}

.zh-bgc-red {
  /*background-color: #c22320;*/
}

.zh-content,
.zh-content-nav,
.content-contest-detail .tabs_wrapper {
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
  /* color: #ffffff; */
}

.zh-content {
  padding: 20px 12px;
  text-align: center;
}

.zh-header-logo {
  height: auto;
  background-image: url(./images/header-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-contest-detail .header-region .headImg {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-contest-detail .header-region .headImg::before {
  content: "";
  display: block;
  padding-top: 29.95%;
}

.zh-nav,
.content-contest-detail .tabs_wrapper .px_tabs {
  padding: 46px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zh-nav > a.zh-nav-item,
.content-contest-detail .tabs_wrapper .px_tabs > li {
  font-size: 16px;
  color: #c2231f;
  line-height: 22px;
  background-color: #fff;
  padding: 14px 36px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
  margin-bottom: 12px;
}

.content-contest-detail .tabs_wrapper .px_tabs > li > a {
  line-height: 22px;
  padding: 0;
  height: auto;
  border: none;
  color: inherit;
}

.zh-nav > a.zh-nav-item.active,
.zh-nav > a.zh-nav-item:hover,
.content-contest-detail .tabs_wrapper .px_tabs > li.active,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover {
  color: #fff;
  background-color: #b08a5d;
}

.content-contest-detail .tabs_wrapper .px_tabs > li.active a,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover a {
  color: #fff;
}

.zh-nav > a.zh-nav-item.active::before,
.zh-nav > a.zh-nav-item:hover::before,
.zh-nav > a.zh-nav-item.active::after,
.zh-nav > a.zh-nav-item:hover::after,
.content-contest-detail .tabs_wrapper .px_tabs > li.active::before,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover::before,
.content-contest-detail .tabs_wrapper .px_tabs > li.active::after,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.zh-nav > a.zh-nav-item.active::before,
.zh-nav > a.zh-nav-item:hover::before,
.content-contest-detail .tabs_wrapper .px_tabs > li.active::before,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover::before {
  background-image: url(./images/icon-nav-active-l.png);
  left: 10px;
}

.zh-nav > a.zh-nav-item.active::after,
.zh-nav > a.zh-nav-item:hover::after,
.content-contest-detail .tabs_wrapper .px_tabs > li.active::after,
.content-contest-detail .tabs_wrapper .px_tabs > li:hover::after {
  background-image: url(./images/icon-nav-active-r.png);
  right: 10px;
}

/*.content-contest-detail .contest-head-infor .contest-time {
  color: #fff;
}*/

.zh-row {
  position: relative;
  z-index: 2;
}
.video-wrapper {
  max-width: 860px;
  margin: 40px auto;
  position: relative;
}
#video {
  max-width: 860px;
  height: 523px;
}
.video-tip {
  font-size: 12px;
  color: #444444;
  text-align: center;
  margin-top: 25px;
}
#output {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 860px;
  height: 523px;
}
#output > img {
  width: 860px;
  height: 523px;
}
.play-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  cursor: pointer;
}
.play-btn img {
  width: 70px;
  height: 70px;
}
.row-title {
  font-size: 32px;
  color: #101010;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 19px;
  position: relative;
  z-index: 100;
}
.row-title span {
  display: inline-block;
}
.row-title::before {
  content: "";
  display: inline-block;
  /*position: absolute;*/
  width: 58px;
  height: 18px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  background-image: url(./images/n-title-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.row-title::after {
  content: "";
  display: inline-block;
  /*position: absolute;*/
  width: 58px;
  height: 18px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
  background-image: url(./images/n-title-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zh-text {
  color: #444444;
  font-size: 14px;
  line-height: 37px;
  text-align: left;
}

.zh-text-important {
  font-size: 18px;
  text-align: left;
}

.zh-text-important::before {
  /*content: "“";*/
  /*color: #fff;*/
  /*font-size: 84px;*/
  /*font-family: PingFangSC-Regular, sans-serif;*/
  /*vertical-align: middle;*/
}

.zh-text-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-top: 30px;
  color: #fff;
}

.zh-text-important::after {
  /*content: "”";*/
  /*color: #fff;*/
  /*font-size: 84px;*/
  /*font-family: PingFangSC-Regular, sans-serif;*/
  /*vertical-align: middle;*/
}

.zh-text-center {
  text-align: center;
}

.zh-icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.zh-icon-yun {
  width: 197px;
  height: 43px;
  background-image: url(./images/icon-yun.png);
}

.zh-icon-left {
  left: 20px;
  margin: -70px 0 0 0px;
}

.zh-icon-right {
  right: 20px;
}

.zh-icon-center {
  margin-top: -10px;
  left: 30%;
}

.zh-icon-deng {
  width: 92px;
  height: 169px;
  background-image: url(./images/icon-shape.png);
}

.zh-icon-qing {
  width: 128px;
  height: 206px;
  background-image: url(./images/icon-qing.png);
}

.zh-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zh-requirements {
  margin: 40px 0;
}

.zh-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 16px;
}

.zh-requirements > .zh-flex-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
}

.zh-requirements .zh-text {
  color: #555555;
  line-height: 24px;
  margin-bottom: 14px;
}

h4.zh-requirements-title {
  font-size: 20px;
  line-height: 35px;
  color: #c43531 !important;
  margin-bottom: 28px;
}

h4.zh-requirements-title > p {
  color: #4b4b4b !important;
  font-size: 12px;
}

.zh-text-bold {
  color: #fff;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
}

.zh-requirements .zh-text {
  color: #555555;
  line-height: 24px;
}

.zh-requirements .zh-text-bold {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

a.zh-requirements-link {
  background-color: #c83c38;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 15px;
  position: absolute;
  right: 28px;
  bottom: 44px;
}

.mb-14 {
  margin-bottom: 14px;
}

.zh-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zh-plan::after {
  content: "";
  display: block;
  background-color: #b0895d;
  position: absolute;
  top: 50%;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.zh-plan-item {
  position: relative;
}

.zh-plan-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #b0895d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zh-plan-text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  height: 103px;
  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;
  margin: 40px 0;
}

.zh-plan-icon {
  width: 126px;
  height: 103px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 40px auto;
}

.plan-icon-1 {
  background-image: url(./images/icon-deng.png);
}

.plan-icon-2 {
  background-image: url(./images/icon-shan.png);
}

.plan-icon-3 {
  background-image: url(./images/icon-bao.png);
}

.plan-icon-4 {
  background-image: url(./images/icon-dangao.png);
}

.plan-icon-5 {
  background-image: url(./images/icon-fu.png);
}

.zh-award-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  background-color: #fff;
  padding: 30px 10px 24px;
  margin: 30px 16px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zh-text-red {
  color: #c1322e;
}

.zh-award-item-money {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
}

.zh-award-item-title {
  font-size: 32px;
  line-height: 45px;
}

.zh-award-item-text {
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
}

.zh-award-item-num {
  font-size: 18px;
  line-height: 25px;
  margin-top: 30px;
}

.zh-award-item-mtext {
  font-size: 12px;
  line-height: 22px;
}

.zh-award-three {
}

.zh-award-three > .zh-award-item {
  margin: 0 32px;
  width: 210px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.zh-award-ibox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zh-award-three-text > p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.row-title > small {
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}

.zh-judge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.zh-judge-userimg {
  width: 170px;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 30px;
}

.zh-judge-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #c1322e;
  border-radius: 28px;
  padding: 20px 27px;
  position: relative;
}

.zh-judge-img1 {
  background-image: url(./images/icon-p1.png);
}

.zh-judge-img2 {
  background-image: url(./images/icon-p2.png);
}

.zh-judge-img3 {
  background-image: url(./images/icon-p3.png);
}

.zh-judge-img4 {
  background-image: url(./images/icon-p4.png);
}

.zh-judge-img5 {
  background-image: url(./images/icon-p5.png);
}

.zh-judge-img6 {
  background-image: url(./images/icon-p6.png);
}

.zh-judge-img7 {
  background-image: url(./images/icon-p7.png);
}

.zh-judge-img8 {
  background-image: url(./images/icon-p8.png);
}

p.zh-judge-info-name {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 6px;
  font-weight: 500;
}

p.zh-judge-info-title {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 18px;
  font-weight: bold;
}

p.zh-judge-info-intro {
  font-size: 14px;
  line-height: 26px;
}

.zh-judge {
  padding: 20px 50px;
}

.zh-judge-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.zh-judge-info::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 0;
  top: 78px;
  margin-left: -16px;
}

.zh-judge-item:nth-child(2n) .zh-judge-info::before {
  display: none;
}

.zh-judge-item:nth-child(2n) .zh-judge-info::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  right: 0;
  top: 78px;
  margin-right: -16px;
}

.zh-upload p.zh-text {
  font-size: 18px;
  line-height: 37px;
}

.zh-upload p.zh-text a {
  color: #fff;
  text-decoration: underline;
}

.zh-org-title {
  font-size: 18px;
  line-height: 25px;
}

.zh-org.zh-flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zh-org-item {
  /* flex: 1; */
  margin: 20px;
}

.zh-org-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 8px;
}

.zh-org-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zh-org-text > a {
  font-size: 14px;
  line-height: 37px;
  text-decoration: none;
  color: #fff;
}

.zh-contact > p {
  font-size: 18px;
  line-height: 42px;
}

.zh-contact > p a {
  color: #fff;
}

.zh-footer.zh-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zh-footer-sjz {
  width: 168px;
  height: 257px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/footer-sjz.png);
  margin: 20px 50px;
}

.zh-footer-vcg {
  width: 100%;
  max-width: 484px;
  height: 109px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/footer-vcg.png);
  margin: 20px 50px;
}

.zh-icon-dian {
  width: 188px;
  height: 465px;
  background-image: url(./images/icon-d.png);
}

.zh-icon-l {
  left: 0;
  margin: -400px 0 0 -200px;
}

.zh-icon-r {
  right: 0;
  margin: -100px -200px 0 0;
}

.zh-bgc-b {
  background-color: #2f0722;
  padding: 250px 0 350px;
  overflow: hidden;
}

.zh-bgc-b::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 1920px 0 0;
  border-color: #c0322d transparent transparent transparent;
  line-height: 0px;
  _border-color: #c0322d #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.zh-bgc-b::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 350px 1920px;
  border-color: transparent transparent #c0322d transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #c0322d #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.contest-head-infor {
  /*background-color: #c22320;*/
}

.tabs-region {
  /*background-color: #c22320;*/
}

.content-contest-detail .tabs_wrapper,
.content-contest-detail .tabs_wrapper .px_tabs {
  border-color: #c22320;
}

#content-contest-detail {
  /*background-color: #c22320;*/
}

/* 回顾页面 */

.scrollbox-list,
.lightbox-big {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1)
    0s;
  transition: -webkit-transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1) 0s,
    -webkit-transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1) 0s;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 9999;
  top: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  outline: none;
}

.scrollbox-item,
.lightbox-big-item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* border: 5px solid #fff; */
}

.lightbox-big-item {
  flex-direction: column;
}

.lightbox,
.zh-shij,
.scrollbox {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  /* margin: 30px auto; */
  position: relative;
}

.lightbox-prev {
  left: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNTEgMSkiPjxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMjEuOSAzNC43OThsOS44OTktOS44OTktOS45LTkuOSIvPjwvZz48L3N2Zz4=);
}

.lightbox-next {
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiLz48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMS45IDM0Ljc5OGw5Ljg5OS05Ljg5OS05LjktOS45Ii8+PC9nPjwvc3ZnPg==);
}

.lightbox-big {
  /* border: 5px solid #fff; */
  /* margin-bottom: 24px; */
}

.lightbox-list {
  margin: 0 -6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lightbox-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 6px;
  /* border: 5px solid #fff; */
  cursor: pointer;
  outline: none;
}

.lightbox-about {
  background-color: #f1f1f1;
  padding: 16px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.lightbox-about h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 7px;
}

.zh-shij-item {
  width: 284px;
  height: 203px;
  overflow: hidden;
  margin-bottom: 24px;
}

.scrollbox-s {
  margin-top: 12px;
  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;
}

.scrollbox-s > i {
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  outline: none;
}

.scrollbox-s > i::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.41;
}

.scrollbox-s > i.active::before {
  opacity: 1;
}

.image-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;
  font-size: 0;
  position: relative;
}

.image-center > img,
.image-center > video {
  max-width: 100%;
  margin: 0 !important;
}

.pingwei-wrapper {
  max-width: 1200px;
}
.pingwei-item {
  width: 196px;
  height: auto;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 67px;
}
.pingwei-item + .pingwei-item {
  /*margin-left: 26px;*/
}
.pingwei-item img {
  width: 196px;
  height: 196px;
}
.pingwei-item .name {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  color: #333333;
  font-size: 18px;
}
.pingwei-item .name-tip {
  margin-top: 16px;
  text-align: center;
  color: #444444;
  font-size: 14px;
}

.jiang-blue {
  background: url("./images/jiang-blue.png") no-repeat;
}
.jiang-red {
  background: url("./images/jiang-red.png") no-repeat;
}

.jiang-item {
  float: left;
  padding-top: 36px;
  width: 250px;
  height: 366px;
  /*background: url("./images/jiang-blue.png") no-repeat;*/
  background-size: cover;
  color: #ffffff;
  margin: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.jiang-item .jiang-rmb {
  font-size: 47px;
  text-align: center;
}
.jiang-type {
  font-size: 32px;
  text-align: center;
  margin-top: 10px;
}
.jiang-tip-1 {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
}
.jiang-tip-2 {
  text-align: center;
  font-size: 16px;
}
.jiang-num {
  /*margin-top: 38px;*/
  font-size: 32px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 100px;
}
.little-title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #333333;
}
.work-link {
  color: #2789ee;
}
.download-btn {
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 47px;
  border-radius: 28px;
  background: -moz-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left right,
    color-stop(0%, #e73c9f),
    color-stop(100%, #fc6545)
  );
  background: -webkit-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
  background: -o-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
  background: -ms-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
  background: linear-gradient(to right, #e73c9f 0%, #fc6545 100%);
  cursor: pointer;
}
.need-item {
  margin-bottom: 47px;
}
.need-item-title {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  color: #333333;
}
.need-item-text {
  text-align: left;
  font-size: 16px;
  color: #444444;
  margin-bottom: 24px;
  line-height: 36px;
}

.concat-1 {
  text-align: center;
  font-size: 16px;
  color: #444444;
}
.concat-2 {
  text-align: center;
  font-size: 16px;
  color: #444444;
  margin-top: 10px;
}
.concat-way {
  margin: 60px auto;
  width: 394px;
}
.concat-way img {
  width: 163px;
  height: 163px;
}
.concat-way-item {
  display: inline-block;
}
.concat-way-item .title {
  text-align: center;
  font-size: 14px;
  color: #444444;
}
.concat-way img:nth-of-type(2) {
  margin-left: 50px;
}
.cmy-group {
  width: 832px;
  height: 104px;
  margin: 0 auto;
  margin-top: 60px;
}
.cmy-group img {
  width: 832px;
  height: 104px;
}
.time-line {
  margin: 50px auto;
  width: 100%;
  height: 150px;
  background: url("./images/time-line.png") no-repeat left center;
  background-size: contain;
  position: relative;
}

.time-line {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  padding: 0 61px 0 22px;
}

.time-line > div {
  position: absolute;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  transform: translateX(-50%);
}

.time-line-item {
  position: absolute;
}
.time-line-item-name {
  color: #333333;
  font-size: 18px;
}
.time-line-item-date {
  color: #444444;
  font-size: 14px;
}
.time-line-position-1 {
  left: 14%;
  padding-top: 10px;
}
.time-line-position-2 {
  left: 35%;
  padding-top: 90px;
}
.time-line-position-3 {
  left: 57%;
  padding-top: 10px;
}
.time-line-position-4 {
  left: 83%;
  padding-top: 90px;
}

@media (max-width: 500px) {
  .play-btn {
    top: 27%;
  }

  .output {
    display: none;
  }

  .row-title {
    font-size: 26px;
  }
}
/*@media (max-width: 1224px) {*/

/*.zh-header-logo,*/
/*.content-contest-detail .header-region .headImg {*/
/*background-size: cover;*/
/*height: 368px;*/
/*}*/

/*.zh-content {*/
/*padding: 20px 12px 80px;*/
/*!* overflow: hidden; *!*/
/*}*/

/*.row-title {*/
/*font-size: 26px;*/
/*}*/

/*.zh-text-important::after,*/
/*.zh-text-important::before {*/
/*font-size: 50px;*/
/*}*/

/*.zh-judge {*/
/*padding: 0;*/
/*}*/

/*.zh-award-item {*/
/*width: 168px;*/
/*-webkit-box-flex: 1;*/
/*-ms-flex: auto;*/
/*flex: auto;*/
/*}*/

/*.zh-icon-dian {*/
/*display: none;*/
/*}*/
/*}*/
.new-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.image-box img {
  display: block;
  margin: 6px 0;
  /* width: 100%; */
  /*background: #ccc;*/
  /* flex-grow: 1; */
  /* object-fit: cover; */
  /* transition: 0.3s; */
  height: auto;
  width: 100%;
}
.img-list {
  margin-bottom: 40px;
}
.img-list-title {
  padding-left: 0px;
  font-size: 22px;
  color: #333333;
  text-align: left;
  margin-bottom: 18px;
}

.img-list-tip {
  padding-left: 0px;
  font-size: 16px;
  color: #444444;
  text-align: left;
  margin-bottom: 0;
  /* margin-bottom: 24px; */
  line-height: 36px;
}
@media (max-width: 100%) {
  /*.zh-content {*/
  /*width: 414px;*/
  /*}*/
  /*body{*/
  /*width: 100%;*/
  /*}*/
  .download-btn {
    width: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 47px;
    border-radius: 28px;
    background: -moz-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left right,
      color-stop(0%, #e73c9f),
      color-stop(100%, #fc6545)
    );
    background: -webkit-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
    background: -o-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
    background: -ms-linear-gradient(right, #e73c9f 0%, #fc6545 100%);
    background: linear-gradient(to right, #e73c9f 0%, #fc6545 100%);
    cursor: pointer;
  }
  .need-item-title {
    font-weight: bold;
    padding: 0 10px;
  }
  .need-item-text {
    padding: 0 10px;
  }
  .little-title {
    font-weight: bold;
    padding: 0 10px;
  }
  .zh-text {
    padding: 0 10px;
  }
  .zh-content {
    padding: 0;
    /*min-width:414px;*/
    width: 414px;
  }
  .zh-text-important {
    padding: 5px;
  }
  .zh-header-logo,
  .content-contest-detail .header-region .headImg {
    height: 268px;
  }

  .zh-requirements > .zh-flex-item,
  .zh-award-item,
  .zh-award-three > .zh-award-item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 0 24px;
  }

  .zh-flex.zh-award-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zh-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zh-plan-item {
    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;
  }

  .zh-plan-text,
  .zh-plan-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .zh-plan-text {
    font-size: 14px;
    line-height: 20px;
  }

  .zh-plan::after {
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .zh-org.zh-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .video-wrapper {
    max-width: 414px;
  }

  #video {
    max-width: 414px;
    max-height: 250px;
  }
  /*#video{*/
  /*max-width: 390px;*/
  /*!*width: 100%;*!*/
  /*}*/

  /*#output{*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top:0;*/
  /*width: 390px;*/
  /*!*height: 523px;*!*/
  /*}*/
  #output > img {
    width: 414px;
    height: 250px;
  }
  .play-btn {
    top: 20%;
  }
  .jiang-item {
    margin-top: 15px;
  }
  /*.video-tip{*/
  /*width: 390px;*/
  /*}*/
  .pingwei-item {
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .pingwei-item img {
    width: 160px;
    height: 160px;
  }
  .cmy-group {
    height: 36px;
    max-width: 300px;
    margin: 0 auto;
  }
  .cmy-group img {
    height: 36px;
    max-width: 300px;
  }

  .time-line {
    margin: 50px auto;
    max-width: 414px;
    height: 522px;
    background: url("./images/time-line-m.png") no-repeat top center;
    background-size: contain;
    position: relative;
  }
  .time-line-item {
    position: absolute;
  }
  .time-line-item-name {
    color: #333333;
    font-size: 18px;
  }
  .time-line-item-date {
    color: #444444;
    font-size: 14px;
  }
  .time-line-position-1 {
    position: absolute;
    left: 226px;
    top: 30px;
  }
  .time-line-position-2 {
    position: absolute;
    left: 90px;
    top: 170px;
  }
  .time-line-position-3 {
    position: absolute;
    left: 226px;
    top: 280px;
  }
  .time-line-position-4 {
    position: absolute;
    left: 90px;
    top: 400px;
  }

  .jiang-blue {
    background: url("./images/jiang-blue.png") no-repeat;
  }
  .jiang-red {
    background: url("./images/jiang-red.png") no-repeat;
  }
  .jiang-item {
    display: inline-block;
    padding-top: 20px;
    width: 150px;
    height: 230px;
    /*background: url("./images/jiang-blue.png") no-repeat;*/
    background-size: contain;
    color: #ffffff;
    margin: 10px 10px;
  }
  .jiang-item .jiang-rmb {
    font-size: 32px;
    text-align: center;
  }
  .jiang-type {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
  }
  .jiang-tip-1 {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  .jiang-tip-2 {
    text-align: center;
    font-size: 12px;
  }
  .jiang-num {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
  }

  .new-wrap {
    /*padding:0 10px;*/
    max-width: 100%;
  }
  .image-box img {
    width: 100%;
  }
  .img-list-title {
    font-weight: bold;
    max-width: 414px;
    padding: 0 10px;
    text-align: left;
  }
  .img-list-tip {
    max-width: 414px;
    padding: 0 10px;
    text-align: left;
  }
}
@media (max-width: 414px) {
  .zh-content {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }
}

/*.wrap:after{*/
/*display: block;*/
/*content: '';*/
/*flex-grow: 9999;*/
/*}*/

/*@media (max-width: 500px) {*/

/*.zh-judge-item,*/
/*.zh-judge-item:nth-child(2n) {*/
/*-webkit-box-orient: vertical;*/
/*-webkit-box-direction: normal;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column;*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/

/*.zh-judge-item .zh-judge-info::before,*/
/*.zh-judge-item .zh-judge-info::after {*/
/*display: none;*/
/*}*/

/*.zh-bgc-b {*/
/*background-color: #2F0722;*/
/*padding: 50px 0;*/
/*overflow: hidden;*/
/*}*/

/*.zh-shij {*/
/*-webkit-box-pack: center;*/
/*-ms-flex-pack: center;*/
/*justify-content: center;*/
/*}*/

/*.zh-bgc-b .zh-text-bold {*/
/*font-size: 20px;*/
/*}*/
/*}*/
