* {
    margin: 0;
    padding: 0;
  }
  
  li {
    list-style: none;
  }
  
  .box-pc {
    display: block;
  }
  .box-m {
    display: none;
  }
  
  .news .pagination-box {
    position: relative;
    left: 34%;
    bottom: calc(210 * var(--basePC));
  }
  .news .pagination-box .el-pagination .el-pagination__total {
    margin-right: calc(273 * var(--basePC));
  }
  .news .modal {
    display: block;
  }
  .news .modal .modal-content {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
  }
  .box1 {
    width: 100%;
    height: 570px;
    opacity: 1;
    background-image: url(../images/contactus-box1-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .content {
    font-weight: bold;
  }
  
  .content2 {
    font-weight: normal;
  }
  
  .container.box2 {
    /* max-width: 78%; */
    display: flex;
    justify-content: space-between;
    margin: calc(24 * var(--basePC)) auto 0;
    padding-bottom: calc(161 * var(--basePC));
  }
  
  .box2-left {
    height: calc(400 * var(--basePC));
    width: calc(368 / 1440 * 100%);
    padding: calc(33 * var(--basePC)) calc(24 * var(--basePC));
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(15, 181, 222, 0.16);
    /* font-family: Source Han Sans; */
    margin-right: calc(24 * var(--basePC));
    border-radius: calc(4 * var(--basePC));
  }
  
  .box2-left .nameTitle {
    margin-bottom: calc(15.6 * var(--basePC));
    line-height: calc(24 / 27);
  }
  
  .box2-left .itemborder {
    /* CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX; */
    padding: 0 calc(12 * var(--basePC));
    margin-bottom: calc(27.4 * var(--basePC));
    border-radius: calc(4 * var(--basePC));
    width: 100%;
    border: calc(1 * var(--basePC)) solid #eeeeee;
    /* height: calc(56* var(--basePC)); */
    /* line-height: calc(56* var(--basePC)); */
    position: relative;
  }
  .itemImg {
    position: absolute;
    cursor: pointer;
    width: calc(20 * var(--basePC));
    height: calc(20 * var(--basePC));
    right: 5px;
    top: 17px;
  }
  
  .itemImg img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box2-left input,
  .box2-left select {
    border: none;
    width: 100%;
    height: calc(56 * var(--basePC));
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    line-height: calc(24 / 18);
  }
  .options {
    width: 120%;
    overflow-y: auto;
    top: calc(62 * var(--basePC));
    left: 0px;
    border: 1px solid #666666;
    border-radius: calc(8 * var(--basePC));
    padding: calc(6 * var(--basePC));
    border: 0.5px solid #dcdcdc;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05),
      0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  }
  .item {
    width: 100%;
    padding: calc(5 * var(--basePC)) 0 calc(5 * var(--basePC))
      calc(5 * var(--basePC));
    cursor: pointer;
  }
  .item:hover {
    border-radius: calc(3 * var(--basePC));
    background: rgba(205, 238, 235, 0.5);
  }
  .options::-webkit-scrollbar {
    width: calc(5 * var(--basePC));
    padding-right: calc(2 * var(--basePC));
    background: #e91e6300; /* 滚动条轨道的背景颜色 */
  }
  .options::-webkit-scrollbar-thumb {
    background: #d8d8d8; /* 滚动条滑块的颜色 */
    border-radius: calc(10 * var(--basePC)); /* 滚动条滑块的圆角 */
  }
  .gobottom {
    width: calc(11 * var(--basePC));
    height: calc(6 * var(--basePC));
    position: absolute;
    top: 50%;
    right: calc(12 * var(--basePC));
    transform: translateY(-50%);
  }
  .box2-left select {
    width: 100%;
  }
  
  .box2-left button {
    width: 100%;
    height: calc(56 * var(--basePC));
    border: none;
    border-radius: calc(8 * var(--basePC));
    color: #ffffff;
    /* font-weight: bold; */
    margin-top: 0;
    cursor: pointer;
    line-height: calc(24 / 18);
    background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
  }
  
  .box2-content {
    flex: 1;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(15, 181, 222, 0.16);
    border-radius: calc(4 * var(--basePC));
    padding: calc(33 * var(--basePC)) calc(24 * var(--basePC)) calc(124 * var(--basePC));
  }
  
  .box2-content ul {
    width: 100%;
    padding: 0;
  }
  
  .box2-content ul li {
    /* margin: 0 calc(20 * var(--basePC)); */
    padding: calc(31.4 * var(--basePC)) 0 calc(39.6 * var(--basePC));
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: calc(1 * var(--basePC)) solid #eeeeee;
  }
  
  .box2-content ul li .serviceInfo,
  .box2-content ul li .certificate {
    display: flex;
    align-items: center;
    /* font-family: Source Han Sans; */
  }
  
  .box2-content ul li .serviceInfo .serviceIcon {
    width: calc(60* var(--basePC));
    height: calc(60* var(--basePC));
    margin-right: calc(16* var(--basePC));
  }
  
  .box2-content ul li .serviceInfo .serviceIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .box2-content ul li .serviceInfo .providerName .provider {
    display: flex;
    margin-top: calc(9 * var(--basePC));
  }
  
  .box2-content ul li .serviceInfo .providerName .provider .providerType {
    padding: 0 calc(19* var(--basePC));
    border-radius: calc(99 * var(--basePC));
    background: #eeeeee;
    /* font-family: Source Han Sans; */
    color: #999999;
    text-align: center;
    height: calc(24 * var(--basePC));
    line-height: calc(24 * var(--basePC));
    margin-right: calc(10 * var(--basePC));
  }
  
  .box2-content ul li .certificate .watchIcon {
    width: calc(24 * var(--basePC));
    height: calc(24 * var(--basePC));
  }
  
  .box2-content ul li .certificate .watchIcon img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .box2-content ul li .certificate .watchText {
    /* font-family: Source Han Sans; */
    color: #18a097;
    cursor: pointer;
    font-weight: 500;
  }
  
  .modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .modal-content {
    margin: 0 auto;
    width: 32%;
    height: 90%;
    position: relative;
  }
  
  .close {
    left: 95%;
    position: relative;
    color: #aaa;
    font-size: 35px;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .zoom-preview-img {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .container.box2{
    flex-direction:column;
    margin: calc(49 * var(--basePC)) auto 0;
    background: rgb(249, 249, 249);
    width: 100%;
    max-width: 100%;
    /* padding-bottom: 0; */
    padding-bottom: calc(110* var(--basePC));
    }
    .news .add-more .tip {
      padding-bottom: 30vw;
    }
    .box-pc {
      display: none;
    }
    .box-m {
      display: block;
    }
  
    .news .modal {
      display: block;
    }
    .news .modal .modal-content {
      margin-top: 200px;
      height: 40%;
      width: 100%;
      border: none;
      background: none;
    }
    .box1 {
      width: 100%;
      height: 36vh;
      opacity: 1;
      background-image: url(../images/contactus-box1-bg.jpg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  
    .content {
      font-weight: bold;
    }
  
    .content2 {
      font-weight: normal;
    }
  
    .box2 {
      max-width: 100%;
      margin: 0 auto;
    }
  
    .box2-left {
      width: 100%;
      padding: calc(43* var(--basePC)) calc(30 * var(--basePC));
      background: #ffffff;
      /* box-shadow: 0px 0px 16px 0px rgba(15, 181, 222, 0.16); */
      /* font-family: Source Han Sans; */
      margin-bottom: calc(16 * var(--basePC));
      /* border-radius: calc(4 * var(--basePC)); */
      /* margin-top: 49px; */
      height: calc(465* var(--basePC));
      /* max-width: calc(690* var(--basePC)); */
      /* margin-left: auto; */
      /* margin-right: auto; */
    }
  
    .box2-left .nameTitle {
      margin-bottom: calc(20.37 * var(--basePC));
      font-size: calc(28 * var(--basePC));
      line-height: calc(24 / 28);
    }
  
    .box2-left .itemborder {
      position: relative;
      padding: 0 calc(24 * var(--basePC)) 0;
      /* margin-top: 10px; */
      /* border-radius: 4px; */
      width: 100%;
      /* border: 1px solid #eeeeee; */
    }
    .itemImg {
      position: absolute;
      cursor: pointer;
      width: calc(20 * var(--basePC));
      height: calc(20 * var(--basePC));
      left: 92%;
      top: 19px;
    }
  
    .itemImg img {
      width: 100%;
      height: 100%;
      display: block;
    }
  
    .box2-left input,
    .box2-left select {
      border: none;
      width: 100%;
      height: calc(73* var(--basePC));
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
      background: none;
      font-size: calc(22 * var(--basePC));
      line-height: calc(22 / 18);
    }
    .options {
    width: 100%;
     
        top: calc(90* var(--basePC));
        left: 0px;
        border: 1px solid #666666;
        border-radius: calc(8* var(--basePC));
        padding: calc(6* var(--basePC));
        border: 0.5px solid #dcdcdc;
        height: auto;
        background-color: #ffffff;
        position: absolute;
    }
    .item {
      width: 100%;
      padding: calc(5 * var(--basePC)) 0 calc(5 * var(--basePC))
        calc(5 * var(--basePC));
      cursor: pointer;
    }
    .item:hover {
      border-radius: 3px;
      background: rgba(205, 238, 235, 0.5);
    }
    .options::-webkit-scrollbar {
      width: 5px;
      padding-right: calc(2 * var(--basePC));
      background: #e91e6300; /* 滚动条轨道的背景颜色 */
    }
    .options::-webkit-scrollbar-thumb {
      background: #d8d8d8; /* 滚动条滑块的颜色 */
      border-radius: 10px; /* 滚动条滑块的圆角 */
    }
    .gobottom {
      width: calc(22.67* var(--basePC));
      height: calc(12.71 * var(--basePC));
      position: absolute;
      /* top: calc(15 * var(--basePC)); */
      right: calc(15 * var(--basePC));
    }
    .box2-left select {
      width: 100%;
    }
  
    .box2-left button {
      width: 100%;
      height: calc(72 * var(--basePC));
      /* border: none; */
      font-size: calc(22* var(--basePC));
      /* border-radius: 8px; */
      /* color: #ffffff; */
      /* font-weight: bold; */
      /* margin-top: 20px; */
      /* cursor: pointer; */
      /* background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%); */
      line-height: calc(24 / 22);
    }
  
    .box2-content {
      /* width: 74%; */
      /* background: #ffffff; */
      box-shadow: none;
      /* border-radius: 4px; */
      /* margin-bottom: 30px; */
      padding: 0;
      /* padding-bottom: calc(110* var(--basePC)); */
    }
  
    .box2-content ul {
      width: 100%;
      padding: 0;
    }
  
    .box2-content ul li {
      margin: 0 calc(30 * var(--basePC));
      padding: calc(30 * var(--basePC)) 0;
      /* display: flex; */
      /* justify-content: space-between; */
      /* align-items: center; */
      /* border-bottom: 0.5px solid #eeeeee; */
    }
    .box2-content ul li .serviceInfo {
      width: 83%;
    }
    .box2-content ul li .certificate {
      width: 22%;
    }
    .box2-content ul li .serviceInfo,
    .box2-content ul li .certificate {
      /* display: flex; */
      /* align-items: center; */
      /* font-family: Source Han Sans; */
      /* font-size: 14px; */
    }
    .box2-content ul li .serviceInfo .providerName>div{
        line-height:1;
        font-size: calc(28* var(--basePC)) !important;
      }
  
    .box2-content ul li .serviceInfo .serviceIcon {
      /* width: calc(50 * var(--basePC)); */
      /* height: calc(50 * var(--basePC)); */
      /* margin-right: calc(10 * var(--basePC)); */
    }
  
    .box2-content ul li .serviceInfo .serviceIcon img {
      width: 100%;
      height: 100%;
      display: block;
    }
  
    .box2-content ul li .serviceInfo .providerName .provider {
      display: flex;
      flex-wrap: wrap;
      font-size: calc(22 * var(--basePC)) !important;
      line-height: 1;
    }
  
    .box2-content ul li .serviceInfo .providerName .provider .providerType {
      padding: 0 calc(8 * var(--basePC));
      /* border-radius: 100px; */
      /* background: #eeeeee; */
      /* font-family: Source Han Sans; */
      /* color: #999999; */
      /* text-align: center; */
      margin-right: calc(10 * var(--basePC));
      margin-top: calc(10 * var(--basePC));
    }
  
    .box2-content ul li .certificate .watchIcon {
      width: calc(25 * var(--basePC));
      height: calc(25 * var(--basePC));
    }
  
    .box2-content ul li .certificate .watchIcon img {
      width: 100%;
      height: 100%;
      display: block;
    }
  
    .box2-content ul li .certificate .watchText {
      /* font-family: Source Han Sans; */
      /* color: #18a097; */
      /* cursor: pointer; */
      font-size: calc(22 * var(--basePC));
      line-height: calc(24 / 22);
    }
  
    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /* overflow: auto; */
      background-color: rgba(0, 0, 0, 0.5);
    }
  
    .modal-content {
      margin: 0 auto;
      width: 95%;
      height: 70%;
      position: relative;
      margin-top: 80px;
    }
  
    .close {
      left: 90%;
      position: relative;
      color: #aaa;
      font-size: 35px;
      cursor: pointer;
    }
  
    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
  
    .zoom-preview-img {
      width: 90%;
      margin: 0 auto;
      display: block;
    }
  }
  