@import "dist/animate.min.css";
* {
  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;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4465376 */
  src: url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.woff2?t=1711507715458') format('woff2'), url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.woff?t=1711507715458') format('woff'), url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.ttf?t=1711507715458') 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: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Helvetica Neue";
}
nav {
  border: none !important;
  position: absolute !important;
}
nav .nav-con {
  width: 90%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
nav .nav-con .logo-pic {
  display: block;
  height: 40px;
}
@media (max-width: 1600px) {
  nav .nav-con {
    width: 92%;
  }
}
@media (max-width: 1400px) {
  nav .nav-con {
    height: auto;
  }
  nav .nav-con .logo-pic {
    height: 28px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  nav {
    position: relative;
    background: #000000;
  }
  nav .nav-con {
    height: 60px;
  }
  nav .nav-con .logo-pic {
    margin: 0px;
    height: 28px;
  }
}
@media (max-width: 991px) {
  nav {
    position: fixed !important;
  }
}
.banner-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-bg .banner-pic .pic-bg {
  display: block;
  width: 100%;
}
.banner-bg .banner-pic .pic-line {
  width: 54%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  mix-blend-mode: overlay;
}
.banner-bg .banner-pic .pic-line img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  display: block;
  animation: zoomIn 1s infinite ease-in;
}
.banner-bg .banner-pic .pic-line-2 {
  mix-blend-mode: normal;
}
.banner-bg .banner-pic .pic-line-2 img {
  animation-delay: 1s;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner-bg .banner-pic .banner-left-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 100%;
  animation: bannerLeft 2s infinite ease-in-out;
}
@keyframes bannerLeft {
  0% {
    height: 100%;
  }
  50% {
    height: 260%;
  }
  100% {
    height: 100%;
  }
}
.banner-bg .banner-con {
  position: absolute;
  width: 90%;
  height: calc(100% - 60px);
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40%;
}
.banner-bg .banner-con .the-title span {
  display: block;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  background: linear-gradient(90deg, #00B0F0 0%, #30C0B4 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title 1.5s infinite ease-in-out;
}
@keyframes title {
  0% {
    background: linear-gradient(90deg, #00B0F0 0%, #30C0B4 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    background: linear-gradient(90deg, #75BD42 0%, #30C0B4 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.banner-bg .banner-con .the-text {
  margin-top: 15px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1600px) {
  .banner-bg .banner-con {
    width: 92%;
    padding-right: 36%;
  }
  .banner-bg .banner-con .the-title span {
    font-size: 36px;
    line-height: 44px;
  }
  .banner-bg .banner-con .the-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1400px) {
  .banner-bg .banner-con {
    height: calc(100% - 40px);
    top: 40px;
  }
  .banner-bg .banner-con .the-title span {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-bg .banner-con .the-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .banner-bg {
    margin-top: 60px;
    background: #000000;
  }
  .banner-bg .banner-pic {
    height: 300px;
    position: relative;
  }
  .banner-bg .banner-pic .pic-bg {
    height: 100%;
    width: auto;
    right: -160px;
    position: absolute;
  }
  .banner-bg .banner-con {
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 20px 30% 20px 5%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 767px) {
  .banner-bg .banner-con {
    padding: 20px 20% 20px 5%;
  }
  .banner-bg .banner-con .the-title span {
    font-size: 24px;
    line-height: 32px;
  }
  .banner-bg .banner-con .the-text {
    font-size: 12px;
    line-height: 19px;
  }
}
.page-title {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .page-title {
    width: 92%;
  }
}
.page-title span {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #0070C0;
}
@media (max-width: 1200px) {
  .page-title span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-title span {
    font-size: 28px;
  }
}
.page-advance {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 70px auto 0;
}
@media (max-width: 1500px) {
  .page-advance {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-advance {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .page-advance {
    margin: 25px auto 0;
  }
}
.advance-con {
  margin: 40px auto 0;
}
.advance-con .col-lg-item:nth-child(2n) .the-title {
  background: #00B0F0;
}
.advance-con .col-lg-item:nth-child(3n) .the-title {
  background: #75BD42;
}
.advance-con .col-lg-item:nth-child(4n) .the-title {
  background: #30C0B4;
}
@media (max-width: 1200px) {
  .advance-con .col-lg-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .advance-con {
    margin: 20px auto 0;
  }
  .advance-con .col-lg-item {
    margin-bottom: 12px;
  }
}
.advance-item {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.advance-item .the-title {
  height: 62px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  background: #0070C0;
  display: flex;
  align-items: center;
  padding: 0px 18px;
}
.advance-item .the-con {
  border: 1px solid #D9D9D9;
  border-top: none;
  padding: 15px 18px;
}
.advance-item .the-text {
  font-size: 18px;
  line-height: 27px;
  color: #0070C0;
  min-height: 66px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
}
.advance-item .the-product {
  margin-top: 15px;
  display: flex;
}
.advance-item .the-product .p-a {
  background: #f4f4f4;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 0px 16px;
  display: block;
  height: 32px;
  line-height: 30px;
  margin-right: 8px;
  transition: all 0.5s;
}
.advance-item .the-product .p-a:hover {
  border: 1px solid #00B0F0;
  background: #E2F7FF;
  color: #00B0F0;
}
@media (max-width: 1440px) {
  .advance-item .the-title {
    font-size: 22px;
    height: 54px;
  }
  .advance-item .the-con .the-text {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .advance-item .the-title {
    font-size: 19px;
    height: 48px;
  }
  .advance-item .the-con .the-text {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .advance-item .the-con .the-product {
    margin-top: 10px;
  }
  .advance-item .the-con .the-product .p-a {
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    padding: 0px 12px;
  }
}
.page-application {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 80px auto 0;
}
@media (max-width: 1500px) {
  .page-application {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-application {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .page-application {
    margin: 25px auto 0;
  }
}
.application-con {
  margin: 40px auto 0;
  display: flex;
}
@media (max-width: 767px) {
  .application-con {
    margin: 20px auto 0;
  }
}
.application-item {
  width: 12.5%;
  height: 460px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.application-item .item-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.application-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-item .item-con {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0070C0 30%, rgba(0, 112, 192, 0) 80%);
  padding: 20px 10px;
}
.application-item .item-con .the-title {
  font-size: 25px;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
}
.application-item .item-con .the-product {
  margin-top: 15px;
  align-items: center;
  display: none;
}
.application-item .item-con .the-product .product-item {
  position: relative;
  margin-right: 8px;
}
.application-item .item-con .the-product .product-item:last-child {
  margin: 0px;
}
.application-item .item-con .the-product .product-item:hover span {
  background: #fff;
  border: 1px solid #ffffff;
  color: #00B0F0;
}
.application-item .item-con .the-product .product-item span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  height: 32px;
  line-height: 30px;
  padding: 0px 15px;
  transition: all 0.2s;
  color: #fff;
}
.application-item .item-con .the-product .product-item .circle {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.application-item .item-con .the-product .product-item .circle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  z-index: -1;
  animation: ripple 2s ease-out infinite;
}
.application-item .item-con .the-product .product-item .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  z-index: -2;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.application-item:nth-child(2) .item-con,
.application-item:nth-child(6) .item-con {
  background: linear-gradient(180deg, #00B0F0 30%, rgba(0, 176, 240, 0) 80%);
}
.application-item:nth-child(3) .item-con,
.application-item:nth-child(7) .item-con {
  background: linear-gradient(180deg, #75BD42 30%, rgba(117, 189, 66, 0) 80%);
}
.application-item:nth-child(4) .item-con,
.application-item:nth-child(8) .item-con {
  background: linear-gradient(180deg, #30C0B4 30%, rgba(48, 192, 180, 0) 80%);
}
@media (min-width: 991px) {
  .application-active {
    width: 37.5%;
  }
  .application-active .item-con {
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 112, 192, 0.6) 0%, rgba(0, 112, 192, 0) 100%);
  }
  .application-active .item-con .the-title {
    writing-mode: unset;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
  }
  .application-active .item-con .the-product {
    display: flex;
  }
  .application-item.application-active:nth-child(2) .item-con,
  .application-item.application-active:nth-child(6) .item-con {
    background: linear-gradient(180deg, rgba(0, 176, 240, 0.6) 0%, rgba(0, 176, 240, 0) 100%);
  }
  .application-item.application-active:nth-child(3) .item-con,
  .application-item.application-active:nth-child(7) .item-con {
    background: linear-gradient(180deg, rgba(117, 189, 66, 0.6) 0%, rgba(117, 189, 66, 0) 100%);
  }
  .application-item.application-active:nth-child(4) .item-con,
  .application-item.application-active:nth-child(8) .item-con {
    background: linear-gradient(180deg, rgba(48, 192, 180, 0.6) 0%, rgba(48, 192, 180, 0) 100%);
  }
}
@media (max-width: 991px) {
  .application-con {
    flex-wrap: wrap;
  }
  .application-item {
    height: 250px;
    width: 50%;
  }
  .application-item .item-con .the-title {
    writing-mode: unset;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
    font-size: 20px;
  }
  .application-item .item-con .the-product {
    display: flex;
  }
  .application-item .item-con .the-product .product-item .circle {
    transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .application-item {
    height: 160px;
    width: 50%;
  }
  .application-item .item-con {
    padding: 10px;
  }
  .application-item .item-con .the-title {
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: none;
  }
  .application-item .item-con .the-product {
    margin-top: 5px;
  }
  .application-item .item-con .the-product .product-item {
    margin-right: 3px;
  }
  .application-item .item-con .the-product .product-item span {
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    padding: 0px 5px;
    font-weight: 500;
  }
}
.page-video {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 80px auto 0;
}
@media (max-width: 1500px) {
  .page-video {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-video {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .page-video {
    margin: 25px auto 0;
  }
}
.video-con {
  margin: 35px auto 0;
  padding-top: 25px;
  border-top: 2px solid #D9D9D9;
}
.video-con .video-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  position: relative;
  padding-left: 19px;
}
.video-con .video-title:before {
  content: '';
  width: 7px;
  height: 26px;
  position: absolute;
  left: 0px;
  background: #00B0F0;
  top: 6px;
}
.video-con .video-intro {
  margin: 25px auto 0;
  display: flex;
  align-items: stretch;
}
.video-con .video-play-con {
  width: 70%;
  position: relative;
}
.video-con .video-play-con .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.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;
}
.video-con .video-list {
  flex: 1;
  min-height: 0;
  overflow-y: scroll;
}
.video-con .video-list .video-item {
  padding: 0px 0px 0px 25px;
}
.video-con .video-list .video-item:hover a {
  padding: 15px 15px 15px 0px;
}
.video-con .video-list .video-item:hover .thepic-bg {
  border: 1px solid #0070C0;
}
.video-con .video-list .video-item:hover .right-text {
  font-weight: bold;
  color: #0070C0;
}
.video-con .video-list .video-item:first-child a {
  padding-top: 0px;
}
.video-con .video-list .video-item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0px;
}
.video-con .video-list .video-item .thepic-bg {
  width: 120px;
  height: 67px;
  position: relative;
}
.video-con .video-list .video-item .thepic-bg .thepic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.video-con .video-list .video-item .thepic-bg .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-con .video-list .video-item .right-text {
  flex: 1;
  margin-left: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.video-con .video-list .video-active {
  background: #f4f4f4;
}
.video-con .video-list .video-active a {
  padding: 15px 15px 15px 0px;
}
.video-con .video-list .video-active .thepic-bg {
  border: 1px solid #0070C0;
}
.video-con .video-list .video-active .right-text {
  font-weight: bold;
  color: #0070C0;
}
@media (max-width: 1440px) {
  .video-con .video-list .video-item .thepic-bg {
    width: 90px;
    height: 51px;
    position: relative;
  }
  .video-con .video-list .video-item .right-text {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .video-con .video-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .video-con {
    margin: 0 auto;
    border: none;
    padding: 0px;
  }
  .video-con .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .video-con .video-list .video-item {
    width: 48%;
    padding: 0px;
  }
  .video-con .video-list .video-item a {
    padding: 15px 0px !important;
  }
  .video-con .video-list .video-active {
    background: none;
  }
}
@media (max-width: 767px) {
  .video-con .video-intro {
    margin: 0;
  }
  .video-con .video-list .video-item {
    width: 100%;
    padding: 0px;
  }
}
.page-selection {
  width: 100%;
  margin: 80px auto 0;
  padding: 40px 0px 60px 0px;
  background-image: url("../images/selection-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .page-selection {
    margin: 50px auto 0;
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .page-selection {
    margin: 25px auto 0;
    padding: 20px 0px;
  }
}
.page-selection .page-title span {
  color: #fff;
}
.selection-bg {
  position: relative;
  z-index: 99;
}
.selection-con {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
  padding: 15px;
  background: #fff;
}
@media (max-width: 1500px) {
  .selection-con {
    width: 92%;
  }
}
.selection-con .selection-text {
  display: flex;
}
.selection-con .td-right {
  width: calc(100% - 150px);
  overflow-x: scroll;
}
.selection-con .tr-td {
  background: #F6FAFD;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  box-shadow: none;
}
.selection-con .tr-td:nth-child(2n) {
  background: #BFDBEF;
}
.selection-con .th-td-active {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1) !important;
  background: #D9D9D9 !important;
}
.selection-con .active-highlight {
  background: #00B0F0 !important;
}
.selection-con .active-highlight .td {
  color: #fff !important;
}
.selection-con .th-td {
  background: #0070C0;
}
.selection-con .th-td .td {
  color: #fff;
  font-weight: bold;
}
.selection-con .td {
  padding: 7px 0px;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
}
.selection-con .td-p {
  width: 90px;
}
.selection-con .td-Data {
  width: 80px;
}
.selection-con .td-Data a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.selection-con .td-Status {
  width: 140px;
  font-weight: bold;
  color: #00B0F0;
}
.selection-con .td-Type {
  width: 70px;
}
.selection-con .td-VIN {
  width: 80px;
}
.selection-con .td-Accuracy {
  width: 80px;
}
.selection-con .td-VOUT {
  width: 270px;
}
.selection-con .td-Temp {
  width: 100px;
}
.selection-con .td-LTS {
  width: 80px;
}
.selection-con .td-Output {
  width: 140px;
}
.selection-con .td-Package {
  width: 130px;
}
.selection-con .td-P2P {
  width: 150px;
  flex: none;
}
@media (max-width: 1200px) {
  .selection-con {
    margin: 30px auto 0;
  }
  .selection-con .td-right-seat {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  .selection-con {
    margin: 20px auto 0;
    padding: 5px;
  }
  .selection-con .td-right {
    width: calc(100% - 110px);
  }
  .selection-con .td {
    font-size: 11px;
    line-height: 17px;
  }
  .selection-con .td-p {
    width: 70px;
  }
  .selection-con .td-Data {
    width: 60px;
  }
  .selection-con .td-Data img {
    display: block;
    width: 20px;
  }
}
.remark-con {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 15px auto 0;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 1500px) {
  .remark-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .remark-con {
    font-size: 12px;
    line-height: 19px;
  }
}
.page-procuct {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 80px auto 0;
}
@media (max-width: 1500px) {
  .page-procuct {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-procuct {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .page-procuct {
    margin: 20px auto 0;
  }
}
.product-con {
  margin: 40px auto 0;
}
@media (max-width: 1200px) {
  .product-con {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .product-con {
    margin: 20px auto 0;
  }
}
.product-con .row {
  display: flex;
  flex-wrap: wrap;
}
.product-con .col-lg-item {
  width: 25%;
  margin-bottom: 30px;
}
.product-con .col-lg-item:nth-child(2) .col-product-item .the-title,
.product-con .col-lg-item:nth-child(6) .col-product-item .the-title {
  background: #00B0F0;
}
.product-con .col-lg-item:nth-child(3) .col-product-item .the-title,
.product-con .col-lg-item:nth-child(7) .col-product-item .the-title {
  background: #75BD42;
}
.product-con .col-lg-item:nth-child(4) .col-product-item .the-title,
.product-con .col-lg-item:nth-child(8) .col-product-item .the-title {
  background: #30C0B4;
}
@media (max-width: 1200px) {
  .product-con .col-lg-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .product-con .col-lg-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-con .col-lg-item {
    width: 100%;
    margin-bottom: 12px;
  }
}
.col-product-item {
  background: #f4f4f4;
  height: 100%;
}
.col-product-item .the-title {
  height: 62px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  background: #0070C0;
  display: flex;
  align-items: center;
  padding: 0px 18px;
}
.col-product-item .the-con {
  padding: 10px 20px 20px 20px;
}
.col-product-item .the-con .the-item {
  padding: 11px 0px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
}
.col-product-item .the-con .the-item a {
  font-size: 20px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
.col-product-item .the-con .the-item a:hover {
  color: #00B0F0;
}
.col-product-item .the-con .the-item .line {
  width: 10px;
  height: 1px;
  background: #b2b2b2;
}
.col-product-item .the-con .the-item span {
  margin-left: 10px;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .col-product-item .the-title {
    font-size: 22px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .col-product-item {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .col-product-item .the-title {
    font-size: 19px;
    height: 48px;
  }
  .col-product-item .the-con {
    padding: 5px 15px;
    border: 1px solid #D9D9D9;
    border-top: none;
  }
  .col-product-item .the-con .the-item {
    padding: 8px 0px;
  }
  .col-product-item .the-con .the-item:last-of-type {
    border-bottom: none;
  }
  .col-product-item .the-con .the-item a {
    font-size: 16px;
  }
  .col-product-item .the-con .the-item span {
    font-size: 15px;
  }
}
.layui-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.layui-form-item {
  width: 100%;
  margin-bottom: 20px;
}
.layui-form-item-bg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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: #30C0B4 !important;
}
.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: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .layui-form-btn .submit-btn {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.layui-form-btn .submit-btn:hover {
  background: #75BD42;
}
.layui-form-btn .submit-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.layui-form-btn .submit-btn .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .layui-form-btn .submit-btn .iconfont {
    font-size: 14px;
  }
  .layui-form-btn .submit-btn .text {
    font-size: 15px;
  }
}
.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;
  }
}
.page-apply {
  width: 100%;
  margin: 80px auto 0;
  background: linear-gradient(105deg, #0070C0 9.39%, #0086E6 34.58%, #00B0F0 52.87%, #1DBACB 64.48%, #30C0B4 78.46%, #75BD42 113%);
  padding: 50px 0px 80px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .page-apply {
    margin: 50px auto 0;
    padding: 40px 0px 50 0px;
  }
}
@media (max-width: 767px) {
  .page-apply {
    margin: 20px auto 0;
    padding: 20px 0px;
  }
}
.page-apply:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(289deg, rgba(0, 0, 0, 0) 0.54%, rgba(0, 0, 0, 0.15) 62.09%);
  z-index: 0;
}
.page-apply .page-title {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .page-apply .page-title {
    width: 92%;
  }
}
.page-apply .page-title span {
  color: #ffffff;
}
.apply-seat {
  position: relative;
  z-index: 29;
}
.apply-con {
  display: flex;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 60px;
}
@media (max-width: 1500px) {
  .apply-con {
    width: 92%;
  }
}
.apply-text {
  flex: 1;
  margin-right: 110px;
}
.apply-text .text-1 {
  font-size: 42px;
  font-weight: bold;
  color: #30C0B4;
  margin-bottom: 15px;
}
.apply-text .text-2 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 30px;
}
.apply-text .text-3 {
  font-size: 42px;
  font-weight: bold;
  color: #30C0B4;
}
.apply-text .apply-icon {
  display: block;
  width: 200px;
  margin-top: 50px;
}
.apply-form {
  width: 700px;
  background: #fff;
  padding: 20px 30px 30px 30px;
  position: relative;
  z-index: 29;
}
.apply-form-bg {
  position: relative;
  /* 8层水波纹 */
}
.apply-form-bg .ripple-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  z-index: 10;
}
.apply-form-bg .ripple-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: rgba(255, 255, 255, 0.8) 1px solid;
  transform: scale(0);
  animation: rippleForm 3s infinite;
}
.apply-form-bg .ripple-circle:nth-child(1) {
  width: 100%;
  height: 100%;
  animation-delay: 0s;
}
.apply-form-bg .ripple-circle:nth-child(2) {
  width: 100%;
  height: 100%;
  animation-delay: 0.5s;
}
.apply-form-bg .ripple-circle:nth-child(3) {
  width: 100%;
  height: 100%;
  animation-delay: 1s;
}
.apply-form-bg .ripple-circle:nth-child(4) {
  width: 100%;
  height: 100%;
  animation-delay: 1.5s;
}
.apply-form-bg .ripple-circle:nth-child(5) {
  width: 100%;
  height: 100%;
  animation-delay: 2s;
}
@keyframes rippleForm {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1400px) {
  .apply-text {
    margin-right: 50px;
  }
  .apply-form {
    width: 640px;
  }
}
@media (max-width: 1200px) {
  .apply-text .text-1 {
    font-size: 34px;
    line-height: 42px;
  }
  .apply-text .text-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .apply-text .text-3 {
    font-size: 34px;
    line-height: 42px;
  }
  .apply-text .apply-icon {
    width: 160px;
    margin-top: 30px;
  }
  .apply-form {
    width: 540px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .apply-con {
    flex-wrap: wrap;
    padding-top: 30px;
    margin: 20px auto 0;
    padding-top: 15px;
  }
  .apply-text {
    margin: 0px 0px 30px 0px;
  }
  .apply-text .text-2 {
    margin-bottom: 15px;
  }
  .apply-form {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .apply-text {
    margin: 0px 0px 20px 0px;
  }
  .apply-text .text-1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .apply-text .text-2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .apply-text .text-3 {
    font-size: 22px;
    line-height: 32px;
  }
  .apply-form {
    padding: 15px;
  }
}
.ripple-field {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: calc(100% - 100px);
  mix-blend-mode: overlay;
  z-index: 9;
}
.ripple-layer {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: wave 4s ease-in-out infinite;
  opacity: 0;
  filter: blur(0.5px);
}
@keyframes wave {
  0% {
    transform: scaleX(0.1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(3);
    opacity: 0;
  }
}
/* 20条波纹线配置 */
.ripple-layer:nth-child(1) {
  top: 5%;
  animation-delay: 0s;
  height: 1px;
}
.ripple-layer:nth-child(2) {
  top: 10%;
  animation-delay: 0.2s;
}
.ripple-layer:nth-child(3) {
  top: 15%;
  animation-delay: 0.4s;
  height: 3px;
}
.ripple-layer:nth-child(4) {
  top: 20%;
  animation-delay: 0.6s;
}
.ripple-layer:nth-child(5) {
  top: 25%;
  animation-delay: 0.8s;
  height: 1px;
}
.ripple-layer:nth-child(6) {
  top: 30%;
  animation-delay: 1s;
}
.ripple-layer:nth-child(7) {
  top: 35%;
  animation-delay: 1.2s;
  height: 2px;
}
.ripple-layer:nth-child(8) {
  top: 40%;
  animation-delay: 1.4s;
}
.ripple-layer:nth-child(9) {
  top: 45%;
  animation-delay: 1.6s;
  height: 3px;
}
.ripple-layer:nth-child(10) {
  top: 50%;
  animation-delay: 1.8s;
}
.ripple-layer:nth-child(11) {
  top: 55%;
  animation-delay: 2s;
  height: 1px;
}
.ripple-layer:nth-child(12) {
  top: 60%;
  animation-delay: 2.2s;
}
.ripple-layer:nth-child(13) {
  top: 65%;
  animation-delay: 2.4s;
  height: 2px;
}
.ripple-layer:nth-child(14) {
  top: 70%;
  animation-delay: 2.6s;
}
.ripple-layer:nth-child(15) {
  top: 75%;
  animation-delay: 2.8s;
  height: 3px;
}
.ripple-layer:nth-child(16) {
  top: 80%;
  animation-delay: 3s;
}
.ripple-layer:nth-child(17) {
  top: 85%;
  animation-delay: 3.2s;
  height: 1px;
}
.ripple-layer:nth-child(18) {
  top: 90%;
  animation-delay: 3.4s;
}
.ripple-layer:nth-child(19) {
  top: 95%;
  animation-delay: 3.6s;
  height: 2px;
}
.ripple-layer:nth-child(20) {
  top: 100%;
  animation-delay: 3.8s;
}
.grid-container {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.6) 0.5px, transparent 0.5px), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0.5px, transparent 0.5px);
  background-size: 60px 60px;
  animation: gridMove 30s linear infinite;
  mask: linear-gradient(to bottom, transparent 0%, black 70%, black 70%, transparent 100%);
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
@keyframes gridMove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 60px 60px;
  }
  50% {
    background-position: 80px 80px;
  }
  75% {
    background-position: 60px 60px;
  }
  100% {
    background-position: 0 0;
  }
}
.page-question {
  margin: 0 auto;
  background: #f4f4f4;
  padding: 50px 0px 60px 0px;
}
@media (max-width: 1200px) {
  .page-question {
    padding: 30px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .page-question {
    padding: 20px 0px;
  }
}
.form-question {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 25px auto 0;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 20px 30px 30px 30px;
}
@media (max-width: 1500px) {
  .form-question {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .form-question {
    margin: 15px auto 0;
  }
}
.form-question .layui-form-item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-question .layui-form-label {
  font-size: 17px;
  font-weight: 700;
  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, #00B0F0 0%, rgba(0, 176, 240, 0) 89.74%);
  z-index: -1;
}
.form-question .layui-form-label strong {
  font-size: 15px;
  color: #00B0F0;
}
.form-question .layui-form-radio > div {
  font-size: 16px;
}
.form-question .layui-form-checkbox span {
  font-size: 16px;
  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: #00B0F0 !important;
  background-color: #00B0F0;
}
.form-question .layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #00B0F0;
}
.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: #00B0F0;
}
.form-question .layui-input-4 .layui-form-radio {
  width: 25%;
  margin: 0px;
  padding: 2px 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-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;
  }
}
.gift-con {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #D9D9D9;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  padding: 25px 0px;
}
@media (max-width: 1500px) {
  .gift-con {
    width: 92%;
  }
}
.gift-text {
  flex: 1;
  position: relative;
  padding: 0px 30px 0px 40px;
}
.gift-text:before {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 176, 240, 0) 0%, #00B0F0 50%, rgba(0, 176, 240, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
}
.gift-text .time {
  font-size: 16px;
  color: #0070C0;
  line-height: 28px;
}
.gift-text .rule {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.gift-text .rule strong {
  color: #0070C0;
  font-weight: bold;
}
.gift-text .day {
  font-size: 16px;
  margin-top: 20px;
  color: #0070C0;
  font-weight: bold;
}
.gift-text .btn-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.gift-text .btn-row .obtain-btn {
  height: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
  height: 38px;
  padding: 0px 35px;
}
@media (max-width: 767px) {
  .gift-text .btn-row .obtain-btn {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.gift-text .btn-row .obtain-btn:hover {
  background: #75BD42;
}
.gift-text .btn-row .obtain-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.gift-text .btn-row .obtain-btn .text {
  font-size: 19px;
  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: 15px;
  }
}
.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: #0070C0;
  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 10px 10px 10px;
  }
  .gift-text .time {
    font-size: 14px;
    line-height: 21px;
  }
  .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;
  }
  .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: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
  height: 32px;
  border-radius: 5px 5px 0px 0px;
  background: #00B0F0;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 35px;
}
@media (max-width: 767px) {
  .win-list .win-title span {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.win-list .win-title span:hover {
  background: #75BD42;
}
.win-list .win-title span .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.win-list .win-title span .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .win-list .win-title span .iconfont {
    font-size: 14px;
  }
  .win-list .win-title span .text {
    font-size: 15px;
  }
}
.win-list .win-title span:hover {
  background: #00B0F0;
}
.win-list .win-scroll {
  padding: 0px 30px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #00B0F0;
  background: rgba(232, 242, 249, 0.8);
}
.win-list .win-scroll li {
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.win-list .win-scroll li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgba(0, 176, 240, 0) 0%, #00B0F0 50%, rgba(0, 176, 240, 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;
  }
  .win-list .win-scroll li span {
    font-size: 13px;
  }
}
.page-about {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 80px auto 0;
}
@media (max-width: 1500px) {
  .page-about {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .page-about {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .page-about {
    margin: 30px auto 0;
  }
}
.about-con {
  margin: 40px auto 0;
  padding: 40px 30px 25px 30px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.about-con .about-top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.about-con .about-top .logo-pic {
  padding: 0px 30px;
}
.about-con .about-top .logo-pic img {
  display: block;
  height: 70px;
}
.about-con .about-top .the-text {
  flex: 1;
  border-left: 1px solid #D9D9D9;
  padding-left: 50px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #333333;
}
.about-con .about-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-con .about-btn .link-btn {
  height: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about-con .about-btn .link-btn {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.about-con .about-btn .link-btn:hover {
  background: #75BD42;
}
.about-con .about-btn .link-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.about-con .about-btn .link-btn .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-con .about-btn .link-btn .iconfont {
    font-size: 14px;
  }
  .about-con .about-btn .link-btn .text {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .about-con .about-top .logo-pic {
    padding: 0px 20px;
  }
  .about-con .about-top .logo-pic img {
    height: 50px;
  }
  .about-con .about-top .the-text {
    padding-left: 30px;
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .about-con {
    margin: 15px auto 0;
    padding: 20px;
  }
  .about-con .about-top {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
  .about-con .about-top .logo-pic {
    width: 100%;
    padding: 0px;
  }
  .about-con .about-top .logo-pic img {
    padding: 20px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 200px;
    margin: 0 auto;
  }
  .about-con .about-top .the-text {
    width: 100%;
    padding: 10px 0px 0px 0px;
    border-left: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .about-con .about-btn {
    margin-top: 15px;
  }
}
footer {
  margin: 60px auto 0;
  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: #0070C0;
  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 {
  height: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
  width: 190px;
  height: 36px;
  padding: 0px;
  border: 1px solid #0070C0;
  background: #fff;
  color: #0070C0;
  margin: 15px auto 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .update-message a {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.update-message a:hover {
  background: #75BD42;
}
.update-message a .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.update-message a .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .update-message a .iconfont {
    font-size: 14px;
  }
  .update-message a .text {
    font-size: 15px;
  }
}
.update-message a:hover {
  background: #0070C0;
  color: #fff;
  border: 1px solid transparent;
}
.gift-modal {
  width: 400px;
  height: auto;
  padding: 20px;
}
.gift-modal .the-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gift-modal .win-gift-text {
  color: #0070C0;
  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;
  }
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
#video-modal {
  z-index: 9999;
}
#video-modal .modal-dialog {
  max-width: 1040px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-modal .modal-body {
  padding: 5px 15px 15px 15px;
}
#video-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#video-modal .modal-content .video-title {
  font-size: 20px;
  font-weight: bold;
  color: #000028;
  border: none;
}
#video-modal .modal-content video {
  width: 100%;
}
@media (max-width: 767px) {
  #video-modal .modal-content .video-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 10px;
  }
  .close-btn {
    top: 10px;
  }
  .close-btn img {
    display: block;
    width: 24px;
  }
}
.fixDiv {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  z-index: 99999;
}
.fixDiv .fix-btn .apply-btn {
  height: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
  width: 150px;
  padding: 0px;
  height: 42px;
  line-height: normal;
}
@media (max-width: 767px) {
  .fixDiv .fix-btn .apply-btn {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.fixDiv .fix-btn .apply-btn:hover {
  background: #75BD42;
}
.fixDiv .fix-btn .apply-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.fixDiv .fix-btn .apply-btn .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fixDiv .fix-btn .apply-btn .iconfont {
    font-size: 14px;
  }
  .fixDiv .fix-btn .apply-btn .text {
    font-size: 15px;
  }
}
.fixDiv .fix-btn .apply-btn img {
  display: block;
  width: 18px;
  margin-right: 8px;
}
.fixDiv .fix-btn .apply-btn .text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fixDiv .fix-btn .apply-btn {
    padding: 0px 15px;
    width: auto;
    min-width: auto;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .fixDiv .fix-btn .apply-btn {
    line-height: normal;
  }
  .fixDiv .fix-btn .apply-btn .text {
    font-size: 14px;
  }
}
.fixDiv .gift-btn {
  margin-top: 5px;
  background: #00B0F0;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  transition: all 0.5s;
}
.fixDiv .gift-btn:hover {
  background: #75BD42;
}
.fixDiv .gift-btn .the-btn {
  height: 50px;
  line-height: 50px;
  background: #30C0B4;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 5px;
  width: 150px;
  padding: 0px;
  height: 42px;
  line-height: normal;
  background: transparent;
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .fixDiv .gift-btn .the-btn {
    padding: 0px 40px;
    height: 36px;
    line-height: 36px;
    min-width: 140px;
  }
}
.fixDiv .gift-btn .the-btn:hover {
  background: #75BD42;
}
.fixDiv .gift-btn .the-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.fixDiv .gift-btn .the-btn .text {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fixDiv .gift-btn .the-btn .iconfont {
    font-size: 14px;
  }
  .fixDiv .gift-btn .the-btn .text {
    font-size: 15px;
  }
}
.fixDiv .gift-btn .the-btn img {
  display: block;
  width: 18px;
  margin-right: 8px;
}
.fixDiv .gift-btn .the-btn .text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fixDiv .gift-btn .the-btn {
    padding: 0px 15px;
    width: auto;
    min-width: auto;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .fixDiv .gift-btn .the-btn {
    line-height: normal;
  }
  .fixDiv .gift-btn .the-btn .text {
    font-size: 14px;
  }
}
.fixDiv .gift-btn .the-btn:hover {
  background: transparent;
}
.fixDiv .gift-btn .the-text {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
  color: #fff;
}
@media (max-width: 991px) {
  .fixDiv {
    position: absolute;
    display: flex;
    flex-direction: row;
    background: none;
    box-shadow: none;
    border: none;
  }
  .fixDiv .gift-btn {
    margin: 0px 0px 0px 5px;
    width: auto;
    padding: 0px;
  }
  .fixDiv .gift-btn .the-btn {
    border: none;
  }
}
/*# sourceMappingURL=public.css.map */