* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  width: 100%;
  font-family: Arial, sans-serif;
  background: #fff;
}

.animate-300 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.animate-600 {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.animate-1200 {
  transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
}

.header {
  padding-top: 0.469333rem;
  padding-left: 0.682667rem;
  height: 1.706667rem;
  width: 16rem;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  position: fixed;
  z-index: 99;
}

.header.sntm0 {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header>.logo>a {
  display: inline-block;
  width: 2.752rem;
  height: 0.768rem;
  background: url('/frontend/web/image/mobile/layout/logo.png') no-repeat top left;
  background-size: contain;
}

.header.sntm0>.logo>a {
  background-image: url('/frontend/web/image/mobile/layout/logo_blue.png');
}

.header>.menu {
  width: 0.64rem;
  height: 0.469333rem;
  cursor: pointer;
  position: absolute;
  right: 0.682667rem;
  top: 0.384rem;
}

.header>.menu>b {
  display: inline-block;
  width: 0.64rem;
  height: 0.469333rem;
  position: relative;
}

.header>.menu>b::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.042667rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.header>.menu>b::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.042667rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.header>.menu>b>em {
  display: inline-block;
  width: 100%;
  height: 0.042667rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.header.sntm0>.menu>b::before,
.header.sntm0>.menu>b::after,
.header.sntm0>.menu>b>em {
  background-color: #000;
}

.header>.menu.active>b::before {
  margin-top: 0.128rem;
  transform: translateX(0.085333rem) rotateZ(45deg) scaleX(0.8);
  transform-origin: 34%;
}

.header>.menu.active>b::after {
  transform: translateX(0.213333rem) rotateZ(-45deg) scaleX(0.8);
  transform-origin: -17%;
}

.header .menu.active>b>em {
  opacity: 0;
}

.show-menu {
  display: none;
  height: 0;
  overflow: hidden;
  padding: 0.170667rem 1.28rem;
  width: 16rem;
  background: #fff;
  position: fixed;
  top: 1.706667rem;
  z-index: 9;
}

.show-menu.sntm0 {
  display: block;
  height: calc(100% - 1.706667rem);
}

.show-menu>.item {
  /*padding: 0.768rem 0;*/
}

.show-menu>.item.ra {
  position: relative;
}

.show-menu>.item.ra>span {
  display: block;
  margin-top: -0.149333rem;
  width: 0.469333rem;
  height: 0.298667rem;
  background: url(/frontend/web/image/mobile/layout/footer_arrow_up.png) no-repeat top left;
  background-size: 0.512rem 0.32rem;
  transform: rotate(180deg);
  position: absolute;
  top: 1.066667rem;
  right: 0;
}

.show-menu>.item.ra.active>span {
  transform: rotate(0deg);
}

.show-menu>.item:not(:last-child) {
  /*border-bottom: 0.021333rem solid rgba(0, 0, 0, 0.15);*/
}

.show-menu>.item a {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 0.597333rem;
  line-height: 0.725333rem;
  color: rgba(0, 0, 0, 0.85);
  padding: 0.768rem 0;
  border-bottom: 0.021333rem solid rgba(0, 0, 0, 0.15);
}

.mc-show {
  display: none;
  padding-top: 0.313333rem;
  padding-bottom: 0.313333rem;
  /*padding-left: 1.194667rem;*/
  border-bottom: 0.021333rem solid rgba(0, 0, 0, 0.15);
}

.show-menu>.item.ra.active .mc-show {
  display: block;
}

.show-menu>.item .mc-show a {
  display: block;
  padding: 0.490667rem 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  border-bottom: none;
}

.footer {
  padding: 0 0.96rem;
  background-color: #fafafa;
}

.experience {
  height: 10.869565217391305rem;
  width: 100%;
  background: url('/frontend/web/image/mobile/layout/use_bg.png') no-repeat 50%;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.experience .experience-title {
  font-size: 0.869rem;
  color: rgba(7, 166, 240, 0.2);
}

.experience .experience-label {
  font-size: 0.869rem;
  color: #ffffff;
  background-color: rgba(7, 166, 240);
  padding: 0.3rem 0.869rem;
  border-radius: 1.0869565217391304rem;
  margin-top: 0.9565217391304348rem;
}

.footer .fnav {
  padding-top: 1.024rem;
}

.footer .fnav .li {
  font-weight: 400;
  font-size: 0.597333rem;
  line-height: 0.725333rem;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.footer .fnav .li .t {
  padding: 0.768rem 0;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  position: relative;
}

.footer .fnav .li .t span {
  display: block;
  margin-top: -0.149333rem;
  width: 0.469333rem;
  height: 0.298667rem;
  background: url('/frontend/web/image/mobile/layout/footer_arrow_up.png') no-repeat top left;
  background-size: 0.512rem 0.32rem;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  right: 0;
}

.footer .fnav .li.active .t span {
  transform: rotate(0);
}

.footer .fnav .li .s {
  display: none;
  padding: 0.341333rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .fnav .li.active .s {
  display: block;
}

.footer .fnav .li .s a {
  display: block;
  padding: 0.426667rem 0;
  font-size: 0.597333rem;
  line-height: 0.597333rem;
  color: rgba(0, 0, 0, 0.65);
}

.footer .middle {
  padding-top: 0.768rem;
  padding-bottom: 0.682667rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .middle .tel {
  width: 8.106667rem;
  float: left;
}

.footer .middle .tel .p1 {
  margin-top: -0.149333rem;
  font-weight: 400;
  font-size: 0.810667rem;
  line-height: 1.109333rem;
  color: #07a6f0;
}

.footer .middle .tel .p1 a {
  color: #07a6f0;
}

.footer .middle .tel .p2 {
  margin-top: 0.490667rem;
  font-weight: 400;
  font-size: 0.469333rem;
  line-height: 0.72rem;
  color: rgba(0, 0, 0, 0.85);
}

.footer .middle .qcode {
  width: 5.973333rem;
  float: right;
}

.footer .middle .qcode .item {
  margin-left: 0.405333rem;
  width: 2.432rem;
  float: right;
}

.footer .middle .qcode .o {
  width: 2.432rem;
}

.footer .middle .qcode .o img {
  width: 100%;
}

.footer .middle .qcode p {
  margin-top: 0.277333rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.469333rem;
  line-height: 0.469333rem;
  color: rgba(0, 0, 0, 0.85);
}

.footer .copyright {
  padding-top: 0.469333rem;
  padding-bottom: 1.792rem;
  font-weight: 400;
  font-size: 0.426667rem;
  line-height: 0.853333rem;
  color: rgba(0, 0, 0, 0.65);
}

[data-aos='fade-up'] {
  transform: translateY(0.64rem);
}