<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zh-content-row {
  /*position: relative;*/
  margin-bottom: 70px;
}

.zh-bgc-red {
  /*background-color: #c22320;*/
}

.zh-content,
.zh-content-nav,
.content-contest-detail .tabs_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  /* color: #ffffff; */
}

.zh-content {
  padding: 20px 0 0px;
  text-align:center;
}

.zh-header-logo {
  height: 432px;
  background-image: url(./images/header-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-contest-detail .header-region .headImg {
  height: 432px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.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&gt;a.zh-nav-item,
.content-contest-detail .tabs_wrapper .px_tabs&gt;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&gt;li&gt;a {
  line-height: 22px;
  padding: 0;
  height: auto;
  border: none;
  color: inherit;
}

.zh-nav&gt;a.zh-nav-item.active,
.zh-nav&gt;a.zh-nav-item:hover,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li:hover {
  color: #fff;
  background-color: #B08A5D;
}

.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active a,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li:hover a {
  color: #fff;
}

.zh-nav&gt;a.zh-nav-item.active::before,
.zh-nav&gt;a.zh-nav-item:hover::before,
.zh-nav&gt;a.zh-nav-item.active::after,
.zh-nav&gt;a.zh-nav-item:hover::after,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active::before,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li:hover::before,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active::after,
.content-contest-detail .tabs_wrapper .px_tabs&gt;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&gt;a.zh-nav-item.active::before,
.zh-nav&gt;a.zh-nav-item:hover::before,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active::before,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li:hover::before {
  background-image: url(./images/icon-nav-active-l.png);
  left: 10px;
}

.zh-nav&gt;a.zh-nav-item.active::after,
.zh-nav&gt;a.zh-nav-item:hover::after,
.content-contest-detail .tabs_wrapper .px_tabs&gt;li.active::after,
.content-contest-detail .tabs_wrapper .px_tabs&gt;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 &gt; 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: justify;
}

.zh-text-important {
  font-size: 18px;
  text-align: justify;
}

.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&gt;.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&gt;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&gt;.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&gt;p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.row-title&gt;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&gt;a {
  font-size: 14px;
  line-height: 37px;
  text-decoration: none;
  color: #fff;
}


.zh-contact&gt;p {
  font-size: 18px;
  line-height: 42px;
}


.zh-contact&gt;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 {
  -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);
}

.scrollbox-item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* border: 5px solid #fff; */
}

.lightbox,
.zh-shij,
.scrollbox {
  overflow: hidden;
  width: 100%;
  max-width: 918px;
  margin: 30px auto;
}

.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;
}

.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&gt;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&gt;i::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.41;
}

.scrollbox-s&gt;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;
}

.image-center&gt;img {
  max-width: 100%;
}

.pingwei-wrapper{
  max-width: 1200px;
}
.pingwei-item{
  width: 196px;
  height: 311px;
  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;
  line-height: 30px;
  color: #333333;
  font-size: 18px;
}
.pingwei-item .name-tip{
  margin-top: 10px;
  text-align: center;
  color: #444444;
  font-size: 14px;
   line-height: 28px;
}

.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: 40px;
  left: 90px;

}
.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;
  text-indent: 18px;
  margin-top: 15px;
}

.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: 60px auto;
  width: 1000px;
  height: 150px;
  background: url("./images/time-line.png") no-repeat left 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: 76px;
}
.time-line-position-2{
  position: absolute;
  left: 266px;
  top:100px
}
.time-line-position-3{
  position: absolute;
  left: 466px;
}
.time-line-position-4{
  position: absolute;
  left: 706px;
  top:100px
}
/*@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: 1100px;
}
.new-wrap img{
  margin: 6px;
  height: 320px;
  /*background: #ccc;*/
  flex-grow: 1;
  object-fit: cover;
  transition: .3s;
}
.img-list{
  margin-bottom: 40px;
}
.img-list-title{
  padding-left: 5px;
  font-size: 22px;
  color:#333333;
  text-align: left;
  margin-bottom: 18px;
}

.img-list-tip{
  padding-left: 5px;
  font-size: 16px;
  color:#444444;
  text-align: justify;
  margin-bottom: 24px;
  line-height: 36px;
}
@media (max-width: 786px) {
  /*.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&gt;.zh-flex-item,
  .zh-award-item,
  .zh-award-three&gt;.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 &gt; img{
    width: 414px;
    height: 250px;
  }
  .play-btn{
    top:20%;
  }
  .jiang-item{
    margin-top: 15px;
  }
  /*.video-tip{*/
    /*width: 390px;*/
  /*}*/
  .pingwei-wrapper:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .pingwei-item{
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pingwei-item img{
    width: 100%;
    height: auto;
  }
  .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: 414px;
  }
  .new-wrap img{
    width: 394px;
  }
  .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: 0;
    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;*/
  /*}*/
/*}*/
</pre></body></html>