@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; }

@font-face {
  font-family: HYQiHei;
  src: url("./../fonts/HYQiHei-45J.ttf"); }
.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 {
  background: url("./../images/icon_noactive.png");
  background-size: cover;
  opacity: 1;
  height: 16px;
  width: 16px; }

.swiper-pagination-bullet-active {
  background: url("./../images/icon_active.png");
  background-size: cover;
  opacity: 1;
  height: 16px;
  width: 16px; }

.paddingbottom20 {
  padding-bottom: 20px !important; }

body.public {
  position: relative;
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto !important;
  width: 100%;
  background: #000000; }
  body.public .recommend_img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 90px;
    height: 90px;
    background: url("./../images/recommend4.png");
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    padding-left: 25px;
    padding-right: 18px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold; }
  body.public .img_h5 {
    display: none; }
  body.public header.header {
    background: #000000;
    height: 60px;
    min-width: 1100px; }
    body.public header.header .header_nav ul.nav_allitems {
      display: flex;
      justify-content: flex-end; }
      body.public header.header .header_nav ul.nav_allitems li {
        padding: 10px 0px;
        margin: 0 14px; }
    body.public header.header .header_logo {
      margin-left: 130px; }
      body.public header.header .header_logo .header_line {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        border-right: 2px solid #fff;
        height: 20px;
        margin: 0 8%;
        opacity: 0.5; }
    body.public header.header .header_nav {
      margin-right: 130px;
      width: 65%;
      height: 100%;
      justify-content: flex-end; }
      body.public header.header .header_nav ul.nav_allitems {
        height: 100%;
        width: 85%; }
        body.public header.header .header_nav ul.nav_allitems li a {
          font-family: HYQiHei;
          font-size: 14px;
          line-height: 19px;
          font-weight: bold;
          letter-spacing: 1px; }
          body.public header.header .header_nav ul.nav_allitems li a.on {
            color: #D98B2F;
            display: inline-block;
            position: relative; }
        body.public header.header .header_nav ul.nav_allitems .before_t {
          font-family: HYQiHei;
          font-size: 14px;
          line-height: 19px;
          color: #fff; }
      body.public header.header .header_nav .nav_right {
        display: flex;
        justify-content: space-around;
        align-items: center; }
        body.public header.header .header_nav .nav_right .index_en {
          width: 40px;
          margin-left: 20px;
          color: #fff;
          display: inline-block;
          font-weight: bold; }
          body.public header.header .header_nav .nav_right .index_en:hover {
            color: #02fcec; }
          body.public header.header .header_nav .nav_right .index_en img {
            width: 100%; }
        body.public header.header .header_nav .nav_right .nav_sign {
          background: #FF2B42;
          margin-left: 20px; }
          body.public header.header .header_nav .nav_right .nav_sign a {
            font-family: HYQiHei;
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 5px 8px;
            display: inline-block; }
        body.public header.header .header_nav .nav_right .line {
          width: 2px;
          background: #fff;
          height: 20px;
          opacity: 0.5; }
        body.public header.header .header_nav .nav_right .share_all {
          display: flex;
          width: 70px;
          justify-content: space-between;
          margin-left: 35px;
          align-items: center; }
          body.public header.header .header_nav .nav_right .share_all .share_item img {
            width: 30px;
            height: 30px; }
  body.public section {
    max-width: 1440px;
    min-width: 1024px;
    padding-bottom: 80px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative; }
    body.public section h2 {
      margin: 80px auto 50px;
      text-align: center;
      display: inline-block;
      font-family: HYQiHei;
      font-size: 45px;
      font-weight: bold;
      color: #D98B2F;
      position: relative;
      line-height: 0.6; }
      body.public section h2 .line {
        display: inline-block;
        width: 100%;
        height: 12px;
        background: url("./../images/icon_title_line.png");
        background-size: 100% 100%; }
    body.public section p {
      font-family: HYQiHei;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0; }
      body.public section p a {
        color: #D98B2F; }
    body.public section .title_icon {
      width: 96px;
      margin: 0 auto;
      display: block; }
  body.public section.banner {
    padding: 0; }
    body.public section.banner img {
      width: 100%; }
  body.public section.other-awards {
    background: #2b2a2a; }
    body.public section.other-awards h2 {
      margin-top: 70px; }
    body.public section.other-awards .allitems {
      width: 81.9444444444%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      body.public section.other-awards .allitems .item {
        width: 18.6440677966%;
        margin-bottom: 16px; }
        body.public section.other-awards .allitems .item a {
          width: 100%;
          min-height: 96px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #D98B2F;
          font-size: 17px;
          line-height: 25px;
          font-family: HYQiHei;
          padding: 22px 18px;
          border: 1px solid #D98B2F;
          border-radius: 10px;
          position: relative; }
          body.public section.other-awards .allitems .item a:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            background: url("./../images/value/2019.png");
            background-size: 100% 100%; }
  body.public section.contact {
    background: #000000; }
    body.public section.contact .allitems {
      width: 76.3888888889%;
      display: flex;
      margin: 0 auto;
      justify-content: space-between; }
      body.public section.contact .allitems .item_cooperation {
        font-family: HYQiHei;
        font-size: 16px;
        color: #fff;
        display: flex;
        text-align: left;
        width: 28.1818181818%;
        flex-direction: column; }
        body.public section.contact .allitems .item_cooperation h5 {
          font-family: HYQiHei;
          font-size: 20px;
          color: #D98B2F;
          padding-bottom: 8px;
          border-bottom: 2px solid #D98B2F;
          width: 100%; }
        body.public section.contact .allitems .item_cooperation .content_txt {
          display: flex;
          padding-top: 20px; }
          body.public section.contact .allitems .item_cooperation .content_txt p {
            line-height: 30px;
            font-size: 18px; }
            body.public section.contact .allitems .item_cooperation .content_txt p a {
              color: #FFFFFF;
              line-height: 30px;
              font-size: 18px; }
            body.public section.contact .allitems .item_cooperation .content_txt p:first-child {
              padding-right: 20px; }
  body.public footer {
    margin: 0 auto;
    text-align: center;
    background: #D98B2F;
    color: #ffffff;
    max-width: 1440px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: HYQiHei;
    font-size: 16px;
    color: #FFFFFF; }
    body.public footer p {
      font-family: HYQiHei;
      font-size: 16px;
      color: #FFFFFF; }
  body.public .item-success {
    background: url("./../images/value/itemseccess.png");
    height: 346px;
    width: 380px;
    background-size: 100% 100%;
    position: relative;
    z-index: 66; }
    body.public .item-success .success_turn {
      position: absolute;
      bottom: 38px;
      left: 50%;
      transform: translateX(-50%); }
      body.public .item-success .success_turn img {
        width: 206px;
        height: 45px;
        z-index: 2; }
      body.public .item-success .success_turn p {
        margin-top: 12px;
        color: #363636;
        font-size: 12px;
        text-align: center;
        font-family: HYQiHei; }
        body.public .item-success .success_turn p span {
          color: #D98B2F;
          font-size: 12px;
          display: inline-block;
          font-family: HYQiHei; }
    body.public .item-success .success_close {
      position: absolute;
      right: 0;
      top: 24px; }
      body.public .item-success .success_close img {
        width: 32px;
        height: 32px; }
  body.public .item-error {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    width: 380px;
    height: 140px;
    z-index: 66; }
    body.public .item-error .err_box {
      width: 100%;
      height: 100%;
      padding: 45px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      position: relative; }
    body.public .item-error p {
      font-family: HYQiHei;
      font-size: 30px;
      line-height: 37px;
      color: #D98B2F;
      font-weight: bold; }
    body.public .item-error .error_close {
      position: absolute;
      right: 0;
      top: -24px;
      transform: translateY(-100%); }
      body.public .item-error .error_close img {
        width: 32px;
        height: 32px; }
  body.public .recommend {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(217, 139, 47, 0.9);
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center; }
    body.public .recommend img {
      width: 25px;
      min-width: 25px;
      margin-right: 10px; }
    body.public .recommend .recommend_close {
      width: 11px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 140px; }
    body.public .recommend a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 22px;
      margin: 0 30px; }
  @media (max-width: 1250px) {
    body.public section.contact .allitems {
      flex-wrap: wrap; }
      body.public section.contact .allitems .item_cooperation {
        width: 45.4545454545%;
        margin-bottom: 20px; } }
  body.public .t_pc_logo {
    border: 1px solid #D98B2F;
    padding: 5px 10px !important;
    border-radius: 8px; }

body.index {
  position: relative;
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto !important;
  width: 100%;
  background: #000000; }
  body.index #box {
    position: relative;
    z-index: -9999;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background: #000;
    overflow: hidden; }
    body.index #box .float_img {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 666; }
      body.index #box .float_img img {
        width: 150px; }
    body.index #box header.header {
      min-width: 1310px; }
    body.index #box section.process {
      padding: 40px 0 0px;
      background: #000000; }
      body.index #box section.process img {
        width: 81.25%;
        margin: 0 auto;
        padding-bottom: 25px; }
      body.index #box section.process .process_txt {
        font-size: 18px;
        font-family: HYQiHei;
        font-weight: normal;
        color: white;
        line-height: 22px; }
    body.index #box section.award {
      background: #000000; }
      body.index #box section.award .award_allitems {
        width: 100%;
        margin: 0 auto;
        padding-top: 45px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden; }
        body.index #box section.award .award_allitems .item {
          position: relative;
          width: 18.6440677966%;
          margin-bottom: 25px;
          border: 1px solid #D98B2F;
          padding: 20px 20px 120px; }
          body.index #box section.award .award_allitems .item .item_awards {
            font-family: HYQiHei;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center; }
            body.index #box section.award .award_allitems .item .item_awards .awards_img {
              width: 68px;
              margin-bottom: 10px; }
            body.index #box section.award .award_allitems .item .item_awards .awards_name {
              font-family: HYQiHei;
              font-size: 20px;
              color: #D98B2F;
              text-align: center;
              line-height: 25px;
              width: 100%;
              font-weight: bold;
              letter-spacing: 1px; }
            body.index #box section.award .award_allitems .item .item_awards .awards_desc {
              font-size: 16px;
              color: #fff;
              padding-top: 6px;
              text-align: left;
              font-family: HYQiHei;
              line-height: 30px;
              letter-spacing: 1px; }
          body.index #box section.award .award_allitems .item .awards_btn_box {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); }
            body.index #box section.award .award_allitems .item .awards_btn_box .awards_btn {
              font-family: HYQiHei;
              background: #D98B2F;
              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 {
                opacity: 0.4; }
            body.index #box section.award .award_allitems .item .awards_btn_box .awards_btn_view {
              font-family: HYQiHei;
              background: transparent;
              border: 1px solid #D98B2F;
              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 .item_nominate {
            margin: 0 20px;
            border-top: 1px solid #D98B2F;
            padding: 20px; }
            body.index #box section.award .award_allitems .item .item_nominate .nominate_txt {
              margin: 0 auto;
              font-family: HYQiHei;
              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_h {
        width: 81.9444444444%;
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between; }
        body.index #box section.award .awards_list_h li {
          width: 33.2203389831%; }
          body.index #box section.award .awards_list_h li a {
            width: 100%;
            font-family: HYQiHei;
            font-size: 22px;
            color: #D98B2F;
            background: #ffffff;
            text-align: center;
            line-height: 1.2;
            display: inline-block;
            border: 1px solid #000000;
            padding: 15px; }
            body.index #box section.award .awards_list_h li a.active, body.index #box section.award .awards_list_h li a:hover {
              color: #ffffff;
              background: #D98B2F; }
          body.index #box section.award .awards_list_h li:first-child a {
            border-radius: 5px 0 0 5px; }
          body.index #box section.award .awards_list_h li:last-child a {
            border-radius: 0 5px 5px 0; }
      body.index #box section.award .awards_list {
        position: fixed;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 666;
        display: none;
        width: 96px;
        min-width: 96px;
        max-width: 96px; }
        body.index #box section.award .awards_list li {
          display: inline-block;
          width: 100%; }
          body.index #box section.award .awards_list li a {
            width: 100%;
            font-family: HYQiHei;
            font-size: 16px;
            color: #D98B2F;
            background: #ffffff;
            text-align: center;
            line-height: 1.2;
            display: inline-block;
            border: 1px solid #000000;
            padding: 35px 10px; }
            body.index #box section.award .awards_list li a.active {
              color: #ffffff;
              background: #D98B2F; }
          body.index #box section.award .awards_list li:first-child a {
            border-radius: 5px 5px 0 0; }
          body.index #box section.award .awards_list li:last-child a {
            border-radius: 0 0 5px 5px; }
      body.index #box section.award .awards_box {
        width: 81.9444444444%;
        margin: 0 auto; }
        body.index #box section.award .awards_box .EDGE_top, body.index #box section.award .awards_box .EDGE_awards, body.index #box section.award .awards_box .EDGE_match {
          margin: 0 auto; }
          body.index #box section.award .awards_box .EDGE_top h3, body.index #box section.award .awards_box .EDGE_awards h3, body.index #box section.award .awards_box .EDGE_match h3 {
            font-family: HYQiHei;
            font-size: 35px;
            color: #D98B2F;
            text-align: center;
            line-height: 36px;
            font-weight: bold; }
          body.index #box section.award .awards_box .EDGE_top .desc, body.index #box section.award .awards_box .EDGE_awards .desc, body.index #box section.award .awards_box .EDGE_match .desc {
            font-family: HYQiHei;
            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 .content, body.index #box section.award .awards_box .EDGE_awards .content, body.index #box section.award .awards_box .EDGE_match .content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px; }
            body.index #box section.award .awards_box .EDGE_top .content img, body.index #box section.award .awards_box .EDGE_awards .content img, body.index #box section.award .awards_box .EDGE_match .content img {
              width: 12.7118644068%; }
            body.index #box section.award .awards_box .EDGE_top .content p, body.index #box section.award .awards_box .EDGE_awards .content p, body.index #box section.award .awards_box .EDGE_match .content p {
              width: 82.2033898305%;
              font-size: 18px;
              font-family: HYQiHei;
              font-weight: normal;
              color: #ffffff;
              line-height: 40px;
              text-align: left;
              letter-spacing: 1px; }
          body.index #box section.award .awards_box .EDGE_top .detail, body.index #box section.award .awards_box .EDGE_awards .detail, body.index #box section.award .awards_box .EDGE_match .detail {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin: 0 auto;
            padding: 30px 0 0; }
            body.index #box section.award .awards_box .EDGE_top .detail .item, body.index #box section.award .awards_box .EDGE_awards .detail .item, body.index #box section.award .awards_box .EDGE_match .detail .item {
              background: #000000;
              border: 1px solid #D98B2F;
              border-radius: 5px;
              width: 48.3050847458%;
              padding: 20px 29px 25px;
              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, body.index #box section.award .awards_box .EDGE_match .detail .item .title {
                font-family: HYQiHei;
                font-size: 20px;
                color: #D98B2F;
                text-align: center;
                line-height: 1.5;
                padding-bottom: 10px;
                margin-bottom: 10px;
                position: relative;
                letter-spacing: 1px; }
                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, body.index #box section.award .awards_box .EDGE_match .detail .item .title:after {
                  content: "";
                  width: 40px;
                  height: 4px;
                  display: inline-block;
                  background: url("./../images/icon_shot_line.png");
                  position: absolute;
                  bottom: 0;
                  left: 50%;
                  transform: translateX(-50%);
                  background-size: 100% 100%; }
              body.index #box section.award .awards_box .EDGE_top .detail .item .caption, body.index #box section.award .awards_box .EDGE_awards .detail .item .caption, body.index #box section.award .awards_box .EDGE_match .detail .item .caption {
                font-family: HYQiHei;
                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, body.index #box section.award .awards_box .EDGE_match .detail .item .cotent {
                font-family: HYQiHei;
                font-size: 16px;
                color: #fff;
                line-height: 2;
                padding-top: 10px;
                text-align: left;
                letter-spacing: 1px; }
              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, body.index #box section.award .awards_box .EDGE_match .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, body.index #box section.award .awards_box .EDGE_match .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, body.index #box section.award .awards_box .EDGE_match .detail .item .awards_partner .partner_item span {
                  font-family: HYQiHei;
                  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, body.index #box section.award .awards_box .EDGE_match .detail .item .awards_btn {
                font-family: HYQiHei;
                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, body.index #box section.award .awards_box .EDGE_match .detail .item .awards_btn.grey {
                  border: 1px solid #afa99f;
                  background: #66676a;
                  color: #beb8b8; }
        body.index #box section.award .awards_box .EDGE_match {
          margin-top: 30px; }
          body.index #box section.award .awards_box .EDGE_match h4 {
            position: relative;
            font-size: 30px;
            font-family: HYQiHei;
            font-weight: normal;
            color: #D98B2F;
            line-height: 63px;
            text-align: left;
            margin-left: 19px;
            margin-top: 50px; }
            body.index #box section.award .awards_box .EDGE_match h4:after {
              content: "";
              display: inline-block;
              width: 19px;
              height: 19px;
              background: url("./../images/icon_point.png");
              background-size: 100% 100%;
              position: absolute;
              left: -24px;
              top: 50%;
              transform: translateY(-50%); }
          body.index #box section.award .awards_box .EDGE_match .apply_btn {
            margin: 20px auto;
            width: 110px; }
          body.index #box section.award .awards_box .EDGE_match .award_guest ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-top: 20px; }
            body.index #box section.award .awards_box .EDGE_match .award_guest ul li {
              width: 17%;
              margin-bottom: 30px;
              display: flex;
              flex-direction: column;
              align-items: center; }
              body.index #box section.award .awards_box .EDGE_match .award_guest ul li .guest_avater {
                width: 150px;
                height: 150px;
                border-radius: 50%;
                border: 1px solid #D98B2F; }
              body.index #box section.award .awards_box .EDGE_match .award_guest ul li .guest_name {
                font-size: 20px;
                line-height: 1.5;
                color: #D98B2F;
                margin-bottom: 10px;
                margin-top: 15px; }
              body.index #box section.award .awards_box .EDGE_match .award_guest ul li .guest_title {
                font-size: 16px;
                line-height: 22px;
                color: #ffffff; }
          body.index #box section.award .awards_box .EDGE_match .award_schedule .award_schedule_box {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            align-items: flex-start; }
          body.index #box section.award .awards_box .EDGE_match .award_schedule .items {
            width: 50%;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column; }
            body.index #box section.award .awards_box .EDGE_match .award_schedule .items .date {
              font-size: 25px;
              font-family: HYQiHei;
              font-weight: normal;
              color: #000;
              line-height: 1;
              padding: 10px;
              background: #D98B2F; }
            body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul {
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              margin-top: 20px;
              position: relative; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul:after {
                content: "";
                width: 19px;
                height: 100%;
                background: url("./../images/icon_s.png");
                background-size: 100% 100%;
                position: absolute;
                left: -3px;
                top: 0;
                z-index: 2; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul:before {
                content: "";
                width: 15px;
                height: 24px;
                background: url("./../images/icon_b.png");
                background-size: 100% 100%;
                position: absolute;
                left: -1px;
                bottom: -5px;
                z-index: 1; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li {
                text-align: left;
                margin-left: 20px; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li.block {
                margin-bottom: 22px;
                font-size: 20px;
                font-family: HYQiHei;
                font-weight: normal;
                color: #ffffff;
                line-height: 1.5;
                position: relative; }
                body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li.block span.t {
                  font-size: 18px;
                  font-family: HYQiHei;
                  font-weight: bold;
                  color: #ffffff;
                  line-height: 1.5;
                  margin-right: 20px; }
                body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li.block span.username {
                  font-size: 18px;
                  display: block;
                  font-family: HYQiHei;
                  font-weight: normal;
                  color: #ffffff;
                  line-height: 1.5;
                  margin-bottom: 15px;
                  margin-top: 15px; }
                body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li.block:after {
                  content: "";
                  position: absolute;
                  left: -20px;
                  top: 10px;
                  width: 12px;
                  height: 12px;
                  background: url("./../images/icon_point.png");
                  background-size: 100% 100%; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li.time {
                font-size: 22px;
                font-family: HYQiHei;
                font-weight: normal;
                color: #D98B2F;
                line-height: 1;
                margin-bottom: 19px;
                position: relative; }
              body.index #box section.award .awards_box .EDGE_match .award_schedule .items ul li:last-child {
                margin-bottom: 0; }
            body.index #box section.award .awards_box .EDGE_match .award_schedule .items:first-child {
              margin-right: 50px; }
          body.index #box section.award .awards_box .EDGE_match .award_orz ul {
            margin-top: 20px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            body.index #box section.award .awards_box .EDGE_match .award_orz ul li {
              width: 19.0677966102%;
              border: 1px solid #D98B2F;
              border-radius: 5px;
              margin-bottom: 18px;
              overflow: hidden; }
              body.index #box section.award .awards_box .EDGE_match .award_orz ul li img {
                width: 100%; }
        body.index #box section.award .awards_box .EDGE_awards {
          margin-top: 80px; }
    body.index #box section.news {
      position: relative;
      background: #2b2a2a; }
      body.index #box section.news .life_news {
        width: 81.9444444444%;
        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%;
              border: 1px solid #D98B2F;
              border-radius: 10px;
              overflow: hidden; }
            body.index #box section.news .life_news .allitems .item .item_font p {
              font-family: HYQiHei;
              font-size: 16px;
              color: #FFFFFF;
              letter-spacing: 0;
              line-height: 22px;
              text-shadow: 0 1px 1px #172331;
              padding-bottom: 0px;
              position: relative;
              top: 10px;
              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;
              font-size: 14px;
              color: #808080;
              letter-spacing: 1px;
              text-align: left;
              display: block; }
    body.index #box section.bef_tedge {
      background: #000000; }
      body.index #box section.bef_tedge .allitems_bef {
        width: 81.9444444444%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        body.index #box section.bef_tedge .allitems_bef .item {
          width: 22.8813559322%;
          position: relative; }
          body.index #box section.bef_tedge .allitems_bef .item img {
            width: 100%;
            border: 1px solid #D98B2F;
            border-radius: 2px;
            overflow: hidden; }
          body.index #box section.bef_tedge .allitems_bef .item .item_txt {
            width: 100%; }
            body.index #box section.bef_tedge .allitems_bef .item .item_txt p {
              color: #fff;
              padding: 20px 28px;
              font-size: 16px;
              line-height: 1.5;
              font-family: HYQiHei; }
    body.index #box section.host {
      background: #2b2a2a; }
      body.index #box section.host .allitems {
        width: 79.8611111111%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        body.index #box section.host .allitems .item {
          width: 30.4347826087%;
          padding: 0; }
          body.index #box section.host .allitems .item .item_logo {
            display: block;
            padding-bottom: 23px;
            margin-bottom: 23px;
            border-bottom: 2px solid #D98B2F; }
            body.index #box section.host .allitems .item .item_logo img {
              height: 46px; }
          body.index #box section.host .allitems .item .item_txt {
            font-family: HYQiHei;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 30px;
            text-align: left; }
          body.index #box section.host .allitems .item a {
            font-family: HYQiHei;
            display: block;
            font-size: 16px;
            color: #8E8D8D;
            letter-spacing: 0;
            line-height: 30px; }

body.value header.header {
  min-width: 1215px; }
body.value section h2 {
  font-size: 40px;
  margin-top: 40px; }
body.value section.standard {
  padding-bottom: 40px; }
  body.value section.standard .allitems {
    width: 71.5277777778%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D98B2F;
    border-radius: 8px; }
    body.value section.standard .allitems img {
      width: 110px;
      padding: 25px 36px;
      box-sizing: unset; }
    body.value section.standard .allitems .content {
      padding: 24px 32px;
      border-left: 1px solid #D98B2F; }
      body.value section.standard .allitems .content p {
        text-align: left;
        font-size: 18px;
        font-family: HYQiHei;
        font-weight: normal;
        color: #ffffff;
        line-height: 32px;
        letter-spacing: 1px; }
      body.value section.standard .allitems .content h5 {
        text-align: left;
        font-size: 20px;
        font-family: HYQiHei;
        font-weight: normal;
        color: #D98B2F;
        line-height: 34px;
        margin-top: 15px;
        letter-spacing: 1px; }
body.value section.nominate {
  width: 81.9444444444%;
  margin: 0 auto; }
  body.value section.nominate h2 {
    margin-bottom: 14px;
    margin-top: 12px; }
  body.value section.nominate .ptip {
    font-size: 15px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #ffffff;
    line-height: 31px;
    opacity: 0.5;
    margin-bottom: 27px; }
  body.value section.nominate .list .loading {
    font-size: #ffffff;
    font-size: 15px; }
  body.value section.nominate ul.list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.value section.nominate ul.list li {
      width: 18.6440677966%;
      border: 1px solid #D98B2F;
      border-radius: 10px;
      margin-bottom: 17px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 70px; }
      body.value section.nominate ul.list li img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        margin-top: 30px;
        border: 1px solid #D98B2F; }
      body.value section.nominate ul.list li .name {
        font-family: HYQiHei;
        font-size: 20px;
        color: #D98B2F;
        font-weight: bold;
        text-align: center;
        padding: 20px 10px 10px;
        letter-spacing: 1px; }
        body.value section.nominate ul.list li .name a {
          font-family: HYQiHei;
          font-size: 23px;
          color: #D98B2F;
          text-align: center;
          line-height: 1.2;
          display: inline-block; }
      body.value section.nominate ul.list li a.wi {
        width: 100%; }
        body.value section.nominate ul.list li a.wi .des {
          font-family: HYQiHei;
          font-size: 18px;
          color: #fff;
          padding: 10px;
          text-align: left;
          line-height: 1.4;
          width: 100%;
          letter-spacing: 2px; }
      body.value section.nominate ul.list li .des {
        font-family: HYQiHei;
        font-size: 16px;
        color: #fff;
        padding: 0 20px;
        text-align: left;
        line-height: 30px;
        width: 100%;
        letter-spacing: 1px; }
        body.value section.nominate ul.list li .des a {
          font-family: HYQiHei;
          font-size: 16px;
          color: #fff;
          text-align: left;
          line-height: 30px;
          width: 100%;
          letter-spacing: 1px; }
      body.value section.nominate ul.list li .vato_item_url {
        display: inline;
        color: #D98B2F !important;
        margin-left: 10px; }
      body.value section.nominate ul.list li .btn_box {
        position: absolute;
        bottom: 26px; }
        body.value section.nominate ul.list li .btn_box a {
          display: inline-block;
          font-family: HYQiHei;
          font-size: 23px;
          color: #FFFFFF;
          text-align: center;
          padding: 8px 21px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: #D98B2F; }
        body.value section.nominate ul.list li .btn_box .btn, body.value section.nominate ul.list li .btn_box .btn_all {
          font-family: HYQiHei;
          font-size: 20px;
          color: #FFFFFF;
          text-align: center;
          padding: 4px 21px;
          border-radius: 8px;
          margin: 0px auto;
          cursor: pointer;
          background: #D98B2F; }
      body.value section.nominate ul.list li.on .btn_box .btn {
        background: red; }
      body.value section.nominate ul.list li .btn_box_grey {
        position: absolute;
        bottom: 26px;
        display: inline-block;
        font-family: HYQiHei;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px 10px;
        border-radius: 8px;
        margin: 0px auto;
        cursor: pointer;
        background: #929eaa; }
  body.value section.nominate .submit_btn {
    display: inline-block;
    border-radius: 8px;
    font-size: 26px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #ffffff;
    padding: 10px 28px;
    line-height: 29px;
    background: #D98B2F;
    margin-top: 59px; }
  body.value section.nominate .value_result {
    color: #d98b2f;
    display: flex;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #d98b2f;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin: 20px auto 0;
    border-radius: 8px;
    font-size: 18px; }

body.value_re .allSections {
  position: relative; }
body.value_re section.list {
  width: 100%;
  margin: 0 auto;
  background: #000000;
  position: relative; }
  body.value_re section.list:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 200px;
    right: 0;
    width: 452px;
    height: 548px;
    background: url("./../images/value/bg2.png");
    background-size: 100% 100%; }
  body.value_re section.list:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 519px;
    height: 645px;
    background: url("./../images/value/bg1.png");
    background-size: 100% 100%;
    z-index: 6; }
  body.value_re section.list h2 {
    font-size: 45px;
    margin: 25px auto;
    line-height: 31px; }
  body.value_re section.list .promate {
    font-size: 16px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #ffffff;
    line-height: 29px;
    width: 55.5555555556%;
    margin: 0 auto; }
    body.value_re section.list .promate a {
      font-size: 21px;
      font-family: HYQiHei;
      font-weight: normal;
      color: #ffffff;
      line-height: 34px; }
  body.value_re section.list h3 {
    margin: 57px auto 28px;
    font-size: 33px;
    font-family: HYQiHei;
    font-weight: bold;
    color: #D98B2F;
    line-height: 34px; }
  body.value_re section.list .bar-list {
    width: 81.9444444444%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-left: 5%; }
    body.value_re section.list .bar-list a .bar-box {
      text-align: end;
      position: relative;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.value_re section.list .bar-list a .bar-box .bar {
        height: 35px;
        display: inline-block;
        width: 80%;
        border: 1px solid #D98B2F;
        border-radius: 12px;
        position: relative; }
      body.value_re section.list .bar-list a .bar-box .name {
        font-size: 16px;
        color: #FFFfff;
        line-height: 2;
        width: 19%;
        text-align: right; }
        body.value_re section.list .bar-list a .bar-box .name .name_in {
          line-height: 20px;
          display: inline-block;
          color: #ffffff;
          margin-right: 20px; }
          body.value_re section.list .bar-list a .bar-box .name .name_in a {
            line-height: 20px;
            display: inline-block;
            color: #ffffff; }
      body.value_re section.list .bar-list a .bar-box .bar-body {
        background: linear-gradient(to left, #f8b86b, #c37b27);
        height: 35px;
        border-radius: 8px;
        transition: all 0.5s ease;
        position: relative;
        top: -1px; }
      body.value_re section.list .bar-list a .bar-box .num {
        font-size: 20px;
        line-height: 1.5;
        color: #D98B2F;
        position: absolute;
        right: 30px;
        top: 0; }

body.item section.item_ranking {
  margin-top: 63px;
  position: relative;
  padding-top: 80px; }
  body.item section.item_ranking:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 1440px;
    height: 900px;
    background: url("./../images/value/bg3.png");
    background-size: 100% 100%; }
  body.item section.item_ranking .ranking_txt {
    font-size: 22px;
    font-family: HYQiHei;
    color: #ffffff;
    line-height: 37px;
    position: relative;
    z-index: 6; }
    body.item section.item_ranking .ranking_txt a {
      font-size: 22px;
      font-family: HYQiHei;
      color: #ffffff;
      line-height: 37px;
      display: inline-block; }
    body.item section.item_ranking .ranking_txt mark {
      font-size: 24px;
      background: transparent;
      color: #D98B2F;
      font-weight: bold; }
  body.item section.item_ranking .item_box {
    width: 41.6666666667%;
    margin: 34px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 50px;
    border: 1px solid #D98B2F;
    position: relative;
    z-index: 6; }
    body.item section.item_ranking .item_box .vote_name {
      margin-bottom: 27px;
      padding-bottom: 27px;
      border-bottom: 1px solid #D98B2F;
      width: 100%;
      font-size: 25px;
      font-family: HYQiHei;
      color: #D98B2F;
      line-height: 34px;
      font-weight: bold; }
      body.item section.item_ranking .item_box .vote_name a {
        font-size: 25px;
        font-family: HYQiHei;
        color: #D98B2F;
        line-height: 34px;
        font-weight: bold; }
    body.item section.item_ranking .item_box .conts {
      display: flex;
      align-items: center; }
    body.item section.item_ranking .item_box img {
      width: 130px;
      height: 130px;
      min-width: 130px;
      border: 1px solid #D98B2F;
      border-radius: 50%; }
    body.item section.item_ranking .item_box .vote_dis {
      margin-left: 30px;
      font-family: HYQiHei;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 2;
      text-align: left; }
      body.item section.item_ranking .item_box .vote_dis a {
        font-size: 18px;
        font-family: HYQiHei;
        color: #ffffff;
        line-height: 2;
        letter-spacing: 1px;
        text-align: left;
        display: block; }
  body.item section.item_ranking .submit_btn {
    display: inline-block;
    border-radius: 8px;
    font-size: 22px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    z-index: 6;
    padding: 8px 13px;
    line-height: 20px;
    background: #D98B2F;
    margin-top: 34px; }

/*# sourceMappingURL=style.css.map */
