/*供应商个人中心*/
.gys_body {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.335rem 0 0;
}
.gys_body::before {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to right, #def2ff, #f0f5ff, #e4ecff);
  z-index: -1;
}
.gys_body::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  background-image: linear-gradient(to top, #f7f8fc, transparent);
  z-index: 1;
}
.gys_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 95%;
  margin: 0 auto;
  padding: 0.865rem 0 0.235rem;
  position: relative;
  z-index: 2;
}

.gys_top .gys_top_img {
  width: 2.755rem;
  height: 2.755rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.345rem;
  border: 0.085rem solid #c2cfd0;
  background-color: #fff;
}
.gys_top_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.gys_top .gys_top_title {
  width: 11rem;
}

.gys_top .gys_top_title h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gys_top_title_bt {
  display: flex;
  margin: 0.025rem 0;
  color: #666;
}

.gys_order {
  background: var(--blue);
  margin: 0.35rem auto 0;
  padding: 0.35rem 0;
  position: relative;
  z-index: 2;
}
.gys_order_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gys_order_list a {
  width: 20%;
  text-align: center;
  font-size: 0.59rem;
  color: #fff;
  position: relative;
  padding: 0.2rem 0;
}
.gys_order_list a span {
  color: #fff;
  position: absolute;
  top: 0.2rem;
  right: 0.15rem;
  background: #f55;
  border-radius: 50%;
  width: 0.78rem;
  height: 0.78rem;
  font-size: 0.5rem;
  line-height: 0.78rem;
}
.gys_order_list a i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.945rem;
}
.gys_order_list a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.gys_notice {
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
}

.gyssj_bt {
  margin: 0.35rem auto;
  background-color: #fff;
}
.gyssj_bt ul {
  display: flex;
  align-items: center;
  padding: 0.535rem 0 0;
  flex-wrap: wrap;
}
.gyssj_bt ul li {
  width: 33.33%;
  margin-bottom: 0.5rem;
}
.gyssj_bt ul li a {
  text-align: center;
  line-height: 0.852rem;
  font-size: 0.548rem;
  color: #666;
}
.gyssj_bt ul li a i {
  color: #333;
  font-size: 0.769rem;
  line-height: 1.25rem;
  font-family: DIN;
}
.xiaoxi1 {
  position: absolute;
  right: 0%;
  top: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.xiaoxi1 a span {
  font-size: 0.85rem;
  color: #666;
}
.index_notice1 {
  display: flex;
  padding: 0.335rem 0.5rem;
  background: #fff;
  width: 95%;
  margin: 0.335rem auto 0;
  border-radius: 0.335rem;
  align-items: center;
  justify-content: space-between;
}
.index_notice1 > a {
  display: flex;
}
.index_notice1 > a img {
  width: 1.38rem;
}

.index_notice1 > div {
  width: calc(100% - 2rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.demopage {
  margin: 0;
  width: calc(100% - 1.68rem);
}
/* scrollDiv */
.scrollDiv {
  height: 1.475rem; /* 必要元素 */
  line-height: 1.475rem;
  overflow: hidden; /* 必要元素 */
  text-align: center;
}
.scrollDiv li {
  height: 1.475rem;
}
.scrollDiv li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.58rem;
  justify-content: space-between;
}
.scrollDiv li a i {
  margin-left: 0.235rem;
  color: #999;
}
.scrollDiv li:nth-child(1n) a {
  color: #333;
}
#s2,
#s3 {
  height: 5rem;
}

/* 我的 */

.user_top {
  padding: 1rem 0;
  font-size: 0.59rem;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 9.01rem;
  margin-bottom: 1.135rem;
  background-position-y: 0rem;
  position: relative;
  background-image: url("../img/body_bg2.png");
  z-index: 0;
  position: relative;
  /* background: linear-gradient(60deg, #b4efdb, #90dbe0,#82b0ee,#cecef4); */
}
.user_top::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 30%, #f7f8fc);
  /* content: ""; */
  width: 100%;
  height: 50%;
  z-index: -1;
}
.user_top .user_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94%;
  margin: 0 auto;
  padding: 1rem 0 1rem;
  border-radius: 0.5rem;
  padding: 0.3rem 0;
}

.user_top .xiaoxi {
  position: absolute;
  right: 3%;
  top: 0%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.user_top .user_top_img {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.435rem;
  border: 4px solid #ffbc00;
  background-color: #fff;
}

.user_top .user_top_img img {
  width: 100%;
  height: auto;
  /* max-width: 100%;
	max-height: 100%; */
  display: block;
  object-fit: contain;
}

.user_top .user_top_title {
  height: 4.25rem;
  width: 10.3rem;
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: space-evenly;
}
.user_top_title_xiaoxi {
  display: flex;
  justify-content: space-between;
}
.user_top .user_top_title h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.user_top_title_bt {
  display: flex;
  margin: 0.025rem 0;
  color: #fff;
}
.user_top_title_bt11 {
  background: linear-gradient(to right, #fecf03, #fecf03);
  border-radius: 1rem;
  color: #d13938;
  font-size: 0.52rem;
  padding: 0.025rem 0.335rem;
  margin-right: auto;
  /* margin-top: auto;
	margin-bottom: auto; */
}
.user_top_title_bt a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.49rem;
}

.user_top_title_bt a:first-child {
  background-color: #fff;
  color: #d0131f;
}

.user_top .user_top_bj {
  font-size: 0.5rem;
  display: flex;
  padding: 0.635rem 0.15rem 0;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
}

.user_top .user_top_bj img {
  width: 1rem;
  height: 1rem;
}

.user_top .user_top_bj i {
  position: absolute;
  top: 0;
  right: 0;
  background: #f55;
  color: #fff;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
}

.user_top > ul {
  display: flex;
  align-items: center;
  height: 2.9rem;
  background-size: 100%;
  border-top: 1px solid #ffffff45;
  margin-top: 0.635rem;
}

.user_top li {
  width: 50%;
  text-align: center;
}
/* 
.user_top li a {
	color: #000
} */

.user_top li a > div {
  word-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user_top li a > div:first-child {
  font-size: 1rem;
}
.userbox_bar {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 2.475rem;
  background: linear-gradient(45deg, #293246, #1e222f);
  border-radius: 0.335rem;
  padding: 0 0.5rem;
}
.userbox_left {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.userbox_left_tb {
  color: #333;
  background: linear-gradient(to right, #fae3ab, #faeacd);
  width: 1.235rem;
  height: 1.235rem;
  border-radius: 50%;
  margin-right: 0.235rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.userbox_left_tb i {
  font-size: 0.74rem;
}
.userbox_left_wz h3 {
  background-image: linear-gradient(to bottom, #fff1ca, #ffd588);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 800;
}
.userbox_left_wz p {
  font-size: 0.52rem;
  font-style: italic;
}
.agent {
  width: 96%;
  margin: -1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: linear-gradient(to right, #aeb8ec, #bbc0d6); */
  line-height: 1.45rem;
  padding: 0rem 0.65rem 0;
  color: #fff;
  position: absolute;
  left: 2%;
  bottom: -0.012rem;
  background-image: url(../img/user_top_bg.png);
  height: 2.9rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.agent > img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.agent h4 {
  background-image: linear-gradient(to bottom, #fff1ca, #ffd588);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 0.69rem;
  margin: 0 0.235rem;
}

.agent P {
  color: #ffedc1;
  font-size: 0.548rem;
}

.djsq {
  background-image: linear-gradient(to left, #fff1ca, #ffd588);
  color: #333;
  padding: 0 0.35rem;
  border-radius: 1rem;
  line-height: 1.125rem;
  font-size: 0.548rem;
}
.djsq i {
  font-size: 0.52rem;
}
.user_order {
  background-color: #fff;
  margin: 0.35rem auto 0;
  padding: 0.05rem 0 0.55rem;
}

.user_order_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_order_list a {
  width: 20%;
  text-align: center;
  font-size: 0.59rem;
  color: #666;
  position: relative;
  padding: 0.2rem 0;
}

.user_order_list a i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.145rem;
  /* background-image:url('../img/icon.png');background-size:13rem;background-position-x:-1.65rem */
}

.user_order_list a i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.user_order_list a:nth-child(2) i {
  background-position-y: -1.6rem;
}

.user_order_list a:nth-child(3) i {
  background-position-y: -4.7rem;
}

.user_order_list a:nth-child(4) i {
  background-position-y: -3.2rem;
}

.user_order_list a:nth-child(5) i {
  background-position-y: -6.25rem;
}

.user_order_list a span {
  color: #fff;
  position: absolute;
  top: 0.2rem;
  right: 0.15rem;
  background: #f55;
  border-radius: 50%;
  width: 0.78rem;
  height: 0.78rem;
  font-size: 0.5rem;
  line-height: 0.78rem;
}
.user_l {
  margin: 0.07rem auto 0;
  /* background: #fff; */
  border-radius: 0.335rem;
}

.user_l_cen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0.235rem 0;
}

.user_l .user_ll {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.255rem;
  justify-content: space-between;
}

.user_l_fs {
  color: #815224;
}

.user_l .user_ll a {
  width: 32%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.235rem;
}

.user_l .user_ll a:last-child {
  position: relative;
  /* background: url(../img/Arrow61.png) no-repeat; */
  background-size: 30%;
  background-position: -16% center;
  padding-left: 1rem;
  width: 30%;
}

.user_l .user_ll a p {
  font-size: 0.769rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: var(--pink);
}

.user_l .user_ll a div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.877rem;
  color: #666;
}

.user_l .user_ll a div i {
  color: #999;
  font-size: 0.52rem;
}

.user_bt {
  margin: 0.35rem auto;
  background-color: #fff;
}

.user_ll_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.user_ll_bt a {
  width: 45%;
  text-align: center;
  background: #e5e0fe;
  color: #d0131f;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
  border-radius: 0.25rem;
}

.user_ll_bt2 a {
  background: #fee2e1;
  color: #ec3a3a;
}

.user_bt ul {
  display: flex;
  align-items: center;
  padding: 0.535rem 0 0;
  flex-wrap: wrap;
}

.user_bt ul li {
  width: 25%;
  margin-bottom: 0.5rem;
}

.user_bt ul a {
  text-align: center;
  line-height: 0.852rem;
  font-size: 0.548rem;
  color: #666;
}

.user_bt ul .huan_yl img {
  width: 1.675rem;
  height: 1.675rem;
}
.user_bt ul .huan_dc img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.user_bt ul li span {
  /* background-color: #f5efff;
    border-radius: 50%; */
  overflow: hidden;
  width: 1.235rem;
  height: 1.235rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.225rem;
}
.user_bt ul li i {
  /* background-image: var(--jb-red1);
    color: transparent;
    -webkit-background-clip: text; */
  font-size: 0.99rem;
  color: #333;
}

.user_list {
  background-color: #fff;
}

.user_list li + li {
  border-top: 1px solid #e9e9e9;
}

.user_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.59rem;
  line-height: 2rem;
}

.user_list li a img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.user_list li a > div {
  display: flex;
  align-items: center;
}

#birthday_time {
  width: 10rem;
  justify-content: flex-end;
}

.user_appion {
  background-color: #fff;
}

.user_appion_cen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem 0.35rem;
}

.user_appion_l {
  width: 2.3rem;
  text-align: center;
  background: #f5f5f5;
  font-size: 0.69rem;
  line-height: 1.5rem;
  border-radius: 0.35rem;
  overflow: hidden;
}

.user_appion_l p {
  background: var(--pink);
  color: #fff;
  font-size: 0.49rem;
  line-height: 1.5;
}

.user_appion_r {
  width: 11.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.22rem 0.5rem;
  border: 0.05rem solid #dedede;
  border-radius: 0.35rem;
}

.user_appion_text p {
  font-size: 0.49rem;
  color: var(--color6);
}

.user_doctor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user_doctor > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  /* height: 7rem; */
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.35rem;
}

.user_doctor_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.235rem;
}

.user_doctor_title > div {
  display: flex;
  align-items: center;
}

.user_doctor_title > div:first-child {
  font-weight: bold;
  font-size: 0.69rem;
}

.user_doctor_logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dedede;
}

.user_doctor_logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.user_doctor_name {
  font-size: 0.59rem;
  line-height: 1.5;
  font-weight: bold;
}

.user_doctor > div > p {
  font-size: 0.49rem;
  color: var(--color6);
}

.user_doctor_bt {
  border: 0.05rem solid var(--primary);
  color: var(--primary);
  border-radius: 1rem;
  padding: 0 0.5rem;
  font-size: 0.55rem;
}

/* 会员信息 */

.user_list_r {
  display: flex;
  align-items: center;
}

.user_list_r > div {
  margin-right: 0.5rem;
}

.user_list li a .user_list_r img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.5rem 0;
}

.userInfo_list {
  display: flex;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  font-size: 0.59rem;
  line-height: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}

.userInfo_list div {
  width: 25%;
  text-align: center;
  font-size: 0.58rem;
  color: #333;
}

.userInfo_list input {
  width: 75%;
  font-size: 0.58rem;
  line-height: 2rem;
}

.sex {
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
}

/* 我的钱包 */
.my_wallet {
}
.my_wallet_title {
}
/* 表单文本 */

.sex li i {
  width: 5rem;
  height: 5rem;
  display: block;
  background-image: url("../img/sex.png");
  background-size: 10rem;
}

.sex li .boy_pick {
  background-position-x: 5rem;
}

.sex li .girl {
  background-position-y: 5rem;
}

.sex li .girl_pick {
  background-position-x: 5rem;
}

/* 二维码 */

.div_img {
  position: relative;
  z-index: -10;
  width: 100%;
}

.img_bg {
  position: relative;
  width: 100%;
  display: block;
}

.img_logo {
  position: absolute;
  top: 2.68rem;
  left: 0.65rem;
  width: 1.35rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.img_title {
  position: absolute;
  top: 2rem;
  left: 3.5rem;
  font-size: 0.69rem;
  line-height: 0.9rem;
  color: #222;
}

.img_ewm {
  position: absolute;
  display: block;
  border-radius: 0.35rem;
}

.ewm_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.ewm_con img {
  max-width: 100%;
  display: block;
}

/* 地址管理 */

.address_add {
  border-top: 1px solid #f5f5f5;
}

.address .address_list + .address_list {
  border-top: 1px solid #dedede;
}

.address_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.62rem;
  line-height: 2rem;
  background-color: #fff;
}

.address_list_l {
  width: 25%;
  text-align: center;
  line-height: 0.95rem;
}

.address_list_l h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 0.58rem;
}

.address_list_l em {
  border-radius: 0.825rem;
  color: #fff;
  font-size: 0.48rem;
  padding: 0.05rem 0.25rem;
  background-image: var(--jb-pink1);
  text-align: center;
}

.address_list_c {
  width: 68%;
  line-height: 1rem;
  padding: 0.5rem 0;
}

.address_list_c > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.address_list_c .number {
  color: #333;
  font-size: 0.58rem;
}

.address_list_c .similars {
  color: #999;
  font-size: 0.58rem;
}

.address_list_r {
  width: 10%;
  display: flex;
}

.address_list_r i {
  font-size: 1rem;
  color: #999;
}

.address_list_r img {
  width: 1rem;
  display: block;
}

.address_list > .address_name {
  width: 30%;
  text-align: left;
  color: #333;
  font-size: 0.58rem;
}

.address_list > .address_text {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address_list > .address_text input {
  width: 90%;
  font-size: 0.58rem;
  line-height: 2rem;
}

.address_list > .address_text > i {
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  border-top: 0.05rem solid #999;
  border-right: 0.05rem solid #999;
}

.address_list > .address_text p {
  width: 2rem;
  height: 1rem;
  border: 1px solid #999;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}

.address_list > .address_text p em {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
}

.address_list > .address_text .address_text_checkbox {
  background-color: #00c853;
  justify-content: flex-end;
  border: 1px solid #00c853;
}

.address_list > .address_text .address_text_checkbox em {
  border: 1px solid #00c853;
}

.address_list > .address_text .address_delete {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.address_list > .address_text .address_delete i {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icon.png");
  background-size: 12rem;
  background-position: -3.1rem 0;
  margin-right: 0.5rem;
}

.delete_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.delete_popup > div {
  width: 12rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -6rem;
  background-color: #fff;
  border-radius: 0.35rem;
  font-size: 0.69rem;
  line-height: 2rem;
  text-align: center;
}

.delete_popup_bt {
  border-top: 1px solid #999;
  display: flex;
}

.delete_popup > div span {
  width: 50%;
  display: block;
}

.delete_popup_bt span + span {
  border-left: 1px solid #999;
}

/* 绑定 */

.binding_top,
.binding_img {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  line-height: 1.8rem;
  margin-bottom: 0.02rem;
  font-size: 0.62rem;
}

.binding_top input {
  width: 60%;
  font-size: 0.62rem;
  line-height: 1.8rem;
  text-align: right;
}

.binding_top select {
  width: 60%;
  font-size: 0.62rem;
  line-height: 1.8rem;
  text-align: right;
  background: none;
  border: none;
}

.binding_img .shcph {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}

.binding_img label {
  position: relative;
}

.binding_img .shcph img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.binding_img input {
  opacity: 0;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
  position: absolute;
}

.binding_img + .binding_top {
  margin-top: 1rem;
}

/* 提现 */

.withrawals_top {
  padding: 1rem 0.5rem;
  background-color: #fff;
}

.withrawals_top span {
  font-size: 0.9rem;
  color: #fb2a2a;
}

.withrawals_ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0.25rem 0;
  padding: 0 0.5rem;
}

.withrawals_ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  font-size: 0.59rem;
  line-height: 2rem;
}

.withrawals_ul li i {
  margin-right: 0.5rem;
}

.withrawals_ul_cen {
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
}

.withrawals_ul_cen > div {
  display: flex;
  align-items: center;
}

.withrawals_ul_cen > div + div {
  margin-top: 0.25rem;
}

.withrawals_ul_cen > div input {
  width: 10rem;
  font-size: 0.59rem;
  line-height: 1.5rem;
  border: 1px solid #666;
  border-radius: 0.35rem;
  padding: 0 0.5rem;
}

.withrawals_ul_cen div div {
  width: 3.5rem;
}

.withrawals_list {
  width: 100%;
  padding: 0.5rem;
  display: inline-block;
  background-color: #fff;
  margin-top: 0.25rem;
}

.withrawals_list input {
  font-size: 0.59rem;
  line-height: 2rem;
  width: 100%;
}

.withrawals_list div {
  display: flex;
  justify-content: space-between;
}

.withrawals_list p {
  display: flex;
  align-items: center;
}

.withrawals_list a {
  color: #fb2a2a;
  margin: 0 0.25rem;
}

.withrawals_list_password {
  position: relative;
  height: 2rem;
  margin: 0.25rem 0;
}

.withrawals_list_password > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}

.withrawals_list_password > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  z-index: 0;
}

.withrawals_list_password > div > input {
  border: 1px solid #666;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.69rem;
  line-height: 2rem;
  text-align: center;
}

.withrawals_list_password > div > input + input {
  border-left: none;
}

.withrawals_foot {
  padding: 0.5rem;
}

.withrawals_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.withrawals_popup p {
  width: 100%;
  padding: 0.5rem;
}

.withrawals_popup_cen > div {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.withrawals_popup_cen > div > div {
  width: 3.5rem;
}

.withrawals_popup_cen input {
  font-size: 0.59rem;
  line-height: 2rem;
  width: 8rem;
}

.withdrawal_list a {
  padding: 0 0.5rem;
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
}

.withdrawal_list a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5rem;
}

/* 足迹 */

.footprint_list {
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 0.25rem;
}

.footprint_list > div {
  font-size: 0.69rem;
  line-height: 2rem;
}

.footprint_list ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.footprint_list .footprint_list_img {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.footprint_list img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.footprint_list .footprint_list_cen {
  line-height: 1.5;
  width: 10rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footprint_list .footprint_list_cen p {
  font-size: 0.69rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footprint_list .footprint_list_cen div {
  color: #9a0000;
}

/* 收藏 */

.collection_list li {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0.5rem;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}

.collection_list li a {
  display: flex;
  align-items: center;
}

.collection_list li a .collection_list_img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection_list_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.collection_list li a .collection_list_cen {
  width: 8.5rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.collection_list li a .collection_list_cen div {
  color: #d0131f;
}

.collection_list .collection_list_a {
  padding: 0 0.25rem;
  line-height: 1rem;
  background-color: #d0131f;
  border-radius: 1rem;
  color: #fff;
}

/* 资产管理 */

.assets_top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}

.assets_top a {
  font-size: 0.69rem;
  line-height: 1.8rem;
  text-align: center;
  width: 33.3%;
}

.assets_pick {
  background-color: #f5f5f5;
  color: #d0131f;
}

.assets_list li {
  padding: 0.5rem;
  margin-top: 0.25rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.assets_list li > div {
  display: flex;
  line-height: 0.925rem;
  flex-wrap: wrap;
}

.assets_list li .list_left {
  width: 32%;
}

.assets_list li .list_right {
  width: 65%;
  margin-left: 3%;
}

.assets_list li .list_left p {
  width: auto;
  display: flex;
  font-size: 0.62rem;
}

.assets_list li .list_left p:first-child {
  font-size: 0.75rem;
  color: #fb2a2a;
  font-weight: bold;
}

.assets_list li .list_left p:last-child {
  font-size: 0.54rem;
  color: #fff1f1;
  background: #f83f375c;
  padding: 0.035rem 0.435rem;
  border-radius: 0.865rem;
  margin: 0.335rem 0 0 0;
  justify-content: center;
}

.assets_list li .list_right p {
  width: 100%;
}

.assets_list li .list_right p:first-child {
  line-height: 0.875rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.58rem;
}

.assets_list li .list_right p:nth-child(2) {
  color: #666;
  font-size: 0.58rem;
}

.assets_list li .list_right p:last-child {
  color: #666;
  font-size: 0.58rem;
}

/* 售后 */

.after_sale_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1.8rem;
  background-color: #fff;
}

.after_sale_top a {
  width: 33%;
  text-align: center;
}

.after_sale_ul li {
  margin-top: 0.25rem;
}

.after_sale_ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0;
  background-color: #fff;
}

.after_sale_ul li .after_sale_list_img {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.after_sale_list_img img {
  width: auto;
  height: auto;
  display: block;
}

.after_sale_list_cen {
  width: 70%;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.after_sale_list_cen h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.after_sale_bt {
  padding: 0.2rem 0.5rem 0.5rem !important;
  justify-content: flex-end;
}

.after_sale_bt div {
  width: max-content;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  background-color: #fb2a2a;
  border-radius: 0.2rem;
  color: #fff;
  margin-left: 0.5rem;
}

.after_sale_list {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}

.after_sale_list p {
  width: 22%;
  text-align: right;
  margin-right: 0.5rem;
}

.after_sale_list select {
  font-size: 0.59rem;
  line-height: 1rem;
  width: 60%;
  border: 1px solid #222;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
}

.after_sale_list textarea {
  width: 9rem;
  height: 5rem;
  font-size: 0.59rem;
  line-height: 1.5;
  padding: 0.35rem;
  border: none;
  outline: none;
  border: 1px solid #222;
}

/* 登录 */

.login_logo {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.login_logo::before {
  width: 140%;
  left: -20%;
  top: 0;
  content: "";
  background: var(--jb-pink1);
  height: 94%;
  border-radius: 0 0 50% 50%;
  position: absolute;
}

.login_logo div {
  width: 5.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.5rem;
  position: relative;
}

.login_logo img {
  width: 100%;
  height: auto;
  display: block;
  /* max-width: 100%;
	max-height: 100% */
}

.login_form {
  padding: 0.5rem;
}

.login_div {
  display: flex;
  align-items: center;
  width: 80%;
  background-color: #fff;
  margin: 0.5rem auto;
  border-radius: 1rem;
}

.login_div input {
  font-size: 0.69rem;
  line-height: 2rem;
  background-color: transparent;
  width: 80%;
  padding: 0 0.5rem;
}

.login_div .ver_input {
  width: 45%;
}

.login_div i {
  background-image: url("../img/icon.png");
  width: 1.25rem;
  height: 1.25rem;
  background-size: 11rem;
  margin-left: 0.35rem;
}

.login_div .username {
  background-position-y: 0px;
}

.login_div .password {
  background-position-y: -1.25rem;
}

.login_div .verify_code {
  background-position-y: -4rem;
}

.login_div .invite {
  background-position-y: -2.5rem;
}

.login_div .email {
  background-position-y: -5.3rem;
}

.login_div .verification {
  width: 36%;
  text-align: center;
  line-height: 2rem;
}

.login_div_check {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
}

.login_div_check input {
  width: 0.65rem;
  height: 0.65rem;
}

.login_div_check span {
  font-size: 0.59rem;
  line-height: 1rem;
  margin: 0 0.5rem;
}

.login_div_check a {
  font-size: 0.59rem;
  color: #228dff;
}

.login_form_a {
  width: 80%;
  text-align: center;
  font-size: 0.69rem;
  line-height: 2rem;
  color: #fff;
  background: var(--jb-pink1);
  margin: 0.5rem auto;
  border-radius: 2rem;
  box-shadow: var(--shadowpink);
}

.login_bt {
  display: flex;
  justify-content: space-around;
}

.login_bt a {
  font-size: 0.59rem;
  line-height: 2rem;
}

.login_bt a span {
  color: #228dff;
}

.reg_div {
  justify-content: space-between;
  padding-right: 1rem;
}

.reg_div input {
  width: 50%;
}

.reg_div a {
  font-size: 0.49rem;
  line-height: 1.5rem;
}

/* 关联 */

.guanlian_top {
  text-align: center;
  padding: 1.5rem 0;
}

.guanlian_cen_title {
  padding: 0.5rem;
}

.guanlian_cen_title p {
  width: 75%;
  margin: 0 auto;
}

.guanlian_cen_title ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0.35rem 0;
  margin-top: 0.5rem;
}

.guanlian_cen_title ul li a {
  background-color: #fff;
  color: #222;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  display: block;
}

.guanlian_cen_title ul .pick a {
  color: #fff;
  background-color: #d0131f;
}

/* 上传素材 */

.upload_cen {
  margin: 0.5rem;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.35rem;
}

.upload_cen textarea {
  width: 100%;
  border: none;
  font-size: 0.59rem;
  line-height: 1.5;
  height: 5rem;
  outline: none;
}

.upload_file {
  width: 4rem;
  height: 4rem;
  background-image: url("../img/camera-gray.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0.25rem;
}

.upload_file input {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.upload_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.upload_list .upload_img {
  width: 4.15rem;
  height: 4.15rem;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  max-width: 33.33%;
}

.upload_list .upload_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.upload_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.upload_lists .upload_img {
  width: 4.15rem;
  height: 4.15rem;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  max-width: 33.33%;
}

.upload_lists .upload_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.upload_files {
  width: 4rem;
  height: 4rem;
  background-image: url("../img/camera-gray.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0.25rem;
}

.upload_files input {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bond_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.bond_bg > div {
  width: 80%;
  max-height: 80%;
  overflow: auto;
  border-radius: 0.35rem;
  background-color: #fff;
  padding: 0.5rem;
}

.bond_bg_title {
  font-size: 0.69rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.bond_bg_cen {
  overflow: auto;
}

.bond_bg_list {
  display: flex;
  align-items: center;
  font-size: 0.59rem;
  line-height: 1.5rem;
}

.bond_bg_list p {
  width: 3rem;
  margin-right: 0.35rem;
}

/* 代理 */

.agent_top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #42ada7, #2da49e);
  color: #fff;
  padding: 1rem 0;
}

.agent_top_img {
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.agent_top_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.agent_top_cen {
  width: 8rem;
  margin-left: 0.5rem;
}

.agent_top_cen p {
  background: #442db1;
  border-radius: 1rem;
  line-height: 1.2rem;
  width: max-content;
  padding: 0 0.5rem;
  margin: 0.25rem 0;
}

.agent_top_cen > div {
  width: max-content;
  background: #363344;
  color: #ffd900;
  border-radius: 1rem;
  line-height: 1.5;
  padding: 0 0.5rem;
}

.agent_manage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background: #fff;
  margin: 0.25rem 0;
}

.agent_manage .agent_manage_img {
  width: 3.5rem;
  height: 4.5rem;
}

.agent_manage .agent_manage_img img {
  width: 100%;
  display: block;
}

.agent_manage .agent_manage_cen {
  width: 11rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.agent_manage_cen a {
  width: 48%;
  display: flex;
  align-items: center;
  height: 2rem;
  background: #fff;
  border-radius: 0.35rem;
  padding: 0 0.35rem;
  border: 1px solid #aaa;
  box-shadow: #eee 0 0 0.2rem 0.05rem;
  position: relative;
}

.agent_manage_cen a:first-child {
  margin-bottom: 0.5rem;
}

.agent_manage_cen a img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.35rem;
}

.agent_manage_cen a i {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: #f22;
  color: #fff;
  border-radius: 1rem;
  line-height: 1.5;
  padding: 0 0.25rem;
}

.agent_order {
  background: #fff;
  margin: 0.25rem 0;
  padding: 0 0 0.5rem;
}

.agent_order_cen {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.agent_order_cen a {
  width: 31%;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid #aaa;
  box-shadow: #eee 0 0 0.2rem 0.05rem;
  padding: 0.25rem 0;
  position: relative;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
}

.agent_order_cen a img {
  width: 1.2rem;
  height: 1.2rem;
}

.agent_order_cen a i {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: #f22;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.25rem;
}

.agent_order_cen2 a {
  border: none;
  box-shadow: none;
}

.agent_order_cen2 a img {
  width: 1.75rem;
  height: 1.75rem;
}

/* 结算明细 */

.user_top_nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
}

.user_top_nav a {
  width: 30%;
  text-align: center;
  font-size: 0.69rem;
  line-height: 1.8rem;
}

.user_top_pick {
  border-bottom: 0.15rem solid #d0131f;
}

.settle_top {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.settle_top a {
  width: max-content;
  padding: 0 0.5rem;
  line-height: 1.2rem;
  border-radius: 1rem;
  border: 1px solid #666;
  color: #666;
  margin-right: 0.5rem;
  background: #fff;
}

.settle_top_pick {
  color: #d0131f !important;
  border: 1px solid #d0131f !important;
}

.detail_list {
  background: #fff;
}

.detail_list li + li {
  border-top: 1px solid #dedede;
}

.detail_list li a {
  padding: 0 0.5rem;
  line-height: 1.2rem;
}

.detail_list li a > div {
  display: flex;
  justify-content: space-between;
}

.detail_list_top {
  color: #222;
}

.detail_list_bt {
  color: #999;
}

.detail_list li a > div p {
  width: 49%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detail_list li a > div p:last-child {
  text-align: right;
}

/* 兑换管理 */

.exchange_top {
  line-height: 1.8;
  padding: 0.5rem;
  width: 95%;
  margin: 0.5rem auto;
  background: #6340fe;
  color: #fff;
  border-radius: 0.35rem;
}

.exchange_top div {
  width: 100%;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5rem;
  font-size: 0.69rem;
}

.exchange_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.exchange_list {
  background: #fff;
}

.exchange_list li + li {
  border-top: 1px solid #dedede;
}

.exchange_list li a {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.exchange_list_l {
  width: 10rem;
}

.exchange_list_l > div:first-child {
  font-size: 0.69rem;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.exchange_list_l p {
  color: #999;
  font-size: 0.5rem;
}

.exchange_list_r {
  width: 4rem;
  text-align: right;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 充值 */

.recharge_top {
  display: flex;
  justify-content: space-around;
  font-size: 0.59rem;
  line-height: 1.8rem;
  background: #fff;
  margin-bottom: 0.25rem;
}

.recharge_top div {
  width: 33.3%;
  text-align: center;
}

.recharge_top_pick {
  color: #6340fe !important;
}

.recharge_top_pick::after {
  border-top: 0.1rem solid #6340fe;
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
}

.recharge {
  background: #fff;
  padding: 0.5rem 0;
}

.recharge_list {
  display: flex;
  padding: 0 0.5rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

.recharge_list p {
  width: 4rem;
  margin-right: 0.5rem;
}

.recharge_list input {
  width: 8rem;
  border: none;
  outline: none;
  font-size: 0.69rem;
  line-height: 1.8rem;
  background: transparent;
}

.recharge_list .voucher {
  position: relative;
}

.recharge_list .voucher img {
  width: 4rem;
  height: 4rem;
  display: block;
}

.recharge_list .voucher input {
  opacity: 0;
  width: 10rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.recharge_whole {
  color: #6340fe;
}

.recharge_whole_span {
  padding: 0.5rem;
}

.recharge_whole_span span {
  color: #6340fe;
}

/* 充值申请 */

.recharge_l li + li {
  border-top: 1px solid #dedede;
}

.recharge_l li a {
  padding: 0.25rem 0.5rem;
  background: #fff;
  line-height: 1.25rem;
}

.recharge_l li a > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recharge_l li a > div > div {
  width: 50%;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.recharge_l li a > div > div:nth-child(2n) {
  text-align: right;
}

/* 申请体验中心 */

.apply_l {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  font-size: 0.59rem;
  background: #fff;
}

.apply_l + .apply_l {
  border-top: 1px solid #aaa;
}

.apply_l p {
  width: 4.5rem;
  margin-right: 0.5rem;
}

.apply_l_cen {
  position: relative;
}

.apply_l_img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  overflow: hidden;
  margin: 0.35rem 0;
}

.apply_l_img img {
  width: 100%;
  height: auto;
}

.apply_l_cen > input {
  opacity: 0;
  width: 8rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.apply_l_text input {
  font-size: 0.59rem;
  line-height: 2rem;
}

.apply_l_text select {
  width: 8rem;
  font-size: 0.59rem;
  height: 2rem;
  border: none;
  outline: none;
  background-color: transparent;
}

/* 消息 */

.news_list li a {
  padding: 0.5rem;
}

.news_list_time {
  font-size: 0.59rem;
  line-height: 1.5rem;
  text-align: center;
  color: #999;
}

.news_list_cen {
  padding: 0.5rem 0.5rem 0;
  font-size: 0.59rem;
  line-height: 1.2rem;
  background-color: #fff;
  border-radius: 0.35rem;
  position: relative;
}

.news_list_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 0.69rem;
  font-weight: 700;
}

.news_list_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #666;
}

.news_list_bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5rem;
  border-top: 1px solid #dedede;
  margin-top: 0.35rem;
  color: #0bbbb9;
}

.news_list_bt i {
  width: 0.45rem;
  height: 0.45rem;
  border-top: 0.058rem solid #999;
  border-right: 0.058rem solid #999;
  transform: rotate(45deg);
}

.news_list_i {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #f22;
  border-radius: 50%;
}

.news {
  background-color: #fff;
  padding: 0.5rem;
  margin-top: 0.335rem;
}

.news_top {
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  font-size: 0.69rem;
  line-height: 1.5;
  text-align: center;
}

.news_cen {
  list-style: 1.5;
  font-size: 0.59rem;
}

/*现金积分明细*/
.xjjf_box {
  width: 95%;
  margin: 0.335rem auto;
}

.xjjf_box ul {
  width: 100%;
}

.xjjf_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 0.335rem;
  overflow: hidden;
  position: relative;
  margin: 0 0 0.335rem;
}

.lvbj {
  background: #f2fffc;
}

.redbj {
  background: #fffcfa;
}

.xjjf_box ul li h1 {
  display: flex;
  font-size: 0.788rem;
  color: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.xjjf_box ul li .fulv {
  background: #01cf9f;
}

.xjjf_box ul li .fured {
  background: #fe7c1e;
}

.xjjf_box ul li div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.588rem;
  color: #333;
  line-height: 0.895rem;
  width: 70%;
  padding: 3%;
  margin-left: 30%;
}

.xjjf_box ul li div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #666;
  /* height: .788rem; */
}

.xjjf_box ul li div p i {
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 72%;
  vertical-align: middle;
}

.xjjf_box ul li div p i::before {
  content: ":";
  color: #666;
  display: block;
  margin-right: 0.35rem;
}

.xjjf_box ul li div p em {
  width: 25%;
  height: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  display: inline-block;
  text-align-last: justify;
  overflow: hidden;
  word-break: break-all;
  margin-right: 3%;
}

/* .xjjf_box ul li div p em::before,
.xjjf_box ul li div p em::after {
	display: inline-block;
	
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
} */

/*查询已注册*/
.cxyzc {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0.335rem 0;
  border-bottom: 1px solid #d9d9d9;
}

.cxyzc span {
  display: flex;
  flex-direction: column;
}

.cxyzc span i {
  font-size: 0.628rem;
  color: #333;
  font-weight: 600;
  display: flex;
  justify-content: center;
  height: 1.243rem;
  align-items: center;
}

.cxyzc span em {
  font-size: 0.528rem;
  color: #999;
  display: flex;
  justify-content: center;
  height: 0.943rem;
  align-items: center;
}

/*vip中心*/
.vip_box {
  position: relative;
  width: 100%;
  height: 10rem;
  /* border-radius: 0 0 1.58rem 1.58rem; */
  z-index: 1;
  margin-bottom: 0.235rem;
  overflow: hidden;
  padding-top: 2.55rem;
}

.vip_box::after {
  content: "";
  width: 140%;
  height: 88%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  /* background-image: linear-gradient(to top, #2a2d35, #34373f); */
}

.vip_main {
  width: 98%;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 7.45rem;
  background-position-y: 0rem;
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
}

.cz_button {
  width: 100%;
  border-radius: 1.35rem;
  line-height: 2rem;
  color: #fff;
  font-size: 0.678rem;
  text-align: center;
  margin: 0.535rem auto 0.535rem;
}

.gray {
  background-color: gray;
}

.blue {
  background-image: linear-gradient(to right, #ff1a49, #e90105);
}

.tab {
  width: 100%;
  float: left;
  position: relative;
  height: 10rem;
}

.tab .tab-nav {
  height: 2.25rem;
  /* background: #34373f; */
  padding: 2.5% 2.5% 0 2.5%;
  position: absolute;
  left: 0;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.tab .tab-nav li {
  float: left;
  margin-right: 0%;
  /* background: rgb(255, 255, 255, .03);
	border-radius: 0; */
  width: auto;
  padding: 0 0rem;
}

.tab .tab-nav li:last-child {
  margin-right: 0;
}

.tab .tab-nav li a {
  display: block;
  height: 1.5rem;
  padding: 0 0.235rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.62rem;
}

.tab .tab-nav li.actived {
  border-bottom: 0.135rem solid #f8e0c0;
  border-radius: 0.035rem;
}

.tab .tab-nav li.actived a {
  color: #f8e0c0;
}

.tab .content-wrap {
  padding: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* .tab .content-wrap img {
	width: 100%;
	height: 100%;
} */

.tab .content-wrap .content-item {
  width: 100%;
  position: absolute;
  /* height: calc(100vh - 2.5rem); */
  height: 100%;
  display: none;
}

.tab .content-wrap .current {
  display: block;
}

.tab .content-wrap .content-item:nth-of-type(1) .lv1 {
  color: #243439;
  background-image: url(../img/lv1.png);
}

.tab .content-wrap .content-item:nth-of-type(1) .vip_box::after {
  background-image: linear-gradient(to top, #2a2d35, #34373f);
}

.tab .content-wrap .content-item:nth-of-type(1) .cz_button {
  background-image: linear-gradient(to right, #859a9e, #acbec2);
}

.tab .content-wrap .content-item:nth-of-type(2) .lv1 {
  color: #293240;
  background-image: url(../img/lv2.png);
}

.tab .content-wrap .content-item:nth-of-type(2) .vip_box::after {
  background-image: linear-gradient(to top, #202634, #2c3547);
}

.tab .content-wrap .content-item:nth-of-type(2) .cz_button {
  background-image: linear-gradient(to right, #778fa4, #a4b5c5);
}

.tab .content-wrap .content-item:nth-of-type(3) .lv1 {
  color: #573228;
  background-image: url(../img/lv3.png);
}

.tab .content-wrap .content-item:nth-of-type(3) .vip_box::after {
  background-image: linear-gradient(to top, #271311, #3d231c);
}

.tab .content-wrap .content-item:nth-of-type(3) .cz_button {
  background-image: linear-gradient(to right, #b48548, #d8b278);
}

.tab .content-wrap .content-item:nth-of-type(4) .lv1 {
  color: #592b10;
  background-image: url(../img/lv4.png);
}

.tab .content-wrap .content-item:nth-of-type(4) .vip_box::after {
  background-image: linear-gradient(to top, #2a231c, #362d25);
}

.tab .content-wrap .content-item:nth-of-type(4) .cz_button {
  background-image: linear-gradient(to right, #af7a5d, #cb9c80);
}

.tab .content-wrap .content-item:nth-of-type(5) .lv1 {
  color: #d7b8a6;
  background-image: url(../img/lv5.png);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_box::after {
  background-image: linear-gradient(to top, #150d0d, #140c0c);
}

.tab .content-wrap .content-item:nth-of-type(5) .cz_button {
  background-image: linear-gradient(to right, #483e3d, #5d5351);
}

.tab
  .content-wrap
  .content-item:nth-of-type(5)
  .vip_main
  .vip_tq
  span:last-child {
  position: absolute;
  right: 2%;
  bottom: 0%;
}

/*社会体验中心*/

.vip_box2 {
  position: relative;
  width: 100%;
  height: 10rem;
  /* border-radius: 0 0 1.58rem 1.58rem; */
  z-index: 1;
  margin-bottom: 0.235rem;
  overflow: hidden;
  padding-top: 2.55rem;
}

.vip_box2::after {
  content: "";
  width: 140%;
  height: 88%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  /* background-image: linear-gradient(to top, #2a2d35, #34373f); */
}

.cz_button2 {
  width: 95%;
  border-radius: 1.35rem;
  line-height: 2rem;
  color: #fff;
  font-size: 0.678rem;
  text-align: center;
  margin: 1.535rem auto 0.535rem;
}

.tab .content-wrap .content-item:nth-of-type(1) .lv2 {
  color: #412c26;
  background-image: url(../img/lv6.png);
}

.tab .content-wrap .content-item:nth-of-type(1) .vip_box2::after {
  background-image: linear-gradient(to top, #262534, #2c2a3f);
}

.tab .content-wrap .content-item:nth-of-type(1) .cz_button2 {
  background-image: linear-gradient(to right, #e5a47d, #efbb9d);
}

.tab .content-wrap .content-item:nth-of-type(2) .lv2 {
  color: #3a3755;
  background-image: url(../img/lv7.png);
}

.tab .content-wrap .content-item:nth-of-type(2) .vip_box2::after {
  background-image: linear-gradient(to top, #352d3d, #2c2235);
}

.tab .content-wrap .content-item:nth-of-type(2) .cz_button2 {
  background-image: linear-gradient(to right, #928fbc, #a29fc7);
}

.tab .content-wrap .content-item:nth-of-type(3) .lv2 {
  color: #493d19;
  background-image: url(../img/lv8.png);
}

.tab .content-wrap .content-item:nth-of-type(3) .vip_box2::after {
  background-image: linear-gradient(to top, #3f3523, #3a3226);
}

.tab .content-wrap .content-item:nth-of-type(3) .cz_button2 {
  background-image: linear-gradient(to right, #edc56c, #f1d08b);
}

.tab .content-wrap .content-item:nth-of-type(4) .lv2 {
  color: #2d2953;
  background-image: url(../img/lv9.png);
}

.tab .content-wrap .content-item:nth-of-type(4) .vip_box2::after {
  background-image: linear-gradient(to top, #262534, #2c2a3f);
}

.tab .content-wrap .content-item:nth-of-type(4) .cz_button2 {
  background-image: linear-gradient(to right, #8f81c7, #aba7e3);
}

.tab .content-wrap .content-item:nth-of-type(5) .lv2 {
  color: #243439;
  background-image: url(../img/lv1.png);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_box2::after {
  background-image: linear-gradient(to top, #2a2d35, #34373f);
}

.tab .content-wrap .content-item:nth-of-type(5) .cz_button2 {
  background-image: linear-gradient(to right, #859a9e, #acbec2);
}

.tab
  .content-wrap
  .content-item:nth-of-type(5)
  .vip_main
  .vip_tq
  span:last-child {
  position: absolute;
  right: 2%;
  bottom: 0%;
}

.tab .content-wrap .content-item:nth-of-type(6) .lv2 {
  color: #4c342d;
  background-image: url(../img/lv10.png);
}

.tab .content-wrap .content-item:nth-of-type(6) .vip_box2::after {
  background-image: linear-gradient(to top, #342825, #2a201e);
}

.tab .content-wrap .content-item:nth-of-type(6) .cz_button2 {
  background-image: linear-gradient(to right, #a47871, #c39c96);
}

.tab
  .content-wrap
  .content-item:nth-of-type(6)
  .vip_main
  .vip_tq
  span:last-child {
  position: absolute;
  right: 2%;
  bottom: 0%;
}

.tab .content-wrap .content-item:nth-of-type(7) .lv2 {
  color: #d7b8a6;
  background-image: url(../img/lv5.png);
}

.tab .content-wrap .content-item:nth-of-type(7) .vip_box2::after {
  background-image: linear-gradient(to top, #150d0d, #140c0c);
}

.tab .content-wrap .content-item:nth-of-type(7) .cz_button2 {
  background-image: linear-gradient(to right, #483e3d, #5d5351);
}

.tab
  .content-wrap
  .content-item:nth-of-type(7)
  .vip_main
  .vip_tq
  span:last-child {
  position: absolute;
  right: 2%;
  bottom: 0%;
}

.vip_main .vip_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  padding: 0.935rem 0 0;
}

.vip_main .vip_title h1 {
  font-size: 0.89rem;
  width: 100%;
}

.vip_main .vip_title p {
  font-size: 0.59rem;
  width: 100%;
}

.vip_main .vip_tq {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  position: absolute;
  left: 4%;
  bottom: 8%;
  height: 3rem;
}

.vip_main .vip_tq span {
  font-size: 0.59rem;
}

.vip_main .vip_tq span:first-child {
  position: absolute;
  left: 2%;
  bottom: 0%;
}

.vip_main .vip_tq span:last-child {
  position: absolute;
  right: 4%;
  bottom: 53%;
}

.vip_main .vip_dj {
  position: absolute;
  right: 6%;
  top: 3%;
  font-size: 1.68rem;
  color: rgba(255, 255, 255, 0.09);
  font-style: italic;
  text-transform: capitalize;
}

.quanyi {
  background: #fff;
  border-radius: 0.335rem;
  margin: 0 auto 0.135rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.435rem 0;
}

.quanyi li {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.quanyi li img {
  width: 56%;
  height: 56%;
  margin: 0.335rem 0 0;
}

.quanyi li h4 {
  font-size: 0.62rem;
  color: #333;
}

.quanyi li p {
  font-size: 0.58rem;
  color: #999;
}

.czjine {
  background-color: #fff8ed;
  border-radius: 0.335rem;
  border: 0.04rem solid #cdba88;
  margin: 0 auto 0.235rem;
}

.czjine .cz_main {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.628rem;
  /* border-bottom: 1px solid #e9e9e9; */
  position: relative;
  flex-wrap: wrap;
  line-height: 1.875rem;
  padding: 0.225rem 0;
}

.czjine .cz_main .cz_main_box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cdba88;
}

.czjine .cz_main .cz_main_box span {
  color: red;
  font-size: 0.68rem;
  display: flex;
  width: 8%;
}

.czjine .cz_main .cz_main_box input {
  width: 92%;
  font-size: 0.628rem;
  display: flex;
  background-color: #fff8ed;
}

.czjine .cz_main p {
  display: flex;
  width: 100%;
  color: #9d723b;
  font-size: 0.58rem;
}

/*我的团队*/

.money_box {
  display: flex;
  background: #fff;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0rem 0.55rem;
}

.money_box .money_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.335rem 0;
}

.money_box .money_list .money {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.money_box .money_list:first-of-type {
  width: 100%;
  border-bottom: 0.02rem solid #f2f5f9;
  justify-content: space-between;
}

.money_box .money_list:first-of-type .money {
  width: 50%;
}

.money_box .money_list:first-of-type .sqtx {
  background: linear-gradient(to right, #880d10, #b0141b);
  border-radius: 0.655rem;
  padding: 0.225rem 0.555rem;
  font-size: 0.47rem;
  color: #fff;
}

.money_box .money_list:nth-child(2) {
  border-right: 0.02rem solid #f2f5f9;
  width: 50%;
}

.money_box .money_list:nth-child(3) {
  width: 50%;
  border-right: none;
  padding-left: 0.55rem;
}

.money_box .money_list .money h1 {
  font-size: 0.75rem;
  color: #fb2a2a;
  width: 100%;
}

.money_box .money_list .money p {
  font-size: 0.58rem;
  color: #666;
  width: 100%;
}

.money_box .money_list1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.535rem 0;
  border-bottom: 0.02rem solid #f2f5f9;
}

.money_box .money_list1:nth-child(1n) {
  border-right: 0.02rem solid #f2f5f9;
}

.money_box .money_list1:nth-child(2n) {
  border-right: none;
  padding-left: 0.55rem;
}

.money_box .money_list1 .money_tu {
  width: 2.135rem;
  height: 2.135rem;
  margin-right: 0.435rem;
}

.money_box .money_list1 .money_tu img {
  width: 100%;
  height: 100%;
}

.money_box .money_list1 .money_zi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.money_box .money_list1 .money_zi h1 {
  font-size: 0.62rem;
  color: #333;
  width: 100%;
  padding-bottom: 0.155rem;
  font-weight: normal;
}

.money_box .money_list1 .money_zi p {
  font-size: 0.58rem;
  color: #666;
  width: 100%;
}

.money_box .money_list1 .money_zi p i {
  color: #fb2a2a;
  margin-right: 0.235rem;
}

.money_box .money_li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.535rem 0;
  border-bottom: 0.02rem solid #f2f5f9;
  margin: 0 auto;
}

.money_box .money_li p:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 0.62rem;
}

.money_box .money_li p:first-child i {
  font-size: 0.75rem;
  margin-right: 0.235rem;
}

.money_box .money_li p:last-child {
  color: #99999980;
  font-size: 0.58rem;
}

/*会员店铺首页*/

.uni-page-wrapper {
  display: block;
  height: 100%;
  position: relative;
}

.store-home {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: 0 0/100% 6rem no-repeat fixed;
  overflow: hidden;
  height: 6rem;
}

.store {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem;
}

.store .uni-image {
  width: 2.68rem;
  height: 2.68rem;
  border-radius: 0.335rem;
}

.store .uni-image img {
  width: 100%;
  height: 100%;
  border-radius: 0.455rem;
  overflow: hidden;
}

.store .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 0.7;
  min-width: 0;
  margin: 0 0.225rem 0 0.345rem;
}

.store .text h1 {
  font-size: 0.72rem;
  color: #fff;
  margin-bottom: 0.335rem;
}

.store .text p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 0.58rem;
}

.store .text p span {
}

.spabout {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.spabout .about_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2rem;
  background-color: #fff;
  /* border-radius: .335rem; */
  padding: 0 2.5%;
  margin-bottom: 1px;
}

.spabout .about_list p:first-child {
  display: flex;
  justify-content: flex-start;
  font-size: 0.58rem;
}

.spabout .about_list p:first-child i {
  font-size: 0.775rem;
  margin-right: 0.335rem;
  color: #666;
}

.spabout .about_list p:nth-child(2) {
  color: #666;
  margin-left: 0.335rem;
  font-size: 0.58rem;
  flex: 0.8;
  line-height: 0.725rem;
}

.spabout .about_list p:last-child {
  font-size: 0.75rem;
  color: #99999980;
}

.shop_main {
  width: 95%;
  margin: 0.335rem auto;
  background-color: #fff;
  border-radius: 0.335rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.shop_main .shop_li {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 0.435rem 0;
}

.shop_main .shop_li:nth-of-type(3),
.shop_main .shop_li:nth-of-type(4) {
  border-bottom: none;
}

.shop_main .shop_li:nth-of-type(1n)::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dedede;
  content: "";
}

.shop_main .shop_li .shop_left {
  display: flex;
  flex-direction: column;
  color: #999;
  padding-left: 8%;
  position: relative;
  z-index: 2;
  width: 60%;
}

.shop_main .shop_li .shop_left h1 {
  font-size: 0.64rem;
  color: #333;
}

.shop_main .shop_li .shop_left p {
  font-size: 0.56rem;
  margin-right: 0.125rem;
  display: flex;
}

.shop_main .shop_li .shop_left p i {
  font-size: 0.56rem;
}

.shop_main .shop_li .shop_img {
  width: 30%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.shop_main .shop_li .shop_img img {
  width: 90%;
}

.settle_in_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/settle_in_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: var(--primary);
  padding: 12rem 0 2rem;
}

.settle_in_cen {
  width: 95%;
  margin: 0 auto;
  border-radius: 0.335rem;
  padding: 0.5rem;
  background: #fff;
}

.settle_in_cen a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.535rem 0;
}

.settle_in_cen a + a {
  border-top: 0.05rem solid #f5f5f5;
}

.settle_in_cen .settle_in_logo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.settle_in_logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.settle_in_title {
  width: 10rem;
}

.settle_in_title p {
  font-size: 0.49rem;
  color: var(--color6);
}
