.content-contest-detail .tabs_wrapper .px_tabs {
  border: 0;
}
.content-contest-detail .tabs_wrapper .px_tabs > li {
  margin: 0;
  display: inline-block;
}
.content-contest-detail .tabs_wrapper .px_tabs > li:nth-of-type(1) {
  margin-left: 25px;
}
.content-contest-detail .tabs_wrapper .px_tabs > li:nth-last-of-type(1) {
  margin-right: 25px;
}
.content-contest-detail .tabs_wrapper .px_tabs > li + li {
  margin-left: 200px;
}
.content-contest-detail .tabs_wrapper .px_tabs > li > a {
  padding: 0;
  cursor: pointer;
  background: white;
  color: #333;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  width: 148px;
  float: left;
  text-align: center;
}
.content-contest-detail .tabs_wrapper .px_tabs > li.active > a {
  background: #3D9F81;
  color: white;
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: "思源黑体 CN Regular";
  background: url("./images/bg.jpg") repeat;
}
ul,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
li {
  list-style: none;
}
.lotus {
  border-top: 1px solid transparent;
  position: relative;
  padding-bottom: 200px;
}
.lotus .fl {
  float: left;
}
.lotus .fr {
  float: right;
}
.lotus * {
  color: #333;
}
.lotus-clear {
  zoom: 1;
}
.lotus-clear:after {
  content: "";
  display: block;
  clear: both;
}
img {
  display: block;
}
.banner {
  position: relative;
  min-width: 1192px;
}
.banner img {
  width: 100%;
}
.banner .title {
  width: 60%;
  position: absolute;
  top: 14.8%;
  right: 7%;
}
.time {
  color: #333333;
  font-size: 16px;
  margin: 40px 180px 24px;
}
.tabs {
  width: 1192px;
  margin: 0 auto;
  height: 46px;
}
.tabs a {
  cursor: pointer;
  background: white;
  color: #333;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  width: 148px;
  float: left;
  text-align: center;
}
.tabs a + a {
  margin-left: 200px;
}
.tabs .active {
  background: #3D9F81;
  color: white;
}
.img-title {
  margin: 80px auto 40px;
}
.unit {
  min-width: 100%;
}
.unit > div {
  margin: 0 auto;
  padding: 5px 0 2px;
}
.unit h2 {
  color: #333333;
}
.unit p {
  line-height: 34px;
  color: #333333;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}
.unit dl {
  margin: 0;
  overflow: hidden;
}
.unit dt,
.unit dd {
  color: #333333;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 1.9;
}
.unit dt {
  font-weight: 800;
}
.unit dd {
  width: 890px;
}
.unit dd div {
  padding: 0;
}
.category ul {
  margin: 30px 0 0;
  display: flex;
  align-items: stretch;
}
.category li + li {
  margin-left: 2%;
}
.category li {
  float: left;
  width: 32%;
  padding: 32px;
  background: #4F8172;
  border-radius: 9px;
}
.category li h3 {
  color: white;
  font-size: 20px;
  line-height: 24px;
}
.category li p {
  text-indent: 32px;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.category h2,
.organization h2 {
  font-size: 16px;
  line-height: 36px;
}
.require h2,
.require p {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.require .button {
  display: block;
}
.require button,
.require .button {
  color: white;
  background: #3D9F81;
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 0;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 14px;
}
.require p button {
  width: 96px;
  margin: 0 4px;
}
.schedule ul {
  overflow: hidden;
}
.schedule p {
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 14px;
  margin: 30px 0 0;
}
.schedule li {
  float: left;
}
.schedule li h3,
.schedule li p {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #333;
}
.schedule li h3 {
  color: #3D9F81;
  font-size: 20px;
  margin: 18px 0 10px;
}
.schedule li:nth-of-type(2n) {
  margin: 0 12px;
  height: 182px;
}
.schedule li:nth-of-type(2n) img {
  margin: 50px 0 0;
}
.award {
  overflow: hidden;
}
.award > div > p {
  display: block;
  clear: both;
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 19px;
}
.award > div .flex {
  display: flex;
  justify-content: center;
}
.award .award-1,
.award .award-2 {
  flex: 0 0 366px;
  height: 436px;
  position: relative;
}
.award .award-1 > i,
.award .award-2 > i {
  width: 252px;
  height: 252px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 47px;
}
.award .award-1 > i img,
.award .award-2 > i img {
  display: inline-block;
  vertical-align: middle;
}
.award .award-1 > div,
.award .award-2 > div {
  border: 6px solid #3A514A;
  width: 240px;
  height: 360px;
  position: absolute;
  bottom: 0;
  border-radius: 120px;
  background: #3D9F81;
  padding: 78px 0 0;
}
.award .award-1 > div h3,
.award .award-2 > div h3,
.award .award-1 > div p,
.award .award-2 > div p,
.award .award-1 > div em,
.award .award-2 > div em,
.award .award-1 > div div,
.award .award-2 > div div {
  text-align: center;
  display: block;
  color: white;
}
.award .award-1 > div div,
.award .award-2 > div div,
.award .award-1 > div em,
.award .award-2 > div em {
  position: absolute;
  bottom: 104px;
  width: 100%;
  left: 0;
  line-height: 1;
}
.award .award-1 > div em,
.award .award-2 > div em {
  bottom: 78px;
}
.award .award-1 > div h3,
.award .award-2 > div h3 {
  font-size: 26px;
  line-height: 1.1;
}
.award .award-1 > div p,
.award .award-2 > div p {
  font-size: 14px;
}
.award .award-1 > div i,
.award .award-2 > div i {
  font-size: 14px;
}
.award .award-1 > div span,
.award .award-2 > div span {
  line-height: 1;
  font-size: 60px;
  font-weight: 800;
  display: inline-block;
  height: 60px;
}
.award .award-1 {
  margin: 0 5% 40px 57px;
}
.award .award-1 i {
  left: 0;
}
.award .award-1 div {
  right: 25px;
}
.award .award-2 i {
  right: 0;
}
.award .award-2 div {
  left: 0;
}
.judge li {
  width: 50%;
  float: left;
}
.judge li img {
  margin: 0 auto;
  height: 316px;
}
.judge li h2 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin: -15px 0 10px;
}
.judge li p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.standard p,
.standard dt,
.standard dd {
  font-size: 16px;
  line-height: 34px;
}
.organization p + h2 {
  margin-top: 32px;
}
#lotus-1 {
  display: none;
}
#lotus-1 img {
  max-width: 980px;
  display: block;
  width: 100%;
  margin: 50px auto;
}
@media screen and (min-width: 1000px) {
  .unit > div {
    width: 980px;
  }
}
@media screen and (max-width: 999px) {
  .unit > div {
    margin: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  .unit > div {
    margin: 0 10px;
  }
  .judge li {
    width: 100%;
  }
  .category ul {
    flex-wrap: wrap;
  }
  .category ul li {
    width: 100%;
  }
  .category ul li + li {
    margin: 20px 0 0;
  }
}
@media all and (max-width: 500px) {
  .content-contest-detail .tabs_wrapper ul.px_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-contest-detail .tabs_wrapper ul.px_tabs li + li,
  .content-contest-detail .tabs_wrapper ul.px_tabs li,
  .content-contest-detail .tabs_wrapper ul.px_tabs li:nth-of-type(1) {
    margin: 3%;
  }
  .award {
    width: 100%;
    overflow: hidden;
  }
  .award .award-1,
  .award .award-2 {
    transform: scale(0.8);
    margin: 0;
    width: 240px;
  }
  .award .award-1 > div,
  .award .award-2 > div {
    right: 0;
    left: 0;
  }
  .award .award-1 i {
    left: -135px;
  }
  .award .award-2 i {
    right: -135px;
  }
  .award > div .flex {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
