@charset "utf-8";
:root {
  --skin: #F08300;
  --sub-skin: #CC6A00;
  --white: #FFFFFF;
  --black: #111111;
  --bg-color: #111111;
  --bg-skin-color: #F8E8E9;
  --red: #B81C22;
  --comm-radius: 20px;
  --border-color: rgba(240, 131, 0, 0.5);
  --index-bg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2026/202601es_paa/index-bg.jpg);
  --prize-icon: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2026/202601es_paa/icon_prize_left.png);
  --item-bg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2026/202601es_paa/item-bg.jpg);
}
body {
  font-size: 16px;
  color: var(--white);
  background-color: var(--bg-color);
  background-image: var(--index-bg);
  background-size: 270%;
  background-repeat: no-repeat;
  background-position: center top;
}
::selection {
  background-color: var(--skin);
  color: #fff;
}
::-moz-selection {
  background-color: var(--skin);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--skin);
  color: #fff;
}
.f21 {
  font-size: 21px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.shadow-24 {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.shadow-24:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.20);
}
.txt_Color_skin {
  color: var(--skin) !important;
}
.bg-skin-color {
  background-color: var(--bg-skin-color) !important;
}
.comm-title {
  box-sizing: border-box;
  color: var(--skin);
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.sub-comm-title {
  text-align: center;
  color: var(--skin);
  font-size: 16px;
  font-weight: bold;
}
.contact-mb {
  margin-bottom: 90px !important;
}
.subMain {
  width: 100%;
  margin: 90px 0;
  position: relative;
  z-index: 3;
}
.subMain > div + div {
  margin-top: 90px;
}
.comm-radius {
  border-radius: var(--comm-radius);
}
.radius-bottom-left-0 {
  border-bottom-left-radius: 0px;
}
.radius-bottom-right-0 {
  border-bottom-right-radius: 0px;
}
/* 延迟 */
.delay-05s {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*导航条*/
.navSkin {
  display: none;
}
.navSkin {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.50);
  top: 0px;
  left: 0px;
}
.navBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.navBtn > li {
  padding: 0 10px;
}
.navBtn a {
  color: #FFF;
  font-size: 15px;
}
.navBtn a:hover {
  color: var(--skin);
  position: relative;
  z-index: 1;
  width: 100%;
}
.navBtn a:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  height: 3px;
  width: 100%;
  bottom: -22px;
  left: -1px;
  background-color: var(--skin);
}
.nav-btn-1 {
  display: inline-block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  color: var(--white);
  background-color: var(--skin);
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
.nav-btn-1:hover {
  background-color: var(--sub-skin);
}
/*banner*/
.banner {
  min-height: 600px;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.banner-img {
  width: 75%;
  margin: 60px 0;
}
.schedule-img {
  margin-top: 20px;
  margin-bottom: 120px;
  display: none;
}
.schedule-img-2 {
  margin-top: 20px;
  margin-bottom: 120px;
  display: block;
}
/*奖项设置*/
.oneAwardSkin {
  border: solid 1px var(--border-color);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  border-radius: var(--comm-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  /*  background-color: rgba(0, 0, 0, 0.75);*/
  background-position: top center;
  background-size: cover;
  background-image: var(--item-bg);
}
.oas-icon {
  margin-bottom: 20px;
  text-align: center;
}
.oas-title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: var(--skin);
}
.oas-lists > li {
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  opacity: 1;
}
.oas-msg {
  color: var(--width);
  opacity: 0.5;
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
}
.oas-button {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--red);
  color: var(--white);
  border-radius: 40px;
}
/*参评规则*/
.rules-list {
  list-style: decimal;
  margin-left: 16px;
  line-height: 28px;
}
/*参评权益*/
.oneRights {
  font-size: 18px;
  font-weight: bold;
  color: var(--skin);
  border: solid 1px var(--border-color);
  background-color: #000;
  box-sizing: border-box;
  padding: 10% 5%;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: var(--comm-radius);
}
.oneRights::before {
  content: "";
  width: 20px;
  height: 60px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 6%;
  background-image: var(--prize-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.oneRights::after {
  content: "";
  width: 20px;
  height: 60px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 25%;
  right: 6%;
  background-image: var(--prize-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleX(-1);
}
/*奖项*/
.awardName {
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.awardName::before {
  content: "";
  margin-right: 5px;
  width: 17px;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background-image: var(--prize-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.awardName::after {
  content: "";
  margin-left: 5px;
  width: 17px;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 3;
  background-image: var(--prize-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleX(-1);
}
.company-box {
  box-sizing: border-box;
}
.companys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  opacity: 0.85;
  font-size: 15px;
  text-align: center;
}
.companys2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  font-size: 15px;
  text-align: center;
}
.companys2 > li > div:nth-child(1) {
  color: var(--white);
  opacity: 0.85;
}
.companys2 > li > div:nth-child(2) {
  color: var(--white);
  opacity: 0.40;
  font-size: 14px;
}
.productAwards {
  font-size: 15px;
  border-left: solid 1px var(--skin);
  padding-left: 19px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.pa_company {
  color: var(--skin);
}
.pa_product {
  color: var(--white);
  opacity: 0.65;
}
/*联系我们*/
.qrcode-size-120 {
  width: 100px;
  height: auto;
}
@media (min-width: 375px) {
  /*导航条*/
  .navSkin {
    display: none;
  }
  .banner-img {
    width: 75%;
  }
}
@media (min-width: 414px) {
  /*导航条*/
  .navSkin {
    display: none;
  }
  .banner-img {
    width: 75%;
  }
}
@media (min-width: 490px) {
  /*导航条*/
  .navSkin {
    display: none;
  }
  .banner-img {
    width: 75%;
  }
}
@media (min-width: 576px) {
  .comm-title {
    font-size: 36px;
    line-height: 36px;
  }
  body {
    background-size: 200%;
  }
  .banner-img {
    width: 75%;
  }
}
@media (min-width: 650px) {}
@media (min-width: 768px) {
  .qrcode-size-120 {
    width: 120px;
  }
}
@media (min-width: 870px) {
  /*导航条*/
  .navSkin {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-img {
    margin: 120px 0;
  }
  .schedule-img {
    display: block;
  }
  .schedule-img-2 {
    display: none;
  }
}
@media (min-width: 1100px) {}
@media (min-width: 1200px) {
  body {
    background-size: auto 900px;
  }
  .banner-img {
    width: 50%;
  }
  .oneRights::before {
    left: 10%;
  }
  .oneRights::after {
    right: 10%;
  }
}