/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html, body {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, button {
  -webkit-appearance: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.28rem;
  background-color: #fff;
  border-bottom: .5px solid #eee;
  z-index: 9;
}

.header .logo-wrapper {
  display: block;
}

.header .logo-wrapper img {
  display: block;
  /*width: 5.32rem;
  height: .8rem;*/
  width: 250px;
  margin: 0 auto;
  
}

.header .menu {
  position: absolute;
  right: .333333rem;
  display: block;
  width: .52rem;
  height: .506667rem;
  background: url(../images/icon-menu.png) center no-repeat;
  background-size: cover;
}

.nav-mask {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
  z-index: 7;
}

.nav-mask.on {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
}

.nav {
  position: fixed;
  top: 1.28rem;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  transition: all .5s ease;
  z-index: 8;
}

.nav.on {
  transform: translate3d(0, 0, 0);
}

.nav ul {
  padding: 0 1.333333rem 1.333333rem;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .4rem;
}

.nav ul li a {
  display: block;
  width: 100%;
  height: .666667rem;
  line-height: .666667rem;
  color: #666;
  font-size: .373333rem;
}

.nav ul li span {
  visibility: hidden;
  display: block;
  width: .36rem;
  height: .266667rem;
  background: url(../images/checked.png) center no-repeat;
  background-size: cover;
}

.nav ul li.active a {
  color: #1462a7;
}

.nav ul li.active span {
  visibility: visible;
}

.nav .call {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .4rem;
  height: 1.333333rem;
  color: #fff;
  background: linear-gradient(to right, #148bdf, #33befe);
}

.nav .call .icon-phone {
  display: block;
  margin-right: .266667rem;
  width: .666667rem;
  height: .613333rem;
  background: url(../images/icon-phone.png) center no-repeat;
  background-size: cover;
}

.nav .close {
  display: block;
  width: .8rem;
  height: .8rem;
  margin: .666667rem auto 0;
}

.footer {
/*  overflow: hidden; */
}

.footer .QRcode {
  display: block;
  margin: .533333rem auto .4rem;
  width: 2.4rem;
  height: 2.4rem;
}

.footer .wxid {
  display: block;
  margin-bottom: .4rem;
  /*font-size: .24rem;*/ font-size: .3rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.footer .comp-name {
  display: block;
  margin-bottom: .4rem;
  font-size: .4rem;
  font-weight: 600;
  text-align: center;
}

.footer .bottom {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.266667rem;
  border-top: .5px solid #c3c3c3;
}

.footer .bottom a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .373333rem;
  color: #222;
}

.footer .bottom a:first-child {
  border-right: .5px solid #c3c3c3;
}

.footer .bottom a img {
  display: block;
  margin-right: .2rem;
  width: .36rem;
  height: .386667rem;
}
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 1.28rem;
  height: 1.066667rem;
}
.tab a{color: #333;}
.tab .tab-item {
  font-size: .373333rem;
  line-height: 1.066667rem;
}

.tab .tab-item.on {
  color: #1462a7;
  border-bottom: .053333rem solid #1462a7;
}
.tab .tab-item.on a{
	 color: #1462a7;
}