@charset "UTF-8";
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
  margin: 0;
  padding: 0; }

html {
  margin: auto; }

/* 清除点击出现虚拟框 */
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:focus {
    outline: 0; }
  a:link, a:visited {
    text-decoration: none; }

input, textarea, select {
  outline: none; }

a img {
  border: none; }

h3 {
  margin: 0 auto;
  text-align: center; }

img {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

.flex {
  display: flex !important; }

.hide {
  display: none !important; }

.fixed-nav {
  position: fixed !important;
  background: #333 !important;
  height: 80px !important;
  width: 100%;
  top: -80px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.fixed-nav-appear {
  top: 0; }

.overflow_auto {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }

.hamburger {
  display: none; }

.col {
  display: none; }

.mark, mark {
  background: none; }

.swiper-pagination, .swiper-pagination-bef, .swiper-pagination-host {
  width: 100% !important;
  margin-top: 20px; }

.swiper-pagination-bullet {
  opacity: 0.4;
  background: #F8E71C;
  border-radius: inherit; }

.swiper-pagination-bullet-active {
  background: url("/event/t-edge/2018winter/awards/img/icon/active.png");
  background-size: cover;
  opacity: 1;
  transform: scale(1.5); }

body.public {
  position: relative;
  max-width: 1440px;
  margin: 0 auto !important;
  width: 100%;
  background: #0E0003; }
  body.public #box {
    position: relative;
    z-index: -9999;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background: #000;
    overflow: hidden; }
    body.public #box .float_img {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 666; }
      body.public #box .float_img img {
        width: 150px; }
    body.public #box header.header {
      background: rgba(0, 0, 0, 0.3); }
      body.public #box header.header .header_nav ul.nav_allitems li {
        padding: 10px 0px; }
      body.public #box header.header .header_logo {
        margin-left: 140px; }
        body.public #box header.header .header_logo .header_line {
          font-size: 16px;
          color: #fff;
          display: inline-block;
          vertical-align: middle;
          display: inline-block;
          border-right: 1px solid #fff;
          height: 30px;
          margin: 0 8%;
          opacity: 0.5; }
      body.public #box header.header .header_nav {
        margin-right: 140px;
        width: 65%;
        height: 100%;
        justify-content: flex-end; }
        body.public #box header.header .header_nav ul.nav_allitems {
          height: 100%;
          width: 70%; }
          body.public #box header.header .header_nav ul.nav_allitems li a {
            font-family: PingFangSC-Semibold;
            font-size: 14px;
            line-height: 19px;
            font-weight: bold; }
            body.public #box header.header .header_nav ul.nav_allitems li a.on {
              color: #F8E71C;
              display: inline-block;
              position: relative; }
          body.public #box header.header .header_nav ul.nav_allitems .before_t {
            font-family: PingFangSC-Semibold;
            font-size: 14px;
            line-height: 19px;
            color: #fff; }
        body.public #box header.header .header_nav .nav_right {
          display: flex;
          justify-content: space-around;
          align-items: center; }
          body.public #box header.header .header_nav .nav_right .index_en {
            width: 40px;
            margin-left: 20px;
            color: #fff;
            display: inline-block;
            font-weight: bold; }
            body.public #box header.header .header_nav .nav_right .index_en:hover {
              color: #02fcec; }
            body.public #box header.header .header_nav .nav_right .index_en img {
              width: 100%; }
          body.public #box header.header .header_nav .nav_right .nav_sign {
            background: #FF2B42;
            margin-left: 20px; }
            body.public #box header.header .header_nav .nav_right .nav_sign a {
              font-family: PingFangSC-Semibold;
              font-size: 14px;
              color: #fff;
              text-align: center;
              padding: 5px 8px;
              display: inline-block; }
          body.public #box header.header .header_nav .nav_right .line {
            width: 1px;
            background: #fff;
            height: 30px;
            opacity: 0.5; }
          body.public #box header.header .header_nav .nav_right .share_all {
            display: flex;
            width: 70px;
            justify-content: space-between;
            margin-left: 35px;
            align-items: center; }
            body.public #box header.header .header_nav .nav_right .share_all .share_item img {
              width: 30px;
              height: 30px; }
    body.public #box section {
      max-width: 1440px;
      min-width: 1024px;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      position: relative; }
      body.public #box section h2 {
        margin: 80px auto 50px;
        text-align: center;
        display: inline-block;
        font-family: PingFangSC-Medium;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: 3.6px;
        position: relative;
        border: 1px solid #C89E57;
        padding: 10px 60px; }
        body.public #box section h2:after {
          content: "";
          display: block;
          width: 40px;
          height: 20px;
          border: 1px solid #C89E57;
          position: absolute;
          top: -22px;
          right: -42px; }
      body.public #box section h2.prompt {
        margin-bottom: 20px; }
      body.public #box section p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0; }
        body.public #box section p a {
          color: #C89E57; }
    body.public #box section.banner img {
      width: 100%; }
    body.public #box section.banner .banner_txt {
      background: rgba(0, 0, 0, 0.57);
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      width: 100%; }
      body.public #box section.banner .banner_txt img {
        width: 470px;
        padding: 20px;
        margin: 0 auto; }
    body.public #box section.banner .txt {
      border: 2px solid #C89E57;
      font-size: 16px;
      font-size: 1.6rem;
      background: #0e0003;
      font-family: HYQiHeiX1-EEW;
      color: #fff;
      text-align: justify;
      width: 77.8%;
      padding: 40px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      line-height: 32px;
      display: none; }
    body.public #box section.banner .banner_des {
      position: relative;
      width: 100%;
      margin: 0 auto;
      text-align: left;
      padding: 40px 20%;
      margin-top: -130px;
      padding-bottom: 0; }
      body.public #box section.banner .banner_des .juries_txt {
        text-align: center;
        width: 80%;
        margin: 0 auto; }
        body.public #box section.banner .banner_des .juries_txt span {
          font-size: 24px;
          font-size: 2.4rem;
          padding-bottom: 10px;
          display: inline-block;
          color: #C89E57; }
      body.public #box section.banner .banner_des .tit_des {
        margin: 0 auto;
        text-align: left;
        font-size: 14px; }
        body.public #box section.banner .banner_des .tit_des p {
          line-height: 1.5;
          letter-spacing: 2px;
          margin-bottom: 8px; }
    body.public #box section.banner .tit_des {
      position: absolute;
      bottom: 70px;
      left: 50%;
      transform: translateX(-50%); }
      body.public #box section.banner .tit_des span {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        font-family: HYQiHeiX1-EEW;
        color: #fff;
        text-align: center;
        line-height: 1.5; }
    body.public #box section.contact {
      padding-bottom: 100px; }
      body.public #box section.contact .allitems {
        width: 90%;
        display: flex;
        margin: 0 auto;
        justify-content: space-around; }
        body.public #box section.contact .allitems .item_cooperation {
          font-family: PingFangSC-Regular;
          font-size: 16px;
          color: #fff;
          display: flex;
          text-align: left;
          align-items: flex-start;
          width: 33%;
          margin-right: 20px;
          justify-content: flex-end; }
          body.public #box section.contact .allitems .item_cooperation h5 {
            font-family: PingFangSC-Regular;
            font-size: 24px;
            color: #FFFFFF;
            padding-right: 30px;
            border-right: 2px solid #C89E57; }
          body.public #box section.contact .allitems .item_cooperation .content_txt {
            margin-left: 40px; }
            body.public #box section.contact .allitems .item_cooperation .content_txt p {
              line-height: 26px;
              font-size: 16px; }
              body.public #box section.contact .allitems .item_cooperation .content_txt p a {
                color: #FFFFFF; }
    body.public #box section.other-awards .allitems {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 90%;
      margin: 0 auto; }
      body.public #box section.other-awards .allitems .item {
        background: url("../img/other-awards-item.png");
        width: 19%;
        padding: 10px 20px;
        background-size: 100% 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.public #box section.other-awards .allitems .item a {
          display: inline-block;
          color: #C89E57;
          font-size: 14px;
          font-family: PingFangSC-Semibold;
          background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCEA89), to(#B6731B));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      body.public #box .three {
        display: block; }
        body.public #box .three .hamburger {
          display: block; }
          body.public #box .three .hamburger .line {
            width: 30px;
            height: 2px;
            margin: 6px auto; }
      body.public #box header#header {
        display: flex;
        background: transparent;
        position: absolute; }
        body.public #box header#header .header_logo {
          margin-left: 140px; }
          body.public #box header#header .header_logo .header_line {
            font-size: 16px;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            display: inline-block;
            border-right: 1px solid #fff;
            height: 30px;
            margin: 0 8%;
            opacity: 0.5; }
        body.public #box header#header .header_nav {
          margin-right: 0;
          height: 100%; }
          body.public #box header#header .header_nav .nav_sign {
            background: #FF2B42;
            margin-right: 20px; }
            body.public #box header#header .header_nav .nav_sign a {
              font-family: PingFangSC-Semibold;
              font-size: 14px;
              color: #fff;
              text-align: center;
              padding: 5px;
              display: inline-block; }
          body.public #box header#header .header_nav ul.nav_allitems {
            position: fixed;
            width: 100%;
            top: 0;
            padding-top: 100px;
            display: flex;
            height: 100vh;
            flex-wrap: wrap;
            flex-direction: column;
            background: rgba(0, 0, 0, 0.8);
            right: 0;
            transition: all 1s;
            display: none;
            visibility: visible;
            -webkit-animation: opacIn 1s 0s ease-out both;
            animation: opacIn 1s 0s ease-out both;
            justify-content: flex-start;
            align-items: center; }
            body.public #box header#header .header_nav ul.nav_allitems li {
              padding: 0; }
              body.public #box header#header .header_nav ul.nav_allitems li a {
                font-family: PingFangSC-Semibold;
                font-size: 18px;
                line-height: 24px;
                display: inline-block;
                padding: 10px 20px; }
                body.public #box header#header .header_nav ul.nav_allitems li a.on {
                  color: #F8E71C;
                  display: inline-block;
                  position: relative; }
            body.public #box header#header .header_nav ul.nav_allitems .before_t {
              font-family: PingFangSC-Semibold;
              font-size: 18px;
              line-height: 24px;
              display: inline-block;
              padding: 10px 20px;
              color: #fff; } }
  body.public #box_h5 {
    position: relative;
    z-index: -9999;
    max-width: 1024px;
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
    background: #000000;
    overflow: hidden; }
    body.public #box_h5 .three {
      display: block; }
      body.public #box_h5 .three .hamburger {
        display: block; }
        body.public #box_h5 .three .hamburger .line {
          width: 30px;
          height: 2px;
          margin: 6px auto; }
    body.public #box_h5 .fixed-nav {
      height: 60px !important; }
    body.public #box_h5 .float_img {
      background-color: rgba(200, 158, 87, 0.9);
      padding: 10px 0;
      text-align: center;
      font-size: 30px;
      color: #fff;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 9999;
      text-align: center;
      display: flex;
      justify-content: flex-start; }
      body.public #box_h5 .float_img .close_float {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px; }
      body.public #box_h5 .float_img .item a {
        font-size: 16px;
        display: block;
        text-align: left;
        margin: 5px 15px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        body.public #box_h5 .float_img .item a img {
          width: 16px;
          display: inline-block;
          margin-right: 5px; }
    body.public #box_h5 header#header {
      display: flex;
      background: transparent;
      height: 60px;
      position: absolute; }
      body.public #box_h5 header#header .header_logo {
        margin-left: 30px; }
        body.public #box_h5 header#header .header_logo .header_line {
          font-size: 16px;
          color: #fff;
          display: inline-block;
          vertical-align: middle;
          display: inline-block;
          border-right: 1px solid #fff;
          height: 30px;
          margin: 0 8%;
          opacity: 0.5; }
      body.public #box_h5 header#header .header_nav {
        margin-right: 30px;
        height: 100%; }
        body.public #box_h5 header#header .header_nav .nav_sign {
          background: #FF2B42;
          margin-right: 20px; }
          body.public #box_h5 header#header .header_nav .nav_sign a {
            font-family: PingFangSC-Semibold;
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 5px;
            display: inline-block; }
        body.public #box_h5 header#header .header_nav ul.nav_allitems {
          position: fixed;
          width: 100%;
          top: 0;
          padding-top: 100px;
          display: flex;
          height: 100vh;
          flex-wrap: wrap;
          flex-direction: column;
          background: rgba(0, 0, 0, 0.8);
          right: 0;
          transition: all 1s;
          display: none;
          visibility: visible;
          -webkit-animation: opacIn 1s 0s ease-out both;
          animation: opacIn 1s 0s ease-out both;
          justify-content: flex-start;
          align-items: center; }
          body.public #box_h5 header#header .header_nav ul.nav_allitems li {
            padding: 0; }
            body.public #box_h5 header#header .header_nav ul.nav_allitems li a {
              font-family: PingFangSC-Semibold;
              font-size: 18px;
              line-height: 24px;
              display: inline-block;
              padding: 10px 20px; }
              body.public #box_h5 header#header .header_nav ul.nav_allitems li a.on {
                color: #F8E71C;
                display: inline-block;
                position: relative; }
          body.public #box_h5 header#header .header_nav ul.nav_allitems .before_t {
            font-family: PingFangSC-Semibold;
            font-size: 18px;
            line-height: 24px;
            display: inline-block;
            padding: 10px 20px;
            color: #fff; }
    body.public #box_h5 section.contact {
      padding-bottom: 10px; }
      body.public #box_h5 section.contact .allitems {
        width: 90%;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
        align-items: center; }
        body.public #box_h5 section.contact .allitems .item_cooperation {
          font-family: PingFangSC-Regular;
          font-size: 12px;
          color: #fff;
          display: flex;
          text-align: center;
          align-items: center;
          flex-direction: column;
          width: 50%;
          margin-bottom: 25px; }
          body.public #box_h5 section.contact .allitems .item_cooperation h5 {
            font-family: PingFangSC-Regular;
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 10px;
            padding-bottom: 10px;
            position: relative; }
            body.public #box_h5 section.contact .allitems .item_cooperation h5:after {
              content: "";
              display: inline-block;
              border-bottom: 2px solid #C89E57;
              width: 30px;
              height: 2px;
              position: absolute;
              bottom: -2px;
              left: 50%;
              transform: translate(-50%); }
          body.public #box_h5 section.contact .allitems .item_cooperation .content_txt p {
            line-height: 20px; }
            body.public #box_h5 section.contact .allitems .item_cooperation .content_txt p a {
              color: #FFFFFF; }
    body.public #box_h5 section.other-awards .allitems {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 94%;
      margin: 0 auto; }
      body.public #box_h5 section.other-awards .allitems .item {
        background: url("../img/other-awards-item.png");
        width: 49%;
        padding: 10px 20px;
        background-size: 100% 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.public #box_h5 section.other-awards .allitems .item a {
          display: inline-block;
          color: #C89E57;
          font-size: 14px;
          font-family: PingFangSC-Semibold;
          background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCEA89), to(#B6731B));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
  body.public footer {
    margin: 0 auto;
    text-align: center;
    background: #202527;
    color: #4a4a4a;
    max-width: 1440px; }
    body.public footer p {
      padding: 16px 30px;
      font-family: LucidaGrande;
      font-size: 13px;
      font-size: 1.3rem;
      color: #FFFFFF; }
      body.public footer p span {
        margin: 0 20px; }
  body.public #item_ranking {
    display: none; }
  body.public #error, body.public #success {
    display: none;
    background: #2c1900;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    color: white;
    position: relative;
    padding: 2%;
    box-sizing: border-box;
    font-size: 18px; }
    body.public #error strong, body.public #success strong {
      display: block;
      text-align: center;
      font-size: 24px;
      color: white; }
    body.public #error a, body.public #success a {
      display: block;
      background-color: #E74E0F;
      width: 40%;
      margin: 30px auto 10px auto;
      color: white;
      text-decoration: none;
      text-align: center;
      padding: 10px;
      border-radius: 5px; }
    body.public #error p, body.public #success p {
      margin: 18px 0; }
    body.public #error span, body.public #success span {
      position: absolute;
      top: 10px;
      right: 13px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer; }
    body.public #error img, body.public #success img {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 15px;
      bottom: -25px; }

body.index #box section.banner img {
  width: 100%; }
body.index #box section.banner .banner_txt {
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 100%; }
  body.index #box section.banner .banner_txt img {
    width: 470px;
    padding: 20px;
    margin: 0 auto; }
body.index #box section.banner .txt {
  border: 2px solid #C89E57;
  font-size: 16px;
  font-size: 1.6rem;
  background: #0e0003;
  font-family: HYQiHeiX1-EEW;
  color: #fff;
  text-align: justify;
  width: 77.8%;
  padding: 40px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 32px;
  display: none; }
body.index #box section.process {
  position: relative;
  margin-top: -124px; }
  body.index #box section.process p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #b3b3b3; }
    body.index #box section.process p a {
      color: #C89E57; }
  body.index #box section.process:after {
    content: "";
    display: inline-block;
    width: 240px;
    height: 535px;
    background: url(../img/bg_yuan.png);
    position: absolute;
    right: 0;
    top: -140px;
    background-size: 200% 100%; }
  body.index #box section.process:before {
    content: "";
    display: inline-block;
    width: 350px;
    height: 600px;
    background: url(../img/bg_yuan.png);
    position: absolute;
    left: 0;
    bottom: 30px;
    transform: translateY(30%);
    background-position: right;
    background-size: 200% 100%; }
  body.index #box section.process .process_img {
    width: 54%;
    margin: 30px auto 0; }
    body.index #box section.process .process_img img {
      width: 100%; }
body.index #box section.committee .committee_allitems {
  width: 80%;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; }
  body.index #box section.committee .committee_allitems .item {
    position: relative;
    width: 18.5%;
    margin-bottom: 20px; }
    body.index #box section.committee .committee_allitems .item .item_img {
      background-image: radial-gradient(50% 140%, rgba(0, 0, 0, 0.1) 50%, #000000 40%); }
      body.index #box section.committee .committee_allitems .item .item_img img {
        width: 100%;
        height: 100%;
        background-image: radial-gradient(50% 140%, rgba(0, 0, 0, 0.1) 50%, #000000 40%); }
    body.index #box section.committee .committee_allitems .item .item_content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      min-height: 28.5%;
      padding: 10px;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.4) 100%);
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      body.index #box section.committee .committee_allitems .item .item_content .name {
        font-family: HYQiHei-HZW;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        padding-bottom: 10px; }
      body.index #box section.committee .committee_allitems .item .item_content .desc {
        font-family: HYQiHei-DES;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 18px; }
body.index #box section.award:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 550px;
  background: url(../img/bg_yuan.png);
  position: absolute;
  left: 0;
  bottom: -190px;
  transform: translateY(30%);
  background-position: right;
  background-size: 200% 100%; }
body.index #box section.award .award_allitems {
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; }
  body.index #box section.award .award_allitems .item {
    position: relative;
    width: 23.5%;
    margin-bottom: 90px;
    background: rgba(41, 42, 46, 0.7);
    border: 1px solid #C89E57;
    padding-bottom: 60px; }
    body.index #box section.award .award_allitems .item .item_awards {
      font-family: HYQiHeiX1-EEW;
      position: relative; }
      body.index #box section.award .award_allitems .item .item_awards .awards_name {
        font-family: HYQiHeiX1-GEW;
        font-size: 15px;
        color: #000;
        text-align: center;
        line-height: 1.2;
        background: url(../img/awards.png);
        position: absolute;
        width: 75%;
        padding: 50px;
        text-align: center;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -42%);
        display: flex;
        align-items: center;
        justify-content: center; }
      body.index #box section.award .award_allitems .item .item_awards .awards_desc {
        font-size: 14px;
        color: #fff;
        padding: 100px 15px 0px;
        text-align: left;
        font-family: HYQiHeiX1-EEW;
        line-height: 1.8; }
    body.index #box section.award .award_allitems .item .awards_btn_box {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      body.index #box section.award .award_allitems .item .awards_btn_box .awards_btn {
        font-family: HYQiHeiX1-EEW;
        background: #C89E57;
        border: 1px solid #ffffff;
        border-radius: 8px;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px 10px;
        margin: 10px 5px;
        display: inline-block;
        white-space: nowrap; }
        body.index #box section.award .award_allitems .item .awards_btn_box .awards_btn.grey {
          border: 1px solid #afa99f;
          background: #66676a;
          color: #beb8b8; }
    body.index #box section.award .award_allitems .item .item_nominate {
      margin: 0 20px;
      border-top: 1px solid #C89E57;
      padding: 20px; }
      body.index #box section.award .award_allitems .item .item_nominate .nominate_txt {
        margin: 0 auto;
        font-family: HYQiHeiX1-EEW;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left; }
      body.index #box section.award .award_allitems .item .item_nominate .nominate_img {
        width: 98%;
        margin: 0 auto; }
        body.index #box section.award .award_allitems .item .item_nominate .nominate_img img {
          width: 100%; }
body.index #box section.award .awards_list {
  position: fixed;
  left: 5%;
  margin-left: -200px;
  top: 50%;
  transform: rotate(90deg);
  z-index: 666;
  display: none;
  background: rgba(86, 83, 83, 0.5); }
  body.index #box section.award .awards_list li {
    padding: 0 30px;
    display: inline-block; }
    body.index #box section.award .awards_list li a {
      font-family: HYQiHei-HZW;
      font-size: 28px;
      color: #FFFFFF;
      text-align: center;
      line-height: 36px; }
      body.index #box section.award .awards_list li a.active {
        color: #C89E57; }
body.index #box section.award .awards_box {
  width: 90%;
  margin: 0 auto; }
  body.index #box section.award .awards_box .EDGE_top, body.index #box section.award .awards_box .EDGE_awards {
    margin: 0 auto;
    margin-top: 10px; }
    body.index #box section.award .awards_box .EDGE_top h3, body.index #box section.award .awards_box .EDGE_awards h3 {
      font-family: HYQiHei-HZW;
      font-size: 32px;
      color: #C89E57;
      text-align: center;
      line-height: 36px; }
    body.index #box section.award .awards_box .EDGE_top .desc, body.index #box section.award .awards_box .EDGE_awards .desc {
      font-family: HYQiHei-EZS;
      font-size: 18px;
      color: #FFFFFF;
      text-align: center;
      line-height: 30px;
      padding: 30px 40px;
      background: rgba(200, 158, 87, 0.1);
      width: 70%;
      margin: 0 auto; }
    body.index #box section.award .awards_box .EDGE_top .detail, body.index #box section.award .awards_box .EDGE_awards .detail {
      display: flex;
      justify-content: space-between;
      width: 80%;
      margin: 0 auto;
      padding: 30px 0; }
      body.index #box section.award .awards_box .EDGE_top .detail .item, body.index #box section.award .awards_box .EDGE_awards .detail .item {
        background: rgba(41, 42, 46, 0.7);
        border: 1px solid #C89E57;
        width: 47%;
        padding: 30px 30px 70px;
        position: relative; }
        body.index #box section.award .awards_box .EDGE_top .detail .item .title, body.index #box section.award .awards_box .EDGE_awards .detail .item .title {
          font-family: HYQiHei-HZW;
          font-size: 20px;
          color: #FFFFFF;
          text-align: center;
          line-height: 36px;
          padding-bottom: 10px;
          margin-bottom: 10px;
          position: relative; }
          body.index #box section.award .awards_box .EDGE_top .detail .item .title:after, body.index #box section.award .awards_box .EDGE_awards .detail .item .title:after {
            content: "";
            display: inline-block;
            width: 140px;
            height: 1px;
            background: #C89E57;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
        body.index #box section.award .awards_box .EDGE_top .detail .item .caption, body.index #box section.award .awards_box .EDGE_awards .detail .item .caption {
          font-family: HYQiHei-FZS;
          font-size: 14px;
          color: #C89E57;
          text-align: center;
          line-height: 28px; }
        body.index #box section.award .awards_box .EDGE_top .detail .item .cotent, body.index #box section.award .awards_box .EDGE_awards .detail .item .cotent {
          font-family: HYQiHei-EZS;
          font-size: 14px;
          color: #fff;
          line-height: 1.8;
          padding-top: 10px;
          text-align: left; }
        body.index #box section.award .awards_box .EDGE_top .detail .item .awards_partner, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_partner {
          display: flex;
          justify-content: space-between;
          width: 90%;
          margin: 20px auto;
          flex-wrap: wrap;
          overflow: hidden; }
          body.index #box section.award .awards_box .EDGE_top .detail .item .awards_partner .partner_item img, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_partner .partner_item img {
            width: 60px;
            height: 60px;
            border: 1px solid #C89E57;
            border-radius: 50%;
            margin: 8px; }
          body.index #box section.award .awards_box .EDGE_top .detail .item .awards_partner .partner_item span, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_partner .partner_item span {
            font-family: HYQiHei-EZS;
            font-size: 14px;
            color: #FFFFFF; }
        body.index #box section.award .awards_box .EDGE_top .detail .item .awards_btn, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_btn {
          font-family: HYQiHei-FZS;
          font-size: 14px;
          color: #000000;
          text-align: center;
          background: #C89E57;
          border-radius: 8px;
          position: absolute;
          bottom: 20px;
          padding: 5px 20px;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap; }
          body.index #box section.award .awards_box .EDGE_top .detail .item .awards_btn.grey, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_btn.grey {
            border: 1px solid #afa99f;
            background: #66676a;
            color: #beb8b8; }
body.index #box section.news {
  position: relative; }
  body.index #box section.news h2 {
    margin-top: 20px; }
  body.index #box section.news .life_news {
    width: 90%;
    margin: 0 auto; }
    body.index #box section.news .life_news .allitems {
      width: 100%;
      padding-bottom: 70px; }
      body.index #box section.news .life_news .allitems .item {
        width: 24%;
        position: relative;
        overflow: hidden;
        margin-right: 10px; }
        body.index #box section.news .life_news .allitems .item img {
          width: 100%;
          height: 100%; }
        body.index #box section.news .life_news .allitems .item .item_font p {
          font-family: HYQiHei-GZS;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 22px;
          text-shadow: 0 1px 1px #172331;
          padding-bottom: 0px;
          position: relative;
          top: 4px;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-bottom: 15px;
          margin-top: 0px; }
        body.index #box section.news .life_news .allitems .item .item_font span {
          font-family: HYQiHei-EZS;
          font-size: 14px;
          color: #808080;
          letter-spacing: 1px;
          text-align: left;
          display: block; }
body.index #box section.bef_tedge .allitems_bef {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  body.index #box section.bef_tedge .allitems_bef .item {
    width: 32%;
    position: relative;
    border: 1px solid #C89E57; }
    body.index #box section.bef_tedge .allitems_bef .item img {
      width: 100%;
      height: 75%; }
    body.index #box section.bef_tedge .allitems_bef .item .item_txt {
      width: 100%;
      height: 25%;
      background: rgba(0, 0, 0, 0.8); }
      body.index #box section.bef_tedge .allitems_bef .item .item_txt p {
        color: #fff;
        padding: 10px;
        font-size: 18px; }
body.index #box section.host .allitems {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  body.index #box section.host .allitems .item {
    width: 30%;
    padding: 60px 30px 30px 30px;
    border: 1px solid #C89E57;
    position: relative; }
    body.index #box section.host .allitems .item .item_logo {
      position: absolute;
      background: #000;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 15px; }
      body.index #box section.host .allitems .item .item_logo img {
        width: 166px; }
    body.index #box section.host .allitems .item .item_txt {
      font-family: HYQiHei-DES;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px;
      text-align: left; }
    body.index #box section.host .allitems .item a {
      font-family: PingFangSC-Medium;
      font-size: 16px;
      color: #C89E57;
      letter-spacing: 0;
      line-height: 30px; }
body.index #box section.partner .allitems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap; }
  body.index #box section.partner .allitems .item {
    width: 170px;
    margin-bottom: 10px; }
    body.index #box section.partner .allitems .item img {
      width: 100%; }
@media (max-width: 1320px) {
  body.index #box section.award .award_allitems .item .item_awards .awards_name {
    font-size: 15px;
    width: 90%; }
  body.index #box section.award .award_allitems .item .item_awards .awards_desc {
    font-size: 14px; }
  body.index #box section.award .award_allitems .item .item_awards .awards_btn {
    font-size: 12px; }
  body.index #box section.award .award_allitems .item .item_nominate {
    padding: 10px; }
    body.index #box section.award .award_allitems .item .item_nominate .nominate_txt {
      font-size: 14px; } }
@media (max-width: 1250px) {
  body.index #box header#header .header_logo {
    margin-left: 60px; }
  body.index #box header#header .header_nav {
    margin-right: 60px; }
    body.index #box header#header .header_nav ul.nav_allitems {
      width: 95%; }
  body.index #box section.banner .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px; } }
@media (max-width: 1100px) {
  body.index #box section.award .awards_box {
    width: 94%; } }
body.index #box_h5 section {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative; }
  body.index #box_h5 section h2 {
    margin: 40px auto 35px;
    text-align: center;
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    border: 1px solid #C89E57;
    padding: 8px 30px; }
    body.index #box_h5 section h2:after {
      content: "";
      display: block;
      width: 30px;
      height: 15px;
      border: 1px solid #C89E57;
      position: absolute;
      top: -18px;
      right: -32px; }
  body.index #box_h5 section h2.prompt {
    margin-bottom: 20px; }
  body.index #box_h5 section p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0; }
body.index #box_h5 section.banner img {
  width: 100%; }
body.index #box_h5 section.banner .banner_txt {
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }
  body.index #box_h5 section.banner .banner_txt img {
    width: 70%;
    padding: 20px;
    margin: 0 auto; }
body.index #box_h5 section.banner .txt {
  border: 1px solid #C89E57;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0e0003;
  font-family: HYQiHeiX1-EEW;
  color: #fff;
  text-align: justify;
  width: 72%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px;
  display: none; }
body.index #box_h5 section.process {
  position: relative;
  margin-top: -20px; }
  body.index #box_h5 section.process:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 280px;
    background: url(../img/yuan_h5.png);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-180deg);
    background-size: 100% 100%; }
  body.index #box_h5 section.process p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    color: #b3b3b3; }
    body.index #box_h5 section.process p a {
      color: #C89E57; }
  body.index #box_h5 section.process .process_img {
    width: 90%;
    margin: 20px auto 0;
    z-index: 666;
    position: relative; }
    body.index #box_h5 section.process .process_img img {
      width: 100%; }
body.index #box_h5 section.committee:before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 280px;
  background: url(../img/yuan_h5.png);
  position: absolute;
  right: 0;
  top: 100px;
  background-size: 100% 100%; }
body.index #box_h5 section.committee .committee_allitems {
  width: 75%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; }
  body.index #box_h5 section.committee .committee_allitems .item {
    position: relative;
    width: 48%;
    margin-bottom: 20px; }
    body.index #box_h5 section.committee .committee_allitems .item .item_img {
      background-image: radial-gradient(50% 140%, rgba(0, 0, 0, 0.1) 50%, #000000 40%); }
      body.index #box_h5 section.committee .committee_allitems .item .item_img img {
        width: 100%;
        height: 100%;
        background-image: radial-gradient(50% 140%, rgba(0, 0, 0, 0.1) 50%, #000000 40%); }
    body.index #box_h5 section.committee .committee_allitems .item .item_content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      min-height: 28.5%;
      padding: 10px;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.4) 100%);
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      body.index #box_h5 section.committee .committee_allitems .item .item_content .name {
        font-family: HYQiHei-HZW;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        padding-bottom: 10px; }
      body.index #box_h5 section.committee .committee_allitems .item .item_content .desc {
        font-family: HYQiHei-DES;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 18px; }
body.index #box_h5 section.award:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 250px;
  background: url(../img/yuan_h5.png);
  position: absolute;
  right: 0;
  top: 48%;
  background-size: 100% 100%;
  z-index: -1; }
body.index #box_h5 section.award:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 300px;
  background: url(../img/yuan_h5.png);
  position: absolute;
  left: 0;
  top: 30%;
  transform: rotate(-180deg);
  background-size: 100% 100%; }
body.index #box_h5 section.award .award_allitems {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; }
  body.index #box_h5 section.award .award_allitems .item {
    position: relative;
    width: 49%;
    margin-bottom: 70px;
    background: rgba(41, 42, 46, 0.7);
    border: 1px solid #C89E57;
    padding-bottom: 60px; }
    body.index #box_h5 section.award .award_allitems .item .item_awards {
      font-family: HYQiHeiX1-EEW;
      position: relative; }
      body.index #box_h5 section.award .award_allitems .item .item_awards .awards_name {
        font-family: HYQiHeiX1-GEW;
        font-size: 13px;
        color: #000;
        text-align: center;
        line-height: 1.2;
        background: url(../img/awards.png);
        position: absolute;
        width: 80%;
        padding: 36px;
        text-align: center;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -42%);
        display: flex;
        align-items: center;
        justify-content: center; }
      body.index #box_h5 section.award .award_allitems .item .item_awards .awards_desc {
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        padding: 80px 10px 0px;
        text-align: left;
        font-family: HYQiHeiX1-EEW; }
    body.index #box_h5 section.award .award_allitems .item .awards_btn_box {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%); }
      body.index #box_h5 section.award .award_allitems .item .awards_btn_box .awards_btn {
        font-family: HYQiHeiX1-EEW;
        background: #C89E57;
        border: 1px solid #ffffff;
        border-radius: 8px;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
        white-space: nowrap;
        margin: 10px 5px;
        display: inline-block; }
        body.index #box_h5 section.award .award_allitems .item .awards_btn_box .awards_btn.grey {
          border: 1px solid #afa99f;
          background: #66676a;
          color: #beb8b8; }
    body.index #box_h5 section.award .award_allitems .item .item_nominate {
      margin: 0 20px;
      border-top: 1px solid #C89E57;
      padding: 20px 0; }
      body.index #box_h5 section.award .award_allitems .item .item_nominate .nominate_txt {
        margin: 0 auto;
        font-family: HYQiHeiX1-EEW;
        font-size: 14px;
        color: #FFFFFF;
        text-align: left; }
      body.index #box_h5 section.award .award_allitems .item .item_nominate .nominate_img {
        width: 98%;
        margin: 0 auto; }
        body.index #box_h5 section.award .award_allitems .item .item_nominate .nominate_img img {
          width: 100%; }
body.index #box_h5 section.award .awards_list {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 6666;
  width: 100%;
  background: #000;
  padding: 15px 0;
  transition: all 0.5s;
  display: none; }
  body.index #box_h5 section.award .awards_list li {
    padding: 0 30px;
    display: inline-block; }
    body.index #box_h5 section.award .awards_list li a {
      font-family: HYQiHei-HZW;
      font-size: 18px;
      color: #FFFFFF;
      text-align: center;
      line-height: 36px; }
      body.index #box_h5 section.award .awards_list li a.active {
        color: #C89E57; }
body.index #box_h5 section.award .awards_box {
  width: 96%;
  margin: 0 auto; }
  body.index #box_h5 section.award .awards_box .EDGE_top, body.index #box_h5 section.award .awards_box .EDGE_awards {
    margin: 0 auto;
    margin-top: 10px; }
    body.index #box_h5 section.award .awards_box .EDGE_top h3, body.index #box_h5 section.award .awards_box .EDGE_awards h3 {
      font-family: HYQiHei-HZW;
      font-size: 24px;
      color: #C89E57;
      text-align: center;
      line-height: 24px;
      margin-bottom: 10px; }
    body.index #box_h5 section.award .awards_box .EDGE_top .desc, body.index #box_h5 section.award .awards_box .EDGE_awards .desc {
      font-family: HYQiHei-EZS;
      font-size: 12px;
      color: #FFFFFF;
      text-align: center;
      line-height: 22px;
      padding: 10px;
      background: rgba(200, 158, 87, 0.1);
      width: 100%;
      margin: 0 auto; }
    body.index #box_h5 section.award .awards_box .EDGE_top .detail, body.index #box_h5 section.award .awards_box .EDGE_awards .detail {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      padding: 20px 0; }
      body.index #box_h5 section.award .awards_box .EDGE_top .detail .item, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item {
        background: rgba(41, 42, 46, 0.7);
        border: 1px solid #C89E57;
        width: 49%;
        padding: 20px 0px 70px;
        position: relative; }
        body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .title, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .title {
          font-family: HYQiHei-HZW;
          font-size: 14px;
          color: #FFFFFF;
          text-align: center;
          line-height: 24px;
          padding-bottom: 10px;
          margin-bottom: 10px;
          position: relative; }
          body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .title:after, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .title:after {
            content: "";
            display: inline-block;
            width: 100px;
            height: 1px;
            background: #C89E57;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
        body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .caption, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .caption {
          font-family: HYQiHei-FZS;
          font-size: 14px;
          color: #C89E57;
          text-align: center;
          line-height: 24px; }
        body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .cotent, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .cotent {
          font-family: HYQiHei-EZS;
          font-size: 12px;
          color: #FFFFFF;
          line-height: 22px;
          padding-top: 10px;
          text-align: left;
          padding: 10px 10px 0; }
        body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_partner, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_partner {
          display: flex;
          justify-content: space-between;
          width: 98%;
          margin: 20px auto;
          flex-wrap: wrap;
          overflow: hidden; }
          body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_partner .partner_item, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_partner .partner_item {
            width: 30%; }
            body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_partner .partner_item img, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_partner .partner_item img {
              width: 100%;
              border: 1px solid #C89E57;
              border-radius: 50%; }
            body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_partner .partner_item span, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_partner .partner_item span {
              font-family: HYQiHei-EZS;
              font-size: 14px;
              color: #FFFFFF; }
        body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_btn, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_btn {
          font-family: HYQiHei-FZS;
          font-size: 14px;
          color: #000000;
          text-align: center;
          background: #C89E57;
          border-radius: 8px;
          position: absolute;
          bottom: 20px;
          padding: 5px;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap; }
          body.index #box_h5 section.award .awards_box .EDGE_top .detail .item .awards_btn.grey, body.index #box_h5 section.award .awards_box .EDGE_awards .detail .item .awards_btn.grey {
            border: 1px solid #afa99f;
            background: #66676a;
            color: #beb8b8; }
body.index #box_h5 section.news:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 300px;
  background: url(../img/yuan_h5.png);
  position: absolute;
  left: 0;
  top: -100px;
  transform: rotate(-180deg);
  background-size: 100% 100%; }
body.index #box_h5 section.news h2 {
  margin-top: 0; }
body.index #box_h5 section.news .life_news {
  width: 88%;
  margin: 0 auto; }
  body.index #box_h5 section.news .life_news .allitems {
    width: 100%;
    padding-bottom: 70px; }
    body.index #box_h5 section.news .life_news .allitems .item {
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-right: 10px; }
      body.index #box_h5 section.news .life_news .allitems .item img {
        width: 100%;
        height: 100%; }
      body.index #box_h5 section.news .life_news .allitems .item .item_font p {
        font-family: HYQiHei-GZS;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 22px;
        text-shadow: 0 1px 1px #172331;
        padding-bottom: 0px;
        position: relative;
        top: 4px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 15px;
        margin-top: 0px; }
      body.index #box_h5 section.news .life_news .allitems .item .item_font span {
        font-family: HYQiHei-EZS;
        font-size: 14px;
        color: #808080;
        letter-spacing: 1px;
        text-align: left;
        display: block; }
body.index #box_h5 section.bef_tedge .allitems_bef {
  width: 88%;
  margin: 0 auto;
  overflow: hidden; }
  body.index #box_h5 section.bef_tedge .allitems_bef .item {
    width: 100%;
    position: relative;
    border: 1px solid #C89E57; }
    body.index #box_h5 section.bef_tedge .allitems_bef .item img {
      width: 100%;
      height: 70%; }
    body.index #box_h5 section.bef_tedge .allitems_bef .item .item_txt {
      width: 100%;
      height: 30%;
      background: rgba(0, 0, 0, 0.8); }
      body.index #box_h5 section.bef_tedge .allitems_bef .item .item_txt p {
        color: #fff;
        padding: 10px; }
body.index #box_h5 section.host h2 {
  margin-bottom: 0; }
body.index #box_h5 section.host .allitems {
  width: 88%;
  margin: 0px auto;
  overflow-x: hidden;
  padding-top: 50px; }
  body.index #box_h5 section.host .allitems .item {
    width: 100%;
    height: initial;
    padding: 30px 20px 20px 20px;
    border: 1px solid #C89E57;
    position: relative; }
    body.index #box_h5 section.host .allitems .item .item_logo {
      position: absolute;
      background: #000;
      top: -24px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 15px; }
      body.index #box_h5 section.host .allitems .item .item_logo img {
        width: 120px; }
    body.index #box_h5 section.host .allitems .item .item_txt {
      font-family: HYQiHei-DES;
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      text-align: left; }
    body.index #box_h5 section.host .allitems .item a {
      font-family: PingFangSC-Medium;
      font-size: 16px;
      color: #C89E57;
      letter-spacing: 0;
      line-height: 30px; }
body.index #box_h5 section.partner .allitems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap; }
  body.index #box_h5 section.partner .allitems .item {
    width: 24.5%;
    margin-bottom: 10px; }
    body.index #box_h5 section.partner .allitems .item img {
      width: 100%; }
@media (max-width: 700px) {
  body.index #box_h5 section.banner .txt {
    position: relative;
    width: 85%; } }
@media (max-width: 380px) {
  body.index #box_h5 section.award .award_allitems .item .item_awards .awards_name {
    width: 88%; } }
@media (min-width: 550px) {
  body.index #box_h5 section.award .award_allitems {
    width: 65%; }
    body.index #box_h5 section.award .award_allitems .item .item_awards .awards_name {
      width: 70%; }
    body.index #box_h5 section.award .award_allitems .item .item_awards .awards_desc {
      padding: 100px 10px; }
  body.index #box_h5 section.committee .committee_allitems {
    width: 70%; } }
@media (min-width: 700px) {
  body.index #box_h5 section.award .award_allitems {
    width: 60%; }
    body.index #box_h5 section.award .award_allitems .item .item_awards .awards_name {
      width: 65%;
      padding: 40px; } }
@media (min-width: 900px) {
  body.index #box_h5 section.award .award_allitems {
    width: 55%; }
    body.index #box_h5 section.award .award_allitems .item .item_awards .awards_name {
      width: 65%;
      padding: 40px; } }

body.value #box section h2 {
  margin: 60px auto 40px; }
body.value #box section h2.prompt {
  margin-bottom: 40px; }
body.value #box section.banner .banner_txt {
  top: 40%; }
body.value #box section.banner .banner_des .tit_des {
  position: unset;
  transform: unset; }
body.value #box section.juries .allitems_juries {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  body.value #box section.juries .allitems_juries .item {
    width: 45%;
    background: #0E0003;
    border: 1px solid #C89E57;
    padding: 30px; }
    body.value #box section.juries .allitems_juries .item .item_title {
      font-family: HYQiHeiX1-GEW;
      font-size: 20px;
      color: #FFFFFF;
      line-height: 1.4;
      border-bottom: 1px solid #C89E57;
      padding-bottom: 20px;
      text-align: left;
      margin-bottom: 20px; }
    body.value #box section.juries .allitems_juries .item .item_txt {
      font-family: HYQiHeiX1-EEW;
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFFFFF;
      text-align: left;
      line-height: 1.5; }
      body.value #box section.juries .allitems_juries .item .item_txt p {
        margin-bottom: 5px;
        font-family: HYQiHeiX1-EEW;
        font-size: 16px;
        font-size: 1.6rem;
        color: #FFFFFF;
        text-align: left;
        line-height: 1.5; }
body.value #box section.nominate {
  border-bottom: 1px solid #C89E57;
  padding-bottom: 20px; }
  body.value #box section.nominate h2 {
    margin-bottom: 20px; }
  body.value #box section.nominate p {
    line-height: 2;
    color: #b1b1b1; }
  body.value #box section.nominate ul.list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px; }
    body.value #box section.nominate ul.list li {
      width: 19%;
      background: #0E0003;
      border: 1px solid #C89E57;
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 50px; }
      body.value #box section.nominate ul.list li img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: inline-block;
        margin-top: 10px;
        border: 1px solid #4b4848; }
      body.value #box section.nominate ul.list li .name {
        font-family: HYQiHeiX1-EEW;
        font-size: 16px;
        font-size: 1.6rem;
        color: #C89E57;
        text-align: center;
        line-height: 2;
        padding: 0 10px; }
        body.value #box section.nominate ul.list li .name a {
          font-family: HYQiHeiX1-EEW;
          font-size: 16px;
          font-size: 1.6rem;
          color: #C89E57;
          text-align: center;
          line-height: 1.2;
          display: inline-block; }
      body.value #box section.nominate ul.list li a.wi {
        width: 100%; }
        body.value #box section.nominate ul.list li a.wi .des {
          font-family: HYQiHeiX1-EEW;
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          padding: 10px;
          text-align: left;
          line-height: 1.4;
          width: 100%;
          letter-spacing: 2px; }
      body.value #box section.nominate ul.list li .des {
        font-family: HYQiHeiX1-EEW;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        padding: 10px;
        text-align: left;
        line-height: 1.4;
        width: 100%;
        letter-spacing: 1px; }
        body.value #box section.nominate ul.list li .des a {
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal;
          line-height: 1.8; }
      body.value #box section.nominate ul.list li .vato_item_url {
        width: 18px;
        height: 18px;
        display: inline-block;
        transform: translateY(4px); }
        body.value #box section.nominate ul.list li .vato_item_url img {
          width: 36px;
          height: 18px;
          margin: 0;
          border: none; }
      body.value #box section.nominate ul.list li .btn_box {
        position: absolute;
        bottom: 10px; }
        body.value #box section.nominate ul.list li .btn_box a {
          display: inline-block;
          font-family: HYQiHeiX1-EEW;
          font-size: 14px;
          color: #FFFFFF;
          text-align: center;
          padding: 4px 15px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: rgba(200, 158, 87, 0.6); }
        body.value #box section.nominate ul.list li .btn_box .btn, body.value #box section.nominate ul.list li .btn_box .btn_all {
          font-family: HYQiHeiX1-EEW;
          font-size: 14px;
          color: #FFFFFF;
          text-align: center;
          padding: 4px 15px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: rgba(200, 158, 87, 0.6); }
      body.value #box section.nominate ul.list li.on .btn_box .btn {
        color: #000;
        background: #C89E57; }
  body.value #box section.nominate .about {
    border-top: 1px dashed #C89E57;
    width: 76.5%;
    margin: 0 auto; }
    body.value #box section.nominate .about .about_title {
      padding-top: 40px;
      display: flex; }
      body.value #box section.nominate .about .about_title img {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 10px; }
      body.value #box section.nominate .about .about_title span {
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0; }
    body.value #box section.nominate .about .about_que {
      width: 100%;
      margin: 0 auto;
      padding: 10px 0 20px; }
      body.value #box section.nominate .about .about_que .item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px; }
        body.value #box section.nominate .about .about_que .item .item_wen {
          display: flex; }
          body.value #box section.nominate .about .about_que .item .item_wen p {
            text-align: left; }
          body.value #box section.nominate .about .about_que .item .item_wen p.yellow {
            color: #C89E57;
            background: transparent;
            font-size: 14px;
            margin-right: 5px; }
          body.value #box section.nominate .about .about_que .item .item_wen p.item_Q {
            font-family: PingFangSC-Regular;
            font-size: 18px;
            color: #fff;
            letter-spacing: 0;
            line-height: 22px;
            padding-bottom: 15px; }
          body.value #box section.nominate .about .about_que .item .item_wen p.item_A {
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #aaaaaa;
            letter-spacing: 0;
            line-height: 24px;
            padding-bottom: 0; }
  body.value #box section.nominate .submit_btn, body.value #box section.nominate .submit_btn_all {
    font-family: HYQiHeiX1-FEW;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0E0003;
    text-align: center;
    padding: 5px 20px;
    border-radius: 10px;
    background: #C89E57;
    display: inline-block;
    margin: 20px;
    cursor: pointer; }
  body.value #box section.nominate .value_result {
    font-size: 18px;
    color: #F1A346;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px; }
@media (max-width: 1024px) {
  body.value #box .three {
    display: block; }
    body.value #box .three .hamburger {
      display: block; }
      body.value #box .three .hamburger .line {
        width: 30px;
        height: 2px;
        margin: 6px auto; }
  body.value #box header#header {
    display: flex;
    background: transparent;
    position: absolute; }
    body.value #box header#header .header_logo {
      margin-left: 140px; }
      body.value #box header#header .header_logo .header_line {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        border-right: 1px solid #fff;
        height: 30px;
        margin: 0 8%;
        opacity: 0.5; }
    body.value #box header#header .header_nav {
      margin-right: 0;
      height: 100%; }
      body.value #box header#header .header_nav .nav_sign {
        background: #FF2B42;
        margin-right: 20px; }
        body.value #box header#header .header_nav .nav_sign a {
          font-family: PingFangSC-Semibold;
          font-size: 14px;
          color: #fff;
          text-align: center;
          padding: 5px;
          display: inline-block; }
      body.value #box header#header .header_nav ul.nav_allitems {
        position: fixed;
        width: 100%;
        top: 0;
        padding-top: 100px;
        display: flex;
        height: 100vh;
        flex-wrap: wrap;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.8);
        right: 0;
        transition: all 1s;
        display: none;
        visibility: visible;
        -webkit-animation: opacIn 1s 0s ease-out both;
        animation: opacIn 1s 0s ease-out both;
        justify-content: flex-start;
        align-items: center; }
        body.value #box header#header .header_nav ul.nav_allitems li {
          padding: 0; }
          body.value #box header#header .header_nav ul.nav_allitems li a {
            font-family: PingFangSC-Semibold;
            font-size: 18px;
            line-height: 24px;
            display: inline-block;
            padding: 10px 20px; }
            body.value #box header#header .header_nav ul.nav_allitems li a.on {
              color: #F8E71C;
              display: inline-block;
              position: relative; }
        body.value #box header#header .header_nav ul.nav_allitems .before_t {
          font-family: PingFangSC-Semibold;
          font-size: 18px;
          line-height: 24px;
          display: inline-block;
          padding: 10px 20px;
          color: #fff; } }
body.value #box_h5 section {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative; }
  body.value #box_h5 section h2 {
    margin: 40px auto 35px;
    text-align: center;
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    border: 1px solid #C89E57;
    padding: 8px 30px; }
    body.value #box_h5 section h2:after {
      content: "";
      display: block;
      width: 30px;
      height: 15px;
      border: 1px solid #C89E57;
      position: absolute;
      top: -18px;
      right: -32px; }
  body.value #box_h5 section h2.prompt {
    margin-bottom: 20px; }
  body.value #box_h5 section p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0 auto; }
    body.value #box_h5 section p a {
      color: #C89E57; }
body.value #box_h5 section.banner img {
  width: 100%; }
body.value #box_h5 section.banner .banner_txt {
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }
  body.value #box_h5 section.banner .banner_txt img {
    width: 70%;
    padding: 20px;
    margin: 0 auto; }
body.value #box_h5 section.banner .txt {
  border: 1px solid #C89E57;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0e0003;
  font-family: HYQiHeiX1-EEW;
  color: #fff;
  text-align: justify;
  width: 72%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px; }
body.value #box_h5 section.banner_des {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  margin-top: -30px; }
  body.value #box_h5 section.banner_des .juries_txt {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    body.value #box_h5 section.banner_des .juries_txt span {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 10px;
      display: inline-block;
      color: #C89E57; }
  body.value #box_h5 section.banner_des .tit_des {
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem; }
    body.value #box_h5 section.banner_des .tit_des p {
      line-height: 1.5;
      letter-spacing: 2px;
      margin-bottom: 8px;
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem; }
body.value #box_h5 section.juries {
  margin-top: 0; }
  body.value #box_h5 section.juries .allitems_juries {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
    body.value #box_h5 section.juries .allitems_juries .item {
      width: 100%;
      background: #0E0003;
      border: 1px solid #C89E57;
      padding: 10px;
      margin-bottom: 30px; }
      body.value #box_h5 section.juries .allitems_juries .item .item_title {
        font-family: HYQiHeiX1-GEW;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1.4;
        border-bottom: 1px solid #C89E57;
        padding-bottom: 10px;
        text-align: left;
        margin-bottom: 10px;
        width: 100%; }
      body.value #box_h5 section.juries .allitems_juries .item .item_txt {
        font-family: HYQiHeiX1-EEW;
        font-size: 12px;
        font-size: 1.2rem;
        color: #FFFFFF;
        text-align: left;
        line-height: 1.5; }
        body.value #box_h5 section.juries .allitems_juries .item .item_txt p {
          margin-bottom: 5px;
          width: 100%;
          font-family: HYQiHeiX1-EEW;
          font-size: 12px;
          font-size: 1.2rem;
          color: #FFFFFF;
          text-align: left;
          line-height: 1.5; }
body.value #box_h5 section.nominate {
  border-bottom: 1px solid #C89E57;
  padding-bottom: 20px;
  margin-top: 0; }
  body.value #box_h5 section.nominate h2 {
    margin-top: 0; }
  body.value #box_h5 section.nominate p {
    margin-top: 0;
    color: #b3b1b1;
    font-size: 12px; }
  body.value #box_h5 section.nominate .juries_txt span {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-family: HYQiHeiX1-EEW;
    color: #fff;
    text-align: center;
    line-height: 1.5; }
  body.value #box_h5 section.nominate ul.list {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px; }
    body.value #box_h5 section.nominate ul.list li {
      width: 49%;
      background: #0E0003;
      border: 1px solid #C89E57;
      margin-bottom: 10px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 50px; }
      body.value #box_h5 section.nominate ul.list li img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-block;
        margin-top: 10px;
        border: 1px solid #4b4848; }
      body.value #box_h5 section.nominate ul.list li .name {
        font-family: HYQiHeiX1-EEW;
        font-size: 14px;
        font-size: 1.4rem;
        color: #C89E57;
        text-align: center;
        line-height: 2; }
        body.value #box_h5 section.nominate ul.list li .name a {
          font-family: HYQiHeiX1-EEW;
          font-size: 14px;
          font-size: 1.4rem;
          color: #C89E57;
          text-align: center;
          line-height: 1.2;
          display: inline-block; }
      body.value #box_h5 section.nominate ul.list li a.wi .des {
        font-family: HYQiHeiX1-EEW;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        padding: 10px;
        text-align: left;
        line-height: 1.4;
        width: 100%;
        letter-spacing: 2px; }
      body.value #box_h5 section.nominate ul.list li .des {
        font-family: HYQiHeiX1-EEW;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        padding: 10px;
        text-align: left;
        line-height: 1.4;
        width: 100%;
        letter-spacing: 1px; }
        body.value #box_h5 section.nominate ul.list li .des a {
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal;
          line-height: 1.8; }
      body.value #box_h5 section.nominate ul.list li .vato_item_url {
        width: 18px;
        height: 18px;
        display: inline-block;
        transform: translateY(4px); }
        body.value #box_h5 section.nominate ul.list li .vato_item_url img {
          width: 36px;
          height: 18px;
          margin: 0;
          border: none; }
      body.value #box_h5 section.nominate ul.list li .btn_box {
        position: absolute;
        bottom: 10px; }
        body.value #box_h5 section.nominate ul.list li .btn_box a {
          display: inline-block;
          font-family: HYQiHeiX1-EEW;
          font-size: 14px;
          color: #FFFFFF;
          text-align: center;
          padding: 4px 15px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: rgba(200, 158, 87, 0.6); }
        body.value #box_h5 section.nominate ul.list li .btn_box .btn, body.value #box_h5 section.nominate ul.list li .btn_box .btn_all {
          font-family: HYQiHeiX1-EEW;
          font-size: 14px;
          color: #FFFFFF;
          text-align: center;
          padding: 4px 15px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: rgba(200, 158, 87, 0.6); }
      body.value #box_h5 section.nominate ul.list li.on .btn_box .btn {
        color: #000;
        background: #C89E57; }
  body.value #box_h5 section.nominate .about {
    border-top: 1px dashed #C89E57;
    width: 90%;
    margin: 20px auto 0;
    padding: 0 10%; }
    body.value #box_h5 section.nominate .about .about_title {
      padding-top: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 0; }
      body.value #box_h5 section.nominate .about .about_title img {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px; }
      body.value #box_h5 section.nominate .about .about_title span {
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0; }
    body.value #box_h5 section.nominate .about .about_que {
      width: 100%;
      margin: 0 auto;
      padding: 10px 0; }
      body.value #box_h5 section.nominate .about .about_que .item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px; }
        body.value #box_h5 section.nominate .about .about_que .item .item_wen {
          text-align: left; }
          body.value #box_h5 section.nominate .about .about_que .item .item_wen p {
            text-align: left;
            display: inline-block; }
          body.value #box_h5 section.nominate .about .about_que .item .item_wen p.yellow {
            color: #C89E57;
            background: transparent;
            font-size: 12px;
            margin-right: 5px;
            padding-bottom: 10px; }
          body.value #box_h5 section.nominate .about .about_que .item .item_wen p.item_Q {
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #fff;
            letter-spacing: 0;
            line-height: 22px;
            padding-bottom: 15px; }
          body.value #box_h5 section.nominate .about .about_que .item .item_wen p.item_A {
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #aaaaaa;
            letter-spacing: 0;
            line-height: 24px;
            padding-bottom: 0; }
  body.value #box_h5 section.nominate .submit_btn, body.value #box_h5 section.nominate .submit_btn_all {
    font-family: HYQiHeiX1-FEW;
    font-size: 18px;
    color: #0E0003;
    text-align: center;
    padding: 5px 10px;
    border-radius: 12px;
    background: #C89E57;
    display: inline-block;
    margin: 20px;
    cursor: pointer; }
  body.value #box_h5 section.nominate .value_result {
    font-size: 18px;
    color: #F1A346;
    text-decoration: underline;
    display: block; }
body.value #box_h5 section.topStyle {
  padding: 50px 0;
  background: rgba(41, 42, 46, 0.7); }
  body.value #box_h5 section.topStyle ul.list li {
    background: #0E0003;
    border: none; }
    body.value #box_h5 section.topStyle ul.list li .name {
      font-family: HYQiHeiX1-EEW;
      font-size: 18px;
      font-size: 1.8rem;
      color: #C89E57;
      text-align: center;
      line-height: 2; }
      body.value #box_h5 section.topStyle ul.list li .name a {
        font-family: HYQiHeiX1-EEW;
        font-size: 18px;
        font-size: 1.8rem;
        color: #C89E57;
        text-align: center;
        line-height: 1.2;
        display: inline-block; }
body.value #box_h5 section.otherStyle {
  padding: 50px 0;
  background: rgba(41, 42, 46, 0.7); }
  body.value #box_h5 section.otherStyle ul.list {
    justify-content: unset; }
    body.value #box_h5 section.otherStyle ul.list li {
      background: transparent;
      border: none;
      padding-bottom: 0;
      width: 33%;
      padding: 10px; }
      body.value #box_h5 section.otherStyle ul.list li img {
        width: 90px;
        height: 90px; }
      body.value #box_h5 section.otherStyle ul.list li .name {
        font-family: HYQiHeiX1-EEW;
        font-size: 18px;
        font-size: 1.8rem;
        color: #C89E57;
        text-align: left;
        line-height: 1.4; }
        body.value #box_h5 section.otherStyle ul.list li .name a {
          font-family: HYQiHeiX1-EEW;
          font-size: 18px;
          font-size: 1.8rem;
          color: #C89E57;
          text-align: left;
          line-height: 1.4;
          display: inline-block; }
      body.value #box_h5 section.otherStyle ul.list li a.wi {
        display: none; }
      body.value #box_h5 section.otherStyle ul.list li .des {
        display: none; }

body.value_re #box section h2 {
  margin: 60px auto 40px; }
body.value_re #box section h2.prompt {
  margin-bottom: 40px; }
body.value_re #box section.banner .banner_txt {
  top: 36%; }
body.value_re #box section.list {
  margin-top: -75px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C89E57; }
  body.value_re #box section.list .bar-list {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 100px 0px 60px; }
    body.value_re #box section.list .bar-list a .bar-box {
      text-align: end;
      position: relative;
      margin-bottom: 30px; }
      body.value_re #box section.list .bar-list a .bar-box .bar {
        height: 40px;
        display: inline-block;
        width: 87.5%;
        background: #221300; }
      body.value_re #box section.list .bar-list a .bar-box .name {
        font-size: 18px;
        color: #FFFfff;
        line-height: 2;
        position: absolute;
        left: 0px;
        width: 12%;
        text-align: left; }
        body.value_re #box section.list .bar-list a .bar-box .name .name_in {
          line-height: 20px;
          display: inline-block;
          color: #ffffff; }
          body.value_re #box section.list .bar-list a .bar-box .name .name_in a {
            line-height: 20px;
            display: inline-block;
            color: #ffffff; }
      body.value_re #box section.list .bar-list a .bar-box .bar-body {
        background: #C89E57;
        height: 40px;
        position: absolute;
        transition: all 0.5s ease; }
      body.value_re #box section.list .bar-list a .bar-box .num {
        font-size: 20px;
        line-height: 2;
        color: #FFFFFF;
        position: absolute;
        right: 30px; }
@media (max-width: 1200px) {
  body.value_re #box section.list {
    margin-top: -240px; }
  body.value_re #box section.banner .tit_des {
    bottom: 34%; } }
body.value_re #box_h5 section {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative; }
  body.value_re #box_h5 section h2 {
    margin: 40px auto 35px;
    text-align: center;
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    border: 1px solid #C89E57;
    padding: 8px 30px; }
    body.value_re #box_h5 section h2:after {
      content: "";
      display: block;
      width: 30px;
      height: 15px;
      border: 1px solid #C89E57;
      position: absolute;
      top: -18px;
      right: -32px; }
  body.value_re #box_h5 section h2.prompt {
    margin-bottom: 20px; }
  body.value_re #box_h5 section p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto; }
    body.value_re #box_h5 section p a {
      color: #C89E57; }
body.value_re #box_h5 section.banner img {
  width: 100%; }
body.value_re #box_h5 section.banner .banner_txt {
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }
  body.value_re #box_h5 section.banner .banner_txt img {
    width: 70%;
    padding: 20px;
    margin: 0 auto; }
body.value_re #box_h5 section.banner .txt {
  border: 1px solid #C89E57;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0e0003;
  font-family: HYQiHeiX1-EEW;
  color: #fff;
  text-align: justify;
  width: 72%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px; }
body.value_re #box_h5 section.banner .tit_des {
  position: absolute;
  bottom: 0%;
  width: 100%; }
  body.value_re #box_h5 section.banner .tit_des span {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-family: HYQiHeiX1-EEW;
    color: #fff;
    text-align: center;
    line-height: 1.5; }
body.value_re #box_h5 section.list {
  padding-bottom: 20px;
  border-bottom: 1px solid #C89E57; }
  body.value_re #box_h5 section.list .bar-list {
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding-top: 10px; }
    body.value_re #box_h5 section.list .bar-list .bar-box {
      text-align: end;
      position: relative;
      margin-bottom: 14px; }
      body.value_re #box_h5 section.list .bar-list .bar-box .bar {
        height: 30px;
        display: inline-block;
        width: 72%;
        background: #221300; }
      body.value_re #box_h5 section.list .bar-list .bar-box .name {
        font-size: 12px;
        color: #FFFfff;
        line-height: 1;
        position: absolute;
        left: 0px;
        width: 25%;
        text-align: left; }
        body.value_re #box_h5 section.list .bar-list .bar-box .name .name_in {
          line-height: 1.2;
          display: inline-block;
          color: #ffffff; }
          body.value_re #box_h5 section.list .bar-list .bar-box .name .name_in a {
            line-height: 1.2;
            display: inline-block;
            color: #ffffff;
            font-size: 12px; }
      body.value_re #box_h5 section.list .bar-list .bar-box .bar-body {
        background: #C89E57;
        height: 30px;
        position: absolute;
        transition: all 0.5s ease; }
      body.value_re #box_h5 section.list .bar-list .bar-box .num {
        font-size: 12px;
        line-height: 2.5;
        color: #FFFFFF;
        position: absolute;
        right: 10px; }

body.item #box section h2 {
  margin: 60px auto 40px; }
body.item #box section h2.prompt {
  margin-bottom: 40px; }
body.item #box section.banner .banner_txt {
  top: 40%; }
body.item #box section.banner .banner_des {
  bottom: 0px;
  top: unset; }
  body.item #box section.banner .banner_des .tit_des {
    font-size: 16px; }
body.item #box section.item_ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #C89E57;
  width: 90%;
  margin: 0 auto;
  margin-top: -150px; }
  body.item #box section.item_ranking .ranking_txt {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    width: 50%;
    margin-bottom: 50px;
    padding-top: 50px; }
    body.item #box section.item_ranking .ranking_txt .vote_num {
      font-size: 18px; }
      body.item #box section.item_ranking .ranking_txt .vote_num mark {
        font-family: PingFangSC-Medium;
        font-size: 36px;
        color: #F8E71C;
        text-align: center;
        line-height: 40px; }
  body.item #box section.item_ranking .vote_img {
    background: #D8D8D8;
    border: 1px solid #979797;
    width: 200px;
    height: 200px;
    border-radius: 50%; }
  body.item #box section.item_ranking .vote_name {
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #C89E57;
    text-align: center;
    margin: 30px auto; }
    body.item #box section.item_ranking .vote_name a {
      font-family: PingFangSC-Medium;
      font-size: 30px;
      color: #C89E57; }
  body.item #box section.item_ranking .vote_dis {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    width: 50%; }
    body.item #box section.item_ranking .vote_dis a {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 34px; }
  body.item #box section.item_ranking .submit_btn, body.item #box section.item_ranking .submit_btn_all {
    font-family: HYQiHeiX1-FEW;
    font-size: 24px;
    font-size: 2.4rem;
    color: #0E0003;
    text-align: center;
    padding: 10px 40px;
    border-radius: 12px;
    background: #C89E57;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    margin-top: 40px; }
@media (max-width: 1300px) {
  body.item #box section.item_ranking {
    margin-top: -150px; } }
@media (max-width: 1024px) {
  body.item #box .three {
    display: block; }
    body.item #box .three .hamburger {
      display: block; }
      body.item #box .three .hamburger .line {
        width: 30px;
        height: 2px;
        margin: 6px auto; }
  body.item #box header#header {
    display: flex;
    background: transparent;
    position: absolute; }
    body.item #box header#header .header_logo {
      margin-left: 140px; }
      body.item #box header#header .header_logo .header_line {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        border-right: 1px solid #fff;
        height: 30px;
        margin: 0 8%;
        opacity: 0.5; }
    body.item #box header#header .header_nav {
      margin-right: 0;
      height: 100%; }
      body.item #box header#header .header_nav .nav_sign {
        background: #FF2B42;
        margin-right: 20px; }
        body.item #box header#header .header_nav .nav_sign a {
          font-family: PingFangSC-Semibold;
          font-size: 14px;
          color: #fff;
          text-align: center;
          padding: 5px;
          display: inline-block; }
      body.item #box header#header .header_nav ul.nav_allitems {
        position: fixed;
        width: 100%;
        top: 0;
        padding-top: 100px;
        display: flex;
        height: 100vh;
        flex-wrap: wrap;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.8);
        right: 0;
        transition: all 1s;
        display: none;
        visibility: visible;
        -webkit-animation: opacIn 1s 0s ease-out both;
        animation: opacIn 1s 0s ease-out both;
        justify-content: flex-start;
        align-items: center; }
        body.item #box header#header .header_nav ul.nav_allitems li {
          padding: 0; }
          body.item #box header#header .header_nav ul.nav_allitems li a {
            font-family: PingFangSC-Semibold;
            font-size: 18px;
            line-height: 24px;
            display: inline-block;
            padding: 10px 20px; }
            body.item #box header#header .header_nav ul.nav_allitems li a.on {
              color: #F8E71C;
              display: inline-block;
              position: relative; }
        body.item #box header#header .header_nav ul.nav_allitems .before_t {
          font-family: PingFangSC-Semibold;
          font-size: 18px;
          line-height: 24px;
          display: inline-block;
          padding: 10px 20px;
          color: #fff; } }
body.item #box_h5 section {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative; }
  body.item #box_h5 section h2 {
    margin: 40px auto 35px;
    text-align: center;
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    border: 1px solid #C89E57;
    padding: 8px; }
    body.item #box_h5 section h2:after {
      content: "";
      display: block;
      width: 30px;
      height: 15px;
      border: 1px solid #C89E57;
      position: absolute;
      top: -18px;
      right: -32px; }
  body.item #box_h5 section h2.prompt {
    margin-bottom: 20px; }
  body.item #box_h5 section p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0; }
body.item #box_h5 section.banner img {
  width: 100%; }
body.item #box_h5 section.banner .banner_txt {
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }
  body.item #box_h5 section.banner .banner_txt img {
    width: 70%;
    padding: 20px;
    margin: 0 auto; }
body.item #box_h5 section.banner .txt {
  border: 1px solid #C89E57;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0e0003;
  font-family: HYQiHeiX1-EEW;
  color: #fff;
  text-align: justify;
  width: 72%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px; }
body.item #box_h5 section.item_ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #C89E57;
  width: 90%;
  margin: 0 auto;
  margin-top: -50px; }
  body.item #box_h5 section.item_ranking .ranking_txt {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 30px; }
    body.item #box_h5 section.item_ranking .ranking_txt .vote_num {
      font-size: 16px; }
      body.item #box_h5 section.item_ranking .ranking_txt .vote_num mark {
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #F8E71C;
        text-align: center;
        line-height: 28px; }
  body.item #box_h5 section.item_ranking .vote_img {
    background: #D8D8D8;
    border: 1px solid #979797;
    width: 160px;
    height: 160px;
    border-radius: 50%; }
  body.item #box_h5 section.item_ranking .vote_name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #C89E57;
    text-align: center;
    margin: 10px auto 5px; }
    body.item #box_h5 section.item_ranking .vote_name a {
      font-size: 16px;
      color: #C89E57; }
  body.item #box_h5 section.item_ranking .vote_dis {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    line-height: 20px;
    width: 90%; }
    body.item #box_h5 section.item_ranking .vote_dis a {
      font-size: 12px;
      color: #b0b0b0;
      text-align: center;
      line-height: 20px; }
  body.item #box_h5 section.item_ranking .submit_btn, body.item #box_h5 section.item_ranking .submit_btn_all {
    font-family: HYQiHeiX1-FEW;
    font-size: 16px;
    font-size: 1.6rem;
    color: #0E0003;
    text-align: center;
    padding: 6px 25px;
    border-radius: 12px;
    background: #C89E57;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
