main .banner .swiper-container {
  height: 480px;
}
main .banner .swiper-slide {
  position: relative;
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .banner .swiper-container .swiper-pagination {
  top: unset;
  bottom: 20px;
  right: unset;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  align-items: center;
}
main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background-color: #fff;
  opacity: 0.5;
  margin-right: 10px;
}
main
  .banner
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
main
  .banner
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: #000;
  opacity: 0.8;
}
main .pinpai {
  padding: 50px 0;
}

.brand_box {
  margin: 20px auto 30px;
}

.brand_item {
  width: 12.5%;
  height: 140px;
  box-sizing: border-box;
  padding: 7px;
  float: left;
}

.brand_item_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 1px 1px 5px #888888;
  cursor: pointer;
}

.brand_item_inner:hover {
  transform: scale(1.1);
  transition: all 0.1s;
}

.brand_item_inner > img {
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .brand_box {
    margin: 10px auto 20px;
    box-sizing: border-box;
    padding: 0 8px;
  }
  .brand_item {
    padding: 5px;
    width: 25%;
    height: 22vw;
  }
}
main .about {
  overflow: hidden;
}
main .about .about-top {
  background: url(../image/tmp1496196897_1459394_s.png) no-repeat top center;
  /* background-size: auto; */
  height: 329px;
}
main .about .about-top .title {
  font-size: 28px;
  color: #ffffff;
  padding-top: 66px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
main .about .about-top .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: #ffffff;
}
main .about .about-top .content {
  font-size: 14px;
  color: #ffffff;
  line-height: 2.1;
  text-align: center;
  padding-top: 10px;
}
main .about .about-top .bottom {
  text-align: center;
}
main .about .about-top .bottom .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  width: 110px;
  margin: 20px auto 0;
}
main .about .about-top .bottom .more img {
  display: block;
  width: 20px;
}
main .about .about-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
main .about .about-box .left {
  width: 550px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
main .about .about-box .left img {
  display: block;
  width: 100%;
}
main .about .about-box .left .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
main .about .about-box .left .txt-box p {
  color: #073763;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
}
main .about .about-box .right {
  width: 550px;
}
main .about .about-box .right .r-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 40px;
  cursor: pointer;
}
main .about .about-box .right .r-item:last-child {
  margin-bottom: 0;
}
main .about .about-box .right .r-item .img-box {
  width: 56px;
  height: 56px;
  border: 2px solid #00a1e9;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
main .about .about-box .right .r-item .img-box img {
  display: block;
  width: 100%;
}
main .about .about-box .right .r-item .img-box img.active-img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 2;
}
main .about .about-box .right .r-item:hover .img-box {
  background: url(../image/tmp1496205375_1459394_s.png) no-repeat center center;
  background-size: cover;
}
main .about .about-box .right .r-item:hover img.active-img {
  top: 0;
}
main .about .about-box .right .r-item:hover .txt-box .title {
  color: #00a1e9;
}
main .about .about-box .right .r-item .txt-box {
}
main .about .about-box .right .r-item .txt-box .title {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
main .about .about-box .right .r-item .txt-box .content {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
main .product {
  overflow: hidden;
}
main .product .product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  overflow: hidden;
}
main .product .product-list .product-item {
  display: block;
  width: 33.33%;
  box-sizing: border-box;
  font-size: 14px;
  color: #555555;
  text-align: center;
}
main .product .product-list .product-item .container {
  border: 1px solid #ededed;
  transition: all 0.3s;
  margin: 0 9px 20px;
  padding-bottom: 60px;
}
main .product .product-list .product-item .img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 5px;
}
main .product .product-list .product-item .img-box img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
main .product .product-list .product-item .img-box img.active-img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
}
main .product .product-list .product-item:hover .container {
  border-color: #00a1e9;
  color: #00a1e9;
}
main .product .product-list .product-item:hover .img-box img.active-img {
  top: 0;
  opacity: 1;
}
main .product .new-product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  overflow: hidden;
}
main .product .new-product-list .product-item {
  display: block;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  cursor: default;
}
main .product .new-product-list .product-item .img-box {
  width: 100%;
  max-height: 280px;
  height: 280px;
  overflow: hidden;
}
main .product .new-product-list .product-item .img-box img {
  width: 100%;
}
main .product .new-product-list .product-item .price {
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #79b3f1;
  background: -webkit-linear-gradient(left, #7eacd9 30%, #094579 100%);
  background: linear-gradient(to right, #7eacd9 30%, #094579 100%);
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .product .new-product-list .product-item .price span {
  font-size: 24px;
  font-weight: bold;
}
main .product .new-product-list .product-item .name {
  width: 100%;
  padding: 6px 10px 0 10px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
}
main .product .new-product-list .product-item .name > span {
  font-weight: 400;
}
main .product .new-product-list .product-item .txt {
  width: 100%;
  padding: 5px 10px 0 10px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  margin-bottom: 0;
}
main .product .new-product-list .product-item .bottom {
  display: flex;
  padding: 0 10px;
  align-items: center;
}
main .product .new-product-list .product-item .bottom p {
  padding-right: 10px;
}
main .product .new-product-list .product-item .bottom p:last-child {
  padding-right: 0;
}

main .product .new-product-nav {
  background: #f5f5f5;
  padding: 18px 10px;
  margin: 20px auto 0;
  display: flex;
  align-items: flex-start;
}
main .product .new-product-nav h3 {
  font-size: 24px;
  text-align: center;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
main .product .new-product-nav .list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 30px;
}
main .product .new-product-nav button {
  display: block;
  margin-right: 5px;
  font-size: 14px;
  color: #ffffff;
  min-width: 65px;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
main .product .new-product-nav .input-box {
  display: flex;
  align-items: center;
}
main .product .new-product-nav .input-box input {
  display: block;
  border: 1px solid #00a1e9;
  font-size: 16px;
  padding: 0 20px;
  height: 38px;
  border-radius: 4px;
}
main .product .new-product-nav .input-box button {
  display: block;
  border: none;
  padding: 0 30px;
  margin: 0 0 0 20px;
  background: #00a1e9;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
main .news-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
main .news-box .item-l {
  width: 48%;
  margin-right: 4%;
}
main .news-box .item-l .item-l-container {
  margin: 15px 20px 25px 40px;
  font-size: 14px;
}
main .news-box .item-l .item-l-item {
  display: flex;
  padding: 20px 0;
}
main .news-box .item-l .item-l-item .img-box {
  margin-right: 20px;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
main .news-box .item-l .item-l-item .img-box img {
  display: block;
  width: 100%;
}
main .news-box .item-l .item-l-item .img-box img.hide-img {
  position: absolute;
  height: 100%;
  top: 100%;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  opacity: 0;
}
main .news-box .item-l .item-l-item:hover .img-box img.hide-img {
  top: 0;
  opacity: 1;
}
main .news-box .item-l .item-l-item:hover .title {
  color: #3685fc;
}
main .news-box .item-l .item-l-item .txt-box {
  flex: 1;
}
main .news-box .item-l .item-l-item .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #333333;
}
main .news-box .item-l .item-l-item .content {
  line-height: 24px;
  color: #888888;
  font-size: 14px;
}
main .news-box .item-r {
  width: 48%;
  font-size: 14px;
}
main .news-box .item-r .item-r-container {
  padding: 20px 0 18px 16px;
  box-sizing: border-box;
}
main .news-box .item-r .item-r-container .item-r-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  height: 64px;
}
main .news-box .item-r .item-r-container .item-r-item img {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
main .news-box .item-r .item-r-container .item-r-item .txt {
  flex: 1;
  display: flex;
}
main .news-box .item-r .item-r-container .item-r-item .txt .tit {
  flex: 1;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
}
main .news-box .item-r .item-r-container .item-r-item:hover .txt .tit {
  color: #3685fc;
}
main .news-box .item-r .item-r-container .item-r-item .txt .time {
  font-size: 14px;
  color: #a9a9a9;
}
main .qy-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  overflow: hidden;
}
main .qy-box .item {
  display: block;
  width: 23.75%;
  height: 210px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 14.375%;
  margin-bottom: 30px;
}
main .qy-box .item:nth-child(3n) {
  margin-right: 0;
}
main .qy-box .item img {
  display: block;
  width: 100%;
}
main .qy-box .item img.hide-img {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}
main .qy-box .item:hover img.hide-img {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .banner .swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    transform: translate3d(-50%, 0, 0) scale(.6);
  }
  main .banner .swiper-container {
    height: 2rem;
  }
  main .banner .swiper-slide {
    height: 2rem;
  }
  main .pinpai {
    padding: 0.4rem 0.3rem;
  }
  main .about {
    overflow: hidden;
  }
  main .about .about-top {
    background: url(../image/tmp1496196897_1459394_s.png) no-repeat top center;
    height: 329px;
  }
  main .about .about-top .title {
    font-size: 0.36rem;
    color: #ffffff;
    padding-top: 0.3rem;
    position: relative;
    text-align: center;
    padding-bottom: 0.2rem;
  }
  main .about .about-top .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 2px;
    background: #ffffff;
  }
  main .about .about-top .content {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    padding-top: 10px;
  }
  main .about .about-top .bottom {
    text-align: center;
  }
  main .about .about-top .bottom .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 14px;
    width: 110px;
    margin: 10px auto 0;
  }
  main .about .about-top .bottom .more img {
    display: block;
    width: 20px;
  }
  main .about .about-box {
    display: block;
    justify-content: unset;
    padding: 0.4rem 0.3rem;
  }
  main .about .about-box .left {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.4rem;
  }
  main .about .about-box .left img {
    display: block;
    width: 100%;
  }
  main .about .about-box .left .txt-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem 0 0;
  }
  main .about .about-box .left .txt-box p {
    color: #073763;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: right;
  }
  main .about .about-box .right {
    width: 100%;
  }
  main .about .about-box .right .r-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 40px;
    cursor: pointer;
  }
  main .about .about-box .right .r-item:last-child {
    margin-bottom: 0;
  }
  main .about .about-box .right .r-item .img-box {
    width: 56px;
    height: 56px;
    border: 2px solid #00a1e9;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
  }
  main .about .about-box .right .r-item .img-box img {
    display: block;
    width: 100%;
  }
  main .about .about-box .right .r-item .img-box img.active-img {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
  }
  main .about .about-box .right .r-item:hover .img-box {
    background: url(../image/tmp1496205375_1459394_s.png) no-repeat center
      center;
    background-size: cover;
  }
  main .about .about-box .right .r-item:hover img.active-img {
    top: 0;
  }
  main .about .about-box .right .r-item:hover .txt-box .title {
    color: #00a1e9;
  }
  main .about .about-box .right .r-item .txt-box {
    flex: 1;
  }
  main .about .about-box .right .r-item .txt-box .title {
    color: #444444;
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  main .product {
    padding: 0;
  }

  main .product .new-product-nav {
    padding: 18px 0;
    margin: 20px auto 0;
    display: block;
  }
  main .product .new-product-nav h3 {
    font-size: 24px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
  }
  main .product .new-product-nav .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    flex: unset;
  }
  main .product .new-product-nav button {
    display: block;
    margin-right: 5px;
    font-size: 14px;
    color: #ffffff;
    min-width: 65px;
    width: auto;
    height: 30px;
    border: 0;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  main .product .new-product-nav .input-box {
    display: flex;
    align-items: center;
    padding: 0.3rem;
  }
  main .product .new-product-nav .input-box input {
    display: block;
    border: 1px solid #00a1e9;
    font-size: 0.32rem;
    padding: 0 20px;
    height: 0.7rem;
    box-sizing: border-box;
    border-radius: 4px;
    flex: 1;
  }
  main .product .new-product-nav .input-box button {
    display: block;
    border: none;
    padding: 0 0.3rem;
    margin: 0 0 0 0.4rem;
    background: #00a1e9;
    color: #ffffff;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.74rem;
  }

  main .product .new-product-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.6rem 0.2rem;
    overflow: hidden;
  }
  main .product .new-product-list .product-item {
    display: block;
    width: 50%;
    font-size: 12px;
  }
  main .product .new-product-list .product-item .img-box {
    width: 100%;
    max-height: 3.66rem;
    height: 3.66rem;
    overflow: hidden;
  }
  main .product .new-product-list .product-item .price {
    margin: 0;
    padding: 6px;
    font-size: 12px;
  }
  main .product .new-product-list .product-item .price span {
    font-size: 16px;
    font-weight: bold;
  }
  main .product .new-product-list .product-item .name {
    width: 100%;
    padding: 5px 0 0;
    color: #333;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
  }
  main .product .new-product-list .product-item .txt {
    width: 100%;
    padding: 5px 0 0;
    color: #333;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    margin-bottom: 0;
  }
  main .product .new-product-list .product-item .bottom {
    display: block;
    padding: 0 0;
    align-items: unset;
  }
  main .product .new-product-list .product-item .bottom p {
    padding-right: 0;
  }
  main .product .new-product-list .product-item .bottom p strong {
    margin-right: 5px;
  }
  main .product .new-product-list .product-item .bottom p:last-child {
    padding-right: 0;
  }
  main .product .product-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.6rem 0;
    overflow: hidden;
  }
  main .product .product-list .product-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #555555;
    text-align: center;
  }
  main .product .product-list .product-item .container {
    border: 1px solid #ededed;
    transition: all 0.3s;
    margin: 0 9px 0.2rem;
    padding-bottom: 0.4rem;
  }
  main .news-box {
    display: block;
    justify-content: unset;
    overflow: hidden;
  }
  main .news-box .item-l {
    width: 100%;
  }
  main .news-box .item-l .item-l-container {
    margin: 0.3rem 0;
  }
  main .news-box .item-l .item-l-item {
    display: flex;
    padding: 0.2rem 0;
  }
  main .news-box .item-l .item-l-item .img-box {
    margin-right: 0.2rem;
  }
  main .news-box .item-r {
    width: 100%;
    font-size: 14px;
  }
  main .news-box .item-r .item-r-container {
    padding: 0.2rem;
    box-sizing: border-box;
  }
  main .news-box .item-r .item-r-container .item-r-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    height: 1rem;
  }
  main .news-box .item-r .item-r-container .item-r-item img {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
  main .news-box .item-r .item-r-container .item-r-item .txt {
    flex: 1;
    display: flex;
  }
  main .news-box .item-r .item-r-container .item-r-item .txt .tit {
    flex: 1;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
  }
  main .news-box .item-r .item-r-container .item-r-item:hover .txt .tit {
    color: #3685fc;
  }
  main .news-box .item-r .item-r-container .item-r-item .txt .time {
    font-size: 14px;
    color: #a9a9a9;
  }
  main .qy-box {
    display: block;
    justify-content: unset;
    padding: 0.4rem 0;
    overflow: hidden;
  }
  main .qy-box .item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0.3rem;
  }
  main .qy-box .item img {
    display: block;
    width: 100%;
  }
  main .qy-box .item img.hide-img {
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    opacity: 0;
  }
  main .qy-box .item:hover img.hide-img {
    top: 0;
    opacity: 1;
  }
}

.qccp_list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  overflow: hidden;
}
.qccp_col {
  display: block;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  margin-right: 2%;
}
.qccp_col:nth-child(3n) {
  margin-right: 0;
}
.qccp_col_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.qccp_col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qccp_col_title {
  background: linear-gradient(to right, #7eacd9 30%, #094579 100%);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.qccp_col_info {
  padding: 5px 0;
}
.qccp_col_info > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.qccp_col_info > div > p:last-of-type {
  width: 1px;
  flex: 1;
  margin-left: 20px;
  text-align: right;
}
.qccp_col_price {
  color: orange;
  font-size: 16px;
  text-align: center;
}
.qccp_col_price > span {
  font-size: 27px;
  margin-left: 2px;
}



.qccp_detail {
  padding: 50px 10px;
}
.qccp_table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  margin: 20px 0 40px;
}
.qccp_table td {
  background: rgb(51, 153, 204);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 13px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}
.qccp_table td:last-of-type {
  background: rgb(200, 228, 255);
  color: #333;
  width: 80%;
}
.qccp_imgs {
  margin-top: 20px;
}
.qccp_imgs img {
  display: block;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .qccp_list {
    padding: 0.6rem 0.2rem;
  }
  .qccp_col {
    width: 100%;
    margin-right: 0% !important;
  }
  .qccp_col_img {
    height: 4.9rem;
  }
  .qccp_col_title {
    padding: 8px 6px;
    font-size: 0.3rem;
  }
  .qccp_col_info > div {
    font-size: 0.28rem;
  }
  .qccp_table td {
    font-size: .26rem;
  }
  .qccp_table td:last-of-type {
    width: 70%;
  }
}