@charset "UTF-8";
/* （平板，1400px及以下） */
@media only screen and (max-width: 1400px) {
  .apple-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  /* 容器样式调整 */
  .container {
    width: 100%;
  }
  .container .top-box {
    height: 70vh;
  }
  .container .top-box .header {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .container .top-box .header .logo {
    width: 30%;
  }
  .container .top-box .header .logo .left-logo {
    width: 20%;
  }
  .container .top-box .header .logo .right-logo {
    width: 78%;
  }
  .container .top-box .header .logo .black-logo {
    width: 78%;
  }
  .container .top-box .header .select-box .select {
    font-size: 16px;
  }
  .container .callme-main {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .container .callme-main .son-title {
    font-size: 32px;
  }
  .container .vip-box {
    height: auto;
  }
  .container .vip-box .vip-subbox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .container .vip-box .vip-subbox .vip-container .vip-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .container .vip-box .vip-subbox .vip-container .vip-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
  }
  .container .vip-box .vip-subbox .vip-container .input-group .input-wrapper input {
    height: 40px;
  }
  .container .vip-box .vip-subbox .vip-container .submit-btn {
    height: 40px;
    font-size: 16px;
  }
  .container .footer-box {
    width: 100%;
  }
  .container .footer-box .footer-header {
    background-color: #fff;
    height: 250px;
  }
  .container .footer-box .footer-header p {
    font-size: 24px;
  }
  .container .footer-box .footer-header .footer-btn {
    justify-content: space-evenly;
    margin-top: 25px;
    gap: 5px;
  }
  .container .footer-box .footer-header .footer-btn .google {
    width: 260px;
    height: 90px;
    padding: 5px;
    padding-left: 20px;
    gap: 5px;
  }
  .container .footer-box .footer-header .footer-btn .google .left-icon {
    height: 60%;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text {
    flex: 1;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text .xiao {
    font-size: 14px;
    text-align: left;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text .da {
    font-size: 20px;
    text-align: left;
  }
  .container .footer-box .footer {
    width: 100%;
    padding: 75px 20px 130px 20px;
  }
  .container .footer-box .footer .footer-main {
    width: 100%;
  }
}
/* 小屏幕设备（手机，750px 及以下） */
@media only screen and (max-width: 750px) {
  .apple-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  /* 容器样式调整 */
  .container {
    width: 100%;
  }
  .container .top-box {
    height: auto;
  }
  .container .top-box .header {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .container .top-box .header .logo {
    width: 50%;
  }
  .container .top-box .header .logo .left-logo {
    width: 20%;
  }
  .container .top-box .header .logo .right-logo {
    width: 78%;
  }
  .container .top-box .header .logo .black-logo {
    width: 78%;
  }
  .container .top-box .header .select-box .select {
    font-size: 16px;
  }
  .container .top-box .header .select-box .language-dropdown .language-selected {
    font-size: 18px;
  }
  .container .top-box .header .select-box .language-dropdown .language-selected .selecticon {
    width: 20px;
  }
  .container .top-box .swiper-box .swiper-main {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .container .top-box .swiper-box .swiper-main .main-txt {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .container .top-box .swiper-box .swiper-main .useit {
    display: none;
  }
  .container .top-box .swiper-box .swiper-main .main-btn {
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
  }
  .container .top-box .swiper-box .swiper-main .main-btn .google {
    width: 45%;
    height: 56px;
    padding: 5px 10px;
    gap: 5px;
  }
  .container .top-box .swiper-box .swiper-main .main-btn .google .left-icon {
    height: 60%;
  }
  .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-size: 12px;
    text-align: left;
  }
  .container .top-box .swiper-box .swiper-main .main-btn .google .right-text .da {
    font-size: 18px;
    text-align: left;
  }
  .container .top-box .swiper-box .mySwiper {
    display: none;
  }
  .container .top-box .swiper-box .appleSwiper {
    display: block;
  }
  .container .top-box .swiper-box .appleSwiper .apple-slide-title {
    position: absolute;
    left: 3%;
    top: 60%;
  }
  .container .top-box .swiper-box .appleSwiper .apple-slide-title1 {
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
  }
  .container .top-box .swiper-box .appleSwiper .apple-slide-title2 {
    left: 4%;
    top: 35%;
  }
  .container .top-box .swiper-box .appleSwiper .apple-slide-title3 {
    left: 50%;
    top: 30%;
  }
  .container .callme-main {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
  }
  .container .callme-main .son-title {
    font-size: 28px;
  }
  .container .vip-box {
    height: auto;
    position: relative;
    top: revert;
    right: revert;
    margin: 30px auto;
  }
  .container .vip-box .vip-subbox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
  }
  .container .vip-box .vip-subbox .vip-container {
    width: 100%;
  }
  .container .vip-box .vip-subbox .vip-container .vip-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .container .vip-box .vip-subbox .vip-container .vip-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
  }
  .container .vip-box .vip-subbox .vip-container .input-group .input-wrapper input {
    height: 40px;
  }
  .container .vip-box .vip-subbox .vip-container .submit-btn {
    height: 40px;
    font-size: 16px;
  }
  .container .vip-box .modal {
    box-sizing: border-box;
    padding: 20px;
  }
  .container .vip-box .modal .modal-content {
    width: 100%;
  }
  .container .footer-box {
    width: 100%;
  }
  .container .footer-box .footer-header {
    background-color: #fff;
    height: 250px;
  }
  .container .footer-box .footer-header p {
    font-size: 24px;
  }
  .container .footer-box .footer-header .footer-btn {
    justify-content: space-evenly;
    margin-top: 25px;
    gap: 5px;
  }
  .container .footer-box .footer-header .footer-btn .google {
    width: 45%;
    height: 56px;
    padding: 5px 10px;
    gap: 5px;
  }
  .container .footer-box .footer-header .footer-btn .google .left-icon {
    height: 60%;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text {
    flex: 1;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text .xiao {
    font-size: 12px;
    text-align: left;
  }
  .container .footer-box .footer-header .footer-btn .google .right-text .da {
    font-size: 18px;
    text-align: left;
  }
  .container .footer-box .footer {
    width: 100%;
  }
  .container .footer-box .footer .footer-main {
    width: 100%;
  }
  .container .footer-box .footer .footer-main .title {
    text-align: center;
  }
  .container .footer-box .footer .footer-main .text {
    text-align: center;
  }
  .container .footer-box .footer .footer-main .emil {
    width: 220px;
    margin: 0 auto 20px;
  }
  .container .footer-box .footer .footer-main .copyright {
    text-align: center;
  }
  .container .download-app {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #4b4b4b;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all 0.2s;
  }
  .container .download-app .long {
    width: 70px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .container .download-app .long img {
    width: 100%;
  }
  .container .download-app .left-btn {
    flex: 1;
    text-align: center;
    height: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 70px;
  }
  .container .download-app .right-btn {
    padding: 0 20px;
    text-align: center;
    color: #fff;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    background-color: #FFC54F;
    font-weight: bold;
  }
}/*# sourceMappingURL=media.css.map */