* {
  padding: 0;
  margin: 0;
}

.container {
  background: linear-gradient(to bottom, #3761ff 20%, #bac8ff 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.content_box {
  height: 800px;
  width: 60%;
  margin: auto;
  padding-top: 30px;
}
.higolive {
  width: 98px;
  height: 40px;
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.language_switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}

.tooltip_box {
  font-size: 14px;
  position: absolute;
  width: 100%;
  top: 2px;
  background-color: white;
  border-radius: 10px;
  display: none;
  z-index: 999;
}

.tooltip_box div {
  width: 160px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.tooltip_box div:hover {
  background-color: #b1c1ff;
  color: white;
}

.tooltip_text {
  color: white;
  font-size: 20px;
}

.tooltip_down {
  width: 12px;
  height: 6.85px;
}

.section_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
  gap: 200px;
}
.section_left {
  padding-top: 120px;
  position: relative;
  left: 0;
}
.section_icon {
  padding-left: 45px;
}
.section_description {
  color: white;
  font-size: 20px;
  flex: 1;
  line-height: 32px;
  margin-top: 20px;
  max-width: 500px;
}

.section_description p {
  letter-spacing: 1px;
}

.section_right {
  width: 350px;
  border: 20px solid #000000;
  border-radius: 60px;
  overflow: hidden;
}

.van-swipe__track .van-swipe {
  display: flex;
  flex-wrap: nowrap;
}

.van-swipe-item {
  width: 353px;
  border-radius: 60px;
}

.indicators {
  position: absolute;
  z-index: 9999;
  height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: -40px;
  left: 0;
  right: 0;
  justify-content: center;
}

.indicator {
  width: 18px;
  height: 5px;
  background-color: #909ed3;
  border-radius: 50%;
  border-radius: 4px;
}

.checked {
  background-color: #202122;
}

.operate_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #494a4a;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
}

.btn_item img {
  width: 40px;
}

.big_txt {
  font-size: 20px;
}

.relative {
  position: relative;
}

.bottom_conainer {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 9999;
  background-color: white;
}
.bottom_link {
  font-size: 14px;
  position: relative;
}
.bottom_link a {
  color: #313131;
  display: inline-block;
  min-width: 200px;
  text-align: center;
}

.bottom_link a:first-child {
  border-right: 1px solid #c7c7c7;
  padding-right: 20px;
}

.pb {
  padding-bottom: 140px;
}

@media (max-width: 768px) {
  .container {
    height: auto;
    padding: 0;
    background: linear-gradient(to bottom, #3761ff 20%, #bac8ff 100%);
  }
  .content_box {
    margin: auto;
    height: auto;
    width: 80%;
  }
  .header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .btn_item {
    width: 100%;
  }

  .section_description p {
    font-size: 4.2667vw;
  }
  .section_container {
    padding-top: 0;
    gap: 0;
  }
  .section_left {
    padding-top: 5.3333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_icon {
    padding: 0;
  }
  .section_right {
    transform: scale(0.8);
    border: 2.6667vw solid #000000;
  }
  .tooltip_box{
    background-color: red;
  }
  .tooltip_box div {
    width: 90px;
  }
  .pb {
    padding: 0;
  }

  .indicators {
    bottom: 10.6667vw;
  }

  .bottom_link {
    display: flex;
  }
  .bottom_link a span {
    font-size: 3.7333vw;
  }
  .bottom_link a:first-child {
    padding-right: 0;
  }
}
