body {
  margin: 0;
}
.contest-page {
  padding: 130px 0;
  background: url('imgs/bg.png') no-repeat top center #f2d4eb;
  margin-top: -130px;
}
.contest-page img {
  vertical-align: middle;
}
.contest-page .mobile {
  display: none;
}
.contest-page-content {
  color: #36003A;
  width: 1000px;
  margin: 0 auto;
}
.contest-page-content h2 {
  font-size: 0;
  margin: 70px 0 20px 0;
  text-align: center;
}
.contest-page-content h2 img {
  height: 60px;
}
.contest-page-content p {
  margin: 6px 0;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.contest-page-content .btn {
  display: block;
  width: 420px;
  line-height: 80px;
  border-radius: 40px;
  background: linear-gradient(270deg, #bc91ff, #2c92be);
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
}
.contest-page-content .product-tiper {
  display: block;
  width: 824px;
  line-height: 50px;
  border-radius: 25px;
  background: linear-gradient(270deg, #bc91ff, #2c92be);
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 30px;
}
.contest-page-content .product-tiper b {
  font-size: 20px;
}
.contest-page-content .lister {
  padding: 0;
  list-style: none;
  margin: 0;
}
.contest-page-content .lister p {
  text-indent: 0;
}
.contest-page-content .lister em {
  font-style: normal;
  color: #C81C5A;
}
.contest-page-content .lister .large {
  font-size: 18px;
  color: #C81C5A;
}
.contest-page-content .lister li {
  position: relative;
  margin: 36px 0;
}
.contest-page-content .lister li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url('imgs/tri.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -36px;
  top: 6px;
}
.contest-page-content .flow {
  width: 80%;
  margin: 0 auto;
}
.contest-page-content .flow li {
  padding-bottom: 30px;
  margin: 0;
}
.contest-page-content .flow li p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.contest-page-content .flow li p b {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 4px;
}
.contest-page-content .flow li:before {
  width: 10px;
  height: 10px;
  background-color: #AB3CC6;
  border-radius: 50%;
  left: -28px;
  top: 8px;
}
.contest-page-content .flow li:after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #AB3CC6;
  position: absolute;
  left: -23px;
  top: 0;
}
.contest-page-content .flow li:first-child:after {
  top: 8px;
}
.contest-page-content .flow li:last-child:after {
  height: 10px;
}
.contest-page-content .rights p {
  text-indent: 0;
}
.contest-page-content .org {
  text-align: center;
}
.contest-page-content .org p {
  margin-bottom: 24px;
}
.contest-page-content .tiper {
  color: #AB3CC6;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.contest-page-content .setting {
  text-align: center;
  margin: -10px 0 40px 0;
}
.contest-page-content .wrapper {
  display: flex;
  justify-content: center;
}
.contest-page-content .wrapper > div {
  display: flex;
  flex-direction: column;
}
.contest-page-content .wrapper li {
  margin: 0 20px;
}
.contest-page-content .product {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contest-page-content .product img {
  width: 176px;
}
.contest-page-content .teacher {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 30px auto;
}
.contest-page-content .teacher.last {
  flex-direction: column;
  width: 360px;
  margin: 30px auto;
}
.contest-page-content .teacher.last li {
  flex-direction: row;
  margin-bottom: 10px;
}
.contest-page-content .teacher.last li p:first-of-type {
  margin: 0;
  width: 80px;
  text-align: left;
}
.contest-page-content .teacher.last li p:last-child{
  padding: 0;
}
.contest-page-content .teacher.large li p:last-child {
  font-size: 16px;
  line-height: 30px;
}
.contest-page-content .teacher li {
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contest-page-content .teacher li p {
  text-indent: 0;
}
.contest-page-content .teacher li p:first-of-type {
  font-weight: bold;
  margin: 12px 0 6px 0;
}
.contest-page-content .teacher li p:last-child {
  font-size: 12px;
  line-height: 20px;
  padding: 0 30px;
}
.contest-page-content .teacher li img {
  width: 100px;
}
@media screen and (max-width: 878px) {
  .contest-page {
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 90px;
    margin-top: 0;
    background: linear-gradient(180deg, #82d4ed, #f2d4ec);
  }
  .contest-page .pc {
    display: none;
  }
  .contest-page .mobile {
    display: block;
  }
  .contest-page-content {
    width: 100%;
    overflow: hidden;
  }
  .contest-page-content h2 {
    margin: 16px 0;
  }
  .contest-page-content h2 img {
    height: 40px;
  }
  .contest-page-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .contest-page-content .btn {
    display: none;
  }
  .contest-page-content .lister p:first-child,
  .contest-page-content .lister .large {
    font-size: 16px;
  }
  .contest-page-content .lister li:last-child {
    margin-bottom: 0;
  }
  .contest-page-content .setting {
    margin: 0 0 20px 0;
  }
  .contest-page-content .flow {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .contest-page-content .wrapper {
    flex-direction: column;
  }
  .contest-page-content .wrapper .tiper {
    margin: 0;
  }
  .contest-page-content .product {
    flex-wrap: wrap;
  }
  .contest-page-content .product li {
    flex-basis: 50%;
    margin: 0;
    margin-bottom: 10px;
  }
  .contest-page-content .product li img {
    max-width: 100%;
  }
  .contest-page-content .product-tiper {
    display: none;
  }
  .contest-page-content .product-tiper + .tiper {
    margin: 0;
  }
  .contest-page-content .tiper {
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .contest-page-content .tiper.small {
    font-size: 14px;
  }
  .contest-page-content .teacher {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .contest-page-content .teacher.last {
    width: 100%;
  }
  .contest-page-content .teacher.last li {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .contest-page-content .teacher.last li p:first-child {
    width: 60px;
  }
  .contest-page-content .teacher.large li {
    flex-direction: column;
    text-align: center;
  }
  .contest-page-content .teacher.large li p:last-child {
    font-size: 14px;
    line-height: 24px;
  }
  .contest-page-content .teacher li {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 10px;
  }
  .contest-page-content .teacher li img {
    width: 70px;
    margin-right: 20px;
  }
  .contest-page-content .teacher li p {
    margin: 0;
  }
  .contest-page-content .teacher li p:first-of-type {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
  }
  .contest-page-content .teacher li p:last-child {
    padding: 0;
  }
}
/*覆盖部分*/
.contest-head-infor-region + div {
  position: relative;
}
.content-contest-detail .tabs_wrapper .px_tabs {
  border-bottom: none;
}
.content-contest-detail .tabs_wrapper {
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-contest-detail .tabs-region {
  overflow: hidden;
  background-color: #82d4ed;
}
.content-contest-detail .tabs_wrapper .px_tabs > li > a {
  cursor: pointer;
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
  display: inline-block;
  height: 50px;
  border-bottom: none;
  width: 232px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-contest-detail .tabs_wrapper .px_tabs > li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.content-contest-detail .tabs_wrapper .px_tabs > li.active a {
  color: #fff;
  background: #AB3CC6;
}
.contest-head-infor-region {
  background: #37BEDE;
  height: 72px;
  align-items: center;
  display: flex;
}
.content-contest-detail .contest-head-infor {
  margin-top: 0;
}
.content-contest-detail .contest-head-infor .contest-time {
  color: #ffffff;
}
.content-contest-detail .contest-head-infor .contest-action-region .style-upload {
  background-color: #fff;
  border: 0;
  color: #EF693A;
}
.contest-tab-content {
  background:#82d4ed;
}
.sucai-result > div {
  margin-top: 0!important;
  padding-top: 130px;
}
.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;
}
.photo-list-cates-container{margin-top:-30px;background:#82d4ed;border-bottom:0;}
.categorys-container .cates-label{color:#AB3CC6;font-size:14px;}
.dropdown-div span:after, .dropdown-div span:before{background:#fff;}
.cate-list-item.active, .cate-list-item:hover{background:#AB3CC6;}
@media screen and (max-width: 878px) {
  .content-contest-detail .tabs_wrapper {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .content-contest-detail .tabs_wrapper .px_tabs > li > a {
    font-size: 14px;
    height: 36px;
    width: auto;
    padding: 0 10px;
  }
  .content-contest-detail .contest-head-infor {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content-contest-detail .contest-head-infor .contest-time .time-pre {
    font-size: 14px;
  }
  .content-contest-detail .contest-head-infor .contest-time .time-day-con {
    font-size: 14px;
    margin-left: 0;
  }
  .content-contest-detail .contest-head-infor .contest-time .time-day,
  .content-contest-detail .contest-head-infor .contest-time .time-hour {
    font-size: 14px;
  }
  .content-contest-detail .contest-head-infor-region {
    height: 44px;
  }
  .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-action-region .upload-region .action-button {
    width: 100px!important;
    height: 27px!important;
    line-height: 27px!important;
    font-size: 14px;
  }
  .contest-tab-content {
    background: linear-gradient(180deg, #82d4ed, #f2d4ec);
  }
  .sucai-result > div {
    padding-top: 70px;
  }
  .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-time {
    text-align: left!important;
  }
  .content-contest-detail .contest-head-infor-region .contest-head-infor .contest-action-region .upload-region {
    justify-content: flex-end !important;
    margin-top: 3px;
  }
  .photo-list-cates-container{padding-top:40px!important;}
  .categorys-container .cates-label{border-bottom:0;}
  .cates-list-div.open{padding-top:0;}
}
