/* 
    Created on : 2017-6-3, 9:23:33
    Author     : jerry
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  background: #fff;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
/* * -- Globe A Style --*/
a:focus {
  outline: none;
}
a:link,
a:visited,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
/* * -- Img Responsive And Zoom Style --*/
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pure-img200 {
  width: 100%;
  height: auto;
  display: block;
}
.pure-img1 {
  max-height: 100%;
  width: auto;
  display: block;
}
.pure-img2 {
  max-height: 383px;
  width: auto;
  display: block;
  margin: 0 auto;
}
img {
  border: 0;
}
.menu-switch {
  display: none;
}
img.zoom-img {
  width: 100%;
  position: relative;
  padding: 0;
  transform: scale(1, 1);
  transition: all 250ms ease-out;
  box-shadow: 0px 0px 0px 0px #000;
}
img.zoom-img:hover {
  transform: scale(1.15, 1.15);
  transition: all 750ms ease-out;
  overflow: hidden;
  opacity: 0.7;
}
img.op-img {
  position: relative;
  padding: 0;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 350ms ease-out;
}
img.op-img:hover {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
  transition: all 350ms ease-out;
}
.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.container {
  max-width: 1120px;
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
  border: 0px solid transparent;
}
#logo_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 600;
  left: 40px;
  top: 40px;
}
#search_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 504;
  right: 40px;
  top: 40px;
}
#user_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 500;
  right: 90px;
  top: 40px;
}
#calendar_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 500;
  right: 40px;
  bottom: 40px;
}
#sns_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 500;
  left: 40px;
  padding-top: 5px;
  bottom: 40px;
}
#sns_icon .micon {
  position: absolute;
  z-index: 600;
}
#sns_icon .sns_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  padding: 3px 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#sns_icon .wechat_icon .w1 {
  width: 150px;
  height: 150px;
  position: absolute;
  padding: 0 10px;
  left: 40px;
  top: -55px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#sns_icon .wechat_icon .w2 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 40px;
  top: -55px;
  padding: 0 10px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#sns_icon:hover .sns_icon {
  opacity: 1;
  visibility: visible;
}
#sns_icon:hover .sina_icon {
  top: -45px;
}
#sns_icon:hover .douban_icon {
  top: -90px;
}
#sns_icon:hover .facebook_icon {
  top: -135px;
}
#sns_icon:hover .twitter_icon {
  top: -180px;
}
#sns_icon:hover .instagram_icon {
  top: -225px;
}
#sns_icon:hover .wechat_icon {
  top: -270px;
}
#sns_icon:hover .wechat_icon .w1 {
  width: 150px;
  height: 150px;
  position: absolute;
  padding: 0 10px;
  left: 40px;
  top: -55px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#sns_icon:hover .wechat_icon .w2 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 40px;
  top: -55px;
  padding: 0 10px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#sns_icon:hover .wechat_icon:hover .w1 {
  opacity: 1;
  visibility: visible;
  left: 40px;
}
#sns_icon:hover .wechat_icon:hover .w2 {
  opacity: 1;
  visibility: visible;
  left: 200px;
}
.searchPanel {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  height: 120px;
  z-index: 510;
  transition: all 0.2s;
}
.searchPanel .search-con {
  margin-top: 46px;
  position: relative;
}
.searchPanel .search-con .search {
  font-size: 16px;
  line-height: 1.1em;
  font-family: 'AvenirHeavy', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  border: none;
  background: #000 url(../img/search.png) no-repeat;
  background-size: contain;
  background-position: left top;
  padding-left: 40px;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.searchPanel .search-con .search-line {
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background-color: #ffffff;
  margin-top: 5px;
}
.searchPanel .close {
  display: block;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 18px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(../img/search_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.searchPanel.hide {
  transform: translateY(-120px);
}
.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 502;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.menu.show {
  opacity: 1;
  visibility: visible;
}
.mcon {
  transition: all 0.3s ease 0s;
  padding: 6em 5em 0 5em;
  opacity: 0;
  transform: translateY(-30px);
  text-transform: uppercase;
}
.mcon.show {
  transition: all 0.3s ease 0.6s;
  opacity: 1;
  transform: translateY(0px);
}
.menu .menu-item {
  color: black;
  font-size: 18px;
  text-decoration: none;
  text-indent: 0.5em;
}
.menu .menu-item:hover {
  color: #a87e58;
  text-indent: 0.5em;
}
.menu .deco {
  border-bottom: #ccc 1px solid;
}
.menu .active-menu {
  color: #a87e58;
}
.menu-item {
  height: 40px;
  line-height: 40px;
  display: block;
}
.has-submenu {
  height: auto;
}
.submenu {
  display: none;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.submenu .menu-item:link,
.submenu .menu-item:visited,
.submenu .menu-item:active {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-indent: 1em;
}
.submenu .menu-item:hover {
  color: #a87e58;
  text-indent: 0.5em;
}
#menu-icon {
  width: 17px;
  height: 17px;
  background: url(../img/menu-icon.png) no-repeat center;
  background-size: 17px 17px;
  position: absolute;
  z-index: 800;
  right: 0;
  top: 30px;
  transform: translate3d(0, 0, 0);
  padding: 12px 14px;
  display: none;
}
#header {
  height: 120px;
  box-sizing: border-box;
  padding-top: 45px;
  text-align: center;
  z-index: 100;
  position: relative;
}
#header .pure-menu {
  display: inline;
  position: relative;
  z-index: 10;
}
#header .pure-menu .pure-menu-list .pure-menu-item {
  position: relative;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link {
  font-size: 14px;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  color: #000;
  padding: 0.5em 1.25em;
  letter-spacing: 0.1em;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link:hover {
  color: #a87e58;
  background: none;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link:focus {
  background: none;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children {
  text-align: left;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item {
  height: auto;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transform: translateY(-25px);
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item .pure-menu-link {
  font-family: 'AvenirHeavy', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item .pure-menu-link:hover {
  text-decoration: none;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item:first-child {
  margin-top: 1em;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item:last-child {
  margin-bottom: 1em;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-item:last-child .pure-menu-link:hover {
  text-decoration: none;
}
#header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-children .pure-menu-selected .pure-menu-link {
  text-decoration: none;
}
#header .pure-menu .pure-menu-list .pure-menu-allow-hover:hover .pure-menu-children {
  opacity: 1;
  visibility: visible;
}
#header .pure-menu .pure-menu-list .pure-menu-allow-hover:hover .pure-menu-children .pure-menu-item {
  transform: translateY(0px);
}
#header .pure-menu .pure-menu-list .pure-menu-selected .pure-menu-link {
  color: #a87e58;
}
#header .pure-menu .pure-menu-list .pure-menu-selected .pure-menu-link:hover {
  color: #a87e58;
  background: none;
}
#header .lang {
  display: inline;
  font-size: 12px;
  margin-left: 4em;
  padding-top: 0.5em;
}
#header .lang a:link,
#header .lang a:visited,
#header .lang a:active {
  color: #000;
  padding: 0.5em 0.5em;
  text-decoration: none;
}
#header .lang a:hover {
  color: #a87e58;
}
#header .lang a.active {
  color: #a87e58;
}
#header .submenu-bg {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 1;
  left: 0;
  background: #fff;
  transition: all .3s ease;
}
#footer {
  width: 100%;
  padding: 50px 0 40px 0;
  background: #000;
  text-align: center;
}
#mainSlider {
  margin: 40px auto;
  position: relative;
}
#mainSlider .swiper-pagination-bullet {
  display: inline-block;
  background: #fff;
  opacity: 1;
}
#mainSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a87e58;
}
#mainSlider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-button-next {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.swiper-button-prev {
  background-image: url(../img/arrowp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#mainEvent {
  margin: 0 -10px;
  padding: 40px 0;
}
#mainEvent .item {
  margin: 0 10px;
  position: relative;
}
#mainEvent .item .lmask {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
#mainEvent .item .lmask .cons {
  position: absolute;
  bottom: 0;
}
#mainEvent .item .lmask h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0.2em 0;
  font-family: 'AvenirHeavy', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  transition: all 0.3s;
}
#mainEvent .item .lmask p {
  font-size: 12px;
  font-family: 'AvenirBlack';
  margin-top: 2em;
  transition: all 0.3s;
}
#mainEvent .item .lmask .read-more {
  opacity: 0;
  font-size: 16px;
}
#mainEvent .mask:hover .lmask {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
#mainEvent .mask:hover h2 {
  transform: translateY(-30px);
}
#mainEvent .mask:hover p {
  transform: translateY(-30px);
}
#mainEvent .mask:hover .read-more {
  opacity: 1;
}
.mainShop {
  margin: 0 -10px;
  padding: 40px 0;
}
.mainShop .item {
  margin: 0 10px;
  position: relative;
}
.mainShop .item .goods-info {
  opacity: 0;
  margin: 1.2em 0 3em 0;
  min-height: 55px;
  transition: opacity 300ms;
  font-size: 12px;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
.mainShop .item .goods-info p {
  margin: 0.3em 0;
}
.mainShop .item .goods-info .size {
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
.mainShop .item .goods-info a:link,
.mainShop .item .goods-info a:active,
.mainShop .item .goods-info a:visited {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.mainShop .item .goods-info a:hover {
  color: #a87e58;
  text-decoration: none;
}
.mainShop .item .goods-info .price {
  color: #a87e58;
}
.mainShop .item:hover .goods-info {
  opacity: 1;
}
#singlePage .banner {
  margin-bottom: 40px;
}
#singlePage .singleWraper {
  margin: 0 -10px;
}
#singlePage .shareWraper {
  min-height: 30px;
  position: relative;
}
#singlePage .shareWraper .calendar_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
#singlePage .qrcode_title {
  letter-spacing: 1px;
  margin-top: 1em;
}
#singlePage .qrcode {
  max-width: 200px;
  margin-top: 2em;
  margin-bottom: 2em;
}
#singlePage .gap2 {
  margin: 90px 50px 100px 50px;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
#singlePage .gap2 h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#singlePage .gap2 .buy-con {
  text-align: center;
  padding-top: 30px;
}
#singlePage .buyButton {
  background-color: #a87e58;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
  padding: 0.7em 2.5em;
  border-radius: 0;
}
#singlePage .gap {
  margin: 0 10px 100px 10px;
}
#singlePage .gap .content-container {
  box-sizing: border-box;
  padding-right: 65px;
}
#singlePage .gap .content-container h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
}
#singlePage .gap .content-container h3 {
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
  margin-bottom: 1.5em;
}
#singlePage .gap .content-container h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  margin-bottom: 0.5em;
}
#singlePage .gap .content-container h1 {
  font-size: 16px;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  color: #999;
  font-weight: normal;
  margin-top: 5em;
}
#singlePage .gap .content-container .content {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #333;
}
#singlePage .gap .content-container .content a:link,
#singlePage .gap .content-container .content a:active,
#singlePage .gap .content-container .content a:visited {
  color: #000;
  text-decoration: underline;
}
#singlePage .gap .content-container .content a:hover {
  color: #a87e58;
  text-decoration: underline;
}
#singlePage .gap .content-container .content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
  display: block;
}
#singlePage .gap .content-container .content .acc-header {
  border-bottom: #000 1px solid;
  margin-bottom: 1.5em;
}
#singlePage .gap .content-container .content .acc-footer {
  border-top: #000 1px solid;
  margin-top: 1.5em;
}
#singlePage .gap .content-container .content .acc {
  padding: 1.5em 0;
}
#singlePage .gap .content-container .content .acc .acc-title {
  font-weight: bold;
  cursor: pointer;
  display: block;
  padding: 0.5em 0;
  transition: all 0.3s;
  position: relative;
}
#singlePage .gap .content-container .content .acc .acc-title i {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  transition: all 0.3s;
}
#singlePage .gap .content-container .content .acc .acc-title i:before {
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 10px;
}
#singlePage .gap .content-container .content .acc .acc-title i:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 5px;
}
#singlePage .gap .content-container .content .acc .acc-title.active i {
  background: #eeeeee;
  transform: rotate(90deg);
}
#singlePage .gap .content-container .content .acc .acc-title.active i:before {
  opacity: 0;
}
#singlePage .gap .content-container .content .acc .acc-title:hover {
  opacity: 0.5;
}
#singlePage .gap .content-container .content .acc .acc-content {
  display: none;
}
#singlePage .gap .content-container .content .relitem {
  margin: 0 -10px;
}
#singlePage .gap .content-container .content .relitem .gaps {
  margin: 0 10px;
}
#singlePage .gap .content-container .content .relitem .gaps img {
  margin: 0;
}
#singlePage .gap .content-container .content .relitem .gaps h2 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
#singlePage .gap .content-container .content .relitem .gaps h2 a:link,
#singlePage .gap .content-container .content .relitem .gaps h2 a:active,
#singlePage .gap .content-container .content .relitem .gaps h2 a:visited {
  color: #000;
  text-decoration: none;
}
#singlePage .gap .content-container .content .relitem .gaps h2 a:hover {
  color: #a87e58;
}
#singlePage .gap .content-container .content .relitem .gaps p {
  margin: 0.5em 0;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
#singlePage .video-js {
  margin-bottom: 2em;
  width: 100%;
}
#singlePage .video-js .vjs-big-play-button {
  font-size: 9em;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
  border: 0;
  background: none;
}
#singlePage .video-js .vjs-slider {
  background-color: rgba(168, 126, 88, 0.5);
}
#singlePage .video-js .vjs-load-progress {
  background-color: rgba(168, 126, 88, 0.5);
}
#singlePage .video-js .vjs-load-progress div {
  background: rgba(168, 126, 88, 0.75);
}
#shop .titleBar {
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  position: relative;
}
#shop .titleBar h2 {
  font-weight: normal;
  color: #999999;
  letter-spacing: 0.2em;
  margin: 0;
  font-size: 16px;
}
#shop .titleBar h2 a:link,
#shop .titleBar h2 a:active,
#shop .titleBar h2 a:visited {
  color: #000;
  text-decoration: none;
}
#shop .titleBar h2 a:hover {
  color: #a87e58;
}
#shop .titleBar .sortBar {
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  letter-spacing: 0.1em;
  line-height: 80px;
}
#shop .titleBar .sortBar a:link,
#shop .titleBar .sortBar a:active,
#shop .titleBar .sortBar a:visited {
  color: #000;
  text-decoration: none;
  margin: 0 1em;
}
#shop .titleBar .sortBar a:hover {
  color: #a87e58;
  text-decoration: none;
}
#shop .titleBar .sortBar a.active {
  color: #a87e58;
  text-decoration: none;
}
#shop .tagList {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
#shop .tagList .tagButton {
  letter-spacing: 0.1em;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  background: #eeeeee;
  line-height: 40px;
  padding: 0 1.6em;
  margin-right: 1.2em;
  margin-bottom: 1.5em;
  cursor: pointer;
  transition: all 0.3s;
}
#shop .tagList .tagButton:hover,
#shop .tagList .tagButton.active {
  background: #000;
  color: #fff;
}
#shop .mainShop {
  padding-top: 0px;
}
#shop .shopContainer {
  padding-bottom: 140px;
}
#shop .shopContainer .shopSilder {
  margin-bottom: 2em;
  margin-right: 10px;
}
#shop .shopContainer .shopSilder .swiper-pagination-bullet {
  display: inline-block;
  background: #ccc   ;
  opacity: 1;
}
#shop .shopContainer .shopSilder .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a87e58;
}
#shop .shopContainer .shopSilder .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#shop .shopContainer .shopSilderNone {
  margin-bottom: 2em;
  margin-right: 10px;
}
#shop .shopContainer .goods-title {
  font-size: 24px;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  font-weight: bold;
}
#shop .shopContainer .tagButton {
  font-size: 14px;
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  background: #eeeeee;
  line-height: 40px;
  padding: 0 1.6em;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
  cursor: auto;
  transition: all 0.3s;
}
#shop .shopContainer .tagButton:hover,
#shop .shopContainer .tagButton.active {
  background: #eeeeee;
  color: #000;
}
#shop .shopContainer .qrcode_title {
  letter-spacing: 1px;
  margin-top: 1em;
}
#shop .shopContainer .qrcode {
  max-width: 200px;
  margin-top: 2em;
  margin-bottom: 2em;
}
#shop .shopContainer .shopDetails {
  text-align: center;
  margin: 0 50px;
}
#shop .shopContainer .shopDetails h3 {
  text-align: left;
  margin-top: 0;
  letter-spacing: 0.2em;
  font-size: 18px;
}
#shop .shopContainer .shopDetails .contents {
  text-align: left;
  margin-top: 3em;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 3em;
}
#shop .shopContainer .shopDetails .contents .price {
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  color: #a87e58;
}
#shop .shopContainer .shopDetails .reason {
  text-align: left;
  margin-top: 3em;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 2em;
}
#shop .shopContainer .shopDetails .buyButton {
  background-color: #a87e58;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
  padding: 0.7em 2.5em;
  border-radius: 0;
}
.ev-ex .titleBar {
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.ev-ex .titleBar h2 {
  font-weight: normal;
  color: #999999;
  letter-spacing: 0.2em;
  margin: 0;
  font-size: 16px;
}
.ev-ex .titleBar h2 a:link,
.ev-ex .titleBar h2 a:active,
.ev-ex .titleBar h2 a:visited {
  color: #000;
  text-decoration: none;
}
.ev-ex .titleBar h2 a:hover {
  color: #a87e58;
}
.ev-ex .titleBar h2 span {
  font-size: 0.6em;
}
.ev-ex .titleBar .sortBar {
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  letter-spacing: 0.1em;
  line-height: 80px;
}
.ev-ex .titleBar .sortBar a:link,
.ev-ex .titleBar .sortBar a:active,
.ev-ex .titleBar .sortBar a:visited {
  color: #000;
  text-decoration: none;
  margin: 0 1em;
}
.ev-ex .titleBar .sortBar a:hover {
  color: #a87e58;
  text-decoration: none;
}
.ev-ex .titleBar .sortBar a.active {
  color: #a87e58;
  text-decoration: none;
}
.ev-ex .item-list {
  min-height: 700px;
  margin: 0 -10px;
}
.ev-ex .item-list .gap {
  margin: 0 10px 4em 10px;
}
.ev-ex .item-list .gap .info-bar h2 {
  font-size: 24px;
  font-family: 'AvenirBlack', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  letter-spacing: 0em;
}
.ev-ex .item-list .gap .info-bar p {
  font-size: 12px;
  font-family: 'AvenirBlack';
  margin-top: 2em;
  letter-spacing: 0.1em;
}
.ev-ex .item-list .gap .info-bar a:link,
.ev-ex .item-list .gap .info-bar a:active,
.ev-ex .item-list .gap .info-bar a:visited {
  color: #000;
  text-decoration: none;
}
.ev-ex .item-list .gap .info-bar a:hover {
  color: #a87e58;
}
#eventSlider {
  margin: 0px auto 30px auto;
  position: relative;
}
#eventSlider .swiper-pagination-bullet {
  display: inline-block;
  background: #fff;
  opacity: 1;
}
#eventSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a87e58;
}
#eventSlider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.share_btn,
.share_btn:focus {
  width: 200px;
  height: 50px;
  border-radius: 0;
  background: #b20728;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}
.share_btn:link,
.share_btn:active,
.share_btn:visited {
  color: #fff;
}
.share_btn:hover {
  color: #fff;
  background-size: contain;
}
.share {
  width: 30px;
  height: 30px;
  background: url(../img/share.png) no-repeat center;
  background-size: 30px 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 100;
  position: absolute;
  top: 0;
  padding-bottom: 5px;
}
.share_pos1 {
  right: 40px;
}
.share_pos2 {
  right: 0px;
}
.share:hover {
  border: #cccccc 0px solid;
}
.share-container {
  position: absolute;
  left: 0;
  top: 40px;
  width: 30px;
  height: 90px;
  display: none;
}
.share:hover .share-container {
  display: block;
}
.jiathis_button_tsina,
.jiathis_button_tqq,
.jiathis_button_douban {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  padding: 5px 0;
}
.jiathis_style .jtico {
  background-image: none;
}
.sinabt {
  width: 30px;
  height: 30px;
  background: #fff url(../img/icon_weibo.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
}
.qqbt {
  width: 30px;
  height: 30px;
  background: #fff url(../img/icon_douban.png) no-repeat;
  background-size: contain;
  position: absolute;
  padding: 5px 0;
  left: 0;
  right: 0;
}
.doubanbt {
  width: 30px;
  height: 30px;
  background: #fff url(../img/icon_douban.png) no-repeat;
  background-size: contain;
  position: absolute;
  padding: 5px 0;
  left: 0;
  right: 0;
}
.share:hover .share-container {
  left: -1px;
  top: 30px;
}
.clnContainer {
  width: 294px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 8000;
  background: #fff;
  transition: all 0.3s;
}
.clnContainer.hide {
  opacity: 0;
  visibility: hidden;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
#mini-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 0 auto;
  width: 294px;
  border: #a87e58 1px solid;
}
#mini-clndr .clndr {
  overflow: hidden;
}
#mini-clndr .clndr .controls {
  background-color: white;
  color: black;
  font-family: 'AvenirHeavy';
}
#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#mini-clndr .clndr .clearfix {
  display: inline-block;
}
#mini-clndr .clndr .days-container {
  position: relative;
  width: 294px;
  height: 220px;
  font-family: 'AvenirHeavy';
  display: inline-block;
}
#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 294px;
  height: 220px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #fff;
}
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  font-family: 'AvenirHeavy';
  box-sizing: border-box;
  width: 42px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #212121;
}
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
  background-color: #ede5de;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  color: #000;
}
#mini-clndr .clndr .days-container .days .day.event:hover,
#mini-clndr .clndr .days-container .days .empty.event:hover {
  color: #fff;
  background-color: #a87e58;
}
#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 42px;
  display: inline-block;
  text-align: center;
  color: #000;
}
#mini-clndr .clndr .days-container .events {
  position: absolute;
  left: 294px;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #fff;
}
#mini-clndr .clndr .days-container .events .headers {
  position: relative;
}
#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #fff;
  font-family: 'AvenirBook', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #000;
}
#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .x-button:hover {
  color: white;
}
#mini-clndr .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 185px;
}
#mini-clndr .clndr .days-container .events .events-list .event {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event:hover {
  color: #fff;
  background-color: #af8865;
}
#mini-clndr .clndr .days-container .events .events-list .event:hover a {
  color: #fff;
}
#mini-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #fff;
}
#mini-clndr .clndr .days-container.show-events .days {
  left: -294px;
}
#mini-clndr .clndr .days-container.show-events .events {
  left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-7-5, 19:39:01
    Author     : jerry
*/
@media all and (max-width: 1280px) {
  .wrapper {
    margin: 0 120px;
  }
  .search-con {
    margin: 0 120px;
  }
  #singlePage .gap2 {
    margin: 90px 10px 100px 10px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-6-26, 11:32:14
    Author     : jerry
*/
@media all and (max-width: 1024px) {
  .wrapper {
    margin: 0 120px;
  }
  .search-con {
    margin: 0 120px;
  }
  #singlePage .gap2 {
    margin: 90px 10px 100px 10px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-6-26, 11:32:14
    Author     : jerry
*/
@media all and (max-width: 768px) {
  #header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link {
    padding: 0.5em 0.5em;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #header .lang {
    margin-left: 1em;
  }
  #mainEvent {
    margin: 0 -10px;
    padding: 0 0 0 0;
  }
  #mainEvent .item {
    margin: 0 10px;
    position: relative;
  }
  #mainEvent .item .lmask {
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask .cons {
    position: absolute;
    bottom: 10px;
  }
  #mainEvent .item .lmask h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0.2em 0;
    text-transform: none;
    font-family: 'AvenirHeavy', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
    font-weight: bold;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask p {
    font-size: 14px;
    font-family: 'AvenirBlack';
    margin-top: 0.5em;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask .read-more {
    display: none;
    opacity: 0;
    font-size: 16px;
  }
  #mainEvent .mask:hover .lmask {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }
  #mainEvent .mask:hover h2 {
    transform: translateY(-30px);
  }
  #mainEvent .mask:hover p {
    transform: translateY(-30px);
  }
  #mainEvent .mask:hover .read-more {
    opacity: 1;
  }
  #singlePage .gap .content-container {
    padding-right: 0px;
  }
  #singlePage .gap .content-container h3 {
    font-size: 22px;
  }
  #singlePage .gap .content-container h2 {
    font-size: 22px;
  }
  #singlePage .gap .content-container .content {
    font-size: 12px;
  }
  #singlePage .gap2 {
    font-size: 12px;
  }
  #shop .shopContainer .goods-title {
    font-size: 22px;
  }
  #shop .shopContainer .shopDetails {
    margin: 0 30px;
  }
  #shop .shopContainer .shopDetails .contents {
    font-size: 12px;
  }
  #shop .shopContainer .shopDetails .reason {
    font-size: 12px;
  }
  .ev-ex .item-list .gap .info-bar h2 {
    font-size: 22px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-6-26, 11:32:14
    Author     : jerry
*/
@media all and (max-width: 480px) {
  .menu-switch {
    position: fixed;
    width: 31px;
    top: 27px;
    left: 80px;
    display: block;
    z-index: 504;
  }
  .menu-switch .line {
    width: 31px;
    height: 5px;
    background-color: #a87e58;
    transition: top 0.3s ease-in-out 0.6s, transform 0.3s ease 0s, opacity 0.1s ease 0s;
    display: block;
    position: absolute;
  }
  .lang {
    display: none;
  }
  .menu-switch .l1 {
    top: 0;
    transform: rotate(0);
  }
  .menu-switch .l2 {
    transform: rotate(0);
    top: 11px;
    opacity: 1;
  }
  .menu-switch .l3 {
    top: 22px;
    transform: rotate(0);
  }
  .menu-on .line {
    transition: top 0.3s ease-in-out, transform 0.3s ease 0.6s, opacity 0.1s ease 0.6s;
  }
  .menu-on .l1 {
    top: 11px;
    transform: rotate(45deg);
  }
  .menu-on .l2 {
    opacity: 0;
  }
  .menu-on .l3 {
    top: 11px;
    transform: rotate(-45deg);
  }
  .icon-bg {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: #ccc 1px solid;
  }
  #header {
    height: 90px;
  }
  #header .pure-menu {
    display: none;
  }
  #logo_icon {
    left: 20px;
    top: 20px;
  }
  #search_icon {
    right: 20px;
    top: 20px;
  }
  #user_icon {
    right: 70px;
    top: 20px;
  }
  #calendar_icon {
    right: 20px;
    bottom: 20px;
  }
  #sns_icon {
    left: 20px;
    bottom: 20px;
  }
  .wrapper {
    margin: 0 20px;
  }
  #mainSlider {
    margin: 0px auto;
    position: relative;
  }
  #mainEvent {
    margin: 0 -10px;
    padding: 20px 0 0 0;
  }
  #mainEvent .item {
    margin: 0 10px;
    position: relative;
  }
  #mainEvent .item .lmask {
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    text-decoration: none;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask .cons {
    position: absolute;
    bottom: 0;
  }
  #mainEvent .item .lmask h2 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;
    margin: 0.2em 0;
    text-transform: none;
    font-family: 'AvenirHeavy', "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
    font-weight: bold;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask p {
    font-size: 10px;
    font-family: 'AvenirBlack';
    margin-top: 0.5em;
    transition: all 0.3s;
  }
  #mainEvent .item .lmask .read-more {
    display: none;
    opacity: 0;
    font-size: 16px;
  }
  #mainEvent .mask:hover .lmask {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }
  #mainEvent .mask:hover h2 {
    transform: translateY(-30px);
  }
  #mainEvent .mask:hover p {
    transform: translateY(-30px);
  }
  #mainEvent .mask:hover .read-more {
    opacity: 1;
  }
  .mainShop {
    margin: 0 -10px;
    padding: 20px 0 40px 0;
  }
  #footer {
    padding: 30px 0 20px 0;
  }
  #shop .titleBar .sortBar {
    font-size: 14px;
  }
  #shop .titleBar .sortBar a:link,
  #shop .titleBar .sortBar a:active,
  #shop .titleBar .sortBar a:visited {
    margin: 0 0em 0 1em;
  }
  #shop .tagList .tagButton {
    letter-spacing: 0.1em;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background: #eeeeee;
    line-height: 30px;
    padding: 0 1.2em;
    margin-right: 0.5em;
    margin-bottom: 1.5em;
    cursor: pointer;
    transition: all 0.3s;
  }
  #shop .shopContainer .pure-u-1-2 {
    width: 100%;
  }
  #shop .shopContainer .pure-u-1-2 .qrcode {
    margin: 2em auto;
  }
  .mainShop .item .goods-info {
    opacity: 1;
  }
  #singlePage .pure-u-2-3 {
    width: 100%;
  }
  #singlePage .pure-u-1-3 {
    width: 100%;
  }
  #singlePage .banner {
    margin-bottom: 0px;
  }
  #singlePage .gap {
    margin: 0 10px 50px 10px;
  }
  #singlePage .gap .content-container {
    padding-right: 0px;
  }
  #singlePage .gap .content-container h1 {
    margin-top: 2em;
  }
  #singlePage .gap .content-container h3 {
    font-size: 22px;
  }
  #singlePage .gap .content-container h2 {
    font-size: 22px;
  }
  #singlePage .gap .content-container h4 {
    font-size: 17px;
  }
  #singlePage .gap .content-container .content {
    font-size: 12px;
  }
  #singlePage .gap2 {
    font-size: 12px;
    margin: 20px 10px 80px 10px;
  }
  #singlePage .gap .content-container .content .relitem .gaps p {
    color: #999;
    font-size: 10px;
  }
  .ev-ex .titleBar .sortBar {
    font-size: 14px;
  }
  .ev-ex .titleBar .sortBar a:link,
  .ev-ex .titleBar .sortBar a:active,
  .ev-ex .titleBar .sortBar a:visited {
    margin: 0 0.5em;
  }
  #shop .shopContainer .goods-title {
    font-size: 17px;
  }
  #shop .shopContainer .shopDetails {
    margin: 0 0px;
  }
  #shop .shopContainer .shopDetails .contents {
    font-size: 12px;
    margin-top: 1.5em;
  }
  #shop .shopContainer .shopDetails .reason {
    font-size: 12px;
    margin-top: 1.5em;
  }
  #shop .shopContainer .shopSilderNone {
    margin-right: 0px;
  }
  #shop .shopContainer .shopSilder {
    margin-right: 0px;
  }
  #shop .shopContainer .shopDetails h3 {
    margin-bottom: 0.5em;
  }
  .ev-ex .item-list .gap .info-bar h2 {
    font-size: 17px;
  }
  .searchPanel {
    height: 80px;
  }
  .searchPanel .search-con {
    margin-top: 16px;
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
  }
  .searchPanel .close {
    right: 20px;
    top: 20px;
  }
  .clnContainer {
    width: 294px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 8000;
    background: #fff;
    transition: all 0.3s;
  }
}
