html {
  font-size: 12px;
  height: 100vh;
}

html body,
html head {
  padding: 0;
  margin: 0;
}

html .flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html .flex {
  display: flex;
  align-items: center;
}

html .flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

html .margin_right60 {
  margin-right: 60px;
  margin-top: 58px;
  cursor: pointer;
}

html .margin_right200 {
  margin-right: 200px;
}

html .margin_right80 {
  margin-right: 75px;
}

html .index_box {
  width: 100%;
}

html .index_title {
  position: absolute;
  width: 100%;
  color: #222;
  font-size: 20px;
}

html .image {
  width: 100%;
  z-index: -99;
}

html .title_image {
  position: absolute;
  top: 45px;
  left: 130px;
  width: 150px;
  height: 60px;
}

html .title_info {
  font-size: 60px;
  position: absolute;
  top: 200px;
  left: 100px;
}

html .code {
  width: 170px;
  height: 170px;
  text-align: center;
  line-height: 58px;
  font-size: 24px;
  margin-top: 40px;
}

html .code img {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 30px;
}

html .index_content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 114px 0;
  /* height: 640px; */
  background: #FAFAFA;
}

html .index_item {
  height: 331px;
  background: #fff;
  padding: 40px 29px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.05);
}

html .index_content img {
  width: 70px;
  height: 70px;
  margin-bottom: 21px;
}

html .name {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-bottom: 14px;
}

html .info {
  font-size: 14px;
  color: #666;
  width: 290px;
}

html .flex_colunm_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
}

html .index_footer {
  color: #999999;
  font-size: 16px;
  background: #1F242D;
  padding: 75px 0;
}

html .index_footer > div:first-child {
  margin-bottom: 20px;
}

html .line {
  height: 10px;
  width: 1px;
  background: #999999;
  margin: 0 10px;
}

html .footer_content > div {
  margin-right: 10px;
}

html .index2 {
  display: none;
}

html .index3 {
  display: none;
}

html .activeLine {
  width: 20px;
  height: 3px;
  border-radius: 8px;
  background: #FA2D19;
  margin: 0 auto;
}

html .bold {
  font-weight: bold;
}

html .index_fff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 50px;
  padding-bottom: 146px;
}

html .index_fff .call_bg {
  width: 100%;
  /* height: 534px; */
}

html .font_36 {
  font-size: 36px;
  color: #222;
  text-align: center;
}

html .margin_t64 {
  margin-top: 64px;
}

html .call {
  font-size: 20px;
  color: #666;
  margin: 10px 0 51px;
  text-align: center;
}

html .border {
  position: relative;
  padding: 18px;
  border: 1px solid #D8D8D8;
}

html .address {
  position: absolute;
  top: 150px;
  left: 41%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 158px;
  height: 158px;
  background: rgba(250, 45, 25, 0.1);
  border-radius: 50%;
  border: 1px solid rgba(250, 45, 25, 0.8);
}

html .address_img {
  width: 25px;
  height: 30px;
  margin-top: 60px;
}

html .address_box {
  position: absolute;
  top: 285px;
  left: 33%;
  background: #fff;
  padding: 30px;
  color: #666;
  font-size: 18px;
  border-radius: 10px;
}

html .address_name {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
  /* line-height: 50px; */
}

html .cursor {
  cursor: pointer;
}

html .flex_center {
  display: flex;
  align-items: center;
}

html .bold {
  font-weight: bold;
}

html .center {
  text-align: center;
}

html .font_17 {
  font-size: 17px;
}

html .font_11 {
  font-size: 12px;
}

html .font_13 {
  font-size: 14px;
}

html .font_10 {
  font-size: 10px;
}

html .font_15 {
  font-size: 15px;
}

html .font_18 {
  font-size: 18px;
}

html .lgBtn {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  background-color: #FB2D19;
  box-sizing: border-box;
  white-space: nowrap;
  letter-spacing: 1px;
}

html .recharge {
  padding: 10px 0;
  color: #222;
  box-sizing: border-box;
}

html .recharge .c1 {
  color: #FB2D19;
}

html .recharge .content {
  padding: 23px 21px;
  background-color: #FFFFFF;
}

html .recharge .content .title {
  margin-bottom: 19px;
}

html .recharge .content .list .item {
  background-color: #F8F8FA;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  padding: 15px 0;
  margin-bottom: 12px;
  width: calc(50% - 7px);
  margin-bottom: 12px;
  margin-right: 12px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}

html .recharge .content .list .item:nth-child(2n) {
  margin-right: 0;
}

html .recharge .content .list .item .desc {
  margin-top: 5px;
}

html .recharge .content .list .item .send {
  color: #FB2D19;
  line-height: 10px;
  margin-top: 5px;
  height: 10px;
}

html .recharge .content .list .item .first {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FE8B22;
  padding: 1px 7px 4px;
  color: #fff;
  border-radius: 0 8px 0 13px;
  opacity: 0.9;
  line-height: 14px;
}

html .recharge .content .list .active {
  border-color: #FB2D19;
  background-color: #fff1f1;
}

html .recharge .content .lgBtn {
  margin-top: 30px;
}

html .recharge .tips {
  line-height: 20px;
  color: #999999;
  padding: 36px 0;
}

html .line_input {
  width: 100%;
  border-bottom: 1px solid #eee;
}

html .margin_t20px {
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

html .font_46 {
  font-size: 46px;
}

html .red {
  color: #FB2D19;
}

html .el-button--primary {
  background: #FB2D19;
  border-color: #FB2D19;
}

html .el-dialog__header {
  border-radius: 30px 30px 0 0;
}

html .el-input__inner {
  border: none;
  padding: 0 0 0 8px;
}

html .wx_logo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

html .margin_20 {
  margin: 20px 0 15px;
}

html .drawer_box {
  padding: 0 10px;
}

html .wx_box {
  margin: 20px 0;
}

html .el-drawer {
  height: 35% !important;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 6px;
  }
  html .font_12 {
    font-size: 12px;
  }
  html .title_info {
    font-size: 2rem;
    top: 14rem;
    left: 4rem;
  }
  html .index_title {
    font-size: 1rem;
  }
  html .activeLine {
    width: 2rem;
    height: 2px;
  }
  html .title_image {
    top: 5rem;
    left: 3rem;
    width: 10rem;
    height: 4rem;
  }
  html .index_footer {
    font-size: 1.5rem;
  }
  html .code {
    width: 14rem;
    height: 14rem;
    text-align: center;
    margin-top: 2rem;
  }
  html .index_content {
    padding: 10rem 0 0;
  }
  html .index_content > div {
    margin-bottom: 10rem;
  }
  html .font_36 {
    font-size: 4rem;
  }
  html .call {
    font-size: 2rem;
  }
  html .call_bg {
    height: 44.5rem;
  }
  html .address {
    top: 20%;
    left: 38%;
    width: 13rem;
    height: 13rem;
  }
  html .address > img {
    width: 2rem;
    height: 3rem;
    margin-top: 3.75rem;
  }
  html .address_box {
    top: 50%;
    left: 15%;
    padding: 2.5rem;
    font-size: 2rem;
  }
  html .address_name {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  html .border {
    padding: 1.5rem;
  }
  html .index_fff {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18rem;
  }
  html .margin_right60 {
    font-size: 12px;
    margin-right: 5rem;
    margin-top: 3rem;
  }
  html .footer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  html .image {
    width: 100%;
    z-index: -99;
  }
  html .agreement {
    font-size: 12px;
    /* height: 70vh; */
  }
}
