/*
Theme Name: elift
Theme URI: --
Description: e电梯官方网站
Version: 1.0
Author: IQszlong
Author URI: --
Tags: elift
*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  color: #666666;
  background-color: #ffffff;
  font-size: 18px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  width: 1200px;
  margin: auto;
}
#header {
  background-color: #fff;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
}
#header .logo {
  display: inline-block;
  -ms-flex-preferred-size: 151px;
      flex-basis: 151px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
}
#header .logo img {
  display: block;
  width: 100%;
}
#header .main-menu {
  margin-left: auto;
}
#header .menu {
  text-align: center;
  white-space: nowrap;
}
#header .menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#header .menu li a {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  color: #333333;
  text-decoration: none;
}
#header .menu li a:hover {
  color: #0d68ab;
}
#header .menu li.current-menu-item a,
#header .menu li.current-post-ancestor a {
  color: #0d68ab;
}
#header .menu li + li {
  margin-left: 3rem;
}
.home-bottom {
  background: #313131;
  color: #747474;
  padding: 60px 0;
}
.home-bottom .bottom-title {
  font-size: 108.02px;
  font-size: 6.001111111111111rem;
  color: #4a4949;
  text-align: center;
  position: relative;
  line-height: 1;
  letter-spacing: 5.4px;
  margin-bottom: 50px;
}
.home-bottom .bottom-title p {
  font-size: 28px;
  font-size: 1.5555555555555556rem;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.home-bottom .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.home-bottom .bottom-info form {
  width: 590px;
}
.home-bottom .bottom-info form p {
  position: relative;
  margin: 0;
}
.home-bottom .bottom-info form label {
  display: block;
  line-height: 80px;
  width: 100%;
  color: #fff;
  border-bottom: solid 1px #a0a0a0;
}
.home-bottom .bottom-info form label span {
  position: static;
}
.home-bottom .bottom-info form input[type=text],
.home-bottom .bottom-info form input[type=tel],
.home-bottom .bottom-info form textarea {
  display: block;
  height: 40px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-size: 18px;
  font-size: 1rem;
  border: 0;
  color: #fff;
  outline: none !important;
}
.home-bottom .bottom-info form textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 0;
}
.home-bottom .bottom-info form input[type=submit] {
  width: 100%;
  height: 60px;
  background-color: #5a8fd9;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-top: 60px;
  border: 0;
  outline: none;
}
.home-bottom .contact-info {
  margin-left: auto;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.home-bottom .contact {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  line-height: 40px;
}
.home-bottom .contact img {
  vertical-align: middle;
  margin-right: 5px;
  width: 25px;
}
.home-bottom .phone-app-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
.home-bottom .phone-app-img img {
  width: 129px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  height: auto;
  margin-right: 8px;
}
#footer {
  padding: 70px 0;
}
#footer .footer {
  text-align: center;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  letter-spacing: 2px;
  color: #666666;
}
.banner {
  margin: auto;
  position: relative;
  z-index: 1;
  max-width: 1800px;
  min-width: 1280px;
  padding: 0 60px;
  margin-bottom: 120px;
}
.banner .about {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.banner .about h2 {
  font-size: 38px;
  font-size: 2.111111111111111rem;
  font-weight: normal;
  margin-bottom: 1em;
}
.banner .about p {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 36px;
  font-weight: lighter;
  text-align: left;
}
.banner .about a {
  border-radius: 5px;
  display: inline-block;
  background: #FFFFFF;
  padding: .5rem 2rem;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  color: #000;
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
}
.metaslider-bg {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ddd;
  -webkit-box-shadow: 0 14px 65px rgba(0, 0, 0, 0.35);
          box-shadow: 0 14px 65px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 36.11111111%;
}
.page-template-page-index .metaslider-bg {
  padding-bottom: 47.22222222%;
}
.metaslider-bg .inner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.metaslider-bg .inner img {
  display: block;
  max-width: 100%;
}
.metaslider-bg .metaslider .flex-control-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  margin-bottom: 1rem;
}
.metaslider-bg .flex-control-paging li a {
  background-color: #fff;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.metaslider-bg .flex-control-paging li a.flex-active {
  background-color: #fff;
  width: 125px;
}
.navigation {
  z-index: 90;
  left: 50%;
}
.navigation a {
  display: block;
  border-radius: 3px;
  background-color: #a8cff6;
  color: #fff;
  padding: 5px 10px;
}
.navigation a:hover,
.navigation a:focus {
  background: #447dcd;
}
.navigation .alignleft,
.navigation .alignright {
  display: block;
}
.navigation .alignleft + .alignright {
  margin-top: 13px;
}
.navigation.fixed {
  position: fixed;
  margin-left: -600px;
  bottom: 110px;
}
.navigation.max-bottom {
  position: absolute;
  bottom: 0;
  margin-left: -600px;
}
.navigation.max-top {
  position: absolute;
  bottom: auto;
  top: 0;
  margin-top: 520px;
  margin-left: -600px;
}
.plate-title {
  position: relative;
  padding: 5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plate-title .plate-bg {
  font-size: 108px;
  font-size: 6rem;
  color: #edeef0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  font-family: Arial;
  white-space: nowrap;
}
.plate-title .plate-tips {
  font-size: 28px;
  font-size: 1.5555555555555556rem;
  position: relative;
  z-index: 2;
  color: #666;
  letter-spacing: 3px;
}
.plate-title .plate-tips:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 65px;
  height: 3px;
  background: #447dcd;
  bottom: -2rem;
  left: 0;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  display: none;
}
.modal .inner {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 99;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .inner .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: .5rem;
  background: #fff;
  border: 1px solid #fff;
  color: #666;
  font-size: 2rem;
  padding: 0;
  width: 48px;
  height: 48px;
}
.modal.show {
  display: block;
  visibility: visible;
}
.modal.show .inner {
  opacity: 1;
  width: 60%;
  padding: 30px;
  height: auto;
  visibility: visible;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-count {
  color: #838383;
  background: white;
  margin-top: 80px;
}
.home-count .Einfo {
  margin-top: 5rem;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 300px);
  grid-gap: 90px 0;
}
.home-count .Einfo .item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-count .Einfo .item + .item:not( :nth-child(5)) {
  border-left: 1px #cdcdcd solid;
}
.home-count .Einfo .item img {
  display: block;
  max-width: 100%;
}
.home-count .Einfo .item p:nth-of-type(1) {
  font-size: 30px;
  font-size: 1.6666666666666667rem;
  color: #538cdd;
  font-family: Verdana;
}
.home-count .Einfo .item p:nth-of-type(2) {
  font-size: 18px;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.home-count ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4rem;
}
.home-count ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.home-count ul li img {
  margin-bottom: 10px;
  margin-top: 50px;
}
.home-count .triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -15px;
  top: 80px;
  z-index: 10;
}
.lift-solve,
.partner {
  margin-top: 80px;
  margin-bottom: 80px;
}
.lift-solve .plate-title .plate-bg,
.partner .plate-title .plate-bg {
  left: auto;
  right: 0;
}
.lift-solve .plate-title .plate-tips,
.partner .plate-title .plate-tips {
  margin-left: auto;
}
.lift-solve .plate-title .plate-tips:after,
.partner .plate-title .plate-tips:after {
  left: auto;
  right: 105%;
  bottom: 0.8rem;
}
.lift-solve.liftBack,
.partner.liftBack {
  background-color: #ffffff;
}
.lift-solve .flex,
.partner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.lift-solve [class*="tplCenter-item"],
.partner [class*="tplCenter-item"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  background-color: #fff;
  color: #666;
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lift-solve [class*="tplCenter-item"] p,
.partner [class*="tplCenter-item"] p {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  text-align: justify;
  font-weight: bold;
}
.lift-solve [class*="tplCenter-item"] p + p,
.partner [class*="tplCenter-item"] p + p {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  font-weight: normal;
  margin-top: 1rem;
}
.lift-solve [class*="tplCenter-item"] .item-img,
.partner [class*="tplCenter-item"] .item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.lift-solve [class*="tplCenter-item"].active,
.partner [class*="tplCenter-item"].active {
  position: relative;
  z-index: 2;
  background-color: #5587ce;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.lift-solve [class*="tplCenter-item"].active p,
.partner [class*="tplCenter-item"].active p {
  color: #fff;
}
.lift-solve .lift-flow,
.partner .lift-flow {
  text-align: center;
  margin-top: 4rem;
}
.lift-solve .lift-flow > div,
.partner .lift-flow > div {
  width: 50%;
  border-left: 2px solid #4A7DED;
  color: #333333;
  text-align: left;
  margin: 0 auto;
  position: relative;
  padding-bottom: 4rem;
}
.lift-solve .lift-flow > div:last-child,
.partner .lift-flow > div:last-child {
  border-left: 0px;
}
.lift-solve .lift-flow > div .flowSty,
.partner .lift-flow > div .flowSty {
  width: 80%;
  margin-left: auto;
}
.lift-solve .lift-flow > div span,
.partner .lift-flow > div span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  background-color: #4A7DED;
  text-align: center;
  font-size: 36px;
  color: #FFFFFF;
  position: absolute;
  left: -25px;
  top: 0;
}
.lift-solve .lift-flow .flowSty h2,
.partner .lift-flow .flowSty h2 {
  font-size: 30px;
}
.lift-solve .lift-flow > div p,
.partner .lift-flow > div p {
  font-size: 20px;
  margin-top: 1rem;
}
.lift-solve .tplCenter-item-1 .item-img,
.partner .tplCenter-item-1 .item-img {
  background-image: url('images/16.png');
}
.lift-solve .tplCenter-item-1.active,
.partner .tplCenter-item-1.active {
  background-image: url('images/17.png');
}
.lift-solve .tplCenter-item-1.active .item-img,
.partner .tplCenter-item-1.active .item-img {
  background-image: url('images/12.png');
}
.lift-solve .tplCenter-item-2 .item-img,
.partner .tplCenter-item-2 .item-img {
  background-image: url('images/13.png');
}
.lift-solve .tplCenter-item-2.active,
.partner .tplCenter-item-2.active {
  background-image: url('images/18.png');
}
.lift-solve .tplCenter-item-2.active .item-img,
.partner .tplCenter-item-2.active .item-img {
  background-image: url('images/9.png');
}
.lift-solve .tplCenter-item-3 .item-img,
.partner .tplCenter-item-3 .item-img {
  background-image: url('images/14.png');
}
.lift-solve .tplCenter-item-3.active,
.partner .tplCenter-item-3.active {
  background-image: url('images/19.png');
}
.lift-solve .tplCenter-item-3.active .item-img,
.partner .tplCenter-item-3.active .item-img {
  background-image: url('images/10.png');
}
.lift-solve .tplCenter-item-4 .item-img,
.partner .tplCenter-item-4 .item-img {
  background-image: url('images/15.png');
}
.lift-solve .tplCenter-item-4.active,
.partner .tplCenter-item-4.active {
  background-image: url('images/20.png');
}
.lift-solve .tplCenter-item-4.active .item-img,
.partner .tplCenter-item-4.active .item-img {
  background-image: url('images/11.png');
}
.lift-solve .flex div p span,
.partner .flex div p span {
  font-size: 24px;
  color: #4A4A4A;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.lift-solve .lift-question > p,
.partner .lift-question > p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 27px;
  margin: 1rem;
}
.lift-solve .flex-row,
.partner .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #333333;
}
.lift-solve .flex-row > div,
.partner .flex-row > div {
  padding: 4rem;
}
.lift-solve .flex-row > div h2,
.partner .flex-row > div h2 {
  font-size: 36px;
  margin-bottom: 2rem;
}
.lift-solve .flex-row > div h4,
.partner .flex-row > div h4 {
  font-size: 20px;
}
.lift-solve .flex-row > div p,
.partner .flex-row > div p {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 2rem;
}
.lift-solve .flex-row > div span,
.partner .flex-row > div span {
  display: block;
  font-size: 18px;
}
.partner ul.botImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.partner ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.partner ul li img {
  display: block;
  max-width: 100%;
}
.purchase-wrap {
  margin-top: 80px;
}
.purchase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.purchase-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  margin-top: 4.7rem;
}
.purchase-item h3 {
  color: #447dcd;
  font-size: 1.333rem;
  margin-bottom: .8rem;
}
.purchase-item h3 span,
.purchase-item h3 img {
  vertical-align: middle;
}
.purchase-item h3 span:after {
  content: '/';
  font-weight: 200;
  font-size: 2.3rem;
  padding: 0 5px;
  position: relative;
  top: 3px;
}
.purchase-item p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  color: #666666;
}
.knowledge {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #4c6fa2 url('images/bg.png') no-repeat center;
  background-size: cover;
}
.knowledge .plate-tips {
  margin-left: auto;
  color: #fff;
}
.knowledge .plate-tips:after {
  visibility: hidden;
}
.knowledge .plate-bg {
  left: auto;
  right: 0;
  opacity: .05;
}
.knowledge-content {
  margin-top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.knowledge-content .tab-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.knowledge-content .tab-nav .tab-title {
  color: #fff;
  background-color: #5a8fd9;
  border-radius: 10px;
  width: 60%;
  text-align: center;
  margin: 0 auto 3rem;
  padding: .5rem;
  overflow: hidden;
}
.knowledge-content .tab-nav .item {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  padding: 2.5rem 2rem 1rem;
  margin-top: 2rem;
}
.knowledge-content .tab-nav .item:before {
  content: '';
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: 50%;
  top: 0;
  margin-top: -1.5rem;
  width: 54px;
  height: 54px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.knowledge-content .tab-nav .item.active {
  color: #666;
  background-color: #fff;
}
.knowledge-content .tab-nav .item.active:before {
  background-color: #fff;
  border-color: #fff;
}
.knowledge-content .tab-nav .item[href="#casualty_loss"]:before {
  background-image: url(images/29.png);
}
.knowledge-content .tab-nav .item[href="#casualty_loss"].active:before {
  background-image: url(images/30.png);
}
.knowledge-content .tab-nav .item[href="#employee"]:before {
  background-image: url(images/28.png);
}
.knowledge-content .tab-nav .item[href="#employee"].active:before {
  background-image: url(images/27.png);
}
.knowledge-content .tab-nav .item[href="#repair"]:before {
  background-image: url(images/26.png);
}
.knowledge-content .tab-nav .item[href="#repair"].active:before {
  background-image: url(images/25.png);
}
.knowledge-content .tab-nav .item[href="#delay"]:before {
  background-image: url(images/23.png);
}
.knowledge-content .tab-nav .item[href="#delay"].active:before {
  background-image: url(images/24.png);
}
.knowledge-content .tab-nav .item[href="#legal"]:before {
  background-image: url(images/22.png);
}
.knowledge-content .tab-nav .item[href="#legal"].active:before {
  background-image: url(images/21.png);
}
.knowledge-content .tab-content {
  margin-left: 70px;
  margin-top: 5rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
.knowledge-content .tab-content .tab-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 35px 70px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.knowledge-content .tab-content .tab-detail img {
  display: block;
  max-width: 100%;
}
.knowledge-content .tab-content .tab-detail.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.knowledge-content .tab-content .rowspan-tips {
  color: #fff;
  background-color: #5a8fd9;
  padding: .5rem;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  width: 150px;
  margin-bottom: 1rem;
}
.knowledge-content .tab-content .rowspan-item {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  margin-bottom: 1rem;
}
.wpcf7 p + p {
  margin-top: 2rem;
}
.wpcf7-form-control {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
}
.wpcf7-submit {
  display: inline-block;
  border-color: #447dcd;
  background: #447dcd;
  color: #fff;
  min-width: 8rem;
  padding: 10px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.what-service-safe {
  margin-top: 110px;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px;
  grid-gap: 27px;
}
.what-service-safe .item {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.what-service-safe .item:hover {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, 0 20px 40px rgba(118, 168, 231, 0.13);
          box-shadow: inset 0 0 0 1px #ffffff, 0 20px 40px rgba(118, 168, 231, 0.13);
}
.what-service-safe .item > img {
  display: block;
  max-width: 100%;
  margin-bottom: 41px;
}
.what-service-safe .item > h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
}
.what-service-safe .item > p {
  padding: 34px;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
}
.service-flow {
  background-color: #f7f7f7;
  padding: 120px 0;
}
.service-flow .plate-title {
  padding-top: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.service-flow .plate-title .plate-tips {
  margin-left: auto;
}
.service-flow .plate-title .plate-bg {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
}
.service-flow .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 206px);
}
.service-flow .flow-item {
  padding: 30px;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
}
.service-flow .flow-item:nth-child(even) {
  background-color: #6795d6;
  color: #fff;
  border-radius: 3px;
}
.service-flow .flow-item:nth-child(4) {
  position: relative;
  z-index: 1;
}
.service-flow .flow-item:nth-child(4):after {
  content: '';
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: #6795d6 #f7f7f7 #f7f7f7 #f7f7f7;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  margin-left: -10px;
}
.service-flow .flow-item:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 2;
}
.service-flow .flow-item:nth-child(6) {
  grid-column: 4 / 3;
  grid-row: 2;
}
.service-flow .flow-item:nth-child(7) {
  grid-column: 2 / 3;
  grid-row: 2;
}
.service-flow .flow-item:nth-child(8) {
  grid-column: 1 / 2;
  grid-row: 2;
}
.service-flow .flow-item > span {
  display: block;
  margin-bottom: .7rem;
  font-family: Arial;
}
.service-flow .flow-item h3 {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-bottom: .8rem;
}
.service-flow .flow-item p {
  line-height: 24px;
}
.service-net-point {
  padding: 110px 0;
}
.service-net-point .plate-title {
  margin-bottom: 95px;
}
.service-net-point .plate-title .plate-bg {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-net-point .plate-title .plate-tips {
  margin: 0 auto;
}
.service-net-point .plate-title .plate-tips:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-net-point .map-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.service-net-point .nums {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-net-point .nums .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.service-net-point .nums .item h3 {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-bottom: 15px;
}
.service-net-point .nums .item p {
  font-size: 30px;
  font-size: 1.6666666666666667rem;
}
.service-net-point .nums .item p > span {
  color: #6795d6;
  letter-spacing: 0;
}
.about-info {
  margin-bottom: 160px;
}
.about-info .plate-title .plate-tips {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-info .plate-title .plate-tips:after {
  width: 100%;
  height: 1px;
}
.about-info .intro {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-info .intro .intro-text {
  background: #447dcd;
  color: #fff;
  padding: 60px;
  font-size: 18px;
  font-size: 1rem;
  font-weight: lighter;
  border-radius: 10px 0 0 10px;
  line-height: 24px;
}
.about-info .intro .intro-text h2 {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.about-info .intro .intro-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.about-info .intro .intro-img img {
  display: block;
  max-width: 100%;
}
.about-time {
  margin-bottom: 160px;
}
.about-time .about-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.about-time .about-course.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.about-time .about-course .img-tip {
  border-radius: 10px;
  overflow-x: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-time .about-course .img-tip img {
  display: block;
  max-width: 100%;
}
.about-time .about-course .text-tip {
  padding: 45px;
  width: 400px;
}
.about-time .about-course .text-tip h2 {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-bottom: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.about-time .about-course .text-tip h2:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 5rem;
  height: 3px;
  background: #447dcd;
}
.about-time .about-course .text-tip p {
  font-size: 18px;
  font-size: 1rem;
  font-weight: lighter;
}
.about-time .time-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
.about-time .time-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
  border-bottom: 1px solid #b1d0fa;
}
.about-time .time-nav a:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #b1d0fa;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -11px);
          transform: translate(-50%, -11px);
}
.about-time .time-nav a.active {
  color: #447dcd;
}
.about-time .time-nav a.active:after {
  background: #447dcd;
}
.product-service {
  width: 100%;
  background-color: #fff;
  margin-bottom: 165px;
}
.product-service .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-service .plate-title {
  margin-bottom: 110px;
}
.product-service .tab_menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
}
.product-service .tab_ser {
  color: #666;
  padding: .5rem 2rem;
  display: block;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #447dcd;
}
.product-service .tab_ser.active {
  color: #4A7DED;
}
.product-service .tab_row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 550px) auto;
  grid-gap: 120px 40px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ;
  transition: opacity 0.2s ;
}
.product-service .tab_row.active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.product-service .tab_row .content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4A4A4A;
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
          box-shadow: inset 0 0 0 1px #dcdcdc;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}
.product-service .tab_row .content img {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-service .tab_row .content:hover {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, 0 20px 40px rgba(118, 168, 231, 0.13);
          box-shadow: inset 0 0 0 1px #ffffff, 0 20px 40px rgba(118, 168, 231, 0.13);
}
.product-service .tab_row .content:hover div h2 {
  color: #447dcd;
}
.product-service .tab_row .content div {
  padding: 40px;
}
.product-service .tab_row .content div h2 {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
  color: #666;
}
.product-service .tab_row .content div p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
}
.product-service .tab_row .content:nth-child(5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column: 1 / 3;
}
.product-service .tab_row .content:nth-child(5) img {
  width: 500px;
}
.archive .plate-title .plate-tips {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive .plate-title .plate-tips:after {
  width: 100%;
  height: 1px;
}
.archive .page-content {
  margin-bottom: 120px;
}
.archive .page-wrapper {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.archive #content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive .widget-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
}
.archive .widget-area .widget-title {
  margin-bottom: 1rem;
}
.archive .widget-area .cat-item {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  padding: .5rem 2rem;
  border-left: 3px solid #447dcd;
  letter-spacing: 0;
}
.archive .widget-area .cat-item a {
  color: #666;
  padding: 5px;
}
.archive .widget-area .cat-item.current-cat a {
  color: #447dcd;
}
.archive .archive-header {
  margin-bottom: 2rem;
}
.archive .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .post + .post {
  margin-top: 80px;
}
.archive .post .thumnail {
  position: relative;
  z-index: 1;
  display: block;
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive .post .thumnail .inner {
  overflow: hidden;
  padding-bottom: 66.66666667%;
  height: 0;
  background-position: center;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.archive .post .title {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  padding-bottom: 25px;
}
.archive .post .title > a {
  color: #666666;
}
.archive .post .title > a:hover {
  color: #447dcd;
}
.archive .post .title:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 3.8rem;
  height: 2px;
  background: #447dcd;
}
.archive .post .thumnail_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}
.archive .post .thumnail_detail .description {
  font-size: 18px;
  font-size: 1rem;
  text-align: left;
  line-height: 24px;
  height: 7rem;
}
.archive .post .thumnail_detail time {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  color: #999;
}
.archive .post .thumnail_detail .thumnail_detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1rem;
}
.archive .post .thumnail_detail .thumnail_detail_row a {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  margin-left: auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
}
.archive .post .thumnail_detail .thumnail_detail_row a:hover {
  color: #447dcd;
}
#content .catPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content .catalog {
  border: 1px solid #ddd;
  padding: 1rem;
  background: #fff;
  height: 100%;
  margin-top: 4rem;
}
#content .catalog.fixedlog {
  position: fixed;
  top: 4rem;
  height: auto;
}
#content .catalog p {
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
}
#content .catalog p a {
  color: #000;
}
#content .catalog h2 {
  padding: 1em 0;
  border-bottom: 1px solid #dddddd;
}
#content .catalog p span:nth-of-type(2) {
  float: right;
}
#post {
  margin-bottom: 4rem;
}
#post header {
  border-bottom: 2px solid #ddd;
  padding: 1rem 0;
  color: #666;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  margin-bottom: 1rem;
}
#post h1 {
  margin-bottom: .8rem;
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  color: #333;
}
#post .time {
  display: inline-block;
}
#post_content {
  padding: 1rem;
}
#post_content h2,
#post_content h3,
#post_content h4,
#post_content h5,
#post_content h6 {
  color: #333;
  margin-bottom: 1.5rem;
}
#post_content p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.download-banner {
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}
.download-banner .inner {
  background: #447dcd;
}
.download-banner .inner .metaslider img {
  min-height: 800px;
}
.download-banner .banner-text {
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-banner .app-img img {
  max-width: 100%;
  display: block;
}
.download-banner .app-text {
  margin-top: 160px;
  margin-left: 145px;
}
.download-banner .app-text h2 {
  font-size: 60px;
  font-size: 3.3333333333333335rem;
  margin-bottom: 75px;
}
.download-banner .app-text h2 > span {
  font-size: 73px;
  font-size: 4.055555555555555rem;
}
.download-banner .app-text > a {
  display: block;
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  font-weight: lighter;
  width: 15rem;
}
.download-banner .app-text > a > img {
  vertical-align: middle;
}
.download-banner .app-text > a + a {
  margin-top: 50px;
}
@media (min-width: 230px) and (max-width: 1300px) {
  .banner {
    padding: 0;
  }
}
@media (min-width: 230px) and (max-width: 640px) {
  html,
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 0 2rem;
  }
  #header .container {
    height: 100px;
  }
  #header .main-menu {
    position: relative;
    z-index: 8;
  }
  #header .main-menu .menu {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 100px;
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
  }
  #header .main-menu .menu li {
    display: list-item;
    padding: 1rem 0;
  }
  #header .main-menu .menu li + li {
    border-top: 1px solid #ddd;
    margin: 0;
  }
  #header .menu-toggle {
    width: 28px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 99;
  }
  #header .menu-toggle + div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .menu-toggle span {
    position: relative;
    display: block;
  }
  #header .menu-toggle span,
  #header .menu-toggle span:after,
  #header .menu-toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 2px;
  }
  #header .menu-toggle span:after,
  #header .menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #header .menu-toggle span:before {
    top: 9px;
  }
  #header .menu-toggle.on span {
    background-color: transparent;
  }
  #header .menu-toggle.on span:before {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
            transform: rotate(-45deg) translate(7px, -8px);
  }
  #header .menu-toggle.on span:after {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  #header .menu-toggle.on + div {
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #header .menu-toggle.on + div .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #footer {
    padding: 1rem 0;
  }
  #footer .home-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  #footer .contact {
    height: auto;
    margin-bottom: 1rem;
    text-align: center;
  }
  #footer .phone-app-img {
    margin: auto;
  }
  #footer .phone-app-img img {
    width: 100px;
  }
  #footer .footer {
    text-align: center;
  }
  .banner {
    min-width: inherit;
    margin-bottom: 4rem;
  }
  .banner .about {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .banner .about h2 {
    margin-bottom: .5rem;
    font-size: 24px;
    font-size: 1.3333333333333333rem;
  }
  .banner .about p {
    line-height: 25px;
    font-size: 18px;
    font-size: 1rem;
  }
  .banner .about a {
    margin-top: 0;
    font-size: 14px;
    font-size: 0.7777777777777778rem;
  }
  .plate-title {
    padding-top: 2rem;
  }
  .plate-title .plate-bg {
    font-size: 80px;
    font-size: 4.444444444444445rem;
  }
  .home-count .Einfo {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 0;
  }
  .home-count .Einfo .item:nth-child(odd) {
    border-left: none !important;
  }
  .lift-solve .flex {
    padding: 0;
  }
  .lift-solve [class*="tplCenter-item"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 20px;
  }
  .knowledge-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
  }
  .knowledge-content .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
  .knowledge-content .tab-nav .tab-title {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-bottom: 1rem;
  }
  .knowledge-content .tab-nav .item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    white-space: normal;
    padding: 2.5rem .5rem 1rem;
  }
  .knowledge-content .tab-nav .item:before {
    width: 40px;
    height: 40px;
  }
  .knowledge-content .tab-content {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    margin-top: 1rem;
    margin-left: 0;
  }
  .knowledge-content .tab-content .tab-detail {
    padding: 1.5rem;
  }
  .partner ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .product-service .plate-title {
    margin-bottom: 50px;
  }
  .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-content .tab_menu {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    text-align: center;
  }
  .product-content .tab_ser {
    display: inline-block;
    border-width: 0 0 3px 0;
    border-color: #fff;
  }
  .product-content .tab_ser.active {
    border-color: #447dcd;
  }
  .product-content .tab_row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
  .product-content .tab_row .content div {
    padding: 20px;
  }
  .product-content .tab_row .content:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column: 1;
  }
  .what-service-safe {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .service-flow .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 200px);
  }
  .service-flow .flow-item {
    padding: 15px;
  }
  .service-flow .flow-item:nth-child(5),
  .service-flow .flow-item:nth-child(6),
  .service-flow .flow-item:nth-child(7),
  .service-flow .flow-item:nth-child(8) {
    grid-column: inherit;
    grid-row: inherit;
  }
  .service-flow .flow-item:nth-child(4):after {
    display: none;
  }
  .archive .page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
  .archive .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive .post .thumnail {
    width: 100%;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
  .archive .post .thumnail_detail {
    padding-top: 1rem;
    padding-left: 0;
  }
  .navigation {
    position: static !important;
    margin: 0 !important;
  }
  #post_content {
    padding: 0;
  }
  .about-info .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-info .intro .intro-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    margin: 0 10px;
  }
  .about-info .intro .intro-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-time .time-nav {
    white-space: nowrap;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
  }
  .about-time .time-nav a {
    min-width: 6rem;
    margin-bottom: 3rem;
  }
  .about-time .about-course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-time .about-course .text-tip {
    width: auto;
    padding: 45px 0 0;
  }
  .download-banner {
    padding-bottom: 0;
  }
  .download-banner .inner {
    min-height: 705px;
  }
  .download-banner .app-img {
    display: none;
    visibility: hidden;
  }
  .download-banner .banner-text {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-bottom: 80px;
  }
  .download-banner .app-text {
    margin: 0;
  }
  .download-banner .app-text h2 {
    font-size: 40px;
    font-size: 2.2222222222222223rem;
  }
  .download-banner .app-text h2 span {
    font-size: 50px;
    font-size: 2.7777777777777777rem;
  }
  .download-banner .app-text > a {
    margin: auto;
  }
  .home-bottom .bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-bottom .bottom-info .wpcf7 {
    margin: 0 auto;
    width: 100%;
  }
  .home-bottom .bottom-info form {
    width: 100%;
  }
  .home-bottom .bottom-info form label {
    line-height: 50px;
  }
  .home-bottom .bottom-info form input[type=submit] {
    height: 40px;
  }
  .home-bottom .contact-info {
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
  }
  .home-bottom .bottom-title {
    font-size: 40px;
    font-size: 2.2222222222222223rem;
  }
}
.lift-supermarket .container .context-item {
  margin: 55px 0;
}
.lift-supermarket .container .context-item .market-title {
  font-size: 27px;
  font-size: 1.5rem;
  color: #666666;
  letter-spacing: 2px;
}
.lift-supermarket .container .context-item .market-tip {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  color: #333333;
  letter-spacing: 2px;
}
.lift-supermarket .container .context-item .market-img {
  padding: 10px 0;
}
.lift-supermarket .container .context-item .market-img img {
  width: 100%;
}
.lift-supermarket .container .context-item .market-img-pay {
  width: 180px;
  height: 180px;
  padding: 10px 0;
}
.lift-supermarket .container .context-item .market-img-pay img {
  width: 100%;
}
.lift-supermarket .container .context-item div {
  margin: 20px 0;
}
.lift-supermarket .divider {
  width: 60px;
  border: 2px solid #447DCD;
}
