body,
html {
  background: #fff;
}

.banner-div {
  width: 100%;
  height: 100%;
}

.banner-div .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom center\0;
  *background-position: bottom center;
  _background-position: bottom center;
  transition: background-position 0.6s;
}

.contain {
  width: 100%;
  /*max-width: 1200px;*/
}
#navBar .nav li a {
  font-size: 14px;
}
.contain .introduce {
  margin-left: 20%;
  margin-right: 20%;
}

.contain .introduce ul li {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.contain .introduce h1.intro-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  line-height: 40px;
  margin: 30px auto;
}

.intro-title:after {
  content: "";
  bottom: -10px;
  left: calc(50% - 5px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #3485ff transparent transparent transparent;
}

.bottom-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  
}

.bottom-bar .main {
  width: 100%;
  background: #666;
  /*background: url("../images/bottom-bar-bg.jpg") no-repeat;*/
  background-size: cover;
  height: 190px;
  padding-top: 10px;
  text-align: center;
}

.bottom-bar .main .inside-box {
  width: 1200px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  text-align: center;

  align-items: center;
}

.bottom-bar .main .inside-box .contact {
  width: 100%;
}

.bottom-bar .main .inside-box .contact p {
  color: #fff;
  line-height: 35px;
  font-size: 15px;
}

/* 客户端下载 */
.nav-list {
  /* margin: 22px 0px 0 145px; */
  margin-right: 10%;
  padding-left: 0;
  list-style: none;
  position: relative;
}

.nav-list > li {
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.nav-list > li > a {
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 18px;
  color: #222;
  font-size: 16px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-list > li:hover > span {
  color: #3485ff;
  -webkit-animation: navFrom 500ms ease;
  -moz-animation: navFrom 500ms ease;
  -ms-animation: navFrom 500ms ease;
  text-decoration: none;
}

.nav-list > li.span span {
  color: #3485ff;
  /* font-weight: bold; */
}

.nav-list > li > span {
  line-height: 20px;
  position: relative;
  display: block;
  /* padding: 15px 18px; */
  color: #3485ff;
  font-size: 16px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-list > li:hover > a {
  color: #3485ff;
  -webkit-animation: navFrom 500ms ease;
  -moz-animation: navFrom 500ms ease;
  -ms-animation: navFrom 500ms ease;
  text-decoration: none;
}

.nav-list > dl {
  position: absolute;
  width: 100px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0;
  right: 100px;
  z-index: 9;
  top: 60px;
  padding-top: 10px;
}

.nav-list > dl dd {
  width: 100%;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #cbcbcb;
}

.nav-list > dl dd a {
  font-size: 14px;
  color: #222;
  line-height: 36px;
}

.nav-list > dl dd:hover > a {
  color: #3485ff;
  text-decoration: none;
}

@-webkit-keyframes navFrom {
  from {
    -webkit-transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes navFrom {
  from {
    -moz-transform: translateY(-100%);
  }

  to {
    -moz-transform: translateY(0%);
  }
}

@-ms-keyframes navFrom {
  from {
    -ms-transform: translateY(-100%);
  }

  to {
    -ms-transform: translateY(0%);
  }
}

.nav-list > li.disabled > a {
  color: #3485ff;
  font-weight: bold;
}

.nav-list > li > span.active {
  color: #3485ff;
  font-weight: bold;
}
.nav-list > li span {
  color: #fff;
}
.nav-list > li.span span {
  color: #3485ff;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #3485ff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .nav-list {
    float: right;
    /* margin: 22px 0px 0 145px; */
  }

  .nav-list > li {
    float: left;
  }

  .nav-list > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.li-distance {
  padding: 10px 20px 5px 20px;
}

.li-distance .dspan {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border: 1px solid #fe9d83;
  background: #fe9d83;
  border-radius: 2px;
}

.li-distance .pspan {
  color: #4e95bf;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border: 1px solid #d1e4ef;
  background: #e9f5fc;
}

.prepaid-fix {
  position: absolute;
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #9c9c9c;
  line-height: 18px;
  width: 105px;
}

.li-distance .pspan b,
.prepaid-fix b {
  font-weight: normal;
}

.S_list .price-tag1 {
  margin-left: 0;
  height: 21px;
  line-height: 16px;
  float: left;
  padding: 0 2px;
  border: 1px solid #fe9d83;
  background: #fe9d83;
  color: #fff;
  font-size: 12px;
  border-right: 0;
}

.S_list .price-tag2 {
  margin-left: 0;
  height: 16px;
  line-height: 16px;
  float: left;
  padding: 0 2px;
  border: 1px solid #fe9d83;
  background: #fff8f6;
  color: #fe9d83;
  font-size: 12px;
  border-left: 0;
}

.Souce_list .price-tag3 {
  padding-left: 7px;
}

.Souce_list .price-big {
  font-size: 20px;
}

#style1 .S_list {
  height: 420px;
}

#style1 .tags-div {
  float: left;
  padding-top: 25px;
}

#style2 .price-tag1,
#style2 .price-tag2 {
  margin-top: 0;
}

#style2 .Price {
  padding-top: 10px;
}

#style2 .tags-div {
}

#style2 .li-distance {
  display: inline-block;
  padding: 0;
  float: left;
}

#style2 .S_size_cop {
  width: 280px;
}

#style2 .huoyuan-notice {
  *width: 120px;
  margin-top: 10px;
}

#style2 .tab_rgh_1,
#style2 .tab_rgh_2 {
  width: 95px;
  *display: inline;
  margin-left: 10px;
}

#style2 .mid_tab {
  padding-left: 0;
}

.area-group-div {
}

.area-group-div .select {
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  width: 120px;
  margin-right: 5px;
}

.goods-list-more-search .toggle-more-btn {
  right: 10px;
}

.time-vip-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 0 !important;
}

.time-vip-label .time-vip-icon {
  position: absolute;
  width: 28px;
  height: 16px;
  top: 4px;
  left: 0;
  background: url(static/html_qt/images/new_images/time_vip.png) no-repeat;
}

a {
  text-decoration: none !important;
}
.page-header {
  margin: 0 0 20px;
}
.page-header .nav-list .li .link {
  line-height: 67px;
  height: 67px;
}

.Souce_list.div_cursor:nth-child(4n) {
  margin-right: 0 !important;
}
.div_px{
  padding-bottom: 120px;
}
.bottom-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.bottom-bar .main {
  width: 100%;
  background: #666;

  background-size: cover;
  height: 190px;
  padding-top: 10px;
  text-align: center;
}

.bottom-bar .main .inside-box {
  width: 1200px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  text-align: center;

  align-items: center;
}

.bottom-bar .main .inside-box .contact {
  width: 100%;
}

.bottom-bar .main .inside-box .contact p {
  color: #fff;
  line-height: 35px;
  font-size: 15px;
}
.bannerCont p,
span {
  color: #000;
}
#main {
  margin-top: 90px;
}
