@charset "UTF-8";
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.free-trial-btn {
  position: fixed;
  right: 40px;
  bottom: 120px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffd544;
  color: #602412;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
}

@keyframes borderFlash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .free-trial-btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    right: 12px;
    bottom: 100px;
  }
}
@media (max-width: 768px) {
  .wts-footer,
  .wst-footer-btm {
    display: none;
  }
  .wts-footer-mobile,
  .wst-footer-btm-mobile {
    display: block;
  }
  .wts-apply-mobile {
    display: block !important;
    padding: 15px 14px;
    margin-top: -200px;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/new/bottom_bg.png");
    position: relative;
  }
  .wts-apply-mobile .flash-border::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #ab6b0c;
    border-radius: 16px;
    pointer-events: none;
    opacity: 0;
    animation: borderFlash 0.6s ease-in-out 0s 5;
    -webkit-animation: borderFlash 0.6s ease-in-out 0s 5;
  }
  .wts-apply-mobile .container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #ffffff;
    position: relative;
    padding: 0 12px;
  }
  .wts-apply-mobile .container .top-tip {
    color: #333;
    text-align: center;
  }
  .wts-apply-mobile .container .top-tip .title {
    font-size: 18px;
    font-weight: 900;
    margin: 12px 0 10px;
  }
  .wts-apply-mobile .container .top-tip .desc {
    font-size: 14px;
    margin: 0 0 14px;
  }
  .wts-apply-mobile .container .input {
    border-radius: 6px 6px 6px 6px;
    border: none;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  .wts-apply-mobile .container .wts-form-label {
    margin: 15px 0 6px;
    font-size: 14px;
  }
  .wts-apply-mobile .container .wts-form-select {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }
  .wts-apply-mobile .container .wts-form-select .item {
    text-align: center;
    flex: 1;
    border-radius: 6px 6px 6px 6px;
    color: #602412;
    padding: 8px 0;
    transition: all 0.5s;
    border: 1px solid #99705c;
  }
  .wts-apply-mobile .container .wts-form-select .item:hover {
    background: #ffd544;
    border: 1px solid #ffd544;
    color: #602412;
  }
  .wts-apply-mobile .container .wts-form-select .active {
    background: #ffd544;
    border: 1px solid #ffd544;
    color: #602412;
  }
  .wts-apply-mobile .container .submit {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ffd544;
    border-radius: 6px 6px 6px 6px;
    margin: 27px 0 16px;
    border: none;
    color: #602412;
  }
  .wts-apply {
    display: none !important;
  }
  .wts-footer-mobile {
    background: #28282e;
  }
  .wts-footer-mobile .container {
    padding-top: 18px;
  }
  .wts-footer-mobile .container .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .wts-footer-mobile .container .top .item {
    display: flex;
    align-items: center;
    gap: 0 5px;
    color: #ffe075;
    font-size: 14px;
    font-weight: 500;
  }
  .wts-footer-mobile .container .top .item img {
    width: 14px;
    font-size: 14px;
  }
  .wts-footer-mobile .container .top .item .name {
    height: 26px;
    line-height: 26px;
  }
  .wts-footer-mobile .container .text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }
  .wts-footer-mobile .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #36363b;
    padding: 18px 14px;
    color: #fff;
  }
  .wts-footer-mobile .bottom .right img {
    width: 55px;
    height: 55px;
  }
  .title-box {
    justify-content: center;
  }
  .title-box .index-mobile {
    display: block !important;
    width: 51px;
    height: 55px;
    margin: 0;
  }
  .title-box .index {
    display: none !important;
  }
  .title-box .text {
    font-size: 18px;
    margin: 0 0 10px -20px;
    display: none;
  }
  .title-box .text-m {
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin-left: -24px;
    margin-bottom: 8px;
  }
  .title-box .text-m div {
    font-size: 18px;
    font-weight: 900;
  }
  .index-4 {
    display: flex !important;
  }
  .wts-gongneng {
    padding-bottom: 18px;
    background-image: none;
    background-color: #fff9de;
    padding: 0;
  }
  .wts-gongneng .title-box {
    display: none !important;
  }
  .wts .desc {
    color: #666666;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
  }
  .wts .img {
    display: none !important;
  }
  .wts .img-m {
    display: block !important;
    width: 100%;
    margin: 0;
    margin-top: -150px;
  }
  .wts .list-main {
    display: none !important;
  }
  .wts .list-main-m {
    display: block !important;
    padding: 7px 14px 0;
    margin-top: 15px;
  }
  .wts .list-main-m .tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, #ffffff 0%, #fff7da 100%);
    box-shadow: 0 0 10px rgba(228, 228, 228, 0.5);
    border-radius: 235px;
    padding: 5px 6px;
    margin-bottom: 19px;
    /* 隐藏滚动条 */
  }
  .wts .list-main-m .tabs::-webkit-scrollbar {
    display: none;
  }
  .wts .list-main-m .tabs .item {
    flex: 0 0 auto;
    padding: 7px 14px;
    color: #602412;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    border-radius: 158px;
    cursor: pointer;
  }
  .wts .list-main-m .tabs .on {
    background: #ffd544;
    box-shadow: 0 0 10px rgba(228, 228, 228, 0.5);
  }
  .wts .list-main-m .right ul {
    background: transparent !important;
    border-radius: none;
  }
  .wts .list-main-m .right ul li {
    padding: 0;
    display: none;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
  }
  .wts .list-main-m .right ul li .text .title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
  }
  .wts .list-main-m .right ul li .text .desc {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin: 9px 0 16px;
    line-height: 20px;
  }
  .wts .list-main-m .right ul .on {
    display: block !important;
    animation: wtsFadeIn 1s forwards;
    transition: all 0.4s;
    -webkit-animation: wtsFadeIn 1s forwards;
  }
  .wts-cover {
    background-image: url("../images/new_mobile/2_bg_m.png");
    height: 239px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .wts-cover .img-box .text .title {
    font-size: 12px;
  }
  .wts-cover .img-box .text-1 {
    left: 20px !important;
    top: 62px !important;
  }
  .wts-cover .img-box .text-2 {
    left: 15px !important;
    top: 147px !important;
  }
  .wts-cover .img-box .text-3 {
    left: 70px !important;
    bottom: 28px !important;
  }
  .wts-cover .img-box .text-4 {
    left: 174px !important;
    bottom: 17px !important;
  }
  .wts-cover .img-box .text-5 {
    right: 70px !important;
    bottom: 28px !important;
  }
  .wts-cover .img-box .text-6 {
    right: 16px !important;
    top: 147px !important;
  }
  .wts-cover .img-box .text-7 {
    right: 27px !important;
    top: 61px !important;
  }
  .wts-btn {
    padding: 6px 23px;
  }
  .wts-intro {
    width: 100% !important;
    background: none !important;
    background-image: url("../images/new_mobile/1_bg_m.png") !important;
    padding: 0 0px 29px;
    position: relative;
    margin: 7px 0 17px;
  }
  .wts-intro .wts-card-item {
    display: block !important;
    position: relative;
  }
  .wts-intro .wts-card-item .try {
    margin-right: 13px;
  }
  .wts-intro .wts-card-item .bounceInLeft {
    display: none !important;
  }
  .wts-intro .wts-card-item .bounceInRight {
    position: relative;
    z-index: 8;
    border-radius: 16px 16px 16px 16px;
    background-image: url("../images/new_mobile/1_box_m.png");
    background-size: cover;
    background-position: center center;
    padding: 55px 20px 20px 20px;
    margin: -90px 20px 0;
  }
  .wts-intro .wts-card-item .bounceInRight .title {
    display: none !important;
  }
  .wts-intro .wts-card-item .bounceInRight .li-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 11px;
  }
  .wts-intro .wts-card-item .bounceInLeft-m {
    display: block !important;
    position: relative;
    height: 251px;
    width: 100%;
    z-index: 10;
  }
  .wts-intro .wts-card-item .ag-row__card-text-wrapper .btns {
    display: flex;
    justify-content: center;
    margin-top: 22px;
  }
  .title-bg {
    background: none;
  }
  .nav-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    width: 100%;
  }
  .nav-wrap .container {
    margin: 10px 0;
  }
  .nav-wrap .nav-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-wrap .nav-wrap .logo {
    display: none;
  }
  .nav-wrap .nav-wrap .logo-m {
    display: block;
    width: 62px;
    height: 19px;
  }
  .nav-wrap .nav-wrap .menu-m {
    display: none;
    position: absolute;
    top: 38px;
    right: 15px;
    width: 130px;
    background: #fff;
    display: none;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  .nav-wrap .nav-wrap .menu-m.show {
    display: block;
  }
  .nav-wrap .nav-wrap .menu-m .menu-li {
    border-bottom: 1px solid #eee;
  }
  .nav-wrap .nav-wrap .menu-m .menu-li a {
    text-align: center;
    display: block;
    padding: 6px 14px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-wrap .menu {
    display: none;
  }
  .nav-wrap .menu-icon {
    display: block;
  }
  .nav-wrap .menu-icon img {
    width: 28px;
    height: 28px;
  }
  .banner .bg {
    display: none !important;
  }
  .banner .swiper-container .banner-swiper {
    height: 464px !important;
  }
  .banner .swiper-container .banner-swiper .swiper-slide {
    background-image: url("../images/new_mobile/bg_1_m.png") !important;
  }
  .banner .slide-box {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 96px 0 0;
  }
  .banner .slide-box .left {
    text-align: center;
    margin-bottom: 35px;
  }
  .banner .slide-box .left .slide-title-m {
    display: block !important;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .banner .slide-box .left .slide-title {
    display: none !important;
  }
  .banner .slide-box .left .slide-content-m {
    display: block !important;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666;
  }
  .banner .slide-box .left .slide-content {
    display: none !important;
  }
  .banner .slide-box .right {
    width: auto;
  }
  .banner .slide-box .right .m {
    display: block !important;
    width: 213px;
    height: 182px;
  }
  .banner .slide-box .right .p {
    display: none !important;
  }
  .num-box {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #ffffff;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-top: -42px !important;
  }
  .num-box .nums {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 7px !important;
  }
  .num-box .nums .item {
    padding: 12px 14px !important;
  }
  .num-box .nums .item .left .number {
    font-size: 14px !important;
  }
  .num-box .nums .item .left .number .number1 {
    font-size: 24px !important;
  }
  .num-box .nums .item .left .text {
    font-size: 14px !important;
  }
  .num-box .nums .item .right img {
    width: 40px !important;
    height: 35px !important;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffd544;
  }
  .wts-guest {
    padding-top: 22px;
  }
  .wts-guest-list-m {
    display: block;
    margin-top: 7px;
  }
  .wts-guest-list-m .swiper-wrapper {
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide {
    position: relative;
    height: 245px;
    width: 180px;
    background-size: cover;
    background-position: center center;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .bg {
    background-size: cover;
    background-position: center center;
    width: 100%;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 20px;
    margin-right: 40px;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small .p-title {
    font-size: 14px;
    font-weight: 700;
    color: #602412;
    margin: 26px auto 9px;
    font-size: 14px;
    text-align: left;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small .p-item {
    font-size: 12px;
    font-weight: 800;
    color: #99705c;
    margin: 5px 0;
    text-align: left;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small2 {
    padding: 0 12px 0 20px;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small2 .p-title {
    font-size: 14px;
    font-weight: 700;
    color: #602412;
    margin: 24px 0 7px;
    font-size: 14px;
    text-align: left;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide .box-small2 .p-item {
    font-size: 12px;
    font-weight: 800;
    color: #99705c;
    margin: 2px 0;
    text-align: left;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide img {
    height: 245px;
    width: 179px;
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide.is-prev, .wts-guest-list-m .swiper-wrapper .swiper-slide.is-next {
    transform: scale(0.88);
    opacity: 0.7;
    z-index: 2;
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -o-transform: scale(0.88);
  }
  .wts-guest-list-m .swiper-wrapper .swiper-slide.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
  .wts-guest-list-m .swiper-pagination {
    bottom: 10px;
    text-align: center;
  }
  .wts-guest-list-m .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.2;
  }
  .wts-guest-list-m .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffd544;
  }
  .wts-guest-list {
    display: none;
  }
}
@media (min-width: 768px) {
  .wts-footer-mobile,
  .wst-footer-btm-mobile {
    display: none;
  }
  .wts-footer {
    display: flex;
    padding: 60px;
    text-align: center;
    justify-content: space-around;
  }
  .wts-footer .container {
    display: flex;
  }
  .wts-footer .container .footer-right {
    flex: 1;
  }
  .wts-footer .container .footer-right .qrcode-box {
    display: flex;
    justify-content: center;
  }
  .wts-footer .container .footer-left {
    flex: 1;
    margin-right: 2rem;
  }
  .wts-footer .container .footer-left .text-box {
    margin-bottom: 20px;
  }
  .wts-footer .container .footer-left .text-box .text {
    margin-bottom: 12px;
  }
  .wts-footer .container .footer-left .text-box a {
    white-space: nowrap;
  }
  .wts-footer .container .footer-left .text-box a:hover {
    color: #c5c5c5;
    text-decoration: 1;
  }
  .wts-footer .container .footer-left .text-box .title {
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .wts-footer .container .footer-left .text-box .text {
    color: #666;
    text-align: left;
  }
  .wts-footer .container .footer-left .text-box .link {
    display: flex;
    justify-content: left;
    gap: 0 35px;
  }
  .wst-footer-btm {
    display: block;
  }
  .wts-apply-mobile {
    display: none !important;
  }
  .wts-apply {
    display: block !important;
  }
  .wts-apply .form {
    position: relative;
  }
  .wts-apply .form .flash-border::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #ab6b0c;
    border-radius: 16px;
    pointer-events: none;
    opacity: 0;
    animation: borderFlash 0.6s ease-in-out 0s 5;
    -webkit-animation: borderFlash 0.6s ease-in-out 0s 5;
  }
  .nav-wrap .nav-wrap .logo {
    display: block;
  }
  .nav-wrap .nav-wrap .logo-m {
    display: none;
  }
  .menu {
    display: flex;
  }
  .menu-m {
    display: none;
  }
  .menu-icon {
    display: none;
  }
  .title-box .index-mobile {
    display: none;
  }
  .title-box .index {
    display: block !important;
  }
  .title-box .text {
    display: block;
  }
  .title-box .text-m {
    display: none;
  }
  .wts .img-m {
    display: none !important;
  }
  .wts .img {
    display: block !important;
  }
  .wts .list-main-m {
    display: none !important;
  }
  .wts .list-main {
    display: flex !important;
  }
  .index-4 {
    display: none !important;
  }
  .wts-gongneng .title-box {
    display: flex !important;
  }
  .wts-intro .wts-card-item .bounceInLeft {
    display: block !important;
  }
  .wts-intro .wts-card-item .bounceInLeft-m {
    display: none !important;
  }
  .wts-intro .wts-card-item .ag-row__card-text-wrapper .bounceInRight .title {
    display: block !important;
  }
  .banner .bg {
    display: block !important;
  }
  .banner .swiper-container .banner-swiper .swiper-slide {
    background-image: url("../images/new//bg_1.png");
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .banner .slide-box {
    max-width: 14.18rem;
  }
}
@media (min-width: 768px) {
  .banner .slide-box .left {
    padding-left: 1.45rem;
    max-width: 6.3rem;
  }
  .banner .slide-box .left .slide-content-m {
    display: none !important;
  }
  .banner .slide-box .left .slide-content {
    display: block !important;
  }
  .banner .slide-box .left .slide-title-m {
    display: none !important;
  }
  .banner .slide-box .left .slide-title {
    display: block !important;
    max-width: 4.84rem;
  }
}
@media (min-width: 768px) {
  .banner .slide-box .right .m {
    display: none !important;
  }
  .banner .slide-box .right .p {
    display: block !important;
  }
  .wts-guest-list {
    display: block;
    margin-top: 22px;
  }
  .wts-guest-list-m {
    display: none;
  }
  .guest-swiper .swiper-wrapper {
    margin-bottom: 104px;
    justify-content: space-between;
  }
  .guest-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    max-width: 288px;
    padding: 0; /* 清空默认内边距 */
    margin: 0; /* 清空默认外边距 */
  }
  .guest-swiper .swiper-wrapper .swiper-slide:hover {
    transform: scale(1.05);
  }
  .guest-swiper .swiper-wrapper .swiper-slide .box-small {
    position: absolute;
    top: 0;
    padding: 0 0.27rem 0 0.4rem;
  }
  .guest-swiper .swiper-wrapper .swiper-slide .box-small .p-title {
    font-weight: 700;
    color: #602412;
    margin: 49px auto 11px;
    font-size: 0.28rem;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .guest-swiper .swiper-wrapper .swiper-slide .box-small .p-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .guest-swiper .swiper-wrapper .swiper-slide .box-small .p-item {
    font-size: 0.15rem;
    font-weight: 800;
    color: #99705c;
    line-height: 0.18rem;
    margin: 0 0 10px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .guest-swiper .swiper-wrapper .swiper-slide .box-small .p-item {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .guest-swiper .swiper-wrapper .swiper-slide img {
    height: 428px;
    max-width: 288px;
    margin: 0;
  }
  .guest-swiper .swiper-pagination {
    bottom: 10px;
  }
  .guest-swiper .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.2;
  }
  .guest-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffd544;
  }
  .wts-guest {
    padding-bottom: 0;
  }
  .wts-guest .box h3 {
    margin-bottom: 20px;
  }
}
.num-box {
  position: relative;
  width: 100%;
  z-index: 101;
  margin-top: -86px;
  background: linear-gradient(180deg, rgba(253, 251, 241, 0) 0%, #fdfbf1 100%);
  padding-bottom: 31px;
}
@media (max-width: 768px) {
  .num-box {
    background: none;
  }
}
.num-box > .container {
  text-align: center;
  padding: 0 20px;
}
.num-box .nums {
  display: flex;
  gap: 0 0.27rem;
  flex-wrap: wrap;
}
.num-box .nums > .item {
  display: flex;
  flex: 1;
  max-width: 272px;
  background: #fff9ee;
  box-shadow: 0 0 11px rgba(228, 228, 228, 0.5);
  border-radius: 16px;
  padding: 0.2rem 0.2rem 0.2rem 0.36rem;
  position: relative;
}
.num-box .nums > .item > .left {
  flex: 1;
}
.num-box .nums > .item > .left > .number {
  color: #602412;
  font-size: 22px;
}
.num-box .nums > .item > .left > .text {
  font-size: 16px;
  margin-top: 2px;
  color: #99705c;
  font-weight: 500;
}
@media (max-width: 1140px) {
  .num-box .nums > .item > .left > .text {
    font-size: 14px;
  }
}
.num-box .nums > .item > .right {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
@media (max-width: 768px) {
  .num-box .nums > .item > .right {
    right: 12px;
    top: 9px;
  }
}
.num-box .nums > .item > .right > img {
  width: 0.62rem;
  height: 0.55rem;
}

/*# sourceMappingURL=index2.css.map */
