/* line 5, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, F:/env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/common.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, SF UI Text, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

/* line 13, ../sass/common.scss */
body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  background: #dee3e5;
  color: #333333;
  line-height: 1.2;
  overflow-x: hidden;
}

/* line 24, ../sass/common.scss */
img {
  display: block;
  border: none;
  font-size: 0;
}

/* line 25, ../sass/common.scss */
a, a:hover, a:focus {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 26, ../sass/common.scss */
input, p, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 27, ../sass/common.scss */
ul {
  list-style: none;
}

/* line 28, ../sass/common.scss */
ul, div {
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/common.scss */
.clear {
  clear: both;
}

/* line 30, ../sass/common.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 31, ../sass/common.scss */
.fl {
  float: left;
}

/* line 32, ../sass/common.scss */
.fr {
  float: right;
}

/* line 33, ../sass/common.scss */
.black {
  color: #000;
}

/* line 34, ../sass/common.scss */
.white {
  color: #fff;
}

/* line 35, ../sass/common.scss */
::-webkit-scrollbar {
  width: 5px;
}

/* line 36, ../sass/common.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 37, ../sass/common.scss */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.9);
}

/* line 38, ../sass/common.scss */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(3, 3, 3, 0.4);
}

/* line 40, ../sass/common.scss */
.layout {
  width: 100%;
  margin: 0 auto;
}

/* line 42, ../sass/common.scss */
.construct {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #ffffff;
}

/* line 50, ../sass/common.scss */
.ads_box ul {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 57, ../sass/common.scss */
.wrapper {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
}

/* line 63, ../sass/common.scss */
.header {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}
/* line 69, ../sass/common.scss */
.header > .wrapper {
  height: inherit;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
/* line 76, ../sass/common.scss */
.header .logo {
  width: 90px;
  height: auto;
  flex: none;
}
/* line 80, ../sass/common.scss */
.header .logo img {
  width: 100%;
}
/* line 84, ../sass/common.scss */
.header .right {
  height: inherit;
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 91, ../sass/common.scss */
.header .right .top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
/* line 97, ../sass/common.scss */
.header .right .top .search,
.header .right .top .cart,
.header .right .top .login,
.header .right .top .lang,
.header .right .top .sites {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}
/* line 108, ../sass/common.scss */
.header .right .top .search {
  width: 214px;
  height: 30px;
  background-color: #F1F1F1;
  border-radius: 30px;
  color: #999999;
  justify-content: center;
}
/* line 115, ../sass/common.scss */
.header .right .top .search .iconfont {
  font-size: 14px;
  color: inherit;
  margin-right: 10px;
}
/* line 120, ../sass/common.scss */
.header .right .top .search input {
  outline-style: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: inherit;
  line-height: 30px;
  font-size: 14px;
}
/* line 131, ../sass/common.scss */
.header .right .top .cart,
.header .right .top .login {
  font-size: 14px;
  color: #999999;
}
/* line 135, ../sass/common.scss */
.header .right .top .cart .iconfont,
.header .right .top .login .iconfont {
  margin-right: 6px;
}
/* line 139, ../sass/common.scss */
.header .right .top .login {
  color: #249547;
}
/* line 142, ../sass/common.scss */
.header .right .top .lang {
  color: #999999;
  font-size: 14px;
}
/* line 145, ../sass/common.scss */
.header .right .top .lang .line {
  width: 1px;
  height: 14px;
  margin: 0 4px;
  background-color: #999999;
}
/* line 151, ../sass/common.scss */
.header .right .top .lang a.active {
  color: #249547;
}
/* line 155, ../sass/common.scss */
.header .right .top .separation {
  width: 1px;
  height: 30px;
  margin: 0 20px;
  background-color: #999999;
}
/* line 161, ../sass/common.scss */
.header .right .top .sites {
  margin-left: 0;
}
/* line 163, ../sass/common.scss */
.header .right .top .sites > a {
  margin-left: 12px;
}
/* line 164, ../sass/common.scss */
.header .right .top .sites > a img {
  width: 24px;
  height: 16px;
}
/* line 170, ../sass/common.scss */
.header .right .top .sites > a:first-child {
  margin: 0;
}
/* line 175, ../sass/common.scss */
.header .right .navi {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
/* line 181, ../sass/common.scss */
.header .right .navi .item {
  margin: 0 15px;
  padding: 0 15px;
  height: inherit;
  position: relative;
  border-bottom: transparent 4px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 188, ../sass/common.scss */
.header .right .navi .item:hover {
  border-bottom-color: #249547;
}
/* line 190, ../sass/common.scss */
.header .right .navi .item:hover .sub_navs {
  display: block;
}
/* line 194, ../sass/common.scss */
.header .right .navi .item:last-child {
  margin-right: 0;
}
/* line 197, ../sass/common.scss */
.header .right .navi .item > a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
/* line 202, ../sass/common.scss */
.header .right .navi .item .sub_navs {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 33px;
  width: 180px;
  height: auto;
  padding: 20px 0 0;
  display: none;
}
/* line 211, ../sass/common.scss */
.header .right .navi .item .sub_navs .wrap {
  background-color: #ffffff;
  padding: 20px 0;
}
/* line 214, ../sass/common.scss */
.header .right .navi .item .sub_navs .wrap > a {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 10px 5px;
  transition: all .3s;
  display: block;
  box-sizing: border-box;
}
/* line 224, ../sass/common.scss */
.header .right .navi .item .sub_navs .wrap > a:hover {
  background-color: #EEEEEE;
}

/* line 236, ../sass/common.scss */
.footer .top {
  height: auto;
  padding: 60px 0 30px;
  background-color: #98A2A4;
}
/* line 240, ../sass/common.scss */
.footer .top .wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
/* line 246, ../sass/common.scss */
.footer .top .item {
  height: 112px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
}
/* line 253, ../sass/common.scss */
.footer .top .item .l {
  font-size: 16px;
}
/* line 256, ../sass/common.scss */
.footer .top .item .c {
  font-size: 14px;
  line-height: 2;
}
/* line 263, ../sass/common.scss */
.footer .top .wechat .c img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
/* line 272, ../sass/common.scss */
.footer .top .jd .c img {
  width: 126px;
  height: auto;
}
/* line 279, ../sass/common.scss */
.footer .copy {
  height: 40px;
  line-height: 40px;
  background-color: #767E80;
  font-size: 14px;
  color: #DDDDDD;
  text-align: center;
}
