body {
  font-size: 14px;
  height: 100vh;
  font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
p {
  margin: 0;
  padding: 0;
}
#app {
  -webkit-font-smoothing: antialiased;
  max-width: 750px;
  min-width: 320px;
  overflow: hidden;
  min-height: 100vh;
  margin: 0 auto;
  color: #333;
}
.base-color {
  color: #023b95;
}
.font-w {
  font-weight: 700;
}
.sms-btn {
  font-size: 16px;
}

html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: var(--van-base-font);
}
a {
  text-decoration: none;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*="van-"]:focus {
  outline: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@keyframes van-slide-up-enter {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-down-enter {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-leave {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-left-enter {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-leave {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-right-enter {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-leave {
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes van-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes van-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.tongzhi-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.tongzhi-modal {
  background: linear-gradient(to bottom, #fbb03b, #d75b32);
  border-radius: 20px;
  padding: 0 20px 10px;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 350px;
  height: 480px;
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
}

.tongzhi-modal-header {
  padding: 10px 0;
  box-sizing: border-box;
}

.tongzhi-modal-header .headerTitle {
  font-size: 28px;
  font-weight: bold;
  color: #f5ff33;
}

.tongzhi-modal-header img {
  width: 40%;
  height: auto;
  position: absolute;
  right: -22px;
  top: -36px;
}

.tongzhi-modal-content {
  width: 100%;
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE、Edge */
  scrollbar-width: none;
  background: #fff;
  border: 2px solid #a50505;
  border-radius: 10px;
  padding: 5px 0 0;
  box-sizing: border-box;
  z-index: 2;
  /* Firefox */
}

.tongzhi-modal-content::-webkit-scrollbar {
  display: none;
  /* Chrome、Safari、Edge 隐藏滚动条 */
}

.tongzhi-modal-content .tongzhi-list {
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 5px;
}

.tongzhi-modal-content .tongzhi_tip {
  text-align: center;
  margin-bottom: 5px;
}

.tongzhi-modal-content .tongzhi_tip span {
  background: #dd0000;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  color: #f5ff33;
}

.tongzhi-modal-content .tongzhi_tip2 span {
  background: #0000ed;
  color: #ffe317;
  cursor: pointer;
}

.tongzhi-anniu {
  background: url("https://allwellpic.s3.ap-east-1.amazonaws.com/anniu.png")
    no-repeat;
  /* background-position: 100%; */
  background-size: 100% 100%;
  cursor: pointer;
  height: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d14d31;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.tongzhi-modal-overlay.tongzhiActive {
  display: flex;
}

.tongzhi-modal-bottom {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 三列，每列平分宽度 */
  gap: 10px;
}
.anchor-row {
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.van-row {
  display: flex;
  flex-wrap: wrap;
}

.van-col--12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.van-col {
  display: block;
  box-sizing: border-box;
  min-height: 1px;
}

.anchor-item {
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.van-col--12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.anchor-item .active {
  color: #fff;
  background: #02a7f0;
}

.anchor-list a {
  text-decoration: none;
}

.anchor-list .anchor-item {
  background: linear-gradient(180deg, #58c6ee, #a0c753);
  color: var(--active-text-color, #fff);
  box-shadow: 0 0 12px #ffffff80 inset;
  border-radius: 6px;
  border: 1px solid #31baec;
  border-bottom-color: #8bb91f;
  overflow: hidden;
  cursor: pointer;
}

.anchor-item .conetnt {
  max-width: 100%;
  flex: 1;
}

.anchor-item .title {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}

.anchor-item .point {
  width: 24px;
  height: auto;
}

.anchor-item .arrow {
  flex: none;
  width: 14px;
  margin-right: 10px;
}
