@charset "utf-8";

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@supports (bottom: env(safe-area-inset-bottom)) {
  body,
  footer {
    box-sizing: content-box;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
}

body,
input,
textarea,
select {
  font-family: "SF Pro Text", "SF Pro Display", "SF Pro SC", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  color: #393939;
}

h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
}

h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #444444;
}

h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #444444;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

a {
  display: block;
  text-decoration: none;
  color: #637283;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

video {
  width: 100%;
  object-fit: fill;
}

.container {
  position: relative;
  overflow: hidden !important;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0px;
  /*padding-bottom: 65px;*/
  padding-left: 0px;
  min-width: 320px;
  max-width: 640px;
}

.container img {
  max-width: 100% !important;
}

section {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page-end {
  display: block;
  height: 50px;
  font-size: 10px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #BDC7D4;
}

.nav-up {
  transition: all 0.5s;
  margin-top: 0px;
}

.nav-down {
  transition: all 0.5s;
  margin-top: -50px;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  background-color: #2D2D2E;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
  border-bottom: 1px solid #2D2D2E;
  min-width: 320px;
  max-width: 640px;
}

.nav-head {
  height: 43px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.nav-head span {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #A2A2A2;
  border-radius: 50%;
}

.nav-head .left {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
}

.nav-head .right {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
}

.nav-head .logo {
  position: relative;
  width: 82px;
  height: 24px;
  background-image: url(/img/logo2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 12px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.nav-head .face {
  background-image: url(/img/avatar.png);
  background-position: center center;
  background-size: cover;
}

.head-fill-box {
  height: 44px;
}

.fixed {
  position: fixed;
  z-index: 99;
}

footer {
  margin: 0 auto;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #999999;
  min-width: 320px;
  max-width: 640px;
}

.tabbar-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #FBFBFD;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #E0E0E0;
}

.tabbar-foot:after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  top: -1px;
  left: 0;
  content: '';
}

.tabbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  color: #444444;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex: 1;
}

.tabbar-text {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 15px;
}

.tabbar-icon {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 22px;
  text-align: center;
}

.tabbar-item-active .tabbar-text {
  color: var(--blue1);
}

.tabbar-item-active .tabbar-icon {
  color: var(--blue1);
}

.docs-list li {
  margin-bottom: 10px;
}

.docs-list li a {
  display: block;
  overflow: hidden;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.docs-list .pic {
  float: left;
  width: 100px;
  height: 64px;
  background-color: #E0E0E0;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}

.docs-list .name {
  display: -webkit-box;
  overflow: hidden;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.sub-date {
  height: 20px;
  font-size: 12px;
  color: #BDC7D4;
}

.sub-date span {
  height: 20px;
  font-size: 12px;
  color: #BDC7D4;
}

.section-head {
  margin-bottom: 10px;
}

.section-head .left {
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.section-head .right {
  float: right;
}

a.more {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

a.more::after {
  font-family: "iconfont" !important;
  font-weight: 500;
  margin-left: 4px;
  content: "\e614";
}

.mobi-topic {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.mobi-subtopic {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #A4A4A4;
  margin-bottom: 10px;
}

.mobi-boxtopic {
  width: 50%;
  margin: 10px auto;
  text-align: center;
  border-top: 1px solid #D8E0EB;
}

.mobi-boxtopic span {
  display: block;
  width: 60px;
  font-size: 10px;
  background-color: #FFFFFF;
  margin-top: -13px;
  margin-right: auto;
  margin-left: auto;
}

.input-box {
  display: flex;
  width: 100%;
  padding: 5px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
}

.input-box .iconfont {
  display: block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
}

.input-box input {
  height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  flex: 1;
  outline: none;
  border-style: none;
}

.input-box canvas {
  width: 110px;
  height: 30px;
}

.textarea-box {
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
}

.textarea-box textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border-style: none;
}

.gbook-submit {
  display: inline-block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--blue1);
  cursor: pointer;
  border-radius: 5px;
}

.gbook-waiting {
  display: none;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background-color: #CCCCCC;
  cursor: pointer;
  border-radius: 5px;
}

.pics-list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 0px;
}

.pics-list li:nth-child(even) {
  padding-right: 0px;
  padding-left: 5px;
}

.pics-list li a {
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.pics-list .img-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.pics-list .img-box::before {
  float: left;
  padding-top: 100%;
  content: '';
}

.pics-list .img-box::after {
  display: block;
  clear: both;
  content: '';
}

.pics-list .pics-info-box {
  padding: 5px 10px;
}

.pics-list .pics-topic {
  overflow: hidden;
  width: 100%;
  height: 24px;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pics-list .pics-price {
  overflow: hidden;
  width: 100%;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pics-list .pics-subtopic {
  overflow: hidden;
  width: 100%;
  height: 24px;
  font-size: 10px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ico-free {
  display: inline-block;
  width: 50px;
  height: 14px;
  border: 1px solid #FDE2E2;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #F56C6C;
  background-color: #FEF0F0;
  vertical-align: middle;
  border-radius: 3px;
}

.store-topic-box {
  padding: 10px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.store-topic-box h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  margin-bottom: 5px;
}

.packs2 li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 5px;
}

.packs2 li:nth-child(2n) {
  float: left;
  width: 50%;
  padding-right: 0px;
  padding-left: 5px;
}

.button {
  display: inline-block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 5px;
}

.blue {
  background-color: var(--blue1);
}

.green {
  background-color: var(--green1);
}

.service-box li {
  float: left;
  width: 50%;
  margin: 5px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 5px;
  padding-left: 0px;
}

.service-box li:nth-child(even) {
  padding-right: 0px;
  padding-left: 5px;
}

.service-box li a {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
}

.service-box li .iconfont {
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  margin-top: 10px;
}

.service-box li .topic {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.service-box li .subtopic {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}

.service-box li .text {
  padding: 10px 0px;
  border: 1px solid #fff;
  background-color: #ffffff;
  box-shadow: 0 5px 40px rgba(51, 78, 118, .1);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: -moz-linear-gradient(top, rgba(22, 100, 255, .2) 0, hsla(0, 0%, 100%, 0) 33.08%), #fff;
  background: linear-gradient(180deg, rgba(22, 100, 255, .2), hsla(0, 0%, 100%, 0) 33.08%), #fff;
}

.service-box li p {
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/*动态弹出框START*/

.head-ejectbox {
  position: fixed;
  z-index: 101;
  width: 100%;
  margin: 0 auto;
  top: -500px;
  right: 0;
  left: 0;
  min-width: 320px;
  max-width: 640px;
}

.head-ejectbox-pack {
  overflow: auto;
  height: auto;
  background-color: #2D2D2E;
  zoom: 1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.head-modal-active {
  top: 0;
  transition: all 0.5s;
}

.head-modal-out {
  top: -300px;
  transition: all 0.5s;
}

.slider-menu-topic {
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #BABABA;
}

.slider-menu-box li {
  float: left;
  width: 100%;
  padding: 0px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.slider-menu-box span {
  font-size: 14px;
}

.slider-menu-box li a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  color: #CCCCCC;
  border-top: thin dotted #424245;
}

.slider-menu-box li a:after {
  float: right;
  font-family: "iconfont" !important;
  color: #A2A2A2;
  content: "\e683";
}

.foot-ejectbox {
  position: fixed;
  z-index: 101;
  width: 100%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 300ms;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
}

.foot-ejectbox-pack {
  overflow: auto;
  height: auto;
  background-color: #FBFBFD;
  zoom: 1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.foot-modal-active {
  transform: translateY(0px);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.foot-modal-out {
  z-index: 998;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
}

.ejectbox {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ejectbox-active {
  display: block;
  opacity: 1;
}

/*动态弹出框END*/

.order_box {
  overflow: hidden;
  width: 100%;
  border: 1px solid #E5E5E5;
  background-color: var(--blue1);
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.order_box .notice {
  width: 100%;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
}

.order_box .notice span {
  font-size: 30px;
  line-height: 80px;
}

.order_box .qr_box {
  width: 160px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.order_info {
  padding: 10px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  transition: all 0.5s linear;
  box-shadow: 0 5px 40px rgba(51, 78, 118, .1);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: -moz-linear-gradient(top, rgba(22, 100, 255, .2) 0, hsla(0, 0%, 100%, 0) 33.08%), #fff;
  background: linear-gradient(180deg, rgba(22, 100, 255, .2), hsla(0, 0%, 100%, 0) 33.08%), #fff;
}

.order_info pre {
  line-height: 30px;
  margin-bottom: 20px;
}

.pics-list3 li {
  float: left;
  width: 33.33%;
  padding: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pics-list3 li a {
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.pics-list3 .img-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.pics-list3 .img-box::before {
  float: left;
  padding-top: 100%;
  content: '';
}

.pics-list3 .img-box::after {
  display: block;
  clear: both;
  content: '';
}

.pics-list3 .pics-info-box {
  padding: 5px 10px;
}

.pics-list3 .pics-topic {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  -webkit-box-orient: vertical;
  min-height: 30px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.pics-list3 .pics-subtopic {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

.navbar01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
}

.navbar01 .scroller {
  position: absolute;
  overflow: hidden;
  height: 24px;
}

.navbar01 .scroller li {
  float: left;
}

.navbar01 .scroller li a {
  display: block;
  margin-right: 5px;
  margin-bottom: 0;
  /*margin-top: 3px;*/
  padding: 0 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background-color: #F2F2F2;
  margin-left: 5px;
  border-radius: 12px;
}

.navbar01 .scroller li.cur a {
  color: #FFFFFF;
  background-color: #606060;
}

.icon-list {
  padding: 10px 0px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.icon-list li {
  float: left;
  width: 25%;
  text-align: center;
}

.icon-list .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.icon-list .icon span {
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
}

.icon-list .topic {
  font-size: 10px;
  line-height: 30px;
}

.mobi-faqs-box li {
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 10px;
}

.mobi-faqs-box li h2 {
  font-size: 16px;
}

.mobi-service-intro-box li {
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 10px;
}

.mobi-service-intro-box li h2 {
  font-size: 16px;
  text-align: center;
}

.mobi-service-intro-box li img {
  margin: 20px auto;
  max-width: 60%;
  max-height: 150px;
}