.font-size-14 {
    font-size: 14px !important;
}
.color-999 {
    color: #999 !important;
}
.color-555 {
    color: #555 !important;
}
.color-161616 {
    color: #161616 !important;
}
.font-size-26 {
    font-size: 26px !important;
  }
  .card-title {
    padding-bottom: 10px;
    color: #0E7AFF;

  }
  .card-line-blue {
    border-bottom: 2px solid #0E7AFF;
    width: 88px;
    top: 95px;
    left: 35%;
  }
  .card-line-special {
    border-bottom: 2px solid #0E7AFF;
    width: 88px;
    top: 95px;
    left: 33%;
  }
 
  .shopping-trolly {
    width: 306px;
    height: 46px;
    line-height: 46px;
    background-image: url(../img/product/kuang.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #0072ff;
    cursor: pointer  !important;
  }
  .bg-body-esss {
    background: #f0f3f8;
  }

  .function-btn {
    width: 189px;
    height: 63px;
    border-radius: 6px;
    background-color: #8c8f94;
  }
  .charge-panel {
    background-repeat: no-repeat;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 15px);
    height: 593px;
    width: 330px;
    background-size: 100% 100%;
    cursor: default;
  }
  
  .card-one {
    background-image: url(../img/esss/buy/1.png);
  }

  .card-two {
    background-image: url(../img/esss/buy/2.png);
  }

  .card-three {
    background-image: url(../img/esss/buy/3.png);
  }

  .card-four {
    background-image: url(../img/esss/buy/4.png);
  }
  .card-number {
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    background-image: url(./img/esss/buy/zhuangshi.png);
  }
  .border-bottom-blue {
    border-bottom: 1px solid #0e7aff;
    width: 60px;
    top: 80px;
    left: 40%;
  }

  .border-bottom-white {
    border-bottom: 1px solid #dcdfe5;
  }
  .container {
    max-width: 1440px !important;
  }

  /* 轮播图上面的图文位置 */
  .carousel-img {
    width: 40%;
    top: 55%;
    left: 35%;
  }

  /* 轮播图文字大小颜色 */
  .carousel-txt {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
  }
  tbody tr {
    height: 60px;
    line-height: 60px;
  }
 
@media screen and (max-width:768px) {
  .buy-banner {
    height: 100vw;
  }

  .to-title {
    width: 150px;
    height: 30px;
    font-size: 14px;
  }
}