@charset "UTF-8";
/*
  pxTovw
  750：设计稿宽度
  $px：元素在设计稿上的宽度
*/
.refund-service .tab-container {
  width: 100%;
  height: 105px;
  margin: 44px auto 40px;
  background: url("../../assets/support/fwzc-bg2.png") no-repeat center;
  background-size: cover;
}
.refund-service .tab-container .tab-box {
  display: flex;
  max-width: 1280px;
  height: 95px;
  margin: 0 auto;
  padding-left: 40px;
}
.refund-service .tab-container .tab-box .tab {
  cursor: pointer;
  width: 120px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.refund-service .tab-container .tab-box .tab.active {
  background: url("../../assets/support/selected-bg.png") no-repeat center;
  background-size: 120px 60px;
  font-size: 18px;
  color: #ffffff;
}
.refund-service .bar {
  width: 100%;
  height: 145px;
  background: url("../../../assets/support/top-bar.png") no-repeat center center;
  background-size: 100% 145px;
}
.refund-service .bar ul {
  width: 1200px;
}

@media screen and (max-width: 750px) {
  .refund-service .tab-container {
    width: 100%;
    height: 13.0666666667vw;
    background: url("../../assets/support/sq-bar-mobile.png") no-repeat center;
    background-size: 100%;
    margin: 5.3333333333vw auto;
  }
  .refund-service .tab-container .tab-box {
    margin-left: 2.6666666667vw;
  }
  .refund-service .tab-container .tab-box .tab {
    width: 26.6666666667vw;
    height: 11.4666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 11.4666666667vw;
    padding-top: 0;
    color: #717171;
  }
  .refund-service .tab-container .tab-box .tab.active {
    color: #ffffff;
    font-size: 4vw;
    padding-top: 0;
    background: url("../../assets/support/selected-bg-mobile.png") no-repeat center bottom;
    background-size: 26.1333333333vw 10.6666666667vw;
  }
}