@charset "UTF-8";
:root {
  --el-color-primary: #F0A62C;
  /* 定义主题色 */
  --van-picker-confirm-action-color: #F0A62C;
  --van-checkbox-checked-icon-color: #F0A62C;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100vh;
  font-family: Arial;
}
body .flot-register {
  display: none;
  position: fixed;
  bottom: 2vh;
  left: 5vw;
  right: 5vw;
  z-index: 999;
  background-color: #F0A62C;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 7px 0px #767676;
  border-radius: 2px;
}
body .flot-register:active {
  background-color: #1B9E5C;
}

header {
  height: 58px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #F5F5F5;
}
header #close-nav-btn {
  display: none;
}
header .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  background-color: #fff;
  color: #333;
  padding: 0 5vw;
  box-shadow: 0px 6px 12px 0px #bfbfbf;
  height: 250px;
  display: none;
}
header .nav .nav-item {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
header .nav .nav-item a {
  text-decoration: none;
  outline: none;
  color: #333;
}
header .language {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  background-color: #fff;
  color: #333;
  padding: 0 5vw;
  box-shadow: 0px 6px 12px 0px #bfbfbf;
  height: -moz-max-content;
  height: max-content;
  display: none;
}
header .language .language-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
header .language .language-item img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.home_banner {
  margin-top: 58px;
  width: 100vw;
}
.home_banner .banner_box {
  width: 100vw;
}
.home_banner .banner_box .home_title {
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 5vw 5vw 5vh;
  background-image: url("./images/banner.jpg");
  background-size: 100vw 100%;
  background-repeat: no-repeat;
}
.home_banner .banner_box .home_title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}
.home_banner .banner_box .home_title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.home_banner .banner_box .home_title .expo-date,
.home_banner .banner_box .home_title .expo-address {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.home_banner .banner_box .home_title .expo-date > img,
.home_banner .banner_box .home_title .expo-address > img {
  margin-right: 11px;
}
.home_banner .banner_box .home_title .expo-date {
  line-height: 26px;
}
.home_banner .banner_box .home_title .expo-address {
  line-height: 26px;
  align-items: flex-start;
  margin-top: 8px;
}
.home_banner .banner_box .home_title .enter-btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 22px;
}
.home_banner .banner_box .home_title .enter-btn > div {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}
.home_banner .banner_box .home_title .enter-btn .btn-exhibitors-list {
  background-color: #1B9E5C;
}
.home_banner .banner_box .home_title .enter-btn .btn-exhibitors-list:active {
  background-color: #F0A62C;
}
.home_banner .banner_box .home_title .enter-btn .btn-free-entry {
  background-color: #F0A62C;
  margin-top: 14px;
}
.home_banner .banner_box .home_title .enter-btn .btn-free-entry:active {
  background-color: #1B9E5C;
}
.home_banner .swiper-container {
  width: 100vw;
  height: 96px;
  background-color: #F0A62C;
  /* 改变分页器的圆点颜色 */
  /* 改变当前激活的分页器圆点颜色 */
}
.home_banner .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 22px 23px 27px;
  box-sizing: border-box;
}
.home_banner .swiper-container .swiper-pagination-bullet {
  background: #ffffff;
  /* 设置圆点的颜色 */
}
.home_banner .swiper-container .swiper-pagination-bullet-active {
  background: #1B9E5C;
  /* 设置当前激活圆点的颜色 */
}
@keyframes roll90 {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(-90%);
  }
}
@keyframes roll40 {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(-85%);
  }
}
@keyframes roll50 {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(-85%);
  }
}
.home_banner .statistics .statistics-items {
  color: #FFF;
  width: 49%;
  text-align: center;
}
.home_banner .statistics .statistics-items p {
  margin: 0;
}
.home_banner .statistics .statistics-items :first-child {
  font-size: 24px;
  font-weight: 700;
}

.register-box {
  padding: 20px 5vw 40px;
}
.register-box .tree-custom {
  position: relative;
  padding-bottom: 50px;
}
.register-box .preRegisterChannelTips {
  display: none;
}
.register-box .tree-custom .preRegisterEmptyTips {
  display: none;
}
.register-box .tree-custom .el-tree {
  font-size: 16px;
}
.register-box .tree-custom .el-tree .el-tree-node .is-leaf + .el-checkbox {
  display: inline-flex !important;
}
.register-box .tree-custom .el-tree .el-tree-node .el-checkbox {
  display: none !important;
}
.register-box .tree-confirm {
  position: absolute;
  bottom: 30px;
  left: 5vw;
  right: 5vw;
  height: 40px;
  background: #F0A62C;
  border: none;
  height: 35px;
  margin-top: 10px;
}
.register-box .tree-confirm-preRegister {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  border: none;
  height: 35px;
  background: #F0A62C;
}
.register-box .inputBox .van-field__body {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 2.5em;
  min-height: 40px;
}
.register-box .inputClass {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 0 10px;
  width: 100%;
  margin-top: 5px;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.register-box .inputClass div {
  height: 100%;
  min-width: 20%;
  line-height: 40px;
  text-align: center;
}
.register-box .inputClass input {
  flex-grow: 1;
  margin-left: 5px;
  border: none;
  line-height: 40px;
  height: 40px;
}
.register-box .checkbox-box {
  padding-left: 20px;
  margin: 40px 0 20px 0;
  display: flex;
  align-items: center;
}
.register-box .checkbox-box .checkbox-r {
  font-size: 14px;
  width: 90%;
  padding-left: 10px;
}
.register-box .register-btn {
  width: 100%;
  background: #F0A62C;
  color: #FFF;
  border: none;
  font-size: 16px;
}
.register-box .industryTag {
  background-color: #F0A62C;
}
.register-box .tips {
  margin: 0 20px;
  color: #A2A2A2;
}
.register-box .tips > span {
  margin-left: 5px;
  font-size: 14px;
}
.register-box .industryActiveText {
  color: #F0A62C;
}
.register-box .badge {
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0;
}
.register-box .search-box .van-cell {
  background: none;
  padding: 0;
}
.register-box .van-form > .van-cell {
  padding-left: 0;
  padding-right: 0;
}
.register-box .van-form > .van-cell .van-field__label--required:before {
  display: none;
}
.register-box .van-form > .van-cell .van-field__label--required:after {
  content: "*";
  color: #F0A62C;
  margin-left: 3px;
}
.register-box .back-icon {
  width: 100%;
  background: #fff;
  padding-top: 10px;
  font-size: 25px;
  position: fixed;
  z-index: 11;
  left: 20px;
}
.register-box .cnpj_tip {
  padding-left: 20px;
  color: #A2A2A2;
}
.register-box .policy {
  display: flex;
  margin: 20px 0;
  align-items: center;
  padding-bottom: 18px;
  position: relative;
}
.register-box .policy .error-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  line-height: 16px;
  font-size: 14px;
  color: red;
  display: none;
}
.register-box .policy > span {
  margin-left: 10px;
  font-size: 14px;
}
.register-box .policy > span span {
  color: #F0A62C;
}

.exhibition-description {
  padding: 5vw;
  background-color: #F5F5F5;
}
.exhibition-description h1 {
  line-height: 32px;
}
.exhibition-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #666666;
}

.exhibit-categories {
  padding: 5vw;
  box-sizing: border-box;
  /* 改变分页器的圆点颜色 */
}
.exhibit-categories .swiper-container {
  padding-bottom: 40px;
}
.exhibit-categories .swiper-pagination-bullet {
  background: #686767;
  /* 设置圆点的颜色 */
}
.exhibit-categories .swiper-pagination-bullet-active {
  background: #F0A62C;
  /* 设置当前激活圆点的颜色 */
}
.exhibit-categories .categories-item {
  display: grid;
  grid-template-columns: repeat(2, 43vw);
  grid-template-rows: repeat(2, 126px);
  grid-gap: 4vw;
}
.exhibit-categories .categories-item > div {
  position: relative;
}
.exhibit-categories .categories-item > div img {
  width: 100%;
  height: 100%;
}
.exhibit-categories .categories-item > div > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  background-color: #F0A62C;
  text-align: center;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  line-height: 15px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visit-box {
  background-color: #F5F5F5;
  padding: 30px 5vw;
}
.visit-box h1 {
  margin-top: 0;
}
.visit-box .visit-content {
  display: flex;
  justify-content: flex-end;
}
.visit-box .visit-content .target-line {
  width: 1px;
  height: 60%;
  border: 1px dashed #F0A62C;
}
.visit-box .visit-content .visit-content-list {
  width: 85%;
}
.visit-box .visit-content .visit-content-list .visit-content-item {
  padding: 5px 10px;
  background-color: #FFF;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  position: relative;
}
.visit-box .visit-content .visit-content-list .visit-content-item .line-num {
  position: absolute;
  left: -10%;
  top: 10px;
  bottom: -15px;
  width: 0px;
  border: 1px dashed #F0A62C;
  padding-top: -5px;
}
.visit-box .visit-content .visit-content-list .visit-content-item .line-num .target-number {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #F0A62C;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  margin-left: -15px;
  margin-top: -10px;
  font-size: 18px;
  font-weight: 900;
  z-index: 99;
}
.visit-box .visit-content .visit-content-list .visit-content-item .none-line {
  border: none;
}

.evaluate-box {
  padding: 5vw;
  box-sizing: border-box;
}
.evaluate-box .swiper-container {
  padding-bottom: 40px;
  /* 改变分页器的圆点颜色 */
  /* 改变当前激活的分页器圆点颜色 */
}
.evaluate-box .swiper-container .swiper-pagination-bullet {
  background: #686767;
  /* 设置圆点的颜色 */
}
.evaluate-box .swiper-container .swiper-pagination-bullet-active {
  background: #F0A62C;
  /* 设置当前激活圆点的颜色 */
}
.evaluate-box .evaluate-item {
  background-color: #F5F5F5;
  padding: 15px;
  box-sizing: border-box;
}
.evaluate-box .evaluate-item .avatar-info {
  display: flex;
}
.evaluate-box .evaluate-item .avatar-info img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.evaluate-box .evaluate-item .avatar-info .info {
  margin-left: 20px;
}
.evaluate-box .evaluate-item .avatar-info .info p {
  margin: 0;
}
.evaluate-box .evaluate-item .avatar-info .info .name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 6px;
}
.evaluate-box .evaluate-item .avatar-info .info .standing,
.evaluate-box .evaluate-item .avatar-info .info .job {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
.evaluate-box .evaluate-item .evaluate-content {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.evaluate-box .evaluate-item .left-colon,
.evaluate-box .evaluate-item .right-colon {
  width: 100%;
  height: 20px;
}
.evaluate-box .evaluate-item .left-colon:before {
  content: "“";
  color: #F0A62C;
  font-size: 50px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.evaluate-box .evaluate-item .right-colon:after {
  content: "”";
  color: #F0A62C;
  font-size: 50px;
  margin-left: 99%;
}

.recommend-exhibitors {
  background-color: #F5F5F5;
  padding: 5vw;
}
.recommend-exhibitors .swiper-container {
  padding-bottom: 50px;
  /* 改变分页器的圆点颜色 */
  /* 改变当前激活的分页器圆点颜色 */
}
.recommend-exhibitors .swiper-container .swiper-pagination-bullet {
  background: #686767;
  /* 设置圆点的颜色 */
}
.recommend-exhibitors .swiper-container .swiper-pagination-bullet-active {
  background: #F0A62C;
  /* 设置当前激活圆点的颜色 */
}
.recommend-exhibitors .recommend-item {
  display: grid;
  grid-template-columns: repeat(2, 40vw);
  grid-gap: 10vw;
  grid-template-rows: 2;
}
.recommend-exhibitors .recommend-item .company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommend-exhibitors .recommend-item .company-info .companyLogo {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-color: #FFF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-exhibitors .recommend-item .company-info .companyLogo img {
  width: 80px;
}
.recommend-exhibitors .recommend-item .company-info .company-name {
  height: 48px;
}
.recommend-exhibitors .recommend-item .company-info .company-name p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.our-partner {
  padding: 0 5vw 5vw;
}
.our-partner p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.our-partner .partner-logo {
  display: flex;
  justify-content: space-between;
}
.our-partner .partner-logo > div {
  width: 49%;
}
.our-partner .partner-logo > div p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.our-partner .partner-logo > div .imgBox {
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  height: 70px;
  box-sizing: border-box;
}
.our-partner .partner-logo > div .imgBox img {
  width: 80%;
}
.our-partner .supporter {
  width: 50vw;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  padding: 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-partner .supporter img {
  height: 90%;
}
.our-partner .supporterByOurPartner .swiper-container {
  padding-bottom: 40px;
  /* 改变分页器的圆点颜色 */
  /* 改变当前激活的分页器圆点颜色 */
}
.our-partner .supporterByOurPartner .swiper-container .swiper-pagination-bullet {
  background: #686767;
  /* 设置圆点的颜色 */
}
.our-partner .supporterByOurPartner .swiper-container .swiper-pagination-bullet-active {
  background: #F0A62C;
  /* 设置当前激活圆点的颜色 */
}
.our-partner .supporterByOurPartner .supporterByOurPartner-item {
  display: grid;
  grid-template-columns: repeat(3, 28vw);
  grid-template-rows: repeat(3, 70px);
  grid-gap: 3vw;
}
.our-partner .supporterByOurPartner .supporterByOurPartner-item > div {
  padding: 8px;
  border: 1px solid #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-partner .supporterByOurPartner .supporterByOurPartner-item > div img {
  height: 80%;
}

.footer {
  padding: 30px 5vw;
  background-color: #F5F5F5;
}
.footer h3 {
  font-size: 18px;
  font-weight: 700;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.public-title-font {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.dialog .privacy-policy-box {
  width: 85vw;
  margin: 0 auto;
  height: 80vh;
  margin-top: 10vh;
  background-color: #FFF;
  padding: 18px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dialog .privacy-policy-box h5 {
  margin: 22px 0 5px;
}
.dialog .privacy-policy-box .content {
  overflow-y: scroll;
  flex-grow: 1;
  padding: 0 20px;
}
.dialog .privacy-policy-box p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.dialog .privacy-policy-box p strong {
  color: #000;
}
.dialog .privacy-policy-box .icon_policy_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=index.css.map */





.buyers {
  width: 100%;
  background: linear-gradient(180deg, #FFF7E9 0%, #FFF 29.43%);
}

.buyers-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
  box-sizing: border-box;
}

.buyers-content-t {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.buyers-content-t::before {
  content: '';
  background: url('../images/coffee.png') no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 33px;
  position: absolute;
  left: 0;
  top: -20px;
}

.buyers-content-c {
  display: flex;
  flex-direction: column;
}

.buyers-content-c ul {
  margin-bottom: 20px;
}

.buyers-content-c .buyers-ul-pc {
  display: none;
}

.buyers-content-c ul li {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 14px;
  padding-left: 16px;
  position: relative;
}

.buyers-content-c ul li p:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.buyers-content-c ul li:last-child {
  margin-bottom: 0;
}

.buyers-content-c ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F0A62C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.buyers-content-c-l-btn {
  padding: 15px 60px;
  background: #F0A62C;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  display: none;
}

.buyers-content-c-l-btn:hover {
  background: #1b9e5c;
  transition: all 0.3s;
  color: #FFF;
}

.buyers-content-c-r {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.buyers-content-c-r .buyers-img-box {
  width: 49%;
  height: auto;
}

.buyers-content-c-r .buyers-img-box img {
  width: 100%;
  height: 100%;
}

.buyers-content-c-l-btn-h5 {
  width: 100%;
  background: #F0A62C;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
}

.buyers-ul-h5 {
  p {
    margin: 5px 0;
  }
}





.success-page-body__bottom {
  margin-top: 40px;
}

.bottom-title {
  color: #222;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: Arial;
}

.bottom-title-vie {
  font-size: 44px;
}

.bottom-title .bottom-title-img {
  width: 29px;
  height: 18px;
}

.bottom-title-img-left {
  margin-right: 16px;
}

.bottom-title-img-right {
  margin-left: 16px;
  /* 左右翻转180 */
  transform: rotate(180deg);
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;

  flex-direction: column;
    align-items: center;
}

.bottom-content-item {
  padding: 20px 14px;
  background: #FFC769;
  border-radius: 24px;
  margin: 19px 19px 0 19px;
}

.bottom-content-item:nth-child(2) {
  background: #4FE3A1;
}

.bottom-content-item-title {
  font-size: 20px;
  color: #010600;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.bottom-content-item-img {
  width: 180px;
height: 165px;
  margin: 0 auto 30px;
}

.bottom-content-item-img img {
  width: 100%;
  height: 100%;
}

.bottom-content-item-text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.bottom-content-top {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.50);
  margin-bottom: 20px;

  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.bottom-content-top-title {
  color: #010600;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 8px;
  margin-top: 0;
}

.bottom-content-top-content {
  width: 64px;
  display: flex;
  justify-content: space-between;
  margin: 8px auto 0;
}

.bottom-content-top-content-item {
  width: 24px;
  height: 24px;
}

.bottom-content-top-content-item img {
  width: 100%;
  height: 100%;
}

.bottom-content-center {
  color: #010600;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 10px;
}

.bottom-content-bottom {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(4.400000095367432px);
  padding: 20px;
}

.bottom-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.bottom-flex-start-left {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  background: rgba(255, 199, 105, 0.30);
  color: #F29600;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-right: 6px;
  align-items: center;
}

.bottom-flex-start-right {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  flex: 1;
}

.bottom-content-item-text-two {
  margin-bottom: 10px;
}

.bottom-content-item-text-three {
  margin-bottom: 20px;
}

.bottom-content-item-terms {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  cursor: pointer;
}

.bottom-content-item-img-two {
  width: 188px;
height: 130px;
  margin-bottom: 30px;
}

.bottom-content-item-img-two img {
  width: 100%;
  height: 100%;
}

.bottom-content-item-img-three {
  width: 204px;
  height: 131px;
  margin-bottom: 20px;
}

.bottom-content-item-img-three img {
  width: 100%;
  height: 100%;
}

.bottom-content-item-question {
  color: #010600;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 16px;
}

.bottom-content-white-box {
  padding: 20px;
  margin-bottom: 30px;

  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(4.400000095367432px);
}

.bottom-content-white-box .white-box-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.bottom-content-white-box .white-box-item .white-box-item-left {
  width: 24px;
  height: 24px;
  background: rgba(14, 210, 125, 0.20);
  color: #007743;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.bottom-content-white-box .white-box-item .white-box-item-right {
  flex: 1;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.bottom-content-item .bottom-content-item-message {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 14px;
}

.bottom-content-item-botton-two {
  background: #221F19;
  padding: 10px 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 190px;
  margin: 0 auto;
  border-radius: 60px;
  margin-bottom: 14px;
  cursor: pointer;
  justify-content: center;
}

.bottom-content-item-botton-three {
  background: #221F19;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 252px;
  margin: 0 auto;
  border-radius: 60px;
  margin-bottom: 14px;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
  /* justify-content: space-around; */
  justify-content: center;
}

#share-btn {
  color: #000;
  p {
    color: #000 !important;
  }
}

.bottom-content-item-botton-two-vie {
  width: 210px;
}

.bottom-content-item-botton-two img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bottom-content-item-botton-three img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bottom-content-item-botton-three p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
}

.bottom-content-item-botton-two p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
}

.bottom-bottom {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-bottom: 30px;
}

.disable-jumping {
  background: #e9e9e9 !important;
  color: #999999 !important;
  cursor: not-allowed !important;
}

.van-toast__text {
  word-break: keep-all;
  white-space: pre-wrap;  /* 保留空格和换行 */
}