@charset "utf-8";
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
.icon-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
}
.icon-arrow.down {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.icon-arrow.up {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.icon-arrow1.down1 {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.icon-arrow1.up1 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.icon-arrow.left {
  border-right-color: rgba(0, 0, 0, 0.6);
}
.icon-arrow.right {
  border-left-color: rgba(0, 0, 0, 0.6);
}
.icon-logo {
  height: 52px;
  width: 52px;
  display: inline-block;
  background: url('../images/logo_shortcut.png') no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-close {
  -webkit-border-radius: 16px;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  position: relative;
  opacity: .7;
  vertical-align: middle;
}
.btn-close.empty {
  background-color: transparent;
  border: 2px solid #b0b0b0;
}
.btn-close.empty:after,
.btn-close.empty:before {
  background-color: #b0b0b0;
}
.btn-close:after,
.btn-close:before {
  position: absolute;
  width: 50%;
  height: 2px;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  margin-left: -25%;
}
.btn-close:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html,
body {
  -webkit-text-size-adjust: none;
}
#wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: 0;
}
.noscroll {
  overflow: hidden;
}
.stick {
  -webkit-transform-style: preserve-3d;
  -moz-transition: opacity ease-in 0.3s 0s;
  -webkit-transition: opacity ease-in 0.3s 0s;
  -o-transition: opacity ease-in 0.3s 0s;
  -ms-transition: opacity ease-in 0.3s 0s;
  transition: opacity ease-in 0.3s 0s;
}
.stick.move {
  bottom: -100%;
}
.stick.fadeOut {
  opacity: 0;
}
.stick.fixed {
  position: fixed;
}
.pop-bar {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  z-index: 999;
  color: #fff;
  line-height: 52px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-bar span {
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.pop-bar p {
  float: right;
}
.pop-bar p .btn {
  background-color: #ff6c57;
  display: inline-block;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  font: 1.2em/1 Microsoft Yahei;
  margin-right: 5px;
  vertical-align: middle;
}
.pop-shortcut {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin: 0 5%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 5% 0;
  z-index: 999;
  color: #fff;
  font: 1em/1 Microsoft Yahei;
  text-align: center;
}
.pop-shortcut.upon {
  bottom: auto;
  top: 10px;
  left: -3%;
}
.pop-shortcut.upon .icon-arrow {
  left: 15px;
}
.pop-shortcut .icon-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -2.5px;
}
.pop-shortcut .icon-arrow.up {
  bottom: auto;
  top: -10px;
}
.pop-shortcut .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.pop-shortcut .con {
  font-size: 1.2em;
  line-height: 1.5;
}
.pop-shortcut .con .intro {
  margin-top: 5%;
  font-size: .8em;
  text-align: left;
  padding: 0 10px;
  white-space: nowrap;
}
/*drop-down模块*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 999;
  display: none;
}
.dropdown-menu.active {
  display: block;
}
/*drop-down模块*/
.dropdown-menu1 {
  position: absolute;
  top: 100%;
  z-index: 999;
  display: none;
}
.dropdown-menu1.active1 {
  display: block;
}
/*首页跑马灯模块*/
.carousel {
  position: relative;
}
.carousel .carousel-inner {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-text-size-adjust: none;
  white-space: nowrap;
  font-size: 0px;
}
.carousel .carousel-inner.flow {
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
  -o-transition: all ease 0.3s 0s;
  -ms-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.carousel .carousel-inner .item {
  display: inline-block;
  font-size: 12px;
  float: left;
}
.carousel .carousel-indicators {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #eee;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 50%;
  opacity: .7;
}
.carousel .carousel-indicators li.active {
  background-color: #FF5000;
  border-color: #FF5000;
}
.banner {
  width: 320px;
  overflow: hidden;
  margin: 0 auto;
}
.banner .carousel-inner {
  width: 1000%;
}
.banner .carousel-inner .item {
  width: 320px;
}
.banner .carousel-inner .item img {
  width: 100%;
}
@media (device-width: 360px) {
  .banner {
    width: 100%;
  }
  .banner .carousel-inner .item {
    width: 360px;
  }
}
/*导航分类*/
.tag {
  position: relative;
  overflow: visible;
}
.tag:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
.tag .dropdown-menu { width: 33%; top: 48px; background-color: #f0f0f0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.tag .dropdown-menu .icon-arrow { position: absolute; top: -16px; border-bottom-color: #f0f0f0; left: 65%; border-width: 8px 4px; }
.tag .dropdown-menu li { border-bottom: 1px solid #cdcaca; text-align: center; }
.tag .dropdown-menu a { float: none; padding: 10px 0; display: block; width: auto; height: auto; }

.tag .dropdown-menu1 {  left: 33%;width: 33%; top: 48px; background-color: #f0f0f0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.tag .dropdown-menu1 .icon-arrow1 { position: absolute; top: -16px; border-bottom-color: #f0f0f0; left: 65%; border-width: 8px 4px; }
.tag .dropdown-menu1 li { border-bottom: 1px solid #cdcaca; text-align: center; }
.tag .dropdown-menu1 a { float: none; padding: 10px 0; display: block; width: auto; height: auto; }
/*专题页面*/
.deals .tit {
  background: #e5e5e5;
  padding-left: 3%;
  color: #666;
  border-bottom: none;
  padding-top: 10px;
  margin-top: -1px;
}
.deals .tit:first-of-type {
  border-top: 1px solid #dbdbdb;
  margin-top: 0;
}
/*专题页banner*/
@media (max-width: 480px) {
  .adA img {
    width: 100%;
  }
}
/*覆盖style样式*/
.tag a span .icon-arrow {
  margin-left: 5px;
}
.tag a span .icon-arrow { margin-left: 5px; border-width: 0; width: 16px; height: 6px; background: url(../img/arrDown47214.png) no-repeat 0px 0px; background-size: 16px; }
.tag a span .icon-arrow.up {
  border-bottom-color: #fff;
  position: relative;
  top: -5px;
}
/*覆盖style样式*/
.tag a span .icon-arrow1 {
  margin-left: 5px;
}
.tag a span .icon-arrow1 { margin-left: 5px; border-width: 0; width: 16px; height: 6px; background: url(../img/arrDown47214.png) no-repeat 0px 0px; background-size: 16px; }
.tag a span .icon-arrow1.up1 {
  border-bottom-color: #fff;
  position: relative;
  top: -5px;
}
header h1 a {
  color: transparent;
}
.deals div aside span {
  white-space: nowrap;
}
