/* 常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页常用电话页 */
.numberContainer {
  width: 100%;
  padding-top: 55px;
}

.numberTitle {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center;
}

.numberTitleNum {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0255d5;
  text-align: center;
  margin-top: 24px;
}

.numberSearch {
  width: 57%;
  height: 70px;
  margin: 0 auto;
  /* border: 1px solid red; */
  margin-top: 47px;
  font-size: 0px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.numberSearchinput {
  width: 80%;
  height: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px 0px 0px 8px;
  /* display: inline-block;
  vertical-align: middle; */
  display: flex;
  align-items: center;
}

.numberSearchinput .el-input {
  width: 90%;
  /* transform: translateY(30%); */
}

.numberSearchinput .el-input__inner {
  border: none;
}

.numberSearchBtn {
  width: 20%;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(2, 85, 213, 0.1);
  border-radius: 0px 8px 8px 0px;
  background-color: #215bb5;
  color: #ffffff;
  /* display: inline-block;
  vertical-align: middle; */
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

.numberSearchBtn:hover {
  cursor: pointer;
}

.numberCardContainer {
  width: 100%;
  margin-top: 60px;
  font-size: 0px;
}

.numberCardContainer .el-scrollbar__wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -20px !important;
}

.numberCardContainer .el-scrollbar .el-scrollbar__wrap .el-scrollbar__view {
  white-space: normal;
}

.numberCard {
  width: 33%;
  height: 230px;
  /* border: 1px solid red; */
  display: inline-block;
  vertical-align: middle;
}

.numberMain {
  width: 90%;
  margin: 0 auto;
  height: 200px;
  transform: translateY(15px);
  /* border: 1px solid red; */
  background-color: #fdfdfd;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 6% 30px;
}

.cardTitile {
  /* height: 65px; */
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  /* height: 40px; */
}

.cardNumber {
  height: 100px;
  font-family: PingFangSC-Regular;
  font-size: 1.04vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3e3e3e;
  padding-top: 20px;
}

.cardNumber a {
  display: block;
  word-break: break-all;
  margin: 2px 0;
}

.cardNumberFont {
  font-size: 1.04vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #3e3e3e;
}

.cardNumberImg {
  /* margin-bottom: 10px; */
  height: 1.45vw;
  width: auto;
}

.cardNumberPhone {
  display: none;
}

@media (min-width: 1025px) {
}

@media (min-width: 992px) and (max-width: 1024px) {
  .cardNumberPhone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cardNumberPC {
    display: none;
  }

  .cardNumberPhone {
    display: block;
  }
}

@media (max-width: 767px) {
  .cardNumberPC {
    display: none;
  }

  .cardNumberPhone {
    display: block;
  }

  .numberContainer {
    padding-top: 0.3rem;
  }

  .numberTitle {
    font-size: 0.27rem;
    line-height: 0.27rem;
  }

  .numberTitleNum {
    font-size: 0.43rem;
    line-height: 0.27rem;
    margin-top: 0.22rem;
  }

  .numberSearch {
    width: 95%;
    height: 0.65rem;
    margin-top: 0.22rem;
  }

  .numberSearchinput .el-input {
    /* transform: translateY(18%); */
  }

  .numberSearchinput .el-input__inner {
    height: 0.5rem;
    font-size: 14px;
  }

  .numberSearchBtn {
    font-size: 0.18rem;
    padding: 10px 0;
  }

  .numberCard {
    width: 100%;
    height: auto;
    min-height: 1.61rem;
    padding: 0.08rem 0;
  }

  .numberMain {
    height: 90%;
    padding: 3% 0.22rem;
    transform: translateY(0px);
  }

  .cardTitile {
    height: auto;
    font-size: 0.22rem;
  }

  .cardNumber {
    height: auto;
    font-size: 0px;
  }

  .cardNumber a {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #3e3e3e;
  }

  .cardNumberImg {
    width: 0.23rem !important;
    height: 0.23rem;
    display: inline-block;
    vertical-align: middle;
  }

  .cardNumberFont {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
  }

  .containerGN {
    display: inline-block;
    vertical-align: top;
  }

  .containerGJ {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.2rem;
  }
}

