* {
  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_97kc7krffnk.woff2?t=1744622482479') format('woff2'), url('//at.alicdn.com/t/c/font_4465376_97kc7krffnk.woff?t=1744622482479') format('woff'), url('//at.alicdn.com/t/c/font_4465376_97kc7krffnk.ttf?t=1744622482479') 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";
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
nav {
  width: 100%;
  background: #fff;
}
nav .nav-con {
  width: 1300px;
  height: auto;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1360px) {
  nav .nav-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  nav .nav-con {
    width: 96%;
  }
}
nav .nav-con .logo {
  display: flex;
  align-items: center;
}
nav .nav-con .logo img {
  display: block;
  height: 34px;
}
nav .nav-con .col-nav .nav-text {
  float: left;
  position: relative;
}
nav .nav-con .col-nav .nav-text a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
nav .nav-con .col-nav .nav-text a:hover {
  color: #359CF0;
}
nav .nav-con .col-nav .active a {
  color: #359CF0;
}
nav .nav-con .col-nav .active a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #359CF0;
  color: #359CF0;
}
@media (max-width: 991px) {
  nav .nav-con .logo img {
    height: 25px;
  }
  nav .nav-con {
    width: 100%;
    height: 70px;
    padding: 0px 4%;
    position: relative;
  }
  nav .nav-con .menu-icon .iconfont {
    font-size: 24px;
    color: #222222;
  }
  nav .nav-con .menu-b .icon-a {
    display: none;
  }
  nav .nav-con .menu-a .icon-b {
    display: none;
  }
  .col-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 10px;
    display: none;
    border-bottom: 1px solid #D9D9D9;
  }
  nav .nav-con .col-nav .nav-text {
    float: none;
    margin: 0px 4%;
    border-bottom: none;
  }
  nav .nav-con .col-nav .nav-text:last-child {
    border-bottom: none;
  }
  nav .nav-con .col-nav .nav-text a {
    height: 52px;
    line-height: 52px;
    padding: 0px;
  }
  nav .nav-con .col-nav .active a:before {
    background: transparent;
  }
  nav .nav-con .col-nav .nav-text a {
    font-size: 16px;
    color: #333;
  }
  nav .nav-con .col-nav .active a {
    color: #359CF0;
    background: none;
  }
  nav .nav-con .col-nav .nav-text:hover:before {
    background: none;
  }
}
@media (max-width: 767px) {
  nav .nav-con .logo a:last-child img {
    margin-left: 10px;
  }
}
.page-container {
  margin-top: 70px;
  position: relative;
  width: 100%;
  background-image: url("../images/banner.jpg?v=1.01");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 51%;
}
.module-blue {
  background: #2757D4;
  border: 2px solid #B6E3FB;
  box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.7) inset, -10px -20px 100px 0px #59DCFF inset, 10px 5px 100px 0px #59DCFF inset;
  filter: drop-shadow(0px 6px 0px #009EFF);
  padding: 90px 30px 30px 30px;
  border-radius: 20px;
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 90px auto 0;
  position: relative;
}
@media (max-width: 1360px) {
  .module-blue {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .module-blue {
    width: 96%;
  }
}
@media (max-width: 1200px) {
  .module-blue {
    padding: 60px 20px 20px 20px !important;
    margin: 70px auto 0;
  }
}
@media (max-width: 991px) {
  .module-blue {
    padding: 50px 15px 15px 15px !important;
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .module-blue {
    padding: 35px 5px 20px 5px !important;
    margin: 35px auto 0;
    filter: drop-shadow(0px 0px 0px #009EFF);
  }
}
.module-white {
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #D3F7FE;
  box-shadow: 0px 6px 0px 0px #009EFF, -10px -10px 30px 0px #FFF inset, 10px 10px 30px 0px #FFF inset;
  padding: 90px 30px 30px 30px;
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin: 90px auto 0;
}
@media (max-width: 1360px) {
  .module-white {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .module-white {
    width: 96%;
  }
}
@media (max-width: 1200px) {
  .module-white {
    padding: 60px 20px 20px 20px !important;
    margin: 70px auto 0;
  }
}
@media (max-width: 991px) {
  .module-white {
    padding: 50px 15px 15px 15px !important;
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .module-white {
    padding: 35px 10px 20px 10px !important;
    margin: 35px auto 0;
    box-shadow: 0px 0px 0px 0px #009EFF, -10px -10px 30px 0px #FFF inset, 10px 10px 30px 0px #FFF inset;
  }
}
.page-title {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.page-title img {
  display: block;
  height: 94px;
}
@media (max-width: 1200px) {
  .page-title img {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .page-title {
    top: -20px;
  }
  .page-title img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .page-title img {
    height: 44px;
  }
}
.new-product {
  margin: 0 auto;
}
.new-product-item {
  margin-bottom: 30px;
}
.new-product-item:last-of-type {
  margin-bottom: 0px;
}
.new-product-item .new-title {
  display: block;
  height: 64px;
}
.new-product-item .new-product-con {
  border-radius: 0px 15px 15px 15px;
  border: 2px solid #FFF;
  background: #D3F7FE;
  box-shadow: -10px -10px 30px 0px #FFF inset, 10px 10px 30px 0px #FFF inset;
  padding: 30px;
}
.new-product-item .briefAndVideo {
  display: flex;
  justify-content: space-between;
}
.new-product-item .product-brief {
  border-radius: 10px;
  border: 2px solid #359CF0;
  background: #FFF;
  padding: 5px 25px 15px 25px;
  position: relative;
  flex: 1;
  margin-right: 20px;
}
.new-product-item .brief-tag-text {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
}
.new-product-item .brief-tag-text span {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0px 35px 0px 25px;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(90deg, #0170FF 0%, #12C6FB 123.85%);
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.new-product-item .product-pic {
  width: 380px;
  margin: 0 auto;
  position: relative;
}
.new-product-item .product-pic .thepic {
  display: block;
  width: 100%;
}
.new-product-item .product-pic .saletag {
  position: absolute;
  top: 15px;
  right: -18px;
  animation: scaleAnimation 0.5s ease infinite;
  /* 应用动画，2秒一个周期，无限次重复 */
}
@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.new-product-item .product-title {
  margin-top: 10px;
}
.new-product-item .product-title .the-model {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0px 6px;
  border-radius: 2px;
  background: #359CF0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-right: 6px;
  vertical-align: 2px;
}
.new-product-item .product-title .the-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
}
.new-product-item .product-price {
  margin-top: 5px;
  border-radius: 5px;
  background: linear-gradient(270deg, rgba(145, 237, 248, 0) -2.13%, #36B8EA 48.92%, #138DDF 99.98%);
  box-shadow: 0px 2px 6px 0px #E0F8FF inset;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  height: 40px;
}
.new-product-item .product-price .price-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.new-product-item .product-price .the-price {
  font-size: 34px;
  font-weight: bold;
  font-family: D-DIN-PRO;
  color: #fff;
}
.new-product-item .product-price .the-price span {
  font-size: 16px;
}
.new-product-item .product-price .the-price .symbol {
  font-size: 18px;
}
.new-product-item .product-intro {
  margin-top: 8px;
}
.new-product-item .product-intro .text-item {
  padding-left: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #359CF0;
  font-weight: 400;
  margin-bottom: 3px;
  position: relative;
}
.new-product-item .product-intro .text-item:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: linear-gradient(317deg, #13ACFF 9.78%, #0F77FB 81.79%);
  border-radius: 20px;
}
.new-product-item .product-video {
  width: 510px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #359CF0;
}
.new-product-item .product-video .video-title {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  background: linear-gradient(90deg, #359CF0 50%, rgba(54, 156, 240, 0) 100%);
  border-radius: 6px 6px 0px 0px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.new-product-item .product-video .video-title:before {
  content: '';
  width: 64px;
  height: 64px;
  background-image: url("../images/video-bg-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -8px;
}
.new-product-item .product-video .video-pic-bg {
  padding: 20px;
}
.new-product-item .product-video .video-pic {
  cursor: pointer;
}
.new-product-item .product-video .video-pic .thepic-bg {
  width: 100%;
  padding-bottom: 66.59%;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.new-product-item .product-video .video-pic .thepic-bg:hover .thepic img {
  transform: scale(1.1);
}
.new-product-item .product-video .video-pic .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 2px;
  transition: all 0.2s;
}
.new-product-item .product-video .video-pic .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.new-product-item .product-video .video-pic .pic-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-product-item .product-video .page-btn-blue {
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .new-product-item .product-video {
    width: 46%;
  }
}
@media (max-width: 1200px) {
  .new-product-item .new-title {
    height: 54px;
  }
  .new-product-item .new-product-con {
    padding: 20px;
  }
  .new-product-item .product-brief {
    padding: 15px;
  }
  .new-product-item .product-video .video-pic-bg {
    padding: 15px;
  }
  .new-product-item .brief-tag-text span {
    height: 26px;
    padding: 0px 30px 0px 15px;
    font-size: 14px;
  }
  .new-product-item .product-pic {
    width: 80%;
  }
  .new-product-item .product-title .the-title {
    font-size: 19px;
    line-height: 28px;
  }
  .new-product-item .product-price {
    height: 32px;
  }
  .new-product-item .product-price .the-price {
    font-size: 32px;
  }
  .new-product-item .product-price .price-text {
    font-size: 14px;
  }
  .new-product-item .product-pic .saletag {
    width: 48px;
  }
}
@media (max-width: 991px) {
  .new-product-item .briefAndVideo {
    flex-direction: column;
  }
  .new-product-item .product-brief {
    margin: 0px;
  }
  .new-product-item .product-video {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
  .new-product-item .product-video .video-title {
    height: 44px;
    font-size: 18px;
    padding: 0px 20px;
  }
  .new-product-item .new-title {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .new-product-item {
    margin-bottom: 15px;
  }
  .new-product-item .new-title {
    height: 32px;
  }
  .new-product-item .new-product-con {
    padding: 10px;
  }
  .new-product-item .product-brief {
    border: 1px solid #359CF0;
    padding: 10px;
  }
  .new-product-item .product-title .the-model {
    height: 22px;
    font-size: 12px;
    margin-right: 3px;
  }
  .new-product-item .product-price .price-text {
    font-size: 12px;
  }
  .new-product-item .product-price .the-price {
    font-size: 22px;
  }
  .new-product-item .product-price .the-price .symbol {
    font-size: 14px;
  }
  .new-product-item .product-price .the-price span {
    font-size: 13px;
  }
  .new-product-item .product-intro .text-item {
    font-size: 13px;
    padding-left: 10px;
    line-height: 19px;
  }
  .new-product-item .product-intro .text-item:before {
    width: 4px;
    height: 4px;
  }
  .new-product-item .product-video .video-title {
    height: 32px;
    font-size: 14px;
    padding: 0px 10px;
  }
  .new-product-item .product-video .video-title:before {
    background: transparent;
  }
  .new-product-item .product-video .video-pic .pic-btn {
    width: 38px;
    height: 38px;
  }
  .new-product-item .product-video {
    margin-top: 8px;
    border: 1px solid #359CF0;
  }
  .new-product-item .product-video .video-pic-bg {
    padding: 10px;
  }
  .new-product-item .product-video .page-btn-blue {
    margin-top: 5px;
  }
  .new-product-item .product-title .the-title {
    font-size: 17px;
    line-height: 22px;
  }
  .new-product-item .product-pic .saletag {
    width: 30px;
  }
}
.page-btn {
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  box-sizing: content-box;
  position: relative;
  transition: all 0.5s;
  top: 0px;
}
.page-btn:hover {
  opacity: 0.9;
  top: -2px;
}
.page-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 899;
}
.page-btn a img {
  display: block;
  width: 24px;
  margin-right: 10px;
}
.page-btn a span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.page-btn:before {
  content: '';
  width: 150px;
  height: 42px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  z-index: 9;
}
.page-btn:after {
  content: '';
  width: 150px;
  height: 42px;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50px;
  z-index: 9;
}
.page-btn-blue {
  border: 2px solid #E1F8FF;
  background: linear-gradient(270deg, #0771F0 0%, #11C2FA 95%, #12C6FB 100%);
  box-shadow: 5px -5px 20px 0px #005EFF inset, 4px 4px 10px 0px rgba(125, 255, 253, 0.8) inset;
}
.page-btn-blue a span {
  text-shadow: 0px 2px 2px #0080EC;
}
.page-btn-blue:before {
  background: linear-gradient(127deg, rgba(255, 255, 255, 0.2) 15.4%, rgba(255, 255, 255, 0) 52.09%);
}
.page-btn-blue:after {
  background: linear-gradient(246deg, rgba(255, 255, 255, 0.3) -2.11%, rgba(255, 255, 255, 0) 35.15%);
}
.page-btn-yellow {
  border: 2px solid #FFF3E4;
  background: linear-gradient(270deg, #FF8E0C -0.26%, #FFA246 94.75%, #FFB513 100%);
  box-shadow: -5px -5px 20px 0px #FF8500 inset, 4px 4px 10px 0px #FFE4AC inset;
}
.page-btn-yellow a span {
  text-shadow: 0px 2px 2px #FF790C;
}
.page-btn-yellow:before {
  background: linear-gradient(127deg, rgba(255, 255, 255, 0.5) 15.4%, rgba(255, 255, 255, 0) 52.09%);
}
.page-btn-yellow:after {
  background: linear-gradient(246deg, rgba(255, 255, 255, 0.5) -2.11%, rgba(255, 255, 255, 0) 35.15%);
}
.btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto 0;
}
.btn-row .page-btn {
  width: 32%;
}
@media (max-width: 767px) {
  .page-btn {
    height: 34px;
  }
  .page-btn a img {
    height: 16px;
    margin-right: 0px;
  }
  .page-btn a span {
    font-size: 14px;
    font-weight: normal;
  }
  .page-btn:before {
    width: 90px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
  }
  .page-btn:after {
    width: 90px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
  }
  .btn-row {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .btn-row .page-btn {
    width: 48%;
    margin-bottom: 5px;
  }
}
.hot-product .row {
  margin-right: -10px;
  margin-left: -10px;
}
.hot-product .col-item-bg {
  padding-right: 10px;
  padding-left: 10px;
}
.hot-product .col-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px 30px 25px;
  margin-bottom: 20px;
}
.hot-product .col-item .p-pic {
  width: 400px;
  margin: 0 auto;
}
.hot-product .col-item .thepic-bg {
  width: 100%;
  padding-bottom: 66.5%;
  position: relative;
}
.hot-product .col-item .thepic-bg .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 2px;
  transition: all 0.2s;
}
.hot-product .col-item .thepic-bg .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.hot-product .col-item .p-tag {
  display: inline-block;
  margin-top: 20px;
}
.hot-product .col-item .p-tag span {
  display: flex;
  height: 26px;
  align-items: center;
  padding: 0px 6px;
  background: #359CF0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
}
.hot-product .col-item .title-text {
  font-size: 22px;
  line-height: 28px;
  height: 56px;
  font-weight: bold;
  color: #222222;
  margin-top: 10px;
  position: relative;
}
.hot-product .col-item .title-text span {
  position: relative;
  z-index: 1;
}
.hot-product .col-item .title-text:before {
  content: '';
  width: 110px;
  height: 7px;
  background: linear-gradient(90deg, #0170FF 0%, rgba(19, 172, 255, 0) 100%);
  left: 0px;
  top: 18px;
  position: absolute;
  z-index: 0;
}
.hot-product .col-item .price {
  display: flex;
  align-items: baseline;
}
.hot-product .col-item .price .original-price {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-decoration: line-through;
}
.hot-product .col-item .price .current-price {
  margin-left: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #359CF0;
}
.hot-product .col-item .price .current-price strong {
  font-size: 38px;
  font-weight: bold;
  font-family: D-DIN-PRO;
}
.hot-product .col-item .price .current-price strong .symbol {
  font-size: 18px;
}
.hot-product .col-item .btn-row {
  margin: 10px auto 0;
}
.hot-product .col-item .btn-row .page-btn {
  width: 48%;
}
@media (max-width: 1200px) {
  .hot-product .col-item .p-pic {
    width: 80%;
  }
  .hot-product .col-item .price .original-price {
    font-size: 14px;
  }
  .hot-product .col-item .title-text {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .hot-product .col-item .title-text:before {
    background: transparent;
  }
  .hot-product .col-item .price .current-price {
    font-size: 16px;
  }
  .hot-product .col-item .price .current-price strong {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .hot-product .col-item .p-tag span {
    height: 22px;
    font-size: 13px;
  }
  .hot-product .col-item .title-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .hot-product .col-item .price .original-price {
    font-size: 14px;
    line-height: 28px;
  }
  .hot-product .col-item .price .current-price {
    font-size: 14px;
  }
  .hot-product .col-item .price .current-price strong {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .hot-product .col-item {
    padding: 15px 10px;
  }
  .hot-product .col-item .title-text {
    height: auto;
  }
  .hot-product .col-item {
    margin-bottom: 10px;
  }
  .hot-product .col-item .p-tag span {
    height: 24px;
    font-size: 12px;
  }
  .hot-product .col-item .title-text {
    font-size: 17px;
    line-height: 22px;
  }
  .hot-product .col-item .btn-row {
    margin-top: 10px;
  }
  .hot-product .col-item .price .original-price {
    font-size: 13px;
    margin-top: 5px;
  }
  .hot-product .col-item .price .current-price {
    font-size: 13px;
    margin-left: 12px;
  }
  .hot-product .col-item .price .current-price strong {
    font-size: 22px;
  }
  .hot-product .col-item .btn-row .the-btn {
    margin-right: 5px;
  }
}
.rule-con {
  position: relative;
}
.rule-con .the-title {
  display: inline-block;
}
.rule-con .the-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0px 50px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(90deg, #13ACFF 0%, #0170FF 100%);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.rule-con .the-con {
  border-radius: 0px 10px 10px 10px;
  border: 2px solid #359CF0;
  background: linear-gradient(90deg, #FFF 58.17%, #D3F7FE 100%);
  padding: 30px 25px;
}
.rule-con .the-con .the-text span {
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
}
.rule-con .the-con .the-text span strong {
  color: #359CF0;
  font-weight: bold;
}
.rule-con .btn-row {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.rule-con .btn-row .page-btn {
  width: auto;
  padding: 0px 70px;
}
.rule-con .btn-row .hand {
  position: absolute;
  right: 0px;
  top: 17px;
  animation: hand 0.5s infinite;
  z-index: 999;
}
@keyframes hand {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.gift-con {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
}
.gift-text {
  flex: 1;
}
.day-row {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.day-row:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(90deg, #359CF0 48.48%, rgba(53, 156, 240, 0) 100%);
}
.day-row .day {
  font-size: 16px;
  font-weight: bold;
  color: #359CF0;
}
.day-row .check-text {
  margin-left: 40px;
  font-size: 15px;
  font-weight: bold;
  text-decoration-line: underline;
}
@media (max-width: 1200px) {
  .gift-con {
    flex-direction: column;
  }
  .gift-text {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .rule-con .the-con {
    padding: 10px;
    border: 1px solid #359CF0;
  }
  .rule-con .the-con .the-text span {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px;
  }
  .rule-con .btn-row {
    margin-top: 15px;
  }
  .rule-con .btn-row .page-btn {
    width: auto;
    padding: 0px 40px;
  }
  .rule-con .btn-row .the-btn .hand {
    right: -20px;
    width: 40px;
  }
  .day-row .day {
    font-size: 13px;
  }
  .day-row .check-text {
    font-size: 13px;
    margin-left: 20px;
  }
}
.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: 20px;
  position: relative;
}
.win-list .win-title {
  display: inline-block;
}
.win-list .win-title span {
  padding: 0px 40px;
  height: 36px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(90deg, #13ACFF 0%, #0170FF 100%);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win-list .win-scroll {
  border-radius: 0px 5px 5px 5px;
  padding: 0px 20px;
  height: 405px;
  overflow: hidden;
  border: 2px solid #359CF0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 36.86%, rgba(212, 248, 254, 0.8) 100%);
}
.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(78, 185, 251, 0) 0%, #4EB9FB 46.5%, rgba(78, 185, 251, 0) 100%);
}
.win-list .win-scroll li span {
  display: block;
  width: 50%;
  font-size: 14px;
  color: #359CF0;
}
@media (max-width: 767px) {
  .day-row {
    padding-bottom: 8px;
  }
  .day-row:before {
    height: 1px;
  }
  .win-list {
    margin-top: 10px;
  }
  .win-list .win-title span {
    height: 32px;
    font-size: 14px;
  }
  .rule-con .the-title span {
    height: 32px;
    padding: 0px 30px;
    font-size: 14px;
  }
  .win-list .win-scroll {
    border: 1px solid #359CF0;
  }
  .win-list .win-scroll li span {
    font-size: 13px;
  }
}
.about-con {
  font-size: 17px;
  line-height: 29px;
  color: #333333;
}
.about-con .link-text,
.about-con strong {
  color: #359CF0;
  font-weight: bold;
}
.about-con .link-btn {
  margin-top: 15px;
}
.about-con .link-btn a {
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(90deg, #13ACFF 0%, #0170FF 100%);
  height: 40px;
  padding: 0px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  transition: all 0.5s;
}
.about-con .link-btn a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .about-con {
    font-size: 15px;
    line-height: 23px;
  }
  .about-con .link-btn a {
    height: 32px;
    padding: 0px 30px;
    font-size: 14px;
  }
}
footer {
  margin: 70px auto 0;
  width: 100%;
  height: 56px;
  background: #222222;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer {
    margin: 20px auto 0;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 20px;
  }
}
.fixed-pic {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 999;
}
.fixed-pic img {
  display: block;
  cursor: pointer;
  animation: fixedAnimation 0.5s ease infinite;
  /* 应用动画，2秒一个周期，无限次重复 */
}
@keyframes fixedAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 1600px) {
  .fixed-pic img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .fixed-pic img {
    width: 120px;
  }
}
.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: #359CF0;
  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: 44px;
  line-height: 44px;
  background: #359CF0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  border-radius: 100px;
  font-size: 20px;
  width: 190px;
  height: 36px;
  border: 1px solid #359CF0;
  background: #fff;
  color: #359CF0;
  margin: 15px auto 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .update-message a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.update-message a:hover {
  background: #0170FF;
}
.update-message a .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.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: #359CF0;
  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: #359CF0;
  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;
  }
}
.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;
  }
}
.layui-form-label {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0px;
  margin-bottom: 10px;
  color: #4D4D4D;
}
.layui-form-label .must {
  color: #E90D2D;
}
.layui-input-block {
  margin-left: 0px;
  min-height: auto;
}
.layui-form-select dl dd.layui-this {
  background: #359CF0;
}
.layui-form {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.layui-inline {
  width: 48%;
  margin-bottom: 20px;
}
.layui-inline-row {
  width: 100%;
}
.layui-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: linear-gradient(90deg, #13ACFF 0%, #0170FF 100%);
  border-radius: 50px;
  padding: 0px 60px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  border: none;
}
.layui-btn:hover {
  opacity: 0.8;
}
.layui-inline-linkage {
  display: flex;
  justify-content: space-between;
}
.layui-inline-linkage .layui-input-inline {
  width: auto;
  margin-right: 10px;
}
.layui-inline-linkage .layui-input-inline:last-child {
  margin-right: 0px;
}
.layui-form-radioed {
  color: #333;
}
.layui-form-radioed > i,
.layui-form-radio:hover > i {
  color: #359CF0;
}
.layui-form-radio:hover > div {
  color: #333;
}
.layui-layer-msg {
  background: rgba(0, 0, 0, 0.7) !important;
  text-align: center !important;
  color: #fff !important;
  border: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 10px 20px !important;
  text-align: center !important;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  display: none;
}
@media (max-width: 767px) {
  .layui-inline {
    width: 100%;
  }
  .form-question {
    overflow: auto;
    padding: 12px;
  }
  .layui-form {
    font-size: 13px;
  }
  .layui-inline {
    margin-bottom: 15px;
  }
  .layui-form-radio * {
    font-size: 13px;
  }
  .layui-btn {
    padding: 0px 30px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
  .layui-form-label {
    margin-bottom: 6px;
  }
}
#form-modal .modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#form-modal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
#form-modal .form-title {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(90deg, #97D0FF 0%, #FFF 100%);
  border-bottom: 1px solid #8FCDFF;
  position: relative;
}
#form-modal .form-title .the-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 60px;
  font-weight: bold;
  color: #333333;
}
#form-modal .form-title .the-title strong {
  color: #0781FF;
}
@media (max-width: 767px) {
  #form-modal .form-title .the-title {
    height: 44px;
    font-size: 16px;
  }
}
.form-question {
  padding: 20px 30px 30px 30px;
  height: 500px;
  overflow: scroll;
}
.form-question .layui-inline {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.form-question .layui-form-label {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.form-question .layui-form-label:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 40px;
  height: 5px;
  background: linear-gradient(90deg, #359CF0 0%, rgba(53, 156, 240, 0) 97.44%);
  z-index: -1;
}
.form-question .layui-form-label strong {
  color: #359CF0;
}
.form-question .layui-form-radio * {
  font-size: 15px;
}
.form-question .layui-form-checkbox span {
  font-size: 15px;
  color: #333;
}
.form-question .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 22px;
}
.form-question .layui-form-checkbox[lay-skin="primary"] i {
  top: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #c2c2c2;
}
.form-question .layui-form-checked[lay-skin="primary"] i {
  border-color: #359CF0 !important;
  background-color: #359CF0;
}
.form-question .layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #359CF0;
}
.form-question .layui-input-block {
  display: flex;
  flex-wrap: wrap;
}
.form-question .layui-form-radio {
  display: flex;
}
.form-question .layui-input-6 .layui-form-radio {
  width: 16.666%;
  margin: 0px;
  padding: 0px;
}
.form-question .layui-input-4 .layui-form-radio {
  width: 25%;
  margin: 0px;
  padding: 0px;
}
.form-question .layui-input-3 .layui-form-checkbox {
  width: 33.33%;
  margin: 8px 0px;
}
.form-question .layui-input-2 .layui-form-radio {
  width: 50%;
  padding: 0px;
  margin: 0px;
}
.form-question .layui-input-2 .layui-form-checkbox {
  width: 50%;
  margin: 5px 0px;
}
@media (max-width: 991px) {
  .form-question {
    height: 500px;
    padding: 10px;
  }
  .form-question .layui-form-label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .form-question .layui-input-4 .layui-form-radio {
    width: 50%;
  }
  .form-question .layui-form-radio * {
    font-size: 13px;
    line-height: 20px;
    margin: 3px;
  }
  .form-question .layui-input-3 .layui-form-radio {
    width: 50%;
    margin: 0px;
  }
  .form-question .layui-input-2 .layui-form-checkbox {
    width: 100%;
  }
  .form-question .layui-form-checkbox span {
    font-size: 13px;
  }
  .form-question .layui-input-block-sub .layui-form-radio * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-question .layui-input-block-row {
    flex-wrap: wrap;
  }
  .form-question .layui-input-block .layui-form-radio {
    width: 100%;
    margin: 0px;
  }
  .form-question .layui-form-label {
    font-size: 14px;
  }
  .form-question .layui-inline {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.notes {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.notes a {
  color: #359CF0;
}
@media (max-width: 767px) {
  .notes {
    font-size: 12px;
    line-height: 18px;
  }
}
/*# sourceMappingURL=public.css.map */