@charset "UTF-8";
body {
  min-width: 10rem;
  max-width: 24.96rem;
}

.banner {
  height: 8.48rem;
  overflow: hidden;
  position: relative;
}
.banner .banner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.48rem;
}
.banner .banner_item .banner_title {
  margin-top: 2.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .banner_item .banner_title .item_logo {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.banner .banner_item .banner_title h2 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #212121;
  margin: 0 0 0;
}
.banner .banner_item .banner_title i {
  display: block;
  width: 0.6rem;
  height: 0.24rem;
  background: url("/resource/newFoxit/img/index/editPersonalIcon.svg") no-repeat;
  background-size: cover;
  position: relative;
  top: -0.28rem;
  right: 0.1rem;
}
.banner .banner_item h3 {
  font-weight: 400;
  font-size: 0.44rem;
  color: #212121;
  line-height: 0.6rem;
  margin-top: 0.51rem;
}
.banner .banner_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.14rem 0 0.78rem;
}
.banner .banner_item ul li {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  margin: 0 0.2rem 0 0;
  position: relative;
}
.banner .banner_item ul li a {
  font-size: 0.16rem;
  color: #333333;
}
.banner .banner_item ul li a:hover {
  text-decoration: underline;
}
.banner .banner_item ul li:first-child::after {
  content: "";
  display: none;
}
.banner .banner_item ul li:last-child {
  margin-right: 0;
}
.banner .banner_item ul li:nth-of-type(8)::after {
  content: "";
  display: none;
}
.banner .banner_item .download {
  width: 1.9rem;
  height: 0.6rem;
  background: #6e41e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.banner .banner_item .download:hover {
  background: #8a60ff;
}
.banner .banner_item .download:hover::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.banner .banner_item .download:hover .download_title i {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.banner .banner_item .download:hover .banner_btn_drop_wrap {
  display: block;
}
.banner .banner_item .download .download_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .banner_item .download .download_title i {
  margin-left: 0.08rem;
  display: block;
  width: 0.1rem;
  height: 0.05rem;
  background-size: cover;
  background: url("/resource/newFoxit/img/index/turn_down.svg") no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
}
.banner .banner_item .download span {
  position: relative;
  z-index: 2;
}
.banner .banner_item .download .banner_btn_drop_wrap {
  width: 1.9rem;
  height: 1.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.06rem 0.16rem 0.01rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.06rem 0.16rem 0.01rem rgba(0, 0, 0, 0.05);
  border-radius: 0.16rem;
  opacity: 0.9;
  padding: 0.1rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: none;
}
.banner .banner_item .download .banner_btn_drop_wrap div {
  width: 1.7rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #212121;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.14rem;
  cursor: pointer;
}
.banner .banner_item .download .banner_btn_drop_wrap div img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.banner .banner_item .download .banner_btn_drop_wrap div:hover {
  background: #f5f5f5;
  border-radius: 0.08rem;
}
.banner .banner_item.reader {
  background: url("/resource/newFoxit/img/index/bannerPDFReader.png");
  background-size: cover;
  background-position: center;
}
.banner .banner_item.reader .download {
  background: #f6891d;
}
.banner .banner_item.reader .download:hover {
  background: #ffaf60;
}
.banner .banner_item.edit {
  background: url("/resource/newFoxit/img/index/bannerPDFEdit.png");
  background-size: cover;
  background-position: center;
}
.banner .swiper-banner-thumbs {
  position: absolute;
  bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 0.72rem;
  width: 580px;
  height: 72px;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(px);
          backdrop-filter: blur(px);
  left: 50%;
  margin-left: -2.9rem;
}
.banner .swiper-banner-thumbs .swiper-pagination-bullet {
  width: 2.78rem;
  height: 0.56rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  position: relative;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  font-weight: 400;
  font-size: 0.16rem;
  color: #424242;
  line-height: 0.56rem;
  text-align: center;
}
.banner .swiper-banner-thumbs .swiper-pagination-bullet:nth-of-type(1)::after {
  content: "福昕PDF编辑器";
  width: 100%;
  height: 100%;
}
.banner .swiper-banner-thumbs .swiper-pagination-bullet:nth-of-type(2)::after {
  content: "福昕PDF阅读器";
  width: 100%;
  height: 100%;
}
.banner .swiper-banner-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 0.9;
  font-weight: bold;
  font-size: 0.16rem;
  color: #212121;
}
.banner:hover .swiper-button .swiper-button-next,
.banner:hover .swiper-button .swiper-button-prev {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
  transition: opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
}
.banner .swiper-button div {
  top: 50%;
  margin-top: -0.36rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.banner .swiper-button .swiper-button-next {
  background-image: url("/resource/newFoxit/img/index/bannerTurnRight.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0.4rem;
}
.banner .swiper-button .swiper-button-prev {
  background-image: url("/resource/newFoxit/img/index/bannerTurnLeft.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0.4rem;
}
.banner .swiper-button .swiper-button-next,
.banner .swiper-button .swiper-button-prev {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
  transition: opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s ease-in;
}

.desktop_products {
  background: #eeeeee;
  padding-bottom: 1rem;
  position: relative;
}
.desktop_products .desktop_products_type {
  padding-top: 1rem;
  max-width: 14.2rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.desktop_products .desktop_products_type li {
  position: relative;
  width: 2.48rem;
  text-align: center;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
.desktop_products .desktop_products_type li img {
  width: 0.48rem;
  height: 0.48rem;
}
.desktop_products .desktop_products_type li span {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-left: 0.1rem;
  display: block;
}
.desktop_products .desktop_products_type li.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.06rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff7321), to(#ff8000));
  background: -o-linear-gradient(left, #ff7321 0%, #ff8000 100%);
  background: linear-gradient(90deg, #ff7321 0%, #ff8000 100%);
  border-radius: 0.04rem;
}
.desktop_products .desktop_products_swiper {
  max-width: 14.2rem;
  height: 6.4rem;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0.24rem;
}
.desktop_products .desktop_products_item {
  width: 100%;
  padding: 0.61rem 0.6rem 0 0.6rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0.24rem;
  border-radius: 24px;
  border: 0.02rem solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop_products .desktop_products_item .item_message {
  position: relative;
}
.desktop_products .desktop_products_item .item_message .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}
.desktop_products .desktop_products_item .item_message .title img {
  margin-right: 0.16rem;
  width: 0.48rem;
  height: 0.48rem;
}
.desktop_products .desktop_products_item .item_message .title a {
  font-weight: bold;
  font-size: 0.2rem;
  color: #212121;
  display: block;
}
.desktop_products .desktop_products_item .item_message .title a:hover {
  text-decoration: underline;
}
.desktop_products .desktop_products_item .item_message ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #424242;
  margin-bottom: 0.3rem;
}
.desktop_products .desktop_products_item .item_message ul li span {
  width: 3.04rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  display: block;
}
.desktop_products .desktop_products_item .item_message ul li img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.2rem;
}
.desktop_products .desktop_products_item .item_message .btn_box {
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
}
.desktop_products .desktop_products_item .item_message .btn_box .item_button {
  width: 1.6rem;
  height: 0.53rem;
  border-radius: 0.4rem;
  border: 0.02rem solid #212121;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}
.desktop_products .desktop_products_item .item_message .btn_box .item_button span {
  font-weight: bold;
  font-size: 0.16rem;
  color: #ffffff;
  display: block;
}
.desktop_products .desktop_products_item .item_message .btn_box .item_button i.download_img {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
}
.desktop_products .desktop_products_item .item_message .btn_box .item_button i.download_img.window_img {
  margin-right: 0.1rem;
  background: url("/resource/newFoxit/img/index/window.svg") no-repeat !important;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.free_button {
  background: #ff7321;
  border-color: #ff7321;
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.free_button:hover {
  background: #d95000;
  border-color: #d95000;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.app_down {
  border-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.app_down span {
  color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.app_down:hover {
  background-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_reader .item_message .btn_box .item_button.app_down:hover span {
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.free_button {
  background: #a236b2;
  border-color: #a236b2;
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.free_button:hover {
  background: #9432ac;
  border-color: #9432ac;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.app_down {
  border-color: #a236b2;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.app_down span {
  color: #a236b2;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.app_down:hover {
  background-color: #a236b2;
}
.desktop_products .desktop_products_item.pdf_high_edit .item_message .btn_box .item_button.app_down:hover span {
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.free_button {
  background: #ff761a;
  border-color: #ff761a;
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.free_button:hover {
  background: #d95000;
  border-color: #d95000;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down {
  border-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down span {
  color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down:hover {
  background-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down:hover span {
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.free_button {
  background: #ff761a;
  border-color: #ff761a;
  color: #ffffff;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.free_button:hover {
  background: #d95000;
  border-color: #d95000;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down {
  border-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down span {
  color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down:hover {
  background-color: #ff7321;
}
.desktop_products .desktop_products_item.pdf_to_word .item_message .btn_box .item_button.app_down:hover span {
  color: #ffffff;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.free_button {
  background: #2c7df1;
  border-color: #2c7df1;
  color: #ffffff;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.free_button:hover {
  background: #013abc;
  border-color: #013abc;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.app_down {
  border-color: #2c7df1;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.app_down span {
  color: #2c7df1;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.app_down:hover {
  background-color: #2c7df1;
}
.desktop_products .desktop_products_item.fuxin_translate .item_message .btn_box .item_button.app_down:hover span {
  color: #ffffff;
}
.desktop_products .desktop_products_item.fuxin_scan .item_message .btn_box .item_button.free_button {
  background: #f33f4e;
  border-color: #f33f4e;
  color: #ffffff;
}
.desktop_products .desktop_products_item.fuxin_scan .item_message .btn_box .item_button.free_button:hover {
  background: #df2635;
  border-color: #df2635;
}
.desktop_products .desktop_products_item .item_img {
  width: 8rem;
  height: 5.18rem;
}
.desktop_products .swiper-desktop-thumbs {
  width: 1.38rem;
  height: 0.46rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
.desktop_products .swiper-desktop-thumbs .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-right: 0.06rem;
}
.desktop_products .swiper-desktop-thumbs .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.desktop_products .swiper-desktop-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.4rem;
  background: white;
  border-radius: 0.2rem;
  position: relative;
}

.product_news {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f3f7), to(#ffffff));
  background: -o-linear-gradient(top, #f2f3f7 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f2f3f7 0%, #ffffff 100%);
  border-radius: 0 0 0 0;
  padding: 0 0 0.94rem;
}
.product_news h2 {
  font-weight: 400;
  font-size: 0.48rem;
  color: #212121;
  text-align: center;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}
.product_news .news_content {
  padding-left: 2.7rem;
  padding-right: 1.28rem;
  overflow: hidden;
  position: relative;
  padding: 0.2rem 0 0.2rem 0;
  max-width: 14.2rem;
  margin: 0 auto;
  font-size: 0;
  font-size: 0;
}
.product_news .news_content .item {
  display: inline-block;
  margin: 0 0 0.2rem 0;
}
.product_news .news_content .item:nth-of-type(4n) {
  margin-right: 0;
}
.product_news .news_content .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 3.4rem;
  padding: 0.24rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0.01rem rgba(0, 0, 0, 0.02);
          box-shadow: 0 0.1rem 0.3rem 0.01rem rgba(0, 0, 0, 0.02);
  border-radius: 0.24rem;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product_news .news_content .item a:hover {
  -webkit-transform: translateY(-0.05rem);
      -ms-transform: translateY(-0.05rem);
          transform: translateY(-0.05rem);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.04rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0.24rem;
}
.product_news .news_content .item .title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.28rem;
  width: 2.92rem;
  height: 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.product_news .news_content .item .title:hover {
  text-decoration: underline;
}
.product_news .news_content .item .img_box {
  width: 2.92rem;
  height: 1.6rem;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.product_news .news_content .item .item_time {
  margin-top: 0.16rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.24rem;
  width: 100%;
}
.product_news .scan_more {
  display: block;
  width: 1.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.01rem solid #333333;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  margin: 0 auto;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.product_news .scan_more span {
  font-weight: bold;
}
.product_news .scan_more:hover {
  background: #212121;
  border: 0.02rem solid #212121;
}
.product_news .scan_more:hover span {
  color: #ffffff;
}

@media screen and (min-width: 1400px) {
  .product_news .news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .product_news {
    width: 100%;
  }
  .product_news .news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_news .news_content .item {
    width: 33%;
  }
}
.tips_service {
  width: 2.04rem;
  height: 0.89rem;
  background: url("/resource/newFoxit/img/index/tipService.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.08rem;
  position: fixed;
  bottom: 1.8rem;
  right: 0.74rem;
  z-index: 999;
  padding: 0.22rem 0.19rem 0 0.29rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tips_service .title {
  font-weight: bold;
  font-size: 0.14rem;
  color: #424242;
  line-height: 0.16rem;
}
.tips_service .content {
  width: 1.7rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #424242;
  line-height: 0.16rem;
  text-align: left;
  margin-top: 0.06rem;
}
.tips_service i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: #212121;
  -webkit-box-shadow: 0 0.02rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.02rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background-image: url("/resource/newFoxit/img/index/tipServiceClose.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.ie_tip_service {
  width: 0.52rem;
  height: 0.52rem;
  background: url("/resource/newFoxit/img/index/ie_tips_service.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.08rem;
  position: fixed;
  bottom: 1.2rem;
  right: 0.2rem;
  z-index: 999;
}
.ie_tip_service:hover .tips {
  display: block;
}
.ie_tip_service .tips {
  width: 1.97rem;
  height: 2.74rem;
  background: url("/resource/newFoxit/img/index/ie_tips_bg.svg") no-repeat;
  position: absolute;
  left: -1.95rem;
  top: -2.05rem;
  display: none;
}
.ie_tip_service .tips::after {
  content: "";
  width: 0.3rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}
.ie_tip_service .tips .tips_content {
  width: 1.6rem;
  font-size: 0.12rem;
  padding: 0.19rem 0.18rem 0;
  position: relative;
  top: 0.12rem;
  left: 0.13rem;
  border-radius: 0.16rem;
}
.ie_tip_service .tips .tips_content .title {
  font-size: 0.14rem;
  color: #333333;
  font-weight: bold;
}
.ie_tip_service .tips .tips_content .qq {
  color: #666666;
  margin: 0.05rem 0 0.06rem;
}
.ie_tip_service .tips .tips_content .time {
  color: #666666;
}
.ie_tip_service .tips .tips_content img {
  width: 1.24rem;
  height: 1.24rem;
  margin: 0.04rem 0;
}
.ie_tip_service .tips .tips_content .h3 {
  margin-bottom: 0.1rem;
}
.ie_tip_service .tips .tips_content .h3,
.ie_tip_service .tips .tips_content .h4 {
  color: #666666;
  margin-left: 0.02rem;
  text-align: center;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  /* 使视频覆盖整个容器 */
}

/* CSS 样式 */
/* 隐藏控件 */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .desktop_products_item {
    width: 10rem !important;
  }
}
.video_img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.none {
  display: none !important;
}

.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_direction_r {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex_direction_c {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex_align_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_align_s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_align_e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.flex_justify_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_justify_b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_justify_a {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_justify_s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_justify_e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.flex_justify_f_e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_align_content_s {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text_overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .desktop_products_item,
.product_news,
.desktop_products,
.banner {
    width: 12.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .desktop_products_item,
.product_news,
.desktop_products,
.banner {
    width: 11rem !important;
  }
}