@charset "utf-8";
/*-- 手机页面样式 --*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,dd{margin:0;padding:0}
body{font-family:"\5FAE\8F6F\96C5\9ED1";-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% !important;text-size-adjust: 100% !important;background-color:#fafafa;width:7.5rem;margin:0 auto;font-size:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none;cursor:pointer;outline-width:0px;}
a:hover{text-decoration:none;outline:0}
em,b,i,code,strong{font-style:normal;}
img{border:0;}
ol,ul,li{list-style:none}
body {
  padding-bottom: 1rem;
}
/* 顶部导航 */
.page-header {
  position: absolute;
  width: 100%;
  top: 0.56rem;
  box-sizing: border-box;
  z-index: 100;
}
.page-header .logo {
  display: inline-block;
  padding-left: 0.93rem;
  margin-bottom: 0.17rem;
  color: #ffffff;
  background: url(../images/index/logo.png) no-repeat 0.3rem center;
  background-size: 0.54rem 0.45rem;
}
.page-header .logo .title {
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.36rem;
  letter-spacing: 0.05px;
}
.page-header .logo .subtitle {
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.nav-toggle {
  float: right;
  position: relative;
  top: 0.08rem;
  right: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
}
.nav-toggle .icon {
  position: absolute;
  top: 0.13rem;
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #ffffff;
  transition-duration: 0.5s;
}
.nav-toggle.open .icon {
  width: 0rem;
}
.nav-toggle .icon::before, .nav-toggle .icon::after{
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #ffffff;
  transition-duration: 0.5s;
}
.nav-toggle .icon::before {
  top: -0.09rem;
}
.nav-toggle.open .icon::before {
  width: 0.3rem;
  transform: translateY(0.09rem) rotate(45deg);
}
.nav-toggle .icon::after {
  top: 0.09rem;
  left: 0.1rem;
}
.nav-toggle.open .icon::after {
  width: 0.3rem;
  left: 0;
  transform: translateY(-0.09rem) rotate(-45deg);
}
.top-nav {
  background-color: #ffffff;
  height: 0;
  box-shadow: 0rem 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  overflow: hidden;
}
.nav-toggle.open~.top-nav {
  height: 5.4rem;
}
.top-nav a {
  display: block;
  padding: 0rem 0.3rem;
  line-height: 0.9rem;
}
.top-nav a div {
  position: relative;
  font-size: 0.28rem;
  color: #777777;
  height: 0.9rem;
  border-bottom: 0.01rem solid #E6E6E6;
  box-sizing: border-box;
}
.top-nav a div::after {
  content: '';
  position: absolute;
  top: 0.29rem;
  right: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/nav-arrow.png) no-repeat center;
  background-size: cover;
}
.top-nav a.active div {
  color: #006AFF;
}
.footer {
  width: 100%;
  height: 0.86rem;
  line-height: 0.86rem;
  background-color: #424242;
}
.footer p {
  font-size: 0.22rem;
  color: #FFFFFF;
  text-align: center;
}

.tab-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #3E87F6;
}
.tab-bar .tab-icon {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.1rem auto;
}
.tab-bar p {
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
}
.tab-bar .split-line {
  width: 0.01rem;
  height: 0.6rem;
  background-color: #5A9CF3;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.navigation-popup {
  display: none;
  position: fixed;
  left: 0;
  bottom: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 8px 3px rgb(195 195 195 / 27%);
  z-index: 9999;
}
.navigation-popup a {
  display: block;
  padding: 0rem 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.28rem;
  color: #777777;
  border-bottom: 0.01rem solid #E6E6E6;
  box-sizing: border-box;
}

.phone-popup {
  display: none;
  position: fixed;
  left: 10%;
  right: 10%;
  bottom: 0;
  z-index: 9999;
  padding: 0.3rem 0.1rem;
}
.phone-popup .row {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #006AFF;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
  background: #FFFFFF url('../images/phone_gray.png') 0.3rem center no-repeat;
  background-size: 0.4rem 0.4rem;
  padding-left: 1rem;
}
.phone-popup .cancel-btn {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.2rem;
  font-size: 0.3rem;
  color: #006AFF;
  text-align: center;
  background-color: #FFFFFF;
}


.contact-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0.4rem;
  border-radius: 0.2rem 0.2rem 0rem 0rem;
  background-color: #FFFFFF;
  z-index: 9999;
}
.contact-popup .popup-title {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  padding: 0.4rem 0rem;
}
.contact-popup form {
  padding: 0rem 0.3rem;
}
.contact-popup form .form-group {
  margin-bottom: 0.3rem;
}
.contact-popup form input {
  width: 100%;
  height: 0.7rem;
  padding: 0.1rem 0.2rem;
  font-size: 0.24rem;
  border: 1px solid #D4D4D4;
  border-radius: 0.1rem;
  outline: none;
  box-sizing: border-box;
}
.contact-popup form textarea {
  width: 100%;
  padding: 0.1rem 0.2rem;
  font-size: 0.24rem;
  border: 1px solid #D4D4D4;
  border-radius: 0.1rem;
  outline: none;
  box-sizing: border-box;
}
.contact-popup form .submit-btn {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  background-color: #006AFF;
  border: none;
  outline: none;
  border-radius: 0.1rem;
}

#Mask {
	display: none;
	width: 200px;
	height: 100px;
	z-index: 99999;
	position: fixed;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	left: 50%;
	top: 30%;
	transform: translate(-50%);
}

#Mask #Maskdome {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 100px;
}








