﻿@charset "utf-8";
/****************************************
*公共样式
*创建时间：2022年02月15日
****************************************/

/*#region 初始化*/
html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
}

/* body */
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-text-size-adjust: 100% !important;
}
body {
  color: #000;
  background: #ffffff;
  font-family: "Microsoft Yahei Light", "Helvetica Neue", "Helvetica", "STHeiTi",
    sans-serif;
  line-height: 22px;
  font-size: 14px;
}

i,
em,
cite {
  font-style: normal;
}

/* a标签初始化以及取消a标签点击后的虚线框 */
a {
  outline: none;
  color: #696969;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #696969;
}
a:focus {
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a,
button,
input,
div,
li,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type="text"]:focus,
input[type="password"]:focus {
  outline: none;
}
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
a,
img {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
* {
  touch-action: pan-y;
}
/*表单的初始化*/
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: "Microsoft Yahei Light", helvetica, arial;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="tel"],
button,
select {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
textarea {
  resize: none; /*禁用了文本的拖拉*/
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}
input::-webkit-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}
input::-ms-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}
input::-o-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}
input::focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

::-webkit-textfield-decoration-container {
  background-color: none;
} /*type=number去掉默认样式*/
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none; /* 有无看不出差别 */
}

/* li */
ul,
li {
  list-style-type: none;
}

.red {
  color: #ff537b;
}

/* img */
img {
  border: 0;
  vertical-align: middle;
}

/* h* */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
html,
body {
  margin: 0 auto;
  max-width: 500px;
}
/*#endregion */

/*#region wuui样式重写#*/
body {
  --weui-BRAND: #ed839a;
  --weui-TAG-TEXT-GREEN: #f989a1;
}
.weui-btn_primary {
  color: #fff;
}
.weui-btn_primary:hover {
  color: #fff;
}
.weui-half-screen-dialog__bd {
  font-size: 15px;
}

/* .weui-btn_primary {
  background-color: #ed839a;
}
input,
textarea {
  caret-color: #ed839a;
} */
/*#endregion#*/

/*#region 公用样式#*/
.height10 {
  background: #f5f5f5;
  height: 10px;
}
.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*公共头部*/
.M_head_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
  z-index: 100;
  max-width: 500px;
  margin: 0 auto;
  right: 0;
}
.sect_navi {
  width: atuo;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 1000;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background: #ff537b;
  position: relative;
}
.sect_navi .back {
  display: block;
  width: 40px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/jt02.png) center center no-repeat;
  background-size: 20px;
}

/*
zzy 2022/12/8
.sect_navi a {
  color: #fff;
  width: 40px;
  margin-right: 5px;
  height: 44px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
*/
.btn {
  margin: 0 auto;
  background: #ec617e;
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  width: 100%;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #ed839a 0%, #ec617e 100%);
}
.btn:active {
  opacity: 0.7;
}
.inpdisabled {
  opacity: 0.7;
}

/*开关的大小*/
.switch-container {
  height: 25px;
  width: 50px;
}

/*设置checkbox不显示*/
.switch {
  display: none;
}

/*设置label标签为椭圆状*/
.switch-container label {
  display: block;
  background-color: #eeeeee;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
}

/*在label标签内容之前添加如下样式，形成一个未选中状态*/
/* label:before {
  content: "";
  display: block;
  border-radius: 25px;
  height: 100%;
  width: 25px;
  background-color: white;
  opacity: 1;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in;
} */

/*在label标签内容之后添加如下样式，形成一个选中状态*/
.switch-container label:after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border-radius: 25px;
  height: 100%;
  width: 25px;
  background-color: white;
  opacity: 1;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in;
}

/* ~ 兄弟选择符。
 p~ul ：位于 p 元素之后的所有 ul 元素
*/

/*选中后，选中样式显示*/
#switch:checked ~ label:after {
  opacity: 1;
  left: 25px;
}

/*选中后，未选中样式消失*/
/* #switch:checked ~ label:before {
  opacity: 0;
} */

/*选中后label的背景色改变*/
#switch:checked ~ label {
  background-color: #ff537b;
  -webkit-transition: all 0.4s ease-in;
  border: 1px solid #f18199;
}
/*#endregion#*/

/*#region 首页#*/
.Index_head {
  background: url(../images/homebj.png) center top no-repeat;
  background-size: 100%;
}

.BoxSearch {
  width: auto;
  margin: 0 20px 15px;
  height: 40px;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  padding: 0 20px;
  text-align: center;
  color: #707472;
  font-size: 16px;
  line-height: 40px;
}
.BoxSearch span {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/s.png) left center no-repeat;
  background-size: 16px;
}
.BoxSearch .s_box {
  width: 100%;
  font-size: 14px;
  border: 0;
  text-align: left;
  color: #707472;
  background: none;
  height: 40px;
}
.BoxSearch .s_btn {
  cursor: pointer;
  width: 40px;
  background: url(../images/s.png) center center no-repeat;
  background-size: 20px;
  height: 40px;
  color: #fff;
  border: 0;
  position: absolute;
  right: 5px;
  top: 0;
}

.Index_head .swiper.swiper-container_B {
  height: 100%;
  margin: 0 20px;
}
.swiper-container_B .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;

  transition: 400ms;
  /* -moz-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transform: scale(0.85) !important; */
}
.swiper-container_B .swiper-slide a {
  display: block;
}
.swiper-container_B .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
/* .Index_head .swiper-slide.swiper-slide-active a {
  -moz-box-shadow: 0 0 10px #dbdbdb;
  -webkit-box-shadow: 0 0 10px #dbdbdb;
  box-shadow: 0 0 10px #dbdbdb;
} */
.swiper-container_B .swiper-slide-active,
.swiper-container_B .swiper-slide-duplicate-active {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  transform: scale(1) !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 2px !important;
  border-radius: 5px !important;
  background: #ff537b !important;
}
.swiper-container-tribe .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50px !important;
  background: #ff537b !important;
}
.swiper-pagination {
  bottom: 5px !important;
}

/*活动*/
.Index_activi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px;
}

.Index_activi_list li {
  margin: 15px 5px 0;
}
.Index_activi_list li a {
  display: block;
}
.Index_activi_list li .bt {
  color: #646464;
  font-size: 15px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
}
.Index_activi_list li .bt::after {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border: 4px solid #ec617e;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Index_activi_list li .pic img {
  width: 100%;
}

.Index_activi_list li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  margin: 10px 0;
}
.Index_activi_list li .label i {
  color: #ec617e;
}
.Index_activi_list li .label .s_btn {
  width: 70px;
  background: #ec617e;
  color: #fff;
  font-size: 13px;
  padding: 0px 0;
  text-align: center;
  border-radius: 40px;
}
.Index_activi_More {
  text-align: center;
  display: block;
  margin: 10px 0;
  font-size: 15px;
  color: #666666;
}

.Typelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px;
}
.Typelist li {
  padding: 15px 0;
  font-size: 15px;
  width: 25%;
  text-align: center;
  color: #676767;
  cursor: pointer;
}

.Typelist li.cur {
  font-size: 18px;
  color: #000;
  background: url(../images/typeicon.jpg) center bottom no-repeat;
  background-size: 24px;
  font-weight: bold;
}

.GoodsListWrap {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 15px 20px;
}

.GoodsListWrap .cell-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0 0;
  width: 50%;
}

.GoodsListWrap .cell-item a {
  display: block;
  color: #333333;
  font-size: 14px;
  margin: 0 5px;
}
.GoodsListWrap .cell-item a .pic {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  height: calc((100vw - 15px) / 2 - 15px);
  max-height: 240px;
}

.GoodsListWrap .item-body {
  margin: 10px 0 0;
  overflow: hidden;
}

.GoodsListWrap .item-body .user_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.GoodsListWrap .item-body .user_name .van-ellipsis {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #313131;
}
.GoodsListWrap .item-body .user_name .icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  display: inline-block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 5px;
}
.GoodsListWrap .item-body .user_name .woman {
  background: url(../images/woman.png) left center no-repeat;
  background-size: auto 100%;
}
.GoodsListWrap .item-body .user_name .man {
  background: url(../images/man.png) left center no-repeat;
  background-size: auto 100%;
}
.GoodsListWrap .item-body .tips {
  font-size: 12px;
  color: #606060;
}

.kfBox {
  position: fixed;
  bottom: 20%;
  right: 5%;
  z-index: 100;
  background: url(../images/kf.png) center center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
}

.hnBox {
  position: fixed;
  bottom: 15%;
  right: 10px;
  z-index: 100;
  background: url(../images/hn.png) center center no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}

.shareBox {
  position: fixed;
  bottom: 15%;
  right: 10px;
  z-index: 100;
  background: url(../images/share.png) center center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
}

.fdtBox {
  position: fixed;
  bottom: 20%;
  right: 5%;
  z-index: 100;
  background: url(../images/fdt.png) center center no-repeat;
  background-size: 100%;
  width: 80px;
  height: 32px;
}

/*#endregion#*/

/*#region 组局#*/
.org_logo_box {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.org_logo_box .left {
  height: 40px;
}
.org_logo_box .left img {
  height: 100%;
}

.org_logo_box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.org_logo_box .right .p.add {
  background: url(../images/icon23.png) left center no-repeat;
  background-size: 20px;
  padding-left: 22px;
  color: #9a9a9a;
}
.org_logo_box .right .p {
  margin-left: 10px;
}
.org_logo_box .right .p img {
  width: 26px;
}
.org_head .swiper.swiper-container_B {
  height: 100%;
  margin: 0 10px;
  padding-bottom: 26px;
}

.org_head .swiper-container_B .swiper-slide {
  border-radius: 0;
  overflow: hidden;
}
.org_head .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 5px !important;
  background: #3e3183 !important;
}
.org_head .swiper-container-tribe .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50px !important;
  background: #3e3183 !important;
}
.Classify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px 5px 15px;
  flex-wrap: wrap;
}
.Classify li {
  font-size: 15px;
  width: 20%;
  margin-top: 10px;
  text-align: center;

  cursor: pointer;
  font-size: 14px;
}
.Classify li span {
  margin: 0 4px;
  color: #656565;
  background: #e6e6e6;
  display: block;
  border-radius: 25px;
  padding: 4px 0;
}
.Classify li.cur span {
  color: #fff;
  background: #423489;
}

.orgBt {
  margin: 10px 10px 0;
  position: relative;
}
.orgBt img {
  width: 100%;
}
.orgBt .initiate {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: 10;
}

.Popular_groups_list {
  overflow: hidden;
  width: auto;
  padding: 0 10px 20px;
}

.Popular_groups_list li {
  width: 100%;
}

.Popular_groups_list li a {
  color: #000;
  display: block;
  background: #fff;
}

.Popular_groups_list li .wrap_list {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.Popular_groups_list li .wrap_list::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ededef; /**/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.Popular_groups_list li:nth-last-child(1) .wrap_list::after {
  border: 0;
}
.Popular_groups_list li .pic {
  overflow: hidden;
  background: #f3f3f3;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.Popular_groups_list li .pic img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

.Popular_groups_list li .pic .tag {
  width: 120px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: -40px;
  top: 10px;
  background: #423489;
  z-index: 10;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Popular_groups_list li .text {
  position: relative;
  margin-left: 140px;
  min-height: 130px;
  font-size: 13px;
}
.Popular_groups_list li .tips {
  font-size: 12px;
  line-height: 14px;
  color: #8496aa;
}
.Popular_groups_list li .lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  position: relative;
  color: #423489;
}

.Popular_groups_list li .lable p {
  border: 1px solid #423489;
  font-size: 11px;
  padding: 0px 8px;
  line-height: 18px;
  border-radius: 20px;
  margin-right: 5px;
  font-weight: bold;
}
.Popular_groups_list li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: #8496aa;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.Popular_groups_list li .price p {
  font-size: 12px;
}
.Popular_groups_list li .price p.red {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
}
.Popular_groups_list li .price p.red i {
  font-size: 12px;
  color: #8496aa;
  padding-left: 2px;
  font-weight: normal;
}

.Popular_groups_list li .user_name {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.Popular_groups_list li .Avatarbox {
  position: relative;
  margin: 2px 0;
  color: #8496aa;
}
.Popular_groups_list li .Avatarbox .avatar {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}
.Popular_groups_list li .Avatarbox .avatar img {
  width: 100%;
  vertical-align: baseline !important;
}
.Popular_groups_list li .Avatarbox .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 60px;
}

.Popular_groups_list li .Avatarbox .name .van-ellipsis {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.Popular_groups_list li .Avatarbox .name .icon {
  height: 18px;
  display: inline-block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 5px;
}
.Popular_groups_list li .Avatarbox .icon i {
  font-size: 16px;
  color: #f00;
  padding-left: 5px;
}
.Popular_groups_list li .Avatarbox .state {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ee9f3a;
  margin: auto;
  font-size: 14px;
}
.Popular_groups_list li .Avatarbox .state.yjs {
  color: #8496aa;
}
/*#endregion#*/

/*#region 组局新版#*/

.BureauList {
  overflow: hidden;
  width: auto;
  padding: 0 10px 20px;
}

.BureauList li {
  width: 100%;
}

.BureauList li a {
  color: #000;
  display: block;
  background: #fff;
}

.BureauList li .wrap_list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.BureauList li .wrap_list::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.BureauList li:nth-last-child(1) .wrap_list::after {
  border: 0;
}

.BureauList li .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.BureauList li .box {
  position: relative;
}

.BureauList li .pic {
  overflow: hidden;
  background: #f3f3f3;
  width: 80px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}

.BureauList li .pic img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

.BureauList li .text {
  position: relative;
  margin-left: 90px;
  height: 105px;
  padding-top: 5px;
  color: #000000;
}
.BureauList li .text > div {
  margin-bottom: 12px;
  font-size: 15px;
  padding-left: 28px;
}

.BureauList li .text > div.time {
  background: url(../images/time.png) left center no-repeat;
  background-size: 24px;
}
.BureauList li .text > div.add {
  background: url(../images/add.png) left center no-repeat;
  background-size: 24px;
}

.BureauList li .text > div.price {
  background: url(../images/price.png) left center no-repeat;
  background-size: 24px;
}

.BureauList li .text > div.price span {
  color: #3e3083;
}

.BureauList li .text .label {
  position: absolute;
  background: #ebebeb;
  color: #3e3083;
  padding: 2px 10px;
  top: 3px;
  right: 0;
  font-size: 13px;
}

.BureauList li .Avatarbox {
  position: relative;
  margin: 15px 0 0;
  color: #8496aa;
}
.BureauList li .Avatarbox .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-right: 90px;
}

.BureauList li .Avatarbox .avatar p {
  overflow: hidden;
  margin-right: 6px;
  height: calc((100vw - 110px) / 7 - 6px);
  width: calc((100vw - 110px) / 7 - 6px);
  max-width: 33px;
  max-height: 33px;
  position: relative;
  border-radius: 50px;
}

.BureauList li .Avatarbox .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.BureauList li .Avatarbox .avatar p.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/more.png) center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 50%;
}

.BureauList li .Avatarbox .avatar p:nth-last-child(1) {
  margin-right: 0;
}
.BureauList li .Avatarbox .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #3e3083;
  margin: auto;
  font-size: 16px;
  background: url(../images/jia01.jpg) right center no-repeat;
  background-size: 30px;
  padding-right: 36px;
}

/*#endregion#*/

/*#region 登陆 注册  找回密码*/

.loginTitle {
  font-size: 20px;
  padding: 40px 20px 20px;
}

.LoginPage .login_list {
  width: 100%;
}
.LoginPage .login_list li {
  overflow: hidden;
  margin: 0 20px 10px;
  position: relative;
}

.LoginPage .login_list li input {
  border: 0px;
  height: 45px;
  background: none;
  color: #9a9998;
  width: 100%;
  font-size: 15px;
}

.LoginPage .login_list li::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e5e6ff;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.LoginPage .login_list li .Mobileyzm {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 14px;
  color: #ec617e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.LoginPage .loginBtn {
  margin: 25px 20px;
}

.login_text {
  width: auto;
  margin: 10px 20px;
  text-align: center;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login_text a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.login_text a.reg {
  color: #ff537b;
}
.LoginFoot {
  width: auto;
  text-align: center;
  overflow: hidden;
  margin: 55px 25px 10px;
}
.LoginFoot .loginfoot_title {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.LoginFoot .loginfoot_title span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: relative;
  font-size: 15px;
  z-index: 10;
  color: #999999;
}
.LoginFoot .loginfoot_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(180deg, transparent 50%, #ebebeb 50%);
}

.LoginFoot a {
  display: block;
  color: #333333;
  font-size: 1.2rem;
  line-height: 25px;
}
.LoginFoot a img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 5px;
}

.LoginPage .protocol {
  margin: 20px;
  line-height: 24px;
  font-size: 14px;
}
.LoginPage .protocol a {
  color: #ec617e;
}
.LoginPage .protocol .icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 0px;
  display: inline-block;
  font-size: 18px;
  height: 23px;
  width: 23px;
  background: url(../images/gou.png) center center no-repeat;
  background-size: 80%;
}

.LoginPage .protocol .icon.cur {
  background: url(../images/curgou.png) center center no-repeat;
  background-size: 80%;
}

.registerPage {
  padding-top: 20px;
}
/*#endregion*/

/*#region 个人详情#*/
.detail_head {
  overflow: hidden;
  position: relative;
  padding: 20px 0 0;
  z-index: 5;
}
.detail_head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url(../images/head.jpg) center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.detail_head .avatarImg {
  position: relative;
  z-index: 10;
}
.detail_head .avatarImg a {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  position: relative;
}
.detail_head .avatarImg a img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.detail_head .avatarImg a span {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.detail_head .avatarImg a span.man {
  background: url(../images/man.png) center bottom no-repeat;
  background-size: 100%;
}

.detail_head .avatarImg a span.woman {
  background: url(../images/woman.png) center bottom no-repeat;
  background-size: 100%;
}

.detail_head .user_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ec6182;
  margin: 8px 30px 0;
}
.detail_head .user_name .van-ellipsis {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.detail_head .user_name .icon {
  height: 18px;
  display: inline-block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 5px;
  background: url(../images/vip1.jpg) left center no-repeat;
  background-size: auto 100%;
}
.detail_head .user_name .icon img {
  height: 100%;
}
.detail_head .wyz_tips {
  text-align: center;
  color: #18243c;
  padding-top: 15px;
  vertical-align: middle;
  font-size: 15px;
}
.detail_head .wyz_tips i {
  padding: 0 8px;
  color: #dddddd;
  font-weight: normal;
}
.detail_head .Popularity {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  height: 30px;
  color: #fff;
  z-index: 5;
}

.detail_box {
  margin: 20px 20px;
  border-radius: 8px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 10px #e1e1e1;
  -webkit-box-shadow: 0px 0px 10px #e1e1e1;
  box-shadow: 0px 0px 10px #e1e1e1;
  position: relative;
}

.detail_box .realNameStatus {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 20px;
  bottom: 20%;
  margin: auto;
  background: url(../images/sm.png) center center no-repeat;
  background-size: 100%;
  z-index: 15;
}

.detail_box .box_bt {
  font-size: 16px;
  color: #ec617e;
  position: relative;
  padding: 10px 10px 10px 26px;
}

.detail_box .box_bt::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 3px;
  height: 40%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ec617e;
}
.detail_box .box_bt::before {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e9e8ed;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.detail_box .box_nr {
  padding: 10px 10px;
}

.personalInfor {
  overflow: hidden;
}

.personalInfor li {
  position: relative;
  padding: 14px 5px;
  background: #fff;
  font-size: 14px;
  color: #1c203b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.personalInfor li::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ededef; /*ededef*/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.personalInfor li.last:after {
  border: 0;
}

.personalInfor li .right_value {
  color: #575757;
  line-height: 16px;
  text-align: left;
  width: 100px;
}

.hori_list {
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
.hori_list::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ededef; /**/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.hori_list.last::after {
  border: 0;
}
.hori_list.last {
  padding-bottom: 0;
}
.hori_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}

.hori_list ul li {
  background: #fcedf2;
  padding: 2px 10px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.hori_list ul.blue li {
  background: #f3f3ff;
}

.hori_list ul.yellow li {
  background: #fdf8e5;
}

.Baseli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}
.Baseli li {
  background: #fcedf2;
  padding: 2px 10px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.Family_status {
  text-align: center;
  padding: 15px;
  color: #656565;
}
.Family_status span {
  color: #ec617e;
}
.Family_status .btn {
  margin-top: 15px;
  width: 60%;
}

.detail_infor {
  width: auto;
  overflow: hidden;
  background: #fff;
  padding: 20px 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.detail_infor::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 15px;
  top: 0;
  left: 15px;
  border-top: 1px solid #ededef; /**/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.detail_infor li {
  width: 33.33%;
  background: #fff;
}
.detail_infor li a {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #9a9da6;
  line-height: 23px;
}

.detail_infor li a.cur {
  color: #000;
}

.detail_infor li a img {
  width: 100%;
  height: auto;
  max-width: 30px;
  margin-bottom: 3px;
}

.photoAlbum {
  width: auto;
  margin: 0 20px 20px;
}
.photoAlbum .swiper-slide {
  width: 90px;
  position: relative;
}

.photoAlbum .swiper-slide .pic {
  width: 80px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  display: block;
  overflow: hidden;
}
.photoAlbum .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}

#origin-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
}

#origin-img .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}

.detail_contact_text {
  text-align: center;
  color: #9597a3;
  font-size: 14px;
}

/*#region 更多推荐#*/

.recommend_list {
  overflow: hidden;
  width: auto;
  padding: 5px 15px;
}

.recommend_list li {
  width: 100%;
}

.recommend_list li a,
.recommend_list li .box {
  color: #000;
  display: block;
  background: #fff;
}

.recommend_list li .wrap_list {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.recommend_list li .wrap_list::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ededef; /**/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.recommend_list li:nth-last-child(1) .wrap_list::after {
  border: 0;
}
.recommend_list li .pic {
  overflow: hidden;
  background: #f3f3f3;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.recommend_list li .pic img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  text-align: center;
}
.recommend_list li .text {
  position: relative;
  margin-left: 95px;
  min-height: 80px;
  font-size: 13px;
}

.recommend_list li .title {
  overflow: hidden;
  line-height: 18px;
  font-size: 16px;
  color: #333333;
  display: block;
  position: relative;
}
.recommend_list li .title .left {
  font-weight: bold;
}
.recommend_list li .title .left span {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}

.recommend_list li .lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  color: #8496aa;
  position: relative;
}

.recommend_list li .lable p {
  background: #eeeff3;
  font-size: 12px;
  padding: 0px 8px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.recommend_list li .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.recommend_list li .operate p {
  width: 40px;
  margin-top: 10px;
  margin-right: 10px;
}
.recommend_list li .operate p img {
  width: 100%;
}

.recommend_list li .user_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.recommend_list li .user_name .van-ellipsis {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.recommend_list li .user_name .icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  display: inline-block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 5px;
}
.recommend_list li .user_name .sm {
  background: url(../images/lable_sm.jpg) left center no-repeat;
  background-size: auto 100%;
}
.recommend_list li .user_name .vip {
  background: url(../images/lable_vip.jpg) left center no-repeat;
  background-size: auto 100%;
}
/*#endregion#*/

.detail_foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 5px 15px;
  border-top: 1px solid #d9d9d9;
}
.detail_foot .li {
  color: #000000;
  font-size: 14px;
}
.detail_foot .li a {
  padding: 10px 0;
  display: block;
  padding-left: 30px;
}
.detail_foot .li:nth-child(1) {
  background: url(../images/guanzhu.png) left center no-repeat;
  background-size: 24px;
}

.detail_foot .li:nth-child(3) {
  background: url(../images/icon24.png) left center no-repeat;
  background-size: 24px;
}

.detail_foot .li.contact {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3px;
  z-index: 10;
  text-align: center;
  width: 100px;
}
.detail_foot .li.contact a {
  padding-left: 0;
}
.detail_foot .li.contact img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.detail_foot .li.contact .icon {
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-shadow: 0px 0px 10px #e1e1e1;
  -webkit-box-shadow: 0px 0px 10px #e1e1e1;
  box-shadow: 0px 0px 10px #e1e1e1;
  position: relative;
  z-index: 1;
}

.detail_foot .li.contact p {
  position: relative;
  margin-top: -8px;
  display: block;
  background: #fff;
  z-index: 5;
}

.report {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 20;
}
.report .li {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
}
.report .li a {
  display: block;
  color: #fff;
}
/*#endregion#*/

/*#region 消息#*/

.infor_ul {
  width: auto;
  margin: 0 10px;
}
.infor_ul li {
  position: relative;
  font-size: 16px;
}
.infor_ul li a {
  padding: 20px 15px 20px 45px;
  color: #000;
  display: block;
  position: relative;
  background: url(../images/o.png) right center no-repeat #fff;
  background-size: 7px;
  width: auto;
}

.infor_ul li .img {
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.infor_ul li .img img {
  width: 100%;
}
.infor_ul li a:before {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ededef; /**/
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.infor_ul li:nth-last-child(1) a:before {
  height: 0;
}

/*#endregion#*/

/*#region 发现列表#*/

.findTop {
  background: #fff;
  padding: 10px 15px;
}
.findTop img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.activityList li {
  display: block;
  margin: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;

  -moz-box-shadow: 0px 0px 10px #e8e8e8;
  -webkit-box-shadow: 0px 0px 10px #e8e8e8;
  box-shadow: 0px 0px 10px #e8e8e8;
}
.activityList li a {
  color: #999999;
  font-size: 13px;
  display: block;
  overflow: hidden;
  line-height: 22px;
}

.activityList li .pic {
  position: relative;
  margin: 15px 15px 0;
  border-radius: 10px;
  overflow: hidden;
}

.activityList li .pic img {
  width: 100%;
  display: block;
}

.activityList .text {
  padding: 10px 15px;
  font-size: 14px;
}
.activityList li .title {
  z-index: 1;
  position: relative;
  font-size: 16px;
  color: #222222;
  margin-bottom: 5px;
}
/*#endregion#*/

/*#region 会员中心#*/
.head_mem {
  overflow: hidden;
  position: relative;
  padding: 10px 0 45px;
  z-index: 5;
  background-image: -webkit-linear-gradient(top, #ff537b, #f18199);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff537b), to(#f18199));
  background: -moz-linear-gradient(top, #ff537b, #f18199); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff537b,endColorstr=#f18199,grandientType=0);
}
.head_mem .avatarImg {
  position: relative;
}
.head_mem .avatarImg > a {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden;
}
.head_mem .avatarImg img {
  width: 90px;
  height: 90px;
}
.head_mem .wyz_title {
  color: #333333;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  z-index: 10;
}
.head_mem .wyz_title span,
.head_mem .wyz_title a {
  background: #f9d277;
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}

.head_mem .wyz_tips {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 15px;
}
.head_mem .wyz_tips i {
  font-weight: bold;
  font-size: 28px;
  padding: 0 4px;
  vertical-align: middle;
}
.head_mem .SZ {
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/sz.png) center center no-repeat;
  background-size: 25px;
  display: block;
  width: 30px;
  height: 30px;
}
.head_mem .red_line {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  text-align: center;
  color: #fff;
}

.head_mem .red_line .btn {
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  display: block;
  width: auto;
}
.mem_top_box {
  width: 100%;
  overflow: hidden;
}
.Home_num_top {
  width: auto;
  position: relative;
  margin: -20px 20px 0;
  z-index: 10;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 10;
  -moz-box-shadow: 1px 5px 5px #e4e4e4;
  -webkit-box-shadow: 1px 5px 5px #e4e4e4;
  box-shadow: 1px 5px 5px #e4e4e4;
  background: #fff;
  padding: 15px 0 10px;
}
.Home_num_top li {
  width: 33.33%;
  position: relative;
  line-height: 22px;
  text-align: center;
}
.Home_num_top li a {
  color: #000;
  font-size: 15px;
  display: block;
}
.Home_num_top li font {
  font-size: 14px;
  display: block;
  color: #000;
}
.mem_vip {
  margin: 0 40px 20px;
  display: block;
}
.mem_vip img {
  width: 100%;
  position: relative;
  z-index: 15;
}

/*导航*/
.in_nav_wrap {
  width: auto;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.in_nav_wrap li {
  width: 25%;
  background: #fff;
  margin-bottom: 15px;
}
.in_nav_wrap li a {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #292929;
  line-height: 23px;
}
.in_nav_wrap li a:hover {
  color: #292929;
}
.in_nav_wrap li a:visited {
  color: #292929;
}
.in_nav_wrap li a img {
  width: 100%;
  height: auto;
  max-width: 50px;
  margin-bottom: 3px;
}

/*#endregion#*/

/*#region 我的相册#*/
.album_tips {
  margin: 20px;
  border: 1px solid #ebe8bd;
  padding: 4px 8px;
  color: #8b8355;
  font-size: 12px;
  background: #fffeea;
}
.album_nodata {
  width: 50%;
  text-align: center;
  margin: 40px auto;
  color: #96959b;
}
.album_nodata img {
  width: 100%;
  margin-bottom: 20px;
}
.album_btn {
  margin: 20px;
  position: relative;
}

.album_btn .fileBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.public_album_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px 0;
}
.public_album_btn .text {
  margin-left: 10px;
  color: #000;
  font-size: 14px;
}

.album_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}

.album_list li {
  width: 33.33%;
  text-align: center;
  color: #676767;
  margin-bottom: 20px;
}

.album_list li .pic {
  margin: 0 10px;
  width: calc(((100vw - 20px) / 3) - 20px);
  height: calc(((100vw - 20px) / 3) - 20px);
  border: 1px solid #efefef;
  max-height: 140px;
  max-width: 140px;
}

.album_list li .pic img {
  object-fit: contain;
  position: relative;
  width: 100%;
  height: 100%;
}

.album_list li .txt {
  padding: 5px 0;
  font-size: 14px;
}
.album_list li .sub_btn {
  margin: 0 auto;
  background: #e8616f;
  display: block;
  text-align: center;
  padding: 2px 0;
  width: 60px;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*#endregion#*/

/*#region 系统设置#*/

.setup_ul {
  width: auto;
  margin: 0 20px 40px;
}
.setup_ul li {
  position: relative;
  font-size: 16px;
}
.setup_ul li a {
  padding: 15px 15px 15px 0;
  color: #000;
  display: block;
  position: relative;
  background: url(../images/o.png) right center no-repeat #fff;
  background-size: 7px;
  width: auto;
}

.setup_ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(180deg, transparent 50%, #ebebeb 50%);
  /*background-image: linear-gradient(180deg, transparent 50%, #ebebeb 50%);*/
}

.setup_ul .public_album_btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  bottom: 0;
}
.setup_ul .public_album_btn .text {
  margin-right: 5px;
  font-size: 13px;
}
.setup_ul .right {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.setup_ul .public_album_btn .text {
  color: #98999e;
}
/*#endregion#*/

/*#region 个人信息#*/
.personal_tips {
  margin: 20px;
  border: 1px solid #ebe8bd;
  padding: 4px 8px;
  color: #8b8355;
  font-size: 12px;
  background: #fffeea;
}
.personal_ul {
  width: auto;
  margin: 0 20px 20px;
}
.personal_ul li {
  position: relative;
  padding: 15px 15px 15px 0;
  color: #000;
  display: block;
  background: url(../images/o.png) right center no-repeat #fff;
  background-size: 7px;
  width: auto;
  overflow: hidden;
}

.personal_ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(180deg, transparent 50%, #ebebeb 50%);
}

.personal_ul .right {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
  overflow: hidden;
  color: #ed7d97;
  text-align: right;
}
.personal_ul .right input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  text-align: right;
  color: #ed7d97;
}

.personal_ul li.no_arrow {
  background: #fff;
  padding-right: 0;
}
.personal_ul li.no_arrow .right {
  right: 0;
}
.personal_ul li.avatar {
  height: 80px;
}
.personal_ul li.avatar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.personal_ul li.avatar .right .pic {
  width: 80px;
  height: 80px;
  margin-left: 10px;
  position: relative;
}
.personal_ul li.avatar .right .pic img {
  width: 100%;
}

.personal_btn {
  width: 90px;
  padding: 6px 0;
  background: #eb607d;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  margin: 0 auto 20px;
  text-align: center;
}
.personal_ul li.avatar .right .pic.upload {
  background: url(../images/jia.jpg) center center no-repeat #f5f5f5;
  background-size: 80%;
}
.personal_ul li.avatar .right .upload .fileBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*#endregion#*/

/*#region 联系我们#*/
.contactBox {
  background: url(../images/homebj.png) center top no-repeat #efefef;
  background-size: 100%;
  min-height: 90vh;
  overflow: hidden;
}

.contactBox .bt {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 20px 20px 20px;
}

.contactBox .contact_ul li {
  margin: 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #e8e8e8;
  -webkit-box-shadow: 0px 0px 10px #e8e8e8;
  box-shadow: 0px 0px 10px #e8e8e8;
}

.contactBox .contact_ul li:nth-child(1):after {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 120px;
  height: 48px;
  background: url(../images/hua.png) center center no-repeat;
  background-size: 100%;
  z-index: 10;
}

.contactBox .contact_ul li .pic {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contactBox .contact_ul li .pic img {
  width: 100%;
}

.contactBox .contact_ul li .text {
  padding: 40px 0 40px 115px;
}

.contactBox .contact_ul li .text strong {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.contactBox .contact_ul li .text .lx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contactBox .contact_ul li .text .lx a {
  display: block;
  margin-right: 20px;
  background: url(../images/wxicon.jpg) left center no-repeat;
  background-size: 20px;
  padding-left: 25px;
}

.contactBox .contact_ul li .text .lx a:nth-child(2) {
  margin-right: 0;
  background: url(../images/telicon.jpg) left center no-repeat;
  background-size: 20px;
}

.contact_foot {
  margin: 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  height: 400px;
  -moz-box-shadow: 0px 0px 10px #e8e8e8;
  -webkit-box-shadow: 0px 0px 10px #e8e8e8;
  box-shadow: 0px 0px 10px #e8e8e8;
  color: #000;
}

.contact_foot .title {
  margin: 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.contact_foot .title span {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.contact_foot .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 6px;
  bottom: 0;
  background: #f2acbd;
  margin: auto;
  border-radius: 10px;
}
.contact_foot .nr {
  padding: 0 20px;
}
.contact_foot .nr p {
  margin-bottom: 10px;
}

.contact_foot .ewm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #dddddd;
  margin: 20px 20px 0;
}
.contact_foot .ewm p {
  margin: 0 20px;
  text-align: center;
}
.contact_foot .ewm p img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
/*#endregion#*/

/*#region 更多搜索#*/
.searchTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px;
}
.searchTitle li {
  padding: 10px 0;
  font-size: 16px;
  width: 50%;
  text-align: center;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
}

.searchTitle li.cur {
  font-size: 16px;
  color: #ec617e;
  background: url(../images/typeicon.jpg) center bottom no-repeat;
  background-size: 24px;
  font-weight: bold;
}

.shearch_content {
  margin: 10px 20px 0;
  display: none;
}

.shearch_content .list {
  margin-bottom: 15px;
}

.shearch_content .list .bt {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.shearch_content .list .bt span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}

.shearch_content .list .inp {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 10px;
}
.shearch_content .list .inp input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.shearch_content .list .text {
  position: relative;
}
.shearch_content .list .text .nr_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.shearch_content .list .text .nr_ul li {
  border: 1px solid #bbbbbb;
  padding: 6px 0;
  font-size: 14px;
  color: #333333;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  margin-right: 3.33%;
  margin-top: 10px;
}

.shearch_content .list .text .nr_ul li:nth-child(3n) {
  margin-right: 0;
}

.shearch_content .list .text .nr_ul li.cur {
  color: #ec617e;
  border: 1px solid #ec617e;
}

.shearch_content .list .text .slider_box {
  padding: 20px 10px;
  margin-bottom: 40px;
}

.shearch_content .list .text .slider_box .theme-green .back-bar .pointer {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50px !important;
  top: -10px !important;
  background: url(../images/huk.png) center center no-repeat #fff;
  background-size: 50%;
  border: 1px solid #dbdbdb !important;
  -moz-box-shadow: 0px 3px 10px #d1d1d1;
  -webkit-box-shadow: 0px 3px 10px #d1d1d1;
  box-shadow: 0px 3px 10px #d1d1d1;
}
.shearch_content .list .text .slider_box .theme-green .back-bar {
  height: 10px !important;
}
.shearch_content .list .text .slider_box .theme-green .back-bar .selected-bar {
  background: #eb96ad !important;
}
.shearch_content .list .text .slider_box .slider-container .scale {
  top: 20px !important;
}
.shearch_content .list .text .slider_box .slider-container .scale ins {
  font-size: 14px !important;
  color: #000 !important;
}

.search_advanced_ul {
  width: auto;
  margin: 0 0 0;
}
.search_advanced_ul li {
  position: relative;
  font-size: 16px;
  padding: 15px 15px 15px 0;
  color: #000;
  display: block;
  position: relative;
  background: url(../images/o.png) right center no-repeat #fff;
  background-size: 7px;
  width: auto;
}

.search_advanced_ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(180deg, transparent 50%, #ebebeb 50%);
}

.search_advanced_ul .right {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999999;
}

.search_foot {
  height: 60px;
  padding: 0 10px;
  z-index: 1000;
  overflow: hidden;
  /* position: fixed;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0; */
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  -moz-box-shadow: 0px 0px 10px #e8e8e8;
  -webkit-box-shadow: 0px 0px 10px #e8e8e8;
  box-shadow: 0px 0px 10px #e8e8e8;
}

.search_foot .sear_btn {
  width: 50%;
  background: #ec617e;
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ec617e;
  -moz-box-shadow: 0px 3px 10px #f8d6de;
  -webkit-box-shadow: 0px 3px 10px #f8d6de;
  box-shadow: 0px 3px 10px #f8d6de;
}

.search_foot .sear_btn.grey {
  background: #bbbbbb;
  -moz-box-shadow: 0px 3px 10px #d1d1d1;
  -webkit-box-shadow: 0px 3px 10px #d1d1d1;
  box-shadow: 0px 3px 10px #d1d1d1;
}
.search_foot .sear_btn span {
  padding-left: 20px;
  display: inline-block;
  background: url(../images/s01.png) left center no-repeat;
  background-size: 16px;
}
.search_foot .sear_btn.grey span {
  background: url(../images/del.png) left center no-repeat;
  background-size: 16px;
}
/*#endregion#*/

/*#region 底部#*/
footer {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 200;
  overflow: hidden;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  background: #fff;
}
footer a {
  color: #9b9b9b;
  height: 44px;
  padding-top: 6px;
  text-align: center;
  line-height: 17px;
  display: block;
  width: 100%;
  font-size: 12px;
  -webkit-box-flex: 1;
}
footer a i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;

  color: #7e7e7e;
}
footer a:hover {
  color: #7e7e7e;
}
footer a:visited {
  color: #7e7e7e;
}
footer #act01 i {
  background-image: url(../images/foot/f01a.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act02 i {
  background-image: url(../images/foot/f02a.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act03 i {
  background-image: url(../images/foot/f03a.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act04 i {
  background-image: url(../images/foot/f04a.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act05 i {
  background-image: url(../images/foot/f05a.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act01.cur i {
  background-image: url(../images/foot/f01.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act02.cur i {
  background-image: url(../images/foot/f02.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act03.cur i {
  background-image: url(../images/foot/f03.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act04.cur i {
  background-image: url(../images/foot/f04.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer #act05.cur i {
  background-image: url(../images/foot/f05.png);
  background-repeat: no-repeat;
  background-size: 24px;
}
footer a.cur {
  color: #f52060;
}

footer a#act02.cur {
  color: #423489;
}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(0deg, transparent 50%, #ebebeb 50%);
}

/*#endregion#*/

/*#region 跳转#*/
.jumpWrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1000;
}
.jumpWrap .jumpBox {
  width: auto;
  border: 1px solid #d9d9d9;
  border-bottom: 4px solid #d9d9d9;
  padding: 30px;
  font-size: 15px;
  color: #000;
  width: calc(100vw - 140px);
  font-weight: bold;
}
.jumpWrap .jumpBox p > a {
  color: #000;
  text-decoration: underline;
}
.jumpWrap .jumpBox p.red {
  margin-bottom: 5px;
  color: #f55a86;
}
.jumpWrap .jumpBox .jump_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.jumpWrap .jumpBox .jump_btn a {
  width: 44%;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 4px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  border-radius: 50px;
  font-weight: normal;
}

.jumpWrap .jumpBox .jump_btn a.red {
  color: #fff;
  background: #f55a86;
  border: 1px solid #f55a86;
}
/*#endregion#*/

/*#region 友圈#*/

.FriShip_nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 44px;
  z-index: 100;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.FriShip_nav li {
  padding: 15px 0;
  font-size: 16px;
  width: 25%;
  text-align: center;
  color: #9e9e9e;
  cursor: pointer;
  position: relative;
}

.FriShip_nav li.cur::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 4px;
  border-radius: 20px;
  margin: auto;
  background: #cc341f;
}

.FriShipBox {
  padding-top: 54px;
  overflow: hidden;
  padding-bottom: 10px;
  background: #f7f7f7;
}

.FriShipBox li {
  margin-top: 10px;
  background: #fff;
  padding: 15px 20px 5px;
}

.FriShipBox li .box .Avatar {
  position: relative;
}
.FriShipBox li .box .Avatar .text {
  padding-left: 55px;
  padding-right: 50px;
  width: 60%;
  color: #8c8c8c;
  padding-top: 2px;
}
.FriShipBox li .box .Avatar .text .title {
  color: #484848;
  font-size: 16px;
}
.FriShipBox li .box .Avatar .text .title img {
  width: 16px;
}
.FriShipBox li .box .Avatar .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50px;
}
.FriShipBox li .box .Avatar .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FriShipBox li .box .Avatar .show {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  padding: 0 10px 0 30px;
  color: #696969;
  display: block;
  background: url("../images/si01.png") 10px center no-repeat;
  background-size: 16px;
}

.FriShipBox li .box .content {
  padding: 10px 0;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
}

.FriShipBox li .box .content .label {
  border-radius: 5px;
  padding: 2px 6px 2px 20px;
  color: #fff;
  line-height: 18px;
  font-size: 13px;
  margin-right: 5px;
  background: url("../images/js.png") 5px center no-repeat #ed7a4d;
  background-size: 12px;
}

.FriShipBox li .box .album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.FriShipBox li .box .album p {
  margin-bottom: 5px;
  width: calc((100vw - 50px) / 3);
  height: calc((100vw - 50px) / 3);
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 5px;
}
.FriShipBox li .box .album p:nth-child(3n) {
  margin-right: 0;
}
.FriShipBox li .box .album p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FriShipBox li .box .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 40px;
  color: #454545;
  font-size: 16px;
}

.FriShipBox li .box .operate p {
  padding-left: 30px;
  white-space: nowrap;
  line-height: 24px;
  height: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
.FriShipBox li .box .operate p.cur {
  color: #ee7a7d;
}
.FriShipBox li .box .operate p:nth-child(1) {
  background: url("../images/si01.png") left center no-repeat;
  background-size: 24px;
}

.FriShipBox li .box .operate p:nth-child(2) {
  background: url("../images/si02.png") left center no-repeat;
  background-size: 22px;
}

.FriShipBox li .box .operate p:nth-child(3) {
  background: url("../images/si03.png") left center no-repeat;
  background-size: 22px;
}
.FriShipBox li .box .operate p:nth-child(3).cur {
  background: url("../images/si03a.png") left center no-repeat;
  background-size: 22px;
}
/*#endregion#*/

/*#region 友圈详情#*/

.FriShipShowBox {
  overflow: hidden;
  padding-bottom: 10px;
  background: #f7f7f7;
}

.FriShipShowBox .box {
  background: #fff;
  padding: 15px 20px 5px;
}

.FriShipShowBox .box .Avatar {
  position: relative;
}
.FriShipShowBox .box .Avatar .text {
  padding-left: 55px;
  padding-right: 50px;
  width: 60%;
  color: #8c8c8c;
  padding-top: 2px;
}
.FriShipShowBox .box .Avatar .text .title {
  color: #484848;
  font-size: 16px;
}
.FriShipShowBox .box .Avatar .text .title img {
  width: 16px;
}
.FriShipShowBox .box .Avatar .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50px;
}
.FriShipShowBox .box .Avatar .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FriShipShowBox .box .Avatar .show {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 0 20px;
  color: #696969;
  display: block;
}

.FriShipShowBox .box .content {
  padding: 10px 0;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
}

.FriShipShowBox .box .content .label {
  border-radius: 5px;
  padding: 2px 6px 2px 20px;
  color: #fff;
  line-height: 18px;
  font-size: 13px;
  margin-right: 5px;
  background: url("../images/js.png") 5px center no-repeat #ed7a4d;
  background-size: 12px;
}

.FriShipShowBox .box .album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.FriShipShowBox .box .album p {
  margin-bottom: 5px;
  width: calc((100vw - 50px) / 3);
  height: calc((100vw - 50px) / 3);
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 5px;
}
.FriShipShowBox .box .album p:nth-child(3n) {
  margin-right: 0;
}
.FriShipShowBox .box .album p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FriShipShowBox .box .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 35px 40px;
  color: #454545;
  font-size: 16px;
}

.FriShipShowBox .box .operate p {
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.FriShipShowBox .box .operate p span {
  padding: 4px 20px 4px 40px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
}
.FriShipShowBox .box .operate p span.cur {
  color: #f55a86;
}
.FriShipShowBox .box .operate p:nth-child(1) span {
  background: url("../images/si01.png") 20px center no-repeat;
  background-size: 16px;
}

.FriShipShowBox .box .operate p:nth-child(2) span {
  background: url("../images/si03.png") 20px center no-repeat;
  background-size: 16px;
}

.FriShipShowBox .box .operate p:nth-child(2) span.cur {
  background: url("../images/si03a.png") 20px center no-repeat;
  background-size: 16px;
}

.FriShipShowBox .box .likeTxt {
  text-align: center;
  font-size: 14px;
  color: #949494;
}

.FriShipShowBox .box .Avatarbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  color: #8496aa;
}

.FriShipShowBox .box .Avatarbox p {
  overflow: hidden;
  margin-right: 6px;
  margin-bottom: 6px;
  height: calc((100vw - 40px) / 8 - 6px);
  width: calc((100vw - 40px) / 8 - 6px);
  max-width: 43px;
  max-height: 43px;
  position: relative;
  border-radius: 50px;
}

.FriShipShowBox .box .Avatarbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.FriShipShowBox .box .Avatarbox p:nth-last-child(1) {
  margin-right: 0;
}

.FriShipShowBox .box .Avatarbox p.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/more.png) center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 50%;
}

.FriShipShowBox .EvaluationBox {
  margin-top: 10px;
  overflow: hidden;
  background: #fff;
}

.FriShipShowBox .EvaluationBox .Evaluation_bt {
  color: #000;
  padding: 15px 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.FriShipShowBox .EvaluationBox .Evaluation_bt span {
  font-size: 15px;
  padding-left: 4px;
}
.FriShipShowBox .EvaluationBox .Evaluation_nr {
  width: auto;
  overflow: hidden;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li {
  padding: 15px 15px;
  background: #fff;
  position: relative;
}
.FriShipShowBox .EvaluationBox .Evaluation_nr li::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ebedf0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img {
  position: relative;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .pic {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  overflow: hidden;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .pic img {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .Evaluation_text {
  width: auto;
  margin-left: 45px;
  color: #929292;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 36px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .links {
  font-size: 15px;
  color: #929292;
  padding-left: 20px;
  background: url(../images/si03.png) left center no-repeat;
  background-size: 16px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .links.cur {
  background: url(../images/si03a.png) left center no-repeat;
  background-size: 16px;
  color: #f55a86;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .img .Evaluation_text img {
  width: 60px;
  margin-top: -5px;
  margin-right: 5px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .Evaluation_con {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  margin-left: 45px;
  position: relative;
  margin-bottom: 5px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .data {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 24px;
  margin-left: 45px;
  position: relative;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .data span {
  margin-left: 10px;
  color: #333;
}
/* 
.FriShipShowBox .EvaluationBox .Evaluation_nr li .answerBox {
  padding-left: 0;
  padding-top: 5px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .answerBox .answer .Evaluation_con {
  margin-left: 32px;
  padding-top: 0;
  font-size: 13px;
  line-height: 20px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .answerBox .answer .img {
  height: 24px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .answerBox .answer .Evaluation_text {
  height: 24px;
  margin-left: 32px;
}

.FriShipShowBox .EvaluationBox .Evaluation_nr li .answerBox .answer .Evaluation_text strong {
  font-size: 13px;
} 
.FriShipShowBox .EvaluationBox .Evaluation_nr .answer {
  font-size: 14px;
  margin-left: 45px;
  margin-top: 10px;
  color: #000;
}
*/

.goods-action {
  padding: 0 0 0 15px;
  -moz-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5);
  height: 60px;

  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}

.goods-action .Rewritebtn {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 50px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  margin-right: 20px;
  padding: 0 15px;
}

.goods-action .Rewritebtn .text {
  width: 100%;
}
.goods-action .Rewritebtn .text input {
  height: 40px;
  width: 100%;
  border: 0;
  background: none;
}

.goods-action .goods-action-icon {
  width: 70px;
  min-width: 70px;
  text-align: center;
  height: 100%;
  position: relative;
}

.goods-action .goods-action-icon:nth-last-child(1) {
  background: url("../images/si03.png") left center no-repeat;
  background-size: 22px;
}

.goods-action .goods-action-icon:nth-last-child(2) {
  background: url("../images/si02.png") left center no-repeat;
  background-size: 22px;
}
.goods-action .goods-action-icon span {
  position: absolute;
  left: 24px;
  top: 10px;
}
/*#endregion#*/

/*#region 弹窗#*/
.friends-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, -110%, 0);
  -webkit-overflow-scrolling: touch;
  z-index: 505;
}
.friends-popup.cur {
  transform: translate3d(0, 0, 0);
}
.friends-popup.popup--top {
  top: 0;
  left: 0;
  width: 100%;
}
.friends-popup .searchTab {
  position: relative;
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.van-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 504;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.friendsBody {
  overflow: hidden;
}
/*#endregion#*/

/*#region 小屏幕兼容#*/
@media screen and (max-width: 320px) {
  .BureauList li .text .label,
  .Index_activi_list li .label .s_btn {
    display: none;
  }
}
/*#endregion#*/
