body {
  overflow-x: hidden;
}
#app {
  font-family: HelveticaNeue-Medium, HelveticaNeue, MicrosoftYaHei, Avenir,
    Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  background: #1d1d1d;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 50px;
  }
}

[v-cloak] {
  display: none;
}

::selection {
  background-color: #1890ff;
  color: #fff;
}

::-webkit-selection {
  background-color: #1890ff;
  color: #fff;
}

::-moz-selection {
  background-color: #1890ff;
  color: #fff;
}

.ant-btn-primary.active,
.ant-btn-primary:active {
  color: #fff;
  background-color: #d98900;
  border-color: #d98900;
}

/* header */
.header-wrap {
  position: relative;
  background: #141516;
  z-index: 1001;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.header-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header-wrap .wrap .header-left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.header-wrap .wrap .header-left .logo {
  display: flex;
  align-items: center;
}

.header-wrap .wrap .header-left .logo img {
  max-height: 100%;
}

.header-wrap .wrap .header-left .menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.header-wrap .wrap .header-left .menu .m-item {
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.header-wrap .wrap .header-left .menu .m-item:hover {
  cursor: pointer;
  color: #ffaa00;
}

.header-wrap .wrap .header-right {
  display: flex;
  align-items: center;
}

.header-wrap .wrap .header-right .ant-btn {
  font-weight: 400;
  line-height: normal;
  border: 0;
  height: 48px;
}

.header-wrap .wrap .header-right .ant-btn.login-btn {
  color: #ffaa00;
  border: 1px solid #ffaa00;
  background: #141516;
}

.header-wrap .wrap .header-right .ant-btn.login-btn:hover {
  background: #342b1a;
}

.header-wrap .wrap .header-right .ant-dropdown-link {
  font-weight: 600;
}

.header-wrap .wrap .header-right .ant-dropdown-link.ant-dropdown-open {
  color: #fff;
}

.header-wrap .wrap .header-right .ant-dropdown-link:hover {
  color: #ffaa00;
}

.header-wrap .wrap .header-right .avatar,
.header-wrap .wrap .header-right .m-avatar {
  display: flex;
  align-items: center;
}

.header-wrap .wrap .header-right .avatar img,
.header-wrap .wrap .header-right .m-avatar img {
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}

.header-wrap .wrap .header-right .avatar span,
.header-wrap .wrap .header-right .m-avatar span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.header-wrap .wrap .header-right .avatar:hover span,
.header-wrap .wrap .header-right .m-avatar:hover span {
  color: #ffaa00;
}

.switch {
  display: none;
}

@media screen and (min-width: 769px) {
  .header-wrap .wrap {
    height: 76px;
    padding: 0 20px;
  }

  .header-wrap .wrap .header-left .logo {
    height: 44px;
  }

  .header-wrap .wrap .header-left .menu .m-item {
    font-size: 16px;
    line-height: 17px;
    margin-left: 36px;
  }

  .header-wrap .wrap .header-right .ant-btn {
    font-size: 18px;
    font-weight: 400;
  }

  .header-wrap .wrap .header-right .ant-btn img {
    width: 16px;
    height: 16px;
    margin-left: 12px;
  }

  .header-wrap .wrap .header-right .ant-btn + .ant-btn {
    margin-left: 14px;
  }

  .header-wrap .wrap .header-right .ant-dropdown-link {
    margin-left: 24px;
    font-weight: 600;
  }

  .header-wrap .wrap .header-right .ant-dropdown-link .anticon {
    margin-left: 8px;
    font-size: 16px;
  }

  .header-wrap .wrap .header-right .menu-btn {
    display: none;
  }

  .header-wrap .wrap .header-right .avatar img {
    width: 38px;
    height: 38px;
  }

  .header-wrap .wrap .header-right .avatar span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    max-width: 100px;
    margin-left: 14px;
  }

  .header-wrap .wrap .header-right .m-avatar {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
  .header-wrap .wrap .header-left .menu .m-item {
    margin-left: 12px;
    font-size: 14px;
  }
  .header-wrap .wrap .header-right .ant-btn + .ant-btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 769px) {
  .header-wrap .wrap {
    height: 1.2rem;
    padding: 0 0.34rem 0 0.3rem;
  }

  .header-wrap .wrap .header-left .logo {
    height: 0.64rem;
  }

  .header-wrap .wrap .header-left .menu {
    display: none;
  }

  .header-wrap .wrap .header-right .ant-btn {
    height: 0.56rem;
    padding: 0 0.28rem;
    font-size: 0.26rem;
  }

  .header-wrap .wrap .header-right .ant-btn img {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.16rem;
  }

  .header-wrap .wrap .header-right .ant-btn + .ant-btn {
    margin-left: 0.16rem;
  }

  .header-wrap .wrap .header-right .ant-dropdown-link {
    display: none;
  }

  .header-wrap .wrap .header-right .menu-btn {
    margin-left: 0.34rem;
    width: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-wrap .wrap .header-right .menu-btn .nav {
    width: 0.48rem;
    height: 0.38rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  .header-wrap .wrap .header-right .menu-btn .nav.rotate {
    transform: rotate(90deg);
  }

  .header-wrap .wrap .header-right .m-avatar img {
    width: 0.48rem;
    height: 0.48rem;
  }

  .header-wrap .wrap .header-right .m-avatar span {
    font-size: 0.24rem;
    color: #ffffff;
    max-width: 3rem;
    margin-left: 0.1rem;
  }

  .header-wrap .wrap .header-right .userinfo-box {
    display: none;
  }
}

.nav-drawer {
  top: 1.2rem;
}

.nav-drawer .ant-drawer-content-wrapper {
  height: auto !important;
}

.nav-drawer .ant-drawer-content-wrapper .ant-drawer-body {
  padding: 0;
}

.nav-drawer .ant-drawer-content-wrapper .ant-drawer-body .nav-box {
  padding: 0 0.4rem 0.3rem;
}

.nav-drawer
  .ant-drawer-content-wrapper
  .ant-drawer-body
  .nav-box
  .nav-list
  .nav-item {
  height: 1.16rem;
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #2f3032;
}

.nav-drawer
  .ant-drawer-content-wrapper
  .ant-drawer-body
  .nav-box
  .nav-list
  .nav-item
  + .nav-item {
  border-top: 1px solid #e9ebf1;
}

.nav-drawer
  .ant-drawer-content-wrapper
  .ant-drawer-body
  .nav-box
  .nav-list
  .nav-item
  .menu {
  margin-right: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
}

.nav-drawer
  .ant-drawer-content-wrapper
  .ant-drawer-body
  .nav-box
  .nav-list
  .nav-item
  .menu2 {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.16rem;
}

.nav-drawer .ant-drawer-content-wrapper .ant-drawer-body .nav-box .logout {
  width: 100%;
  height: 0.9rem;
  border-radius: 0.12rem;
  border: 1px solid #ffaa00;
  font-size: 0.32rem;
  font-weight: bold;
  color: #ffaa00;
  margin-top: 0.6rem;
}

.userinfo {
  padding: 18px 12px 5px;
  background: #ffffff;
  border-radius: 6px;
  width: 229px;
}

.userinfo .ant-btn {
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #2f3032;
  height: 32px;
  padding: 8px 0;
}

.userinfo .ant-btn:hover {
  color: #2f3032;
  opacity: 0.8;
}

.userinfo .ant-btn .menu {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}

.userinfo .info-msg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.userinfo .info-msg img {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 21px;
  margin-right: 6px;
}

.userinfo .info-msg .i-right {
  flex: 1;
  width: 0;
}

.userinfo .info-msg .i-right h3 {
  font-size: 14px;
  font-weight: 600;
  color: #2f3032;
  line-height: 17px;
  padding: 3px 0;
  margin: 0;
}

.userinfo .info-msg .i-right p {
  font-size: 12px;
  color: #7f7f7f;
  line-height: 14px;
  margin: 0;
}

.userinfo .info-msg .i-right h3,
.userinfo .info-msg .i-right p {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.userinfo .menu-item {
  padding-bottom: 8px;
}

.userinfo .menu-item .ant-btn {
  justify-content: flex-start;
}

.userinfo .logout {
  padding: 8px 0;
  border-top: 1px solid #e9ebf1;
}

/* header end */

/* footer end */
.footer {
  font-size: 0;
}

.footer span,
.footer a,
.footer i {
  display: inline-block;
  color: #7f7f7f;
  vertical-align: middle;
}

.footer a {
  text-decoration: underline;
  cursor: pointer;
}

.footer a:hover {
  color: #ffaa00;
}

.footer i {
  width: 1px;
  background: #bababa;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 19px 0;
    text-align: center;
  }

  .footer span,
  .footer a {
    font-size: 12px;
    line-height: 14px;
    margin: 0 7px;
  }

  .footer i {
    margin: 0 7px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .header-wrap .wrap .header-left .menu .m-item {
    margin-left: 12px;
    font-size: 14px;
  }
  .header-wrap .wrap .header-right .ant-btn + .ant-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0.16rem 0;
    text-align: center;
  }

  .footer span {
    display: block;
    padding: 0.12rem 0;
  }

  .footer span,
  .footer a {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }

  .footer i {
    display: none;
  }
}

/* footer end */

/* advantage */
.advantage {
  background: #ffaa00;
}

.advantage p {
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0;
}

.advantage .ready {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
}

.advantage .ready:hover {
  opacity: 0.9;
}

@media screen and (min-width: 751px) {
  .advantage {
    padding: 44px 20px 47px;
  }

  .advantage p {
    font-size: 32px;
    line-height: 40px;
  }

  .advantage p + p {
    margin-top: 10px;
  }

  .advantage .ready {
    width: 289px;
    height: 52px;
    border-radius: 6px;
    font-size: 18px;
    margin: 38px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .advantage {
    padding: 0.6rem 0.25rem;
  }

  .advantage p {
    font-size: 0.4rem;
    line-height: 0.49rem;
  }

  .advantage p + p {
    margin-top: 0.12rem;
  }

  .advantage .ready {
    width: 4.63rem;
    height: 0.72rem;
    border-radius: 0.06rem;
    font-size: 0.26rem;
    margin: 0.6rem auto 0;
    padding-top: 0.06rem;
  }
}

/* advantage end */

/* faq */
.faq {
  background: #ffffff;
}

.faq-title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.faq-list {
  margin: 0 auto;
}

.faq-list .ant-collapse {
  border: 0;
  background: #fff;
}

.faq-list .ant-collapse .ant-collapse-header {
  font-weight: 600;
  color: #000000;
}

.faq-list .ant-collapse .ant-collapse-header:hover {
  background: rgba(0, 0, 0, 0.03);
}

.faq-list .ant-collapse .ant-collapse-item {
  border-bottom: 0;
}

.faq-list .ant-collapse .ant-collapse-content {
  color: #000000;
  border-top: 0;
}

.faq-list .ant-collapse .ant-collapse-content .ant-collapse-content-box {
  padding-top: 0;
}

.faq-list .ant-collapse .ant-collapse-content .ant-collapse-content-box p {
  margin: 0;
}

.faq-list .ant-collapse .ant-collapse-item.ant-collapse-item-active,
.faq-list
  .ant-collapse
  .ant-collapse-item.ant-collapse-item-active
  .ant-collapse-content {
  background: #f7f7f7;
}

@media screen and (min-width: 751px) {
  .faq {
    padding: 60px 10px;
  }

  .faq-title {
    font-size: 36px;
    line-height: 80px;
    margin: 0 0 38px;
  }

  .faq-list {
    max-width: 787px;
  }

  .faq-list .ant-collapse .ant-collapse-item + .ant-collapse-item {
    margin-top: 10px;
  }

  .faq-list .ant-collapse .ant-collapse-header {
    font-size: 18px;
    line-height: 23px;
    padding: 19px 40px 19px 24px;
  }

  .faq-list .ant-collapse .ant-collapse-content {
    font-size: 14px;
    line-height: 2;
  }

  .faq-list .ant-collapse .ant-collapse-content .ant-collapse-content-box {
    padding: 0 24px 24px;
  }

  .faq-list .ant-collapse .ant-collapse-item.ant-collapse-item-active {
    border-radius: 8px;
  }
}

@media screen and (max-width: 750px) {
  .faq {
    padding: 1rem 0.4rem 1.14rem;
  }

  .faq-title {
    font-size: 0.42rem;
    line-height: 0.51rem;
    margin: 0 0 0.6rem;
  }

  .faq-list .ant-collapse .ant-collapse-item + .ant-collapse-item {
    margin-top: 0.32rem;
  }

  .faq-list .ant-collapse .ant-collapse-header {
    font-size: 0.26rem;
    line-height: 0.32rem;
    padding: 0.2rem 0.6rem 0.2rem 0.2rem;
  }

  .faq-list .ant-collapse .ant-collapse-content {
    font-size: 0.24rem;
    line-height: 2;
  }

  .faq-list .ant-collapse .ant-collapse-content .ant-collapse-content-box {
    padding: 0 0.2rem 0.2rem;
  }

  .faq-list .ant-collapse .ant-collapse-item.ant-collapse-item-active {
    border-radius: 0.08rem;
  }
}

/*  faq */

/* comments */
.comments {
  background: #fff;
}

.comments-title {
  text-align: center;
  margin: 0;
}

.comments-title span {
  display: block;
  font-weight: bold;
  color: #000000;
}

.comments-swiper {
  position: relative;
  margin: 0 auto;
}

.comments-swiper .swiper-container {
  width: 100%;
}

.comments-swiper .comment {
  background: #ffffff;
}

.comments-swiper .comment .c-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.comments-swiper .comment .c-left .c-pic {
  border-radius: 50%;
  overflow: hidden;
}

.comments-swiper .comment .c-left .c-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comments-swiper .comment .c-left .c-name {
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.comments-swiper .comment .c-left .c-job {
  font-weight: 600;
  color: #666666;
}

.comments-swiper .comment .c-right {
  position: relative;
}

.comments-swiper .comment .c-right p {
  color: #000000;
}

.comments-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.comments-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  margin: 0 2px;
}

.comments-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffaa00;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #ffaa00;
}

@media screen and (min-width: 751px) {
  .comments {
    padding: 70px 20px 40px;
  }

  .comments-title span {
    margin: 0 auto 25px;
    font-size: 36px;
    line-height: 80px;
    max-width: 1300px;
  }

  .comments-swiper {
    max-width: 981px;
    padding: 0 52px;
  }

  .comments-swiper .swiper-container {
    width: 100%;
  }

  .comments-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 10px 18px;
  }

  .comments-swiper .swiper-button-next,
  .comments-swiper .swiper-button-prev {
    width: 52px;
    height: 74px;
    box-shadow: 0px 0px 15px 0px rgba(227, 227, 227, 0.5);
    border-radius: 8px;
    margin-top: -37px;
  }

  .comments-swiper .swiper-button-next:hover,
  .comments-swiper .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .comments-swiper .swiper-button-next {
    right: 0;
    background: url('../images/tiaozhuanyou.svg') center center no-repeat;
    background-size: 17px 30px;
  }

  .comments-swiper .swiper-button-next:hover {
    background: url('../images/tiaozhuanyou2.svg') center center no-repeat;
    background-size: 17px 30px;
  }

  .comments-swiper .swiper-button-prev {
    left: 0;
    background: url('../images/tiaozhuanzuo.svg') center center no-repeat;
    background-size: 17px 30px;
  }

  .comments-swiper .swiper-button-prev:hover {
    background: url('../images/tiaozhuanzuo2.svg') center center no-repeat;
    background-size: 17px 30px;
  }

  .comments-swiper .comment {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(227, 227, 227, 0.5);
    border-radius: 16px;
    min-height: 200px;
  }

  .comments-swiper .comment .c-left {
    width: 241px;
    flex-shrink: 0;
    height: 178px;
  }

  .comments-swiper .comment .c-left .c-pic {
    width: 73px;
    height: 73px;
    margin: 0 auto 8px;
  }

  .comments-swiper .comment .c-left .c-name {
    font-size: 14px;
    line-height: 17px;
  }

  .comments-swiper .comment .c-left .c-job {
    font-size: 12px;
    line-height: 15px;
    margin: 6px auto 0;
  }

  .comments-swiper .comment .c-right {
    flex: 1;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comments-swiper .comment .c-right::before,
  .comments-swiper .comment .c-right::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 24px;
  }

  .comments-swiper .comment .c-right::before {
    left: -30px;
    top: -10px;
    background: url('../images/marks1.svg') no-repeat;
    background-size: 100% 100%;
  }

  .comments-swiper .comment .c-right::after {
    right: 16px;
    bottom: 10px;
    background: url('../images/marks2.svg') no-repeat;
    background-size: 100% 100%;
  }

  .comments-swiper .comment .c-right p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
  }

  .comments-swiper .comment .c-right p + p {
    margin-top: 16px;
  }

  .comments-swiper .swiper-pagination {
    width: 323px;
    height: 3px;
    bottom: -40px;
  }
}

@media screen and (max-width: 750px) {
  .comments {
    padding: 0.65rem 0 0.26rem;
  }

  .comments-title span {
    margin: 0 auto 0.4rem;
    font-size: 0.42rem;
    line-height: 0.52rem;
    max-width: 7.2rem;
  }

  .comments-swiper .swiper-container {
    width: 100%;
  }

  .comments-swiper .swiper-container .swiper-slide {
    width: 87%;
    padding: 0.2rem 2%;
  }

  .comments-swiper .swiper-button-next,
  .comments-swiper .swiper-button-prev {
    display: none;
  }

  .comments-swiper .comment {
    box-shadow: 0px 0px 0.15rem 0px rgba(227, 227, 227, 0.5);
    padding: 0.46rem 0.36rem 0.5rem;
    border-radius: 0.16rem;
  }

  .comments-swiper .comment .c-left {
    margin-bottom: 0.4rem;
  }

  .comments-swiper .comment .c-left .c-pic {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto 0.2rem;
  }

  .comments-swiper .comment .c-left .c-name {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }

  .comments-swiper .comment .c-left .c-job {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin: 0.06rem auto 0;
  }

  .comments-swiper .comment .c-right p {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }

  .comments-swiper .comment .c-right p + p {
    margin-top: 0.16rem;
  }

  .comments-swiper .swiper-pagination {
    width: 3.23rem;
    height: 0.06rem;
    bottom: -0.66rem;
  }
}

/* comments end */

/* meal */
.meal {
  background: #141516;
}

.meal .wrap {
  margin: 0 auto;
}

.meal .meal-box {
  background: #484848;
  overflow: hidden;
}

.meal .meal-name-title {
  font-weight: 400;
  color: #ffaa00;
  text-align: center;
}
.meal .meal-title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.meal .price .item {
  display: flex;
  align-items: center;
}
.meal .price .item .meal-box {
  width: 100%;
}
.meal .price .item .meal-box .ctrl {
  width: 100%;
  text-align: center;
}
.meal .price .item .meal-box .ctrl .ant-btn {
  width: 100%;
}
.meal .price .item .meal-box .cost {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  justify-content: center;
}
.meal .price .item .meal-box .cost em {
  font-style: normal;
  color: #2f3032;
}
.meal .price .item .meal-box .cost span {
  font-weight: bold;
  color: #000000;
}
.meal .price .item.middle .meal-box .coupon-text {
  color: #2f3032;
  margin: 0;
  width: 100%;
  text-align: center;
}
.meal .price .item.middle .meal-box {
  background: #ffffff;
}
.meal .price .item.middle .meal-box .meal-name {
  font-weight: bold;
  color: #ff8e00;
}
.meal .price .item.middle .meal-box .desc p {
  display: flex;
  align-items: center;
  color: #2f3032;
  width: 100%;
  margin: 0;
}
.meal .price .item.middle .meal-box .desc p .icon-checked {
  flex-shrink: 0;
}
.meal .price .item.middle .meal-box .desc p span {
  color: #2f3032;
  flex: 1;
}
.meal .price .item.middle .meal-box .ctrl .ant-btn {
  border: 1px solid #ffaa00;
  background: #ffaa00;
}
.meal .price .item.middle .meal-box .ctrl .ant-btn {
  font-weight: bold;
  color: #ffffff;
}
.meal .price .item.middle .meal-box .ctrl .ant-btn:hover {
  opacity: 0.8;
}
.meal .price .item.middle.left .meal-box .ctrl .ant-btn {
  border: 1px solid #ffaa00;
  background: none;
}
.meal .price .item.middle.left .meal-box .ctrl .ant-btn {
  font-weight: bold;
  color: #ffaa00;
}

@media screen and (min-width: 751px) {
  .meal {
    padding: 45px 0 50px 0;
  }
  .meal .meal-name-title {
    font-size: 30px;
    line-height: 36px;
  }
  .meal .meal-title {
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    margin: 0;
  }

  .meal .price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 50px auto 0;
    max-width: 720px;
  }
  .meal .price .item .meal-box {
    flex: 1;
    min-height: 430px;
    padding: 24px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .meal .price .item .meal-box .meal-name {
    flex-shrink: 0;
    margin-bottom: 0px;
  }
  .meal .price .item .meal-box .ctrl {
    flex-shrink: 0;
    margin-top: 10px;
    padding: 0 6px;
  }
  .meal .price .item .meal-box .ctrl .ant-btn {
    height: 48px;
    width: 200px;
  }
  .meal .price .item .meal-box .desc {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .meal .price .item .meal-box .cost em {
    font-size: 18px;
    line-height: 22px;
  }
  .meal .price .item .meal-box .cost span {
    font-size: 48px;
    line-height: 58px;
    margin: 0 6px;
  }
  .meal .price .item.middle .meal-box .coupon-text {
    line-height: 24px;
    font-size: 16px;
    height: 24px;
  }
  .meal .price .item .meal-box .yearPrice {
    height: 24px;
  }
  .meal .price .item.first .meal-box {
    height: 430px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .meal .price .item.middle .meal-box {
    height: 430px;
    border-radius: 12px;
  }
  .meal .price .item.middle:not(.left) .meal-box {
    border: 3px solid #ffaa00;
    padding: 24px 17px 24px;
  }
  .meal .price .item.middle .meal-box .meal-name {
    font-size: 32px;
    line-height: 39px;
  }
  .meal .price .item.middle .meal-box .cost {
    margin-top: 10px;
  }
  .meal .price .item.middle .meal-box .desc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .meal .price .item.middle .meal-box .desc p {
    font-size: 15px;
    line-height: 18px;
    padding-left: 3px;
  }
  .meal .price .item.middle .meal-box .desc p + p {
    margin-top: 14px;
  }
  .meal .price .item.middle .meal-box .desc p .icon-checked {
    width: 13px;
    height: 9px;
    margin-right: 10px;
  }
  .meal .price .item.middle .meal-box .desc p span {
    font-size: 15px;
    line-height: 18px;
  }
  .meal .price .item.middle .meal-box .yearPrice {
    margin-top: 0px;
    height: 24px;
    width: 100%;
  }
  .meal .price .item.middle .meal-box .ctrl .ant-btn {
    font-size: 16px;
  }
  .meal .price .item.middle.left .meal-box .ctrl .ant-btn {
    font-size: 16px;
    color: #ffaa00;
  }
}

@media screen and (max-width: 750px) {
  .meal {
    padding: 0.56rem 0.4rem 0.6rem;
  }

  .meal .meal-title {
    font-size: 0.42rem;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0.2rem;
  }

  .meal .price {
    margin-top: 0.6rem;
  }
  .meal .price .item + .item {
    margin-top: 0.3rem;
  }
  .meal .price .item .meal-box {
    padding: 0.3rem;
    border-radius: 0.12rem;
  }
  .meal .price .item.middle:not(.left) .meal-box {
    border: 0.06rem solid #ffaa00;
    padding: 0.3rem 0.24rem;
  }
  .meal .price .item .meal-box .meal-name {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .meal .price .item .meal-box .ctrl {
    flex-shrink: 0;
    margin-top: 0.3rem;
    padding: 0 0.05rem;
  }
  .meal .price .item .meal-box .ctrl .ant-btn {
    height: 0.9rem;
    width: 4rem;
  }
  .meal .price .item .meal-box .cost em {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .meal .price .item .meal-box .cost span {
    font-size: 0.8rem;
    line-height: 0.97rem;
    margin: 0 0.04rem;
  }
  .meal .price .item.middle .meal-box .coupon-text {
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .meal .price .item.middle .meal-box .meal-name {
    font-size: 0.6rem;
    line-height: 0.74rem;
  }
  .meal .price .item.middle .meal-box .cost em {
    line-height: 0.36rem;
  }
  .meal .price .item.middle .meal-box .desc {
    margin: 0.48rem auto 0.6rem;
    max-width: 3.6rem;
  }
  .meal .price .item.middle .meal-box .desc p {
    font-size: 0.26rem;
    line-height: 0.29rem;
    padding-left: 3px;
  }
  .meal .price .item.middle .meal-box .desc p + p {
    margin-top: 0.28rem;
  }
  .meal .price .item.middle .meal-box .desc p .icon-checked {
    width: 0.23rem;
    height: 0.16rem;
    margin-right: 0.16rem;
    margin-top: 0.06rem;
  }
  .meal .price .item.middle .meal-box .desc p span {
    font-size: 0.26rem;
    line-height: 0.29rem;
  }
  .meal .price .item.middle .meal-box .yearPrice {
    margin-top: 0.2rem;
  }
  .meal .price .item.middle .meal-box .ctrl .ant-btn {
    font-size: 0.28rem;
  }
  .meal .price .item.middle.left .meal-box .ctrl .ant-btn {
    color: #ffaa00;
  }
}

/* meal end */

/* inclusion */
.inclusion {
  background: #fff;
}

.inclusion-title {
  text-align: center;
}

.inclusion-title span {
  display: block;
  font-weight: bold;
  color: #000000;
}

.inclusion-box {
  background: #ffffff;
  margin: 0 auto;
}

.inclusion-item {
  background: url('../images/gouxuan.svg') no-repeat;
  background-position: left center;
}

.inclusion-item h3 {
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.inclusion-item p {
  color: #666666;
  margin: 9px auto 0;
}

@media screen and (min-width: 751px) {
  .inclusion {
    padding: 36px 20px 60px;
  }

  .inclusion-title span {
    max-width: 1300px;
    font-size: 36px;
    line-height: 80px;
    margin: 0 auto 29px;
  }

  .inclusion-box {
    width: 746px;
    box-shadow: 0px 0px 17px 0px rgba(231, 231, 231, 0.5);
    border-radius: 19px;
    padding: 24px 40px;
  }

  .inclusion-item {
    padding: 18px 0 18px 50px;
    background-size: 34px 34px;
  }

  .inclusion-item h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .inclusion-item p {
    font-size: 14px;
    line-height: 16px;
    margin: 9px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .inclusion {
    padding: 0.6rem 0.4rem;
  }

  .inclusion-title span {
    max-width: 6.6rem;
    font-size: 0.38rem;
    line-height: 0.46rem;
    margin: 0 auto 0.6rem;
  }

  .inclusion-box {
    box-shadow: 0px 0px 0.17rem 0px rgba(231, 231, 231, 0.5);
    border-radius: 0.19rem;
    padding: 0.27rem 0.44rem;
  }

  .inclusion-item {
    padding: 0.17rem 0 0.17rem 0.76rem;
    background-size: 0.5rem 0.5rem;
  }

  .inclusion-item h3 {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }

  .inclusion-item p {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin: 0.12rem auto 0;
  }
}

/* inclusion end */

/*  */
.steps {
  background: #fff;
}

.steps-title {
  text-align: center;
}

.steps-title span {
  display: block;
  font-weight: bold;
  color: #000000;
  margin: 0 auto;
}

.steps-box {
  display: flex;
  align-items: center;
}

.steps-item {
  flex-shrink: 0;
}

.steps-item img {
  display: block;
  border-radius: 50%;
}

.steps-item h3 {
  font-weight: bold;
  color: #000000;
  margin: 0;
  text-align: center;
}

.steps-item p {
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.steps .steps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .steps {
    padding: 70px 20px 36px;
  }

  .steps-title {
    margin: 0 auto 46px;
  }

  .steps-title span {
    max-width: 1300px;
    font-size: 36px;
    line-height: 80px;
  }

  .steps-box {
    max-width: 1000px;
    margin: 0 auto 40px;
  }

  .steps-item {
    width: 25%;
    padding: 0 10px;
  }

  .steps-item img {
    margin: 0 auto 5px;
    width: 155px;
    height: 155px;
  }

  .steps-item h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .steps-item p {
    font-size: 14px;
    line-height: 18px;
    margin: 6px auto 0;
    max-width: 240px;
  }

  .steps .steps-btn {
    width: 289px;
    height: 52px;
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .steps {
    padding: 0.6rem 0;
  }

  .steps-title {
    margin-bottom: 0.4rem;
  }

  .steps-title span {
    max-width: 6.6rem;
    font-size: 0.38rem;
    line-height: 0.46rem;
  }

  .steps-title span + span {
    margin-top: 0.12rem;
  }

  .steps-box {
    align-items: flex-start;
    margin: 0 auto 0.4rem;
    padding: 0 0.34rem;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .steps-item {
    width: 50%;
    padding: 0 0.12rem;
  }

  .steps-item:nth-child(3),
  .steps-item:nth-child(4) {
    margin-top: 10px;
  }

  .steps-item img {
    margin: 0 auto 0.18rem;
    width: 1.68rem;
    height: 1.68rem;
  }

  .steps-item h3 {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }

  .steps-item p {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin: 0.2rem auto 0;
    text-align: center;
  }

  .steps .steps-btn {
    width: 4.2rem;
    height: 0.65rem;
    font-size: 0.26rem;
    padding-top: 0.06rem;
  }
}

/*  end */

/* products */
.products {
  position: relative;
}

.tiktokadspytool,
.product-tips {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.tiktokadspytool {
  color: #ffaa00;
}
.product-tips span {
  color: #ffaa00;
  background: -webkit-linear-gradient(330deg, #ffaa00 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.products-list .lists .product-item.isLock .product-box .pic {
  cursor: auto;
}

.products-list .lists .product-item.isLock .product-box .pic .pic-box {
  position: relative;
}

.products-list .lists .product-item.isLock .product-box .pic .pic-box.grayBg {
  /* background: #d9d9d9; */
}

.products-list .lists .product-item.isLock .product-box .pic .pic-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: 2;
}

.products-list .lists .product-item.isLock .product-box .pic .pic-box .lock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.products-list .lists .product-item .product-box {
  background: #ffffff;
}

.products-list .lists .product-item .product-box .pic {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}

.products-list .lists .product-item .product-box .pic .pic-box {
  overflow: hidden;
  display: block;
}

.products-list .lists .product-item .product-box .pic .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-list .lists .product-item .product-box .pic .play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}

.products-list .lists .product-item .product-box .pic .play .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.products-list .lists .product-item .product-box .product-info .product-title {
  font-weight: bold;
  color: #000000;
  flex-shrink: 0;
  cursor: pointer;
}

.products-list .lists .product-item .product-box .product-info .publish_time {
  color: #000000;
  opacity: 0.8;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .available-info
  h3 {
  font-weight: 400;
  color: #7f7f7f;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .available-info
  .i-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .available-info
  .i-list
  .info-item {
  display: flex;
  align-items: center;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .available-info
  .i-list
  .info-item
  span {
  font-weight: 400;
  color: #000000;
}

.products-list .lists .product-item .product-box .product-info .p-ctrl {
  display: flex;
}

.products-list .lists .product-item .product-box .product-info .p-ctrl .unlock {
  flex: 1;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .p-ctrl
  .isCorrected {
  padding: 0;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
}

.products-list
  .lists
  .product-item
  .product-box
  .product-info
  .p-ctrl
  .isCorrected
  .ant-spin
  .ant-spin-dot-item {
  background-color: #ffaa00;
}

.products-lock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 21, 22, 0.9);
  text-align: center;
  z-index: 11;
}

.products-lock img {
  display: block;
}

.products-lock h3 {
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

.products-lock p {
  font-family: HelveticaNeue;
  color: #ffffff;
}

.products-lock-box {
  margin: 0 auto;
}

.products-lock .ant-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .products {
    padding: 34px 20px;
    max-height: 1230px;
    overflow: hidden;
  }

  .product-tips {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 22px;
  }
  .tiktokadspytool {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .products-list {
    margin: 0 auto;
    max-width: 1278px;
  }

  .products-list .lists {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: stretch;
  }

  .products-list .lists .product-item {
    padding: 8px;
    width: 50%;
  }

  .products-list .lists .product-item.isLock .product-box .pic .pic-box .lock {
    width: 71px;
    height: 71px;
  }

  .products-list .lists .product-item .product-box {
    display: flex;
    padding: 12px;
    border-radius: 8px;
    align-items: stretch;
    height: 100%;
  }

  .products-list .lists .product-item .product-box .pic {
    display: flex;
    align-items: center;
    margin-right: 18px;
  }

  .products-list .lists .product-item .product-box .pic .pic-box {
    width: 206px;
    height: 206px;
    border-radius: 4px;
  }

  .products-list .lists .product-item .product-box .pic .play .bofang {
    width: 71px;
    height: 71px;
  }

  .products-list .lists .product-item .product-box .product-info {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .product-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 30px;
  }

  .products-list .lists .product-item .product-box .product-info .publish_time {
    font-size: 14px;
    line-height: 16px;
    flex-shrink: 0;
    margin: 0 0 20px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info {
    flex: 1;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list {
    padding: 4px 0 7px 0;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item {
    padding: 5px 7px 5px 0;
    margin-right: 8px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item
    .icon-info {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item
    span {
    font-size: 12px;
    line-height: 18px;
  }

  .products-list .lists .product-item .product-box .product-info .p-ctrl {
    flex-shrink: 0;
    flex-direction: row;
    margin-top: 10px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .ant-btn {
    font-size: 18px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .isCorrected {
    margin-left: 16px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .isCorrected
    .icon-collected {
    width: 28px;
    height: 34px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-header {
    flex-shrink: 0;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-header
    .ant-skeleton-avatar-lg {
    width: 206px;
    height: 206px;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-content
    .ant-skeleton-paragraph {
    margin-top: 20px;
  }

  .products-lock {
    padding: 30px 10px 30px;
  }

  .products-lock img {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
  }

  .products-lock h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .products-lock h3 + h3 {
    margin-top: 10px;
  }

  .products-lock p {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0;
  }

  /* .products-lock-box {
    max-width: 1000px;
  } */

  .products-lock .ant-btn {
    height: 58px;
    width: 400px;
    font-size: 32px;
    margin: 32px auto 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1150px) {
  .products-list .lists .product-item {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .product-tips {
    font-size: 0.48rem;
    line-height: 0.58rem;
    padding: 0 0.24rem;
  }
  .tiktokadspytool {
    font-size: 0.36rem;
    line-height: 0.44rem;
    padding: 0 0.24rem;
  }

  .products {
    padding: 0.6rem 0;
    /* max-height: 23.6rem; */
    overflow: hidden;
  }

  .products-list .lists .product-item {
    padding: 0.14rem 0.24rem;
    width: 100%;
  }

  .products-list .lists .product-item:nth-child(8) {
    display: none;
  }

  .products-list .lists .product-item.isLock .product-box .pic .pic-box .lock,
  .products-list .lists .product-item.isLock .product-box .pic .play .lock {
    width: 1.8rem;
    height: 1.8rem;
  }

  .products-list .lists .product-item .product-box {
    padding: 0.18rem 0.18rem 0.24rem;
    border-radius: 0.08rem;
  }

  .products-list .lists .product-item .product-box .pic {
    display: flex;
    margin-bottom: 0.28rem;
  }

  .products-list .lists .product-item .product-box .pic .pic-box {
    width: 100%;
    height: calc(100vw - 0.84rem);
    border-radius: 0.08rem;
  }

  .products-list .lists .product-item .product-box .pic .play .bofang {
    width: 1.8rem;
    height: 1.8rem;
  }

  .products-list .lists .product-item .product-box .product-info {
    padding: 0 0.12rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .product-title {
    font-size: 0.32rem;
    line-height: 0.36rem;
    margin: 0 0 0.1rem;
  }

  .products-list .lists .product-item .product-box .product-info .publish_time {
    font-size: 0.24rem;
    line-height: 0.29rem;
    margin: 0 0 0.2rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info {
    margin-bottom: 0.2rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    h3 {
    font-size: 0.24rem;
    line-height: 0.33rem;
    margin: 0 0 0.11rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list {
    padding: 0.1rem 0;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item {
    padding: 0.1rem 0.1rem 0.1rem 0;
    margin-right: 0.14rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item
    .icon-info {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .available-info
    .i-list
    .info-item
    span {
    font-size: 0.26rem;
    line-height: 0.28rem;
  }

  .products-list .lists .product-item .product-box .product-info .p-ctrl {
    align-items: center;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .ant-btn {
    font-size: 0.32rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .unlock {
    height: 0.65rem;
    background: #f46c00;
    border-radius: 0.08rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .isCorrected {
    margin-left: 0.23rem;
    display: flex;
    align-items: center;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .product-info
    .p-ctrl
    .isCorrected
    .icon-collected {
    width: 0.49rem;
    height: 0.62rem;
    background: #ffffff;
    border: 0;
  }

  .products-list .lists .product-item .product-box .ant-skeleton {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-header {
    padding-right: 0;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-header
    .ant-skeleton-avatar-lg {
    width: calc(100vw - 0.84rem);
    height: calc(100vw - 0.84rem);
    border-radius: 0.08rem;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-content {
    display: block;
  }

  .products-list
    .lists
    .product-item
    .product-box
    .ant-skeleton
    .ant-skeleton-content
    .ant-skeleton-paragraph {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }

  .products-lock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2.5rem 0.2rem;
    min-height: 16rem;
  }

  .products-lock img {
    width: 1.17rem;
    height: 1.17rem;
    margin: 0 auto 0.21rem;
  }

  .products-lock h3 {
    font-size: 0.36rem;
    line-height: 0.44rem;
  }

  .products-lock h3 + h3 {
    margin-top: 0.2rem;
  }

  .products-lock p {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin: 0.2rem 0 0;
  }

  .products-lock-box {
    max-width: 5.9rem;
  }

  .products-lock .ant-btn {
    height: 0.65rem;
    width: 3.62rem;
    font-size: 0.26rem;
    margin: 0.4rem auto 0;
  }
}

.ant-btn-primary {
  text-shadow: none !important;
  box-shadow: none !important;
}

.ant-back-top-content:hover {
  background-color: #ffaa00 !important;
}

.special-footer {
  background: #fff;
}
.special-footer .special-footer-top {
  background: #fff;
}
.special-footer .special-footer-top .wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.special-footer .special-footer-top .wrap .ant-col h3 {
  font-weight: bold;
  color: #2f3032;
}
.special-footer .special-footer-top .wrap .ant-col p {
  color: #454a50;
}
.special-footer .special-footer-top .wrap .ant-col p a {
  color: #454a50;
  cursor: pointer;
  transition: all 0.3s;
}
.special-footer .special-footer-top .wrap .ant-col p a:hover {
  color: #ffaa00;
}
.special-footer .special-footer-top .wrap .ant-col.col1 .footer-logo {
  display: inline-block;
}
.special-footer .special-footer-bottom {
  background: #fafafa;
}
.special-footer .special-footer-bottom .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.special-footer .special-footer-bottom .wrap .special-footer-left p a {
  color: #454a50;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.special-footer .special-footer-bottom .wrap .special-footer-left p a:hover {
  color: #ffaa00;
}
.special-footer .special-footer-bottom .wrap .special-footer-right span {
  color: #454a50;
}

@media screen and (min-width: 769px) {
  .special-footer {
    text-align: center;
  }
  .special-footer .special-footer-top {
    background: #fff;
    padding: 60px 14px 100px 14px;
  }
  .special-footer .special-footer-top .ant-col.col1 .footer-logo {
    margin-bottom: 20px;
  }
  .special-footer .special-footer-top .ant-col.col1 h3 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .special-footer .special-footer-top .ant-col.col1 p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .special-footer .special-footer-top .ant-col:not(.col1) h3 {
    margin: 0 auto 16px;
  }
  .special-footer .special-footer-top .ant-col p {
    margin: 0;
  }
  .special-footer .special-footer-top .ant-col p + p {
    margin: 10px 0 0;
  }
  .special-footer .special-footer-bottom {
    padding: 14px 14px;
  }
  .special-footer .special-footer-bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left {
    display: flex;
    align-items: center;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p {
    margin: 0;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p a {
    font-size: 14px;
    line-height: 28px;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p + p {
    margin-left: 14px;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-right span {
    font-size: 14px;
    line-height: 28px;
    margin-left: 14px;
  }
}
@media screen and (min-width: 750px) and (max-width: 769px) {
  .special-footer {
    text-align: center;
  }
  .special-footer .special-footer-top {
    padding: 10px 0;
    background: #fafafa;
  }
  .special-footer .special-footer-top .ant-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .special-footer .special-footer-top .ant-row .ant-col {
    padding: 10px;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 .footer-logo {
    margin-bottom: 20px;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 h3 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .special-footer .special-footer-top .ant-row .ant-col:not(.col1) h3 {
    margin: 0 auto 16px;
  }
  .special-footer .special-footer-top .ant-row .ant-col p {
    margin: 0;
  }
  .special-footer .special-footer-top .ant-row .ant-col p + p {
    margin: 10px 0 0;
  }
  .special-footer .special-footer-bottom {
    background: #fff;
    padding: 10px;
    text-align: center;
  }
  .special-footer .special-footer-bottom .wrap {
    display: block;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left {
    display: block;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p {
    margin: 0 6px;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p a {
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-right span {
    font-size: 14px;
    line-height: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .special-footer {
    text-align: center;
  }
  .special-footer .special-footer-top {
    padding: 0.2rem 0;
    background: #fafafa;
  }
  .special-footer .special-footer-top .ant-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .special-footer .special-footer-top .ant-row .ant-col {
    padding: 0.2rem 0.2rem;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 .footer-logo {
    margin-bottom: 0.4rem;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 h3 {
    margin: 0;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .special-footer .special-footer-top .ant-row .ant-col.col1 p {
    margin: 0.2rem 0 0;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .special-footer .special-footer-top .ant-row .ant-col:not(.col1) h3 {
    margin: 0 auto 0.32rem;
  }
  .special-footer .special-footer-top .ant-row .ant-col p {
    margin: 0;
  }
  .special-footer .special-footer-top .ant-row .ant-col p + p {
    margin: 0.2rem 0 0;
  }
  .special-footer .special-footer-bottom {
    background: #fff;
    padding: 0.2rem 0.2rem;
    text-align: center;
  }
  .special-footer .special-footer-bottom .wrap {
    display: block;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left {
    display: block;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p {
    margin: 0 0.12rem;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-left p a {
    font-size: 0.28rem;
    line-height: 0.56rem;
    white-space: nowrap;
  }
  .special-footer .special-footer-bottom .wrap .special-footer-right span {
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-left: 0;
  }
}

.max-w-8xl {
  max-width: 1376px !important;
}
.text-sm {
  font-size: 14px !important;
  line-height: 20px !important;
}
.text-base {
  font-size: 16px !important;
  line-height: 24px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-6 {
  margin-top: 24px !important;
}
.mt-12 {
  margin-top: 48px;
}
.h-10 {
  height: 40px !important;
}
@media (min-width: 768px) {
  .md\:gap-8 {
    gap: 32px !important;
  }
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10.5px !important;
  margin-bottom: 0 !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}
.gap-3 {
  gap: 12px !important;
}
.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pt-16 {
  padding-top: 64px !important;
}
.pb-6 {
  padding-bottom: 24px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .lg\:pb-6 {
    padding-bottom: 24px !important;
  }
  .lg\:pt-16 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
}

.common-footer {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Microsoft YaHei';
}
.common-footer ul li {
  font-size: 0;
}
