html{
  font-size: 12px
}

body{
  margin: 0;
  padding: 20px 20px 80px;
}

.content{
  width: 100%;
}

span,red{
  font-size: 1.7rem;
}

.title{
  padding-bottom: 10px;
}

.title span{
  font-size: 2rem;
  font-weight: bold;
}

.text_box{
  font-size: 1.7rem;
}

red{
  color: red;
  font-weight: bold;
}

.padding-1{
  padding: 1rem 0;
}

.padding-2{
  padding: 2rem 0;
}

.video_box{
  width: 100%;
  background-color: #000;
}

.video_box video{
  width: 100%;
  max-height: 40vh;
}

.text_place{
  text-align: center;
}

.text_place span{
  font-size: 1rem;
}

.connect_me{
  border: 1px solid rgb(111, 204, 87) !important;
  padding: 2px;
  text-align: center;
}

.me_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.copy_btn{
  background-image: url(./Snipaste_2024-10-07_21-55-05.png);
  width: 14.66rem;
  height: 4.91rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px auto;
}

.zhangjie{
  text-align: center;
}

.zhangjie span{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.zhangjie span::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(253, 234, 131);
  bottom: -1px;
  left: 0;
}

.zhangjie span kuai{
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: #fff;
}

.img_box{
  text-align: center;
}

.img_box img{
  width: 100%;
}

.left_title .svg_box{
  width: 5rem;
}

.left_title .number{
  display: flex;
  align-items: flex-end;
}

.left_title .number span{
  font-size: 3rem;
  font-style: italic;
  color: rgb(255, 174, 40);
  font-weight: bold;
  line-height: 3rem;
}

.bg-red{
  display: inline-block;
  background-color: red;
  color: #fff;
  font-weight: bold;
}

.bottom_custom{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
  border-top: 1px solid #ccc;
}

.button_custom{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 30px;
  padding: 10px 0;
  background-color: #fff;
}

.wechat{
  /* padding: 5px 10px;
  background-color: rgb(45, 127, 25);
  color: #fff;
  border-radius: 4px; */
  background-image: url(./微信.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom_custom span{
  color: red;
  text-decoration: underline;
  font-size: 22px;
  font-weight: bold;
}

.whats_app{
  background-image: url(./whatsapp.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lines{
  background-image: url(./line.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.right_sticky{
  position: fixed;
  left: calc((100vw - 667px) / 2 + 670px);
  top: 100px;
  border: 1px solid #ccc;
  width: 250px;
  padding: 15px;
}

.right_sticky img{
  max-width: 100%;
}

.right_sticky span{
  font-weight: bold;
  font-size: 17px;
  color: #000;
}

.right_sticky span red{
  color: red;
}

@media (min-width:667px) {
  .content{
    width: 667px;
    margin: 0 auto;
  }
  .content_dia{
    width: 400px;
    padding: 30px 0;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
  }

  .content_dia .button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 30px;
  }
}

@media (max-width:667px){
  .right_sticky{
      display: none;
  }

  .content_dia{
    width: 80vw;
    padding: 30px 0;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
  }

  .content_dia .button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 30px;
  }

  .phone_right{
    position: fixed;
    right: 5px;
    bottom: 30px;
    /* background-color: #fff; */
    z-index: 99;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.dialog{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.content_dia{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

a{
  text-decoration: none;
}

.connect{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  gap: 30px;
}

.icon_box{
  width: 14.66rem;
  height: 4.91rem;
  margin: 10px auto;
}

.icon_box img{
  width: 100%;
}