/* KaiFaMei原创源码，唯一官网：www.KaiFaMei.com */
@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

a:focus {
  outline: 0; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0; }

html {
  font-family: '微软雅黑', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted;
  outline: 0; }

a {
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "“" "”" "‘" "’"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only; }

input:focus,
textarea:focus {
  outline: 0; }

.tap_init {
  -webkit-tap-highlight-color: transparent; }

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none; }

b,
em,
strong {
  font-style: normal; }

body {
  -webkit-tap-highlight-color: transparent; }

a:focus,
div:focus,
input:focus,
p:focus {
  -webkit-tap-highlight-color: transparent; }

div:focus,
span:focus {
  outline: none; }

a:hover,
a:focus {
  text-decoration: none; }

html, body {
  max-width: 640px;
  margin: 0 auto; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: #fff; }
  .header.second {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 47px;
    border-bottom: 1px solid #f2f2f2; }
    .header.second .logo {
      display: none; }
    .header.second .return {
      display: block; }
    .header.second .list-iconfont {
      display: none; }
    .header.second .title {
      font-size: 17px;
      color: #ec2b42;
      width: 100%;
      font-weight: bold;
      text-align: center;
      display: block;
      padding-left: 17px;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .header.second .title.an {
        width: auto;
        padding: 0 20px; }
    .header.second form {
      margin-left: 12px; }
    .header.second .search {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      margin: 0;
      -webkit-box-flex: inherit;
      -webkit-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      padding: 0 8px;
      background: none;
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 35px; }
      .header.second .search.an {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto;
        background: #f2f2f2; }
        .header.second .search.an img {
          position: static; }
        .header.second .search.an form {
          margin-left: 0; }
        .header.second .search.an .search-input {
          width: 100%;
          display: block;
          padding-left: 10px; }
        .header.second .search.an .submit-input {
          display: block;
          right: 0; }
        .header.second .search.an span {
          padding-right: 10px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .header.second .search.an span.active {
            display: none; }
      .header.second .search span.active {
        position: relative; }
      .header.second .search img {
        position: absolute;
        width: 11.5px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto; }
      .header.second .search .search-input {
        width: 0; }
      .header.second .search .submit-input {
        display: none; }
      .header.second .search span {
        display: none; }
        .header.second .search span.active {
          display: block; }
  .header .title {
    display: none; }
  .header .logo {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header .logo img {
      width: 34.5px; }
  .header .return {
    display: none;
    position: relative;
    width: 12.5px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .header .return.an a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header .return.an img {
      position: static; }
    .header .return img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 100%;
      padding: 0; }
  .header .search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f2f2f2;
    height: 27px;
    padding-left: 13px;
    margin: 0 22px; }
    .header .search form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      position: relative; }
    .header .search .search-input {
      height: 100%;
      font-size: 12px;
      width: 100%;
      background: none; }
    .header .search .submit-input {
      position: absolute;
      right: -8px;
      opacity: 0; }
    .header .search span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .search span.active {
        display: none; }
        .header .search span.active img {
          width: 19px; }
    .header .search img {
      width: 11.5px; }
    .header .search form input {
      border: 0;
      outline: none; }
  .header .title {
    display: none; }
  .header .list-iconfont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header .list-iconfont a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header .list-iconfont img {
      width: 24px; }

.footer {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%; }
    .footer ul li.active:first-child a span {
      display: none; }
    .footer ul li.active:first-child a img {
      width: 32px; }
    .footer ul li.active a {
      color: #ec2b42; }
      .footer ul li.active a img {
        display: none; }
        .footer ul li.active a img.active {
          display: block; }
    .footer ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #909090;
      font-size: 12px;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .footer ul li a img {
        width: 18px;
        display: block; }
        .footer ul li a img.active {
          display: none; }
      .footer ul li a span {
        margin-top: 5px;
        font-weight: normal; }

.commonListImgText {
  box-sizing: border-box;
  padding: 25px 15px;
  padding: 0 15px;
  background: #fff;
  border-radius: 16px; }
  .commonListImgText ul:nth-of-type(1) {
    display: block; }
  .commonListImgText ul:nth-of-type(2) {
    display: none; }
  .commonListImgText ul li {
    box-sizing: border-box;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5; }
    .commonListImgText ul li:last-child {
      border-bottom: 0; }
    .commonListImgText ul li a {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .commonListImgText ul li a .img {
        border-radius: 10px;
        overflow: hidden;
        width: 128px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        .commonListImgText ul li a .img img {
          width: 100%; }
      .commonListImgText ul li a .text {
        padding-left: 18px;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .commonListImgText ul li a .text .title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 8px; }
          .commonListImgText ul li a .text .title span {
            font-weight: bold; }
            .commonListImgText ul li a .text .title span:nth-of-type(1) {
              font-size: 17px;
              color: #262626;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-right: 10px;
              max-width: 156px; }
              @media (max-width: 360px) {
                .commonListImgText ul li a .text .title span:nth-of-type(1) {
                  font-size: 14px;
                  max-width: 75px; } }
            .commonListImgText ul li a .text .title span:nth-of-type(2) {
              font-size: 14px;
              color: #ec2b42;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden; }
              @media (max-width: 360px) {
                .commonListImgText ul li a .text .title span:nth-of-type(2) {
                  font-size: 12px; } }
        .commonListImgText ul li a .text .stores, .commonListImgText ul li a .text .belongs {
          color: #898989;
          font-size: 12px;
          margin-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }

.commonStatement {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 58px; }
  .commonStatement .bg {
    border: 3px dashed #cdcdcd;
    border-radius: 10px;
    padding: 20px; }
  .commonStatement .title {
    font-size: 16px;
    color: #ec2b42;
    font-weight: bold;
    margin-bottom: 16px; }
  .commonStatement .desc p {
    color: #7e7e7e;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.8; }
  .commonStatement .bg2 {
    color: #7e7e7e;
    text-align: center;
    font-size: 12px;
    padding: 20px 0; }
    .commonStatement .bg2 p {
      margin-bottom: 5px; }
    .commonStatement .bg2 span {
      font-size: 13px;
      color: #ec2b42; }

.commonTabTages ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5px; }
  .commonTabTages ul li.active a::after {
    content: ''; }
  .commonTabTages ul li a {
    display: block;
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    @media (max-width: 380px) {
      .commonTabTages ul li a {
        font-size: 16px; } }
    .commonTabTages ul li a::after {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -3px;
      background: #ec2b42;
      content: none;
      width: 100%;
      height: 2px;
      z-index: -1; }

.commonTop {
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 5px;
  z-index: 999;
  width: 35px;
  height: 35px;
  box-sizing: border-box; }
  .commonTop img {
    width: 25px; }
.header.second .return.return2 {
  width: 20px;
}

.commonStatement .addnewfooter {
  text-align: center;
  margin-top: 17px;
}
.commonStatement .addnewfooter a {
  font-size: 12px;
  color: #868686;
  padding: 0 5px;
  position: relative;
}
.commonStatement .addnewfooter a:last-child::after {
  content: none;
}
.commonStatement .addnewfooter a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #c0c0c0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.commonListImgText ul li a .img img {
    width: 100%;
    display: block;
    height: 100%;
}
.commonListImgText ul li a .img{
    height:82px;
}
.commonListImgText ul li a .img{
    border-radius:5px;
    width: 120px;
    height: 80px;
}

/* add */
.footer ul li a span{
  margin-top:2px;
}
.footer ul li.active:first-child a img{
  width:36px;
}
