@charset "UTF-8";
/*
 *输出文件
 */
/*
 *引入文件，及对页面的整体结构进行部分定义
 */
/*引入compass的模块*/
/* line 5, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.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, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.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, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.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, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, E:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.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;
}

@font-face {
  font-family: "vlamidir";
  src: url("../font/vlamidir/vlamidir.eot");
  /* IE9*/
  src: url("../font/vlamidir/vlamidir.eot") format("embedded-opentype"), url("../font/vlamidir/vlamidir.woff") format("woff"), url("../font/vlamidir/vlamidir.ttf") format("truetype"), url("../font/vlamidir/vlamidir.svg") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "pts";
  src: url("../font/pts/PTsans.eot");
  /* IE9*/
  src: url("../font/pts/PTsans.eot") format("embedded-opentype"), url("../font/pts/PTsans.woff") format("woff"), url("../font/pts/PTsans.ttf") format("truetype"), url("../font/pts/PTsans.svg") format("svg");
  /* iOS 4.1- */
}
/* line 18, ../sass/construct/_conf.scss */
body {
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",sans-serif,Arial;
  font-size: 14px;
  background: #fff;
  color: #323232;
}

/* line 24, ../sass/construct/_conf.scss */
.construct {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative;
}
/* line 25, ../sass/construct/_conf.scss */
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

/* line 26, ../sass/construct/_conf.scss */
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*
 *定义一些常用的样式及宏
 */
/* line 4, ../sass/construct/_construct.scss */
html {
  height: 100%;
}

/* line 5, ../sass/construct/_construct.scss */
body {
  height: 100%;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

/* line 12, ../sass/construct/_construct.scss */
img {
  border: none;
  font-size: 0;
}

/* line 13, ../sass/construct/_construct.scss */
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 14, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 15, ../sass/construct/_construct.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 16, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 17, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 18, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 19, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 20, ../sass/construct/_construct.scss */
b, strong {
  font-weight: bold;
}

/* line 24, ../sass/construct/_construct.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 25, ../sass/construct/_construct.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 26, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 31, ../sass/construct/_construct.scss */
.inline-block {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 35, ../sass/construct/_construct.scss */
.text-left {
  text-align: left;
}

/* line 38, ../sass/construct/_construct.scss */
.text-center {
  text-align: center;
}

/* line 41, ../sass/construct/_construct.scss */
.text-right {
  text-align: right;
}

/* line 44, ../sass/construct/_construct.scss */
.pull-center {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 auto;
}

/* line 49, ../sass/construct/_construct.scss */
.pull-left {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
}

/* line 54, ../sass/construct/_construct.scss */
.pull-right {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
}

/* line 59, ../sass/construct/_construct.scss */
.input-group {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 64, ../sass/construct/_construct.scss */
.mt-number-animate {
  line-height: 50px;
  height: 50px;
  font-size: 53px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* line 72, ../sass/construct/_construct.scss */
.mt-number-animate .mt-number-animate-dot {
  width: 15px;
  line-height: 50px;
  float: left;
  text-align: center;
}

/* line 78, ../sass/construct/_construct.scss */
.mt-number-animate .mt-number-animate-dom {
  width: 29px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

/* line 85, ../sass/construct/_construct.scss */
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}

/* line 90, ../sass/construct/_construct.scss */
.animate-show, .animate-show-delay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 94, ../sass/construct/_construct.scss */
.animate-show.animate-style-1, .animate-show-delay.animate-style-1 {
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
/* line 97, ../sass/construct/_construct.scss */
.animate-show.animate-style-2, .animate-show-delay.animate-style-2 {
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
/* line 100, ../sass/construct/_construct.scss */
.animate-show.animate-style-3, .animate-show-delay.animate-style-3 {
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 104, ../sass/construct/_construct.scss */
.animate-show.show, .animate-show-delay.show {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
 *主要样式的文件列表，
 *具体文件存放在app文件夹中，其中_adajustment.scss在style.scss文件中已经引入
 *当app文件夹中增加新的文件之后需在此将其引入
 */
/*animation: name duration timing-function delay iteration-count direction fill-mode play-state;*/
/* line 2, ../sass/app/_common.scss */
#header {
  z-index: 9999;
  position: fixed;
  top: 40px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 8, ../sass/app/_common.scss */
#header .container {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 81px;
  line-height: 81px;
  -moz-box-shadow: #aaa 0 0 10px -2px;
  -webkit-box-shadow: #aaa 0 0 10px -2px;
  box-shadow: #aaa 0 0 10px -2px;
  width: 1200px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 18, ../sass/app/_common.scss */
#header .wrap {
  height: 81px;
  width: 1200px;
  margin: 0 auto;
}
/* line 23, ../sass/app/_common.scss */
/*#header .logo {*/
  /*height: 81px;*/
  /*margin-left: 43px;*/
/*}*/
/*!* line 26, ../sass/app/_common.scss *!*/
/*#header .logo img {*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /**vertical-align: auto;*/
  /**zoom: 1;*/
  /**display: inline;*/
  /*line-height: 81px;*/
/*}*/
/* line 31, ../sass/app/_common.scss */
#header .buy {
  margin: 30px 42px 0 0;
  background: #fff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 125px;
  height: 24px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 44, ../sass/app/_common.scss */
#header .buy .mask {
  position: absolute;
  width: 0;
  height: 24px;
  left: 0;
  top: 0;
  z-index: 0;
  background: #f8f4df;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 54, ../sass/app/_common.scss */
#header .buy .bg {
  position: absolute;
  width: 125px;
  height: 24px;
  left: 0;
  top: 0;
  z-index: 10;
  background: url("http://dist.gmx1966.com/styles/images/common/header-order-golden.png") no-repeat center;
  background-size: cover;
}
/* line 65, ../sass/app/_common.scss */
#header .buy:hover .mask {
  width: 125px;
}


/* line 163, ../sass/app/_common.scss */
.products-banner {
  padding: 136px 0 10px;
  background: #fff;
}
/* line 167, ../sass/app/_common.scss */
.products-banner .product-banner-container {
  height: 400px;
}
/* line 169, ../sass/app/_common.scss */
.products-banner .product-banner-container i.iconfont {
  position: absolute;
  top: 143px;
  font-size: 27px;
  color: #aea069;
  cursor: pointer;
}
/* line 176, ../sass/app/_common.scss */
.products-banner .product-banner-container .iconfont.prev {
  left: -100px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #f3f3f2;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}
/* line 179, ../sass/app/_common.scss */
.products-banner .product-banner-container .iconfont.next {
  right: -100px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #f3f3f2;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}
/* line 183, ../sass/app/_common.scss */
.products-banner .wrap {
  height: 400px;
  overflow: hidden;
}
/* line 186, ../sass/app/_common.scss */
.products-banner .wrap .plate {
  width: 399px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
/* line 196, ../sass/app/_common.scss */
.products-banner .wrap .plate:hover .cover {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* line 200, ../sass/app/_common.scss */
.products-banner .wrap .cover {
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
}
.products-banner .wrap .cover img{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
/* line 204, ../sass/app/_common.scss */
.products-banner .wrap .name {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 17px;
  text-indent: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #343432;
  margin-top: 51px;
  padding: 5px 2px;
  position: relative;
  cursor: pointer;
}
/* line 215, ../sass/app/_common.scss */
.products-banner .wrap .name .icon {
  width: 18px;
  height: 18px;
  background: url("http://dist.gmx1966.com/styles/images/index/icon-product-name-normal.png") no-repeat center;
}
/* line 221, ../sass/app/_common.scss */
.products-banner .wrap .name::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -webkit-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -moz-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -ms-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -o-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
}
/* line 237, ../sass/app/_common.scss */
.products-banner .wrap .name::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #00499e;
  position: absolute;
  z-index: 1;
  bottom: 0;
  animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 254, ../sass/app/_common.scss */
.products-banner .wrap .name:hover {
  color: #00499e;
}
/* line 256, ../sass/app/_common.scss */
.products-banner .wrap .name:hover .icon {
  background: url("http://dist.gmx1966.com/styles/images/index/icon-product-name-hover.png") no-repeat center;
}
/* line 259, ../sass/app/_common.scss */
.products-banner .wrap .name:hover::after {
  animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}

@keyframes navLineAnimationStart {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes navLineAnimationStart {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-moz-keyframes navLineAnimationStart {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-ms-keyframes navLineAnimationStart {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-o-keyframes navLineAnimationStart {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes navLineAnimationAfter {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes navLineAnimationAfter {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-moz-keyframes navLineAnimationAfter {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-ms-keyframes navLineAnimationAfter {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-o-keyframes navLineAnimationAfter {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes navLineAnimationHover {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes navLineAnimationHover {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-moz-keyframes navLineAnimationHover {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-ms-keyframes navLineAnimationHover {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-o-keyframes navLineAnimationHover {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* line 425, ../sass/app/_common.scss */
#header.big {
  top: 0;
}
/* line 428, ../sass/app/_common.scss */
#header.big .container {
  width: 100%;
  height: 81px;
  line-height: 81px;
}
/* line 433, ../sass/app/_common.scss */
#header.big .logo {
  margin-left: 0;
}
/* line 436, ../sass/app/_common.scss */
#header.big .buy {
  padding: 0 65px;
  background: #fff;
  font-size: 16px;
  padding: 0 10px 0 42px;
  line-height: 81px;
}
/* line 444, ../sass/app/_common.scss */
#header.big .nav li {
  height: 81px;
  font-size: 16px;
}

/* line 451, ../sass/app/_common.scss */
#footer {
  background: #fff;
}
/* line 453, ../sass/app/_common.scss */
#footer .totop {
  text-align: center;
}
/* line 455, ../sass/app/_common.scss */
#footer .totop img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -48px;
  cursor: pointer;
}
/* line 461, ../sass/app/_common.scss */
#footer .logo {
  text-align: center;
  padding: 95px 0 40px;
}
/* line 464, ../sass/app/_common.scss */
#footer .logo img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 468, ../sass/app/_common.scss */
#footer .fast-links {
  font-size: 12px;
  color: #343432;
  text-align: center;
}
/* line 472, ../sass/app/_common.scss */
#footer .fast-links a {
  padding: 0 40px;
  border-right: #343432 1px solid;
  color: inherit;
}
/* line 477, ../sass/app/_common.scss */
#footer .fast-links a.no-border-right {
  border-right: transparent 2px solid;
}
/* line 482, ../sass/app/_common.scss */
#footer .subscribe {
  padding: 41px 0 48px;
  text-align: center;
}
/* line 485, ../sass/app/_common.scss */
#footer .subscribe .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 25px;
  cursor: pointer;
}
/* line 490, ../sass/app/_common.scss */
#footer .subscribe .weibo {
  width: 54px;
  height: 54px;
  background: url("http://dist.gmx1966.com/styles/images/common/icon-weibo.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 496, ../sass/app/_common.scss */
#footer .subscribe .weibo:hover {
  background: url("http://dist.gmx1966.com/styles/images/common/icon-weibo-hover.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 502, ../sass/app/_common.scss */
#footer .subscribe .wechat .normal {
  display: block;
}
/* line 505, ../sass/app/_common.scss */
#footer .subscribe .wechat .hover {
  display: none;
}
/* line 510, ../sass/app/_common.scss */
#footer .subscribe .wechat:hover .normal {
  display: none;
}
/* line 513, ../sass/app/_common.scss */
#footer .subscribe .wechat:hover .hover {
  display: block;
}
/* line 516, ../sass/app/_common.scss */
#footer .subscribe .wechat:hover .qr {
  display: block;
}
/* line 520, ../sass/app/_common.scss */
#footer .subscribe .qr {
  display: none;
  position: absolute;
  left: -70px;
  top: -205px;
}
/* line 527, ../sass/app/_common.scss */
#footer .order {
  padding-bottom: 61px;
  color: #343432;
  font-size: 12px;
  text-align: center;
}
/* line 532, ../sass/app/_common.scss */
#footer .order b {
  font-weight: bold;
}
/* line 535, ../sass/app/_common.scss */
#footer .order span.time {
  font-style: italic;
}
/* line 539, ../sass/app/_common.scss */
#footer .copyright {
  line-height: 18px;
  padding: 45px 0 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #00499e;
}

/* line 549, ../sass/app/_common.scss */
.input-sqa .btn-sqa-pop, .btn-sqa .btn-sqa-pop {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 550, ../sass/app/_common.scss */
.plate-title {
  font-size: 34px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 40px;
}
/* line 557, ../sass/app/_common.scss */
.plate-title::after {
  content: '';
  display: block;
  width: 73px;
  height: 4px;
  background: #0047ba;
  position: absolute;
  left: -73px;
  top: 16px;
}

/* line 568, ../sass/app/_common.scss */
.plate-content {
  color: #333333;
  margin-left: 40px;
}
/* line 571, ../sass/app/_common.scss */
.plate-content .tiny-title {
  font-size: 18px;
}
/* line 573, ../sass/app/_common.scss */
.plate-content .tiny-title b {
  font-weight: bold;
}
/* line 577, ../sass/app/_common.scss */
.plate-content .content {
  font-size: 14px;
  padding-top: 1.8em;
  line-height: 1.6em;
}

/* line 583, ../sass/app/_common.scss */
#pop-video {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 999999;
  display: none;
}
/* line 592, ../sass/app/_common.scss */
#pop-video .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* line 597, ../sass/app/_common.scss */
#pop-video .close i.iconfont {
  font-size: 30px;
  color: #fff;
}
/* line 602, ../sass/app/_common.scss */
#pop-video #pop-video-container {
  width: 90%;
  height: 90vh;
  margin: 5vh 5% 5vh 5%;
}

/* line 3, ../sass/app/_index.scss */
#body.index .banner {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
/* line 8, ../sass/app/_index.scss */
#body.index .banner .banner-wrap {
  position: relative;
  width: 100%;
}
/* line 12, ../sass/app/_index.scss */
#body.index .banner .plate-wrap {
  position: relative;
}
/* line 14, ../sass/app/_index.scss */
#body.index .banner .plate-wrap img {
  margin-left: -100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 22, ../sass/app/_index.scss */
#body.index .banner .plate .image {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: scale(1.146);
  -ms-transform: scale(1.146);
  -webkit-transform: scale(1.146);
  transform: scale(1.146);
}
/* line 30, ../sass/app/_index.scss */
#body.index .banner .plate.active .plate-wrap img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 36, ../sass/app/_index.scss */
#body.index .banner .plate.EasyBannerActive .image {
  /* animation: bannerScale 11s linear 0s 1 forwards; */
}
/* line 42, ../sass/app/_index.scss */
#body.index .come {
  height: 192px;
  background: #00499e;
  margin-top: 100vh;
  overflow: hidden;
}
#body.brand img{
  display: block;
  font-size: 0;
}
/* line 48, ../sass/app/_index.scss */
#body.index .come .bg, #body.index .come .mask, #body.index .come .text {
  width: 100%;
  height: 192px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 56, ../sass/app/_index.scss */
#body.index img{
  display: block;
  font-size: 0;
}
#body.index .come .bg img {
  margin: 21px auto 0;
}
/* line 61, ../sass/app/_index.scss */
#body.index .come .text img {
  margin: 60px auto 0;
  display: block;
  font-size: 0;
}
/* line 65, ../sass/app/_index.scss */
#body.index .come .mask {
  background: #d4b572;
}
/* line 70, ../sass/app/_index.scss */
#body.index .about {
  background: #f8f8f8;
  height: 770px;
}
/* line 73, ../sass/app/_index.scss */
#body.index .about .wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  top:106px;
}
/* line 80, ../sass/app/_index.scss */
#body.index .about .plate {
  width: 596px;
  height: 330px;
  margin: 0 7px 7px 0;
  position: relative;
}
/* line 85, ../sass/app/_index.scss */
#body.index .about .plate .mask {
  width: 100%;
  height: 330px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("http://dist.gmx1966.com/styles/images/40percentwhite.png") repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 95, ../sass/app/_index.scss */
#body.index .about .plate .text-name {
  position: relative;
  z-index: 2;
  margin: 123px 65px 0 0;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 6px;
}
/* line 104, ../sass/app/_index.scss */
#body.index .about .plate .text-abst {
  position: relative;
  z-index: 2;
  margin: 13px 65px 0 0;
  font-size: 18px;
  text-align: right;
  font-family: 'microsoft yahei light','microsoft yahei';
}
/* line 112, ../sass/app/_index.scss */
#body.index .about .plate .text-en {
  position: relative;
  z-index: 2;
  margin: 15px 65px 0 0;
  font-size: 12px;
  text-align: right;
  font-family: 'microsoft yahei light','microsoft yahei';
  font-style: italic;
}
/* line 121, ../sass/app/_index.scss */
#body.index .about .plate .arrow {
  text-align: right;
  margin: 5px 65px 0 0;
}
/* line 124, ../sass/app/_index.scss */
#body.index .about .plate .arrow img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 130, ../sass/app/_index.scss */
#body.index .about .plate:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 133, ../sass/app/_index.scss */
#body.index .about .plate:hover .arrow {
  animation: aboutArr 0.3s ease 0s 1 forwards;
  -webkit-animation: aboutArr 0.3s ease 0s 1 forwards;
  -moz-animation: aboutArr 0.3s ease 0s 1 forwards;
  -ms-animation: aboutArr 0.3s ease 0s 1 forwards;
  -o-animation: aboutArr 0.3s ease 0s 1 forwards;
}
/* line 142, ../sass/app/_index.scss */
#body.index .about .plate.style-1 .text-name {
  color: #fefcf1;
}
/* line 145, ../sass/app/_index.scss */
#body.index .about .plate.style-1 .text-abst {
  color: #fcfaf0;
}
/* line 148, ../sass/app/_index.scss */
#body.index .about .plate.style-1 .text-en {
  color: #fcfaf0;
}
/* line 154, ../sass/app/_index.scss */
#body.index .about .plate.style-2 .text-name {
  color: #343432;
}
/* line 157, ../sass/app/_index.scss */
#body.index .about .plate.style-2 .text-abst {
  color: #343432;
}
/* line 160, ../sass/app/_index.scss */
#body.index .about .plate.style-2 .text-en {
  color: #6f6f6b;
}
/* line 166, ../sass/app/_index.scss */
#body.index .slogen {
  height: 513px;
  background: #fafafa;
}
/* line 169, ../sass/app/_index.scss */
#body.index .slogen .container {
  height: 513px;
}
/* line 172, ../sass/app/_index.scss */
#body.index .slogen img.slogen-text {
  position: absolute;
  top: 150px;
  left: 0;
}
/* line 177, ../sass/app/_index.scss */
#body.index .slogen img.slogen-people {
  position: absolute;
  right: -80px;
  bottom: -100px;
  z-index: 999;
}

@keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-webkit-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-moz-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-ms-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-o-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-moz-keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-ms-keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-o-keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* line 1, ../sass/app/_product.scss */
#body.product-detail {
  background: #fff;
}
/* line 3, ../sass/app/_product.scss */
#body.product-detail .cover {
  height: 610px;
  margin-top: 81px;
  overflow: hidden;
}
/* line 7, ../sass/app/_product.scss */
#body.product-detail .cover .wrap {
  height: 610px;
}
/* line 11, ../sass/app/_product.scss */
#body.product-detail .cover .wrap.active {
  animation: showCover 10s ease 0s 1 forwards;
  -webkit-animation: showCover 10s ease 0s 1 forwards;
  -moz-animation: showCover 10s ease 0s 1 forwards;
  -ms-animation: showCover 10s ease 0s 1 forwards;
  -o-animation: showCover 10s ease 0s 1 forwards;
}
/* line 19, ../sass/app/_product.scss */
#body.product-detail .function {
  height: auto;
  padding-top: 75px;
}
/* line 22, ../sass/app/_product.scss */
#body.product-detail .function .slogan {
  height: 290px;
  width: 600px;
  border-bottom: #af9170 3px solid;
  position: relative;
}
/* line 27, ../sass/app/_product.scss */
#body.product-detail .function .slogan .name {
  height: 71px;
  border-bottom: #d2d2d2 1px solid;
  font-size: 24px;
  font-weight: bold;
  color: #4d2912;
  line-height: 60px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 37, ../sass/app/_product.scss */
#body.product-detail .function .slogan .cn {
  font-size: 14px;
  color: #343432;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 86px;
}
/* line 45, ../sass/app/_product.scss */
#body.product-detail .function .slogan .en {
  font-size: 14px;
  color: #bcbcbc;
  line-height: 1.6em;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 218px;
}
/* line 55, ../sass/app/_product.scss */
#body.product-detail .function .buy {
  height: 290px;
  width: 560px;
  border-bottom: #af9170 3px solid;
  position: relative;
}
/* line 60, ../sass/app/_product.scss */
#body.product-detail .function .buy .top {
  width: 100%;
  height: 121px;
  border-bottom: #d2d2d2 1px solid;
  font-size: 30px;
  line-height: 165px;
  color: #4d2912;
}
/* line 68, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid {
  width: 100%;
  height: 84px;
  border-bottom: #d2d2d2 1px solid;
}
/* line 72, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid .left {
  width: 50%;
  height: 84px;
  line-height: 84px;
  color: #af9170;
  font-size: 14px;
}
/* line 79, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid .right {
  width: 50%;
  height: 84px;
}
/* line 82, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid .right .btn {
  display: block;
  padding: 0;
  height: 46px;
  width: 100%;
  margin-top: 19px;
  background: #af9170;
  color: #fff;
  font-size: 16px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 92, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid .right .btn a {
  display: block;
  text-align: center;
  line-height: 46px;
}
/* line 97, ../sass/app/_product.scss */
#body.product-detail .function .buy .mid .right .btn:hover {
  background: #a08568;
}
/* line 103, ../sass/app/_product.scss */
#body.product-detail .function .buy .bottom {
  height: 84px;
  line-height: 84px;
}
/* line 106, ../sass/app/_product.scss */
#body.product-detail .function .buy .bottom .left, #body.product-detail .function .buy .bottom .right {
  width: 50%;
  color: #af9170;
}
/* line 109, ../sass/app/_product.scss */
#body.product-detail .function .buy .bottom .left i, #body.product-detail .function .buy .bottom .right i {
  vertical-align: middle;
}
/* line 112, ../sass/app/_product.scss */
#body.product-detail .function .buy .bottom .left span, #body.product-detail .function .buy .bottom .right span {
  height: 84px;
  line-height: 80px;
}
/* line 116, ../sass/app/_product.scss */
#body.product-detail .function .buy .bottom .left b, #body.product-detail .function .buy .bottom .right b {
  font-weight: bold;
}
/* line 123, ../sass/app/_product.scss */
#body.product-detail .details {
  overflow: hidden;
  margin-top: 60px;
}
/* line 126, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-1 {
  margin-bottom: 20px;
}
/* line 128, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-1 img {
  width: 100%;
  height: auto;
}
/* line 133, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-2 {
  margin-bottom: 20px;
  width: 590px;
  height: auto;
  overflow: hidden;
  color: #343432;
}
/* line 139, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-2 .detail-cover {
  width: 590px;
  height: 330px;
}
/* line 142, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-2 .detail-cover img {
  width: 100%;
  height: auto;
}
/* line 147, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-2 .name {
  width: 292px;
  height: 68px;
  border-bottom: #af9170 1px solid;
  line-height: 68px;
  font-size: 18px;
}
/* line 154, ../sass/app/_product.scss */
#body.product-detail .details .detail-style-2 .abstract {
  font-family: 'microsoft yahei light','microsoft yahei';
  height: 70px;
  font-size: 14px;
  line-height: 1.6em;
  padding-top: 15px;
}
/* line 163, ../sass/app/_product.scss */
#body.product-detail .mid-cover {
  height: 470px;
  background: url("http://dist.gmx1966.com/styles/images/product/mid-cover.jpg") no-repeat center;
  margin-top: 80px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 169, ../sass/app/_product.scss */
#body.product-detail .recommend-title {
  margin: 100px auto 70px auto;
}
/* line 171, ../sass/app/_product.scss */
#body.product-detail .recommend-title img {
  display: block;
  margin: 0 auto;
}
/* line 176, ../sass/app/_product.scss */
#body.product-detail .recommend {
  padding-bottom: 60px;
}
/* line 178, ../sass/app/_product.scss */
#body.product-detail .recommend i.iconfont {
  font-size: 24px;
  color: #b7ab7a;
  font-weight: bold;
}
/* line 183, ../sass/app/_product.scss */
#body.product-detail .recommend .prev {
  position: absolute;
  left: -65px;
  top: 95px;
  cursor: pointer;
}
/* line 189, ../sass/app/_product.scss */
#body.product-detail .recommend .next {
  position: absolute;
  right: -65px;
  top: 95px;
  cursor: pointer;
}
/* line 195, ../sass/app/_product.scss */
#body.product-detail .recommend .recommend-container {
  overflow: hidden;
  height: 248px;
}
/* line 198, ../sass/app/_product.scss */
#body.product-detail .recommend .recommend-container .plate {
  width: 300px;
  height: 248px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 204, ../sass/app/_product.scss */
#body.product-detail .recommend .recommend-container .plate .mask {
  width: 300px;
  height: 248px;
  background: url("http://dist.gmx1966.com/styles/images/common/recommend-mask.png") repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 212, ../sass/app/_product.scss */
#body.product-detail .recommend .recommend-container .plate:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 225, ../sass/app/_product.scss */
#body.product-list .banners {
  height: 470px;
}
/* line 229, ../sass/app/_product.scss */
#body.product-list .banners-container {
  height: 470px;
  overflow: hidden;
}
/* line 233, ../sass/app/_product.scss */
#body.product-list .btns {
  width: 100%;
  line-height: auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 99;
  text-align: center;
}
/* line 241, ../sass/app/_product.scss */
#body.product-list .btns .btn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 18px;
}
/* line 251, ../sass/app/_product.scss */
#body.product-list .btns .btn.EasyBannerBtnActive {
  background: #eee0a4;
}
/* line 255, ../sass/app/_product.scss */
#body.product-list .banner {
  width: 100%;
  height: 470px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 2.5s;
  -o-transition: -o-transform 2.5s;
  -webkit-transition: -webkit-transform 2.5s;
  transition: transform 2.5s;
}
/* line 264, ../sass/app/_product.scss */
#body.product-list .banner.active {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 267, ../sass/app/_product.scss */
#body.product-list .filter {
  padding: 35px 0 25px 0;
  border-top: #af9170 1px solid;
  border-bottom: #af9170 1px solid;
  margin-top: 75px;
  font-size: 13px;
}
/* line 273, ../sass/app/_product.scss */
#body.product-list .filter .title {
  color: #b2b2b2;
  font-weight: bold;
  text-indent: 5px;
}
/* line 278, ../sass/app/_product.scss */
#body.product-list .filter .item {
  margin-bottom: 23px;
}
/* line 280, ../sass/app/_product.scss */
#body.product-list .filter .item .list {
  color: #af9170;
}
/* line 283, ../sass/app/_product.scss */
#body.product-list .filter .item span {
  margin-right: 20px;
  cursor: pointer;
}
/* line 287, ../sass/app/_product.scss */
#body.product-list .filter .item span.active {
  color: #00499e;
}
/* line 292, ../sass/app/_product.scss */
#body.product-list .filter .item.item-1 .list {
  color: #6b5347;
}
/* line 296, ../sass/app/_product.scss */
#body.product-list .filter .name {
  text-indent: 30px;
  color: #e1d298;
}
/* line 300, ../sass/app/_product.scss */
#body.product-list .filter .list {
  margin-left: 50px;
}
/* line 304, ../sass/app/_product.scss */
#body.product-list .lists {
  margin-top: 79px;
}
/* line 306, ../sass/app/_product.scss */
#body.product-list .lists .list {
  width: 300px;
  height: 380px;
}
/* line 310, ../sass/app/_product.scss */
#body.product-list .lists .list:hover .cover {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* line 315, ../sass/app/_product.scss */
#body.product-list .lists .cover-container {
  width: 300px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
/* line 321, ../sass/app/_product.scss */
#body.product-list .lists .inside{
  width: 300px;
  height: 250px;
}
#body.product-list .lists .cover {
  width: 300px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* line 344, ../sass/app/_product.scss */
#body.product-list .lists .price.discount {
  font-size: 20px;
  color: #a41806;
}
/* line 347, ../sass/app/_product.scss */
#body.product-list .lists .price.discount .old {
  font-size: 16px;
  color: #b2b2b2;
  text-decoration: line-through;
  padding: 0 3px;
}
/* line 354, ../sass/app/_product.scss */
#body.product-list .lists .view-detail {
  width: 100%;
  height: 68px;
  overflow: hidden;
  text-align: center;
}
/* line 364, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon img.normal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
/* line 368, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon img.hover {
  display: none;
}
/* line 371, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  margin-right: 8px;
}
/* line 380, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon:hover img.normal {
  display: none;
}
/* line 383, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon:hover img.hover {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
/* line 387, ../sass/app/_product.scss */
#body.product-list .lists .view-detail .icon:hover span {
  color: #0047ba;
}
/* line 393, ../sass/app/_product.scss */
#body.product-list .page {
  height: 90px;
  border-bottom: #b1b1b1 1px solid;
}
/* line 396, ../sass/app/_product.scss */
#body.product-list .page ul.pagination {
  float: right;
  margin: 40px 85px 0 0;
}
/* line 399, ../sass/app/_product.scss */
#body.product-list .page ul.pagination::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* line 406, ../sass/app/_product.scss */
#body.product-list .page ul.pagination li {
  float: left;
  width: 24px;
  height: 24px;
  border: #d4d4d4 1px solid;
  line-height: 24px;
  text-align: center;
  color: #000;
  font-size: 14px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  margin-right: 4px;
  cursor: pointer;
}
/* line 419, ../sass/app/_product.scss */
#body.product-list .page ul.pagination li.active {
  border: transparent 1px solid;
}
/* line 422, ../sass/app/_product.scss */
#body.product-list .page ul.pagination li.prev, #body.product-list .page ul.pagination li.next {
  color: #d4d4d4;
  font-size: 18px;
  line-height: 21px;
}

@keyframes showCover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes showCover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes showCover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-ms-keyframes showCover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes showCover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* line 2, ../sass/app/_brand.scss */
#body.brand .fixed-bg {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /*background: url("http://dist.gmx1966.com/styles/images/fixed-bg.jpg") no-repeat center;*/
  background: #ffffff;
  display: none;
}
/* line 12, ../sass/app/_brand.scss */
#body.brand .fixd-cover {
  height: 100vh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
/* line 19, ../sass/app/_brand.scss */
#body.brand .fixd-cover .mask {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("http://dist.gmx1966.com/styles/images/cover-mask.png") repeat;
  line-height: 100vh;
}
/* line 27, ../sass/app/_brand.scss */
#body.brand .fixd-cover .mask .text-1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 29, ../sass/app/_brand.scss */
#body.brand .fixd-cover .mask .text-1 img {
  margin: 0 auto;
}
/* line 33, ../sass/app/_brand.scss */
#body.brand .fixd-cover .mask .scroll-btn {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  animation: coverArrow 0.7s ease 0s infinite alternate;
  -webkit-animation: coverArrow 0.7s ease 0s infinite alternate;
  -moz-animation: coverArrow 0.7s ease 0s infinite alternate;
  -ms-animation: coverArrow 0.7s ease 0s infinite alternate;
  -o-animation: coverArrow 0.7s ease 0s infinite alternate;
}
/* line 44, ../sass/app/_brand.scss */
#body.brand .fixd-cover .mask .scroll-btn img {
  margin: 0 auto;
}
/* line 49, ../sass/app/_brand.scss */
#body.brand .fixd-cover video {
  position: fixed;
  width: 100%;
  height: auto;
}
/* line 53, ../sass/app/_brand.scss */
#body.brand .fixd-cover video .cover-image {
  width: 100%;
  height: 100vh;
  background: url("http://dist.gmx1966.com/styles/images/video-mask.jpg") no-repeat center;
}
/* line 60, ../sass/app/_brand.scss */
#body.brand .comefrom {
  margin-top: 100vh;
  background: #f8f8f8;
  position: relative;
  height: 570px;
}
/* line 65, ../sass/app/_brand.scss */
#body.brand .comefrom .container {
  height: 570px;
}
/* line 68, ../sass/app/_brand.scss */
#body.brand .comefrom .bg {
  width: 100%;
  height: 570px;
  background: url("http://dist.gmx1966.com/styles/images/comefrom-bg.png") no-repeat bottom center;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 76, ../sass/app/_brand.scss */
#body.brand .comefrom .plate-title {
  margin-top: 90px;
}
/* line 79, ../sass/app/_brand.scss */
#body.brand .comefrom .plate-content {
  width: 800px;
  margin-top: 65px;
}
/* line 84, ../sass/app/_brand.scss */
#body.brand .choice {
  background: #fff;
}
/* line 86, ../sass/app/_brand.scss */
#body.brand .choice .plate {
  width: 50%;
  height: 520px;
}
/* line 90, ../sass/app/_brand.scss */
#body.brand .choice .plate .text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 100px;
  text-align: center;
}
/* line 94, ../sass/app/_brand.scss */
#body.brand .choice .plate img {
  margin: 0 auto;
}
/* line 99, ../sass/app/_brand.scss */
#body.brand .info {
  overflow: hidden;
  /*background: #fff;*/
}
/* line 102, ../sass/app/_brand.scss */
#body.brand .info .plate-title {
  margin-top: 36px;
}
/* line 105, ../sass/app/_brand.scss */
#body.brand .info .history {
  height: 300px;
  color: #333;
}
.fixed_left{
  width: 50%;
  height: 270px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.fixed_right{
  width: 50%;
  height: 270px;
  bottom: 0;
  right: 0;
  position: absolute;
}
.fixed_left i,.fixed_right i{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.5;
}
.fixed_left .inside{
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  width: 536px;
  padding-right: 60px;
}
.fixed_right .inside{
  left: 0;
  width: 536px;
  padding-left: 60px;
}
.fixed_common{
  font-size: 14px;
  line-height: 25px;
}
.fixed_common .inside{
  width: 536px;
  height: 100%;
  position: absolute;
}
.fixed_common .title{
  font-size: 26px;
  color: #333333;
  padding-top: 30px;
}
.fixed_common .tip{
  font-size: 24px;
  font-weight: lighter;
  padding: 20px 0;
}
/* line 108, ../sass/app/_brand.scss */
#body.brand .info .history .plate {
  height: 300px;
  width: 400px;
}
/* line 112, ../sass/app/_brand.scss */
#body.brand .info .history .plate:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 115, ../sass/app/_brand.scss */
#body.brand .info .history .plate:hover p,#body.brand .info .history .plate:hover .imghover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 120, ../sass/app/_brand.scss */
#body.brand .info .history .top {
  height: 230px;
  line-height: 230px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
/* line 126, ../sass/app/_brand.scss */
#body.brand .info .history .top .text {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 133, ../sass/app/_brand.scss */
#body.brand .info .history .top .text img {
  margin: 0 auto;
}
/* line 137, ../sass/app/_brand.scss */
#body.brand .info .history .top p {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.6em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
/* line 150, ../sass/app/_brand.scss */
#body.brand .info .history .bottom img {
  margin: 0 auto;
  cursor: pointer;
}
/* line 156, ../sass/app/_brand.scss */
#body.brand .info .info-cover {
  width: 100%;
  height: 390px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-top: 42px;
}
/* line 166, ../sass/app/_brand.scss */
#body.brand .info .info-cover video {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 394px;
}
/* line 173, ../sass/app/_brand.scss */
#body.brand .info .info-cover .title {
  font-size: 26px;
  font-family: 'microsoft yahei';
  margin-top: 65px;
}
/* line 178, ../sass/app/_brand.scss */
#body.brand .info .info-cover p {
  font-size: 14px;
  font-family: 'microsoft yahei light';
  margin-top: 25px;
  line-height: 1.6em;
}
/* line 184, ../sass/app/_brand.scss */
#body.brand .info .info-cover .icon {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
}
/* line 189, ../sass/app/_brand.scss */
#body.brand .info .info-cover .icon img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 194, ../sass/app/_brand.scss */
#body.brand .manager .honor {
  height: 223px;
  position: relative;
  color: #333;
}
/* line 198, ../sass/app/_brand.scss */
#body.brand .manager .honor .plate {
  width: 50%;
  height: 223px;
  position: relative;
}
/* line 202, ../sass/app/_brand.scss */
#body.brand .manager .honor .plate .medal {
  position: absolute;
  left: 302px;
  top: 100px;
}
/* line 208, ../sass/app/_brand.scss */
/*#body.brand .manager .title {*/
  /*font-size: 26px;*/
  /*margin: 90px 0 0 30px;*/
/*}*/
/* line 212, ../sass/app/_brand.scss */
#body.brand .manager .content {
  font-family: 'microsoft yahei light';
  font-size: 14px;
  line-height: 1.6em;
  margin: 25px 0 0 30px;
}
#body.brand .manager .prize{
  position: relative;
  margin: 80px auto;
  height: 300px;
}
#body.brand .manager .prize .title{
   margin-left: 20px;
   margin-top: 20px;
 }
#body.brand .manager .prize .content{
  margin-left: 20px;
}
/*#body.brand .manager .prize img{*/
  /*position: absolute;*/
  /*left:310px;*/
  /*top:0;*/
/*}*/
/* line 218, ../sass/app/_brand.scss */
#body.brand .manager .honor .fl .content {
  width: 500px;
}
/* line 221, ../sass/app/_brand.scss */
#body.brand .manager .honor .fr .content {
  width: 220px;
}
/* line 226, ../sass/app/_brand.scss */
#body.brand .memory {
  padding-bottom: 72px;
  background: #f8f8f8;
}
/* line 229, ../sass/app/_brand.scss */
#body.brand .memory .plate-title {
  margin-top: 95px;
}
/* line 232, ../sass/app/_brand.scss */
#body.brand .memory .plate-content {
  margin-top: 35px;
  line-height: 1.6em;
}
/* line 236, ../sass/app/_brand.scss */
#body.brand .memory .memory-video {
  width: 1141px;
  height: 393px;
  margin: 50px auto 0;
  position: relative;
}
/* line 241, ../sass/app/_brand.scss */
#body.brand .memory .memory-video .bg, #body.brand .memory .memory-video .mask {
  width: 100%;
  height: 393px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 248, ../sass/app/_brand.scss */
#body.brand .memory .memory-video .mask {
  z-index: 10;
  background: url("http://dist.gmx1966.com/styles/images/memory-video.jpg") no-repeat center;
  cursor: pointer;
}
/* line 254, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner {
  height: 180px;
  padding: 23px 0;
}
/* line 257, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .prev {
  position: absolute;
  left: 0;
  top: 100px;
  cursor: pointer;
}
/* line 263, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .next {
  position: absolute;
  top: 100px;
  right: 0;
  cursor: pointer;
}
/* line 269, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .memory-banner-container {
  height: 180px;
  width: 1141px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 275, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .memory-banner-container .banner-plate {
  width: 281px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 282, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .memory-banner-container .banner-plate:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 287, ../sass/app/_brand.scss */
#body.brand .memory .memory-banner .memory-banner-container .mask {
  width: 281px;
  height: 180px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("http://dist.gmx1966.com/styles/images/cover-mask.png") repeat;
}

@keyframes coverArrow {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@-webkit-keyframes coverArrow {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@-moz-keyframes coverArrow {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@-ms-keyframes coverArrow {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@-o-keyframes coverArrow {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
/* line 2, ../sass/app/_bread.scss */
#body.bread .fixd-cover {
  height: 100vh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
/* line 9, ../sass/app/_bread.scss */
#body.bread .fixd-cover .mask {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("http://dist.gmx1966.com/styles/images/cover-mask.png") repeat;
  line-height: 100vh;
}
/* line 17, ../sass/app/_bread.scss */
#body.bread .fixd-cover .mask .text-1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 19, ../sass/app/_bread.scss */
#body.bread .fixd-cover .mask .text-1 img {
  margin: 0 auto;
}
/* line 23, ../sass/app/_bread.scss */
#body.bread .fixd-cover .mask .scroll-btn {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  animation: coverArrow 0.7s ease 0s infinite alternate;
  -webkit-animation: coverArrow 0.7s ease 0s infinite alternate;
  -moz-animation: coverArrow 0.7s ease 0s infinite alternate;
  -ms-animation: coverArrow 0.7s ease 0s infinite alternate;
  -o-animation: coverArrow 0.7s ease 0s infinite alternate;
}
/* line 34, ../sass/app/_bread.scss */
#body.bread .fixd-cover .mask .scroll-btn img {
  margin: 0 auto;
}
/* line 39, ../sass/app/_bread.scss */
#body.bread .fixd-cover video {
  position: fixed;
  width: 100%;
  height: auto;
}
/* line 43, ../sass/app/_bread.scss */
#body.bread .fixd-cover video .cover-image {
  width: 100%;
  height: 100vh;
  background: url("http://dist.gmx1966.com/styles/images/video-mask.jpg") no-repeat center;
}
/* line 50, ../sass/app/_bread.scss */
#body.bread .fresh {
  padding: 144px 0 155px 0;
  background: url("http://dist.gmx1966.com/styles/images/bread/fresh-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 54, ../sass/app/_bread.scss */
#body.bread .fresh .left {
  width: 600px;
}
/* line 57, ../sass/app/_bread.scss */
#body.bread .fresh .left .clock {
  width: 139px;
  height: 139px;
  margin: 70px auto 0;
  background: url("http://dist.gmx1966.com/styles/images/bread/fresh-clock.gif") no-repeat center;
}
/* line 63, ../sass/app/_bread.scss */
#body.bread .fresh .left .points {
  width: 100%;
  height: 115px;
  position: relative;
  overflow: hidden;
}
/* line 68, ../sass/app/_bread.scss */
#body.bread .fresh .left .points .point {
  width: 100%;
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  color: #4d4d4d;
  text-align: center;
}
/* line 76, ../sass/app/_bread.scss */
#body.bread .fresh .left .points .point .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
}
/* line 81, ../sass/app/_bread.scss */
#body.bread .fresh .left .points .point .abst {
  font-size: 14px;
}
/* line 86, ../sass/app/_bread.scss */
#body.bread .fresh .left .main {
  width: 520px;
  height: 200px;
  position: relative;
  margin: 30px 0 0 30px;
  color: #333333;
}
/* line 92, ../sass/app/_bread.scss */
#body.bread .fresh .left .main .name {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: #333 1px dashed;
}
/* line 96, ../sass/app/_bread.scss */
#body.bread .fresh .left .main .name b {
  font-weight: bold;
  padding-right: 5px;
}
/* line 101, ../sass/app/_bread.scss */
#body.bread .fresh .left .main .abst {
  font-size: 14px;
  line-height: 2em;
  padding-top: 10px;
}
/* line 105, ../sass/app/_bread.scss */
#body.bread .fresh .left .main .abst span.underline {
  text-decoration: underline;
}
/* line 109, ../sass/app/_bread.scss */
#body.bread .fresh .left .main .bottom-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
/* line 118, ../sass/app/_bread.scss */
#body.bread .fresh .right {
  width: 600px;
  height: 599px;
  position: relative;
}
/* line 122, ../sass/app/_bread.scss */
#body.bread .fresh .right img {
  width: 100%;
  height: 599px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 132, ../sass/app/_bread.scss */
#body.bread .product {
  height: 958px;
  background: url("http://dist.gmx1966.com/styles/images/bread/pro-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
/* line 138, ../sass/app/_bread.scss */
#body.bread .product .container {
  margin-top: 134px;
  height: 647px;
  -moz-box-shadow: 0 0 35px -10px #000;
  -webkit-box-shadow: 0 0 35px -10px #000;
  box-shadow: 0 0 35px -10px #000;
}
/* line 143, ../sass/app/_bread.scss */
#body.bread .product .left {
  width: 598px;
  height: 647px;
  position: relative;
  overflow: hidden;
}
/* line 148, ../sass/app/_bread.scss */
#body.bread .product .left .images {
  width: 100%;
  height: 647px;
  position: relative;
}
/* line 153, ../sass/app/_bread.scss */
#body.bread .product .left img {
  width: 100%;
  height: 647px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 160, ../sass/app/_bread.scss */
#body.bread .product .left .btns {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  z-index: 9999;
}
/* line 167, ../sass/app/_bread.scss */
#body.bread .product .left .btns .wrap {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 170, ../sass/app/_bread.scss */
#body.bread .product .left .btns .btn {
  width: 8px;
  height: 8px;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 10px;
  cursor: pointer;
}
/* line 178, ../sass/app/_bread.scss */
#body.bread .product .left .btns .btn.EasyBannerBtnActive {
  background: #af9170;
}
/* line 183, ../sass/app/_bread.scss */
#body.bread .product .right {
  width: 602px;
  height: 647px;
  position: relative;
}
/* line 188, ../sass/app/_bread.scss */
#body.bread .product .top {
  width: 100%;
  height: 445px;
  overflow: hidden;
  position: relative;
  background: url("http://dist.gmx1966.com/styles/images/bread/pro-detail-0-2.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 195, ../sass/app/_bread.scss */
#body.bread .product .top .plate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 445px;
  color: #333333;
}
/* line 202, ../sass/app/_bread.scss */
#body.bread .product .top .plate .name {
  margin: 77px 0 0 68px;
  height: 44px;
}
/* line 206, ../sass/app/_bread.scss */
#body.bread .product .top .plate .name_s {
  font-family: 'microsoft yahei light','microsoft yahei';
  margin: 0 0 0 68px;
  font-size: 24px;
  height: 49px;
  position: relative;
}
/* line 212, ../sass/app/_bread.scss */
#body.bread .product .top .plate .name_s::after {
  content: '';
  height: 1px;
  width: 50px;
  background: #d4d1d1;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 222, ../sass/app/_bread.scss */
#body.bread .product .top .plate .abst {
  font-size: 14px;
  line-height: 1.6em;
  margin: 22px 0 0 68px;
  font-family: 'microsoft yahei light','microsoft yahei';
}
/* line 230, ../sass/app/_bread.scss */
#body.bread .product .bottom {
  width: 100%;
  height: 202px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
/* line 236, ../sass/app/_bread.scss */
#body.bread .product .bottom .plate {
  width: 100%;
  height: 202px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 242, ../sass/app/_bread.scss */
#body.bread .product .bottom .plate .image {
  width: 123px;
  height: 202px;
  color: #333333;
  margin: 0 30px;
}
/* line 247, ../sass/app/_bread.scss */
#body.bread .product .bottom .plate .image img {
  margin-top: 27px;
}
/* line 250, ../sass/app/_bread.scss */
#body.bread .product .bottom .plate .image .name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
/* line 259, ../sass/app/_bread.scss */
#body.bread .slogan {
  height: 708px;
  background: url("http://dist.gmx1966.com/styles/images/bread/slogan-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 263, ../sass/app/_bread.scss */
#body.bread .slogan .container {
  height: 708px;
}
/* line 267, ../sass/app/_bread.scss */
#body.bread .slogan .plate-title {
  margin-top: 225px;
  line-height: 38px;
}
/* line 271, ../sass/app/_bread.scss */
#body.bread .slogan .plate-content {
  margin-top: 65px;
}
/* line 273, ../sass/app/_bread.scss */
#body.bread .slogan .plate-content .content {
  border-bottom: #000 1px dashed;
  width: 520px;
  display: block;
}
/* line 279, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text {
  margin: 35px 0 0 40px;
}
/* line 281, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate {
  width: 240px;
  height: auto;
  margin-right: 55px;
  cursor: default;
}
/* line 286, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .left {
  width: 60px;
  height: auto;
  text-align: center;
}
/* line 290, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .left img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 294, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .right {
  width: 170px;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
}
/* line 299, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .right .title {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'vlamidir';
  height: 30px;
  line-height: 30px;
  border-bottom: #c49948 1px solid;
}
/* line 306, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .right .content {
  font-size: 18px;
  line-height: 50px;
}
/* line 310, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate .right .content2 {
  font-size: 14px;
  line-height: 1.6em;
  display: none;
  margin-top: 10px;
}
/* line 319, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate:hover .right .content {
  display: none;
}
/* line 322, ../sass/app/_bread.scss */
#body.bread .slogan .slogan-text .plate:hover .right .content2 {
  display: block;
}
/* line 330, ../sass/app/_bread.scss */
#body.bread .addr {
  height: 250px;
  position: relative;
}
/* line 333, ../sass/app/_bread.scss */
#body.bread .addr .bg, #body.bread .addr .mask {
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 340, ../sass/app/_bread.scss */
#body.bread .addr .bg {
  background: url("http://dist.gmx1966.com/styles/images/bread/addr-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 344, ../sass/app/_bread.scss */
#body.bread .addr .mask {
  text-align: center;
}
/* line 346, ../sass/app/_bread.scss */
#body.bread .addr .mask p.text {
  margin-top: 80px;
  font-size: 16px;
  color: #333333;
  font-family: 'microsoft yahei light','microsoft yahei';
  text-align: center;
}
/* line 353, ../sass/app/_bread.scss */
#body.bread .addr .mask img.icon {
  margin: 24px auto 0;
}
/* line 356, ../sass/app/_bread.scss */
#body.bread .addr .mask a.link {
  margin: 7px auto 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  font-size: 12px;
  color: #ae9170;
}
/* line 362, ../sass/app/_bread.scss */
#body.bread .addr .mask a.link:hover {
  text-decoration: underline;
}
/* line 368, ../sass/app/_bread.scss */
#body.bread .sale {
  height: 808px;
  background: #1e1b19;
  overflow: hidden;
}
/* line 372, ../sass/app/_bread.scss */
#body.bread .sale .name {
  font-size: 36px;
  color: #f3f1e9;
  text-align: center;
  margin-top: 95px;
}
/* line 378, ../sass/app/_bread.scss */
#body.bread .sale .name_s {
  font-size: 14px;
  color: #f3f1e9;
  margin-top: 10px;
  text-align: center;
}
/* line 384, ../sass/app/_bread.scss */
#body.bread .sale .image-container {
  height: 345px;
  margin: 10px auto 5px auto;
  position: relative;
}
/* line 389, ../sass/app/_bread.scss */
#body.bread .sale .image-container .image {
  width: 250px;
  height: 314px;
  position: absolute;
  left: -500px;
  top: 20px;
  cursor: pointer;
  background-size: contain !important;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* line 399, ../sass/app/_bread.scss */
#body.bread .sale .image-container .image.active {
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* line 403, ../sass/app/_bread.scss */
#body.bread .sale .bread-name {
  font-size: 24px;
  color: #ae9170;
  text-align: center;
  font-weight: bold;
}
/* line 409, ../sass/app/_bread.scss */
#body.bread .sale .born-time {
  color: #fff;
  font-size: 18px;
  font-family: "pts";
  text-align: center;
  margin-top: 13px;
}
/* line 416, ../sass/app/_bread.scss */
#body.bread .sale .timeline {
  width: 950px;
  height: 50px;
  margin: 10px auto 0;
  background: url("http://dist.gmx1966.com/styles/images/bread/timeline-bg.png") repeat-x center;
  position: relative;
}
/* line 423, ../sass/app/_bread.scss */
#body.bread .sale .timeline .prev {
  width: 6px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 19px;
  background: url("http://dist.gmx1966.com/styles/images/bread/timeline-arr-left.png") no-repeat center;
}
/* line 431, ../sass/app/_bread.scss */
#body.bread .sale .timeline .next {
  width: 6px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 19px;
  background: url("http://dist.gmx1966.com/styles/images/bread/timeline-arr-right.png") no-repeat center;
}
/* line 439, ../sass/app/_bread.scss */
#body.bread .sale .timeline .slider-bar {
  width: 100px;
  height: 34px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #292624;
  color: #ae9170;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 0px;
  overflow: hidden;
  -moz-box-shadow: 0 0px 25px 0px #000;
  -webkit-box-shadow: 0 0px 25px 0px #000;
  box-shadow: 0 0px 25px 0px #000;
}
/* line 453, ../sass/app/_bread.scss */
#body.bread .sale .timeline .slider-bar .mt-number-animate {
  height: 34px;
  line-height: 34px;
}
/* line 457, ../sass/app/_bread.scss */
#body.bread .sale .timeline .slider-bar .mt-number-animate-dot {
  line-height: 34px;
}
/* line 460, ../sass/app/_bread.scss */
#body.bread .sale .timeline .slider-bar .mt-number-animate-dom {
  font-size: 22px;
  width: 15px;
}
/* line 467, ../sass/app/_bread.scss */
#body.bread .sale .timeline .mask {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: move;
}
/* line 477, ../sass/app/_bread.scss */
#body.bread .sale .sale-num {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
/* line 482, ../sass/app/_bread.scss */
#body.bread .sale .sale-num span {
  font-size: 30px;
}
/* line 485, ../sass/app/_bread.scss */
#body.bread .sale .sale-num #num-show-2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 493, ../sass/app/_bread.scss */
#body.bread .sale .sale-num #num-show-2 .mt-number-animate-dom {
  width: 19px;
  font-size: 30px;
}

/* line 4, ../sass/app/_about.scss */
#body.about .topbar {
  margin-top: 81px;
  background: #0047ba;
  height: 49px;
  line-height: 49px;
  color: #fff;
  font-size: 16px;
}
/* line 11, ../sass/app/_about.scss */
#body.about .topbar .container {
  height: auto;
}
/* line 14, ../sass/app/_about.scss */
#body.about .topbar ul {
  height: auto;
  width: 871px;
  display: block;
  margin: 0 auto;
}
/* line 20, ../sass/app/_about.scss */
#body.about .topbar li {
  height: 49px;
  margin: 0 135px 0 24px;
  cursor: pointer;
  position: relative;
}
/* line 25, ../sass/app/_about.scss */
#body.about .topbar li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
/* line 31, ../sass/app/_about.scss */
#body.about .topbar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0047ba;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -webkit-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -moz-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -ms-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -o-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
}
/* line 47, ../sass/app/_about.scss */
#body.about .topbar li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #e2d49c;
  position: absolute;
  z-index: 1;
  bottom: 0;
  animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 65, ../sass/app/_about.scss */
#body.about .topbar li:hover::after, #body.about .topbar li.active::after {
  animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}
/* line 74, ../sass/app/_about.scss */
#body.about .pagename {
  height: 186px;
  width: 871px;
  margin: 0 auto;
  font-size: 30px;
  color: #0047ba;
  text-align: center;
  line-height: 295px;
  border-bottom: #0047ba 1px solid;
}
/* line 84, ../sass/app/_about.scss */
#body.about .main-factory {
  width: 871px;
  margin: 60px auto 0;
  color: #343432;
  font-size: 20px;
}
/* line 89, ../sass/app/_about.scss */
#body.about .main-factory strong {
  font-weight: bold;
}
/* line 92, ../sass/app/_about.scss */
#body.about .main-factory .left {
  width: 400px;
}
/* line 94, ../sass/app/_about.scss */
#body.about .main-factory .left i.iconfont {
  font-size: 40px;
  vertical-align: middle;
  color: #d2ba99;
}
/* line 100, ../sass/app/_about.scss */
#body.about .main-factory .right {
  width: 400px;
  text-align: right;
}
/* line 103, ../sass/app/_about.scss */
#body.about .main-factory .right i.iconfont {
  font-size: 40px;
  vertical-align: middle;
  color: #d2ba99;
}
/* line 110, ../sass/app/_about.scss */
#body.about .addr-banner {
  width: 871px;
  height: 321px;
  position: relative;
  margin: 60px auto 0;
}
/* line 115, ../sass/app/_about.scss */
#body.about .addr-banner .banner {
  width: 100%;
  height: 321px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 123, ../sass/app/_about.scss */
#body.about .addr-list-container {
  width: 871px;
  margin: 63px auto 0;
  padding: 0 0 55px 0;
  border-bottom: #7fa3dc 1px solid;
}
/* line 128, ../sass/app/_about.scss */
#body.about .addr-list-container .addr-list {
  width: 100%;
  height: auto;
  border-top: #e9e8e8 1px solid;
  position: relative;
  min-height: 100px;
}
/* line 135, ../sass/app/_about.scss */
#body.about .addr-list-container .name {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-top: #e1d298 1px solid;
  position: absolute;
  left: 0;
  top: -1px;
  color: #343432;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
}
/* line 146, ../sass/app/_about.scss */
#body.about .addr-list-container .lists {
  margin-top: 45px;
  width: 570px;
}
/* line 149, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop {
  width: 285px;
  height: 176px;
  font-size: 14px;
  color: #343432;
}
/* line 154, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-name {
  color: #0047ba;
  width: 260px;
  font-weight: bold;
  line-height: 24px;
}
/* line 160, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-addr {
  line-height: 24px;
  width: 270px;
}
/* line 163, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-addr strong {
  font-weight: bold;
}
/* line 167, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-tel {
  line-height: 24px;
}
/* line 169, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-tel strong {
  font-weight: bold;
}
/* line 173, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location {
  color: #b1b1b1;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 179, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location i.iconfont {
  color: #b1b1b1;
  font-size: 20px;
  vertical-align: middle;
}
/* line 184, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 16px;
  position: relative;
}
/* line 189, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #c3a477;
  position: absolute;
  z-index: 1;
  bottom: 0;
  animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 206, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location span::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -webkit-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -moz-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -ms-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
  -o-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
}
/* line 223, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location:hover {
  color: #c3a477;
}
/* line 225, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location:hover span::after {
  animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
  -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}
/* line 232, ../sass/app/_about.scss */
#body.about .addr-list-container .lists .shop .shop-location:hover i.iconfont {
  color: #c3a477;
}
/* line 242, ../sass/app/_about.scss */
#body.about .cert {
  width: 871px;
  margin: 75px auto 0;
}
/* line 245, ../sass/app/_about.scss */
#body.about .cert .name {
  width: 871px;
  margin: 0 auto;
  color: #343434;
  font-size: 18px;
  text-align: center;
}
/* line 252, ../sass/app/_about.scss */
#body.about .cert .image {
  width: 871px;
  margin: 55px auto 0;
}
/* line 255, ../sass/app/_about.scss */
#body.about .cert .image img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
/* line 262, ../sass/app/_about.scss */
#body.about .letter {
  width: 871px;
  margin: 65px auto 0;
  font-size: 14px;
  color: #575b60;
}
/* line 267, ../sass/app/_about.scss */
#body.about .letter .honorific {
  padding-bottom: 19px;
}
/* line 270, ../sass/app/_about.scss */
#body.about .letter .content {
  margin: 0 auto;
  width: 640px;
  line-height: 1.6em;
}
/* line 275, ../sass/app/_about.scss */
#body.about .letter .image {
  margin-top: 60px;
  width: 100%;
}
/* line 278, ../sass/app/_about.scss */
#body.about .letter .image img {
  width: 100%;
  height: auto;
}
/* line 284, ../sass/app/_about.scss */
#body.about .complaint {
  width: 871px;
  height: 150px;
  position: relative;
  margin: 70px auto 0;
  border-bottom: #e9e8e8 1px solid;
}
/* line 290, ../sass/app/_about.scss */
#body.about .complaint .title {
  font-size: 18px;
  color: #343432;
}
/* line 294, ../sass/app/_about.scss */
#body.about .complaint .tel {
  font-size: 18px;
  color: #c9b496;
  font-weight: bold;
  margin-top: 33px;
}
/* line 300, ../sass/app/_about.scss */
#body.about .complaint .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 97px;
  height: 100px;
  background: url("http://dist.gmx1966.com/styles/images/about/icon-phone.png") no-repeat center;
}
/* line 309, ../sass/app/_about.scss */
#body.about .message {
  margin: 40px auto 0;
  width: 871px;
  height: auto;
  padding-bottom: 145px;
  border-bottom: #7fa3dc 1px solid;
  position: relative;
}
/* line 316, ../sass/app/_about.scss */
#body.about .message .form {
  width: 620px;
}
/* line 318, ../sass/app/_about.scss */
#body.about .message .form .list {
  width: 620px;
  height: auto;
  margin-bottom: 38px;
}
/* line 322, ../sass/app/_about.scss */
#body.about .message .form .list .left {
  width: 128px;
  height: 32px;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  text-indent: 10px;
  border-bottom: #e1d298 1px solid;
}
/* line 331, ../sass/app/_about.scss */
#body.about .message .form .list .right {
  width: 491px;
  height: auto;
}
/* line 335, ../sass/app/_about.scss */
#body.about .message .form .list .right input {
  border: none;
  outline-style: none;
  width: 480px;
  height: 30px;
  line-height: 32px;
  border-bottom: #e9e8e8 1px solid;
}
/* line 342, ../sass/app/_about.scss */
#body.about .message .form .list .right input ::-webkit-input-placeholder {
  color: #b2b2b2;
}
/* line 345, ../sass/app/_about.scss */
#body.about .message .form .list .right input :-moz-placeholder {
  color: #b2b2b2;
}
/* line 348, ../sass/app/_about.scss */
#body.about .message .form .list .right input 　::-moz-placeholder {
  color: #b2b2b2;
}
/* line 351, ../sass/app/_about.scss */
#body.about .message .form .list .right input 　:-ms-input-placeholder {
  color: #b2b2b2;
}
/* line 355, ../sass/app/_about.scss */
#body.about .message .form .list .right textarea {
  padding: 0;
  border: none;
  outline-style: none;
  font-family: 'microsoft yahei light','microsoft yahei';
  width: 480px;
  height: 32px;
  line-height: 1.6em;
  overflow-y: hidden;
  resize: none;
  border-bottom: #e9e8e8 1px solid;
  border-right: transparent 1px solid;
  border-left: transparent 1px solid;
  border-top: transparent 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 371, ../sass/app/_about.scss */
#body.about .message .form .list .right textarea.active {
  height: 200px;
  border: #e9e8e8 1px solid;
}
/* line 378, ../sass/app/_about.scss */
#body.about .message .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 98px;
  height: 98px;
  background: url("http://dist.gmx1966.com/styles/images/about/icon-mail.png") no-repeat center;
}
/* line 387, ../sass/app/_about.scss */
#body.about .submit-btn {
  width: 871px;
  margin: 0 auto;
}
/* line 390, ../sass/app/_about.scss */
#body.about .submit-btn .btn {
  display: none;
  width: 111px;
  height: 29px;
  background: #e1d298;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin: 7px 0 0 500px;
  border: none;
  outline-style: none;
  cursor: pointer;
}
/* line 403, ../sass/app/_about.scss */
#body.about .submit-btn .btn a {
  display: block;
}
/* line 408, ../sass/app/_about.scss */
#body.about .buy-note {
  width: 871px;
  margin: 100px auto 0;
  height: auto;
  position: relative;
  border-top: #e9e8e8 1px solid;
  color: #343432;
}
/* line 415, ../sass/app/_about.scss */
#body.about .buy-note .left {
  padding: 50px 0 5px 0;
  position: absolute;
  left: 0;
  top: -1px;
  width: 260px;
  border-top: #e1d298 1px solid;
}
/* line 422, ../sass/app/_about.scss */
#body.about .buy-note .left .name {
  font-size: 18px;
  font-weight: bold;
}
/* line 426, ../sass/app/_about.scss */
#body.about .buy-note .left .abst {
  margin-top: 10px;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.6em;
  font-style: italic;
}
/* line 434, ../sass/app/_about.scss */
#body.about .buy-note .right {
  padding: 50px 0 5px 0;
  width: 550px;
}
/* line 437, ../sass/app/_about.scss */
#body.about .buy-note .right p.content {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.6em;
}
/* line 442, ../sass/app/_about.scss */
#body.about .buy-note .right .qq {
  color: #e1d298;
  font-size: 26px;
  font-weight: lighter;
  padding-bottom: 10px;
}
/* line 447, ../sass/app/_about.scss */
#body.about .buy-note .right .qq a, #body.about .buy-note .right .qq a:hover {
  text-decoration: none;
  color: inherit;
}
/* line 451, ../sass/app/_about.scss */
#body.about .buy-note .right .qq img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
/* line 455, ../sass/app/_about.scss */
#body.about .buy-note .right .qq span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 7px;
  text-decoration: underline;
  padding: 3px 0;
}
/* line 462, ../sass/app/_about.scss */
#body.about .buy-note .right .pay {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}
/* line 465, ../sass/app/_about.scss */
#body.about .buy-note .right .pay i {
  color: #13b83a;
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 10px;
}
/* line 472, ../sass/app/_about.scss */
#body.about .buy-note .right .tableware {
  width: 414px;
  height: 160px;
  margin-top: 40px;
  background: url("http://dist.gmx1966.com/styles/images/about/tableware.jpg") no-repeat center;
}
/* line 480, ../sass/app/_about.scss */
#body.about .bottom-line {
  margin: 50px auto 0;
  width: 871px;
  border-bottom: #7fa3dc 1px solid;
}
/* line 485, ../sass/app/_about.scss */
#body.about .result {
  margin: 65px auto 0;
  width: 871px;
}
/* line 488, ../sass/app/_about.scss */
#body.about .result .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
/* line 493, ../sass/app/_about.scss */
#body.about .result .content {
  font-size: 14px;
  color: #575b60;
  text-align: center;
  line-height: 50px;
}
/* line 498, ../sass/app/_about.scss */
#body.about .result .content strong {
  font-size: 18px;
}
/* line 502, ../sass/app/_about.scss */
#body.about .result a.back {
  display: block;
  text-align: center;
  margin: 50px auto 0;
}
/* line 503, ../sass/app/_about.scss */
#body.about .result a.back img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 511, ../sass/app/_about.scss */
#body.about .result.success .icon {
  background: url("http://dist.gmx1966.com/styles/images/about/icon-success.png") no-repeat center;
}
/* line 514, ../sass/app/_about.scss */
#body.about .result.success .content.success {
  display: block;
}
/* line 517, ../sass/app/_about.scss */
#body.about .result.success .content.defeat {
  display: none;
}
/* line 522, ../sass/app/_about.scss */
#body.about .result.defeat .icon {
  background: url("http://dist.gmx1966.com/styles/images/about/icon-defeat.png") no-repeat center;
}
/* line 525, ../sass/app/_about.scss */
#body.about .result.defeat .content.success {
  display: none;
}
/* line 528, ../sass/app/_about.scss */
#body.about .result.defeat .content.defeat {
  display: block;
}

/* line 2, ../sass/app/_page.scss */
#body.coop .company-plate {
  height: 950px;
}
/* line 4, ../sass/app/_page.scss */
#body.coop .company-plate .container {
  height: 950px;
  color: #333333;
  overflow: hidden;
}
/* line 8, ../sass/app/_page.scss */
#body.coop .company-plate .container .type {
  margin-top: 200px;
  font-size: 24px;
  font-weight: bold;
}
/* line 13, ../sass/app/_page.scss */
#body.coop .company-plate .container .title {
  margin-top: 30px;
  font-size: 38px;
}
/* line 17, ../sass/app/_page.scss */
#body.coop .company-plate .container .abst {
  font-size: 22px;
  font-weight: lighter;
  margin-top: 20px;
}
/* line 22, ../sass/app/_page.scss */
#body.coop .company-plate .container .more {
  color: #0a4bb7;
  font-size: 18px;
  margin-top: 70px;
  cursor: pointer;
}
/* line 27, ../sass/app/_page.scss */
#body.coop .company-plate .container .more i {
  font-size: 25px;
  vertical-align: middle;
}
/* line 32, ../sass/app/_page.scss */
#body.coop .company-plate .container .line {
  width: 105px;
  height: 2px;
  background: #b2b2b2;
  margin-top: 100px;
}
/* line 38, ../sass/app/_page.scss */
#body.coop .company-plate .container .description {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.6em;
}
/* line 45, ../sass/app/_page.scss */
.pop-layout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  background: rgba(255, 255, 255, 0.6);
}
/* line 46, ../sass/app/_page.scss */
.pop-layout .pop-wrap {
  position: relative;
  overflow: hidden;
}
/* line 56, ../sass/app/_page.scss */
.pop-layout .container {
  margin-top: 195px;
}
/* line 59, ../sass/app/_page.scss */
.pop-layout .left {
  width: 580px;
  height: 648px;
  display: none;
  -moz-box-shadow: 0 0 5px -2px #aaa;
  -webkit-box-shadow: 0 0 5px -2px #aaa;
  box-shadow: 0 0 5px -2px #aaa;
  background: rgba(255, 255, 255, 0.8) url("http://dist.gmx1966.com/styles/images/pop-left-bg.png") repeat;
}
/* line 65, ../sass/app/_page.scss */
.pop-layout .left .plate {
  width: 580px;
  height: 648px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
/* line 73, ../sass/app/_page.scss */
.pop-layout .left .wrap {
  width: 580px;
  height: 648px;
  position: relative;
  overflow: hidden;
}
/* line 78, ../sass/app/_page.scss */
.pop-layout .left .wrap .covers {
  width: 100%;
  height: 397px;
  position: relative;
  background: #fff;
  -moz-box-shadow: 0 0 5px -2px #aaa;
  -webkit-box-shadow: 0 0 5px -2px #aaa;
  box-shadow: 0 0 5px -2px #aaa;
}
/* line 85, ../sass/app/_page.scss */
.pop-layout .left .wrap .name {
  background: rgba(132, 115, 87, 0.5);
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
/* line 97, ../sass/app/_page.scss */
.pop-layout .left .wrap .banners {
  width: 100%;
  height: 397px;
  position: relative;
}
/* line 101, ../sass/app/_page.scss */
.pop-layout .left .wrap .banners .banner {
  width: 100%;
  height: 397px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 109, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights {
  height: 170px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
/* line 114, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .prev {
  width: 26px;
  height: 26px;
  background: url("http://dist.gmx1966.com/styles/images/page/company-icon-left.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 50px;
  cursor: pointer;
}
/* line 124, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .next {
  width: 26px;
  height: 26px;
  background: url("http://dist.gmx1966.com/styles/images/page/company-icon-right.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 2px;
  top: 50px;
  cursor: pointer;
}
/* line 134, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .lights-wrap {
  width: 540px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 139, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .lights-wrap .light {
  width: 123px;
  margin: 0 20px 25px;
}
/* line 142, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .lights-wrap .light img {
  width: 123px;
  height: 123px;
}
/* line 146, ../sass/app/_page.scss */
.pop-layout .left .wrap .lights .lights-wrap .light p {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}
/* line 157, ../sass/app/_page.scss */
.pop-layout .right {
  width: 600px;
  height: 645px;
  background: rgba(211, 196, 136, 0.4);
  display: none;
}
/* line 162, ../sass/app/_page.scss */
.pop-layout .right .wrap {
  width: 584px;
  height: 630px;
  margin: 7px;
  -moz-box-shadow: 0 0 6px -2px #666;
  -webkit-box-shadow: 0 0 6px -2px #666;
  box-shadow: 0 0 6px -2px #666;
  background: #fff;
}
/* line 170, ../sass/app/_page.scss */
.pop-layout .form {
  width: 100%;
  height: auto;
  color: #333;
  overflow: hidden;
  position: relative;
}
/* line 176, ../sass/app/_page.scss */
.pop-layout .form .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-top: 43px;
}
/* line 182, ../sass/app/_page.scss */
.pop-layout .form .abst {
  color: #c49949;
  font-size: 18px;
  text-align: center;
  margin-top: 17px;
}
/* line 188, ../sass/app/_page.scss */
.pop-layout .form .main {
  width: 340px;
  margin: 100px auto 0;
  position: relative;
}
/* line 192, ../sass/app/_page.scss */
.pop-layout .form .main .label {
  color: #b2b2b2;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  width: 47px;
  border-bottom: #e0d29b 1px solid;
}
/* line 200, ../sass/app/_page.scss */
.pop-layout .form .main input {
  width: 110px;
  border: none;
  outline-style: none;
  border-bottom: #e9e8e8 1px solid;
  height: 22px;
  text-align: center;
  font-family: "microsoft yahei";
}
/* line 209, ../sass/app/_page.scss */
.pop-layout .form .main .content {
  width: 100%;
  margin: 18px auto 0;
  position: relative;
  z-index: 99;
}
/* line 214, ../sass/app/_page.scss */
.pop-layout .form .main .content .label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 23px;
}
/* line 222, ../sass/app/_page.scss */
.pop-layout .form .main .content textarea {
  width: 340px;
  height: 23px;
  resize: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  overflow: auto;
  outline-style: none;
  text-indent: 10em;
  font-family: 'microsoft yahei';
  font-size: 14px;
  background: #fff;
  border-bottom: #e9e8e8 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 239, ../sass/app/_page.scss */
.pop-layout .form .main .button {
  width: 100%;
  position: relative;
  z-index: 99;
}
/* line 244, ../sass/app/_page.scss */
.pop-layout .form .main button {
  width: 205px;
  height: 45px;
  outline-style: none;
  border: none;
  background: #c49949;
  display: block;
  top: 0;
  margin: 65px auto 0;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 260, ../sass/app/_page.scss */
.pop-layout .form .main button:hover {
  background: #c2933b;
}
/* line 266, ../sass/app/_page.scss */
.pop-layout .form .main.active .content textarea {
  height: 150px;
  border: #f9f6ef 1px solid;
  background: #f9f6ef;
}
/* line 271, ../sass/app/_page.scss */
.pop-layout .form .main.active .content .label {
  border: none;
}
/* line 275, ../sass/app/_page.scss */
.pop-layout .form .main.active .button {
  top: 15px;
}
/* line 277, ../sass/app/_page.scss */
.pop-layout .form .main.active .button button {
  margin-top: 0;
  width: 100%;
}
/* line 284, ../sass/app/_page.scss */
.pop-layout .form .contact {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 275px;
  color: #333;
  text-align:left;
  border: none;
}
/* line 291, ../sass/app/_page.scss */
.pop-layout .form .contact .tel {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 293, ../sass/app/_page.scss */
.pop-layout .form .contact .tel .name {
  font-size: 20px;
  position: relative;
}
/* line 296, ../sass/app/_page.scss */
.pop-layout .form .contact .tel .name::after {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 0;
}
/* line 307, ../sass/app/_page.scss */
.pop-layout .form .contact .tel .num {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

/* line 318, ../sass/app/_page.scss */
#body.sweet {
  background: #fffafa;
}
/* line 321, ../sass/app/_page.scss */
#body.sweet .cover {
  height: 510px;
  background: url("http://dist.gmx1966.com/styles/images/sweet-cover.jpg") no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 326, ../sass/app/_page.scss */
#body.sweet .page-name {
  height: 375px;
  background: #ffffff;
  overflow: hidden;
  color: #f09292;
}
/* line 331, ../sass/app/_page.scss */
#body.sweet .page-name .cn {
  margin: 182px 0 0 63px;
  font-size: 28px;
  font-weight: 500;
}
/* line 336, ../sass/app/_page.scss */
#body.sweet .page-name .en {
  margin: 30px 0 0 63px;
  font-size: 18px;
}
/* line 343, ../sass/app/_page.scss */
#body.sweet .page-name.page-name-2 {
  background: #fff;
  color: #8ac4eb;
}
/* line 347, ../sass/app/_page.scss */
#body.sweet .page-name.page-name-3 {
  background: #fffafa;
  color: #aea069;
}
/* line 352, ../sass/app/_page.scss */
#body.sweet .plate {
  padding-bottom: 5px;
}
/* line 355, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-1 .left {
  width: 798px;
  height: 527px;
  overflow: hidden;
  position: relative;
}
/* line 360, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-1 .left .banner {
  width: 798px;
  height: 527px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 368, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-1 .right {
  width: 397px;
  height: 527px;
  overflow: hidden;
  font-size: 14px;
  color: #c1964d;
}
/* line 374, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-1 .right .link {
  margin: 344px 0 0 37px;
}
/* line 376, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-1 .right .link a {
  padding: 0 5px;
}
/* line 383, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left {
  width: 397px;
  height: 396px;
  overflow: hidden;
  position: relative;
}
/* line 388, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .en-text {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 11px;
  z-index: 99;
  color: inherit;
}
/* line 398, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .en-text.bottom2 {
  bottom: 22px;
}
/* line 401, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .en-text.top {
  top: 22px;
}
/* line 404, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .slogan {
  margin-top: 143px;
  width: 100%;
  color: inherit;
}
/* line 408, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .slogan .title {
  font-size: 16px;
  height: 40px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
/* line 414, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .slogan .title::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 190px;
}
/* line 424, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .left .slogan .content {
  width: 265px;
  height: auto;
  margin: 50px auto 0;
  line-height: 1.6em;
}
/* line 432, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .right {
  width: 798px;
  height: 396px;
  position: relative;
}
/* line 436, ../sass/app/_page.scss */
#body.sweet .plate.plate-style-2 .right .banner {
  width: 798px;
  height: 396px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 449, ../sass/app/_page.scss */
#body.sweet .plate.plate-1 .right {
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-1.png") no-repeat center;
}
/* line 454, ../sass/app/_page.scss */
#body.sweet .plate.plate-2 .left {
  color: #ee7785;
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-2.png") no-repeat center;
}
/* line 457, ../sass/app/_page.scss */
#body.sweet .plate.plate-2 .left .title::after {
  background: #ee7785;
}
/* line 463, ../sass/app/_page.scss */
#body.sweet .plate.plate-3 .right {
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-3.png") no-repeat center;
}
/* line 468, ../sass/app/_page.scss */
#body.sweet .plate.plate-4 .left {
  color: #7fa3dc;
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-4.png") no-repeat center;
}
/* line 471, ../sass/app/_page.scss */
#body.sweet .plate.plate-4 .left .title::after {
  background: #7fa3dc;
}
/* line 474, ../sass/app/_page.scss */
#body.sweet .plate.plate-4 .left .content {
  text-align: center;
}
/* line 480, ../sass/app/_page.scss */
#body.sweet .plate.plate-5 .right {
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-5.png") no-repeat center;
}
/* line 485, ../sass/app/_page.scss */
#body.sweet .plate.plate-6 .left {
  color: #aea069;
  background: url("http://dist.gmx1966.com/styles/images/sweet-plate-abst-bg-6.png") no-repeat center;
}
/* line 488, ../sass/app/_page.scss */
#body.sweet .plate.plate-6 .left .title::after {
  background: #aea069;
}
/* line 494, ../sass/app/_page.scss */
#body.sweet .gradient {
  height: 100px;
  background: -moz-linear-gradient(top, #fffafa, #fff);
  background: -webkit-linear-gradient(top, #fffafa, #fff);
  background: -o-linear-gradient(top, #fffafa, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fffafa,endcolorstr=#fff,gradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fffafa,endcolorstr=#fff,gradientType=1);
}
/* line 502, ../sass/app/_page.scss */
#body.sweet .pop-layout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
}
/* line 509, ../sass/app/_page.scss */
#body.sweet .pop-layout .container {
  background: rgba(211, 196, 136, 0.4);
  overflow: hidden;
}
/* line 515, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap {
  width: 99%;
  margin: 0.5% auto 0.5%;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 65px 0 90px;
}
/* line 521, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .title-en {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 526, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .title-cn {
  font-size: 18px;
  color: #c59a41;
  text-align: center;
  margin-top: 18px;
}
/* line 532, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .left {
  margin: 65px 0 0 50px;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* line 534, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .left .tel {
  width: 195px;
  height: auto;
  margin-left: 30px;
}
/* line 539, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .left .num {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  position: relative;
}
/* line 547, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .left .num::after {
  content: '';
  display: block;
  width: 7px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 94px;
}
/* line 558, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .left .tel-name {
  text-align: center;
  font-size: 14px;
  margin-top: 26px;
}
/* line 564, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right {
  width: 400px;
  height: auto;
  color: #333;
  overflow: hidden;
  position: relative;
  margin: 70px 0 0 135px;
  display: block;
  background: transparent;
}
/* line 571, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main {
  width: 340px;
  margin: 0 auto;
  position: relative;
}
/* line 575, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main .label {
  color: #b2b2b2;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  width: 47px;
  border-bottom: #e0d29b 1px solid;
}
/* line 583, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main input {
  width: 110px;
  border: none;
  background: transparent;
  outline-style: none;
  border-bottom: #e9e8e8 1px solid;
  height: 20px;
  text-align: center;
  font-family: "microsoft yahei";
}
/* line 593, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main .content {
  width: 100%;
  position: relative;
  z-index: 99;
}
/* line 598, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main .content .label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 23px;
}
/* line 606, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main .content textarea {
  width: 340px;
  height: 23px;
  resize: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  overflow: auto;
  outline-style: none;
  text-indent: 10em;
  font-family: 'microsoft yahei';
  font-size: 14px;
  background: transparent;
  border-bottom: #e9e8e8 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*#body{*/
  /*overflow: hidden;*/
/*}*/
/* line 623, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main .button {
  width: 100%;
  position: relative;
  z-index: 99;
}
/* line 628, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main button {
  width: 205px;
  height: 45px;
  outline-style: none;
  border: none;
  background: #c49949;
  display: block;
  top: 0;
  margin: 65px auto 0;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 644, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main button:hover {
  background: #c2933b;
}
/* line 650, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main.active .content textarea {
  height: 88px;
  border: #f9f6ef 1px solid;
  background: #f9f6ef;
}
/* line 655, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main.active .content .label {
  border: none;
}
/* line 659, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main.active .button {
  top: -2px;
}
/* line 661, ../sass/app/_page.scss */
#body.sweet .pop-layout .wrap .right .main.active .button button {
  margin-top: 0;
  width: 100%;
}

/* line 673, ../sass/app/_page.scss */
#body.card {
  margin-top: 81px;
}
/* line 675, ../sass/app/_page.scss */
#body.card .cover {
  height: 550px;
  background: url("http://dist.gmx1966.com/styles/images/page/card-cover.jpg") no-repeat center;
}
/* line 678, ../sass/app/_page.scss */
#body.card .cover .container {
  overflow: hidden;
}
/* line 681, ../sass/app/_page.scss */
#body.card .cover .text {
  margin: 146px 0 0 500px;
  color: #333;
  text-align: center;
}
/* line 685, ../sass/app/_page.scss */
#body.card .cover .text .big {
  font-size: 36px;
  line-height: 50px;
}
/* line 689, ../sass/app/_page.scss */
#body.card .cover .text .small {
  font-size: 24px;
  line-height: 30px;
}
/* line 695, ../sass/app/_page.scss */
#body.card .page-title {
  color: #333333;
  text-align: center;
  padding: 98px 0 60px 0;
}
/* line 699, ../sass/app/_page.scss */
#body.card .page-title .cn {
  width: 100%;
  font-size: 36px;
  line-height: 50px;
}
/* line 704, ../sass/app/_page.scss */
#body.card .page-title .en {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}
/* line 710, ../sass/app/_page.scss */
#body.card .cards {
  height: auto;
  overflow: hidden;
}
/* line 713, ../sass/app/_page.scss */
#body.card .cards .card {
  width: 300px;
  height: 370px;
  overflow: hidden;
  color: #333;
  text-align: center;
  position: relative;
}
/* line 720, ../sass/app/_page.scss */
#body.card .cards .card .cover {
  width: 300px;
  height: 250px;
}
/* line 724, ../sass/app/_page.scss */
#body.card .cards .card .name {
  font-size: 20px;
  margin-top: 20px;
}
/* line 728, ../sass/app/_page.scss */
#body.card .cards .card .abst {
  font-size: 12px;
  margin-top: 24px;
  line-height: 1.6em;
}
/* line 733, ../sass/app/_page.scss */
#body.card .cards .card .mask {
  width: 254px;
  height: 370px;
  position: absolute;
  left: 23px;
  top: 10px;
  background: url("http://dist.gmx1966.com/styles/images/page/card-bg.png") repeat;
  overflow: hidden;
  text-align: center;
  color: #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 745, ../sass/app/_page.scss */
#body.card .cards .card .mask .title {
  margin-top: 25px;
  font-size: 16px;
  height: 36px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 752, ../sass/app/_page.scss */
#body.card .cards .card .mask .title::after {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 123px;
}
/* line 763, ../sass/app/_page.scss */
#body.card .cards .card .mask .text-1 {
  margin-top: 13px;
  font-size: 12px;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 770, ../sass/app/_page.scss */
#body.card .cards .card .mask .text-2 {
  margin-top: 8px;
  line-height: 1.6em;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 777, ../sass/app/_page.scss */
#body.card .cards .card .mask .text-3 {
  margin-top: 30px;
  font-size: 12px;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 784, ../sass/app/_page.scss */
#body.card .cards .card .mask .price {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #be964b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 791, ../sass/app/_page.scss */
#body.card .cards .card .mask .price span {
  font-weight: normal;
}
/* line 795, ../sass/app/_page.scss */
#body.card .cards .card .mask .buy {
  margin: 42px auto 0;
  width: 108px;
  height: 29px;
  line-height: 29px;
  background: #be964b;
  color: #fff;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 805, ../sass/app/_page.scss */
#body.card .cards .card .mask .buy:hover {
  background: #bd903b;
}
/* line 808, ../sass/app/_page.scss */
#body.card .cards .card .mask .buy a {
  display: block;
  color: inherit;
}
/* line 816, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 818, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .title {
  animation: showCardDetail 0.3s ease .1s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease .1s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease .1s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease .1s 1 forwards;
  -o-animation: showCardDetail 0.3s ease .1s 1 forwards;
}
/* line 825, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .text-1 {
  animation: showCardDetail 0.3s ease .3s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease .3s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease .3s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease .3s 1 forwards;
  -o-animation: showCardDetail 0.3s ease .3s 1 forwards;
}
/* line 833, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .text-2 {
  animation: showCardDetail 0.3s ease .5s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease .5s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease .5s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease .5s 1 forwards;
  -o-animation: showCardDetail 0.3s ease .5s 1 forwards;
}
/* line 841, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .text-3 {
  animation: showCardDetail 0.3s ease .7s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease .7s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease .7s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease .7s 1 forwards;
  -o-animation: showCardDetail 0.3s ease .7s 1 forwards;
}
/* line 849, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .price {
  animation: showCardDetail 0.3s ease .9s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease .9s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease .9s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease .9s 1 forwards;
  -o-animation: showCardDetail 0.3s ease .9s 1 forwards;
}
/* line 857, ../sass/app/_page.scss */
#body.card .cards .card:hover .mask .buy {
  animation: showCardDetail 0.3s ease 1.1s 1 forwards;
  -webkit-animation: showCardDetail 0.3s ease 1.1s 1 forwards;
  -moz-animation: showCardDetail 0.3s ease 1.1s 1 forwards;
  -ms-animation: showCardDetail 0.3s ease 1.1s 1 forwards;
  -o-animation: showCardDetail 0.3s ease 1.1s 1 forwards;
}
/* line 869, ../sass/app/_page.scss */
#body.card .tickets {
  margin-top: 190px;
  height: 300px;
}
/* line 872, ../sass/app/_page.scss */
#body.card .tickets .left {
  width: 50%;
  height: 300px;
  background: #fcfbf1;
  position: relative;
}
/* line 878, ../sass/app/_page.scss */
#body.card .tickets .right {
  width: 50%;
  height: 300px;
  background: #efefef;
  position: relative;
}
/* line 884, ../sass/app/_page.scss */
#body.card .tickets .main {
  width: 600px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
/* line 889, ../sass/app/_page.scss */
#body.card .tickets .main .cover {
  background: none;
  margin: 59px 0 0 27px;
}
/* line 893, ../sass/app/_page.scss */
#body.card .tickets .main .detail {
  margin: 59px 0 0 42px;
  color: #333;
}
/* line 896, ../sass/app/_page.scss */
#body.card .tickets .main .detail .name {
  margin-top: 12px;
  font-size: 20px;
}
/* line 900, ../sass/app/_page.scss */
#body.card .tickets .main .detail .abst {
  font-size: 14px;
  margin-top: 9px;
}
/* line 904, ../sass/app/_page.scss */
#body.card .tickets .main .detail .btn {
  margin-top: 28px;
  width: 108px;
  height: 29px;
  font-size: 14px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  background: #be964b;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 914, ../sass/app/_page.scss */
#body.card .tickets .main .detail .btn:hover {
  background: #bd8f38;
}
/* line 917, ../sass/app/_page.scss */
#body.card .tickets .main .detail .btn a {
  display: block;
}
/* line 924, ../sass/app/_page.scss */
#body.card .company {
  border-bottom: #b9cbea 1px solid;
  padding: 120px 0 65px;
  text-align: center;
  color: #333;
}
/* line 929, ../sass/app/_page.scss */
#body.card .company .title {
  font-size: 36px;
}
/* line 932, ../sass/app/_page.scss */
#body.card .company .en {
  font-size: 18px;
  margin-top: 20px;
}
/* line 936, ../sass/app/_page.scss */
#body.card .company .abst {
  font-size: 14px;
  margin-top: 27px;
  line-height: 1.6em;
}

@keyframes showCardDetail {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showCardDetail {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes showCardDetail {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes showCardDetail {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes showCardDetail {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.festival{
  width: 436px;
  height: 396px;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
}
.festival .close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/*
 *主要样式的调整部分，该部分可能覆盖已定义的样式(!important)
 */
 /*1280屏幕下的调整*/
@media screen and (max-width: 1366px) {
    #header .wrap {
      height: 61px;
  }
    #header .logo {
      height: 61px;
  }
  #header .container{
    line-height: 61px;
    height: 61px;
  }

  #header.big .container{
    height: 61px;
    line-height: 61px;
  }
  #header .buy {
    margin: 20px 42px 0 0;
  }
  #header.big .nav li {
    height: 61px;
  }
  #header .nav > ul > li{
    height: 61px;
  }
  /*2/11*/
  #body.product-list .banners{
    /*margin-top: 61px;*/
  }
#header .nav > ul > li > ul.toggle{
  top: 61px;
}
  #body.index .banner .plate-wrap a img{
    width: 500px;
    height: auto;
    margin: 240px auto 0px !important;

}
#body.index .banner .plate-wrap a img.one{
    width: 420px;
    height: auto;
    margin: 300px auto 0 !important;
}
#body.index .slogen img.slogen-text {
    width: 500px;
    height: auto;
}
#body.index .slogen img.slogen-people{
  width: 700px;
  height: auto;
  right: 0;
  z-index: 99;
}
.plate-title {
  padding-left: 145px;
}
.plate-title.bread{
  padding-left: 40px;
  margin-bottom: -60px;
}
.plate-title.bread::after {
    top: -20px;
    left: 40px;
  }
  .plate-title::after{
  left: 40px;
  }
  #body.product-detail .mid-cover{
    width: 100%;
    height: 400px;
  }
  #body.coop .company-plate .container{
    width: 1100px;
  }

  #body.card .cover{
    height: 380px;
  }
  #body.card{margin-top: 61px;}

  #body.box {
    margin-top: 61px!important;
}


}


#top-banner,#top-banner .bg{width: 100%;height: 470px;}
#top-banner{position:relative;}
#top-banner .img{position: absolute;top: 0;right: 20px;width: 55%;}
#body.box {
    margin-top: 81px;
}
.box .box-intro{height: 700px;background-color: #f5eddd;padding: 100px 0 120px;box-sizing: border-box;}
.box-intro .con{width: 1200px;margin:0 auto;}
.box-intro .con .area-right{width: 560px;height: 418px;}
.box-intro .con .area-left h2{display: inline-block;font-size: 24px;color: #e42d2b;vertical-align: bottom;}
.box-intro .con .area-left h1{font-size: 36px;color: #b89f7a;font-weight: bold;}
.box-intro .con .area-left h1 span{font-weight: normal;line-height: 1.5em;}
.box-intro .con .area-left .t{color: #b89f7a;}
.box-intro .con .area-left h2 span{font-size: 48px;}
.box-intro .con .area-left a{display: inline-block;border: 3px solid #b89f7a;color: #b89f7a;padding: 3px 5px;font-size: 20px;text-align: center;line-height: 1.5em;vertical-align: bottom;}
.box-intro .con .area-left a .en{}
.box-intro .con .area-left .c2{margin:50px 0;}
.box-intro .con .area-left .c2 .group{background: url(http://dist.gmx1966.com/styles/images/box/bg.png) no-repeat center;}
.box-intro .con .area-left .c2 .lis>div{width: 130px;height: 80px;}
.box-intro .con .area-left .c2 .lis{float: left;padding: 0 20px;}
.box-intro .con .area-left .c2 .lis p{line-height: 1.8em;}




#box-list{padding-top: 80px;background: #fcfaf0 url(http://dist.gmx1966.com/styles/images/box/box-bg.jpg) repeat-y center; background-size: 100%;}
#box-list ul{width: 1200px;margin:0 auto;}
#box-list ul li{width: 400px;float: left;height: 600px;}
#box-list ul li .moon{width: 400px;height: 400px;}
#box-list ul li .name{text-align: center;font-size: 20px;margin-top: 40px;}
#box-list ul li .name a{width: 110px;height: 42px;border-radius: 6px;background-color: #b89f7a;color: #fff;line-height: 42px;display: inline-block;font-size: 16px;margin-top: 20px;}
#full-container .pop-layout .left .wrap .lights .lights-wrap .light{
  width: 143px;
  margin: 0 15px 25px 20px;
}
#full-container .pop-layout .left .wrap .lights .lights-wrap .light img{
  width: 116px;
  height: 116px;
  margin: 0 auto;
  display: block;
}
#full-container .pop-layout .left .wrap .lights .lights-wrap{
  height: 173px;
}
#full-container .pop-layout .left .wrap .lights .lights-wrap .light p{
  line-height: 21px;
}
.pop-layout .form .main .success .up{
  width:190px;
  margin: 0 auto;
  overflow: hidden;
}
.pop-layout .form .main .success .up .title{
  font-size: 18px;
  color: #4e2a14;
  margin-top: 5px;
  font-weight: normal;
  text-align: left;
}
.pop-layout .form .main .success .up .content{
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}


#body.brand .info .honor-bg{
  height: 390px;
  width:100%;
  margin-top:50px;
  background: url("http://dist.gmx1966.com/styles/images/honor-bg.jpg") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
  overflow: hidden;
}

#body.brand .info .honor-bg .step{
  position: absolute;
  left:0;
  bottom:-174px;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
#body.brand .info .honor-bg:hover .step{
  bottom:0px;
}

#body.brand .honor-1{
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#body.brand .honor-1:hover{
  opacity: 1;
}



