@charset "UTF-8";
:root {
  --colDf: #ff9c1f; /*主颜色*/
  --colTM: #e688121a; /*透明度*/
  --colAs: #3f7f38; /*辅助颜色*/
  --bgDf: #f5f5f5;
}

body {
  background: var(--bgDf);
}

.qui-col-df {
  color: var(--colDf);
}

.qui_main_box {
  padding: 1rem 0;
}
.qui_main_box.plan-page, .qui_main_box.contact-page, .qui_main_box.prod-page, .qui_main_box.about-page {
  padding: 0;
}
.qui_main_box.search-page, .qui_main_box.case-page, .qui_main_box.news-detail-page, .qui_main_box.news-page {
  background: #fff;
}

.qui_warp {
  max-width: 14.4rem;
}

.qui_pic .qui_img {
  transition: all 0.25s linear;
}

.qui_pic:hover .qui_img {
  transform: scale(1.05);
}

.qui_banbox .qui_pc_show,
.qui_banbox .qui_wap_show {
  filter: brightness(0.9);
}

.qui_all_loc {
  font-size: 0.16rem;
  width: 100%;
  color: #222;
  line-height: 1;
}
.qui_all_loc-inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.qui_all_loc-wrap {
  width: 100%;
}
.qui_all_loc a {
  color: #999;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.24rem;
  position: relative;
  min-height: 0.24rem;
  line-height: 0.24rem;
}
.qui_all_loc a:hover {
  text-decoration: underline;
}
.qui_all_loc a::after {
  content: ">";
  font-family: "宋体";
  position: absolute;
  right: 0.06rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.qui_all_loc a:first-child {
  padding-left: 0.36rem;
  background: url("../images/logos.png") left center no-repeat;
  background-size: auto 0.24rem;
}

.Pages a {
  position: relative;
  background: var(--bgDf);
  border-radius: 0.08rem;
  min-width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
}

.Pages a.a_prev::before,
.Pages a.a_next::before {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border: solid #222;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 48%;
  top: 50%;
  border-width: 1px 1px 0 0;
}

.Pages a.a_prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 56%;
}

.Pages a.a_prev:hover::before,
.Pages a.a_next:hover::before {
  border-color: #fff;
}

.Pages a.line {
  background: none;
  cursor: auto;
}
.Pages a.line:hover {
  color: #222;
}

.qui_box_maincolor,
.qui_box_white,
.qui_box_grey {
  background-color: #fff;
  padding: 1rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.qui_box_grey {
  background: #f6f6f6;
}

.qui_box_maincolor {
  background: var(--colDf);
}

@media screen and (max-width: 1024px) {
  .qui_box_maincolor, .qui_box_white, .qui_box_grey {
    padding: 0.6rem 0;
  }
  .qui_banbox .quiinfo {
    font-size: 0.2rem;
  }
  .qui_banbox .quicn {
    font-size: 0.32rem;
  }
}
.qui_top_box.is-hover-mode {
  position: fixed;
  background: transparent;
  transition: none;
  line-height: 1;
}
.qui_top_box.is-hover-mode:hover {
  background: #fff;
}
.qui_top_box.is-hover-mode .qui_warp {
  justify-content: flex-start;
  align-items: flex-start;
}
.qui_top_box.is-hover-mode .qui_logo {
  padding: 0.1rem 0;
}
.qui_top_box.is-hover-mode .qui_logo img {
  width: 100%;
  max-width: 1.31rem;
}
.qui_top_box.is-hover-mode .qui_submenu {
  position: relative;
  visibility: hidden;
  height: 0;
  transition: none;
}
.qui_top_box.is-hover-mode .qui_submenu > dd > a {
  border-bottom: none;
  padding: 0 0.1rem;
  line-height: 0.3rem;
  padding-bottom: 0.2rem;
}
.qui_top_box.is-hover-mode .qui_submenu > dd:last-child > a {
  padding-bottom: 0;
}
.qui_top_box.is-hover-mode .qui_top_nav {
  padding-left: 1.02rem;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST {
  align-items: flex-start;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li > a {
  color: #fff;
  padding: 0 0.37rem;
  line-height: 1;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li > a > em {
  display: block;
  padding: 0.27rem 0;
  position: relative;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li > a > em::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  border-radius: 4px;
  transition: all 0.15s linear;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li:hover > a,
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li.on > a {
  color: #222;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li:hover > a > em::after,
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li.on > a > em::after {
  background: var(--colAs);
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li.on > a {
  color: #fff;
}
.qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li:hover .qui_submenu {
  visibility: visible;
  height: auto;
  padding: 0.3rem 0 0.35rem;
}
.qui_top_box.is-hover-mode.is-fixed {
  background: #fff;
}
.qui_top_box.is-hover-mode.is-fixed .qui_top_nav .ULLIST > li > a {
  color: #222;
}

.qui_right_icon {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.qui_right_icon .top_search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.qui_right_icon .top_search.search_show .top_search_wrap {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.qui_right_icon .open_search {
  padding: 0.24rem 0.2rem;
  line-height: 1;
}
.qui_right_icon .open_search > i {
  display: inline-flex;
  align-items: center;
  width: 0.16rem;
  height: 0.16rem;
  color: #fff;
  background: url("../images/ico_search.svg") no-repeat center;
  background-size: contain;
  line-height: 1;
}
.qui_right_icon .open_search.on > i {
  background: none;
  position: relative;
}
.qui_right_icon .open_search.on > i:after {
  transform: rotate(-45deg) !important;
}
.qui_right_icon .top_search_wrap {
  width: 3.5rem;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 100%;
  pointer-events: none;
}
.qui_right_icon .top_search_wrap .warp {
  position: relative;
  padding: 0.1rem;
  background: #fff;
}
.qui_right_icon .top_search_wrap .btn {
  width: 0.4rem;
  height: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0;
  background: url("../images/ico_searcha.svg") no-repeat center;
}
.qui_right_icon .top_search_wrap .qui_text {
  width: 100%;
  height: 0.38rem;
  line-height: 0.38rem;
  padding: 0 0.45rem 0 0.15rem;
  border: 1px solid #e0e2e5;
  background-color: #fff;
  font-size: 0.16rem;
  border-radius: 0.02rem;
}
.qui_right_icon .top_search_wrap .qui_text::-moz-placeholder {
  color: #c3c3c3;
}
.qui_right_icon .top_search_wrap .qui_text::placeholder {
  color: #c3c3c3;
}
.qui_right_icon .top_lang {
  position: relative;
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  padding: 0.24rem 0.2rem;
  line-height: 1;
  padding-right: 0;
}
.qui_right_icon .top_lang:hover {
  cursor: pointer;
}
.qui_right_icon .top_lang:hover .top_lang_pop {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 2rem;
  background: #fff;
  list-style: none;
}
.qui_right_icon .top_lang:hover .top_lang_pop > li > a {
  padding: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
}
.qui_right_icon .top_lang:hover .top_lang_pop > li > a.act {
  color: var(--colDf);
}
.qui_right_icon .top_lang:hover .top_lang_pop > li > a:hover {
  color: var(--colDf);
  background: #f7f7f7;
}
.qui_right_icon .top_lang:hover > a > i {
  transform: rotate(180deg);
}
.qui_right_icon .top_lang > a {
  display: flex;
  width: 0.35rem;
  height: 0.16rem;
  background: url("../images/ico_lang.svg") no-repeat left center/0.16rem;
  line-height: 1;
  transition: none;
  padding-left: 0.24rem;
  align-items: center;
}
.qui_right_icon .top_lang > a > i {
  display: block;
  width: 0.11rem;
  height: 0.07rem;
  background: url("../images/ico_arr_down.svg") no-repeat center center/100%;
}
.qui_right_icon .top_lang .top_lang_pop {
  display: none;
}

.qui_right_icon .open_search.on > i:before,
.qui_right_icon .open_search.on > i:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  top: 50%;
  margin-top: -1.5px;
  background: #222;
  transform: rotate(45deg);
}

.qui_top_box.is-hover-mode:hover .qui_top_nav .ULLIST > li > a,
.qui_top_box.is-fixed .qui_top_nav .ULLIST > li > a {
  color: #222;
}
.qui_top_box.is-hover-mode:hover .qui_right_icon .open_search > i,
.qui_top_box.is-fixed .qui_right_icon .open_search > i {
  background-image: url("../images/ico_searcha.svg");
}
.qui_top_box.is-hover-mode:hover .qui_right_icon .open_search.on > i,
.qui_top_box.is-fixed .qui_right_icon .open_search.on > i {
  background: none;
}
.qui_top_box.is-hover-mode:hover .qui_right_icon .top_lang > a,
.qui_top_box.is-fixed .qui_right_icon .top_lang > a {
  background-image: url("../images/ico_langa.svg");
}
.qui_top_box.is-hover-mode:hover .qui_right_icon .top_lang > a > i,
.qui_top_box.is-fixed .qui_right_icon .top_lang > a > i {
  background-image: url("../images/ico_arr_downa.svg");
}

@media screen and (max-width: 1024px) {
  .qui_top_box.is-hover-mode .qui_top_nav {
    padding-left: 0;
  }
  .qui_top_box.is-hover-mode:hover .qui_top_nav .ULLIST > li > a, .qui_top_box.is-fixed .qui_top_nav .ULLIST > li > a {
    color: #fff;
  }
  .qui_top_box.is-hover-mode .qui_top_nav .ULLIST > li > a > em::after {
    display: none;
  }
  .qui_right_icon {
    padding-right: 0.5rem;
  }
}
.qui_footer {
  background: #fff;
  padding-top: 0.9rem;
  border-top: 1px solid #eee;
}
.qui_footer .fhead {
  display: flex;
  line-height: 1;
  padding-bottom: 0.4rem;
  flex-wrap: wrap;
}
.qui_footer .fhead .fnav {
  flex-grow: 1;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  padding-right: 0.84rem;
}
.qui_footer .fhead .fnav > dl > dt {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.2rem;
  text-align: left;
  margin-bottom: 0.2rem;
}
.qui_footer .fhead .fnav > dl > dd {
  display: block;
}
.qui_footer .fhead .fnav > dl > dd > a {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.4rem;
}
.qui_footer .fhead .fcall {
  flex-grow: 1;
  padding-left: 0.84rem;
}
.qui_footer .fhead .fcall > .tit {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.2rem;
  text-align: left;
  margin-bottom: 0.2rem;
}
.qui_footer .fhead .fcall > .con .tel {
  margin-bottom: 0.08rem;
}
.qui_footer .fhead .fcall > .con .tit {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.4rem;
}
.qui_footer .fhead .fcall > .con .text {
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.35rem;
  font-weight: bold;
}
.qui_footer .fhead .fwx {
  flex-shrink: 0;
  width: 1.2rem;
  text-align: center;
}
.qui_footer .fhead .fwx .qrimg {
  width: 100%;
  max-width: 1.2rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
  border: 4px solid #eee;
}
.qui_footer .fhead .fwx .qrimg .qui_pic {
  padding-bottom: 100%;
}
.qui_footer .fhead .fwx > p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #222;
}
.qui_footer .fmiddle {
  display: flex;
}
.qui_footer .fmiddle .flogo {
  width: 1.31rem;
  flex-shrink: 0;
  padding: 0.3rem 0;
}
.qui_footer .fmiddle .flogo .qui_pic {
  padding-bottom: 37.4045801527%;
}
.qui_footer .fmiddle .flink {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.qui_footer .fmiddle .flink > a {
  width: 0.32rem;
  margin-right: 0.15rem;
}
.qui_footer .fmiddle .flink > a .qui_pic {
  padding-bottom: 100%;
}
.qui_footer .fmiddle .flink > a:last-child {
  margin-right: 0;
}
.qui_footer .fcopyright {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
}
.qui_footer .fcopyright .left {
  flex-grow: 1;
  font-size: 0.14rem;
  color: #999;
}
.qui_footer .fcopyright .flang {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.3rem 0 0.4rem;
}
.qui_footer .fcopyright .flang > a {
  display: flex;
  width: 0.35rem;
  height: 0.16rem;
  background: url("../images/ico_langa.svg") no-repeat left center/0.16rem;
  line-height: 1;
  transition: none;
  padding-left: 0.24rem;
  align-items: center;
}
.qui_footer .fcopyright .flang > a > i {
  display: block;
  width: 0.11rem;
  height: 0.07rem;
  background: url("../images/ico_arr_downa.svg") no-repeat center center/100%;
  transform: rotate(0);
}
.qui_footer .fcopyright .flang .flang_pop {
  display: none;
}
.qui_footer .fcopyright .flang:hover > a > i {
  transform: rotate(180deg);
}
.qui_footer .fcopyright .flang:hover .flang_pop {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 2rem;
  background: #fff;
  list-style: none;
  text-align: right;
  box-shadow: 0 -0.03rem 0.09rem rgba(0, 0, 0, 0.25);
}
.qui_footer .fcopyright .flang:hover .flang_pop > li > a {
  padding: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  border-bottom: 1px solid #eee;
}
.qui_footer .fcopyright .flang:hover .flang_pop > li > a.act {
  color: var(--colDf);
}
.qui_footer .fcopyright .flang:hover .flang_pop > li > a:hover {
  color: var(--colDf);
  background: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .qui_footer .fhead .fnav {
    padding-right: 0.5rem;
  }
  .qui_footer .fhead .fcall {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .qui_footer .fhead .fnav {
    width: 100%;
    margin: 0 0 0.3rem;
    max-width: none;
    padding: 0;
  }
  .qui_footer .fhead .fnav > dl > dt {
    text-align: center;
  }
  .qui_footer .fhead .fnav > dl > dd > a {
    text-align: center;
  }
  .qui_footer .fhead .fcall {
    width: 50%;
    padding: 0;
  }
  .qui_footer .fhead .fwx {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .qui_footer .fhead .fwx .qrimg {
    margin: 0;
  }
}
.about-page .abus-box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.76rem;
}
.about-page .abus-box .top .tit {
  width: calc(50% - 0.1rem);
}
.about-page .abus-box .top .tit .tit-a {
  max-width: 6.18rem;
  width: 100%;
  color: #f1f1f1;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.about-page .abus-box .top .tit .tit-a > .qui_pic {
  padding-bottom: 14.8867313915%;
}
.about-page .abus-box .top .tit .tit-b {
  position: relative;
  z-index: 1;
  font-size: 0.4rem;
  color: #222222;
  line-height: 0.8rem;
  margin-top: -0.42rem;
  font-weight: bold;
}
.about-page .abus-box .top .desc {
  width: calc(50% - 0.1rem);
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  margin-top: -0.09rem;
}
.about-page .abus-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .abus-box .bottom .bimg {
  width: calc(50% - 0.1rem);
}
.about-page .abus-box .bottom .bimg > .qui_pic {
  padding-bottom: 66.4788732%;
  border-radius: 0.1rem;
}
.about-page .abus-wh > .tit {
  font-size: 0.36rem;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6rem;
  text-align: center;
}
.about-page .abus-wh .items {
  display: flex;
  overflow: hidden;
  margin: 0 -0.1rem;
  align-items: stretch;
}
.about-page .abus-wh .items .item {
  width: 33.33333333%;
  padding: 0 0.1rem;
}
.about-page .abus-wh .items .item .inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.6rem 0.4rem;
}
.about-page .abus-wh .items .item .ico {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-bottom: 0.6rem;
}
.about-page .abus-wh .items .item .ico .qui_pic {
  padding-bottom: 100%;
}
.about-page .abus-wh .items .item .tit {
  font-size: 0.24rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.about-page .abus-wh .items .item .desc {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.32rem;
}
.about-page .abus-td .items {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -0.1rem;
  margin-top: 0.5rem;
  line-height: 1;
  align-items: stretch;
}
.about-page .abus-td .items .item {
  padding: 0 0.1rem;
  width: 25%;
  margin-bottom: 0.2rem;
}
.about-page .abus-td .items .item .inner {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
  background: var(--bgDf);
}
.about-page .abus-td .items .item .cov {
  width: 100%;
}
.about-page .abus-td .items .item .cov > .qui_pic {
  padding-bottom: 74.418604651%;
}
.about-page .abus-td .items .item .cont {
  padding: 0.18rem 0.32rem 0.32rem 0.32rem;
}
.about-page .abus-td .items .item .tit {
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.about-page .abus-td .items .item .desc {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #222222;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
.about-page .abus-td .items .item .desc::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.1rem;
  line-height: 0.24rem;
  background: var(--colDf);
  border-radius: 50%;
  margin-left: -0.16rem;
}
.about-page .abus-td .items .item .desc:last-child {
  margin-bottom: 0;
}
.about-page .abus-lc > .tit {
  text-align: center;
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.about-page .abus-lc > .swiper-box {
  width: 100%;
}
.about-page .abus-lc > .swiper-box > .swiper {
  width: 100%;
}
.about-page .abus-lc .aboutSwiperYear .swiper-slide {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .abus-lc .aboutSwiper {
  position: relative;
  padding-top: 0.8rem;
}
.about-page .abus-lc .aboutSwiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-page .abus-lc .aboutSwiper .cov {
  width: 6rem;
}
.about-page .abus-lc .aboutSwiper .cov > .qui_pic {
  padding-bottom: 66.66666667%;
  border-radius: 0.1rem;
}
.about-page .abus-lc .aboutSwiper .tit {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.8rem;
  text-align: center;
}
.about-page .abus-lc .year {
  color: var(--colDf);
  font-size: 0.6rem;
}
.about-page .abus-lc .year > span {
  display: inline-block;
  color: #222222;
  font-weight: bold;
  line-height: 1.8rem;
}
.about-page .abus-lc .year > span:nth-child(2) {
  font-size: 60%;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 0.06rem;
}
.about-page .abus-lc .swiper-slide-active .year > span {
  color: transparent;
  background-image: linear-gradient(-90deg, var(--colDf) 0%, var(--colAs) 100%);
  -webkit-background-clip: text;
}
.about-page .abus-lc .aboutSwiper-btn {
  position: relative;
  margin-bottom: -0.3rem;
  z-index: 3;
}
.about-page .abus-lc .aboutSwiper-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3rem;
  right: 0.3rem;
  z-index: 0;
  background: #e7e7e7;
  height: 1px;
}
.about-page .abus-lc .aboutSwiper-btn .swpbtn {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.about-page .abus-lc .aboutSwiper-btn .swpbtn-prev,
.about-page .abus-lc .aboutSwiper-btn .swpbtn-next {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../images/ico_rright.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about-page .abus-lc .aboutSwiper-btn .swpbtn-prev.swiper-button-disabled,
.about-page .abus-lc .aboutSwiper-btn .swpbtn-next.swiper-button-disabled {
  opacity: 0.6;
}
.about-page .abus-lc .aboutSwiper-btn .swpbtn-prev:hover,
.about-page .abus-lc .aboutSwiper-btn .swpbtn-next:hover {
  background-image: url("../images/ico_rrighta.svg");
}
.about-page .abus-lc .aboutSwiper-btn .swpbtn-prev {
  transform: rotate(180deg);
}
.about-page .abus-hz {
  width: 100%;
}
.about-page .abus-hz .hzbox {
  border-radius: 0.08rem;
  margin-top: 0.4rem;
  background: #fff url("../images/about-b1.png") center center/cover no-repeat;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.52rem;
}
.about-page .abus-hz .hzbox > ul {
  width: 65%;
  background: linear-gradient(90deg, var(--colDf) 30%, rgba(230, 135, 18, 0) 100%);
  border-radius: 0.08rem 0 0 0.08rem;
  padding: 1.2rem 0.4rem;
  transition: width 0.3s linear;
}
.about-page .abus-hz .hzbox:hover > ul {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .about-page .abus-wh .items {
    align-items: stretch;
  }
  .about-page .abus-wh .items .item .inner {
    padding: 0.4rem 0.3rem;
    height: 100%;
  }
  .about-page .abus-td .items .item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .about-page .abus-lc .year {
    white-space: nowrap;
  }
  .about-page .abus-lc .year {
    font-size: 0.48rem;
  }
}
@media screen and (max-width: 480px) {
  .about-page .abus-box .top .tit .tit-b {
    font-size: 0.36rem;
  }
  .about-page .abus-hz .hzbox > ul {
    width: 95%;
    padding: 0.6rem 0.4rem;
  }
  .about-page .abus-lc .year {
    font-size: 0.32rem;
  }
}
.abus-head {
  display: flex;
  align-items: center;
}
.abus-head .lef {
  flex-grow: 1;
  padding-right: 0.3rem;
}
.abus-head .lef .tit {
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.8rem;
  font-weight: bold;    text-align: center;
}
.abus-head .lef .desc {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  max-width: 100%;
  text-align: center;
  padding: 0 1.6rem;
}
.abus-head .rig {
  flex-shrink: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.8rem;
  color: #dddddd;
}

.prod-page .prod-top-box {
  position: relative;
  width: 100%;
}
.prod-page .prod-top-box .top {
  width: 100%;
  height: 8.6rem;
  overflow: hidden;
}
.prod-page .prod-top-box .top .info {
  width: 100%;
}
.prod-page .prod-top-box .top .tit {
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-align: center;
}
.prod-page .prod-top-box .top .desc {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  max-width: 100%;
  text-align: center;
  padding: 0 1.8rem;
}
.prod-page .prod-top-box .top .bg {
  position: absolute;
  width: 7.28rem;
  z-index: 0;
  top: -1.25rem;
  right: -1.12rem;
}
.prod-page .prod-top-box .top .bg > .qui_pic {
  padding-bottom: 60.576923%;
}
.prod-page .prod-top-box .bottom {
  width: 100%;
  margin-top: -6.5rem;
}
.prod-page .prod-top-box .bottom .items {
  width: 100%;
  overflow: hidden;
  margin: 0 -0.1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-page .prod-top-box .bottom .item {
  padding: 0 0.1rem;
  width: 33.3333333333%;
  margin-bottom: 0.2rem;
}
.prod-page .prod-top-box .bottom .item .inner {
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prod-page .prod-top-box .bottom .item .cov {
  width: 100%;
}
.prod-page .prod-top-box .bottom .item .cov > .qui_pic {
  padding-bottom: 75.10729613%;
}
.prod-page .prod-top-box .bottom .item .cont {
  background: var(--colDf);
  padding: 0.24rem 0.3rem;
  flex: 1;
}
.prod-page .prod-top-box .bottom .item .tit {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.prod-page .prod-top-box .bottom .item .desc {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.36rem;
}
.prod-page .prod-top-box--bg {
  width: 100%;
  height: 3.6rem;
  background: var(--bgDf);
  margin-top: -2.8rem;
}
.prod-page .prod-tit {
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}
.prod-page .prod-tit > span {
  position: relative;
  padding-bottom: 0.16rem;
  display: inline-block;
}
.prod-page .prod-tit > span::after {
  content: "";
  width: 0.48rem;
  height: 0.04rem;
  background: var(--colDf);
  border-radius: 0.02rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.24rem);
}
.prod-page .prod-box .items {
  width: 100%;
  overflow: hidden;
  margin: 0 -0.1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-page .prod-box .item {
  padding: 0 0.1rem;
  width: 33.3333333333%;
  margin-bottom: 0.2rem;
}
.prod-page .prod-box .item .inner {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.prod-page .prod-box .item .cov {
  width: 100%;
  flex-shrink: 0;
}
.prod-page .prod-box .item .cov > .qui_pic {
  padding-bottom: 50%;
}
.prod-page .prod-box .item .cont {
  flex-grow: 1;
  background: var(--bgDf);
  padding: 0.2rem 0.3rem 0.44rem;
  position: relative;
  min-height: 2.3rem;
}
.prod-page .prod-box .item .cont::after {
  content: "";
  width: 0.48rem;
  height: 0.04rem;
  position: absolute;
  left: 0.3rem;
  bottom: 0.4rem;
  z-index: 1;
  background: var(--colDf);
  border-radius: 0.04rem;
}
.prod-page .prod-box .item .tit {
  font-size: 0.16rem;
  color: var(--colDf);
  line-height: 0.36rem;
  margin-bottom: 0.04rem;
}
.prod-page .prod-box .item .desc {
  font-size: 0.24rem;
  color: #222;
  line-height: 0.36rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .prod-page .prod-top-box .top .bg {
    right: 0;
  }
  .prod-page .prod-top-box .top .info {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .abus-head .lef .tit{    font-size: 0.26rem;}
  .abus-head .lef .desc {    font-size: 0.16rem;    padding: 0 3%;}
  .prod-page .prod-top-box .top .info {
    max-width: 100%;
  }
  .prod-page .prod-top-box .bottom .item .cont {
    padding: 0.1rem 0.2rem;
  }
  .prod-page .prod-top-box .bottom .item .tit {
    font-size: 0.16rem;
  }
  .prod-page .prod-top-box .bottom .item .desc {
    font-size: 0.14rem;
  }
  .prod-page .prod-box .item .desc {
    font-size: 0.16rem;
  }
  .prod-page .prod-top-box .top .tit {
    font-size: 0.26rem;
    color: #222222;
    line-height: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.prod-page .prod-top-box .top .desc {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
  max-width: 7.2rem;
  padding: 0 3%;
}
.prod-page .prod-top-box .bottom .item {
  padding: 0;
  width: 100%;
  margin-bottom: 0.2rem;
}
.prod-page .prod-tit {
  font-size: 0.24rem;
 
}
}
@media screen and (max-width: 480px) {
  .prod-page .prod-top-box .bottom {
    margin-top: -6.5rem;
  }
}
.news-detail-page .qui_all_loc-wrap {
  margin-top: -0.7rem;
}

.qui-news-box {
  display: flex;
  margin-top: 0.4rem;
}
.qui-news-box .qui-news-side {
  flex-shrink: 0;
  margin-left: 1rem;
}
.qui-news-box .qui-news-side > .tit {
  font-size: 0.24rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.qui-news-box .qui-news-side > .tit > span {
  display: inline-block;
}
.qui-news-box .qui-news-side > .tit > span::before {
  display: inline-block;
  vertical-align: middle;
  width: 0.04rem;
  height: 0.24rem;
  background: var(--colDf);
  border-radius: 0.02rem;
  content: "";
  margin-right: 0.12rem;
  margin-bottom: 0.04rem;
}
.qui-news-box .qui-news-side .items {
  width: 3.4rem;
}
.qui-news-box .qui-news-side .items .item {
  display: block;
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-bottom: 0.26rem;
}
.qui-news-box .qui-news-side .items .item .cov {
  width: 100%;
  margin-bottom: 0.17rem;
}
.qui-news-box .qui-news-side .items .item .cov > .qui_pic {
  padding-bottom: 74.1279069767%;
}
.qui-news-box .qui-news-side .items .item .tit {
  font-size: 0.18rem;
  color: #030303;
  line-height: 0.32rem;
  font-weight: bold;
}
.qui-news-box .qui-news-side .items .item .desc {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
}
.qui-news-box .qui_news_info {
  flex-grow: 1;
}
.qui-news-box .qui_news_tt {
  color: #222;
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin-bottom: 0.08rem;
  text-align: left;
}
.qui-news-box .qui_news_tm {
  color: #999;
  padding: 0;
  line-height: 0.36rem;
  font-size: 0.16rem;
  padding-bottom: 0.3rem;
  text-align: left;
}
.qui-news-box .qui_news_tm > span {
  padding: 0;
  padding-right: 0.2rem;
}
.qui-news-box .qui_news_tm > span:last-child {
  padding-right: 0;
}
.qui-news-box .qui_news_con {
  padding: 0.4rem 0 0;
  font-size: 0.16rem;
  color: #444;
  line-height: 0.32rem;
}
.qui-news-box .qui_news_page {
  font-size: 0.16rem;
  color: #222;
  padding-top: 0.3rem;
}
.qui-news-box .qui_news_page .qui_ll a span {
  color: var(--colDf);
}
.qui-news-box .qui_news_page .qui_ll a::after {
  display: inline-block;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  margin-left: 0.1rem;
  background: url("../images/ico_arr_downa.svg") no-repeat center/0.14rem;
  transform: rotate(-90deg);
}
.qui-news-box .qui_news_page .qui_btn_df {
  background: #fff;
  border: 1px solid var(--colDf);
  color: var(--colDf) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qui-news-box .qui_news_page .qui_btn_df:hover {
  opacity: 0.6;
}
.qui-news-box .qui_news_page .qui_btn_df > img {
  width: 0.11rem;
  height: 0.11rem;
  margin-left: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .qui-news-box .qui_news_tt {
    font-size: 0.24rem;
  }
  .qui-news-box .qui_news_con {
    padding-top: 0.3rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .qui-news-box .qui_news_page {
    padding-top: 0.24rem;
    margin-top: 0.3rem;
  }
  .qui-news-box .qui_news_page .qui_btn_df {
    min-width: 0;
    padding: 0 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .qui-news-box {
    display: block;
  }
  .qui-news-box .qui_news_info,
.qui-news-box .qui-news-side {
    width: 100%;
    margin: 0;
  }
  .qui-news-box .qui-news-side {
    margin-top: 0.4rem;
  }
  .qui-news-box .qui-news-side .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .qui-news-box .qui-news-side .items .item {
    width: calc(50% - 0.1rem);
  }
}
.news-list .items .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
  align-items: stretch;
}
.news-list .items .item:hover .tit {
  color: var(--colDf);
}
.news-list .items .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.news-list .items .item .cov {
  width: 2.66rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.news-list .items .item .cov > .qui_pic {
  padding-bottom: 75.1879699248%;
  border-radius: 0.08rem;
}
.news-list .items .item .cont {
  flex: 1;
  padding-right: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .items .item .tit {
  font-size: 0.24rem;
  color: #030303;
  font-weight: bold;
  line-height: 0.32rem;
  margin-bottom: 0.08rem;
  max-width: 8.2rem;
}
.news-list .items .item .desc {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
  flex: 1;
  max-width: 8.2rem;
}
.news-list .items .item .dtime {
  margin-top: auto;
  color: #999;
}
.news-list .items .item .btn {
  flex-shrink: 0;
  align-self: center;
}
.news-list .items .item .btn > div {
  background: #fff;
  border: 1px solid var(--colDf);
  color: var(--colDf);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.news-list .items .item .btn > div:hover {
  opacity: 0.6;
}
.news-list .items .item .btn > div > img {
  width: 0.11rem;
  height: 0.11rem;
  margin-left: 0.1rem;
}

.case-list .items {
  display: flex;
  overflow: hidden;
  margin: 0 -0.1rem;
  flex-wrap: wrap;
}
.case-list .items .item {
  display: block;
  width: 33.33333333%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.case-list .items .item .inner {
  width: 100%;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}
.case-list .items .item .cov {
  width: 100%;
}
.case-list .items .item .cov .qui_pic {
  padding-bottom: 74.034334%;
}
.case-list .items .item .cont {
  padding: 0.24rem 0.3rem;
  background: var(--bgDf);
}
.case-list .items .item .cont .tit {
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.36rem;
  text-align: center;
  font-weight: bold;
}

.contact-page .act-jt-box {
  display: flex;
}
.contact-page .act-jt-box .lef {
  width: 50%;
}
.contact-page .act-jt-box .lef .tit {
  position: relative;
  overflow: hidden;
}
.contact-page .act-jt-box .lef .tit-a {
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.contact-page .act-jt-box .lef .tit-b {
  font-size: 0.2rem;
  color: #f1f1f1;
  line-height: 0.36rem;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-page .act-jt-box .lef .qrc {
  margin-top: 1.14rem;
  display: inline-block;
  text-align: center;
}
.contact-page .act-jt-box .lef .qr-img {
  width: 1.24rem;
  margin: 0 auto;
  margin-bottom: 0.16rem;
  border: 0.04rem solid #eee;
}
.contact-page .act-jt-box .lef .qr-img > .qui_pic {
  padding-bottom: 100%;
}
.contact-page .act-jt-box .lef .qr-txt {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.24rem;
  text-align: center;
}
.contact-page .act-jt-box .rig {
  width: 50%;
}
.contact-page .act-jt-box .rig .items {
  margin-bottom: 13px;
}
.contact-page .act-jt-box .rig .items .item {
  background: var(--bgDf);
  border-radius: 0.08rem;
  padding: 0.1rem 0.3rem;
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.contact-page .act-jt-box .rig .note {
  padding: 0 0.3rem;
}
.contact-page .act-jt-box .rig .note .tit {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.36rem;
}
.contact-page .act-jt-box .rig .note .link {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.contact-page .act-jt-box .rig .note .link > a {
  width: 0.3rem;
  margin-right: 0.16rem;
}
.contact-page .act-jt-box .rig .note .link > a .qui_pic {
  padding-bottom: 100%;
}
.contact-page .act-hz-box .abus-head {
  margin-bottom: 0.38rem;
}
.contact-page .act-hz-box .items {
  margin: 0 -0.1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-page .act-hz-box .items .item {
  padding: 0 0.1rem;
  width: 33.3333333333%;
  margin-bottom: 0.2rem;
}
.contact-page .act-hz-box .items .item .inner {
  width: 100%;
  padding: 0.6rem 0.3rem 0.4rem;
  background: #fff;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.contact-page .act-hz-box .items .item .ico {
  width: 0.48rem;
  margin-bottom: 0.26rem;
}
.contact-page .act-hz-box .items .item .ico > .qui_pic {
  padding-bottom: 100%;
}
.contact-page .act-hz-box .items .item .ico > .qui_pic > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-page .act-hz-box .items .item .tit {
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
}
.contact-page .act-hz-box .items .item .desc {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.36rem;
}
.contact-page .act-form-box {
  position: relative;
}
.contact-page .act-form-box .abus-head {
  margin-bottom: 0.38rem;
}
.contact-page .act-sub-box {
  position: relative;
}
.contact-page .act-sub-box .abus-head {
  margin-bottom: 0.38rem;
}
.contact-page .act-sub-box .items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -0.1rem;
}
.contact-page .act-sub-box .items .item {
  width: 33.333333333%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.contact-page .act-sub-box .items .item .inner {
  width: 100%;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.08rem;
  height: 100%;
}
.contact-page .act-sub-box .items .item .tit {
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
}
.contact-page .act-sub-box .items .item .desc {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.36rem;
}

@media screen and (max-width: 768px) {
  .contact-page .act-hz-box .items {
    align-items: stretch;
  }
  .contact-page .act-hz-box .items .item .inner {
    padding: 0.4rem 0.2rem 0.2rem;
    height: 100%;
  }
}
.plan-page .plan-ry-box {
  position: relative;
  display: flex;
  align-items: stretch;
}
.plan-page .plan-ry-box .lef {
  width: 50%;
  padding-right: 0.2rem;
  display: flex;
  flex-direction: column;
}
.plan-page .plan-ry-box .lef > .tit {
  font-size: 0.36rem;
  color: #222222;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.plan-page .plan-ry-box .lef > .desc {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.plan-page .plan-ry-box .lef > .cont {
  margin-top: auto;
}
.plan-page .plan-ry-box .lef > .cont .tit {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: var(--colDf);
  line-height: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid var(--colTM);
}
.plan-page .plan-ry-box .lef > .cont .tit > .ico {
  width: 0.25rem;
  margin-right: 0.12rem;
}
.plan-page .plan-ry-box .lef > .cont .tit > .ico .qui_pic {
  padding-bottom: 100%;
}
.plan-page .plan-ry-box .lef > .cont ul li {
  font-size: 0.18rem;
  color: var(--colDf);
  line-height: 0.54rem;
  border-bottom: 1px solid var(--colTM);
}
.plan-page .plan-ry-box .rig {
  width: 50%;
  height: 100%;
}
.plan-page .plan-ry-box .rig .gimg {
  width: 100%;
  max-width: 7.1rem;
}
.plan-page .plan-ry-box .rig .gimg .qui_pic {
  padding-bottom: 66.478873%;
  border-radius: 0.08rem;
}
.plan-page .plan-lh-box {
  position: relative;
}
.plan-page .plan-lh-box .abus-head {
  margin-bottom: 0.38rem;
}
.plan-page .plan-lh-box .abus-head .lef .tit,
.plan-page .plan-lh-box .abus-head .lef .desc {
  color: #fff;
}
.plan-page .plan-lh-box .abus-head .rig {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 7.28rem;
  z-index: 0;
  top: -1.25rem;
  right: 0rem;
}
.plan-page .plan-lh-box .items {
  display: flex;
  margin: 0 -0.1rem;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: stretch;
}
.plan-page .plan-lh-box .items .item {
  width: 33.3333333333%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  z-index: 2;
}
.plan-page .plan-lh-box .items .item .inner {
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.plan-page .plan-lh-box .items .item .cov {
  width: 100%;
}
.plan-page .plan-lh-box .items .item .cov .qui_pic {
  padding-bottom: 74.03433476%;
}
.plan-page .plan-lh-box .items .item .cont {
  flex: 1;
  padding: 0.24rem 0.3rem;
  background: #fff;
}
.plan-page .plan-lh-box .items .item .tit {
  margin-bottom: 0.04rem;
  font-size: 0.24rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
}
.plan-page .plan-lh-box .items .item .desc {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.36rem;
}
.plan-page .plan-zj-box {
  position: relative;
}
.plan-page .plan-zj-box .abus-head {
  margin-bottom: 0.38rem;
}
.plan-page .plan-zj-box .items {
  display: flex;
  margin: 0 -0.1rem;
  overflow: hidden;
  align-items: stretch;
  flex-wrap: wrap;
}
.plan-page .plan-zj-box .items .item {
  width: 33.3333333333%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.plan-page .plan-zj-box .items .item .inner {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fdf8f3 0%, #fce8d6 100%);
  padding: 0.8rem 0.15rem 0.3rem 0.3rem;
}
.plan-page .plan-zj-box .items .item .ico {
  width: 0.64rem;
}
.plan-page .plan-zj-box .items .item .ico .qui_pic {
  padding-bottom: 100%;
}
.plan-page .plan-zj-box .items .item .tit {
  margin-top: 0.96rem;
  margin-bottom: 0.04rem;
  font-size: 0.24rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
}
.plan-page .plan-zj-box .items .item .desc {
  font-size: 0.16rem;
  color: var(--colDf);
  line-height: 0.36rem;
}
.plan-page .plan-hz-box {
  position: relative;
}
.plan-page .plan-hz-box .abus-head {
  margin-bottom: 0.38rem;
}
.plan-page .plan-hz-box .abus-head .lef .tit,
.plan-page .plan-hz-box .abus-head .lef .desc {
  color: #fff;
}
.plan-page .plan-hz-box .abus-head .rig {
  color: rgba(255, 255, 255, 0.6);
}
.plan-page .plan-hz-box .plann-hz-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.plan-page .plan-hz-box .plann-hz-body .lef,
.plan-page .plan-hz-box .plann-hz-body .rig {
  width: calc(50% - 0.1rem);
  background: #fff;
  border-radius: 0.08rem;
}
.plan-page .plan-hz-box .plann-hz-body .lef > .tit,
.plan-page .plan-hz-box .plann-hz-body .rig > .tit {
  font-size: 0.24rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
  margin-top: 0.42rem;
  text-align: center;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item {
  width: 100%;
  padding: 0.44rem;
  width: 100%;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item:last-child,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item:last-child {
  border-bottom: none;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item .ico,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .ico {
  width: 0.6rem;
  margin-right: 0.2rem;
  padding: 0.1rem;
  background: var(--colDf);
  border-radius: 0.1rem;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item .ico .qui_pic,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .ico .qui_pic {
  padding-bottom: 100%;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item .ico .qui_pic > img,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .ico .qui_pic > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item .tit,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .tit {
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.plan-page .plan-hz-box .plann-hz-body .lef .items .item .desc,
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
}
.plan-page .plan-hz-box .plann-hz-body .rig > .tit {
  margin-bottom: 0.36rem;
}
.plan-page .plan-hz-box .plann-hz-body .rig .items {
  display: flex;
  flex-wrap: wrap;
}
.plan-page .plan-hz-box .plann-hz-body .rig .items .item {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 0.24rem;
}
.plan-page .plan-hz-box .plann-hz-body .rig .items .item:nth-child(n+1) {
  border-right: 1px solid #eee;
}
.plan-page .plan-hz-box .plann-hz-body .rig .items .item:nth-child(3), .plan-page .plan-hz-box .plann-hz-body .rig .items .item:nth-child(4) {
  border-bottom: none;
}
.plan-page .plan-hz-box .plann-hz-body .rig .items .item .ico {
  margin-right: 0;
  margin-bottom: 0.12rem;
}
.plan-page .plan-hz-box--bg {
  width: 100%;
  height: 5.6rem;
  background: var(--bgDf);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.plan-page .plan-al-box {
  position: relative;
}
.plan-page .plan-al-box .head {
  margin-bottom: 0.6rem;
}
.plan-page .plan-al-box .head .tit {
  text-align: center;
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.36rem;
  font-weight: bold;
}
.plan-page .plan-al-box .foot {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-page .plan-al-box .foot .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.3rem;
  font-size: 0.16rem;
  border-radius: 0.4rem;
  border: 1px solid var(--colDf);
  line-height: 0.24rem;
  color: var(--colDf);
}
.plan-page .plan-al-box .foot .btn > img {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.08rem;
}
.plan-page .plan-al-box .foot .btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .plan-page .plan-ry-box .lef {
    width: 60%;
  }
  .plan-page .plan-ry-box .lef > .tit {
    font-size: 0.32rem;
  }
  .plan-page .plan-ry-box .lef > .desc {
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .plan-page .plan-ry-box .lef > .cont ul li {
    line-height: 0.32rem;
    font-size: 0.16rem;
  }
  .plan-page .plan-ry-box .rig {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .plan-page .plan-ry-box .lef {
    width: 50%;
  }
  .plan-page .plan-ry-box .rig {
    width: 50%;
  }
  .plan-page .plan-zj-box .items .item .inner {
    padding: 0.3rem 0.15rem;
  }
  .plan-page .plan-zj-box .items .item .tit {
    margin-top: 0.4rem;
  }
  .plan-page .plan-hz-box .plann-hz-body {
    flex-wrap: wrap;
  }
  .plan-page .plan-hz-box .plann-hz-body .lef {
    margin-bottom: 0.3rem;
  }
  .plan-page .plan-hz-box .plann-hz-body .lef, .plan-page .plan-hz-box .plann-hz-body .rig {
    width: 100%;
  }

  .plan-page .plan-lh-box .items .item{
    width: 100%;
  }
  .plan-page .plan-hz-box--bg{z-index: -111;}
}
.home-page .home-banner {
  position: relative;
}
.home-page .home-banner:hover .swiper-button-prev,
.home-page .home-banner:hover .swiper-button-next {
  display: flex;
}
.home-page .home-banner .swiper-slide {
  position: relative;
}
.home-page .home-banner .swiper-button-prev,
.home-page .home-banner .swiper-button-next {
  display: none;
  color: #222;
  background: #fff;
  --swiper-navigation-size: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.home-page .home-banner .swiper-button-prev:hover,
.home-page .home-banner .swiper-button-next:hover {
  background: var(--colDf);
  color: #fff;
}
.home-page .home-banner .home-banner-swpg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-page .home-banner .swiper-horizontal > .swiper-pagination-bullets,
.home-page .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.3rem;
  --swiper-pagination-bullet-height: 0.03rem;
  --swiper-pagination-color: var(--colDf);
  --swiper-pagination-bullet-inactive-color: #bfbfbf;
  display: flex;
}
.home-page .home-banner .swiper-pagination-bullet {
  border-radius: 0.3rem;
  flex: 1;
}
.home-page .home-banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.home-page .home-banner .swiper-pagination-bullet i {
  background: var(--swiper-pagination-color);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.home-page .home-banner .swiper-pagination-bullet span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--swiper-pagination-bullet-inactive-color);
  z-index: 1;
}
.home-page .home-banner .swiper-pagination-bullet-active i {
  animation: moveLine 3s;
}
@keyframes moveLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-page .home-banner .pic {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-page .home-banner .pic picture img {
  width: 100vw;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .home-banner .info {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
}
.home-page .home-banner .info .desc {
  font-size: 0.4rem;
  line-height: 0.8rem;
}
.home-page .home-banner .info .tit {
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-weight: bold;
}
.home-page .home-banner .info .tit > span {
  color: var(--colDf);
}
.home-page .home-head {
  color: #222;
}
.home-page .home-head .sub {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.home-page .home-head .sub > img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.home-page .home-head .sub > span {
  font-size: 0.2rem;
}
.home-page .home-head .tit {
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.home-page .home-head .desc {
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.home-page .home-head .more {
  margin-top: 0.55rem;
  align-items: center;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.1rem 0.3rem;
  background: var(--colDf);
  display: inline-flex;
  color: #fff;
}
.home-page .home-head .more:hover {
  opacity: 0.6;
  cursor: pointer;
}
.home-page .home-head .more > span {
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.home-page .home-head .more > img {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.08rem;
  margin-top: 0.03rem;
}
.home-page .home-about {
  background: url("../images/hbg1.png") center center/cover no-repeat;
}
.home-page .home-about .qui_warp {
  padding: 1rem 0;
}
.home-page .home-about .top {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 3;
}
.home-page .home-about .top .lef {
  position: relative;
  width: 60.4%;
}
.home-page .home-about .top .rig {
  width: 39.6%;
}
.home-page .home-about .top .rig .tit {
  font-size: 0.2rem;
  font-weight: bold;
  color: var(--colDf);
  line-height: 0.36rem;
}
.home-page .home-about .top .rig .desc {
  font-size: 0.16rem;
  color: #222;
  line-height: 0.32rem;
}
.home-page .home-about .bottom {
  display: flex;
  align-items: stretch;
  margin-top: -1rem;
}
.home-page .home-about .bottom .lef {
  width: 62.5%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.home-page .home-about .bottom .lef .llimg {
  width: 7.7rem;
}
.home-page .home-about .bottom .lef .llimg .qui_pic {
  padding-bottom: 80.5194%;
  overflow: visible;
}
.home-page .home-about .bottom .rig {
  width: 37.5%;
  padding-top: 1rem;
}
.home-page .home-about .bottom .rig .items {
  padding-left: 1.2rem;
}
.home-page .home-about .bottom .rig .items .item {
  margin-bottom: 0.8rem;
}
.home-page .home-about .bottom .rig .items .item .num {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: var(--colDf);
  font-weight: bold;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.home-page .home-about .bottom .rig .items .item .desc {
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #222;
}
.home-page .home-about .bottom .rig .items .item:nth-child(2) {
  padding-left: 2rem;
}
.home-page .home-about .bottom .rig .items .item:last-child {
  margin-bottom: 0;
}
.home-page .home-service {
  background: url("../images/hbg2.png") center center/cover no-repeat;
}
.home-page .home-service .qui_warp {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.home-page .home-service .home-head {
  color: #fff;
}
.home-page .home-service .home-head .sub > img {
  filter: brightness(0) invert(1);
}
.home-page .home-service .top {
  position: relative;
  flex-shrink: 0;
}
.home-page .home-service .top .sublogo {
  position: absolute;
  width: 1.35rem;
  right: 0;
  top: 0;
}
.home-page .home-service .top .sublogo > .qui_pic {
  padding-bottom: 120.7407%;
  overflow: visible;
}
.home-page .home-service .bottom {
  flex: 1;
}
.home-page .home-service .bottom [data-aos=slide-up] {
  transform: translate3d(0, 150%, 0);
}
.home-page .home-service .bottom [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
.home-page .home-service .bottom .items {
  display: flex;
  margin: 0 -0.2rem;
  height: 100%;
  align-items: flex-end;
}
.home-page .home-service .bottom .items .item {
  width: 33.33333333%;
  padding: 0 0.2rem;
}
.home-page .home-service .bottom .items .item:hover {
  cursor: pointer;
}
.home-page .home-service .bottom .items .item:hover .inner {
  background: rgba(63, 127, 56, 0.5);
}
.home-page .home-service .bottom .items .item .inner {
  width: 100%;
  border: 0.02rem solid #eee;
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  background: rgba(30, 60, 28, 0.3);
  padding: 0.36rem 0.3rem;
  text-align: center;
  transition: all 0.15s linear;
}
.home-page .home-service .bottom .items .item .img {
  width: 1rem;
  margin: 0 auto;
  margin-bottom: 0.44rem;
}
.home-page .home-service .bottom .items .item .img .qui_pic {
  padding-bottom: 100%;
}
.home-page .home-service .bottom .items .item .tit {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.home-page .home-news {
  width: 100%;
}
.home-page .home-news .qui_warp {
  padding: 1rem 0;
}
.home-page .home-news .swiper-slide {
  width: 8.6rem;
}
.home-page .home-news .top {
  position: relative;
}
.home-page .home-news .top .news-pagi {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.home-page .home-news .top .news-pagi .swpgi {
  width: 100%;
  max-width: 1.8rem;
  display: flex;
  align-items: center;
  margin: 0 0.3rem;
  position: static;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet {
  border-radius: 0.03rem;
  height: 0.03rem;
  width: 0.3rem;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 0.08rem;
  background: #d9d9d9;
  transition: width 0.35s linear;
  opacity: 1;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet > i {
  background: var(--colDf);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet > span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d9d9d9;
  opacity: 1;
  z-index: 1;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet-active {
  width: 0.6rem;
}
.home-page .home-news .top .news-pagi .swpgi .swiper-pagination-bullet-active > i {
  animation: moveLine 5s;
}
.home-page .home-news .top .news-pagi .swnex,
.home-page .home-news .top .news-pagi .swprev {
  color: #222;
  background: #fff;
  --swiper-navigation-size: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  position: static;
  flex-shrink: 0;
  border-radius: 50%;
}
.home-page .home-news .top .news-pagi .swnex:hover,
.home-page .home-news .top .news-pagi .swprev:hover {
  background: var(--colDf);
  color: #fff;
}
.home-page .home-news .bottom .qui_warp {
  padding: 0;
}
.home-page .home-news .bottom .swiper {
  overflow: visible;
}
.home-page .home-news .bottom .item {
  display: block;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.home-page .home-news .bottom .item .cov {
  width: 100%;
}
.home-page .home-news .bottom .item .cov .qui_pic {
  padding-bottom: 55.813953%;
}
.home-page .home-news .bottom .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0.3rem;
  height: 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-page .home-news .bottom .item .tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.home-page .home-news .bottom .item .desc {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

@keyframes moveLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1024px) {
  .home-page .fp-tableCell,
.home-page .fp-section,
.home-page .home-banner .pic picture img {
    height: auto !important;
  }
  .home-page .section .qui_warp {
    padding: 0.6rem 0;
  }
  .fp-enabled body, html.fp-enabled {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .home-page .section .qui_warp {
    padding: 0.3rem 0;
  }
  .home-page .home-banner .swiper-button-prev, .home-page .home-banner .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .home-page .home-about .bottom {
    margin-top: -0.5rem;
  }
  .home-page .home-about .bottom .lef {
    width: 55%;
  }
  .home-page .home-about .bottom .rig {
    width: 45%;
  }
  .home-page .home-about .bottom .lef .llimg {
    width: 6rem;
    margin-top: auto;
    margin-bottom: 0.3rem;
  }
  .home-page .home-about .bottom .rig .items {
    padding-left: 0.6rem;
  }
  .home-page .home-about .bottom .rig .items .item {
    margin-bottom: 0.6rem;
  }
  .home-page .home-about .bottom .rig .items .item:last-child {
    margin-bottom: 0;
  }
  .home-page .home-about .bottom .rig .items .item:nth-child(2) {
    padding-left: 1rem;
  }
  .home-page .home-service .bottom {
    margin-top: 0.4rem;
  }
  .home-page .home-service .bottom .items .item .img {
    width: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .home-page .home-news .bottom {
    margin-top: 0;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-news .top .news-pagi .swpgi {
    margin-top: 0.3rem;
  }
  .home-page .home-banner .info .desc {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .home-page .home-banner .info .tit {
    font-size: 0.35rem;
    line-height: 0.4rem;
    font-weight: bold;
  }
  .home-page .home-news .swiper-slide {
    width: 100%;
  }
  .home-page .home-news .bottom .swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .home-page .home-about .bottom .rig .items .item .num {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
}
@media screen and (min-height: 960px) and (min-width: 1024px) {
  .home-page .home-about .qui_warp,
.home-page .home-service .qui_warp,
.home-page .home-news .qui_warp {
    padding: 1.5rem 0 1rem;
  }
}
.search-page .quiinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-page .quiinfo .quien {
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.7rem;
  margin-bottom: 0.4rem;
  margin-top: 0;
}
.search-page .quiinfo .quicn {
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page .quiinfo .quicn .quissbox {
  max-width: 8rem;
}
.search-page .quiinfo .quicn .quissbox .qui-text {
  width: 100%;
  height: 0.5rem;
  line-height: 1;
  background: #F3F3F3;
  border-radius: 0.5rem;
  margin: 0 auto;
  padding: 0 0.3rem 0 0.54rem;
  color: #222;
  font-size: 0.18rem;
  font-weight: normal;
}
.search-page .quiinfo .quicn .quissbox .qui-text::-moz-placeholder {
  color: #999;
}
.search-page .quiinfo .quicn .quissbox .qui-text::placeholder {
  color: #999;
}

/*搜索样式*/
.qui-search-result .quihead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #dfdfdf;
}

.qui-search-result .quidivtop {
  display: flex;
  align-items: center;
  margin-bottom: 0.23rem;
}

.quissbox {
  width: 100%;
  max-width: 6rem;
  flex-shrink: 0;
  position: relative;
}

.qui-search-result .quidivtop .quitxt {
  flex: 1;
  font-size: 0.18rem;
  color: #222;
  line-height: 0.36rem;
}

.quissbox .qui-text {
  padding: 0 0.8rem 0 0.3rem;
  background: #f5f5f5;
  border: 0;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-size: 0.18rem;
  display: block;
  width: 100%;
}

.quissbox .quibtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  background: url("../images/ico_searcha.svg") center no-repeat;
  background-size: auto 0.18rem;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.qui-search-result .quitabtt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.qui-search-result .quitabtt .quia {
  padding-bottom: 0.28rem;
  border-bottom: 0.02rem solid transparent;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-right: 0.5rem;
}
.qui-search-result .quitabtt .quia:last-child {
  margin-right: 0;
}

.qui-search-result .quitabtt .quia.on {
  color: var(--colDf);
  border-color: var(--colDf);
}

@media (max-width: 1024px) {
  .quissbox {
    max-width: 4.6rem;
  }
  .qui-search-result .quitabtt {
    justify-content: center;
  }
  .qui-search-result .quitabtt .quia {
    margin: 0 0.15rem;
  }
}
@media (max-width: 640px) {
  .qui-search-result .quidivtop {
    flex-direction: column;
  }
  .qui-search-result .quidivtop .quitxt {
    font-size: 0.18rem;
  }
}