.wrapper {
  background: #a52a1d;
}
img {
  width: 100%;
  vertical-align: top;
}
/* Banner */
.banner {
  width: 7.5rem;
  height: 3rem;
  background: transparent url('../images/banner_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 0.06667rem;
  position: relative;
}
.banner .banner-title {
  width: 3.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
.banner .banner-desc {
  width: 4rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0 auto;
  text-align: center;
  color: #ffef88;
  font-size: 0.2rem;
  background: transparent url('../images/color_border.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.banner .banner-desc span {
  color: #fff;
}
.banner img{
	width: 100%;
	vertical-align: top;
}
.lantern-group .lantern {
  position: absolute;
  width: 0.25rem;
  height: 1.5rem;
}
.lantern-group .one {
  bottom: 0;
  left: 2%;
  -webkit-animation: tobig-ani 8s infinite;
          animation: tobig-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.lantern-group .two {
  bottom: 5%;
  left: 8%;
  -webkit-animation: tosmall-ani 8s infinite;
          animation: tosmall-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lantern-group .three {
  bottom: -10%;
  left: 15%;
  -webkit-animation: tobig-ani 8s infinite;
          animation: tobig-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.lantern-group .four {
  bottom: -15%;
  left: 25%;
  -webkit-animation: tosmall-ani 8s infinite;
          animation: tosmall-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.lantern-group .five {
  bottom: 0;
  right: 2%;
  -webkit-animation: tosmall-ani 8s infinite;
          animation: tosmall-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.lantern-group .six {
  bottom: 15%;
  right: 8%;
  -webkit-animation: tobig-ani 8s infinite;
          animation: tobig-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.lantern-group .seven {
  bottom: 18%;
  right: 15%;
  -webkit-animation: tosmall-ani 8s infinite;
          animation: tosmall-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.lantern-group .eight {
  bottom: -20%;
  right: 25%;
  -webkit-animation: tobig-ani 8s infinite;
          animation: tobig-ani 8s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@-webkit-keyframes tobig-ani {
  0% {
    opacity: 0;
    top: 40%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    top: 20%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    top: 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tobig-ani {
  0% {
    opacity: 0;
    top: 40%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    top: 20%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    top: 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes tosmall-ani {
  0% {
    opacity: 0;
    top: 40%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    top: 20%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: .25;
    top: 0%;
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
}
@keyframes tosmall-ani {
  0% {
    opacity: 0;
    top: 40%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    top: 20%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: .25;
    top: 0%;
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
}
/* main */
.main {
  margin-top: 0rem;
}
/* nav */
.nav {
  width: 4.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: transparent url('../images/index_tit.png') no-repeat top center;
  background-size: 100% 100%;
}
.nav ul {
  width: 100%;
}
.nav ul .one {
  width: 28.8%;
}
.nav ul .one img {
  width: 1rem;
}
.nav ul .two {
  width: 36.2%;
}
.nav ul .two img {
  width: 1.4rem;
}
.nav ul .three {
  width: 35%;
}
.nav ul .three img {
  width: 1.2rem;
}
.nav ul li {
  text-align: center;
  padding-top: 0.1rem;
  position: relative;
}
.nav ul li:after {
  content: '';
  margin-top: 2px;
  width: 1px;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
}
.nav ul li:last-child:after {
  width: 0;
}
/* home-wrapper */
.home-wrapper {
  position: relative;
}
.home-wrapper .home-top {
  width: 100%;
  height: 2.4rem;
  background: transparent url('../images/t_home.png') no-repeat top center;
  background-size: 100% 100%;
}
.home-wrapper .home-middle {
  /*width: 100%;*/
  height: auto;
  background: transparent url('../images/m_home.png') repeat-y center center;
  background-size: 100% 4px;
  padding: 0 7%;
  position: relative;
}
.home-wrapper .home-bottom {
  width: 100%;
  height: 0.5rem;
  background: transparent url('../images/b_home.png') no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0px;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.auto {
  overflow: hidden;
}
.li-left li {
  display: block;
  float: left;
}
.li-right li {
  display: block;
  float: right;
}
.hide {
  display: none;
}

/* IndexPart1  */
.part1 .recommend {
  position: absolute;
  z-index: 0;
  left: 7%;
  right: 7%;
  top: -1rem;
  height: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.part1 .recommend .recommend-top {
  width: 100%;
  height: 0.2rem;
  background: transparent url('../images/t_box.png') no-repeat top center;
  background-size: 100% 100%;
}
.part1 .recommend .recommend-middle {
  width: 100%;
  padding: 0rem;
  height: auto;
  background: transparent url('../images/m_box.png') repeat-y center center;
  background-size: 100% 2px;
}
.part1 .recommend .recommend-bottom {
  width: 100%;
  height: 0.2rem;
  background: transparent url('../images/b_box.png') no-repeat center center;
  background-size: 100% 100%;
}
.part1 .recommend .left {
  width: 1rem;
  height: 2rem;
  margin-right: 0.85333rem;
}
.part1 .recommend .left img{
  width: 1.5rem;
  height: 1.6rem;
  margin-left:0.15rem;
}
.part1 .recommend .auto h5 {
  padding-top: 0.02rem;
  font-size: 0.3rem;
  color: #931737;
  font-weight: normal;
  line-height: 0.3rem;
}
.part1 .recommend .auto h6 {
  font-size: 0.2rem;
  color: #543c24;
  font-weight: normal;
  line-height: 0.7rem;
}
.part1 .recommend .auto .lantern-desc {
  height: 1rem;
  overflow: hidden;
}
.part1 .recommend .auto p {
  color: #666;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.part1 .recommend .auto .test-btn {
  display: block;
  width: 1.4rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0rem;
  font-size: 0.2rem;
  color: #fff;
  background: transparent url("../images/test_btn.png") no-repeat center center;
  background-size: 100% 100%;
}
.part1 .lantern-lists {
  padding-top: 0.8rem;
}
.part1 .lantern-lists ul {
  margin-top: 1.0rem;
}
.part1 .lantern-lists li {
  width: 33.33%;
  height: 3.0rem;
  text-align: center;
  /*margin-bottom: 0.2rem;*/
}
.part1 .lantern-lists li .item {
  height: 3.0rem;
  background: transparent url("../images/item_bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.part1 .lantern-lists li .item img {
  padding: 0.1rem 0 0.1rem 0;
  width: 1.6rem;
  height: 1.5rem;
  margin: 0 auto;
}
.part1 .lantern-lists li .item p {
  font-size: 0.2rem;
  color: #653e17;
  height: 0.3rem;
  line-height: 0.23rem;
  overflow: hidden;
}
.part1 .lantern-lists li .item .go-btn {
  margin: 4px auto 0 auto;
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #b2170c;
  text-align: center;
  font-size: 0.2rem;
  color: #fffce9;
}
.part1 .lantern-lists li:nth-child(3n) .item {
  margin-right: 0;
}
.part1 .icon-linghit {
  width: 4.26667rem;
  margin: 0 auto;
}
.part1 .icon-linghit img {
  padding: 0.42667rem 0 0.53333rem 0;
}
/* special title */
.special-title {
  position: absolute;
  z-index: 0;
  left: 50%;
  margin-left: -2.5rem;
  top: -0.9rem;
  width: 5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  background: transparent url('../images/square_title.png') no-repeat center;
  background-size: 100% 100%;
  font-size: 0.2rem;
  color: #472c1e;
}
/* IndexPart2 */
.part2 .square-nav {
  color: #472c1e;
  font-size: 0.22rem;
}
.part2 .square-nav li {
  width: 33.33%;
  text-align: center;
}
.part2 .square-nav li.active span {
  padding: 0 0.05rem;
  display: inline-block;
  height: 0.25rem;
  line-height: 0.22rem;
  font-weight: bold;
  border-bottom: 2px solid #931737;
  color: #931737;
}
.part2 .user-lists ul {
  background: #fffce9;
  margin-top: 0.25rem;
}
.part2 .user-lists li {
  min-height: 1.4rem;
  margin: 0 0.07rem;
  padding: 0.14rem 0 0.14rem 0;
  border-bottom: 1px solid #aea398;
}
.part2 .user-lists li > .left {
  width: 1.3rem;
  height: 1.5rem;
  border: 1px solid #c8c5b0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.1rem;
}
.part2 .user-lists li > .left img {
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  margin: 0.0rem auto 0 auto;
}
.part2 .user-lists li .auto {
  font-size: 0.2rem;
}
.part2 .user-lists li .auto h5 {
  padding-top: 0.16rem;
  font-size: 0.2rem;
  color: #931737;
  line-height: 0.2rem;
}
.part2 .user-lists li .auto .hope-content {
  color: #472c1e;
  line-height: 0.35rem;
  margin-bottom: 0.2rem;
}
.part2 .user-lists li .auto .other {
  height: 0.6rem;
  line-height: 0.6rem;
}
.part2 .user-lists li .auto span {
  color: #931737;
  font-style: normal;
}
.part2 .user-lists li .auto .count-desc {
  height: 1.22667rem;
}
.part2 .user-lists li .auto .count-desc p {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.part2 .user-lists li .auto .wish-btn {
  width: 1rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  line-height: 0.3rem;
  background: #b3170c;
  color: #fff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  text-align: center;
}
.part2 .user-lists li:last-child {
  border-bottom: 0;
}
.part2 .user-lists .more-btn {
  padding: 0.69333rem 0 0.96rem 0;
  text-align: center;
  display: none;
}
.part2 .user-lists .more-btn span {
  text-decoration: underline;
  color: #a33716;
  font-size: 0.25rem;
}
/* IndexPart3 */
.part3 .no-order {
  text-align: center;
  padding: 0.8rem 0;
  
}
.part3 .no-order img {
  width: 3.52rem;
}
.part3 .no-order p {
  padding-top: 0.53333rem;
  color: #472c1e;
  font-size: 0.8rem;
}
.part3 .no-order .go-index {
  background: #b6170c;
  text-align: center;
  width: 8.64rem;
  height: 1.86667rem;
  line-height: 1.86667rem;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  color: #fff;
  font-size: 0.8rem;
  margin: 0.58667rem auto;
}
.part3 .order-lists ul {
  padding-bottom: 1.49333rem;
}
.part3 .order-lists li {
  background: #fffce9;
  height: 8.48rem;
  margin-bottom: 0.74667rem;
  overflow: hidden;
}
.part3 .order-lists li:last-child {
  margin-bottom: 0;
}
.part3 .order-lists .order-title {
  height: 1.49333rem;
  line-height: 1.49333rem;
  background: #725642;
  padding-left: 0.74667rem;
  font-size: 0.64rem;
  color: #fffce9;
}
.part3 .order-lists .order-detail {
  padding: 0.64rem 0.58667rem 0.53333rem 0.58667rem;
  font-size: 0.69333rem;
  color: #472c1e;
}
.part3 .order-lists .order-detail > .left {
  width: 4.42667rem;
  height: 4.42667rem;
  border: 1px solid #c8c5b0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.42667rem;
}
.part3 .order-lists .order-detail > .left img {
  display: block;
  width: 3.2rem;
  height: 3.78667rem;
  margin: 0.16rem auto 0 auto;
}
.part3 .order-lists .order-detail > .auto .single-line {
  height: 0.96rem;
  line-height: 0.96rem;
  overflow: hidden;
}
.part3 .order-lists .order-detail > .auto .price {
  color: #931737;
}
.part3 .order-lists .order-detail > .auto .wish-content p {
  height: 0.96rem;
  line-height: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.part3 .order-lists .order-detail .btn-group {
  width: 100%;
  color: #fff;
  margin-top: 0.42667rem;
  margin-bottom: 0.58667rem;
}
.part3 .order-lists .order-detail .btn-group span {
  display: block;
  height: 1.38667rem;
  line-height: 1.38667rem;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  text-align: center;
}
.part3 .order-lists .order-detail .btn-group .left {
  width: 60%;
}
.part3 .order-lists .order-detail .btn-group .left span {
  margin-right: 0.26667rem;
  background: #aa150c;
}
.part3 .order-lists .order-detail .btn-group .auto span {
  background: #358c27;
}
/*
.part2,.part3,.user-lists2,.user-lists3{
display:none;
}
*/
.com_hot_box_list .hot_tit {
  height: 2.13333rem;
  line-height: 2.13333rem;
  text-align: center;
  font-size: 0.96rem;
  color: #fff;
  margin-bottom: 1.76rem;
}
.com_hot_box_list li {
  width: 25%;
  float: left;
}
.com_hot_box_list li a {
  display: block;
  width: 3.2rem;
  font-size: 0.69333rem;
  color: #333;
  margin: 0 auto;
}
.com_hot_box_list li p {
  text-align: center;
  padding: 0.69333rem 0 1.01333rem;
}



.m-form {
  font-size: 0.2rem;
  /*margin: 0 0.1rem;*/
}
.m-form .form {
  border: 1px solid #8d1f14;
  /*no*/
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0.42667rem;
}
.m-form .form li {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  border-bottom: 1px solid #8d1f14;
  /*no*/
  position: relative;
  z-index: 1;
  width:90%;
  left:0.2rem;
}
.m-form .form li .left {
  width: 20%;
  color: #6f0011;
  margin-left: 0.1rem;
}
.m-form .form li .left > img {
  vertical-align: middle;
  display: inline-block;
  width:100%;
}
.m-form .form li .auto {
  padding: 0 0.1rem;
  position: relative;
  color: #666666;
}
.m-form .form li input {
  font-size: 0.2rem;
  border: 0;
  -webkit-border-radius: .25rem;
          border-radius: .25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.m-form .form li textarea {
  border: 0;
  width: 98%;
  min-height: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  background-color:#fbeac5;
  font-size:0.2rem;
}
.m-form .form li .label {
  width: 20%;
  color: #6f0011;
  line-height: 0.5rem;
}
.m-form .form li .go-icon {
  width: 0.53333rem;
  height: 0.53333rem;
  border-top: 2px solid #666666;
  /*no*/
  border-right: 2px solid #666666;
  /*no*/
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.26667rem;
}
.m-form .form li.textarea {
  height: 1.5rem;
  font-size: 0.2rem;
  margin-left: 0.1rem;
}
.m-form .form li:last-child {
  border-bottom: none;
}
.show-square {
  color: #ff2f00;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.42667rem;
}
.show-square p {
  height: 0.5rem;
}
.show-square span {
  display: inline-block;
  margin-right: 0.21333rem;
}
.show-square i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: #c1c1c1;
  border: 0.1rem solid #fff;
  -webkit-border-radius: 0.53333rem;
          border-radius: 0.53333rem;
  vertical-align: middle;
  margin-right: 0.21333rem;
  text-align: center;
}
.show-square i.checked {
  background: #ae2c1f;
}
.show-tips {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #912217;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0.1rem;
}
.show-tips p {
  text-align: center;
  color: #ffa198;
  font-size: 0.2rem;
}
.m-query {
  margin-bottom: 0.42667rem;
}
.m-query a {
  font-size: 0.74667rem;
  text-align: center;
  color: #ffd800;
  display: block;
}


.banner2 {
  width: 100%;
  height: 2.5rem;
  background: transparent url('../images/order_banner.jpg') no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
img {
  width: 100%;
  vertical-align: top;
}
.banner2 .lantern .lantern-on {
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  left: 18%;
  bottom: 45%;
  z-index: 2;
}
.banner2 .lantern .light {
  width: 5.6rem;
  height: 5.06667rem;
  background: transparent url('../images/guang.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  left: 12.2%;
  bottom: 32.6%;
  -webkit-animation: light-ani 2s infinite;
          animation: light-ani 2s infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.banner2 .lantern-desc {
  width: 2rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -46%);
      -ms-transform: translate(0, -46%);
          transform: translate(0, -46%);
}
/* 闪光动画 */
@-webkit-keyframes light-ani {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes light-ani {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}