.main {
  padding-top: 44px;
  box-sizing: border-box;
}
/* 公共头部 */
.header-box {
  width: 100%;
  background:#DEE9FF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-box>.container{
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 10px 12px;
	box-sizing: border-box;
}
.header-left, .header-right {
  display: flex;
  align-items: center;
}
.header-box .logo-wrapper{
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-box .logo-wrapper .line {
  width: 1px;
  height: 13px;
  background: #D3D6DD;
  margin:0 4px;
}
.header-box .logo-wrapper .logo{
  height: 17px;
}
.header-box .logo-wrapper .brand {
  height:17px;
}
.header-box .header-right .icon-menu {
	width: 24px;
	height:24px;
}
/* 导航弹框 */
.nav-mask {
	width: 100%;
  background: #fff;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 2;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}
.nav-mask.show {
	height: calc(100vh - 44px);
}
.nav-box {
	width:100%;
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.nav-list .nav-item{
	width:100%;
}
.nav-list .nav-item>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #17294D;
	padding: 16px 12px;
}
.nav-list .nav-item.active a {
	color: #3377FE;
}
.nav-list .nav-item a .icon{
	width: 16px;
	height:16px;
	background: url('../images/mobile/icon_triangle_nor@2x.png') no-repeat center/100%;
}
/* 产品与服务列表 */
.nav-dropdown {
	height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.nav-item.fold .nav-dropdown .container {
	display: none;
}
.nav-dropdown .container{
	display: block;
  padding: 0;
}
.nav-dropdown .product-mode>.title{
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #919399;
	padding: 16px 24px;
}
.nav-dropdown .product-list .product-item{
	display: flex;
	align-items: center;
	padding: 14px 24px;
}
.nav-dropdown .product-list .item-left{
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.nav-dropdown .product-list .item-right .title{
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #17294D;
}

/* 公共底部 */
.footer-box{
	padding: 20px;
  background: #17294d;
}
.content-info {
	max-width: 678px;
	margin: 0 auto;
}
/* .func-list {
  display: flex;
  justify-content: space-between;
}
.func-list dt {
  line-height: 16px;
  font-size: 16px;
  font-family: "PingFangSC-Semibold", "PingFang SC";
  color: #fff;
  margin-bottom: 20px;
}
.func-list dd {
  line-height: 12px;
  font-size: 12px;
  font-family: "PingFangSC-Regular", "PingFang SC";
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin-bottom: 12px;
}
.func-list dd:last-of-type {
  margin-bottom: 0;
}
.func-list dd a {
  text-decoration: none;
} */
.contact-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-top: 20px; */
}
.contact-info .title {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.contact-info .sub-title {
  height: 16px;
  line-height: 16px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}
.contact-info .qrcode-info {
  width: 130px;
  height: 130px;
  background-image: linear-gradient(180deg, #ededf7 0%, #ffffff 100%);
  box-shadow: 0 10px 20px 0 #14141a14;
  border-radius: 4px;
  border: 2px solid #ffffff;
  padding: 6px;
  margin-top: 16px;
}
.contact-info .qrcode-img {
  width: 114px;
  height: 114px;
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-info .qrcode-img img {
  display: block;
  width: 100%;
}
.contact-info .phone {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.contact-info .phone .label {
  line-height: 16px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.contact-info .phone .num {
  line-height: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.record-info {
	max-width: 687px;
  padding: 12px 0;
	margin: 0 auto;
}
.record-info p {
  line-height: 22px;
	text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* 悬浮侧边 */
.anchor {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 998;
}
.anchor-kf {
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: relative;
}
.anchor-kf .kf-border {
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid #3377fe;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: avatar-border 1s linear infinite;
}
.anchor-kf .kf-border2 {
  width: 64px;
  height: 64px;
  background: #f2f2f2;
  border: 2px solid #3377fe;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes avatar-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.anchor-kf img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: anchor-img-data 1s linear infinite;
}
@keyframes anchor-img-data {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.anchor-kf .text {
  width: 64px;
  height: 24px;
  background: #3377fe;
  line-height: 16px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 14px;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lxkf {
  width: 254px;
  background: url("../images/bg_lxkf@2x.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -280px;
	display: none;
}
.lxkf .icon-close {
  width: 24px;
  height: 24px;
  background: url("../images/icon_close2@2x.png") no-repeat center/16px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
}
.lxkf-main {
  padding: 44px 32px 24px;
  box-sizing: border-box;
}
.lxkf-main .title {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #303544;
}
.lxkf-main .desc {
  line-height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5e5f66;
  margin-top: 4px;
}
.lxkf-main .qrcode-wrapper {
  width: 200px;
  height: 182px;
  background: url("../images/bg_qrcode_border@2x.png") no-repeat center/100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.lxkf-main .qrcode-wrapper img {
  width: 160px;
}
.lxkf-main .mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.lxkf-main .mobile .icon-mobile {
  width: 20px;
  height: 20px;
  background: url("../images/icon_phone@2x.png") no-repeat center/100%;
  margin-right: 8px;
}
.lxkf-main .mobile .num {
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #384868;
}
.skips-nav {
  width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(180deg, #e7f3ff 0%, #e5ebf6 98%);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 5px 0;
  box-sizing: border-box;
  margin-top: 20px;
}
.skips-nav-li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
.skips-nav-li img {
  display: block;
  width: 32px;
  height: 32px;
}
.skips-nav-li .text {
  line-height: 17px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5a5c5f;
  margin-top: 8px;
}
.skips-nav-line {
  width: 24px;
  height: 1px;
  background: #d6d9df;
  margin: 1px 0;
}
.anchor-try {
  width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(180deg, #007dff 0%, #2e74ff 98%);
  border-radius: 8px;
  padding: 5px 0;
  box-sizing: border-box;
  margin-top: 12px;
}
.anchor-try-li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:6px;
  box-sizing: border-box;
  cursor: pointer;
}
.anchor-try-li img {
  display: block;
  width: 32px;
  height: 32px;
}
.anchor-try .text {
  line-height: 17px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-top: 8px;
}
.anchor-try-line {
  width: 24px;
  height: 1px;
  background: #136aea;
  margin: 2px 0;
}

/* 咨询/预约展示 */
.consult-mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.consult-wrapper {
  width: 100%;
  height: 100%;
  max-width: 375px;
  max-height: 667px;
  padding: 40px 16px 52px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consult-wrapper .icon-close {
  width: 24px;
  height: 24px;
  background: url("../images/mobile/icon_close@2x.png") no-repeat center/100%;
  position: absolute;
  top: 48px;
  right: 24px;
  cursor: pointer;
}
.consult-top {
  width: 100%;
  height: 88.7%;
  background:#fff;
  border-radius: 8px;
}
.consult-top .info {
  width: 100%;
  height: 35.3%;
  background: url('../images/mobile/bg_consult@2x.png') no-repeat center top/100% auto;
}
.consult-top .qrcode-wrapper {
  width: 100%;
  height: 64.7%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}
.consult-top img {
  display: block;
  width: 63%;
}
.consult-top .desc {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.consult-top .desc .icon {
  width: 16px;
  height: 16px;
  background:url('../images/mobile/icon_point@2x.png') no-repeat center/100%;
  margin-right: 4px;
}
.consult-top .desc .text {
  line-height: 20px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9B9EA8;
}
.consult-bottom {
  margin-top: 12px;
}
.consult-bottom .text {
  line-height: 17px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
}