@charset "UTF-8";
.container {
  width: 100%;
  min-height: 100vh;
  max-width: 1920px;
  margin: auto;
}
.container .top-box {
  width: 100%;
  height: 80vh;
  max-width: 1920px;
  max-height: 100vh;
  margin: auto;
  position: relative;
}
.container .top-box .header-box {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  background: transparent;
  z-index: 999;
}
.container .top-box .header-box.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.container .top-box .header-box.scrolled .header .logo .right-logo {
  display: none;
}
.container .top-box .header-box.scrolled .header .logo .black-logo {
  display: block;
}
.container .top-box .header-box.scrolled .header .select-box .language-dropdown .language-selected {
  color: #4B4B4B;
  font-weight: bold;
}
.container .top-box .header-box.scrolled .header .select-box .language-dropdown .language-options {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.container .top-box .header {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 0px;
}
.container .top-box .header .logo {
  display: flex;
  align-items: center;
}
.container .top-box .header .logo .left-logo {
  margin-right: 10px;
  width: 8%;
}
.container .top-box .header .logo .right-logo {
  display: block;
  width: 30%;
}
.container .top-box .header .logo .black-logo {
  display: none;
  width: 30%;
}
.container .top-box .header .select-box .select {
  height: 45px;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 26px;
}
.container .top-box .header .select-box .select option {
  background-color: #ffffff;
  color: #333;
}
.container .top-box .header .select-box .language-dropdown {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container .top-box .header .select-box .language-dropdown .language-selected {
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.container .top-box .header .select-box .language-dropdown .language-selected .selectcontent {
  margin-right: 10px;
}
.container .top-box .header .select-box .language-dropdown .language-selected .selecticon {
  transition: transform 0.3s ease;
  width: 30px;
}
.container .top-box .header .select-box .language-dropdown .language-options {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 4px;
  height: 0;
  z-index: 1000;
  transition: 0.3s;
  overflow: hidden;
}
.container .top-box .header .select-box .language-dropdown .language-options .language-option {
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
.container .top-box .header .select-box .language-dropdown .language-options .language-option:hover {
  background-color: #f0f8f0;
}
.container .top-box .header .select-box .language-dropdown.active .selecticon {
  transform: rotate(180deg);
}
.container .top-box .header .select-box .language-dropdown.active .language-options {
  height: 408px;
}
.container .top-box .swiper-box {
  width: 100%;
  height: 100%;
  position: relative;
  /* 自定义分页器样式 */
  /* 自定义导航按钮样式 */
  /* 轮播图容器样式 */
}
.container .top-box .swiper-box .swiper-main {
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.container .top-box .swiper-box .swiper-main .main-txt {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0px 2px 0px rgba(195, 148, 140, 0.2);
}
.container .top-box .swiper-box .swiper-main .useit {
  color: #fff;
  font-size: 33px;
  text-align: center;
  margin-bottom: 86px;
  text-shadow: 0px 2px 0px rgba(195, 148, 140, 0.2);
}
.container .top-box .swiper-box .swiper-main .main-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 52px;
}
.container .top-box .swiper-box .swiper-main .main-btn .google {
  width: 296px;
  height: 104px;
  background-image: url(https://prod-chinesekeep.oss-cn-hongkong.aliyuncs.com/website/Button.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  gap: 20px;
}
.container .top-box .swiper-box .swiper-main .main-btn .google .left-icon {
  height: 80%;
}
.container .top-box .swiper-box .swiper-main .main-btn .google .left-icon img {
  width: 100%;
  height: 100%;
}
.container .top-box .swiper-box .swiper-main .main-btn .google .right-text {
  flex: 1;
}
.container .top-box .swiper-box .swiper-main .main-btn .google .right-text .xiao {
  font-weight: bold;
  font-size: 17px;
  color: #4B4B4B;
}
.container .top-box .swiper-box .swiper-main .main-btn .google .right-text .da {
  font-weight: bold;
  font-size: 29px;
  color: #4B4B4B;
}
.container .top-box .swiper-box .swiper-main .main-btn .apple {
  width: 296px;
  height: 104px;
  background-image: url(https://prod-chinesekeep.oss-cn-hongkong.aliyuncs.com/website/Button.png);
  background-size: 100% 100%;
}
.container .top-box .swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.container .top-box .swiper-box .swiper-pagination-bullet-active {
  background: #fff;
}
.container .top-box .swiper-box .swiper-button-next,
.container .top-box .swiper-box .swiper-button-prev {
  color: #fff;
  width: 44px;
  height: 44px;
}
.container .top-box .swiper-box .swiper {
  width: 100%;
  height: 100%;
}
.container .top-box .swiper-box .mySwiper {
  display: block;
}
.container .top-box .swiper-box .appleSwiper {
  display: none;
}
.container .top-box .swiper-box .swiper-slide {
  position: relative;
}
.container .top-box .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .top-box .swiper-box .swiper-slide .swiper-slide-title {
  position: absolute;
  left: 60%;
  top: 50%;
}
.container .top-box .swiper-box .swiper-slide .swiper-slide-title2 {
  left: 75%;
  top: 20%;
}
.container .top-box .swiper-box .swiper-slide .swiper-slide-title3 {
  left: 60%;
  top: 20%;
}
.container .top-box .swiper-box .swiper-slide .swiper-slide-title4 {
  left: 65%;
  top: 25%;
}
.container .footer-box {
  width: 100%;
}
.container .footer-box .footer-header {
  width: 100%;
  height: 438px;
  background-color: #E8F7FE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .footer-box .footer-header p {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  color: #4B4B4B;
  text-shadow: 0px 2px 0px rgba(195, 148, 140, 0.2);
}
.container .footer-box .footer-header p .blue {
  color: #31B7F7;
}
.container .footer-box .footer-header .footer-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 55px;
}
.container .footer-box .footer-header .footer-btn .google {
  width: 288px;
  height: 99px;
  background-image: url(https://prod-chinesekeep.oss-cn-hongkong.aliyuncs.com/website/Button.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  gap: 20px;
}
.container .footer-box .footer-header .footer-btn .google .left-icon {
  height: 80%;
}
.container .footer-box .footer-header .footer-btn .google .left-icon img {
  width: 100%;
  height: 100%;
}
.container .footer-box .footer-header .footer-btn .google .right-text {
  flex: 1;
}
.container .footer-box .footer-header .footer-btn .google .right-text .xiao {
  font-weight: bold;
  font-size: 17px;
  color: #4B4B4B;
}
.container .footer-box .footer-header .footer-btn .google .right-text .da {
  font-weight: bold;
  font-size: 29px;
  color: #4B4B4B;
}
.container .footer-box .footer {
  width: 100%;
  height: 600px;
  background-color: #1CB0F6;
  box-sizing: border-box;
  padding: 75px 0 130px 0;
}
.container .footer-box .footer .footer-main {
  width: 1186px;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}
.container .footer-box .footer .footer-main .title {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.container .footer-box .footer .footer-main .two-title {
  margin-top: 60px;
}
.container .footer-box .footer .footer-main .text {
  display: block;
  font-weight: normal;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 25px;
}
.container .footer-box .footer .footer-main .emil {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  cursor: pointer;
}
.container .footer-box .footer .footer-main .emil .icon {
  width: 26px;
}
.container .footer-box .footer .footer-main .emil span {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
}
.container .footer-box .footer .footer-main .copyright {
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 10px;
  text-decoration-line: underline;
}
.container .download-app {
  display: none;
}

.apple-show {
  display: none;
}

.pc-show {
  display: block;
}

.vip-box {
  width: 100%;
  height: calc(70vh - 84px);
  position: absolute;
  top: 84px;
  right: 0;
  z-index: 998;
}
.vip-box .vip-subbox {
  width: 1186px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.vip-box .vip-container {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.vip-box .vip-container .vip-title {
  font-size: 32px;
  font-weight: bold;
  color: #1CB0F6;
  margin-bottom: 15px;
}
.vip-box .vip-container .vip-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.vip-box .vip-container .input-group {
  margin-bottom: 5px;
}
.vip-box .vip-container .input-group .input-wrapper {
  margin-bottom: 5px;
  text-align: left;
}
.vip-box .vip-container .input-group .input-wrapper input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.vip-box .vip-container .input-group .input-wrapper input:focus {
  border-color: #1CB0F6;
  outline: none;
}
.vip-box .vip-container .input-group .input-wrapper input.error {
  border-color: #ff4d4f;
}
.vip-box .vip-container .input-group .input-wrapper .error-message {
  color: #ff4d4f;
  font-size: 14px;
  margin-top: 5px;
  min-height: 20px;
}
.vip-box .vip-container .notice-box {
  padding: 15px;
  border-radius: 5px;
}
.vip-box .vip-container .notice-box p {
  color: #faad14;
  font-size: 14px;
  line-height: 1.5;
}
.vip-box .vip-container .notice-box .notget {
  color: #1CB0F6;
  cursor: pointer;
  text-decoration: underline;
}
.vip-box .vip-container .notice-box .notget:hover {
  color: #0c9fe5;
}
.vip-box .vip-container .submit-btn {
  width: 100%;
  height: 50px;
  background-color: #1CB0F6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.vip-box .vip-container .submit-btn:hover {
  background-color: #0c9fe5;
}
.vip-box .vip-success {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
}
.vip-box .vip-success .vip-title {
  font-size: 32px;
  font-weight: bold;
  color: #1CB0F6;
  margin-bottom: 15px;
}
.vip-box .vip-success .success-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.vip-box .vip-success .success-content img {
  width: 50%;
}
.vip-box .vip-success .success-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.vip-box .vip-success .success-text p {
  font-size: 14px;
}
.vip-box .vip-success .success-text .one {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.vip-box .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.vip-box .modal.show {
  display: flex;
}
.vip-box .modal .modal-content {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.vip-box .modal .modal-content .modal-header {
  padding: 15px 20px;
  background-color: #1CB0F6;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vip-box .modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: bold;
}
.vip-box .modal .modal-content .modal-header .close-btn {
  font-size: 24px;
  cursor: pointer;
}
.vip-box .modal .modal-content .modal-header .close-btn:hover {
  opacity: 0.8;
}
.vip-box .modal .modal-content .modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vip-box .modal .modal-content .modal-body p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.vip-box .modal .modal-content .modal-body .img-box {
  width: 200px;
}
.vip-box .modal .modal-content .modal-body .img-box img {
  width: 100%;
}
.vip-box .modal .modal-content .modal-footer {
  padding: 15px 20px;
  text-align: center;
}
.vip-box .modal .modal-content .modal-footer .confirm-btn {
  padding: 8px 30px;
  background-color: #1CB0F6;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.vip-box .modal .modal-content .modal-footer .confirm-btn:hover {
  background-color: #0c9fe5;
}/*# sourceMappingURL=index.css.map */