.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
          justify-content: start;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}
.free-top {
  margin-top: auto;
}
.free-left {
  margin-left: auto;
}
.free-right {
  margin-right: auto;
}
.free-bottom {
  margin-bottom: auto;
}
.order-before {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}
.order-after {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.self-center {
  -webkit-align-self: center;
          align-self: center;
}
.self-baseline {
  -webkit-align-self: baseline;
          align-self: baseline;
}
.self-stretch {
  -webkit-align-self: stretch;
          align-self: stretch;
}
.self-start {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.self-end {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.content-start {
  -webkit-align-content: flex-start;
          align-content: flex-start;
}
.content-end {
  -webkit-align-content: flex-end;
          align-content: flex-end;
}
.content-center {
  -webkit-align-content: center;
          align-content: center;
}
.content-between {
  -webkit-align-content: space-between;
          align-content: space-between;
}
.content-around {
  -webkit-align-content: space-around;
          align-content: space-around;
}
.content-stretch {
  -webkit-align-content: stretch;
          align-content: stretch;
}
.flex-min {
  min-height: 0;
  min-width: 0;
}
.flex-max {
  max-height: 100%;
  max-width: 100%;
}
.flex-golden {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 61.80339887%;
          flex: 0 1 61.80339887%;
}
.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
          flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
          flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
          flex: 4;
}
.flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
          flex: 5;
}
.flex-6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
          flex: 6;
}
.flex-7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
          flex: 7;
}
.flex-8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
          flex: 8;
}
.flex-9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
          flex: 9;
}
.flex-10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
          flex: 10;
}
.flex-11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
          flex: 11;
}
.flex-12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
          flex: 12;
}
.grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
}
.grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
}
.grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
          flex-grow: 3;
}
.grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
          flex-grow: 4;
}
.grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
          flex-grow: 5;
}
.grow-6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
          flex-grow: 6;
}
.grow-7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
          flex-grow: 7;
}
.grow-8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
          flex-grow: 8;
}
.grow-9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
          flex-grow: 9;
}
.grow-10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
          flex-grow: 10;
}
.grow-11 {
  -webkit-box-flex: 11;
  -webkit-flex-grow: 11;
          flex-grow: 11;
}
.grow-12 {
  -webkit-box-flex: 12;
  -webkit-flex-grow: 12;
          flex-grow: 12;
}
.shrink-0 {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.shrink-1 {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.shrink-2 {
  -webkit-flex-shrink: 2;
          flex-shrink: 2;
}
.shrink-3 {
  -webkit-flex-shrink: 3;
          flex-shrink: 3;
}
.shrink-4 {
  -webkit-flex-shrink: 4;
          flex-shrink: 4;
}
.shrink-5 {
  -webkit-flex-shrink: 5;
          flex-shrink: 5;
}
.shrink-6 {
  -webkit-flex-shrink: 6;
          flex-shrink: 6;
}
.shrink-7 {
  -webkit-flex-shrink: 7;
          flex-shrink: 7;
}
.shrink-8 {
  -webkit-flex-shrink: 8;
          flex-shrink: 8;
}
.shrink-9 {
  -webkit-flex-shrink: 9;
          flex-shrink: 9;
}
.shrink-10 {
  -webkit-flex-shrink: 10;
          flex-shrink: 10;
}
.shrink-11 {
  -webkit-flex-shrink: 11;
          flex-shrink: 11;
}
.shrink-12 {
  -webkit-flex-shrink: 12;
          flex-shrink: 12;
}
.basis-0 {
  -webkit-flex-basis: 0%;
          flex-basis: 0%;
}
.basis-1 {
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
}
.basis-2 {
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
}
.basis-3 {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
}
.basis-4 {
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
}
.basis-5 {
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
}
.basis-6 {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
}
.basis-7 {
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
}
.basis-8 {
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
}
.basis-9 {
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
}
.basis-10 {
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
}
.basis-11 {
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
}
.basis-12 {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
.basis-100vw {
  -webkit-flex-basis: 100vw;
          flex-basis: 100vw;
}
.basis-100vh {
  -webkit-flex-basis: 100vh;
          flex-basis: 100vh;
}
.basis-100vmax {
  -webkit-flex-basis: 100vmax;
          flex-basis: 100vmax;
}
.basis-100vmin {
  -webkit-flex-basis: 100vmin;
          flex-basis: 100vmin;
}
.basis-golden {
  -webkit-flex-basis: 61.80339887%;
          flex-basis: 61.80339887%;
}
.basis-content {
  -webkit-flex-basis: content;
          flex-basis: content;
}
.basis-auto {
  -webkit-flex-basis: auto;
          flex-basis: auto;
}
@media (orientation: portrait) {
  .flex\@portrait {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .inline-flex\@portrait {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .flex-wrap\@portrait {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-nowrap\@portrait {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@portrait {
    -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (orientation: landscape) {
  .flex\@landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .inline-flex\@landscape {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .flex-wrap\@landscape {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-nowrap\@landscape {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@landscape {
    -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}

.b-1px,
.b-1px-t,
.b-1px-b,
.b-1px-tb,
.b-1px-l,
.b-1px-r {
  position: relative;
}
.b-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.b-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.b-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

@font-face {
  font-family: "iconfont"; /* project id 1930375 */
  src: url("//at.alicdn.com/t/font_1930375_2973h96a8lt.eot");
  src: url("//at.alicdn.com/t/font_1930375_2973h96a8lt.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1930375_2973h96a8lt.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1930375_2973h96a8lt.woff") format("woff"),
    url("//at.alicdn.com/t/font_1930375_2973h96a8lt.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1930375_2973h96a8lt.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_arrow-top-circle:before {
  content: "\e681";
}

.icon_nice:before {
  content: "\e6b7";
}

.icon_star:before {
  content: "\e600";
}

.icon_arrow2-down:before {
  content: "\e61d";
}

.icon_share:before {
  content: "\e6cb";
}

.icon_eye:before {
  content: "\e601";
}

.icon_good:before {
  content: "\e629";
}

.icon_jiantou:before {
  content: "\e7a7";
}

.icon_ico_yishenggongzuozhan_meilijiance:before {
  content: "\e89d";
}

.icon_youshanghuadong:before {
  content: "\e645";
}

.icon_zuoxiahuadong:before {
  content: "\e646";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
}
textarea {
  resize: none;
}
.toasted-container .toasted {
  padding: 0.1rem 0.2rem;
  min-width: 3rem;
  min-height: 0.6rem;
  font-size: 0.28rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
/*包含以下五种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}
span,
div,
i,
p,
h4,
h5,
li {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

