body {
  font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC',
    'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei', sans-serif;
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
.container-fluid {
  width: 100%;
  max-width: 1522px;
  padding-left: 8%;
  padding-right: 8%;
}
#bg{ 
  display: none;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
}
#bg.open {
  display: block;
}
.bgc-trans {
  background: #0b4a71 url(../images/bg-trans-star.png) repeat-y 50% 0;
  background: -webkit-linear-gradient(#103367, #0E2D55, #085579);
  background: -o-linear-gradient(#103367, #0E2D55, #085579);
  background: -moz-linear-gradient(#103367, #0E2D55, #085579);
  background: linear-gradient(#103367, #0E2D55, #085579);
}
.bgi-trans {
  background: url(https://static.prnasia.com/pro/marketing/2021/summit/awards/images/bg-pc.png) no-repeat center top, url(https://static.prnasia.com/pro/marketing/2021/summit/awards/images/bg.png) no-repeat right top;
}
@media (max-width: 992px) {
  .bgi-trans {
    /* background-size: 100%;
    background-image: url(https://static.prnasia.com/pro/marketing/2021/summit/awards/images/bg-mobile.png); */
    background: url(https://static.prnasia.com/pro/marketing/2021/summit/awards/images/bg-mobile.png) no-repeat right top;
    /* background-image: none; */
  }
}
.wrap-all-award .bgi-trans {
  background-image: url(../images/bg-trans-pc-award.png);
}
@media (max-width: 992px) {
  .wrap-all-award .bgi-trans {
    background-size: 100%;
    background-image: url(../images/bg-trans-mobile-award.png);
  }
}
.wrap-all-review .bgi-trans {
  background-image: url(../images/bg-trans-pc-review.png);
}
@media (max-width: 992px) {
  .wrap-all-review .bgi-trans {
    background-size: 100%;
    background-image: url(../images/bg-trans-mobile.png);
  }
}
.wrap-all-review-photo .bgi-trans {
  background-image: url(../images/bg-trans-pc-review.png);
}
@media (max-width: 992px) {
  .wrap-all-review-photo .bgi-trans {
    background-size: 100%;
    background-image: url(../images/bg-trans-mobile.png);
  }
}
.wrap-all-review-photo .banner-wrap-pc {
  padding-bottom: 40px;
}
.main-part {
  padding-top: 112px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .main-part {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.sub-part {
  margin-bottom: 100px;
}
.sub-part:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sub-part {
    margin-bottom: 60px;
  }
}
.color-orange {
  color: #ff8b6e;
}
.h2-wrap {
  text-align: center;
  margin-bottom: 90px;
}
.h2-wrap h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media (max-width: 992px) {
  .h2-wrap h2 {
    font-size: 36px;
    font-weight: 600;
  }
}
.h2-dark-1,
.h2-dark-2 {
  color: #fff;
  display: inline-block;
}
.container-award {
  width: 891px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .container-award {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.main-part-comment {
  color: #fa6a35;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.clearfix:after,
.review .review-wrap:after,
.company-wrap .company-card-wrap:after,
.company-wrap:after,
.guest-intro .guest-wrap:after,
.highlight-content .highlight-num-wrap:after,
header .banner-wrap-pc .banner-right section:after,
.clock:after,
.clearfix:before,
.review .review-wrap:before,
.company-wrap .company-card-wrap:before,
.company-wrap:before,
.guest-intro .guest-wrap:before,
.highlight-content .highlight-num-wrap:before,
header .banner-wrap-pc .banner-right section:before,
.clock:before {
  content: ' ';
  display: table;
}
.clearfix:after,
.review .review-wrap:after,
.company-wrap .company-card-wrap:after,
.company-wrap:after,
.guest-intro .guest-wrap:after,
.highlight-content .highlight-num-wrap:after,
header .banner-wrap-pc .banner-right section:after,
.clock:after {
  clear: both;
}
header {
  padding: 60px 0 34px 0;
  color: #fff;
}
@media (max-width: 992px) {
  header {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
header .nav-logo {
  margin: 0 20px;
  float: left;
}
header .nav-logo:first-child {
  margin-top: 20px
}
@media (max-width: 1200px) {
  header .nav-logo {
    width: 120px;
  }
}
header .nav-right {
  float: right;
  position: relative;
}
header .nav-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  header .nav-right ul {
    padding-top: 14px;
  }
}
header .nav-right ul li {
  float: left;
  /* margin: 0 17px; */
}
@media (max-width: 1200px) {
  header .nav-right ul li {
    margin-right: 12px;
  }
}
header .nav-right ul li:last-child {
  margin-right: 0;
}
header .nav-right ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 16px;
  transition: 0.2s color;
}
@media (max-width: 1200px) {
  header .nav-right ul li a {
    font-size: 12px;
  }
}
header .nav-right ul li a:hover {
  color: #fa6a35;
}
header .nav-right ul .nav-share {
  cursor: pointer;
  padding: 0;
}
header .nav-right ul .nav-share.banner-share img {
  width: 22px;
  margin-top: -9px;
}
header .nav-right ul .nav-share:hover {
  opacity: 0.75;
}
header .nav-right .bshare-custom {
  display: none;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 9;
  padding-top: 20px;
}
header .nav-right .bshare-custom a {
  background-size: 25px;
  background-repeat: no-repeat;
  height: 25px;
  padding-left: 25px;
}
header .nav-right .bshare-custom a:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  header .nav-banner {
    display: none;
  }
}
header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(6, 88, 112, 0.9);
  padding-top: 25px;
  padding-bottom: 30px;
  z-index: 10;
  display: none;
}
@media (max-width: 992px) {
  header .nav-fixed {
    display: none !important;
  }
}
header .nav-mobile {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #000;
  display: none;
  padding: 13px 0;
  text-align: center;
}
@media (max-width: 992px) {
  header .nav-mobile {
    display: block;
  }
}
header .nav-mobile .nav-mobile-logo {
  cursor: pointer;
}
header .nav-mobile .nav-mobile-open {
  cursor: pointer;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
}
header .banner-wrap-pc {
  padding-top: 40px;
}
header .banner-wrap-pc .container-fluid, .nav-banner .container-fluid, .nav-fixed .container-fluid {
  max-width: 100%;
}
@media (max-width: 992px) {
  header .banner-wrap-pc .banner-right {
    display: none;
  }
}
header .banner-wrap-pc a {
  color: #fff;
  text-decoration: none;
}
header .banner-wrap-pc .banner-wrap-pc-con {
  position: relative;
}
header .banner-wrap-pc .banner-left {
  text-align: center;
}
header .banner-wrap-pc .banner-left .banner-title {
  padding-top: 640px;
  padding-bottom: 60px;
}
header .banner-wrap-pc .banner-left .banner-title img {
  display: none;
}
header .banner-wrap-pc .banner-left .banner-info {
  font-size: 30px;
}
header .banner-wrap-pc .banner-left .banner-btn a {
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 170px;
  background: #ff8968;
  background: -webkit-linear-gradient(left, #ffa4a8, #ffad61);
  background: -o-linear-gradient(right, #ffa4a8, #ffad61);
  background: -moz-linear-gradient(right, #ffa4a8, #ffad61);
  background: linear-gradient(to right, #ffa4a8, #ffad61);
}
header .banner-wrap-pc .banner-right {
  font-size: 14px;
  color: #ff6c36;
  position: absolute;
  right: 0;
  top: 80px;
}
header .banner-wrap-pc .banner-right a{
  color: #ff6c36;
}
header .banner-wrap-pc .banner-right section {
  padding-top: 28px;
}
header .banner-wrap-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 992px) {
  header .banner-wrap-mobile {
    display: block;
  }
}
header section {
  padding-top: 40px;
}
header .banner-wrap-mobile section p {
  font-size: 20px;
}
header .banner-wrap-mobile section p a.banner-mobile-btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 150px;
  background-color: #fb6a35;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
}
header .banner-wrap-mobile section.banner-text-mobile-section {
  padding-top: 50px;
}
header .banner-wrap-mobile .banner-text-mobile {
  width: 80%;
  max-width: 400px;
}
header .banner-wrap-mobile .clock {
  float: none;
  display: inline-block;
}
header .banner-wrap-mobile .section-banner-btn a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 170px;
  background: #2aa9bb;
  background: -webkit-linear-gradient(left, #305caf, #00ffc8);
  background: -o-linear-gradient(right, #305caf, #00ffc8);
  background: -moz-linear-gradient(right, #305caf, #00ffc8);
  background: linear-gradient(to right, #305caf, #00ffc8);
  border: 0;
  margin-right: 15px;
}
header .banner-wrap-mobile .section-banner-btn a:last-child {
  margin: 0;
}
aside.nav-aside {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: -100%;
  transition: left 0.5s;
  width: 100%;
}
@media (min-width: 992px) {
  aside.nav-aside {
    display: none !important;
  }
}
aside.nav-aside .nav-aside-con {
  background-color: #fff;
  width: 70%;
  height: 100%;
}
aside.nav-aside .nav-aside-con .nav-aside-con-scroll {
  overflow: auto;
  height: 100%;
}
aside.nav-aside .nav-aside-con .nav-aside-con-scroll ul {
  margin: 0;
  padding: 0;
  padding-top: 7px;
  list-style: none;
}
aside.nav-aside .nav-aside-con .nav-aside-con-scroll ul li {
  border-bottom: 1px solid #f0703f;
  margin: 0 30px;
}
aside.nav-aside .nav-aside-con .nav-aside-con-scroll ul li a {
  font-size: 20px;
  color: #f0703f;
  display: block;
  padding: 10px 10px 10px 0;
}
aside.nav-aside-open {
  left: 0;
}
.nav-mobile-close {
  position: absolute;
  top: 20px;
  left: 85%;
  cursor: pointer;
  height: 40px;
}
.evaluation-flow {
  text-align: center;
  color: #fff;
}
.evaluation-flow .step-name {
  position: relative;
  padding: 132px 0 0;
  font-size: 22px;
  color: #F36C3E;
  font-weight: 800;
}
.evaluation-flow .step-name::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  width: 119px;
  height: 119px;
  background: url(../images/bg-prnaac.png) no-repeat;
}
.evaluation-flow .col-lg-3:nth-child(1) .step-name::before {
  /* margin-left: -33px; */
}
.evaluation-flow .col-lg-3:nth-child(2) .step-name::before {
  background-position: -126px 0;
}
.evaluation-flow .col-lg-3:nth-child(3) .step-name::before {
  background-position: -253px 0;
}
.evaluation-flow .col-lg-3:nth-child(4) .step-name::before {
  background-position: -382px 0;
}
.evaluation-flow .col-lg-3:not(:last-child) .step-name:after {
  content: '';
  position: absolute;
  right: -15%;
  top: 50%;
  margin: -50px 0 0 0;
  width: 50px;
  height: 50px;
  background: url(../images/right.png) no-repeat;
}
.evaluation-flow .step-time {
  color: #F36C3E;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 40px;
}
.evaluation-flow-desc {
  color: #F36C3E;
  font-size: 22px;
}
.intro {
  color: #fff;
}
.intro section:not(:first-child) {
  overflow: hidden;
  padding-top: 120px;
}
.intro section:last-child {
  margin-bottom: 0;
}
.intro h3 {
  color: #e2708e;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .intro {
    padding-top: 40px;
  }
  .intro h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .col-md-6 {
    width: 50%;
    padding: 0 10px;
  }
}
.intro p {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .intro p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.award-intro-album-year {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 auto 35px;
  list-style: none;
}
.award-intro-album-year li {
  display: inline-block;
  width: 14%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.award-intro-album-year a {
  color: #fff;
  text-decoration: underline;
}
.award-intro-album-photos .row > div {
  margin-bottom: 30px;
  height: 228px;
  overflow: hidden;
}
.award-intro-album-photos img {
  width: 100%;
  height: auto;
}
.award-intro-wrap {
  position: relative;
  margin-bottom: 30px;
}
.award-intro-wrap p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.award-desc {
  border: 2px solid #F36C3E;
  height: 350px;
  padding: 20px 16px 0;
  overflow: hidden;
}
.award-desc h4 {
  position: relative;
  padding-top: 90px;
  margin-bottom: 20px;
  text-align: center;
  color: #F36C3E;
  font-size: 30px;
  font-weight: 800;
}
.award-desc h4::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: url(../images/trophy.png) no-repeat 0 0;
}
.awrad-entry {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  border: 2px solid #F36C3E;
  height: 350px;
  padding: 24px 20px 0;
  width: 100%;
  overflow: hidden;
}
.awrad-entry a {
  /* padding: 6px 30px; */
  width: 156px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #F36C3E;
  border-radius: 6px;
  margin: 0 0 0 -78px;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 50%;
}
.awrad-entry-btn {
  position: absolute;
  left: 25%;
  bottom: 35px;
  width: 50%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border: 1px solid #fff;
  border-radius: 4px;
}
.awrad-entry-btn:hover, .awrad-entry-btn:active, .awrad-entry-btn:focus {
  text-decoration: none;
  background-color: #fff;
  color: #F36C3E;
}
.award-intro-process, .about-ceremony {
  width: 1054px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .award-intro-process, .about-ceremony {
    width: 100%;
  }
}
.award-intro-process .process-step {
  position: relative;
  border: 1px solid #F36C3E;
  border-radius: 6px;
  padding: 20px 60px;
  margin-bottom: 115px;
  text-align: center;
}
.award-intro-process .process-step a{
  color: #F36C3E;
  text-decoration: underline;
}
.award-intro-process .process-step-mobile {
  display: none;
}
@media (max-width: 992px) {
  .award-intro-process .process-step {
    padding: 10px;
  }
  .award-intro-process .process-step-pc {
    display: none;
  }
  .award-intro-process .process-step-mobile {
    display: block;
  }
}
.award-intro-process .process-step:not(:nth-child(2)):after {
  content: '';
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -17px;
  background: url(../images/down.png) no-repeat 0 0;
}
.award-intro-process .process-step:last-child {
  margin-bottom: 0;
}
.award-intro-process .process-step:last-child::after {
  display: none;
}
.award-intro-process .process-step p {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .award-intro-process .process-step p {
    font-size: 20px;
  }
}
.award-intro-process .process-step .process-step-time {
  color: #F36C3E;
  margin-bottom: 0;
}
.about-ceremony p {
  color: #F36C3E;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 992px) {
  .about-ceremony p {
    font-size: 20px;
    line-height: 1.6;
  }
}
.about-ceremony .tips {
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .about-ceremony .tips {
    font-size: 20px;
    line-height: 1.6;
  }
}
.about-ceremony .tips a {
  color: #fff;
}
.award-btn {
  display: block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  margin: 50px auto 0;
  border-radius: 4px;
  background-color: #ff6c36;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.award-btn:hover, .award-btn:active, .award-btn:focus {
  color: #fff;
  text-decoration: none;
}
.newsletter .h2-wrap {
  margin-bottom: 40px;
}
.newsletter-wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.newsletter-wrap p {
  color: #333;
  font-size: 22px;
  margin-bottom: 40px;
}
.newsletter-wrap .award-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .newsletter-wrap .award-btn {
    margin-top: 20px;
  }
}
.newsletter-tips {
  color: #999;
  font-size: 14px;
}
footer.main-part {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073143;
  color: #fff;
  text-align: center;
}
footer.main-part a {
  color: #fff;
  text-decoration: none;
}
footer.main-part a:hover {
  color: #fa6a35;
  text-decoration: none;
}
footer.main-part p {
  margin: 0;
}
footer.main-part ul.footer-link {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  margin: 0 auto;
}
footer.main-part ul.footer-link li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer.main-part ul.footer-link li {
    width: auto;
    margin: 0 10px;
  }
}
footer.main-part ul.footer-link li:last-child {
  margin-right: 0;
}
footer.main-part .bshare-custom {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  footer.main-part .footer-share {
    display: none;
  }
}
@media (max-width: 992px) {
  header .nav-mobile .nav-mobile-logo {
    width: 24%;
    margin: 10px 10px;
  }
  .container-fluid {
    padding: 0 4%
  }
  .evaluation-flow .col-lg-3:not(:last-child) .step-name:after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -35%;
    margin: 0 0 -50px -25px;
    width: 50px;
    height: 50px;
    background: url(../images/down.png) no-repeat;
  }
  .evaluation-flow .col-lg-3:not(:last-child) .step-time{
    margin-bottom: 100px;
  }
  .award-desc, .awrad-entry {
    padding: 10px;
    height: 376px
  }
  .award-intro-wrap p {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  .award-desc h4 {
    font-size: 18px;
  }
  .award-desc h4::before {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    background-size: 100%;
  }

  .awrad-entry a {
    width: 90%;
    margin-left: -45%;
    bottom: 10px;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .award-intro-album-photos .row > div {
    height: 104px;
    overflow: hidden;
  }
  header .banner-wrap-pc .container-fluid {
    width: 100%;
    padding: 0;
  }
  header .banner-wrap-pc .banner-left .banner-title {
    padding: 0;
  }
  header .banner-wrap-pc .banner-left .banner-title img {
    display: block;
    width: 100%;
  }
}