@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.flex-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mt40 {
  margin-top: 40px;
}

.color-f {
  color: #ffffff;
}

.over-hide {
  overflow: hidden;
}

.common-padding-box {
  padding: 14px;
  background: linear-gradient(180deg, #f7a971, rgba(243, 132, 83, 0) 90%);
  border-radius: 30px;
  overflow: hidden;
}

.common-box {
  width: 1200px;
  background: linear-gradient(180deg, #6bb2b6 23%, #358e94);
  border-radius: 30px;
  overflow: hidden;
}

.common-title {
  width: 534px;
  height: 111px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.common-data-format {
  width: 100%;
  display: flex;
}

.common-data-format .common-data-key {
  width: auto;
}

.common-data-format .common-data-val {
  flex: 1;
}

.body-background {
  overflow: hidden;
  width: 100%;
  height: 9120px;
  background-repeat: no-repeat;
  background-image: url("./images/bgw.png");
  background-size: 100% 100%;
}

.body-background .main-content {
  width: 1228px;
  margin: 0 auto;
  /*项目背景*/
  /*作品形式及创作主题*/
  /*时间安排*/
  /*奖项设置*/
  /*项目资料*/
  /*作品设计及提交要求*/
  /*免费素材支持*/
  /*版权说明*/
  /*组织机构*/
}

.body-background .main-content .project .title-bg {
  background-image: url("./images/project-bg.png");
}

.body-background .main-content .project .item-box {
  height: 490px;
}

.body-background .main-content .project .item-title {
  margin-bottom: 35px;
}

.body-background .main-content .project .item-content-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-background .main-content .project .item-content-box .item-content {
  width: 993px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .work-and-theme .item-title {
  margin: 100px 0 25px;
}

.body-background .main-content .work-and-theme .title-bg {
  background-image: url("./images/work-and-theme.png");
}

.body-background .main-content .work-and-theme .item-top-content {
  margin: 22px auto 69px;
  width: 1155px;
  height: 220px;
  background: #ffffff;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.body-background .main-content .work-and-theme .item-top-content .item-p {
  width: 992px;
  height: 60px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  color: #0e5357;
  line-height: 30px;
}

.body-background .main-content .work-and-theme .item-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

.body-background .main-content .work-and-theme .item-intro .intro-title {
  height: 30px;
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 14px;
}

.body-background .main-content .work-and-theme .item-intro .intro-des {
  height: 30px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 78px;
}

.body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box {
  width: 992px;
  margin-bottom: 44px;
}

.body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-title {
  height: 30px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 14px;
}

.body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .intro-sub2-title {
  height: 30px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
}

.body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .intro-sub2-content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 22px;
}

.body-background .main-content .schedule .title-bg {
  background-image: url("./images/schedule-bg.png");
}

.body-background .main-content .schedule .item-title {
  margin: 100px auto 62px;
}

.body-background .main-content .schedule .item-content {
  width: 100%;
}

.body-background .main-content .schedule .item-content .sub-content-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.body-background .main-content .schedule .item-content .sub-content-box .item-time {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #0e5357;
  line-height: 25px;
  margin-bottom: 8px;
}

.body-background .main-content .schedule .item-content .sub-content-box .item-des {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #0e5357;
  line-height: 20px;
}

.body-background .main-content .schedule .item-content .sub-content-box:after {
  content: '';
  display: block;
  width: 38px;
  height: 41px;
  background-image: url("./images/slash.png");
  background-repeat: no-repeat;
  margin: 10px;
}

.body-background .main-content .schedule .item-content .sub-content-box:nth-last-of-type(1):after {
  display: none;
}

.body-background .main-content .prize-setting .title-bg {
  background-image: url("./images/prize-setting-bg.png");
}

.body-background .main-content .prize-setting .item-title {
  margin: 100px auto 33px;
}

.body-background .main-content .prize-setting .item-prize-total {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 30px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #d1490b;
  line-height: 30px;
  margin-bottom: 45px;
}

.body-background .main-content .prize-setting .item-prize-total .total-num {
  font-size: 30px;
  margin-left: 4px;
}

.body-background .main-content .prize-setting .item-prizes {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.body-background .main-content .prize-setting .item-prizes .item-prize {
  width: 274px;
  height: 408px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.body-background .main-content .prize-setting .item-prizes .p1 {
  background-image: url("./images/p1.png");
}

.body-background .main-content .prize-setting .item-prizes .p2 {
  background-image: url("./images/p2.png");
}

.body-background .main-content .prize-setting .item-prizes .p3 {
  background-image: url("./images/p3.png");
}

.body-background .main-content .prize-setting .item-prizes .p4 {
  background-image: url("./images/p4.png");
}

.body-background .main-content .prize-setting .item-box {
  height: 398px;
}

.body-background .main-content .prize-setting .item-box .item-prize-title {
  display: flex;
  justify-content: center;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-top: 41px;
  margin-bottom: 41px;
}

.body-background .main-content .prize-setting .item-box .item-plan-one {
  width: 1063px;
  box-sizing: border-box;
  padding: 0 26px;
  height: 125px;
  background: #ffffff;
  border-radius: 39px;
  box-shadow: 0px 4px 4px 0px #268488;
  margin: 36px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-background .main-content .prize-setting .item-box .item-plan-one .one-text {
  height: 80px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #0e5357;
  line-height: 40px;
}
.body-background .main-content .prize-setting .item-box .item-plan-one .one-text .bj-prize{
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #d1490b;
}
.body-background .main-content .prize-setting .item-box .item-plans {
  display: flex;
  justify-content: space-between;
  width: 1145px;
  margin: 0 auto 30px;
}

.body-background .main-content .prize-setting .item-box .item-plans .item-plan {
  width: 560px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 39px;
  box-shadow: 0px 4px 4px 0px #268488;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #0e5357;
  line-height: 30px;
  padding: 15px 0px 15px 26px;
}

.body-background .main-content .project-info .title-bg {
  background-image: url("./images/project-info-bg.png");
}

.body-background .main-content .project-info .item-title {
  margin: 100px auto 35px;
}

.body-background .main-content .project-info .item-box {
  height: 367px;
}

.body-background .main-content .project-info .item-question {
  display: flex;
  justify-content: center;
  margin: 52px auto 32px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .project-info .item-tq {
  display: flex;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .project-info .item-link-box {
  width: 894px;
  height: 102px;
  background: #ffffff;
  border-radius: 51px;
  margin: 31px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-background .main-content .project-info .item-link-box a {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #0e5357;
  line-height: 33px;
}

.body-background .main-content .design-submit .title-bg {
  background-image: url("./images/design-submit-bg.png");
}

.body-background .main-content .design-submit .item-title {
  margin: 100px auto 35px;
}

.body-background .main-content .design-submit .item-box {
  height: 852px;
}

.body-background .main-content .design-submit .design-title {
  margin: 59px auto 40px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .design-submit .design-content {
  width: 987px;
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .design-submit .design-links {
  display: flex;
  margin: 10px;
}

.body-background .main-content .design-submit .design-links .design-link {
  width: 436px;
  height: 54px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px;
  margin-left: 20px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0e5357;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-background .main-content .design-submit .design-links .design-link a {
  color: #0e5357;
}

.body-background .main-content .free-material .title-bg {
  background-image: url("./images/free-material-bg.png");
}

.body-background .main-content .free-material .item-title {
  margin: 100px auto 35px;
}

.body-background .main-content .free-material .item-box {
  height: 420px;
}

.body-background .main-content .free-material .item-veer {
  width: 159px;
  height: 42px;
  margin: 52px auto 28px;
  background-repeat: no-repeat;
  background-image: url("./images/veer-w.png");
}

.body-background .main-content .free-material .item-content {
  width: 1020px;
  margin: 0 auto;
}

.body-background .main-content .free-material .item-content .item-use-ad {
  height: 30px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .free-material .item-content .instructions {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}

.body-background .main-content .free-material .item-content .instructions .item-link-box {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.body-background .main-content .free-material .item-content .instructions .item-link-box .item-link {
  width: 389px;
  height: 54px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-background .main-content .free-material .item-content .instructions .item-link-box .item-link a {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0e5357;
  line-height: 22px;
}

.body-background .main-content .copyright .title-bg {
  background-image: url("./images/copyright-bg.png");
}

.body-background .main-content .copyright .item-title {
  margin: 100px auto 35px;
}

.body-background .main-content .copyright .item-box {
  height: 535px;
}

.body-background .main-content .copyright .item-content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  width: 987px;
  height: 420px;
  margin: 57px auto;
}

.body-background .main-content .copyright .item-content .item-bar {
  margin-bottom: 20px;
}

.body-background .main-content .organization .title-bg {
  background-image: url("./images/organization-bg.png");
}

.body-background .main-content .organization .item-title {
  margin: 100px auto 50px;
}

.body-background .main-content .organization .item-content {
  margin: 0 auto;
}

.body-background .main-content .organization .item-content .unit-box .unit-title {
  height: 30px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #0e5357;
  line-height: 30px;
  margin: 13px 0;
}

.body-background .main-content .organization .item-content .unit-box .unit-list .item-unit {
  height: 30px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #0e5357;
  line-height: 30px;
}

.body-background .main-content .organization .item-content .bottom-solve {
  margin: 200px auto 0;
  width: 999px;
  height: 70px;
  background: #ffffff;
  border-radius: 65px;
  display: flex;
  align-items: center;
}

.body-background .main-content .organization .item-content .bottom-solve .sol-bar {
  margin-left: 27px;
  margin-right: 23px;
  width: 171px;
  height: 49px;
  background: #0e5357;
  border-radius: 25px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-background .main-content .organization .item-content .bottom-solve .sol-contact {
  height: 26px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #0e5357;
  line-height: 26px;
}


/*覆盖部分*/
.content-contest-detail .contest-head-infor .contest-action-region .style-upload{
  background-color: #D2460D;
  border: 2px solid #D2460D;
}
.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 {
  background: rgb(173,214,198);
  overflow: hidden;
}
.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: #D1490B;
  background: linear-gradient(270deg,#ffeba7, #f27e4e 100%);
}
.contest-head-infor-region {
  background: #6bb2b6;
  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;
}

@media screen and (max-width: 768px) {
  .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: 118px;
    padding: 0;
  }
  .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;
  }

  .m-hide {
    display: none;
  }
  .common-padding-box {
    padding: 4px;
    background: linear-gradient(180deg, #f7a971, rgba(243, 132, 83, 0) 90%);
    border-radius: 10px;
    overflow: hidden;
  }
  .common-box {
    width: 100%;
    background: linear-gradient(180deg, #6bb2b6 23%, #358e94);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    height: auto !important;
    padding: 26px 12px;
  }
  .common-title {
    width: 273px;
    height: 57px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .body-background {
    width: 100%;
    height: 100%;
  }
  .body-background .main-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .body-background .main-content .flex-center.item-title {
    margin: 30px auto 10px !important;
  }
  .body-background .main-content .project .item-content-box .item-content {
    width: 100%;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .work-and-theme .item-top-content {
    margin: 0;
    width: auto;
    height: auto;
    padding: 21px 15px;
    background: #ffffff;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .body-background .main-content .work-and-theme .item-top-content .item-p {
    width: auto;
    height: auto;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    text-align: left;
    color: #0e5357;
    line-height: 20px;
  }
  .body-background .main-content .work-and-theme .item-intro {
    margin-top: 21px;
    margin-bottom: 0;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-title {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-des {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box {
    width: auto;
    margin-bottom: 21px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-title {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .common-data-format {
    display: block;
    margin-bottom: 21px;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .common-data-format .common-data-key, .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .common-data-format .common-data-val {
    display: inline;
  }
  .body-background .main-content .work-and-theme .item-intro .intro-content .intro-sub-content-box .intro-sub-content .intro-sub2-content {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .schedule .item-content .sub-content-box .item-time {
    width: auto;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #0e5357;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .body-background .main-content .schedule .item-content .sub-content-box .item-des {
    width: 80%;
    height: auto;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #0e5357;
    line-height: 18px;
    text-align: center;
  }
  .body-background .main-content .schedule .item-content .sub-content-box:after {
    width: 38px;
    height: 32px;
    margin: 10px;
  }
  .body-background .main-content .prize-setting .item-prize-total {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #d1490b;
    line-height: 30px;
    margin: 10px;
  }
  .body-background .main-content .prize-setting .item-prizes {
    margin: 20px 0;
    flex-wrap: wrap;
  }
  .body-background .main-content .prize-setting .item-prizes .item-prize {
    width: 46%;
    height: 250px;
    margin-bottom: 10px;
  }
  .body-background .main-content .prize-setting .item-box .item-prize-title {
    margin-top: 0;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 26px;
  }
  .body-background .main-content .prize-setting .item-box .item-plan-one {
    width: auto;
    height: auto;
    padding: 29px 17px;
    margin: 21px auto 14px;
  }
  .body-background .main-content .prize-setting .item-box .item-plan-one .one-text {
    height: auto;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #0e5357;
    line-height: 20px;
  }
  .body-background .main-content .prize-setting .item-box .item-plan-one .one-text .bj-prize {
    display: block;
    font-size: 22px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #d1490b;
    line-height: 30px;
    margin-top: 15px;
  }
  .body-background .main-content .prize-setting .item-box .item-plans {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
  .body-background .main-content .prize-setting .item-box .item-plans .item-plan {
    width: auto;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #0e5357;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 29px;
  }
  .body-background .main-content .project-info {
    display: none;
  }
  .body-background .main-content .design-submit .design-title {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    margin: 24px 0 17px;
  }
  .body-background .main-content .design-submit .design-content {
    width: auto;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .design-submit .design-links {
    display: block;
    margin: 10px 0;
  }
  .body-background .main-content .design-submit .design-links .design-link {
    width: auto;
    height: 54px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 28px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #0e5357;
    line-height: 18px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .body-background .main-content .free-material .item-veer {
    width: 159px;
    height: 42px;
    margin: 0px auto 15px;
  }
  .body-background .main-content .free-material .item-content {
    width: auto;
  }
  .body-background .main-content .free-material .item-content .item-use-ad {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .body-background .main-content .free-material .item-content .instructions {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .free-material .item-content .instructions .item-link-box {
    display: block;
  }
  .body-background .main-content .free-material .item-content .instructions .item-link-box .item-link {
    width: auto;
    margin: 10px auto 20px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 28px;
  }
  .body-background .main-content .copyright .item-content {
    width: auto;
    height: auto;
    margin: 0;
  }
  .body-background .main-content .copyright .item-content .item-bar {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }
  .body-background .main-content .organization .item-content .unit-box .unit-title {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #0e5357;
    line-height: 30px;
    margin: 4px;
  }
  .body-background .main-content .organization .item-content .unit-box .unit-list .item-unit {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #0e5357;
    line-height: 30px;
  }
  .body-background .main-content .organization .item-content .unit-box .unit-list.item-result .item-unit {
    font-size: 12px;
  }
  .body-background .main-content .organization .item-content .bottom-solve {
    width: auto;
    height: auto;
    display: block;
    background: none;
    margin: 0 auto;
  }
  .body-background .main-content .organization .item-content .bottom-solve .sol-bar {
    width: 229px;
    height: 49px;
    background: #0e5357;
    border-radius: 25px;
    margin: 25px auto;
  }
  .body-background .main-content .organization .item-content .bottom-solve .sol-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 110px;
  }
  .body-background .main-content .organization .item-content .bottom-solve .sol-contact .item-contact {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #0e5357;
    line-height: 20px;
  }
}



