nav nav /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100% ;  /* 2 */
}
html,body{
  font-size:40px;
  -webkit-tap-highlight-color:transparent;
}
body {
  margin: 0;
  -webkit-font-smoothing:antialiased;

}
*{
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
section{width:100%;}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}
.hidden{
  display: none;
}
.none{
  display:none;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* img {
  border: 0;
  width:100%;
} */

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body{
    font-family:  "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei",Arial, Verdana, SimSun-ExtB,arial,sans-serif;
    /* font-size: 16px; */
    line-height:0;
}
ul,li,p{
    padding: 0;
    margin: 0;
    list-style: none;
}
i{
  font-style: normal;
}
strong{
    font-weight: normal;
}
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}
input,button,select{
    outline: none;
}
.text-l{
  text-align: left;
}
.text-c{
  text-align: center;
}
.text-r{
  text-align: right;
}
.header{
  width:100%;
  line-height:1.125rem;
  background-color:#f8f8f8;
  border-bottom:1px solid #b8b8b8;
  position:fixed;
  text-align: center;
  color:#f00000;
  font-size:0.425rem;

  z-index:999;
  top:0;
  left:0;
}
.header i.list{
  width:0.4125rem;
  height:1.125rem;
  margin-left:2%;
  display:inline-block;
  background:url(../img/header-list.png)no-repeat center;
  background-size:contain;
  vertical-align: middle;
}
.header i.click{
  background-image:url(../img/header-list-1.png);
}
.return,.shopcart{
    width:25%;
    height:1.125rem;
    font-size:0.375rem;
    color:#333333;
    position:absolute;
    top:0;
}
.return{
  left:0;
  text-align: left;
  line-height:1.125rem;
  vertical-align: middle;
  font-weight: normal;
}
.return img{
    margin-left:16%;
    height:0.5rem;
    vertical-align: middle;
    margin-right:5%;
    margin-top:-0.05rem;
}
.shopcart{
  text-align:right;
  right:0;
}
.shopcart img{
  display:inline-block;
  vertical-align:top;
}
.shopcart img:last-child{
  margin-right:16%;
  height:0.1rem;
  margin-top:0.5025rem;
}
.shopcart img:first-child{
  margin-right:5%;
  height:0.5rem;
  margin-top:0.3125rem;
}
.footer{
  left:0;
  bottom:0;
  width:100%;
  position:fixed;
  z-index: 99;
  background-color:#ffffff;
}
.footer ul{
  display:block;
  width:100%;
}
.footer ul li{
  float:left;
  
}
.footer ul li{
  width: 25%;
  line-height: 1.25rem;
  text-align: center;
  font-size: 0.375rem;
  color: #ffffff;
}
.footer ul li:first-child{
  width:35%;
  line-height: 1.25rem;
  font-size: 0.4rem;
  color:#f00000;
  padding-left: 4%;
  text-align: left;
}
.footer ul li:first-child i{
  line-height: 0.5rem;
  background-color: #ff4949;
  float:right;
  font-size: 0.3rem;
  padding: 0 0.15rem;
  color: #ffffff;
  margin-top:0.4rem;

}
.footer ul li.list{
  width: 15%;
  height: 1.25rem;
}
.footer ul li.list img{
  width:30%;
  display: inline-block;
  vertical-align: middle;
}
.footer ul li.add-shop-cart{
  background-color: #feaf00;
}
.footer ul li.imm-pay{
  background-color:#f00000;
}
.top-list{
  position:fixed;
  right:0;
  top:1.15rem;
  padding:0 0.375rem;
  background: #f0f0f0;
  font-size:0.425rem;
  color:#333333;
  width:3.25rem;
  z-index:10001;
}
.top-list ul{
    display:block;
}
.top-list ul li{
    width:100%;
    line-height:1.125rem;
    border-bottom:1px solid #d8d8d8;
}
.top-list .img{
    height:1.125rem;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    display:inline-block;
    width:0.375rem;
    margin-right:0.25rem;
    vertical-align: top;
}
.top-list li .img1{
    background-image:url(../img/membership-top-1.png);
}
.top-list li.click .img1{
    background-image:url(../img/membership-top-1-1.png);
}
.top-list li .img2{
    background-image:url(../img/membership-top-2.png);
}
.top-list li.click .img2{
    background-image:url(../img/membership-top-2-1.png);
}
.top-list li .img3{
    background-image:url(../img/membership-top-3-1.png);
}
.top-list li.click .img3{
    background-image:url(../img/membership-top-3.png);
}
.top-list li .img4{
    background-image:url(../img/membership-top-4.png);
}
.top-list li.click .img4{
    background-image:url(../img/membership-top-4-1.png);
}
.top-list ul li.click{
    color:#f00000;
}
.citicCenter-intro{
    position: fixed;
    left:0;
    bottom:1.25rem;
    width:100%;
    height:1.25rem;
    line-height: 1.25rem;
    font-size:0.3rem;
    color:#999999;
    text-align:center;
}
.citicCenter-foot{
    line-height: 1.25rem;
    font-size: 0.3rem;
    color: #999999;
    text-align: center;
}
@media screen and (max-width:320px){
    html,body{
        font-size:30px;
    }
    .footer ul li:first-child i{
      transform:scale(0.85);
      -webkit-transform:scale(0.85);
      -ms-transform:scale(0.85);
       -mos-transform:scale(0.85);
    }
    .popup-fq-area ul li i{
      transform:scale(0.85);
      -webkit-transform:scale(0.85);
      -ms-transform:scale(0.85);
      -mos-transform:scale(0.85);
    }
}
@media screen and (min-width:321px) and (max-width:375px){
    html,body{
        font-size:40px;
    }
}
@media screen and (min-width:376px){
    html,body{
        font-size:42px;
    }
}

