@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img,
input {
  border: 0px;
  vertical-align: middle;
  color: #333333;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: 0;
  border-radius: 0;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
input,
button,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
  font-style: normal;
}

a,
i,
em,
b,
strong {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

.clear {
  clear: both;
  display: none;
}

.clearfix:after {
  content: ".";
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wid {
  padding: 0 .4rem 0 .4rem;
}

button {
  outline: none;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: transparent;
}

select {
  outline: 0;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: none;
}

textarea {
  -webkit-appearance: none;
}

body,
html {
  background: #fff;
  max-width: 640px;
  color: #242021;
  margin: 0 auto;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 100%;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

input:-moz-placeholder {
  color: #cccccc;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

textarea:-moz-placeholder {
  color: #cccccc;
}

textarea::-webkit-textarea-placeholder {
  color: #cccccc;
}

textarea:-ms-input-placeholder {
  color: #cccccc;
}

textarea::-webkit-input-placeholder {
  color: #cccccc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

a {
  color: #242021;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:focus,
a:hover {
  color: #242021;
  text-decoration: none;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
}

iframe {
  width: 100%;
}




/* base */

.pg-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-width: 750px;
  margin: 0 auto;
  z-index: 1000;
  background-color: #fff;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 0 .4rem;
}
.pg-header.active{-webkit-box-shadow: 0 0 3px hsla(0,0%,40%,.2);
  box-shadow: 0 0 3px hsla(0,0%,40%,.2);}


.pg-header .logo img {
  height: 1.04rem;
}

.header-block {
  height: 1.6rem;
}

.menuBtn {
  position: absolute;
  top: .533333rem;
  right: .4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.menuBtn b {
  background-color: #4d99d3;
  width: 25px;
  display: block;
  border-radius: 30px;
  height: 3px;
  margin-bottom: 6px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

/* nav */
.pg-nav {
  position: fixed;
  z-index: 1035;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-out 0s;
  -o-transition: .25s ease-out 0s;
  transition: .25s ease-out 0s;
}

.pg-nav .shadow-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.navbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.933333rem;
  height: 100%;
  font-size: .48rem;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s ease-out 0s;
  -o-transition: .3s ease-out 0s;
  transition: .3s ease-out 0s;
}


.navbar header {
  padding: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar header img {
  height: .546667rem;
}


.navbar-list li {
  border-bottom: .266667rem solid #f7f7f7;
}

.navbar-list li .yiji {
  padding: .266667rem .4rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: .32rem;
  color: #4d99d3;
}

.navbar-list li .erji {
  padding-left: 1.066667rem;
}

.navbar-list li .erji a {
  padding: .6rem .533333rem .213333rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: .426667rem;
  font-weight: bold;
  color: #666666;
  display: block;
  background: url(../images/icon_right.png) no-repeat;
  background-position: 5.066667rem .666667rem;
  background-size: .24rem
}

.navbar-list li .erji a:last-child {
  border: none;
}


.pg-nav.active {
  opacity: 1;
  visibility: visible;
}

.pg-nav.active .navbar {

  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}