@charset "UTF-8";
@media screen and (min-width: 720px) {
  html {
    font-size: 100px;
    height: 100%;
  }
}
pre{margin:0;}
@media screen and (max-width: 640px) and (min-width: 600px) {
  html {
    font-size: 88.89px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  html {
    font-size: 83.33px;
  }
}
@media screen and (max-width: 414px) and (min-width: 412px) {
  html {
    font-size: 57.5px;
  }
}
@media screen and (max-width: 412px) and (min-width: 384px) {
  html {
    font-size: 57.22px;
  }
}
@media screen and (max-width: 384px) and (min-width: 375px) {
  html {
    font-size: 53.33px;
  }
}
@media screen and (max-width: 375px) and (min-width: 360px) {
  html {
    font-size: 52.08px;
  }
}
@media screen and (max-width: 360px) and (min-width: 320px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 44.44px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  vertical-align: baseline;
  height: 100%;
}

html {
  max-width: 750px;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
}

body {
  font-size: 0.24rem;
}

a {
  color: #666;
  outline: 0;
  text-decoration: none !important;
}

button {
  cursor: pointer;
}

b,
i {
  font-style: normal;
  font-weight: 500;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.flex-center1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.flex-start1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.flex-space-between1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.over1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wrap {
  padding: 0 3.866%;
}

.cg {
  height: 1.2rem;
}

header {
  height: 1.2rem;
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
header .wrap {
  height: 100%;
}
header .ll img {
  width: 2.95rem;
  height: 0.85rem;
}
header .rr .brand {
  width: 0.3rem;
  height: 0.26rem;
  margin-left: 0.32rem;
}
header .rr .search img {
  width: 0.3rem;
  height: 0.3rem;
}
header .rr .search .form-box {
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  padding: 0.1rem 0;
  background: #FFFFFF;
  display: none;
}
header .rr .search .form-box.active {
  display: block;
}
header .rr .search .form-box .input1 {
  width: 80%;
  height: 0.5rem;
  border-radius: 0.3rem;
  border: none;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0.2rem;
  color: #333;
  border: 1px solid #e6e6e6;
}
header .rr .search .form-box button {
  width: 0.37rem;
  height: 0.37rem;
  background: url(../img/search.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  margin-left: 0.15rem;
}

a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

.Navbar {
  width: 100%;
}
.Navbar ul {
  flex-wrap: wrap;
}
.Navbar ul li {
  background: #b6373c;
  width: 25%;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.01rem solid #c95559;
  border-right: 0.01rem solid #c95559;
  box-sizing: border-box;
}
.Navbar ul li a {
  font-size: 0.3rem;
  color: #ffffff;
}

.banner {
  position: relative;
  font-size: 0px;
}
.banner .top-img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  z-index: 9999;
}
.banner .swiper-container {
  /*padding-top: 0.25rem;*/
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}

.Box .title {
  background: #b6373c;
  height: 0.6rem;
  line-height: 0.6rem;
}
.Box .title p {
  font-size: 0.28rem;
  color: #ffffff;
  padding-left: 0.28rem;
  background: url(../img/3.png) no-repeat left center;
  background-size: 0.04rem 0.38rem;
}
.Box .title a {
  font-size: 0.22rem;
  color: #ffffff;
  display: block;
  height: 100%;
  width: 20%;
  text-align: right;
}
.Box .box {
  padding: 0.17rem 0;
  border-bottom: 0.01rem solid #e6e6e6;
}
.Box .box .ll {
  width: 73%;
  font-size: 0.24rem;
  color: #878787;
}
.Box .box .rr {
  width: 26%;
  text-align: right;
  font-size: 0.16rem;
  color: #878787;
}
.Box .box2 {
  padding: 0.18rem 0;
  border-bottom: 0.01rem solid #e6e6e6;
}
.Box .box2 .ll {
  margin-right: 0.1rem;
}
.Box .box2 .ll img {
  width: 0.82rem;
  height: 0.82rem;
}
.Box .box2 .rr {
  width: 82%;
}
.Box .box2 .rr .p1 {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.Box .box2 .rr .p2 {
  font-size: 0.16rem;
  color: #878787;
}
.Box .box2 .rr .p2 span {
  font-size: 0.16rem;
  color: #b6373c;
}
.Box ul {
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.Box ul li {
  width: 48.115%;
  margin-right: 3.7%;
}
.Box ul li:nth-child(2n+2) {
  margin-right: 0;
}
.Box ul li .img {
  /* height: 1.96rem; */
  height:3.32rem;
  width: 100%;
  overflow:hidden;
}
.Box ul li .img img {
  width: 100%;
  height: 100%;
}
.Box ul li .tit2 {
  text-align: center;
  font-size: 0.24rem;
  color: #1a1a1a;
  padding: 0.12rem 0;
}
.Box ul li .tit span {
  padding: 0.12rem 0;
}
.Box ul li .tit .span1 {
  font-size: 0.2rem;
  color: #333333;
  display: block;
  width: 50%;
  float: left;
}
.Box ul li .tit .span2 {
  font-size: 0.2rem;
  color: #b6373c;
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.Box .link {
  background: #fefdfa;
  padding: 0.2rem 0;
}
.Box .link .wrap {
  flex-wrap: wrap;
}
.Box .link a {
  font-size: 0.24rem;
  color: #878787;
  margin-bottom: 0.18rem;
  margin-right: 0.35rem;
  margin-left: 0.35rem;
}

footer {
  padding-top: 0.33rem;
  padding-bottom: 0.24rem;
  background: #755139;
}
footer p {
  font-size: 0.2rem;
  color: #ebe1ca;
  text-align: center;
  margin-bottom: 0.13rem;
}
footer p span {
  padding: 0 0.11rem;
}
footer ul li {
  margin: 0 0.22rem;
}
footer ul li .img {
  margin-bottom: 0.13rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
}
footer ul li .img img {
  width: 100%;
  height: 100%;
}

.Mx-swiper {
  margin-top: 0.35rem;
}
.Mx-swiper .swiper-container .swiper-slide .pic {
  height: 2.7rem;
}
.Mx-swiper .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.Mx-swiper .swiper-container .swiper-slide .tit {
  font-size: 0.22rem;
  color: #333333;
  text-align: center;
  height: 0.62rem;
  line-height: 0.62rem;
}

.wrap2 {
  padding: 0 0 0 3.866%;
}

.Qy-swiper {
  margin-top: 0.35rem;
}
.Qy-swiper .swiper-container .swiper-slide .pic {
  height: 2.33rem;
}
.Qy-swiper .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.Qy-swiper .swiper-container .swiper-slide .tit {
  font-size: 0.22rem;
  color: #333333;
  text-align: center;
  height: 0.62rem;
  line-height: 0.62rem;
}

.brand {
  width: 1.2rem;
  height: 1.2rem;
}
.brand .nav img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.brand .nav-list {
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: none;
  transition: all 0.7s;
  z-index: 999999999 !important;
}
.brand .nav-list.active {
  display: block;
  transition: all 0.7s;
}
.brand .nav-list .list {
  z-index: 99999999 !important;
  background: #F5f5f5;
  padding: 0 2.625%;
  padding-bottom: 0.35rem;
}
.brand .nav-list a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 0.28rem;
  height: 0.78rem;
  line-height: 0.78rem;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.brand .nav-list a:nth-child(2n+2) {
  border-right: none;
}
.brand .nav-list a:last-child {
  border-right: none;
}
.brand .nav-list a:nth-last-child(2) {
  border-right: none;
}

.brand .nav-list .list a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.Title2 {
  padding: 0.2rem 0;
  background: #e6e6e6;
}
.Title2 .p1 {
  font-size: 0.24rem;
  color: #b6373c;
  font-weight: bold;
}
.Title2 a {
  min-width: 0.9rem;
  padding:0 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.3rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #b6373c;
  text-align: center;
}

.shoppingMall .Content .Tit {
  margin-top: 0.26rem;
  margin-bottom: 0.26rem;
}

.shoppingMall .Content .Tit a {
  min-width: 1.59rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  display: block;
  margin-right: 0.18rem;
  float: left;
  background: url(../img/20.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.shoppingMall .Content .Tit a:nth-child(4n+4){
	margin-right: 0;
}
.shoppingMall .Content {
  background: #fafafa;
}

.shoppingMall .wejoy_page {
  margin: 0.6rem 0;
}
.shoppingMall ul {
  flex-wrap: wrap;
}
.shoppingMall ul li {
  width: 48.26%;
  margin-right: 1.7%;
  background: #FFFFFF;
  margin-bottom: 0.2rem;
}
.shoppingMall ul li:nth-child(2n+2) {
  margin-right: 0;
}
.shoppingMall ul li .img {
  /* height: 3.5rem; */
  height: 3.32rem;
}
.shoppingMall ul li .img img {
  width: 100%;
  height: 100%;
}
.shoppingMall ul li .tit {
  padding: 0 0.17rem;
  box-sizing: border-box;
  height: 1.25rem;
}
.shoppingMall ul li .tit .p1 {
  font-size: 0.3rem;
  color: #d73c3c;
  margin-top: 0.1rem;
}
.shoppingMall ul li .tit .p2 {
  font-size: 0.2rem;
  color: #444444;
  line-height: 1.5;
}

.wejoy_page {
  text-align: center;
}

.wejoy_page a {
  padding: 0.06rem 0.15rem;
  font-size: 0.14rem;
  color: #919191;
  border: 0.01rem solid #919191;
  margin: 0 0.02rem;
}

.wejoy_page a.active {
  border: 0.01rem solid #da322b;
  color: #da322b;
}

.shop-detail .Content .swiper-container .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%!important;
}
.shop-detail .Content .swiper-container .swiper-pagination-bullet {
  width: 0.62rem;
  height: 0.07rem;
  background: #7f7f7f;
  border-radius: 0;
  margin: 0 0.05rem;
  opacity: 1;
}
.shop-detail .Content .swiper-container .swiper-pagination-bullet-active {
  background: #c8181d;
}

.shop-detail .Content .swiper-container {
  padding-bottom: 20px;
}
.shop-detail .Content .swiper-container .swiper-slide {
  /*height: 4.37rem;*/
}
.shop-detail .Content .detail {
  margin-bottom: 0.45rem;
}
.shop-detail .Content .detail .p1 {
  font-size: 0.3rem;
  color: #444444;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.shop-detail .Content .detail .p2 {
  font-size: 0.24rem;
  color: #999999;
}
.shop-detail .Content .detail .p3 {
  font-size: 0.5125rem;
  color: #d73c3c;
  font-weight: bold;
  margin-top: 0.15rem;
}
.shop-detail .Content .detail .p3 span {
  font-size: 0.3548rem;
}
.shop-detail .Content .con {
  background: #fafafa;
  border-top: 0.01rem solid #f1f1f1;
  padding-bottom: 0.65rem;
}
.shop-detail .Content .con .tit {
  height: 0.86rem;
  line-height: 0.86rem;
}
.shop-detail .Content .con .tit span {
  padding-left: 0.25rem;
  border-left: 0.1rem solid #d73c3c;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
}

.listPage .wejoy_page {
  margin-top: 0.38rem;
  margin-bottom: 0.5rem;
}
.listPage .Content .box {
  padding-top: 0.22rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #e2e2e2;
}
.listPage .Content .box .p1 {
  font-size: 0.28rem;
  color: #333333;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.listPage .Content .box .con .ll {
  width: 29%;
  margin-right: 2%;
}
.listPage .Content .box .con .rr {
  width: 68%;
}
.listPage .Content .box .con .rr .p2 {
  font-size: 0.22rem;
  color: #878787;
  line-height: 1.5;
}
.listPage .Content .box .con .rr .p3 {
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.31rem;
}

.DetailPage .Content .p1 {
  font-size: 0.3rem;
  color: #101010;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-top: 0.2rem;
}
.DetailPage .Content .p2 {
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.DetailPage .Content .p2 span {
  padding: 0 0.09rem;
}
.DetailPage .Content .con {
	line-height: 25px;
  padding: 0.15rem 0;
  border-top: 0.01rem solid #eeeeee;
  color: #878787;
  white-space: pre-wrap;
  text-indent: 2em!important;
  white-space:normal;
}
.DetailPage .Content .con div{
  text-indent: 2em!important;
  /*white-space: pre-line!important;*/
}
.DetailPage .Content .con p {
  font-size: 0.28rem;
  color: #878787;
}
.DetailPage .Content .con img {
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  height: auto;
  
}
.DetailPage .Content .up-down {
  padding: 0.25rem 0;
  border-top: 0.01rem solid #eeeeee;
  border-bottom: 0.01rem solid #eeeeee;
}
.DetailPage .Content .up-down .box {
  width: 50%;
  box-sizing: border-box;
  border-right: 0.01rem solid #eeeeee;
}
.DetailPage .Content .up-down .box:nth-child(2n+2) {
  border-right: none;
}
.DetailPage .Content .up-down .box .ll {
  width: 25.5%;
  height: 0.73rem;
  background: #f3f3f3;
  font-size: 0.16rem;
  color: #4f4f4f;
  margin-right: 8%;
  text-align: center;
  line-height: 0.73rem;
}
.DetailPage .Content .up-down .box .rr {
  width: 49.5%;
  width: 50.5%;
}
.DetailPage .Content .up-down .box .rr p {
  font-size: 0.16rem;
  color: #4f4c4c;
  font-weight: bold;
}
.DetailPage .Content .up-down .box .rr p span {
  font-size: 0.13rem;
  color: #a5261d;
}
.DetailPage .Content .Pinglun .pti {
  padding: 0.2rem 0;
}
.DetailPage .Content .Pinglun .pti .p3 {
  font-size: 0.24rem;
  color: #4f4c4c;
  font-weight: bold;
}
.DetailPage .Content .Pinglun .pti .p3 span {
  padding-left: 0.25rem;
  border-left: 0.08rem solid #b6373c;
}
.DetailPage .Content .Pinglun .pti .p4 {
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #b6373c;
  font-size: 0.22rem;
  color: #ffffff;
  border-radius: 0.3rem;
  display: block;
}
.DetailPage .Content .Pinglun .box {
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #EEEEEE;
}
.DetailPage .Content .Pinglun .box .ll {
  margin-right: 0.24rem;
  margin-left: 0.05rem;
}
.DetailPage .Content .Pinglun .box .ll img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.DetailPage .Content .Pinglun .box .rr .p5 {
  font-size: 0.22rem;
  color: #000000;
  margin-bottom: 0.13rem;
}
.DetailPage .Content .Pinglun .box .rr .p5 span {
  color: #878787;
  margin-left: 0.08rem;
}
.DetailPage .Content .Pinglun .box .rr .p6 {
  font-size: 0.2rem;
  color: #878787;
}
.DetailPage .Content .Pinglun .look {
  font-size: 0.22rem;
  color: #000000;
  padding: 0.2rem 0;
}
.DetailPage .Content .Pinglun .form-box {
  margin-bottom: 0.3rem;
}
.DetailPage .Content .Pinglun .form-box textarea {
  height: 1.1rem;
  border: 0.01rem solid #EEEEEE;
  width: 100%;
  resize: none;
  font-size: 0.22rem;
  color: #000000;
}
.DetailPage .Content .Pinglun .form-box .yzm {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.DetailPage .Content .Pinglun .form-box .yzm label {
  font-size: 0.22rem;
  color: #878787;
}
.DetailPage .Content .Pinglun .form-box .yzm input {
  width: 1rem;
  height: 0.4rem;
  border: 0.01rem solid #e6e6e6;
  margin-right: 0.15rem;
  margin-left: 0.2rem;
}
.DetailPage .Content .Pinglun .form-box .yzm img {
  width: 1rem;
  height: 0.4rem;
}
.DetailPage .Content .Pinglun .form-box button {
  width: 1.2rem;
  height: 0.4rem;
  background: url(../img/28.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  font-size: 0.22rem;
  color: #000000;
}

.InterentSacrificeList .Content .box-all {
  background: #FFFFFF;
  box-sizing: border-box;
}

.InterentSacrificeList .Content .box {
  padding: 0.25rem 0;
  border-bottom: 1px solid #f5f5f5;
}

.InterentSacrificeList .Content .box .left {
  width: 69%;
}

.InterentSacrificeList .Content .box .left .p1 {
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.InterentSacrificeList .Content .box .left .p2 {
  font-size: 0.16rem;
  color: #878787;
}

.InterentSacrificeList .Content .box .right {
  font-size: 0.22rem;
  color: #000000;
}

.InterentSacrificeList .Content .wejoy_page {
  margin: 0.65rem 0;
}

.pop-window {
  background: rgba(255, 255, 255,1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.pop-window .tanchu {
  flex-wrap: wrap;
  height: 100%;
}

.pop-window .tanchu .img {
  /*width: 568px;*/
  width: 100%;
  height: 4.25rem;
  /*height: 465px;*/
  position: relative;
}

.pop-window .tanchu .img .img2 {
  position: absolute;
  top: 0;
  left: -14px;
  width: 5.6rem;
  height: 4.25rem;
  left:11%;
}

.pop-window .tanchu .tit {
  width:90%;
  display: block;
  margin:0 auto;
  text-align: center;
}

.pop-window .tanchu .tit .p1 {
  font-size:0.24rem;
  color: #000000;
  margin-top:0.1rem;
  margin-bottom: 0.1rem;
}

.pop-window .tanchu .tit .p2 {
  font-size:0.2rem;
  color: #000000;
}

.PublishGoods .Content .kh-box {
  background: #FFFFFF;
  padding: 0.3rem 0;
  border-bottom: 0.24rem solid #f5f5f5;
}
.PublishGoods .Content .kh-box .ll .tx {
  margin-right: 0.43rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.PublishGoods .Content .kh-box .ll .tx img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.PublishGoods .Content .kh-box .ll .name .p1 {
  font-size: 0.3rem;
  color: #161616;
  margin-bottom: 0.1rem;
}
.PublishGoods .Content .kh-box .ll .name .p2 {
  font-size: 0.22rem;
  color: #878787;
}
.PublishGoods .Content .kh-box .rr img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.06rem;
}
.PublishGoods .Content .kh-box .rr p {
  font-size: 0.22rem;
  color: #161616;
}

.PublishGoodsBox {
  background: #FFFFFF;
}
.PublishGoodsBox .tit {
  height: 0.87rem;
}
.PublishGoodsBox .tit .wrap {
  height: 100%;
  border-bottom: 0.03rem solid #e6e6e6;
}
.PublishGoodsBox .tit .ll {
  font-size: 0.26rem;
  color: #b6373c;
}
.PublishGoodsBox .tit .ll span {
  border-bottom: 0.03rem solid #b6373c;
  padding-bottom: 0.29rem;
}
.PublishGoodsBox .tit .rr img {
  width: 0.27rem;
  height: 0.28rem;
  margin-right: 0.08rem;
}
.PublishGoodsBox .tit .rr span {
  font-size: 0.26rem;
  color: #161616;
}
.PublishGoodsBox .con {
  padding-top: 0.77rem;
  padding-bottom: 0.6rem;
}
.PublishGoodsBox .con .box2 {
  margin-bottom: 0.6rem;
  height: 1rem;
}
.PublishGoodsBox .con .box2 span {
  width: 20%;
  font-size: 0.22rem;
  color: #4f4f4f;
  display: block;
  text-align: center;
  margin-right: 2%;
}
.PublishGoodsBox .con .box2 .change-tx {
  position: relative;
  margin-left: 0.12rem;
}
.PublishGoodsBox .con .box2 .change-tx .span2 {
  position: absolute;
  top: 0.35rem;
  left: 24%;
}
.PublishGoodsBox .con .box2 .change-tx img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.PublishGoodsBox .con .box2 .change-tx input {
  opacity: 0;
}
.PublishGoodsBox .con .box {
  margin-bottom: 0.26rem;
}
.PublishGoodsBox .con .box label {
  width: 20%;
  font-size: 0.22rem;
  color: #4f4f4f;
  display: block;
  text-align: center;
  margin-right: 2%;
}
.PublishGoodsBox .con .box select {
  width: 163%;
  height: 0.6rem;
  font-size: 0.22rem;
  color: #878787;
  border: 0.02rem solid #b6373c;
  border-radius: 3px;
  padding-left: 0.16rem;
  box-sizing: border-box;
}
.PublishGoodsBox .con .box input {
  width: 60%;
  height: 0.6rem;
  font-size: 0.22rem;
  color: #878787;
  border: 0.02rem solid #e6e6e6;
  border-radius: 3px;
  padding-left: 0.16rem;
  box-sizing: border-box;
}
.PublishGoodsBox .con .box textarea {
  width: 79%;
  height: 2.1rem;
  border: 0.02rem solid #e6e6e6;
  border-radius: 3px;
  padding-left: 0.16rem;
  box-sizing: border-box;
  padding-top: 0.15rem;
  resize: none;
}
.PublishGoodsBox .con .xq-box .xp {
  height: 0.7rem;
  font-size: 0.24rem;
  color: #000000;
  border-bottom: 0.01rem solid #e6e6e6;
  padding-left: 0.18rem;
  line-height: 0.7rem;
  margin-bottom: 0.33rem;
}
.PublishGoodsBox .con button {
  width: 2.52rem;
  height: 0.6rem;
  text-align: center;
  background: #b6373c;
  border-radius: 0.3rem;
  font-size: 0.22rem;
  color: #ffffff;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
}

input, textarea {
  outline: none;
}

a:focus {
  outline: none;
}

.Personal-center {
  background: #FFFFFF;
  margin-bottom: 0.5rem;
}
.Personal-center ul li {
  border-bottom: 0.01rem solid #e6e6e6;
  padding: 0 3.866%;
  height: 0.9rem;
  line-height: 0.9rem;
}
.Personal-center ul li p {
  font-size: 0.28rem;
  color: #151515;
  width: 60%;
}
.Personal-center ul li img {
  width: 0.14rem;
  height: 0.24rem;
}
.Personal-center ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

.My-Goods .content .title {
  padding: 0.2rem 0;
  background: #b6373c;
}
.My-Goods .content .title .all-check {
  font-size: 0.22rem;
  color: #ffffff;
}
.My-Goods .content .title #del_btn {
  width: 1.2rem;
  height: 0.5rem;
  background: #fcfcfc;
  font-size: 0.22rem;
  color: #333333;
  border-radius: 0.3rem;
  border: none;
}
.My-Goods .content .wejoy_page {
  margin-top: 0.56rem;
  margin-bottom: 0.43rem;
}
.My-Goods .content .goods-box {
  padding: 0.3rem 0.23rem;
  background: #FFFFFF;
  border: 0.01rem solid #e2e2e2;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.My-Goods .content .goods-box input {
  position: absolute;
  top: 0;
  left: 0;
}
.My-Goods .content .goods-box .ll {
  width: 31.5%;
  margin-right: 2%;
}
.My-Goods .content .goods-box .ll img {
  width: 100%;
  height: 100%;
}
.My-Goods .content .goods-box .rr .p1 {
  font-size: 0.22rem;
  color: #444444;
  margin-bottom: 0.24rem;
}
.My-Goods .content .goods-box .rr .p2 .pp1 {
  font-size: 0.3rem;
  color: #c8181e;
  font-weight: bold;
}
.My-Goods .content .goods-box .rr .p2 .pp1 span {
  font-size: 0.14rem;
}
.My-Goods .content .goods-box .rr .p2 button {
  min-width: 0.9rem;
  height: 0.5rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  border-radius: 0.3rem;
  border: none;
  background: #b6373c;
}

button {
  outline: none;
}

.wz-box {
  padding: 0.25rem 0;
  font-size: 0.22rem;
  color: #4f4f4f;
  border-bottom: 0.01rem solid #e6e6e6;
}
.wz-box p {
  margin-left: 0.25rem;
}
.wz-box .rr {
  font-size: 0.22rem;
  color: #161616;
}
.wz-box .rr img {
  width: 0.26rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}

input[type=checkbox] {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
}

input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.35rem;
  text-align: center;
  color: white;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

input[type=checkbox]:checked::before {
  color: white;
  background-color: #b6373c;
  content: '√';
}

.container {
  overflow: auto;
  clear: both;
}

.z_photo {
  overflow: auto;
  clear: both;
  min-width: 60%;
  min-height: 0.6rem;
  font-size: 0.22rem;
  color: #878787;
  border: 0.02rem solid #e6e6e6;
  border-radius: 3px;
  padding-left: 0.16rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  padding-bottom: 0.05rem;
}

.z_photo img {
  width: 1rem;
  height: 1rem;
}

.z_addImg {
  float: left;
  margin-right: 0.2rem;
}

.z_file {
  width: 1rem;
  height: 1rem;
  background: url(../img/z_add.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
  width: 1rem;
  height: 1rem;
  border: none;
  position: absolute;
  outline: 0;
  opacity: 0;
}

.z_file input#file {
  display: block;
  width: auto;
  border: 0;
  vertical-align: middle;
  opacity: 0;
  width: 30%;
}

/*遮罩层*/
.z_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.z_alert {
  width: 3rem;
  height: 2rem;
  border-radius: .2rem;
  background: #fff;
  font-size: .24rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -2rem;
}

.z_alert p:nth-child(1) {
  line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
  display: inline-block;
  width: 49%;
  height: .5rem;
  line-height: .5rem;
  float: left;
  border-top: 1px solid #ddd;
}

.z_cancel {
  border-right: 1px solid #ddd;
}

.z_photo2 {
  overflow: auto;
  clear: both;
  min-width: 60%;
  min-height: 0.6rem;
  font-size: 0.22rem;
  color: #878787;
  border: 0.02rem solid #e6e6e6;
  border-radius: 3px;
  padding-left: 0.16rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  padding-bottom: 0.05rem;
}

.z_photo2 img {
  width: 1rem;
  height: 1rem;
}

.z_addImg2 {
  float: left;
  margin-right: 0.2rem;
}

.z_file2 {
  width: 1rem;
  height: 1rem;
  background: url(../img/z_add.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.2rem;
}

.z_file2 input::-webkit-file-upload-button {
  width: 1rem;
  height: 1rem;
  border: none;
  position: absolute;
  outline: 0;
  opacity: 0;
}

.z_file2 input#file2 {
  display: block;
  width: auto;
  border: 0;
  vertical-align: middle;
  opacity: 0;
  width: 30%;
}

/*遮罩层*/
.z_mask2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.z_alert2 {
  width: 3rem;
  height: 2rem;
  border-radius: .2rem;
  background: #fff;
  font-size: .24rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -2rem;
}

.z_alert2 p:nth-child(1) {
  line-height: 1.5rem;
}

.z_alert2 p:nth-child(2) span {
  display: inline-block;
  width: 49%;
  height: .5rem;
  line-height: .5rem;
  float: left;
  border-top: 1px solid #ddd;
}

.z_cancel2 {
  border-right: 1px solid #ddd;
}

/*# sourceMappingURL=style.css.map */
.denglucon h1{
  text-align: center;
  margin-top: 0.7rem;
}
.denglucon{
  padding-bottom: 0.7rem;
}
.dlu input{
  width: 85%;
  display: block;
  margin:0 auto;
  height: 0.56rem;
  margin-bottom: 0.1rem;
  padding-left: 0.1rem;
}
.dlu input[type="submit"]{
  width: 50%;
  margin-top:0.3rem;
}
.dlu p{
  text-align: center;
}
.dlu p a{
  color: #b6373c;
  margin:0 0.05rem;
}
.Title2 .wrap{
  flex-wrap: wrap;
}
.Title2 .wrap p{
  margin-bottom: 0.15rem;
}
.Title2 .wrap>a{
   margin-bottom: 0.15rem;
   display: block;
}
.Title2 .wrap p.active a{
  color: #333333;
}
.bottom-bar .wrap2{
	flex-wrap: wrap;
}
.bottom-bar .wrap2 span{
	/*display: block;*/
	/*width: 100%;*/
	text-align: center;
	color: #ebe1ca;
	text-decoration: none!important;
	box-sizing: border-box;
	font-size: 0.2rem;
}
.bottom-bar .wrap2 a{
	color:#ebe1ca;
	font-size: 0.2rem;
}
.bottom-bar .wrap2 p{
	text-decoration: none;
}
.DetailPage .Content .con div pre{
  margin-top:-25px!important;
}
#web_rq_num u{
  color:red;
  text-decoration: none;
}