@charset "gb2312";
.fadeIn {
  -webkit-animation: tipsArrow 0.5s ease-in alternate both;
  -moz-animation: tipsArrow 0.5s ease-in alternate both;
  -ms-animation: tipsArrow 0.5s ease-in alternate both;
  animation: tipsArrow 0.5s ease-in alternate both;
}
@-webkit-keyframes tipsArrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes tipsArrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes tipsArrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes tipsArrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes tipsArrow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fadeOut {
  -webkit-animation: fadeOutAni 0.5s ease-in alternate both;
  -moz-animation: fadeOutAni 0.5s ease-in alternate both;
  -ms-animation: fadeOutAni 0.5s ease-in alternate both;
  animation: fadeOutAni 0.5s ease-in alternate both;
}
@-webkit-keyframes fadeOutAni {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOutAni {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOutAni {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes fadeOutAni {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOutAni {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul,
li,
div,
p,
body,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;
}
input {
  padding: 0;
  border-radius: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  vertical-align: top;
  width: 100%;
}
.hide {
  display: none;
}
body,
html {
  background: #fff;
  text-align: left;
  height: 100%;
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
  font-weight: normal;
}
* {
  -webkit-tap-highlight-color: rgba(14, 159, 111, 0);
  -webkit-touch-callout: none;
}
.main {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* @media only screen and (min-width: 1025px) {
  .main {
    max-width: 7.5rem;
  }
} */
/* html {
  font-size: 312.5%;
} */
/* @media screen and (max-width: 359px) and (orientation: portrait) {
  html {
    font-size: 266.67%;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
  html {
    font-size: 300%;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) and (orientation: portrait) {
  html {
    font-size: 320%;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 333.33%;
  }
}
@media screen and (min-width: 414px) and (max-width: 431px) and (orientation: portrait) {
  html {
    font-size: 345%;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) and (orientation: portrait) {
  html {
    font-size: 360%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait) {
  html {
    font-size: 400%;
  }
} */
/* @media screen and (min-width: 640px) and (orientation: portrait) {
  html {
    font-size: 533.33%;
  }
} */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body,
html {
  width: 100%;
}
.wrap1 {
  width: 100%;
  overflow-x: hidden;
}
.wrap1 .top {
  width: 100%;
  height: .9rem;
  background: #ff8d0f;
  position: relative;
}
.wrap1 .top h1 {
  font-size: .36rem;
  color: #ffffff;
  text-align: center;
  line-height: .9rem;
  font-weight: 500;
  margin: 0;
}
.wrap1 .top .back {
  width: .2rem;
  height: .34rem;
  position: absolute;
  background: url(../img/back.png) no-repeat;
  background-size: 100% 100%;
  top: .3rem;
  left: .36rem;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: .8rem;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  /*max-height: 4.87rem;*/
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #bfbfbf;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9603;
}
.bofang {
  /* width: 100%; */
  /* padding-top: .6rem; */
  min-height: 5.8rem;
  position: relative;
}
.bofang .zk {
  width: 50px;
  height: 50px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  z-index: 1;
  background: url(../img/zk.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: nextArrow ease-in-out 1s 0s infinite alternate both;
  -moz-animation: nextArrow ease-in-out 1s 0s infinite alternate both;
  -ms-animation: nextArrow ease-in-out 1s 0s infinite alternate both;
  animation: nextArrow ease-in-out 1s 0s infinite alternate both;
}
@-webkit-keyframes nextArrow {
  0% {
    -webkit-transform: translateX(-0.15rem);
  }
  100% {
    -webkit-transform: translateX(0.15rem);
  }
}
@-moz-keyframes nextArrow {
  0% {
    -moz-transform: translateX(-0.15rem);
  }
  100% {
    -moz-transform: translateX(0.15rem);
  }
}
@-o-keyframes nextArrow {
  0% {
    -o-transform: translateX(-0.15rem);
  }
  100% {
    -o-transform: translateX(0.15rem);
  }
}
@-ms-keyframes nextArrow {
  0% {
    -ms-transform: translateX(-0.15rem);
  }
  100% {
    -ms-transform: translateX(0.15rem);
  }
}
@keyframes nextArrow {
  0% {
    transform: translateX(-0.15rem);
  }
  100% {
    transform: translateX(0.15rem);
  }
}
.bofang .close {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
  opacity: 0;
}
.bofang .panel {
  width: 100%;
}
.bofang .panel .panel-body {
  width: 100%;
}
.bofang .panel .panel-body img {
  width: 100%;
}
.bofang .btn-box {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  background: rgba(0, 0, 0, 0.5);
}
.bofang .btn-box.show {
  width: 100%;
}
.bofang .btn-box .btn,
.bofang .btn-box .btn-box2 {
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  border: 1px solid #b8b8b8;
  border-radius: .06rem;
  margin: 8px auto;
}
.bofang .btn-box .btn.cur,
.bofang .btn-box .btn-box2.cur {
  background: #ff8d0f;
  color: #fff;
  border: .02rem solid #ff8d0f;
}
.bofang .btn-box .btn-box2 .btn {
  margin: 0;
  border: none;
}
.detail-concent {
  width: 100%;
  margin-top: .5rem;
}
.detail-concent .concent {
  width: 6.9rem;
  margin: 0 auto;
}
.detail-concent .concent .tit {
  width: 100%;
  margin: 0;
  font-size: .28rem;
  color: #353535;
  line-height: .4rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.detail-concent .concent .price {
  color: #ff8b12;
  font-size: .4rem;
  padding-top: .3rem;
}
.detail-concent .concent .price span {
  font-size: .22rem;
  margin-right: .1rem;
}
.detail-concent .concent .price em {
  font-size: .22rem;
  color: #717171;
  font-style: normal;
  margin-left: .7rem;
}
.detail-concent .concent .locate {
  font-size: .26rem;
  padding: .3rem 0;
  border-bottom: .01rem solid #f4f4f4;
}
.detail-concent .concent .locate span {
  font-size: .3rem;
  color: #010101;
  margin-right: .26rem;
}
.detail-concent .concent .locate em {
  font-style: normal;
  margin-right: .26rem;
}
.detail-concent .concent .size {
  font-size: .26rem;
  padding: .3rem 0;
}
.detail-concent .concent .size span {
  font-size: .3rem;
  color: #010101;
  margin-right: .26rem;
}
.xq-concent {
  width: 100%;
  background: #f4f3f4;
  border-bottom: .34rem solid #f4f3f4;
}
.xq-concent .xq-box {
  background: #fff;
  padding: .2rem 0 0;
}
.xq-concent p {
  text-indent: .5rem;
  width: 7rem;
  margin: 0 auto;
  font-size: .26rem;
  line-height: .42rem;
}
.xq-concent h4 {
  font-size: .28rem;
  color: #454545;
  text-align: center;
  line-height: .74rem;
  background: #f4f3f4;
  font-weight: 500;
  margin: 0;
}
.xq-concent h4 em {
  width: .82rem;
  height: .02rem;
  background: #bfb9b9;
  line-height: .74rem;
  display: inline-block;
  margin: .08rem .6rem ;
}
.xq-concent img {
  width: 100%;
}
.swiper-top {
  width: 6.9rem;
  margin: 0 auto;
  height: .86rem;
}
.swiper-top .qiHuan {
  width: 3.4rem;
  height: .86rem;
  border-bottom: .02rem solid #f1f1f1;
  float: left;
  font-size: .28rem;
  color: #444444;
  line-height: .86rem;
  text-align: center;
  margin-bottom: .2rem;
  position: relative;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.swiper-top .qiHuan .line {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 0rem;
  height: .06rem;
  background: #ff9603;
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  bottom: -0.03rem;
}
.swiper-top .qiHuan:nth-of-type(1) {
  border-right: .02rem solid #f1f1f1;
}
.swiper-top .qiHuan.xuan {
  color: #ff9504;
}
.swiper-top .qiHuan.xuan .line {
  width: 1.2rem;
}
#swiper-tuijian {
  width: 7rem;
  margin: .4rem auto 0;
  padding-bottom: .3rem;
}
.cpw {
  width: 2.2rem;
  height: 3.14rem;
  display: block;
  margin: 0 .06rem;
  float: left;
}
.cpw .pic {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.cpw .pic img {
  width: 100%;
  min-height: 2.2rem;
}
.cpw p {
  color: #000000;
  font-size: .22rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpw .tit {
  margin: .16rem 0 .12rem 0;
}
.cpw .price {
  color: #9c9c9c;
}
.footer2 {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.footer2 a {
  height: 1.2rem;
  display: block;
  float: left;
}
.footer2 a .img {
  width: .46rem;
  height: .46rem;
  margin: .2rem auto .12rem;
}
.footer2 a .img img {
  width: 100%;
}
.footer2 a p {
  color: #000;
  font-size: .26rem;
  text-align: center;
}
.footer2 .home {
  width: 1.9rem;
  background: #fff;
  border-right: .02rem solid #f2f3f9;
}
.footer2 .shouchang {
  width: 1.9rem;
  background: #fff;
  border-right: .02rem solid #f2f3f9;
}
.footer2 .shouchang.active p {
  color: #ff8b11;
}
.footer2 .liaotiao {
  width: 3.66rem;
  background: #ff8b11;
  line-height: 1.2rem;
  text-align: center;
}
.footer2 .liaotiao p {
  color: #fff;
  font-size: .36rem;
}
.bottom {
  width: 100%;
  height: 1.5rem;
  background: #f2f3f9;
}
#circlr0，#circlr1,
#circlr2，#circlr3，#circlr4 {
  cursor: move;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
}
#loader {
  background: url(http://www.17sucai.com/preview/466084/2015-12-30/camera//images/loader.gif) center center no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
