* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 5155062 */
  src: url('//at.alicdn.com/t/c/font_5155062_xg12gny3lw.woff2?t=1783403681759') format('woff2'), url('//at.alicdn.com/t/c/font_5155062_xg12gny3lw.woff?t=1783403681759') format('woff'), url('//at.alicdn.com/t/c/font_5155062_xg12gny3lw.ttf?t=1783403681759') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Hiragino Sans GB, Hiragino Sans GB-600, "PingFang SC", "Source Han Sans CN", "Helvetica Neue";
}
.top-seat {
  height: 80px;
}
@media (max-width: 1020px) {
  .top-seat {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .top-seat {
    height: 60px;
  }
}
.tag-text {
  position: absolute;
  left: 30px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 16px;
  font-size: 9px;
  color: #ffffff;
  background: #F05A22;
  border-radius: 3px;
  animation: 0.7s ease 0s infinite normal none running applyBtn;
}
.tag-text::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -4px;
  border-top: 5px solid #F05A22;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
nav {
  width: 100%;
  background: #3E434A;
}
nav .nav-con {
  width: 85%;
  height: auto;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  nav .nav-con {
    width: 92%;
  }
}
nav .nav-con .logo {
  display: flex;
  align-items: center;
  flex: 1;
}
nav .nav-con .logo img {
  display: block;
  height: 40px;
}
nav .nav-con .col-nav .nav-text {
  float: left;
  margin: 0 20px;
  position: relative;
}
nav .nav-con .col-nav .nav-text a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
nav .nav-con .col-nav .nav-text a:hover {
  color: #1CB5D8;
}
nav .nav-con .col-nav .nav-text:last-child {
  margin-right: 0;
}
nav .nav-con .col-nav .active a {
  color: #1CB5D8;
  position: relative;
  border-bottom: 3px solid #1CB5D8;
}
nav .nav-con .nav-btn-bg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
nav .nav-con .nav-btn-bg .nav-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  height: 38px;
  padding: 0 20px;
}
nav .nav-con .nav-btn-bg .nav-btn:hover {
  background: #ffffff;
}
nav .nav-con .nav-btn-bg .nav-btn .iconfont {
  font-size: 18px;
}
nav .nav-con .nav-btn-bg .nav-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  nav .nav-con .nav-btn-bg .nav-btn .iconfont {
    font-size: 14px;
  }
  nav .nav-con .nav-btn-bg .nav-btn .text {
    font-size: 12px;
  }
}
@keyframes applyBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1200px) {
  nav .nav-con .col-nav .nav-text {
    margin: 0 5px;
  }
  nav .nav-con .nav-btn-bg {
    margin-left: 10px;
  }
  nav .nav-con .logo img {
    height: 36px;
  }
}
@media (max-width: 991px) {
  nav .nav-con {
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 4%;
  }
  nav .nav-con .menu-icon .iconfont {
    font-size: 20px;
    color: #fff;
  }
  nav .nav-con .menu-b .icon-a {
    display: none;
  }
  nav .nav-con .menu-a .icon-b {
    display: none;
  }
  nav .nav-con .col-nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background: #17222C;
    display: none;
  }
  nav .nav-con .col-nav .nav-text {
    width: 100%;
    float: none;
    padding: 0 4%;
    margin: 0px;
  }
  nav .nav-con .col-nav .nav-text .tag-text {
    left: 50px;
    top: -8px;
  }
  nav .nav-con .col-nav .nav-text:last-child {
    border-bottom: none;
  }
  nav .nav-con .col-nav .nav-text a {
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav .nav-con .col-nav .active a {
    border-bottom: 1px solid #1CB5D8;
  }
}
@media (max-width: 767px) {
  nav .nav-con .logo img {
    height: 20px;
  }
  nav .nav-con .nav-btn-bg .nav-btn {
    height: 30px;
    padding: 0px 12px;
  }
}
.banner-bg {
  margin: 0 auto;
  width: 100%;
  max-height: 450px;
  background-color: #05080B;
  background-image: url("../images/banner.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  padding-bottom: 23.4375%;
}
.banner-bg .banner-con {
  width: 85%;
  height: auto;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 40%;
  gap: 15px;
}
@media (max-width: 1600px) {
  .banner-bg .banner-con {
    width: 92%;
  }
}
.banner-bg .banner-con .text-1 {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.banner-bg .banner-con .text-2 {
  display: flex;
}
.banner-bg .banner-con .text-2 span {
  padding: 5px 10px;
  background: #035E7C;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
}
.banner-bg .banner-con .banner-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-bg .banner-con .banner-btn .down-btn {
  animation: 1s ease 0s infinite normal none running applyBtn;
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  gap: 5px;
  height: 38px;
  padding: 0 30px;
  position: relative;
}
.banner-bg .banner-con .banner-btn .down-btn:hover {
  background: #ffffff;
}
.banner-bg .banner-con .banner-btn .down-btn .iconfont {
  font-size: 18px;
}
.banner-bg .banner-con .banner-btn .down-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .banner-bg .banner-con .banner-btn .down-btn .iconfont {
    font-size: 14px;
  }
  .banner-bg .banner-con .banner-btn .down-btn .text {
    font-size: 12px;
  }
}
.banner-bg .banner-con .banner-btn .down-btn .iconfont {
  font-size: 13px;
}
.banner-bg .banner-con .banner-btn .down-btn .text {
  font-size: 14px;
  font-weight: 300;
}
.banner-bg .banner-con .banner-btn .down-btn .tag-text {
  top: -15px;
  left: 100px;
}
.banner-bg .banner-con .banner-btn .down-btn:nth-child(2) {
  background: #73BF44;
}
.banner-bg .banner-con .banner-btn .down-btn:nth-child(2):hover {
  background: #ffffff;
}
@media (max-width: 1300px) {
  .banner-bg .banner-con {
    padding-right: 30%;
  }
  .banner-bg .banner-con .text-1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner-bg .banner-con .text-2 span {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-bg .banner-con .banner-btn .down-btn {
    height: 36px;
    padding: 0 24px;
  }
  .banner-bg .banner-con .banner-btn .tag-text {
    left: 80px;
  }
}
@media (max-width: 991px) {
  .banner-bg .banner-con {
    padding-right: 20%;
    gap: 12px;
  }
  .banner-bg .banner-con .text-1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-bg .banner-con .text-2 span {
    font-size: 20px;
    line-height: 24px;
    padding: 4px 8px;
  }
  .banner-bg .banner-con .banner-btn {
    margin-top: 15px;
    gap: 15px;
  }
  .banner-bg .banner-con .banner-btn .down-btn {
    height: 34px;
    padding: 0 20px;
  }
  .banner-bg .banner-con .banner-btn .down-btn .text {
    font-size: 13px;
  }
  .banner-bg .banner-con .banner-btn .down-btn .tag-text {
    font-size: 14px;
    padding: 3px 10px;
    top: -12px;
    left: 70px;
  }
}
@media (max-width: 767px) {
  .banner-bg {
    height: 250px;
    background-position: center;
  }
  .banner-bg .banner-con {
    padding: 0 5%;
    width: 100%;
    gap: 5px;
  }
  .banner-bg .banner-con .text-1 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner-bg .banner-con .text-2 span {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 6px;
  }
  .banner-bg .banner-con .banner-btn {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
  }
  .banner-bg .banner-con .banner-btn .down-btn {
    height: 26px;
    padding: 0px 12px;
  }
  .banner-bg .banner-con .banner-btn .down-btn .iconfont {
    font-size: 13px;
  }
  .banner-bg .banner-con .banner-btn .down-btn .text {
    font-size: 12px;
  }
}
.page-step {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  position: relative;
  background: linear-gradient(90deg, rgba(28, 181, 216, 0.2), rgba(28, 181, 216, 0) 100%);
  border: 1px solid rgba(28, 181, 216, 0.25);
  border-radius: 10px;
}
@media (max-width: 1360px) {
  .page-step {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-step {
    width: 92%;
  }
}
.page-step .step-item {
  width: 50%;
  position: relative;
  z-index: 99;
}
.page-step .step-item:first-child .top .line-l {
  background: transparent;
}
.page-step .step-item:last-child .top .line-r {
  background: none;
}
.page-step .step-item .top {
  display: flex;
  align-items: center;
}
.page-step .step-item .top .num {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-step .step-item .top .num span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #1CB5D8;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
}
.page-step .step-item .top .line-l {
  width: auto;
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, #1cb5d8, rgba(28, 181, 216, 0) 100%);
}
.page-step .step-item .top .line-r {
  width: auto;
  flex: 1;
  height: 1.5px;
  background: #1CB5D8;
}
.page-step .step-item .text {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-step .step-item .text .text-1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 10px;
  word-break: break-all;
}
.page-step .step-item .text .text-1 a,
.page-step .step-item .text .text-1 span {
  color: #1CB5D8;
}
.page-step .step-item .text .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 5px;
}
.page-step .step-item .text .btn-row .the-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  height: 26px;
  padding: 0 12px;
  gap: 3px;
  animation: 1s ease 0s infinite normal none running applyBtn;
}
.page-step .step-item .text .btn-row .the-btn:hover {
  background: #ffffff;
}
.page-step .step-item .text .btn-row .the-btn .iconfont {
  font-size: 18px;
}
.page-step .step-item .text .btn-row .the-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-step .step-item .text .btn-row .the-btn .iconfont {
    font-size: 14px;
  }
  .page-step .step-item .text .btn-row .the-btn .text {
    font-size: 12px;
  }
}
.page-step .step-item .text .btn-row .the-btn .iconfont {
  font-size: 13px;
}
.page-step .step-item .text .btn-row .the-btn .text {
  font-size: 14px;
  font-weight: 300;
}
.page-step .step-item .text .btn-row .the-btn:nth-child(2) {
  background: #73BF44;
}
.page-step .step-item .text .btn-row .the-btn:nth-child(2):hover {
  background: #ffffff;
}
@media (max-width: 1200px) {
  .page-step {
    padding: 16px 0;
  }
  .page-step .step-item .top .num {
    width: 52px;
    height: 52px;
  }
  .page-step .step-item .top .num span {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
  .page-step .step-item .text .text-1 {
    font-size: 15px;
  }
  .page-step .step-item .text .btn-row .the-btn {
    height: 24px;
    padding: 0 10px;
  }
  .page-step .step-item .text .btn-row .the-btn .iconfont {
    font-size: 13px;
  }
  .page-step .step-item .text .btn-row .the-btn .text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .page-step {
    flex-wrap: wrap;
    padding: 14px 0;
  }
  .page-step .step-item .top .num {
    width: 48px;
    height: 48px;
  }
  .page-step .step-item .top .num span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .page-step .step-item .text .text-1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-step {
    flex-direction: column;
    padding: 12px 0;
    gap: 5px;
    border-radius: 8px;
  }
  .page-step .step-item {
    width: 100%;
    margin-bottom: 0;
  }
  .page-step .step-item .top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-step .step-item .top .line-l,
  .page-step .step-item .top .line-r {
    display: none;
  }
  .page-step .step-item .top .num {
    width: 44px;
    height: 44px;
  }
  .page-step .step-item .top span {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .page-step .step-item .text .text-1 {
    font-size: 14px;
    padding: 0 5px;
  }
  .page-step .step-item .text .btn-row {
    gap: 6px;
  }
  .page-step .step-item .text .btn-row .the-btn {
    height: 22px;
    padding: 0 8px;
  }
  .page-step .step-item .text .btn-row .the-btn .iconfont {
    font-size: 12px;
  }
  .page-step .step-item .text .btn-row .the-btn .text {
    font-size: 12px;
  }
}
.page-change-bg {
  background: #17222C;
  padding: 40px 0px 50px 0px;
}
@media (max-width: 767px) {
  .page-change-bg {
    padding: 20px 0px;
  }
}
.page-change {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .page-change {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-change {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-change {
    margin: 10px auto 0;
  }
}
.page-title span {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  padding-left: 22px;
  position: relative;
}
.page-title span:before {
  content: '';
  width: 7px;
  height: 30px;
  background: #1CB5D8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title strong {
  font-size: 20px;
  font-weight: 600;
  color: #1CB5D8;
}
@media (max-width: 1200px) {
  .page-title span {
    font-size: 32px;
    padding-left: 18px;
  }
  .page-title span:before {
    width: 6px;
    height: 26px;
  }
}
@media (max-width: 991px) {
  .page-title span {
    font-size: 28px;
    padding-left: 16px;
  }
  .page-title span:before {
    width: 6px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .page-title span {
    font-size: 18px;
    padding-left: 12px;
  }
  .page-title span:before {
    width: 4px;
    height: 18px;
  }
  .page-title strong {
    font-size: 12px;
  }
}
.page-title-black {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.page-title-black span {
  color: #222222;
}
.page-change-con {
  margin: 20px auto 0;
  padding-top: 30px;
  display: flex;
  gap: 40px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page-change-con .change-text {
  flex: 1;
}
.page-change-con .change-text .text-1 {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 22px;
}
.page-change-con .change-text .text-2-item {
  margin-top: 15px;
  background: rgba(28, 181, 216, 0.1);
  border-radius: 10px;
  padding: 10px 15px;
}
.page-change-con .change-text .text-2-item .the-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 6px 0px;
  position: relative;
  padding-left: 14px;
}
.page-change-con .change-text .text-2-item .the-item:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #1CB5D8;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
}
.page-change-con .change-text .text-2-item .the-item strong {
  color: #1CB5D8;
}
.page-change-con .change-text .text-3 {
  margin-top: 30px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.page-change-con .change-text .text-3 p {
  margin-bottom: 5px;
}
.page-change-con .change-text .text-3 strong {
  color: #1CB5D8;
}
.page-change-con .change-pic {
  width: 42%;
}
.page-change-con .change-pic img {
  border: 1.5px solid #035E7C;
  border-radius: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-change-con {
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }
  .page-change-con .change-pic {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-change-con {
    padding-top: 20px;
    gap: 20px;
  }
  .page-change-con .change-pic {
    width: 85%;
  }
  .page-change-con .change-text .text-1,
  .page-change-con .change-text .text-3 {
    font-size: 14px;
    line-height: 20px;
  }
  .page-change-con .change-text .text-2-item {
    padding: 8px 12px;
  }
  .page-change-con .change-text .text-2-item .the-item {
    font-size: 13px;
    line-height: 18px;
  }
  .page-change-con .change-text .text-3 {
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .page-change-con {
    margin-top: 12px;
    padding-top: 16px;
    gap: 16px;
  }
  .page-change-con .change-pic {
    width: 100%;
  }
  .page-change-con .change-text .text-2-item {
    margin-top: 10px;
    border-radius: 8px;
  }
  .page-change-con .change-text .text-2-item .the-item {
    margin: 4px 0;
  }
  .page-change-con .change-text .text-3 {
    margin-top: 18px;
  }
}
.page-challenge {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
}
@media (max-width: 1360px) {
  .page-challenge {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-challenge {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .page-challenge {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .page-challenge {
    margin: 15px auto 0;
  }
}
.page-challenge-con {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.page-challenge-con .challenge-card {
  background: linear-gradient(90deg, #035e7c 0%, #1cb5db 100%), rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
  color: #ffffff;
  width: calc(33.333% - 13.333px);
}
.page-challenge-con .challenge-card .card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page-challenge-con .challenge-card .card-head .iconfont {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #73BF44;
  font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
}
.page-challenge-con .challenge-card .card-head .the-title {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
}
.page-challenge-con .challenge-card .card-body .desc-inner {
  position: relative;
  padding: 3px 0 3px 12px;
}
.page-challenge-con .challenge-card .card-body .desc-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  background: #73BF44;
}
.page-challenge-con .challenge-card .card-body .desc-inner .desc-txt {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}
.page-challenge-con .challenge-card .card-body .desc-inner ul {
  margin: 8px 0 8px 8px;
}
.page-challenge-con .challenge-card .card-body .desc-inner ul li {
  font-size: 14px;
  font-weight: 300;
  margin: 3px 0;
  position: relative;
  padding-left: 13px;
}
.page-challenge-con .challenge-card .card-body .desc-inner ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #73BF44;
  border-radius: 20px;
}
.page-challenge-con .challenge-card .card-body .desc-bottom {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.page-challenge-con .challenge-card .card-body .desc-bottom p {
  margin-bottom: 3px;
}
.page-challenge-con .challenge-card .card-body .desc-bottom strong {
  color: #73BF44;
}
.page-challenge-con .challenge-card:nth-child(4),
.page-challenge-con .challenge-card:nth-child(5) {
  width: calc(50% - 10px);
}
@media (max-width: 1200px) {
  .page-challenge-con {
    gap: 16px;
  }
  .page-challenge-con .challenge-card {
    padding: 14px 16px;
    width: calc(33.333% - 10.666px);
  }
  .page-challenge-con .challenge-card .card-head {
    margin-bottom: 16px;
  }
  .page-challenge-con .challenge-card .card-head .iconfont {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .page-challenge-con .challenge-card .card-head .the-title {
    font-size: 16px;
    line-height: 20px;
  }
  .page-challenge-con .challenge-card .card-body .desc-inner .desc-txt {
    font-size: 14px;
  }
  .page-challenge-con .challenge-card .card-body .desc-bottom {
    font-size: 13px;
  }
  .page-challenge-con .challenge-card:nth-child(4),
  .page-challenge-con .challenge-card:nth-child(5) {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .page-challenge-con {
    gap: 14px;
  }
  .page-challenge-con .challenge-card {
    width: calc(50% - 7px) !important;
    padding: 12px 14px;
    border-radius: 8px;
  }
  .page-challenge-con .challenge-card .card-head {
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
  .page-challenge-con .challenge-card .card-head .iconfont {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .page-challenge-con .challenge-card .card-head .the-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .page-challenge-con {
    gap: 8px;
    margin: 12px auto 0;
  }
  .page-challenge-con .challenge-card {
    width: 100% !important;
    padding: 12px;
    border-radius: 6px;
  }
  .page-challenge-con .challenge-card .card-head {
    margin-bottom: 12px;
  }
  .page-challenge-con .challenge-card .card-body .desc-inner:before {
    width: 2px;
  }
  .page-challenge-con .challenge-card .card-body .desc-inner ul {
    margin: 8px 0 8px 0px;
  }
  .page-challenge-con .challenge-card .card-body .desc-inner ul li {
    font-size: 13px;
    padding-left: 13px;
  }
}
.page-process {
  margin: 40px auto 0;
  background-image: url("../images/process-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 50px 0px;
}
.page-process .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .page-process .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-process .page-title {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .page-process {
    background-size: 120% auto;
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .page-process {
    background-size: 150% auto;
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .page-process {
    background-size: 200% auto;
    padding: 10px 0px;
    margin: 20px auto 0;
  }
}
.step-nav {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1360px) {
  .step-nav {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .step-nav {
    width: 92%;
  }
}
.step-nav .nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-nav .nav-item .line-l,
.step-nav .nav-item .line-r {
  flex: 1;
  height: 2px;
  background: #1CB5D8;
  transition: background 0.3s;
}
.step-nav .nav-item .step-circle {
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.step-nav .nav-item .step-circle:hover,
.step-nav .nav-item .step-circle:focus {
  background: transparent;
}
.step-nav .nav-item .step-circle:hover .text,
.step-nav .nav-item .step-circle:focus .text {
  transform: scale(1.05);
}
.step-nav .nav-item .step-circle .text {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 20px;
  background: #1CB5D8;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 2;
}
.step-nav .nav-item .step-circle .text:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  width: 2px;
  height: 20px;
  bottom: 8px;
}
.step-nav .nav-item .step-circle .wave-1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #73BF44;
  animation: pulseWave 1s ease-out infinite;
}
.step-nav .nav-item.active .line-l,
.step-nav .nav-item.active .line-r {
  background: #73BF44;
}
.step-nav .nav-item.active .step-circle {
  width: 120px;
  height: 120px;
  border: none;
}
.step-nav .nav-item.active .step-circle .wave-1 {
  display: block;
}
.step-nav .nav-item.active .step-circle .text {
  background: #73BF44;
}
.step-nav .nav-item.active .step-circle .text:before {
  background: #ffffff;
}
@media (max-width: 1200px) {
  .step-nav {
    margin-top: 30px;
  }
  .step-nav .nav-item .step-circle {
    width: 90px;
    height: 90px;
  }
  .step-nav .nav-item .step-circle .text {
    width: 80px;
    height: 80px;
    font-size: 17px;
  }
  .step-nav .nav-item .step-circle .text:before {
    background: transparent;
  }
  .step-nav .nav-item.active .step-circle {
    width: 100px;
    height: 100px;
  }
  .step-nav .nav-item.active .step-circle .text:before {
    background: transparent;
  }
}
@media (max-width: 991px) {
  .step-nav {
    margin-top: 15px;
  }
  .step-nav .nav-item .step-circle {
    width: 75px;
    height: 75px;
  }
  .step-nav .nav-item .step-circle .wave-1 {
    animation: none;
    border: none;
  }
  .step-nav .nav-item .step-circle .text {
    width: 65px;
    height: 65px;
    font-size: 15px;
  }
  .step-nav .nav-item.active .step-circle {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .step-nav {
    margin-top: 15px;
  }
  .step-nav .nav-item .line-l,
  .step-nav .nav-item .line-r {
    height: 1px;
  }
  .step-nav .nav-item .step-circle {
    width: 60px;
    height: 60px;
  }
  .step-nav .nav-item .step-circle .text {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .step-nav .nav-item.active .step-circle {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .step-nav .nav-item .step-circle {
    width: 46px;
    height: 46px;
  }
  .step-nav .nav-item .step-circle .text {
    width: 46px;
    height: 46px;
    font-size: 12px;
  }
  .step-nav .nav-item.active .step-circle {
    width: 46px;
    height: 46px;
  }
}
@keyframes pulseWave {
  0% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
.tab-process {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  min-height: 520px;
}
@media (max-width: 1360px) {
  .tab-process {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .tab-process {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .tab-process {
    padding: 25px;
    margin: 20px auto 0;
  }
}
@media (max-width: 991px) {
  .tab-process {
    padding: 20px;
    margin: 15px auto 0;
  }
}
@media (max-width: 767px) {
  .tab-process {
    padding: 15px;
    margin: 8px auto 0;
    min-height: auto;
  }
}
.process-item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.process-item .item-content {
  flex: 1;
}
.process-item .item-content .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.process-item .item-content .sub-tit {
  font-size: 16px;
  font-weight: 600;
  color: #17222C;
  line-height: 20px;
  border-left: 3px solid #035E7C;
  padding-left: 6px;
  margin-bottom: 10px;
}
.process-item .item-content .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 18px;
}
.process-item .item-content .tag-wrap .tag-item {
  min-height: 30px;
  background: #F5F5F5;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 5px 8px 5px 20px;
  position: relative;
  color: #17222C;
}
.process-item .item-content .tag-wrap .tag-item:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #1CB5D8;
  border-radius: 50px;
}
.process-item .item-content .download-head {
  margin-top: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7d7d7;
  gap: 7px;
}
.process-item .item-content .download-head .iconfont {
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 50px;
  background: #1CB5D8;
  color: #17222C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-item .item-content .download-head .the-text {
  font-size: 16px;
  font-weight: 600;
  color: #17222C;
  line-height: 24px;
}
@media (max-width: 767px) {
  .process-item .item-content .download-head {
    margin-top: 15px;
    gap: 4px;
  }
  .process-item .item-content .download-head .the-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.process-item .item-content .pdf-wrap {
  margin-top: 12px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1.5px solid #035E7C;
  animation: borderColorFlow 2s ease-in-out infinite;
  border-radius: 15px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  gap: 6px;
  display: flex;
  flex-direction: column;
}
@keyframes borderColorFlow {
  0% {
    border-color: #035E7C;
  }
  50% {
    border-color: #1CB5D8;
  }
  100% {
    border-color: #035E7C;
  }
}
.process-item .item-content .pdf-item {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #f2f2f2;
  padding: 8px 6px 8px 12px;
  transition: all 0.25s ease;
  gap: 8px;
}
.process-item .item-content .pdf-item:hover {
  background: #ffffff;
}
.process-item .item-content .pdf-item:hover .pdf-name .pdf-text {
  color: #035E7C;
}
.process-item .item-content .pdf-item:hover .the-btn .iconfont {
  background: #1CB5D8;
  color: #182752;
  transform: scale(1.12);
}
.process-item .item-content .pdf-item .pdf-name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}
.process-item .item-content .pdf-item .pdf-name .iconfont {
  font-size: 22px;
  color: #035E7C;
}
.process-item .item-content .pdf-item .pdf-name .pdf-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  transition: color 0.25s ease;
}
.process-item .item-content .pdf-item .the-btn {
  position: relative;
}
.process-item .item-content .pdf-item .the-btn .iconfont {
  display: flex;
  width: 36px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #035E7C;
  font-size: 15px;
  border-radius: 20px;
  transition: all 0.22s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.process-item .item-content .pdf-item .the-btn .iconfont::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 24px;
  border: 1px solid #035E7C;
  animation: btnPulse 1.6s ease-out infinite;
}
@media (max-width: 767px) {
  .process-item .item-content .pdf-item {
    border-radius: 5px;
    padding: 4px 10px;
    gap: 10px;
  }
  .process-item .item-content .pdf-item .pdf-name .iconfont {
    display: none;
  }
  .process-item .item-content .pdf-item .pdf-name .pdf-text {
    font-size: 13px;
    line-height: 20px;
  }
  .process-item .item-content .pdf-item .the-btn .iconfont {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  .process-item .item-content .pdf-item .the-btn .iconfont:after {
    animation: none;
    border: none;
  }
}
@keyframes btnPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.process-item .item-pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .process-item {
    gap: 40px;
  }
  .process-item .item-content .item-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .process-item {
    flex-direction: column;
    gap: 24px;
  }
  .process-item .item-content {
    width: 100%;
  }
  .process-item .item-content .item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .process-item .item-content {
    width: 100%;
  }
  .process-item .item-content .item-title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
  .process-item .item-content .sub-tit {
    font-size: 13px;
    line-height: 18px;
    padding-left: 5px;
    margin-bottom: 6px;
    border-left: 2px solid #035E7C;
  }
  .process-item .item-content .tag-wrap {
    gap: 3px;
    margin-bottom: 12px;
  }
  .process-item .item-content .tag-wrap .tag-item {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 12px;
  }
  .process-item .item-content .tag-wrap .tag-item:before {
    background: transparent;
  }
  .process-item .item-content .pdf-wrap {
    padding: 0px;
    border: none;
    box-shadow: none;
  }
}
.page-video {
  width: 100%;
  background: #F5F5F5;
  padding: 30px 0px 50px 0px;
}
@media (max-width: 767px) {
  .page-video {
    padding: 20px 0px;
  }
}
.page-video .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .page-video .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-video .page-title {
    width: 92%;
  }
}
.page-video-con {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 25px auto 0;
  display: flex;
  align-items: stretch;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media (max-width: 1360px) {
  .page-video-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-video-con {
    width: 92%;
  }
}
.page-video-con .video-play-con {
  flex: 1;
  height: 100%;
  position: relative;
}
.page-video-con .video-play-con .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-video-con .video-play-con .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  line-height: 60px;
  transform: translate(-50%, -50%);
  margin: 0px;
  fill: rgba(255, 255, 255, 0.1);
  stroke-width: 1.5px;
  stroke: #FFF;
  box-shadow: -4px -4px 15px 0 rgba(255, 255, 255, 0.6) inset, 4px 4px 15px 0 rgba(255, 255, 255, 0.6) inset;
}
.page-video-con .video-list {
  width: 28%;
  min-height: 0;
  overflow-y: scroll;
  padding: 25px 15px;
  background: #ffffff;
  border-radius: 0px 15px 15px 0px;
  border: 1px solid #d7d7d7;
  border-left: none;
  box-sizing: border-box;
}
.page-video-con .video-list .video-item {
  margin-bottom: 10px;
}
.page-video-con .video-list .video-item a {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 7px;
  color: #035E7C;
  border: 1px solid #f2f2f2;
}
.page-video-con .video-list .video-item a:hover {
  border: 1px solid #035E7C;
}
.page-video-con .video-list .video-item a .iconfont {
  font-size: 20px;
  margin-top: 1px;
}
.page-video-con .video-list .video-item a .video-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
.page-video-con .video-list .video-item.video-active a {
  background: #035E7C;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .page-video-con .video-list {
    width: 32%;
    padding: 20px 12px;
  }
  .page-video-con .video-list .video-item a {
    padding: 8px 12px;
  }
  .page-video-con .video-list .video-item a .video-title {
    font-size: 15px;
    line-height: 20px;
  }
  .page-video-con .video-play-con .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .page-video-con .video-list {
    width: 40%;
  }
  .page-video-con .video-list .video-item a {
    padding: 5px 8px;
    gap: 4px;
  }
  .page-video-con .video-list .video-item a .iconfont {
    font-size: 14px;
    margin-top: 3px;
  }
  .page-video-con .video-list .video-item a .video-title {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .page-video-con {
    margin-top: 18px;
    flex-direction: column;
  }
  .page-video-con .video-list {
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    max-height: initial;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 0px;
  }
  .page-video-con .video-list .video-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 60%;
    margin-bottom: 5px;
  }
  .page-video-con .video-list .video-item a {
    padding: 7px 10px;
    gap: 6px;
  }
  .page-video-con .video-list .video-item a .iconfont {
    font-size: 17px;
    margin: 0px;
  }
  .page-video-con .video-list .video-item a .video-title {
    font-size: 14px;
    line-height: 19px;
  }
  .page-video-con .video-play-con .video-js .vjs-big-play-button {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .page-video-con {
    margin-top: 12px;
  }
  .page-video-con .video-list .video-item a .video-title {
    font-size: 13px;
  }
  .page-video-con .video-play-con .video-js .vjs-big-play-button {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.page-product {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 45px auto 0;
}
@media (max-width: 1360px) {
  .page-product {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-product {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-product {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .page-product {
    margin: 20px auto 0;
  }
}
.product-list {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-list .product-card {
  border-radius: 15px;
  border: 1.5px solid #d7d7d7;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-list .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-list .product-card:hover .product-title {
  color: #035E7C;
}
.product-list .product-card:hover .product-link span {
  background: #1CB5D8;
  border-radius: 50px;
  border: none;
  color: #182752;
}
.product-list .product-card .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .product-card .product-img img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 14px;
}
.product-list .product-card .product-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 600;
  margin: 15px 0 10px;
  padding: 0px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  min-height: 48px;
}
.product-list .product-card .product-link {
  display: flex;
  align-items: center;
}
.product-list .product-card .product-link span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #17222C;
  font-weight: bold;
  border-bottom: 1px solid #035E7C;
  height: 30px;
  margin: 0 auto;
  transition: all 0.3s ease;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-list {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px auto 0;
  }
  .product-list .product-card {
    border-radius: 8px;
    padding-bottom: 10px;
    border: 1px solid #d7d7d7;
  }
  .product-list .product-card .product-img img {
    border-radius: 7px;
  }
  .product-list .product-card .product-title {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
    margin: 5px 0px;
    padding: 0px 5px;
  }
  .product-list .product-card .product-link span {
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    padding: 0px 5px;
  }
}
.product-down {
  margin: 20px auto 0;
  padding: 20px 25px 30px 25px;
  background: #ffffff;
  border-radius: 15px;
  border: 1.5px solid #035E7C;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  animation: borderColorFlow 2s ease-in-out infinite;
}
.product-down .download-head {
  margin-top: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7d7d7;
  gap: 7px;
}
.product-down .download-head .iconfont {
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 50px;
  background: #1CB5D8;
  color: #17222C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-down .download-head .the-text {
  font-size: 16px;
  font-weight: 600;
  color: #17222C;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product-down .download-head {
    margin-top: 15px;
    gap: 4px;
  }
  .product-down .download-head .the-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-down .download-head {
  margin: 0px;
}
.product-down .download-head .iconfont {
  width: 34px;
  height: 34px;
  font-size: 20px;
}
.product-down .download-head .the-text {
  font-size: 28px;
  line-height: 36px;
}
.product-down .download-head .the-text strong {
  font-size: 18px;
  color: #035E7C;
}
.product-down .pdf-wrap {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}
.product-down .pdf-wrap .pdf-item {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #f2f2f2;
  padding: 8px 6px 8px 12px;
  transition: all 0.25s ease;
  gap: 8px;
}
.product-down .pdf-wrap .pdf-item:hover {
  background: #ffffff;
}
.product-down .pdf-wrap .pdf-item:hover .pdf-name .pdf-text {
  color: #035E7C;
}
.product-down .pdf-wrap .pdf-item:hover .the-btn .iconfont {
  background: #1CB5D8;
  color: #182752;
  transform: scale(1.12);
}
.product-down .pdf-wrap .pdf-item .pdf-name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-down .pdf-wrap .pdf-item .pdf-name .iconfont {
  font-size: 22px;
  color: #035E7C;
}
.product-down .pdf-wrap .pdf-item .pdf-name .pdf-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  transition: color 0.25s ease;
}
.product-down .pdf-wrap .pdf-item .the-btn {
  position: relative;
}
.product-down .pdf-wrap .pdf-item .the-btn .iconfont {
  display: flex;
  width: 36px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #035E7C;
  font-size: 15px;
  border-radius: 20px;
  transition: all 0.22s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.product-down .pdf-wrap .pdf-item .the-btn .iconfont::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 24px;
  border: 1px solid #035E7C;
  animation: btnPulse 1.6s ease-out infinite;
}
@media (max-width: 767px) {
  .product-down .pdf-wrap .pdf-item {
    border-radius: 5px;
    padding: 4px 10px;
    gap: 10px;
  }
  .product-down .pdf-wrap .pdf-item .pdf-name .iconfont {
    display: none;
  }
  .product-down .pdf-wrap .pdf-item .pdf-name .pdf-text {
    font-size: 13px;
    line-height: 20px;
  }
  .product-down .pdf-wrap .pdf-item .the-btn .iconfont {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  .product-down .pdf-wrap .pdf-item .the-btn .iconfont:after {
    animation: none;
    border: none;
  }
}
@media (max-width: 1200px) {
  .product-down {
    padding: 18px 22px 26px 22px;
  }
  .product-down .download-head .the-text {
    font-size: 26px;
    line-height: 32px;
  }
  .product-down .pdf-wrap {
    column-gap: 16px;
    row-gap: 8px;
  }
}
@media (max-width: 991px) {
  .product-down {
    margin-top: 18px;
    padding: 16px 20px 24px 20px;
    border-radius: 12px;
  }
  .product-down .download-head .iconfont {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .product-down .download-head .the-text {
    font-size: 24px;
    line-height: 30px;
  }
  .product-down .download-head .the-text strong {
    font-size: 16px;
  }
  .product-down .pdf-wrap {
    margin-top: 16px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-down {
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #035E7C;
  }
  .product-down .download-head {
    margin-bottom: 12px;
  }
  .product-down .download-head .iconfont {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
  .product-down .download-head .the-text {
    font-size: 20px;
    line-height: 26px;
  }
  .product-down .download-head .the-text strong {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .product-down {
    margin-top: 12px;
  }
  .product-down .download-head .the-text {
    font-size: 18px;
    line-height: 24px;
  }
  .product-down .pdf-wrap {
    margin-top: 14px;
    row-gap: 8px;
  }
}
.page-question-bg {
  padding: 30px 0px 40px 0px;
  background: #F5F5F5;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .page-question-bg {
    margin: 20px auto 0;
    padding: 15px 0px 20px 0px;
  }
}
.page-question {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .page-question {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-question {
    width: 92%;
  }
}
.top-bar {
  width: 100%;
  border-radius: 12px;
  padding-top: 1px;
  position: relative;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .top-bar {
    margin: 10px auto 0;
  }
}
.top-bar-con {
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  margin: 0px 1px;
  padding: 15px 20px 80px 20px;
  background-image: url("https://site.eet-china.com/RC/Tek202607/images/topbarBg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 11px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.top-bar-con .rules-con {
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #182752;
}
.top-bar-con .rules-con strong {
  color: #035E7C;
}
@media (max-width: 991px) {
  .top-bar-con {
    padding: 10px 10px 80px 10px;
  }
}
@media (max-width: 767px) {
  .top-bar-con {
    flex-wrap: wrap;
  }
  .top-bar-con .rules-con {
    margin-top: 6px;
    font-size: 12px;
    line-height: 22px;
  }
}
.form-question {
  width: 100%;
  padding: 20px 25px 25px 25px;
  margin: -60px auto 0px;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0.2) 0%, #ffffff 100%);
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
}
@media (max-width: 767px) {
  .form-question {
    margin: -70px auto 0px;
  }
}
.form-question .layui-form-item {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.form-question .layui-form-label {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
  white-space: normal;
}
.form-question .layui-form-label:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0px;
  width: 40px;
  height: 5px;
  background: linear-gradient(90deg, #1CB5D8 0%, rgba(0, 176, 240, 0) 89.74%);
  z-index: -1;
}
.form-question .layui-form-label strong {
  font-size: 15px;
}
.form-question .layui-form-btn .submit-btn {
  height: 44px;
  padding: 0px 50px;
}
.form-question .layui-form-btn .submit-btn .text {
  font-size: 15px;
}
.form-question .layui-form-btn .submit-btn:hover {
  background: #035E7C;
  color: #ffffff;
}
.form-question .layui-form-radio > div {
  font-size: 15px;
}
.form-question .layui-form-checkbox span {
  font-size: 15px;
  color: #333;
}
.form-question .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 24px;
}
.form-question .layui-form-checkbox[lay-skin="primary"] i {
  top: 1px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #D9D9D9;
}
.form-question .layui-form-checked[lay-skin="primary"] i {
  border-color: #035E7C !important;
  background-color: #035E7C;
}
.form-question .layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #035E7C;
}
.form-question .layui-input-block {
  display: flex;
  flex-wrap: wrap;
}
.form-question .layui-form-radioed,
.form-question .layui-form-radioed > i,
.form-question .layui-form-radio:hover * {
  color: #035E7C;
}
.form-question .layui-input-4 .layui-form-radio {
  width: 25%;
  margin: 0px;
}
.form-question .layui-input-3 .layui-form-checkbox {
  width: 33.33%;
  margin: 5px 0px;
}
.form-question .layui-input-3 .layui-form-radio {
  width: 33.33%;
  margin: 0px;
  padding: 0px;
}
.form-question .layui-input-2 .layui-form-radio {
  width: 50%;
  padding: 0px;
  margin: 4px 0px;
}
@media (max-width: 991px) {
  .form-question .layui-form-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .form-question .layui-input-4 .layui-form-radio {
    width: 50%;
  }
  .form-question .layui-input-3 .layui-form-checkbox {
    width: 100%;
  }
  .form-question .layui-input-4 .layui-form-radio {
    width: 100%;
  }
  .form-question .layui-input-2 .layui-form-radio {
    width: 100%;
  }
  .form-question .layui-form-radio * {
    font-size: 14px;
    line-height: 21px;
  }
  .form-question .layui-form-checkbox span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-question {
    padding: 15px;
  }
  .form-question .layui-form-btn .submit-btn {
    height: 36px;
    padding: 0px 30px;
  }
  .form-question .layui-form-btn .submit-btn .text {
    font-size: 14px;
  }
  .form-question .layui-input-4 .layui-form-radio {
    width: 100%;
  }
  .form-question .layui-input-2 .layui-form-radio {
    margin: 0px;
  }
  .form-question .layui-form-label {
    font-size: 15px;
  }
  .form-question .layui-form-radio > div {
    font-size: 14px;
    line-height: 20px;
  }
  .form-question .layui-input-3 .layui-form-checkbox {
    width: 100%;
  }
  .form-question .layui-form-checkbox span {
    font-size: 15px;
  }
  .form-question .layui-form-label {
    margin-bottom: 10px;
  }
}
.page-why {
  background: #17222C;
  margin: 0 auto;
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .page-why {
    margin: 30px auto 0;
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .page-why {
    margin: 20px auto 0;
    padding: 15px 0px;
  }
}
.page-why .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
@media (max-width: 1360px) {
  .page-why .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-why .page-title {
    width: 92%;
  }
}
.page-why-con {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
  background: linear-gradient(0deg, #1cb5d8 0%, #035e7c);
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 1360px) {
  .page-why-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-why-con {
    width: 92%;
  }
}
.page-why-con .why-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.page-why-con .why-list .why-item {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page-why-con .why-list .why-item .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 12px;
  color: #ffffff;
}
.page-why-con .why-list .why-item .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
}
.page-why-con .invest-title {
  margin: 35px auto 0;
  font-size: 27px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.page-why-con .calc-list {
  background: #ffffff;
  border-radius: 10px;
  margin: 25px auto 0;
}
.page-why-con .calc-list .calc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  min-height: 50px;
  background: #c5edf4;
  border-radius: 10px 10px 0px 0px;
  gap: 8px;
}
.page-why-con .calc-list .calc-title .iconfont {
  font-size: 24px;
  color: #035E7C;
}
.page-why-con .calc-list .calc-title .text {
  font-size: 19px;
  font-weight: 600;
  color: #035E7C;
  line-height: 30px;
}
.page-why-con .calc-list .calc-form {
  padding: 40px 30px 30px 30px;
}
.page-why-con .calc-list .layui-form {
  display: flex;
  gap: 15px;
}
.page-why-con .calc-list .layui-form .layui-form-item {
  flex: auto;
  margin: 0px;
}
.page-why-con .calc-list .layui-form .layui-form-btn {
  width: 190px;
  margin-left: 10px;
  margin-top: 20px;
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  height: 50px;
  width: 100%;
  padding: 0px 10px;
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn:hover {
  background: #ffffff;
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .iconfont {
  font-size: 18px;
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .iconfont {
    font-size: 14px;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .text {
    font-size: 12px;
  }
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .text {
  font-size: 16px;
}
.page-why-con .calc-list .layui-form .layui-form-btn .submit-btn:hover {
  background: #035E7C;
  color: #ffffff;
}
.page-why-con .calc-list .form-result {
  margin: 30px auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
  background: rgba(240, 90, 34, 0.12);
  border-radius: 10px;
  padding: 10px;
}
.page-why-con .calc-list .form-result .result-text {
  font-size: 22px;
  font-weight: 600;
  color: #F05A22;
}
@media (max-width: 1200px) {
  .page-why-con {
    padding: 22px;
  }
  .page-why-con .why-list {
    column-gap: 16px;
  }
  .page-why-con .invest-title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .page-why-con .calc-list {
    margin-top: 22px;
  }
  .page-why-con .calc-list .calc-form {
    padding: 32px 24px 26px 24px;
  }
  .page-why-con .calc-list .calc-title .text {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .page-why-con {
    padding: 20px;
    border-radius: 12px;
  }
  .page-why-con .why-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
  }
  .page-why-con .invest-title {
    margin-top: 26px;
    font-size: 22px;
    line-height: 28px;
  }
  .page-why-con .calc-list .calc-form {
    padding: 28px 20px 24px 20px;
  }
  .page-why-con .calc-list .layui-form {
    flex-wrap: wrap;
    gap: 12px;
  }
  .page-why-con .calc-list .layui-form .layui-form-item {
    flex: 1 1 42%;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn {
    width: 100%;
    margin: 0px;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn .submit-btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .page-why-con {
    margin-top: 15px;
    padding: 16px;
    border-radius: 10px;
  }
  .page-why-con .why-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .page-why-con .why-list .why-item {
    padding: 8px 0;
    gap: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-why-con .why-list .why-item .iconfont {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .page-why-con .why-list .why-item .text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .page-why-con .invest-title {
    margin-top: 22px;
    font-size: 20px;
    line-height: 26px;
  }
  .page-why-con .calc-list {
    margin-top: 18px;
  }
  .page-why-con .calc-list .calc-title {
    min-height: 40px;
    padding: 6px 0px;
  }
  .page-why-con .calc-list .calc-title .iconfont {
    font-size: 20px;
  }
  .page-why-con .calc-list .calc-title .text {
    font-size: 16px;
  }
  .page-why-con .calc-list .calc-form {
    padding: 22px 16px 18px 16px;
  }
  .page-why-con .calc-list .layui-form {
    align-items: stretch;
    gap: 10px;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn {
    width: 100%;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn .submit-btn {
    height: 36px;
    margin: 10px auto 0;
  }
  .page-why-con .calc-list .layui-form .layui-form-btn .submit-btn .text {
    font-size: 14px;
  }
  .page-why-con .calc-list .form-result {
    margin-top: 22px;
    font-size: 15px;
    line-height: 24px;
    padding: 8px;
  }
  .page-why-con .calc-list .form-result .result-text {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .page-why-con {
    margin-top: 12px;
    padding: 8px;
  }
  .page-why-con .invest-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .page-why-con .calc-list .calc-form {
    padding: 18px 12px 16px 12px;
  }
  .page-why-con .calc-list .form-result .result-text {
    font-size: 17px;
  }
}
.page-gift {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 50px auto 0;
}
@media (max-width: 1360px) {
  .page-gift {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-gift {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .page-gift {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .page-gift {
    margin: 20px auto 0;
  }
}
.gift-con {
  background-image: url("../images/gift-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  padding: 25px 0px;
  border-radius: 15px;
  border: 1px solid #83E5FC;
}
.gift-text {
  flex: 1;
  position: relative;
  padding: 0px 30px 0px 40px;
}
.gift-text:before {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(28, 181, 216, 0) 0%, #1cb5d8 50%, rgba(28, 181, 216, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
}
.gift-text .time {
  font-size: 14px;
  color: #17222C;
  line-height: 21px;
}
.gift-text .time a {
  color: #035E7C;
}
.gift-text .rule {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  font-weight: bold;
}
.gift-text .rule strong {
  color: #035E7C;
}
.gift-text .day {
  font-size: 16px;
  margin-top: 20px;
  color: #035E7C;
  font-weight: bold;
}
.gift-text .btn-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.gift-text .btn-row .obtain-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  height: 38px;
  padding: 0px 35px;
}
.gift-text .btn-row .obtain-btn:hover {
  background: #ffffff;
}
.gift-text .btn-row .obtain-btn .iconfont {
  font-size: 18px;
}
.gift-text .btn-row .obtain-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gift-text .btn-row .obtain-btn .iconfont {
    font-size: 14px;
  }
  .gift-text .btn-row .obtain-btn .text {
    font-size: 12px;
  }
}
.gift-text .btn-row .obtain-btn:hover {
  background: #035E7C;
  color: #ffffff;
}
.gift-text .btn-row .obtain-btn .text {
  font-size: 15px;
}
.gift-text .btn-row .check-text {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #035E7C;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .gift-con {
    flex-direction: column;
    padding: 10px;
  }
  .gift-text {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .gift-text:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .gift-con {
    margin: 10px auto 0;
  }
  .gift-text {
    padding: 0px 5px;
  }
  .gift-text .time {
    font-size: 13px;
    line-height: 20px;
  }
  .gift-text .rule {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .gift-text .day {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-text .btn-row {
    margin-top: 10px;
  }
  .gift-text .btn-row .obtain-btn {
    padding: 0px 20px;
    height: 30px;
  }
  .gift-text .btn-row .obtain-btn .text {
    font-size: 13px;
  }
  .gift-text .btn-row .check-text {
    font-size: 14px;
  }
}
.turntable {
  width: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.g-lottery-box {
  width: 540px;
  height: 540px;
  position: relative;
  background-image: url(../images/lottery-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.g-lottery-box .g-lottery-img {
  width: 410px;
  height: 410px;
  position: relative;
  background-image: url(../images/lottery-bg-con.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g-lottery-box .playbtn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  background-image: url(../images/playbtn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .turntable {
    width: 100%;
  }
  .g-lottery-box {
    width: 320px;
    height: 320px;
  }
  .g-lottery-box .g-lottery-img {
    width: 280px;
    height: 280px;
  }
  .g-lottery-box .playbtn {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
.win-list {
  margin-top: 50px;
  position: relative;
}
.win-list .win-title {
  display: inline-block;
}
.win-list .win-title span {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  border-radius: 0px;
  height: 32px;
  background: #1CB5D8;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 35px;
  color: #182752;
}
.win-list .win-title span:hover {
  background: #ffffff;
}
.win-list .win-title span .iconfont {
  font-size: 18px;
}
.win-list .win-title span .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .win-list .win-title span .iconfont {
    font-size: 14px;
  }
  .win-list .win-title span .text {
    font-size: 12px;
  }
}
.win-list .win-title span:hover {
  background: #1CB5D8;
  color: #182752;
}
.win-list .win-scroll {
  padding: 0px 25px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #1CB5D8;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 5px 5px 5px;
}
.win-list .win-scroll li {
  height: 38px;
  line-height: 38px;
  position: relative;
  display: flex;
  align-items: center;
}
.win-list .win-scroll li:before {
  content: '';
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgba(28, 181, 216, 0) 0%, #1cb5d8 50%, rgba(28, 181, 216, 0) 100%);
}
.win-list .win-scroll li span {
  display: block;
  width: 50%;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1200px) {
  .win-list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .win-list .win-scroll {
    padding: 0px 15px;
    height: 180px;
  }
  .win-list .win-scroll li {
    height: 36px;
  }
  .win-list .win-scroll li span {
    font-size: 13px;
  }
}
.page-about {
  margin: 0 auto;
  background: #F5F5F5;
  padding: 40px 0;
}
.page-about .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .page-about .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-about .page-title {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .page-about {
    margin: 20px auto 0;
    padding: 20px 0px;
  }
}
.about-con {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px 25px 30px 25px;
}
@media (max-width: 1360px) {
  .about-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .about-con {
    width: 92%;
  }
}
.about-con .about-text {
  font-size: 17px;
  line-height: 27px;
  color: #333333;
}
.about-con .about-text p {
  margin-bottom: 18px;
}
.about-con .about-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  width: 180px;
  height: 40px;
}
.about-con .about-btn:hover {
  background: #ffffff;
}
.about-con .about-btn .iconfont {
  font-size: 18px;
}
.about-con .about-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-con .about-btn .iconfont {
    font-size: 14px;
  }
  .about-con .about-btn .text {
    font-size: 12px;
  }
}
.about-con .about-btn:hover {
  background: #035E7C;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .about-con {
    padding: 18px 22px 26px 22px;
  }
  .about-con .about-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .about-con {
    margin: 15px auto 0;
    padding: 16px 20px 24px 20px;
    border-radius: 12px;
  }
  .about-con .about-text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about-con {
    margin: 10px auto 0;
    padding: 14px 16px 20px 16px;
    border-radius: 10px;
  }
  .about-con .about-text {
    font-size: 15px;
    line-height: 24px;
  }
  .about-con .about-text p {
    margin-bottom: 12px;
  }
  .about-con .about-btn {
    width: 150px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .about-con {
    margin-top: 12px;
    padding: 12px 14px 18px 14px;
  }
  .about-con .about-text {
    font-size: 14px;
    line-height: 22px;
  }
  .about-con .about-btn {
    width: 130px;
    height: 34px;
  }
}
footer {
  width: 100%;
  height: 56px;
  background: #333333;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer {
    height: auto;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
}
.record-con {
  padding: 15px 20px 20px 20px;
  width: 420px;
}
.record-con .record-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.record-con .record-item {
  padding: 12px 0px;
}
.record-con .record-item .prize-name {
  font-size: 17px;
  color: #035E7C;
  font-weight: bold;
  margin-bottom: 10px;
}
.record-con .record-item .prize-date {
  font-size: 14px;
  color: #999;
}
@media (max-width: 767px) {
  .record-con {
    width: 300px;
  }
  .record-con .record-title {
    font-size: 16px;
  }
  .record-con .record-item .prize-name {
    font-size: 16px;
  }
}
.update-message {
  margin-top: 10px;
  text-align: center;
}
.update-message a {
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
  width: 190px;
  height: 36px;
  padding: 0px;
  border: 1px solid #035E7C;
  background: #fff;
  color: #035E7C;
  margin: 15px auto 0;
  font-size: 14px;
}
.update-message a:hover {
  background: #ffffff;
}
.update-message a .iconfont {
  font-size: 18px;
}
.update-message a .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .update-message a .iconfont {
    font-size: 14px;
  }
  .update-message a .text {
    font-size: 12px;
  }
}
.update-message a:hover {
  background: #035E7C;
  color: #fff;
  border: 1px solid transparent;
}
.gift-modal {
  width: 400px;
  min-width: 300px;
  height: auto;
  padding: 20px;
}
.gift-modal .the-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gift-modal .win-gift-text {
  color: #035E7C;
  display: block;
}
.gift-modal .the-pic img {
  display: block;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .gift-modal {
    width: 300px;
  }
  .gift-modal .the-title {
    font-size: 16px;
  }
  .update-message a {
    width: 170px;
    padding: 0px;
  }
}
.layui-form-label {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0px;
  margin-bottom: 10px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
}
.layui-form-label .text {
  color: #FF4D4F;
}
.must {
  color: #FF4D4F;
}
.layui-form-label-B {
  font-weight: bold;
  font-size: 15px;
}
.layui-input-block {
  margin-left: 0px;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #1CB5D8;
}
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #ff5722 !important;
}
.layui-input-block-tel {
  display: flex;
}
.layui-input-block-tel .layui-form-select {
  width: 90px;
  position: relative;
}
.layui-input-block-tel .layui-form-select:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.layui-input-block-tel .layui-form-select .layui-input {
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}
.layui-input-block-tel .layui-input-wrap {
  flex: 1;
}
.layui-input-block-tel .layui-input-wrap .layui-input {
  border-radius: 0px 2px 2px 0px;
  border-left: none;
  padding-left: 15px;
}
.layui-form-item-select-inline .layui-form-select dl {
  font-size: 0px;
}
.layui-form-item-select-inline .layui-form-select dl dd {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  margin: 3px;
  font-size: 14px;
}
.layui-form-item-select-inline .layui-form-select dl dd.layui-this {
  background: #30C0B4;
  color: #fff;
}
.layui-form-select dl dd {
  font-size: 14px;
}
.layui-form-select dl dd.layui-this {
  background: #30C0B4;
  color: #fff;
  font-weight: 500;
}
.layui-form-select dl dd.layui-this:hover {
  background: #30C0B4;
}
.layui-form-select dl dd:hover {
  background: #EEEDED;
}
.layui-form-select dl dd.layui-select-tips {
  background: transparent !important;
  font-weight: normal !important;
  color: #999 !important;
}
.layui-input-address {
  width: 100%;
  margin-top: 8px;
}
.layui-form-checked[lay-skin=none] > div,
.layui-form-radioed[lay-skin=none] > div {
  border: 1px solid #30C0B4 !important;
  background: rgba(60, 134, 247, 0.2) !important;
  color: #30C0B4;
}
.layui-form-checkbox[lay-skin=none] > div,
.layui-form-radio[lay-skin=none] > div {
  height: 36px;
  line-height: 36px;
  padding: 0px 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.layui-form-item-btn .layui-input-block {
  display: flex;
}
.layui-form-item-btn .layui-input-wrap {
  flex: auto;
  margin-right: 5px;
}
.layui-form-item-btn .layui-input-btn .layui-btn {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #30C0B4;
  border-color: #30C0B4;
}
.layui-input-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layui-input-block-flex .layui-form-select {
  width: 49%;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 40px;
}
.layui-input-affix {
  line-height: 40px;
}
.layui-form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 5px auto 0;
}
.layui-form-btn .submit-btn {
  height: 36px;
  background: #1CB5D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1b24;
  transition: all 0.2s;
  border-radius: 50px;
  position: relative;
  gap: 5px;
}
.layui-form-btn .submit-btn:hover {
  background: #ffffff;
}
.layui-form-btn .submit-btn .iconfont {
  font-size: 18px;
}
.layui-form-btn .submit-btn .text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .layui-form-btn .submit-btn .iconfont {
    font-size: 14px;
  }
  .layui-form-btn .submit-btn .text {
    font-size: 12px;
  }
}
.layui-form-btn .submit-btn-hui {
  background: #999;
  pointer-events: none;
}
.item-check {
  margin: 4px 0px;
}
.layui-form-checkbox[lay-skin=primary] > i {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
.form-tips {
  margin-top: 5px;
  font-size: 13px;
  color: red;
}
.layui-layer-tips .layui-layer-content {
  padding: 3px 6px;
}
.layui-disabled,
.layui-disabled:hover {
  color: rgba(0, 0, 0, 0.85) !important;
}
@media (max-width: 767px) {
  .layui-form-item {
    width: 100%;
  }
  .layui-form-item .layui-form-checkbox {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .layui-form-label-B {
    font-size: 13px;
  }
  .layui-form-item {
    margin-bottom: 15px;
  }
  .layui-input-block {
    min-height: auto;
  }
  .layui-form-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .layui-input,
  .layui-select,
  .layui-textarea {
    height: 32px;
    font-size: 14px;
  }
  .layui-input-affix {
    line-height: 30px;
  }
  .layui-form-checkbox[lay-skin=none] > div,
  .layui-form-radio[lay-skin=none] > div {
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    margin-right: 5px;
  }
  .layui-form-item-btn .layui-input-btn .layui-btn {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .layui-form-checkbox > div {
    white-space: normal;
    font-size: 12px;
    line-height: 19px;
  }
  .layui-form-checkbox[lay-skin=primary] > i {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px;
  }
  .layui-input-prefix .layui-icon,
  .layui-input-split .layui-icon,
  .layui-input-suffix .layui-icon {
    font-size: 14px;
  }
  .layui-input-address {
    width: 100%;
    margin-top: 5px;
  }
  .layui-input-block-flex .layui-form-select {
    width: 49%;
    flex: unset;
    margin: 0px;
  }
  .layui-form-item-select-inline .layui-form-select dl dd {
    margin: 0px;
    font-size: 13px;
  }
}
xm-select {
  line-height: 32px !important;
  min-height: 40px !important;
}
xm-select > .xm-body .xm-option-content {
  color: #333333 !important;
  font-size: 14px;
  line-height: 30px;
}
xm-select > .xm-label .xm-label-block {
  margin: 1px 5px 1px 0 !important;
}
xm-select > .xm-label .xm-label-block > i {
  margin: 0px !important;
  padding: 0px 5px !important;
}
xm-select > .xm-icon {
  position: absolute;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
}
xm-select > .xm-icon::after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
xm-select > .xm-icon-expand {
  margin-top: -9px !important;
  transform: rotate(180deg) !important;
}
.xm-icon-expand:before {
  content: "" !important;
}
xm-select > .xm-body .xm-option-icon {
  border: none;
}
.xm-icon-duox:before {
  content: '\e605' !important;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
xm-select .xm-body .xm-option .xm-option-icon {
  width: 16px !important;
  height: 16px !important;
}
xm-select .xm-label .xm-label-block:hover {
  opacity: 0.8;
}
xm-select > .xm-body {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #d9d9d9 !important;
  width: calc(100% + 2px) !important;
  left: -1px !important;
}
xm-select > .xm-body .xm-option {
  display: inline-block !important;
  border-radius: 5px;
  margin: 0px 2px;
}
xm-select > .xm-body .xm-option-content {
  width: auto !important;
}
/*# sourceMappingURL=public.css.map */