html,body{margin:0;height:100%;
  /* line-height: 0; */
}
.page{
    z-index: 0;
    background:url('images/bg_page.jpg') repeat-y top center;
    overflow:hidden;
    background-size:100%;
    position:relative;
    /* padding-bottom:80px; */
}
.page-main{
  /* width:80%; */
  margin:0 auto;
  /* max-width:1200px; */
}

.img_nice{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.section{
  /* min-width:1000px; */
  margin:150px 20% 0;
  background: #e55d3f;
  border-radius: 32px;
  padding:0 10px 10px;
  position: relative;
}
p{
  margin:0;
}

.section_title{
  /* width:50%; */
  font-size: 32px;
  /* height: 32px; */
  line-height: 32px;
  color:#fff;
  padding:35px 0 35px 100px;
  opacity: 0.8;
}
.part_num{
  float:right;
  color: #ffffff;
  line-height: 45px;
  font-family: Arial, Arial-Black;
  font-weight: 900;
  margin-right:90px;
}

.section_content{
  position:relative;
  text-align: center;
  padding:80px 90px;
  /* background: linear-gradient(180deg,#ffdfdd, #ffffff 50%); */
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.29) inset;
}
.section_content p{
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
  font-size: 20px;
  color: #5d200b;
  line-height: 40px;
  /* font-family: PingFangSC, PingFangSC-Regular; */
  margin:0;
}
.section_content .p_title{
  font-size: 32px;
  color: #5d200b;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom:50px;
}
.section1_words1_img{
  height:63px;
  position: absolute;
  top:-33px;
  right:150px;
}
.section1_words2_img{
  height:63px;
  position: absolute;
  left:90px;
  bottom:-62px;
}
.section5_words2_img{
  height:63px;
  position: absolute;
  top:-33px;
  right:150px;
}
.section6_words1_img{
  height:63px;
  position: absolute;
  top:-33px;
  left:100px;
}
.section7_words1_img{
  height:63px;
  position: absolute;
  top:-33px;
  left:100px;
}
.section1_bottom{
  margin-top:30px;
  background:url('images/section1_bottom.png') no-repeat top center;
  background-size: 100% 100%;
  height: 107px;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1_bottom p{
  width:100%;
  box-sizing: border-box;
  padding:0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  /* font-family: PingFangSC, PingFangSC-Regular; */
  font-weight: 400;
  color: #5d200b;
}


/* section3*/
.section3{
  padding:0;
  background:transparent;
  display: flex;
  justify-content: space-between;
}
.content_box{
  /* width: 380px; */
  flex-grow: 1;
  background: #e55d3f;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 32px;
  padding:0 10px 10px;
}
.content_box_2{
  margin:0 10px;
}
.box_title{
  margin:35px auto 30px;
  /*padding:35px 0 30px 0;*/
  height: 36px;
  font-size: 32px;
  font-family: Helvetica, Helvetica-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
  opacity: 0.8;
}
.box_content{
  background:#fff;
  border-radius: 24px;
  padding:60px 0;
  text-align: center;
}
.year{
  margin:0 0 30px;
  height: 20px;
  font-size: 24px;
  font-family: AlibabaSans, AlibabaSans-Medium;
  font-weight: 500;
  text-align: center;
  color: rgba(93,32,11,0.60);
  line-height: 20px;
}
.date{
  height: 32px;
  font-size: 36px;
  font-family: AlibabaSans, AlibabaSans-Heavy;
  font-weight: 800;
  text-align: center;
  color: #5d200b;
  line-height: 32px;
  display: inline-block;
}
.date_middle{
  position:relative;
  padding-top:50px;
}
.year_1{
  position: absolute;
  top:0;
  left:22px;
}
.year_2{
  position: absolute;
  top:0;
  right:20px;
}
.section3_bottom{
  /* height: 20px; */
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #5d200b;
  line-height: 20px;
  margin:30px auto;
}

/* section4 */
.content_row{
  display: flex;
  justify-content: space-between;
}

.row1_box{
  background: linear-gradient(180deg,#ffefd9, #ffffff 50%);
  border-radius: 24px;
  box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.40) inset;
  flex-grow: 1;
  padding:46px 30px 46px 40px;
  display: flex;
  width:50%;
}
.row1_box_left{
  margin-right:10px;
}
.right_text{
  margin-left:25px;
}
.row1_img{
  height:108px;
}
.content_row2{
  margin:10px 0;
}
.content_row .title{
  font-size: 32px;
  font-family: Helvetica, Helvetica-Regular;
  font-weight: 400;
  /* text-align: left; */
  color: #f2a455;
  line-height: 36px;
  margin-bottom:10px;
}
.content_row .num{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  /* text-align: left; */
  color: #e6a667;
  line-height: 20px;
}
.content_row .desc{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  /* text-align: left; */
  color: #333333;
  line-height: 32px;
}

.row2_box{
  background: linear-gradient(180deg,#ffdfdd, #ffffff 50%);
  border-radius: 24px;
  box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.29) inset;
  flex-grow: 1;
  padding:46px 40px;
  display: flex;
  flex-direction: column;
  /* width:50%; */
}
.row2_box2{
  margin:0 10px;
}

.top_text{
  text-align: center;
  /* margin-bottom:25px; */
}
.row2_box .box_img{
  height:180px;
  text-align: center;
  position:relative;
}
.row2_img1{
  width:180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -93px;
  margin-left: -90px;
}
.row2_img2{
  height:100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -70px;
}
.row2_img3{
  width:120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -60px;
}
.content_row3{
  background: #fff0d1;
  border-radius: 24px;
  padding:40px 0;
}
.content_row3 p{
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #d94616;
  line-height: 30px;
}


/* section5 */

.section5_content{
  display: flex;
  justify-content: space-around;
  padding:80px;
}

.pingwei_box{
  margin-right:10px;
}
.pingwei_box img{
  width:140px;
  margin-bottom:28px;
}
.pingwei_intro p{
  text-align: center;
}
.pingwei_intro .title{
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom:14px;
}
.pingwei_intro .desc{
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #555555;
  line-height: 28px;
}

/* section6 */
.section6 .section_content{
  text-align: left;
  padding-bottom:60px;
}
.section6 .content1{
  margin-bottom:10px;
}
.p_point{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e55d3f;
  border-radius: 50%;
}
.section6 .rank {
  padding-left: 18px;
  position: relative;
}
.section6 .rank span{
  position: absolute;
  left: 0;
  top: 15px;
}

.button_title{
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  background: #e55d3f;
  border-radius: 36px;
  color:#fff;
  padding:4px 22px;
  margin:50px 0 20px;
}
.section6_web{
  margin-top:32px;
}
.section6_web_img1{
  width:100%;
}
.button_title2{
  margin:0 0 10px;
}
.button_down{
  margin: 0;
  margin-left: 18px;
  border-radius: 0;
  background: -webkit-linear-gradient(left, rgba(229,93,63,1), rgba(229,70,33,0.5));
}
.down-btn{
  color:#fff;
  text-decoration: none;
}

/* section7 */

.section7_content{
  display: flex;
  justify-content: space-between;
  padding:70px 60px;
}

.pingshen_box{
  /* margin-right:10px; */
  width:25%;
}
.pingshen_box img{
  width:108px;
  margin-bottom:32px;
}
.pingshen_intro p{
  text-align: center;
}
.pingshen_intro .title{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #5d200b;
  line-height: 20px;
  margin-bottom:16px;
}
.pingshen_intro .desc{
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #5d200b;
  line-height: 20px;
}

/* section8 */

.section8_content{
  padding:60px 90px;
}
.section8_content p{
  margin-bottom:20px;
}
.section8_content p:last-child{
  margin-bottom:0px;
}


/* section9*/
.section9_web{
  padding:0;
  background:transparent;
  display: flex;
  justify-content: space-between;
}

.section9_web img{
  flex-grow: 1;
  width: 33.3%;
}

/* section10 */
.section10{
  padding:10px;
  display: flex;
}
.section10_title{
  padding:18px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section10_box{
  flex: 1;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 24px;
  font-size: 24px;
  color: #5D200B;
  padding:30px 20px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page_bottom_img{
  width:100%;
}

.section3_h5{
  display: none;
}
.isH5{
  display: none;
}


.pay{
  display: flex;
}
.pay_item{
  flex: 1;
  margin: 0 5px;
  background-color: #E55D3F;
  border-radius: 32px;
  padding: 10px;
}
.pay_info{
  background-color: #fff;
  height: 180px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_info img{
  width: auto;
  flex-grow: 0;
}
.pay_item h3{
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 35px 0;
  line-height: 1;
  font-weight: normal;
}



@media screen and (max-width:1400px) {
  .section{
    margin:100px 15% 0;
  }

}


/* 适配手机 */
@media screen and (max-width:768px) {
  .page{
    background: #ffd9d1;
    margin: 0;
    padding: 0 8px;
  }
  .section {
    margin: 0;
    border-radius: 10px;
    padding: 0 8px 25px;
    margin-bottom:20px;
  }
  .section_content{
    border-radius: 10px;
    padding: 22px 12px;
  }
  .section_content p{
    font-size: 13px;
    font-weight: 400;
    color: #5d200b;
    line-height: 22px;
  }

  .section_title {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 13px 18px;
  }
  .part_num{
    opacity: 0.75;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    margin-right: 16px;
  }

  .words_img{
    display: none;
  }

  .section1{
    margin-top:17px;
  }

  .section_content .first_paragraph{
    margin-bottom:20px;
  }

  .section1_bottom{
    display: none;
  }

  .section_content .p_title {
    margin-bottom:12px;
    font-size: 18px;
    font-weight: 600;
  }

  .section3_web{
    display: none;
  }
  .section3_h5{
    display: block;
    background: #e55d3f;
  }

  .box_content {
    padding:33px 0;
    border-radius: 10px;
  }

  .section3_bottom{
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #5d200b;
    line-height: 20px;
    margin:20px 0 36px;
  }

  .isH5{
    display: block;
  }

  /* section4 */
  .content_row {
    flex-direction: column;
  }
  .row1_box {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding:34px 38px 28px;
    border-radius: 10px;
  }
  .row1_box_left {
    margin-right: 0;
    margin-bottom:10px;
  }

  .box_img{
    margin:0 auto;
  }

  .right_text {
    margin-left: 0;
    text-align: center;
  }

  .content_row .title {
    font-size: 16px;
    margin-top:13px;
    margin-right:12px;
    margin-bottom: -10px;
  }

  .content_row .num {
    font-size: 13px;
  }
  .content_row .desc {
    font-size: 13px;
  }
  .isWeb{
    display: none;
  }
  .row2_box {
    flex-direction: row;
    background: #fff;
    margin: 10px 0;
    padding:6px 15px;
    border-radius: 10px;
  }
  .row2_box .desc {
    line-height: 20px;
  }
  .top_text{
    order:2;
    text-align: left;
    padding:52px 0;
    width:45%;
    margin-left:17px;
  }
  .top_text .title{
    margin:0;
  }
  .content_row3{
    padding:18px 14px;
    border-radius: 10px;
  }
  .content_row3 p {
    font-size:12px;
    line-height: 20px;
  }

/* section5 */
  .section5_content {
    flex-direction: column;
    padding: 30px 22px 40px;
  }
  .pingwei_box {
    display: flex;
    margin-bottom: 28px;
    position: relative;
  }
  .pingwei_intro{
    /* position: relative; */
  }
  .intro_box{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-27px;
    margin-left:-33px;
    /* padding-left: 20px; */
  }
  .pingwei_intro p{
    text-align: left;
  }
  .pingwei_box img {
    width:90px;
    height: 90px;
    margin-bottom: 0;
  }
  .pingwei_intro .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
    font-weight: 500;
  }
  .pingwei_intro .desc {
    font-size: 15px;
    line-height: 16px;
  }

  .section6 .rank {
    padding-left: 10px;
  }
  .section6 .rank span {
    position: absolute;
    left: 0px;
    top: 8px;
  }
  .p_point {
    width: 5px;
    height: 5px;
  }

  .button_title {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    border-radius: 36px;
    padding: 0 25px;
    margin: 20px 0 14px;
  }
  .button_down {
    margin: 0;
    margin-left: 10px;
    border-radius: 0;
    background: -webkit-linear-gradient(left, rgba(229,93,63,1), rgba(229,70,33,0.5));
  }

  .section6 .section_content {
    padding-bottom: 35px;
  }
  .section6_web{
    display: none;
  }

  .section6_h5_img{
    width:100%;
    margin-bottom:25px;
  }
  .section6_h5_img1{
    margin-top:25px;
    margin-bottom:35px;
  }
  .section6_h5_img2{
    margin-top:25px;
  }
  .section6_h5_img3{
    margin-bottom:0px;
  }
  .section_content .section6_in_img{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 14px;
  }
  .button_title2 {
    margin: 0 0 10px;
  }

  .section_content .section6_in_img2{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #f2a455;
    line-height: 36px;
  }
  .section6_h5_img4{
    margin-top:12px;
  }

  .section7_content {
    flex-direction: column;
    padding:42px 32px;
  }
  .pingshen_box {
    width:100%;
    text-align: left;
    display: flex;
    margin-bottom:36px;
  }
  .pingshen_intro{
    display: inline-block;
    margin-left:30px;
  }
  .pingshen_intro p {
    text-align: left;
  }
  .pingshen_intro .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .pingshen_intro .desc {
    text-align: left;
    font-size: 13px;
  }
  .pingshen_box img {
    width: 60px;
  }


  .section8_content p {
    margin-bottom: 11px;
  }

  .section9_h5{
    background: #e55d3f;
    padding:24px 23px;
  }
  .section9_h5_box{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
  }
  .section9_h5_box .img_box{
    background:#fff;
    border-radius: 10px;
    width:70%;
    Height:110px;
    box-sizing: border-box;
    position: relative;
  }

  .section9_h5_box .img_box1{
    /* padding: */
  }
  .section9_h5_box .unit{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    height: 110px;
    line-height:110px;
  }
  .section9_h5_box .unit3{
    line-height:20px;
    padding-top: 35px;
    box-sizing: border-box;
  }

  .section9_h5_img1{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-26px;
    margin-left:-82px;
    height:52px;
  }
  .section9_h5_img2{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-41px;
    margin-left:-68px;
    height:83px;
  }
  .section9_h5_img3{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -15px;
    margin-left: -86px;
    height: 30px;
  }

  .section10 {
    flex-direction: column;
    padding:26px;
  }
  .section10_title {
    font-size:16px;
    text-align: center;
    padding:0;
    margin-bottom:20px;
  }
  .section10_box{
    border-radius: 10px;
    margin-right: 0;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 500;
    color: #5d200b;
    line-height: 32px;
  }
  .page_bottom_img{
    width:100%;
  }

  .page_bottom_div{
    background: #ffd9d1;
  }
}


@media screen and (max-width:320px) {
  .intro_box {
    margin-top: -35px;
    margin-left: -10px;
  }
}


































/* 覆盖 */

.content-contest-detail .contest-head-infor-region{background:#0c264c;}
.content-contest-detail .contest-head-infor{background: #ffe5b2;color:#000;margin:0!important;width:100%!important;height:100px!important;padding:10px 20%!important;}
.content-contest-detail .contest-head-infor .contest-time {
  height: 80px;
  line-height: 80px;
}
.content-contest-detail .contest-head-infor .contest-time i{font-style:normal;color:#000;}
.content-contest-detail .contest-head-infor .contest-time .time-pre {
  font-size: 20px;
}
.content-contest-detail .contest-head-infor .contest-time .time-hour, .content-contest-detail .contest-head-infor .contest-time .time-day {
  font-size: 20px;
}
.content-contest-detail .contest-head-infor .contest-action-region .style-upload{
  background: #e55d3f;
  border-radius: 4px;
  line-height:54px;
  color:#fff;
  height: 54px;
  width: 191px;
  border:0;
  margin-top: 10px;
}
.content-contest-detail .tabs_wrapper{margin-top:0;border-bottom:0;padding:0;height: 100px;background: #323334;}
.content-contest-detail .tabs_wrapper .px_tabs{border-bottom:0;overflow-x:unset}
.content-contest-detail .tabs_wrapper .px_tabs>li{
  display: inline-block;width: 200px;height: 100px;line-height: 100px;
  /* border: 2px solid #fff; */
  /* border-radius: 4px; */
  /* background: #1564f0; */
  margin: 0 20px;
}
.content-contest-detail .tabs_wrapper .px_tabs>li:hover{background:#e55d3f;}
.content-contest-detail .tabs_wrapper .px_tabs>li.active{background:#e55d3f;}
/* .content-contest-detail .tabs_wrapper .px_tabs>li a{border-bottom:0;color:#000;}
.content-contest-detail .tabs_wrapper .px_tabs>li:hover a{color:#1564f0;}
.content-contest-detail .tabs_wrapper .px_tabs>li:hover{background:#fff}
.content-contest-detail .tabs_wrapper .px_tabs>li.active{background:#fff}
.content-contest-detail .tabs_wrapper .px_tabs>li.active a{border-bottom: 0;
    color: #1564f0;
    border-bottom: 0;
    padding: 0;} */
.content-contest-detail .tabs_wrapper .px_tabs>li a {
    font-size: 24px;
    border-bottom: 0;
    color: #fff;
    border-bottom: 0;
    /* color: #5F9D92; */
    /* height: 70px; */
    /* line-height: 70px; */
    padding: 0;
}
.content-contest-detail .tabs_wrapper .px_tabs>li.active a{border-bottom: 0;
  color: #000;}

.content-contest-detail .tabs_wrapper ul.px_tabs {
    display: flex;
    justify-content: center;
}
@media screen and (max-width:600px) {
  .content-contest-detail .contest-head-infor .contest-time .time-pre{
    font-size: 16px;
  }
  .content-contest-detail .contest-head-infor .contest-time .time-day-con{
    margin-left:5px;
  }
    .content-contest-detail .tabs_wrapper ul.px_tabs {
        display: flex;
        justify-content: center;
    }
    .content-contest-detail .tabs_wrapper .px_tabs>li {
        margin: 0 5px;
    }
    .content-contest-detail .tabs_wrapper .px_tabs > li > a {
        font-size: 12px;
    }
    .content-contest-detail .contest-head-infor{
      background: #ffe5b2;
      color: #000;
      display: flex;
      margin: 0!important;
      width: 100%!important;
      height: auto!important;
      padding: 0 20px!important;
    }
  .content-contest-detail .contest-head-infor .contest-time{
    height: 52px !important;
    line-height: 52px !important;
  }
  .content-contest-detail .contest-head-infor-region{
    height: 52px;
  }
  .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-time{
    text-align: left;
  }

    .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-action-region .upload-region .action-button {
      position: relative;
      width: 120px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      margin-top: 5px;
  }
  .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-action-region{
    width: auto !important;
  }
  .content-contest-detail .tabs_wrapper{
    height: 44px;
  }
  .content-contest-detail .tabs_wrapper .px_tabs>li{
    height: 44px;
    line-height: 44px;
  }

}

.contest-tab-content{background:url('imgages/bg_page.png') no-repeat top center;background-size:100%;}
.sucai-result{padding-top:40px;padding-bottom:40px;}
.sucai-result > div{margin-top:0!important;}
.sucai-result .pics .item{border-radius:3px 3px 0 0;-webkit-border-radius:0;}
.sucai-result .pics .title{background:#fff;border-radius:0 0 3px 3px;}
.sucai-result .pics{margin-top:0!important;padding-top:15px;}

