main {
  background: #f1f4fa;
}
main .banner {
  position: relative;
  width: 100%;
  height: 8rem;
  background-image: url("/resource/newFoxit/img/office/banner.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
main .banner .content {
  margin: 1.9rem auto 0 19%;
  text-align: left;
}
main .banner .content h1 {
  font-weight: 400;
  font-size: 0.48rem;
  color: #111111;
  line-height: 0.61rem;
}
main .banner .content h3 {
  font-weight: 400;
  font-size: 0.24rem;
  color: #111111;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
main .banner .content p {
  width: 4.67rem;
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
main .banner .content .btn {
  width: 2rem;
  height: 0.6rem;
  background: #3350ff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  text-align: center;
  line-height: 0.6rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  cursor: pointer;
  margin-top: 0.9rem;
}
main .banner .content .btn:hover {
  background: #5c73ff;
}
main .tool {
  text-align: center;
  padding-top: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .tool h2 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  line-height: 1;
}
main .tool .flexBox {
  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.8rem;
}
main .tool .flexBox .item {
  width: 2.7rem;
  height: 2.7rem;
  background: #ffffff;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  padding: 0.4rem 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-right: 0.4rem;
}
main .tool .flexBox .item:last-child {
  margin-right: 0;
}
main .tool .flexBox .item img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
}
main .tool .flexBox .item h3 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.3rem;
}
main .tool .flexBox .item p {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.24rem;
  margin-top: 0.12rem;
}
main .function {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.8rem;
  padding-bottom: 1.34rem;
}
main .function h2 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  line-height: 1;
}
main .function .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.4rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  margin: 0.3rem auto 0 auto;
  padding: 0 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .function .tab .item {
  width: 1.4rem;
  height: 0.44rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  line-height: 0.44rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  cursor: pointer;
}
main .function .tab .item.active, main .function .tab .item:hover {
  color: #ffffff;
  background: #2c3441;
}
main .function .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.65rem;
}
main .function .swiper .swiper-item {
  padding-top: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .function .swiper .swiper-item h5 {
  font-size: 0.2rem;
  color: #333333;
  line-height: 1;
}
main .function .swiper .swiper-item img {
  width: 11rem;
  height: 4.4rem;
  margin-top: 0.4rem;
}
main .function .swiper .swiper-pagination.ignore .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
main .function .swiper .swiper-pagination.ignore .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cbd4e5;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialogContent {
  width: 3.4rem;
  height: 3.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1001;
}
.dialog .dialogContent p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.58rem;
}
.dialog .dialogContent .qrcode {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.3rem auto 0;
}
.dialog .dialogContent .close {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  cursor: pointer;
  z-index: 1002;
}

.sidebar {
  width: 0.4rem;
  height: 0.4rem;
  position: fixed;
  right: 0.3rem;
  bottom: 2.3rem;
  z-index: 100;
  font-size: 0;
}
.sidebar > img {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sidebar:hover .sidebarContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .sidebarContent {
  width: 1.5rem;
  height: 1.72rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.06rem 0.01rem rgba(115, 117, 139, 0.15);
          box-shadow: 0 0 0.06rem 0.01rem rgba(115, 117, 139, 0.15);
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  position: absolute;
  left: -1.62rem;
  top: -0.2rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.sidebar .sidebarContent img {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
}
.sidebar .sidebarContent p {
  font-weight: 400;
  font-size: 0.12rem;
  color: #1b2337;
  margin-top: 0.14rem;
  text-align: center;
}

.none {
  display: none !important;
}

.footer {
  width: 100% !important;
}

body.ignore {
  min-width: 1200px;
}