﻿/**
 * view-port list:
320x480
320x568
320x570
360x592
360x598
360x604
360x640
360x720
375x667
375x812
393x699
412x732
414x736
480x854
540x960
640x360
720x1184
720x1280
800x600
1024x768
1080x1812
1080x1920
 */
@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
.shadow {
  -webkit-box-shadow: 2px 1px 25px 2px rgba(11, 3, 6, 0.1);
  box-shadow: 2px 1px 25px 2px rgba(11, 3, 6, 0.1);
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center !important;
}
.mb-60 {
  margin-bottom: 0.6rem;
}
.mt-60 {
  margin-top: 0.6rem;
}
.mb-30 {
  margin-bottom: 0.3rem;
}
.mt-30 {
  margin-top: 0.3rem;
}
.mb-80 {
  margin-bottom: 0.8rem;
}
.mt-80 {
  margin-top: 0.8rem;
}
.ml-10 {
  margin-left: 0.1rem;
}
.mr-10 {
  margin-right: 0.1rem;
}
.center {
  margin: auto;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  background-image: -moz-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -webkit-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -ms-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  margin-top: 65px;
  transition: 0.5s;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 3px;
  color: #fff;
}
.btn:hover {
  color: #fff;
  transition: 0.5s;
  opacity: 0.8;
}
.btn-border:before {
  content: " ";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.bg-w {
  background-color: #fff;
}
.bg-g {
  background-color: #f2f1f6;
}
.font-yellow {
  color: #efb104 !important;
}
.font-green {
  color: #46da60 !important;
}
.font-blue {
  color: #0e97ff !important;
}
.font-pink {
  color: #ff4954 !important;
}
.font-cyan {
  color: #00c9b8 !important;
}
.font-gray {
  color: #b5b9bf !important;
}
body {
  padding-top: 1.2rem;
  background-color: #f2f1f6;
}
.page-index.setscroll {
  /* overflow: hidden; */
  position: fixed;
  width: 100%;
}
.wrap {
  width: 100%;
}
.inner {
  max-width: 100%;
  margin: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
/** header **/
.header {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 0;
  height: 1.2rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.header .logo {
  width: 3.1rem;
  float: left;
  padding-left: 0.2rem;
}
.header .logo .icon {
  width: 0.8rem;
  margin-right: 0.2rem;
}
.header .logo .text {
  width: 2rem;
}
.header .menu {
  float: right;
  height: 100%;
  position: relative;
}
.header .menu .iconfont {
  font-size: 40px;
  top: 8px;
  position: absolute;
  right: 15px;
}
.header .menu .list {
  background: #fff;
  width: 100%;
  display: none;
  position: fixed;
  overflow: hidden;
  top: 1.2rem;
  right: 0;
  border-top: 1px solid #f8f8f8;
  z-index: 500;
  bottom: 0.8rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header .menu .list.hover {
  display: block;
}
.header .menu li > a {
  display: inline-block;
  color: #666666;
  font-size: 0.28rem;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.24rem;
  transition: 0.6s;
  border-radius: 0px;
}
.header .menu li {
  width: 100%;
}
.header .menu li i {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.header .menu li .icon-arrowbottom {
  display: none;
}
.header .menu li .sub-menu {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05) inset;
}
.header .menu li .sub-menu h4.title {
  display: none;
}
.header .menu li.hover .sub-menu {
  animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  display: block;
}
.header .menu > ul > li.item {
  line-height: initial;
  height: initial;
}
.header .menu .plan:before,
.header .menu .plan:after {
  content: "";
  display: table;
}
.header .menu .plan:after {
  clear: both;
  overflow: hidden;
}
.header .menu .plan {
  zoom: 1;
}
.header .menu h4.title {
  font-weight: normal;
  color: #999;
  padding: 0.2rem 0;
  text-indent: 0.3rem;
}
.header .menu .sub-menu a.item {
  display: inline-block;
  width: 7.5rem;
  height: 1rem;
  margin-top: 0.2rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.12rem;
  cursor: pointer;
}
.header .menu .sub-menu .item:hover {
  background-color: #f8f8f8;
}
.header .menu .sub-menu .item .iconfont {
  display: inline-block;
  border-radius: 0.4rem;
  color: #fff;
  width: 0.92rem;
  height: 0.92rem;
  line-height: 0.92rem;
  text-align: center;
  font-size: 0.36rem;
  float: left;
  margin-right: 0.3rem;
}
.header .menu .sub-menu .item.kefu .iconfont {
  background-image: -moz-linear-gradient(-35deg, #f29783 0%, #f28e71 3%, #f2845e 11%, #f56016 100%);
  background-image: -webkit-linear-gradient(-35deg, #f29783 0%, #f28e71 3%, #f2845e 11%, #f56016 100%);
  background-image: -ms-linear-gradient(-35deg, #f29783 0%, #f28e71 3%, #f2845e 11%, #f56016 100%);
}
.header .menu .sub-menu .item.dianpu .iconfont,
.header .menu .sub-menu .item.yuyue .iconfont {
  background-image: -moz-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
  background-image: -webkit-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
  background-image: -ms-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
}
.header .menu .sub-menu .item.shancgheng .iconfont {
  background-image: -moz-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
  background-image: -webkit-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
  background-image: -ms-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
}
.header .menu .sub-menu .item.zhanshi .iconfont {
  background-image: -moz-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
  background-image: -webkit-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
  background-image: -ms-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
}
.header .menu .sub-menu .item.fenxiao .iconfont {
  background-image: -moz-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
  background-image: -webkit-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
  background-image: -ms-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
}
.header .menu .sub-menu .item.pifa .iconfont {
  background-image: -moz-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
  background-image: -webkit-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
  background-image: -ms-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
}
.header .menu .sub-menu .item.tuangou .iconfont {
  background-image: -moz-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -webkit-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -ms-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
}
.header .menu .sub-menu .item.tuoguan .iconfont {
  background-image: -moz-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -webkit-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -ms-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
}
.header .menu .sub-menu .item b {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.52rem;
}
.header .menu .sub-menu .item p {
  display: block;
  color: #999;
}
.header .login {
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  font-size: 0.28rem;
  background-color: #f4f4f4;
  font-size: 0.24rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  margin-left: 0px;
}
.header .login.hover {
  display: block;
}
.header .login a {
  display: inline-block;
  width: 50%;
  height: 0.8rem;
  float: left;
  text-align: center;
  border-radius: 0px;
}
.header .login a.signin {
  color: #fff;
  background-color: #2b7bff;
  width: 50%;
}
.header .login a.signup {
  color: #999;
}
/* slider */
.slider-sub .inner {
  padding: 0.2rem;
  text-align: center;
  padding-bottom: 0.6rem;
}
.slider-sub h3 {
  color: #fff;
  font-size: 28px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.slider-sub p.line {
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  opacity: 0.7;
}
.slider-sub p.tel {
  margin-top: 5px;
  color: #fff;
  opacity: 0.7;
}
/* slider */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .item {
  background-size: cover;
  background-position: center;
  width: 7.5rem !important;
}
.slider .item .text {
  text-align: center;
  width: 100%;
  float: none;
}
.slider .item .text h3.title {
  margin-top: 0.8rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: lighter;
  position: relative;
  margin-bottom: 25px;
}
.slider .item .text h3.title .icon {
  font-size: 0.12rem;
  line-height: 0.12rem;
  font-style: initial;
  letter-spacing: 0.02rem;
  background-image: -moz-linear-gradient(0deg, #5dc8ff 0%, #3e8eff 100%);
  background-image: -webkit-linear-gradient(0deg, #5dc8ff 0%, #3e8eff 100%);
  background-image: -ms-linear-gradient(0deg, #5dc8ff 0%, #3e8eff 100%);
  padding: 0.05rem 0.08rem;
  border-radius: 0.3rem;
  font-weight: 200;
  position: absolute;
  /* right: -.6rem; */
  top: 0.1rem;
}
.slider .item .text p.line {
  line-height: 0.3rem;
  font-size: 0.28rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.2rem;
  color: #fff;
  font-weight: lighter;
}
.slider .item .info {
  padding: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.04rem;
  margin-top: 0.4rem;
  font-weight: 400;
}
.slider .item .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.5rem;
  margin: auto;
  text-align: center;
}
.slider .item .pic img {
  height: 110%;
  margin-top: -5%;
}
.slider .item a.btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.34rem;
  font-weight: 400;
  border-radius: 0.5rem;
  margin: auto;
  width: 3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: -moz-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -webkit-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -ms-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  margin-top: 0.45rem;
  transition: 0.5s;
  letter-spacing: 0.03rem;
  color: #fff;
}
.slider .item a.btn:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.slider .item a.btn:before {
  content: " ";
  display: block;
  position: absolute;
  left: -0.05rem;
  right: -0.05rem;
  top: -0.05rem;
  bottom: -0.05rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  border: 0.05rem solid rgba(0, 0, 0, 0.1);
}
.slider .item p.tel {
  color: #fff;
  letter-spacing: 0.04rem;
  margin-top: 0.4rem;
  font-size: 16px;
  font-weight: 400;
}
.slider .pagination {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 15px;
}
.slider .pagination .pagination-inner {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 2px;
  border-radius: 50px;
  display: inline-block;
  transform: translateX(-50%);
}
.slider .pagination .pagination-inner .swiper-pagination-bullet {
  margin: 0 5px;
  width: 20px;
  height: 6px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
}
.slider .pagination .pagination-inner .swiper-pagination-bullet-active {
  background-color: #2780FF;
}
.page-index .slider {
  height: 9.6rem;
}
.page-index .news {
  position: relative;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.page-index .news .inner {
  display: flex;
  padding: 0 0.2rem;
}
.page-index .news .icon-xiaoxi {
  display: none;
  width: 0.6rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
  color: #bbb;
}
.page-index .news .list {
  width: 13.3rem;
  height: 1rem;
  position: relative;
  margin-left: 0;
}
.page-index .news .list .item {
  line-height: 50px;
  width: 5.5rem;
  float: left;
}
.page-index .news .list .item:last-child {
  margin-right: 0;
}
.page-index .news .list .item i.iconfont {
  color: #bad6ff;
  float: left;
}
.page-index .news .list .item a {
  color: #666;
  float: left;
  height: 50px;
}
.page-index .news .list .item font {
  float: right;
  color: #bbb;
}
.page-index .news .nav {
  width: 3rem;
}
.page-index .news .nav .nav-prev {
  display: block;
  width: 50%;
  height: 22px;
  text-align: center;
  line-height: 23px;
  margin-top: 14px;
  width: 30px;
  float: left;
  cursor: pointer;
  outline: none;
}
.page-index .news .nav .nav-next {
  display: block;
  width: 50%;
  height: 22px;
  text-align: center;
  line-height: 23px;
  margin-top: 14px;
  width: 30px;
  float: right;
  cursor: pointer;
  outline: none;
}
.page-index .news .nav .iconfont {
  display: block;
  padding: initial;
  font-size: 0.26rem;
  color: #fff;
  background-color: #ddd;
  outline: none;
  transition: 0.3s;
}
.page-index .news .nav .iconfont:hover {
  background-color: #4889ff;
  transition: 0.3s;
  opacity: 0.8;
}
/* block1 */
.page-index .way-use {
  position: relative;
  z-index: -1;
  background-color: #fff;
}
.page-index .way-use .inner {
  min-height: 550px;
}
.page-index .way-use .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.page-index .way-use .pic {
  float: left;
  margin-top: 40px;
}
.page-index .way-use .con {
  float: right;
  margin-top: 10px;
}
.page-index .way-use .con h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  letter-spacing: 1px;
}
.page-index .way-use .con p {
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 1px;
}
.page-index .visual {
  background-color: #f7fcff;
  background-image: url('../../PC/images/block-2-bg.jpg');
  background-position: center;
}
.page-index .visual .inner {
  min-height: 670px;
  position: relative;
}
.page-index .visual .title {
  font-size: 30px;
  color: #08a0ff;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 55px;
}
.page-index .visual .introduce {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #50bcff;
  letter-spacing: 2px;
}
.page-index .visual .macbook {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 290px;
  z-index: 50;
}
.page-index .visual .components {
  position: absolute;
  top: 215px;
  left: 216px;
  z-index: 100;
}
.page-index .visual .set {
  position: absolute;
  top: 215px;
  right: 203px;
  z-index: 100;
}
.page-index .visual .bubble {
  position: absolute;
  top: 210px;
}
.page-index .visual .bubble .item {
  width: 145px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #08a0ff;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
.page-index .visual .bubble .item:nth-child(1) {
  margin-top: 40px;
}
.page-index .visual .bubble .item:nth-child(2) {
  margin-top: 40px;
  margin-bottom: 140px;
}
.page-index .visual .bubble .item::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #08a0ff;
  transform: rotate(45deg);
  position: absolute;
  top: 8;
  z-index: 9;
}
.page-index .visual .left-bubble {
  left: 0;
}
.page-index .visual .left-bubble .item::after {
  right: -1;
}
.page-index .visual .right-bubble {
  right: 0;
}
.page-index .visual .right-bubble .item::after {
  left: -1;
}
/* theme */
.page-index .theme {
  background-color: #f5f7fa;
}
.page-index .theme .inner h2.title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.page-index .theme .inner .item {
  width: 220px;
  height: 400px;
  margin-bottom: 40px;
  float: left;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.page-index .theme .inner .item .preview {
  width: 100%;
}
.page-index .theme .inner .item .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 123, 255, 0.95);
  text-align: center;
  transition: 0.8s;
  opacity: 0;
}
.page-index .theme .inner .item .mask:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.page-index .theme .inner .item .mask img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 60%;
  border-radius: 3px;
}
.page-index .theme .inner .item .mask p {
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 2px;
}
/* marketing */
.marketing {
  background-color: #fff;
}
.marketing .inner {
  min-height: 580px;
}
.marketing .title {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
  text-align: center;
}
.marketing .introduce {
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}
.marketing .introduce i {
  font-size: 18px;
  color: #55cf65;
  vertical-align: middle;
}
.marketing .introduce span {
  margin: 0 30px;
  color: #999;
  font-size: 14px;
  vertical-align: middle;
}
.marketing .con img {
  display: block;
  margin: auto;
}
/* industry */
.industry h2.title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 32px;
  font-weight: lighter;
  color: #666;
  letter-spacing: 2px;
}
.industry .con .item {
  float: left;
  text-align: center;
  margin-right: 60px;
  margin-bottom: 60px;
}
.industry .con .item p {
  line-height: 30px;
  letter-spacing: 1px;
  color: #666;
  margin-top: 10px;
}
.industry .con .item:nth-child(9n+0) {
  margin-right: 0;
}
.create-shop {
  background-image: url('../images/create-shop.png');
}
.create-shop h2.title {
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.5rem;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 0.04rem;
}
.create-shop .inner {
  min-height: 5.6rem;
}
.create-shop .introduce {
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  letter-spacing: 0.04rem;
}
.create-shop a.btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 400;
  border-radius: 1rem;
  width: 2.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: -moz-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -webkit-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  background-image: -ms-linear-gradient(0deg, #22f48a 0%, #51ce62 100%);
  margin-top: 0.3rem;
  transition: 0.5s;
  margin: auto;
  margin-top: 0.6rem;
  letter-spacing: 0.06rem;
  color: #fff;
}
.create-shop a.btn:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.create-shop a.btn:before {
  content: " ";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  height: 0.8rem;
  border-radius: 0.5rem;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.crumbs {
  height: 0.5rem;
  padding: 0.4rem 0;
  line-height: 0.5rem;
}
.crumbs .inner {
  max-width: 7.1rem;
  margin: auto;
}
.crumbs a.home {
  color: #999;
}
.crumbs a {
  display: block;
  float: left;
  color: #666;
}
.crumbs a {
  color: #999;
}
.crumbs font {
  color: #333;
}
.crumbs .icon-pin {
  display: block;
  float: left;
  color: #4381fd;
  font-size: 0.28rem;
  margin-right: 0.16rem;
}
.crumbs span {
  float: left;
  color: #ddd;
}
.crumbs .icon-arrowright {
  display: block;
  float: left;
  color: #ddd;
  margin: 0 0.2rem;
  line-height: 0.5rem;
}
.sidebar {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
  width: 100%;
}
.sidebar .title {
  border-bottom: 1px solid #f8f8f8;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
}
.sidebar .title .iconfont {
  color: #4381fd;
}
.sidebar .title .name {
  font-size: 0.3rem;
  color: #333333;
}
.sidebar .list:before,
.sidebar .list:after {
  content: "";
  display: table;
}
.sidebar .list:after {
  clear: both;
  overflow: hidden;
}
.sidebar .list ul li {
  margin-bottom: 0.1rem;
  width: 33.33%;
  float: left;
  zoom: 1;
  text-align: center;
}
.sidebar .list ul li a {
  display: block;
  color: #999999;
  text-indent: 0.28rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.28rem;
  transition: 0.3s;
}
.sidebar .list ul li a:hover,
.sidebar .list ul li.active a {
  background-color: #f4f5f9;
  color: #666;
  transition: 0.3s;
}
.page-list .content {
  margin-bottom: 20px;
}
.page-list .content .inner {
  padding: 0 0.2rem;
}
.page-list .content .article-list {
  width: 100%;
  margin-top: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
  float: right;
}
.page-list .content .article-list .title {
  border-bottom: 1px solid #f8f8f8;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.2rem;
  letter-spacing: 0.04rem;
  text-align: center;
}
.page-list .content .article-list .title .name {
  font-size: 0.38rem;
  color: #666666;
}
.page-list .content .article-list .list {
  margin-bottom: 0.6rem;
}
.page-list .content .article-list .list li {
  padding: 0 0.2rem;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-list .content .article-list .list li:hover {
  background-color: #fbfcff;
}
.page-list .content .article-list .list li a {
  color: #666;
  font-size: 0.28rem;
  display: block;
}
.page-list .content .article-list .list li:hover a {
  color: #08a0ff;
}
.page-list .content .article-list .list li font {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  color: #999;
}
.page-list .content .article-list .navigation {
  float: right;
  margin-bottom: 0.6rem;
  margin-right: 0.2rem;
}
.page-list .content .article-list .navigation div {
  float: left;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  margin-right: 0.25rem;
  border-radius: 0.06rem;
  color: #bbb;
  background-color: #f2f1f6;
}
.page-list .content .article-list .navigation div:hover,
.page-list .content .article-list .navigation div.active {
  color: #fff;
  background-color: #4381fd;
  cursor: pointer;
  transition: 0.3s;
}
.page-list .content .article-list .list-img .item {
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.3rem;
}
.page-list .content .article-list .list-img .item .pic {
  width: 1.85rem;
  height: 1.6rem;
  display: inline-block;
}
.page-list .content .article-list .list-img .item img {
  width: 100%;
  height: 100%;
  object-fit: conver;
}
.page-list .content .article-list .list-img .item .info {
  float: right;
  width: 70%;
}
.page-list .content .article-list .list-img .item .info .tit {
  font-size: 0.32rem;
  color: #333;
}
.page-list .content .article-list .list-img .item .info .date {
  color: #999;
  width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.page-list .content .article-list .list-img .item .info .intro {
  color: #666;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
}
.page-list .content .article-list .list-img .item:hover {
  background-color: #fbfcff;
}
.page-list .content .article-list .list-img .item:hover a {
  color: #08a0ff !important;
}
.page-list-full .content .article-list {
  width: 100%;
}
.page-detail .content {
  margin-bottom: 0.4rem;
}
.page-detail .content .right {
  margin-top: 0.2rem;
}
.page-detail .content .article-detail {
  width: 7.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
}
.page-detail .content .article-detail .detail img {
  width: 100%;
}
.page-detail .content .article-detail .title {
  border-bottom: 1px solid #f8f8f8;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.8rem;
  letter-spacing: 0.04rem;
  text-align: center;
}
.page-detail .content .article-detail .title font {
  color: #666;
  font-size: 0.36rem;
}
.page-detail .content .article-detail .detail {
  font-size: 0.28rem;
  padding: 0.2rem 0.2rem;
  line-height: 26px;
}
.page-detail .content .article-detail .detail p {
  margin-bottom: 0.4rem;
}
.page-detail .content .article-detail .detail .info {
  height: 0.6rem;
  margin-bottom: 0.2rem;
}
.page-detail .content .article-detail .detail .info .time {
  color: #999;
  font-size: 0.24rem;
}
.page-detail .content .article-detail .detail .info .share {
  text-align: center;
  display: none;
}
.page-detail .content .article-detail .detail .info .share a {
  float: left;
  font-size: 0.24rem;
  color: #999;
}
.page-detail .content .relevant {
  margin-top: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
}
.page-detail .content .relevant .title {
  border-bottom: 1px solid #f8f8f8;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.2rem;
  letter-spacing: 0.04rem;
  font-size: 0.36rem;
}
.page-detail .content .relevant .list {
  padding: 0.3rem 0;
}
.page-detail .content .relevant .list li {
  text-indent: 0.2rem;
  line-height: 0.8rem;
}
.page-detail .content .relevant .list li a {
  font-size: 0.28rem;
}
.page-detail-full .content .article-detail {
  width: 100%;
}
.page-detail-full .content .relevant {
  width: 100%;
}
/* page-help */
.page-help .search {
  background: url('../../PC/images/help-search-bg.jpg') center;
}
.page-help .search .inner {
  width: 100%;
  height: 6rem;
}
.page-help .search .title {
  text-align: center;
  font-size: 0.6rem;
  font-weight: lighter;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  margin-bottom: 0.6rem;
  color: #fff;
  padding-top: 1rem;
}
.page-help .search-box {
  width: 6.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.08rem 0.18rem;
  border-radius: 0.6rem;
  margin: auto;
}
.page-help .search .input {
  font-size: 0.28rem;
  height: 0.92rem;
  color: #999;
  letter-spacing: 0.02rem;
  border-radius: 0.6rem;
  background: #fff;
  display: flex;
  margin-left: -0.1rem;
}
.page-help .search .input input {
  width: 100%;
  text-indent: 0.4rem;
  border-radius: 0.6rem;
  letter-spacing: 0.02rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666;
}
.page-help .search .input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.page-help .search .go {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 100%;
  line-height: 0.92rem;
  background-image: -moz-linear-gradient(0deg, #00aeff 0%, #2b7bff 100%);
  background-image: -webkit-linear-gradient(0deg, #00aeff 0%, #2b7bff 100%);
  background-image: -ms-linear-gradient(0deg, #00aeff 0%, #2b7bff 100%);
  border-radius: 0.6rem;
  color: #fff;
  position: relative;
  right: -0.1rem;
  cursor: pointer;
  text-align: center;
}
.page-help .search .keywords {
  font-size: 0.24rem;
  margin: auto;
  margin-top: 0.3rem;
  padding: 0 10px;
  width: 6.5rem;
  margin-bottom: 1rem;
}
.page-help .search .keywords a {
  margin-right: 0.15rem;
  opacity: 0.4;
  transition: 0.6s;
  color: #fff;
}
.page-help .search .keywords a:hover {
  opacity: 1;
  transition: 0.6s;
}
.page-help .hot-ask {
  background-color: #fff;
}
.page-help .hot-ask .inner {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.page-help .hot-ask .inner .title {
  font-size: 0.48rem;
  font-weight: lighter;
  letter-spacing: 0.04rem;
  color: #666;
  text-align: center;
}
.page-help .hot-ask .inner .list {
  margin-top: 0.6rem;
  padding: 0 0.35rem;
}
.page-help .hot-ask .inner .list .item {
  float: left;
  text-align: center;
  margin-right: 0.35rem;
  margin-left: 0.35rem;
  margin-bottom: 0.2rem;
}
.page-help .hot-ask .inner .list .item:last-child {
  margin-right: 0;
}
.page-help .hot-ask .inner .list .item img {
  width: 1rem;
  height: 1rem;
}
.page-help .hot-ask .inner .list .item p {
  line-height: 0.6rem;
  color: #999;
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.page-help .document .inner {
  /* padding-bottom: 60px; */
  padding-top: 0.4rem;
}
.page-help .document .item {
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
  width: 7.1rem;
  border-radius: 0.06rem;
  margin: auto;
  margin-bottom: 0.4rem;
}
.page-help .document .item h3.title {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.32rem;
  font-weight: lighter;
  color: #666;
  text-indent: 1rem;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  letter-spacing: 0.04rem;
}
.page-help .document .item h3.title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 0.06rem;
  height: 0.32rem;
  border-radius: 0.4rem;
  top: 0.46rem;
  left: 0.68rem;
}
.page-help .document .item:nth-child(1) h3.title::before {
  background: #ffc541;
}
.page-help .document .item:nth-child(2) h3.title::before {
  background: #0d9fff;
}
.page-help .document .item:nth-child(3) h3.title::before {
  background: #FF5356;
}
.page-help .document .item:nth-child(4) h3.title::before {
  background: #6A3DFD;
}
.page-help .document .item:nth-child(5) h3.title::before {
  background: #3ECB79;
}
.page-help .document .item:nth-child(6) h3.title::before {
  background: #6146F3;
}
.page-help .document .item:nth-child(7) h3.title::before {
  background: #FA8638;
}
.page-help .document .item:nth-child(8) h3.title::before {
  background: #A351E7;
}
.page-help .document .item:nth-child(9) h3.title::before {
  background: #EF451B;
}
.page-help .document .item:nth-child(10) h3.title::before {
  background: #F5631B;
}
.page-help .document .item:nth-child(11) h3.title::before {
  background: #E75151;
}
.page-help .document .item:nth-child(12) h3.title::before {
  background: #3679F9;
}
.page-help .document .item ul {
  padding: 0.2rem 0;
}
.page-help .document .item li {
  line-height: 0.8rem;
  text-indent: 0.6rem;
}
.page-help .document .item li a {
  font-size: 0.28rem;
  color: #08a0ff;
}
.page-help .document .more {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
  transition: 0.6s;
  border-top: 1px solid #F8FAFF;
}
.page-help .document .more:hover {
  color: #08a0ff;
  background-color: #F8FAFF;
  transition: 0.6s;
}
/* page-price */
.page-price .banner .inner {
  width: 7.1rem;
  height: 3rem;
  padding: 0.2rem;
}
.page-price .banner .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.page-price .edition {
  background-color: #fff;
}
.page-price .edition .inner {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.page-price .edition .item {
  width: 4.8rem;
  width: 3.45rem;
  border-radius: 0.12rem;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin: auto;
  float: left;
  margin-bottom: 0.4rem;
  margin-right: 0.2rem;
}
.page-price .edition .item:nth-child(2n) {
  margin-right: 0;
}
.page-price .edition .item .banner {
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  letter-spacing: 0.02rem;
}
.page-price .edition .item .banner h3 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: normal;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.page-price .edition .item .banner img {
  height: 1rem;
}
.page-price .edition .item .banner p {
  color: #fff;
}
.page-price .edition .item .list {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  height: 2.45rem;
}
.page-price .edition .item .list p {
  font-size: 0.28rem;
  color: #333;
  text-indent: 0.3rem;
  line-height: 0.6rem;
}
.page-price .edition .item .list p i {
  color: #37DA80;
  margin-right: 0.1rem;
}
.page-price .edition .item a.price-btn {
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  letter-spacing: 0.04rem;
  border-radius: 0.6rem;
  margin: auto;
}
.page-price .edition .item a.price-btn:hover {
  opacity: 0.8;
}
.page-price .edition .item.h5 .banner,
.page-price .edition .item.h5 .price-btn {
  background-image: -moz-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -webkit-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -ms-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
}
.page-price .edition .item.weapp .banner,
.page-price .edition .item.weapp .price-btn {
  background-image: -moz-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -webkit-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -ms-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
}
.page-price .edition .item.app .banner,
.page-price .edition .item.app .price-btn {
  background-image: -moz-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -webkit-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -ms-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
}
.page-price .edition .item.design .banner,
.page-price .edition .item.design .price-btn {
  background-image: -moz-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
  background-image: -webkit-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
  background-image: -ms-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
}
.page-price .fun {
  background-color: #F5F7FA;
}
.page-price .fun .inner {
  padding: 0.2rem 0;
}
.page-price .fun .table {
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}
.page-price .fun .thead {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
}
.page-price .fun .thead .cell {
  height: 2rem;
  width: 1.7rem;
  text-align: center;
  border-left: 1px solid #f8f8f8;
}
.page-price .fun .thead .cell.app {
  width: 1.5rem;
}
.page-price .fun .thead .cell.weapp {
  width: 1.5rem;
}
.page-price .fun .thead .division {
  width: 2.8rem;
  font-size: 0.26rem;
  color: #333;
  position: relative;
}
.page-price .fun .thead .division::after {
  content: " ";
  width: 1rem;
  height: 1px;
  background-color: #f8f8f8;
  position: absolute;
  left: 0.6rem;
  top: 1.2rem;
  transform: rotate(25deg);
}
.page-price .fun .thead .division .y {
  position: absolute;
  left: 0.6rem;
  top: 1.4rem;
}
.page-price .fun .thead .division .x {
  position: absolute;
  left: 1.2rem;
  top: 0.5rem;
}
.page-price .fun .tbody {
  display: flex;
}
.page-price .fun .tbody .verison {
  min-width: 0.7rem;
  line-height: 100%;
  text-align: center;
  font-size: 0.28rem;
  color: #666;
  border-bottom: 1px solid #f8f8f8;
}
.page-price .fun .tbody .verison font {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-price .fun .tbody .list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.page-price .fun .tbody .list .row {
  width: 100%;
  display: flex;
}
.page-price .fun .tbody .list .row .cell:last-child {
  width: 1.5rem;
}
.page-price .fun .tbody .list .row .cell:nth-child(3) {
  width: 1.5rem;
}
.page-price .fun .tbody .list .row .cell {
  width: 1.5rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  border-left: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  font-size: 0.24rem;
  box-sizing: border-box;
}
.page-price .fun .tbody .list .row .cell.name {
  width: 2.1rem;
}
.page-price .fun .tbody .list .row .cell .icon-dui {
  font-size: 18px;
  color: #35cf88;
}
.page-price .fun .tbody .list .row .cell .icon-heng {
  font-size: 0.36rem;
  color: #b6c3d5;
}
.page-price .fun .thead .cell h4 {
  font-weight: normal;
  letter-spacing: 0.02rem;
  color: #333;
  font-size: 0.26rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.page-price .fun .thead .cell .price-btn {
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: 0.01rem;
}
.page-price .fun .thead .cell .price-btn:hover {
  opacity: 0.8;
}
.page-price .fun .thead .cell.h5 .price-btn {
  background-image: -moz-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -webkit-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -ms-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
}
.page-price .fun .thead .cell.weapp .price-btn {
  background-image: -moz-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -webkit-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -ms-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
}
.page-price .fun .thead .cell.app .price-btn {
  background-image: -moz-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -webkit-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -ms-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
}
/* h5 */
.page-h5 .slider {
  height: 400px;
}
.page-h5 .slider .inner {
  height: 400px;
}
.page-h5 .visual {
  background-color: #f7fcff;
  background-image: url('../../PC/images/block-2-bg.jpg');
  background-position: center;
}
.page-h5 .visual .inner {
  min-height: 670px;
  position: relative;
}
.page-h5 .visual .title {
  font-size: 30px;
  color: #08a0ff;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 55px;
}
.page-h5 .visual .introduce {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #50bcff;
  letter-spacing: 2px;
}
.page-h5 .visual .macbook {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 290px;
  z-index: 50;
}
.page-h5 .visual .components {
  position: absolute;
  top: 215px;
  left: 216px;
  z-index: 100;
}
.page-h5 .visual .set {
  position: absolute;
  top: 215px;
  right: 203px;
  z-index: 100;
}
.page-h5 .visual .bubble {
  position: absolute;
  top: 210px;
}
.page-h5 .visual .bubble .item {
  width: 145px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #08a0ff;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
.page-h5 .visual .bubble .item:nth-child(1) {
  margin-top: 40px;
}
.page-h5 .visual .bubble .item:nth-child(2) {
  margin-top: 40px;
  margin-bottom: 140px;
}
.page-h5 .visual .bubble .item::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #08a0ff;
  transform: rotate(45deg);
  position: absolute;
  top: 8;
  z-index: 9;
}
.page-h5 .visual .left-bubble {
  left: 0;
}
.page-h5 .visual .left-bubble .item::after {
  right: -1;
}
.page-h5 .visual .right-bubble {
  right: 0;
}
.page-h5 .visual .right-bubble .item::after {
  left: -1;
}
.page-h5 .characteristic {
  background: #f8fcff;
}
.page-h5 .characteristic .title {
  text-align: center;
  padding-top: 40px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.page-h5 .characteristic .intro {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #999;
  letter-spacing: 2px;
}
.page-h5 .characteristic .list {
  padding-top: 60px;
}
.page-h5 .characteristic .item {
  width: 200px;
  height: 86px;
  padding-left: 60px;
  margin-right: 50px;
  position: relative;
  float: left;
  margin-bottom: 60px;
  margin-top: 10px;
}
.page-h5 .characteristic .item:nth-child(4n+0) {
  margin-right: 0;
}
.page-h5 .characteristic .item i {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  border-radius: 80px;
  font-size: 30px;
  color: #fff;
}
.page-h5 .characteristic .item:nth-child(1) i {
  background-image: -moz-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
  background-image: -webkit-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
  background-image: -ms-linear-gradient(-35deg, #ffc541 0%, #ffc541 20%, #ffb91d 100%);
}
.page-h5 .characteristic .item:nth-child(2) i {
  background-image: -moz-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
  background-image: -webkit-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
  background-image: -ms-linear-gradient(-35deg, #478fff 0%, #478fff 20%, #3375f8 100%);
}
.page-h5 .characteristic .item:nth-child(3) i {
  background-image: -moz-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
  background-image: -webkit-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
  background-image: -ms-linear-gradient(-35deg, #ff6569 0%, #ff6569 20%, #ff5356 100%);
}
.page-h5 .characteristic .item:nth-child(4) i {
  background-image: -moz-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
  background-image: -webkit-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
  background-image: -ms-linear-gradient(-35deg, #ff7553 0%, #ff7553 20%, #ed3f14 100%);
}
.page-h5 .characteristic .item:nth-child(5) i {
  background-image: -moz-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
  background-image: -webkit-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
  background-image: -ms-linear-gradient(-35deg, #72eda6 0%, #72eda6 20%, #34c571 100%);
}
.page-h5 .characteristic .item:nth-child(6) i {
  background-image: -moz-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -webkit-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
  background-image: -ms-linear-gradient(-35deg, #8a6ffa 0%, #8a6ffa 20%, #5c41f2 100%);
}
.page-h5 .characteristic .item:nth-child(7) i {
  background-image: -moz-linear-gradient(-35deg, #fdb76f 0%, #fdb76f 20%, #f97e2f 100%);
  background-image: -webkit-linear-gradient(-35deg, #fdb76f 0%, #fdb76f 20%, #f97e2f 100%);
  background-image: -ms-linear-gradient(-35deg, #fdb76f 0%, #fdb76f 20%, #f97e2f 100%);
}
.page-h5 .characteristic .item:nth-child(8) i {
  background-image: -moz-linear-gradient(-35deg, #c885f8 0%, #c885f8 20%, #9f4be5 100%);
  background-image: -webkit-linear-gradient(-35deg, #c885f8 0%, #c885f8 20%, #9f4be5 100%);
  background-image: -ms-linear-gradient(-35deg, #c885f8 0%, #c885f8 20%, #9f4be5 100%);
}
.page-h5 .characteristic .item i::before {
  opacity: 0.8;
}
.page-h5 .characteristic .item .info {
  padding-left: 40px;
  background-color: #fff;
  float: left;
  margin-top: 6px;
  height: 70px;
  width: 160px;
  border-radius: 6px;
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
}
.page-h5 .characteristic .item .info h4 {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.page-h5 .characteristic .item .info p {
  color: #999;
  letter-spacing: 1px;
}
.page-h5 .characteristic .create-shop-btn {
  width: 180px;
  height: 40px;
  color: #fff;
  background-color: #08a0ff;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 100px;
  margin-bottom: 40px;
}
.page-h5 .characteristic .create-shop-btn:hover {
  opacity: 0.9;
}
.page-h5 .technology {
  background-color: #fff;
}
.page-h5 .technology .inner {
  height: 500px;
}
.page-h5 .technology .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.page-h5 .technology .intro {
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 20px;
  color: #666;
  letter-spacing: 2px;
}
.page-h5 .technology .item {
  width: 120px;
  float: left;
  margin-right: 140px;
  text-align: center;
}
.page-h5 .technology .item:last-child {
  margin-right: 0;
}
.page-h5 .technology .item h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 25px;
  color: #666;
  letter-spacing: 1px;
}
.page-h5 .technology .item .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #f8fcff;
  border-radius: 100px;
}
.page-h5 .technology .item .icon img {
  display: inline;
  margin-top: 38px;
}
.page-h5 .theme .title {
  text-align: center;
  padding-top: 40px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.page-h5 .theme .intro {
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #666;
  letter-spacing: 2px;
}
.page-h5 .theme .inner .item {
  width: 220px;
  height: 400px;
  margin-bottom: 40px;
  float: left;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.page-h5 .theme .inner .item .preview {
  width: 100%;
}
.page-h5 .theme .inner .item .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 123, 255, 0.95);
  text-align: center;
  transition: 0.8s;
  opacity: 0;
}
.page-h5 .theme .inner .item .mask:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.page-h5 .theme .inner .item .mask img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 60%;
  border-radius: 3px;
}
.page-h5 .theme .inner .item .mask p {
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 2px;
}
/* footer */
.footer {
  background-color: #fff;
  border-bottom: 3px solid #f8faff;
}
.footer .logo {
  float: left;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  padding-left: 0.2rem;
}
.footer .logo .icon {
  width: 0.8rem;
  margin-right: 0.2rem;
}
.footer .logo .text {
  width: 2rem;
}
.footer .logo font {
  color: #999;
  font-size: 0.28rem;
  float: right;
  margin-left: 0.4rem;
  margin-top: 0.2rem;
  letter-spacing: 0.04rem;
}
.footer .partner {
  margin-left: 0.2rem;
}
.footer .partner img {
  margin-right: 0.2rem;
}
.footer .partner img {
  margin-top: 0.4rem;
}
.footer .record {
  margin-top: 0.2rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  color: #bbb;
}
.footer .record font {
  color: #999;
}
.footer .left {
  float: none;
}
.footer .menu {
  margin: 0.3rem 0;
  zoom: 1;
  width: 100%;
}
.footer .menu .footer .menu:before,
.footer .menu:after {
  content: "";
  display: table;
}
.footer .menu:after {
  clear: both;
  overflow: hidden;
}
.footer .menu .item {
  float: left;
}
.footer .menu .item {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.footer .menu .item h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: normal;
  color: #999;
}
.footer .menu .item a,
.footer .menu .item p {
  line-height: 0.6rem;
  letter-spacing: 0.02rem;
  display: block;
  color: #666;
}
/* links-copy */
.links-copy {
  background-color: #fff;
}
.links-copy .links {
  color: #999;
  text-align: center;
  line-height: 1rem;
}
.links-copy .links a {
  color: #666666;
  margin-right: 0.2rem;
}
.links-copy .copy {
  color: #999;
  line-height: 1rem;
  text-align: center;
}
/*page-app*/
.page-app .slider {
  height: 420px;
}
.intro {
  font-size: 0.3rem;
  font-weight: lighter;
  text-align: center;
  margin-top: 0.3rem;
  padding: 0.2rem;
  color: #666;
  letter-spacing: 0.04rem;
  line-height: 0.4rem;
}
.list-text-block-1 {
  position: relative;
  z-index: -1;
}
.list-text-block-1 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.list-text-block-1 .con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.list-text-block-1 .con .item {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
  display: block;
  transition: box-shadow 0.2s linear;
  transition: transform 0.2s linear;
}
.list-text-block-1 .con .item:hover {
  color: unset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.list-text-block-1 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 10px;
}
.list-text-block-1 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-1 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 10px;
}
.list-text-block-1 .con .item a {
  color: #2780FF;
  margin-top: 10px;
}
.list-text-block-2 .title {
  text-align: center;
  padding-top: 0.8rem;
  font-size: 0.5rem;
  font-weight: lighter;
  color: #333;
  letter-spacing: 0.04rem;
}
.list-text-block-2 .inner .con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.list-text-block-2 .inner .item {
  float: left;
  width: 250px;
  height: 70px;
  margin: auto;
  overflow: hidden;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
  position: relative;
  top: 0;
  transition: all 0.5s;
  margin-bottom: 30px;
  text-align: center;
}
.list-text-block-2 .inner .item:hover {
  top: -3px;
  transition: all 0.5s;
}
.list-text-block-2 .inner .item i {
  display: block;
  font-size: 32px;
  color: #3679F9;
  z-index: 9;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 20px;
}
.list-text-block-2 .inner .item:nth-child(0 * 4n) {
  margin-right: 0;
}
.list-text-block-2 .inner .item h2 {
  font-weight: normal;
  margin-bottom: 5px;
}
.list-text-block-2 .inner .item h4 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  letter-spacing: 1px;
}
/* list-text-block-3 */
.list-text-block-3 {
  background-image: url('../images/block-5-bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: cover;
  background-color: #3d3e52;
}
.list-text-block-3 .inner {
  min-height: 600px;
}
.list-text-block-3 h2.title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 32px;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 2px;
}
.list-text-block-3 .con {
  display: flex;
  flex-wrap: wrap;
}
.list-text-block-3 .con .item {
  width: 190px;
  height: 100px;
  float: left;
  margin: 0 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.list-text-block-3 .con .item img {
  width: 100%;
  object-fit: cover;
}
.list-text-block-3 .con .item .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 123, 255, 0.95);
  transition: 0.8s;
  opacity: 0;
  text-align: center;
}
.list-text-block-3 .con .item .mask:hover {
  opacity: 1;
}
.list-text-block-3 .con .item .mask .mp {
  float: left;
  width: 120px;
  margin-top: 30px;
  color: #fff;
  line-height: 30px;
  margin-left: 20px;
}
.list-text-block-3 .con .item .mask .h5 {
  float: right;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.list-text-block-3 .con .item .mask img {
  width: 60px;
  border-radius: 3px;
}
.list-text-block-3 .con .item:nth-child(6n+0) {
  margin-right: 0;
}
.list-text-block-4 {
  position: relative;
  z-index: -1;
}
.list-text-block-4 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.list-text-block-4 .con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.list-text-block-4 .con .item {
  margin: auto;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 30px 20px;
  margin: 20px 10px;
  display: block;
  transition: box-shadow 0.2s linear;
  transition: transform 0.2s linear;
  position: relative;
}
.list-text-block-4 .con .item:hover {
  color: unset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.list-text-block-4 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 10px;
}
.list-text-block-4 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-4 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 10px;
}
.list-text-block-4 .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.list-text-block-4 .contact {
  margin: auto;
}
.block-data .inner {
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.block-data .item {
  float: left;
  width: 3.75rem;
  margin-top: 1.2rem;
  text-align: center;
}
.block-data .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.block-data .item [data-aos=fade-left] {
  transform: translate3d(0px, 0, 0);
}
.block-data .con {
  display: flex;
}
.block-data .item .number font {
  color: #08a0ff;
  font-size: 1.18rem;
  font-weight: lighter;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.block-data .item p {
  font-size: 0.36rem;
}
.block .inner {
  padding-bottom: 60px;
}
.block .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
/** picture-text-block **/
.picture-text-block .inner {
  display: flex;
  flex-wrap: wrap;
}
.picture-text-block .pic img {
  width: 100%;
}
.picture-text-block .pic,
.picture-text-block .info {
  margin: auto;
  margin: 20px;
}
.picture-text-block .info h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: lighter;
}
.picture-text-block .info .text {
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #999;
}
.picture-text-block .info .list {
  margin-top: 20px;
  display: flex;
}
.picture-text-block .info .list .item {
  width: 46%;
  margin: 2%;
  float: left;
}
.picture-text-block .info .list .item .iconfont {
  font-size: 26px;
}
.picture-text-block .info .list .item h5 {
  font-size: 14px;
  margin-top: 15px;
}
.picture-text-block .info .list .item .text {
  font-size: 12px;
  line-height: 0.4rem;
}
.list-text-block-5 {
  position: relative;
  z-index: -1;
}
.list-text-block-5 .inner {
  padding-bottom: 60px;
}
.list-text-block-5 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.list-text-block-5 .con {
  display: flex;
  flex-wrap: wrap;
}
.list-text-block-5 .con .item {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  position: relative;
}
.list-text-block-5 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 5px;
}
.list-text-block-5 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-5 .con .item .iconfont {
  color: #3679F9;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}
.list-text-block-5 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-5 .con .item .info .text {
  font-size: 14px;
}
.list-text-block-5 .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.list-text-block-5 .contact {
  margin: auto;
}
.text-icon-block-6 {
  position: relative;
  z-index: -1;
}
.text-icon-block-6 .inner {
  padding-bottom: 60px;
}
.text-icon-block-6 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.text-icon-block-6 .con {
  display: flex;
  flex-wrap: wrap;
}
.text-icon-block-6 .con .item {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  position: relative;
}
.text-icon-block-6 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 5px;
}
.text-icon-block-6 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.text-icon-block-6 .con .item .iconfont {
  color: #999999;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}
.text-icon-block-6 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.text-icon-block-6 .con .item .info .text {
  font-size: 14px;
}
.text-icon-block-6 .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.text-icon-block-6 .contact {
  margin: auto;
}
.text-icon-block-7 {
  position: relative;
  z-index: -1;
}
.text-icon-block-7 .inner {
  padding-bottom: 60px;
}
.text-icon-block-7 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.text-icon-block-7 .con {
  display: flex;
  flex-wrap: wrap;
}
.text-icon-block-7 .con .item {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  position: relative;
  text-align: center;
}
.text-icon-block-7 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 5px;
}
.text-icon-block-7 .con .item .iconfont {
  color: #999999;
  margin-right: 10px;
  font-size: 48px;
}
.text-icon-block-7 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.text-icon-block-7 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.text-icon-block-7 .con .item .info .text {
  font-size: 14px;
}
.text-icon-block-7 .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.text-icon-block-7 .contact {
  margin: auto;
}
.block-tools .inner {
  background: url('../../PC/images/shop-block-4-bg.jpg') center no-repeat;
}
.block-tools .title {
  text-align: center;
  padding-top: 1rem;
  font-size: 0.42rem;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 0.04rem;
  margin-bottom: 0.7rem;
}
.block-tools .con {
  margin-bottom: 1rem;
}
.block-tools .con .item {
  float: left;
}
.block-tools .con .item i {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
  background-color: rgba(107, 115, 250, 0.05);
  border-radius: 0.12rem;
  font-size: 0.5rem;
}
.block-tools .con .item:nth-child(1) i {
  color: #64eaff;
}
.block-tools .con .item:nth-child(2) i {
  color: #f4734e;
}
.block-tools .con .item:nth-child(3) i {
  color: #6c8dff;
}
.block-tools .con .item:nth-child(4) i {
  color: #f56a94;
}
.block-tools .con .item:nth-child(5) i {
  color: #87e777;
}
.block-tools .con .item:nth-child(6) i {
  color: #ffed83;
}
.block-tools .con .item:nth-child(7) i {
  color: #bc8eff;
}
.block-tools .con .item:nth-child(8) i {
  color: #6c8dff;
}
.block-tools .con .item:nth-child(9) i {
  color: #f0ff71;
}
.block-tools .con .item:nth-child(10) i {
  color: #ff764d;
}
.block-tools .con .item:nth-child(11) i {
  color: #eb7cff;
}
.block-tools .con .item:nth-child(12) i {
  color: #ff8d76;
}
.block-tools .con .item:nth-child(13) i {
  color: #88e778;
}
.block-tools .con .item:nth-child(14) i {
  color: #6c8dff;
}
.block-tools .con .item:nth-child(15) i {
  color: #ff8d76;
}
.block-tools .con .item:nth-child(16) i {
  color: #f0ff71;
}
.block-tools .con .item:nth-child(17) i {
  color: #bc8eff;
}
.block-tools .con .item:nth-child(18) i {
  color: #64e9fe;
}
.block-tools .con .item:nth-child(19) i {
  color: #88e778;
}
.block-tools .con .item:nth-child(20) i {
  color: #ca73e6;
}
.block-tools .con .item:nth-child(21) i {
  color: #6c8dff;
}
.block-tools .con .item {
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.26rem;
  letter-spacing: 0.04rem;
  color: #fff;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.list-text-block-2-5 {
  position: relative;
  z-index: -1;
}
.list-text-block-2-5 .inner {
  padding-bottom: 60px;
}
.list-text-block-2-5 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.list-text-block-2-5 .con {
  display: flex;
  flex-wrap: wrap;
}
.list-text-block-2-5 .con .item {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0rem 0.6rem;
  position: relative;
}
.list-text-block-2-5 .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 5px;
}
.list-text-block-2-5 .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-2-5 .con .item .iconfont {
  color: #999999;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}
.list-text-block-2-5 .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.list-text-block-2-5 .con .item .info .text {
  font-size: 14px;
}
.list-text-block-2-5 .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.list-text-block-2-5 .contact {
  margin: auto;
}
.picture-list-block {
  position: relative;
  z-index: -1;
}
.picture-list-block .inner {
  padding-bottom: 60px;
}
.picture-list-block .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.picture-list-block .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.picture-list-block .con .item {
  margin: auto;
  width: 46%;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  position: relative;
}
.picture-list-block .con .item img {
  width: 100%;
}
.picture-list-block .con .item h5 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 5px;
}
.picture-list-block .con .item p {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.picture-list-block .con .item .iconfont {
  color: #999999;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}
.picture-list-block .con .item .info {
  color: #666;
  font-size: 13px;
  line-height: 28px;
}
.picture-list-block .con .item .info .text {
  font-size: 14px;
}
.picture-list-block .con .item a {
  position: absolute;
  bottom: 15px;
  color: #2780FF;
  margin-top: 10px;
}
.picture-list-block .contact {
  margin: auto;
}
.picture-list-block-4 {
  position: relative;
  z-index: -1;
}
.picture-list-block-4 .inner {
  padding-bottom: 60px;
}
.picture-list-block-4 .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.picture-list-block-4 .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.picture-list-block-4 .con .item {
  margin: auto;
  width: 25%;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  position: relative;
}
.package {
  background-color: #fff;
}
.package .title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  font-weight: lighter;
  color: #333;
  letter-spacing: 2px;
}
.package .inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
.package .con {
  display: flex;
  flex-wrap: wrap;
}
.package .item {
  width: 80%;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 60px;
}
.package .item .banner {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.package .item .banner h3 {
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}
.package .item .banner p {
  color: #fff;
}
.package .item .list {
  margin-bottom: 20px;
  margin-top: 20px;
}
.package .item .list p {
  font-size: 14px;
  color: #333;
  text-indent: 35px;
  line-height: 40px;
}
.package .item .list p i {
  color: #37DA80;
  margin-right: 5px;
}
.package .item a.price-btn {
  display: block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
}
.package .item a.price-btn:hover {
  opacity: 0.8;
}
.package .item.primary .banner,
.package .item.primary .price-btn {
  background-image: -moz-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -webkit-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
  background-image: -ms-linear-gradient(45deg, #94b0d7 0%, #aac3e6 100%);
}
.package .item.intermediate .banner,
.package .item.intermediate .price-btn {
  background-image: -moz-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -webkit-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
  background-image: -ms-linear-gradient(56deg, #2cc06c 0%, #35cf88 100%);
}
.package .item.senior .banner,
.package .item.senior .price-btn {
  background-image: -moz-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -webkit-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
  background-image: -ms-linear-gradient(45deg, #2b7bff 0%, #00aeff 100%);
}
.package .item.top-level .banner,
.package .item.top-level .price-btn {
  background-image: -moz-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
  background-image: -webkit-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
  background-image: -ms-linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
}
.article-block .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0;
}
.article-block .article-list {
  margin: auto;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  background: #fff;
  margin: 20px;
}
.article-block .article-list h1.title {
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-indent: 35px;
  position: relative;
}
.article-block .article-list h1.title a {
  float: right;
  margin-right: 20px;
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.article-block .article-list h1.title::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #08a0ff;
  width: 3px;
  height: 15px;
  margin-top: 18px;
  margin-left: 20px;
}
.article-block .article-list .con {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.article-block .article-list .con li {
  height: 40px;
  line-height: 40px;
}
.article-block .article-list .con li a {
  display: block;
  width: 255px;
  height: 40px;
  float: left;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.article-block .article-list .con li font {
  float: right;
  color: #999;
}
/*new style*/
.slider .item p.tel,
.slider-sub p.tel {
  font-size: 14px;
}
.slider .item p.tel a,
.slider-sub p.tel a,
.create-shop .introduce a {
  color: white;
  font-size: 15px;
}
.page-list .content .article-list .list-img .item .info .intro {
  margin-top: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
}
.header .menu li .sub-menu h4.title {
  display: none;
}
.article-block .article-list .con {
  min-height: 240px;
}
.list-text-block-4 {
  z-index: 0;
}
.page-price .fun .thead .cell .price-btn,
.page-price .edition .item a.price-btn {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-list .content .article-list .list-img .item .pic img {
  width: 1.85rem;
  height: 1.6rem;
}
.fixed {
  display: none;
}
.page-list .content .article-list .list-img .item .info .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner {
  overflow-x: hidden;
}
.page-detail .content .article-detail .title {
  padding: 0px;
}
.list-text-block-3 .con .item {
  width: 45%;
}
.update {
  padding-top: 0px;
}
.update li {
  float: left;
  width: 100%;
}
.update .update_item {
  margin: 10px;
}
.update .FengMianImg {
  height: 100%;
  width: 100%;
}
.footer .left_copyright {
  width: 100%;
}