.user_info_box {
  position: fixed;
  z-index: 1000;
  display: none;
  width: auto;
  height: auto; }
  .user_info_box::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 118px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-color: transparent; }
  .user_info_box .user_contet {
    background-color: white;
    width: 3.653333rem;
    border-radius: 4px;
    max-height: 8rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.3); }
  .user_info_box .user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.386667rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/user_info_box/bac1.png");
    background-size: 100% 100%;
    padding: 0 .266667rem; }
    .user_info_box .user_info .head-img {
      width: .8rem;
      height: .8rem;
      border: 2px solid #FFFFFF;
      overflow: hidden;
      border-radius: 50%;
      margin-right: .133333rem; }
      .user_info_box .user_info .head-img img {
        width: 100%;
        height: 100%; }
    .user_info_box .user_info .info .user_name {
      color: #201F1C;
      font-weight: bold;
      font-size: .24rem;
      margin-bottom: .133333rem; }
    .user_info_box .user_info .info .user_id {
      color: #7C818A;
      font-size: .186667rem; }
  .user_info_box .user_tool ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .333333rem;
    height: .933333rem; }
    .user_info_box .user_tool ul p {
      text-align: center; }
    .user_info_box .user_tool ul p.title {
      color: #91979D;
      font-size: .186667rem; }
    .user_info_box .user_tool ul p.num {
      margin-top: .066667rem;
	  color: #201F1C;
      font-size: .213333rem; }
      .user_info_box .user_tool ul p.num a {
        color: #201F1C;
        font-size: .213333rem; }
    .user_info_box .user_tool ul .line {
      width: 1px;
      height: .32rem;
      background: #E8EAEB; }
  .user_info_box .line {
    height: 1px;
    background-color: #E8EAEB; }
  .user_info_box .usr_tool_box {
    padding: .266667rem 0; }
    .user_info_box .usr_tool_box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 .133333rem;
      border-radius: 2px;
      overflow: hidden; }
      .user_info_box .usr_tool_box ul li:hover {
        background-color: #F6F6F9; }
      .user_info_box .usr_tool_box ul li .icon {
        display: block;
        width: .266667rem;
        height: .266667rem;
        background-size: 100% 100%; }
      .user_info_box .usr_tool_box ul li .icon.money {
        background-image: url("../images/user_info_box/icon-3.png"); }
      .user_info_box .usr_tool_box ul li .icon.order {
        background-image: url("../images/user_info_box/icon-1.png"); }
      .user_info_box .usr_tool_box ul li .icon.user {
        background-image: url("../images/user_info_box/icon-2.png"); }
      .user_info_box .usr_tool_box ul li .icon.score {
        background-image: url("../images/user_info_box/icon-4.png"); }
      .user_info_box .usr_tool_box ul li .icon.message {
        background-image: url("../images/user_info_box/icon-3.png"); }
      .user_info_box .usr_tool_box ul li p {
        margin-left: .133333rem;
        font-size: .186667rem;
        color: #201F1C; }
      .user_info_box .usr_tool_box ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: .533333rem;
        padding: 0 .133333rem; }
        .user_info_box .usr_tool_box ul li a .left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      .user_info_box .usr_tool_box ul li .spot-box {
        width: .106667rem;
        height: .106667rem;
        background-color: #FF4B3A;
        border-radius: 50%;
        overflow: hidden; }
  .user_info_box .vip_logo_box h1 {
    font-size: .213333rem;
    color: #201F1C;
    padding: 0 .266667rem;
    margin-top: .133333rem; }
  .user_info_box .vip_logo_box p.tips {
    font-size: 12px;
    color: #91979D;
    padding: 0 .266667rem;
    margin-top: .2rem; }
  .user_info_box .vip_logo_box a.button {
    width: 2.693333rem;
    display: block;
    height: .48rem;
    border-radius: .24rem;
    background-color: #333333;
    overflow: hidden;
    margin: .2rem auto .266667rem; }
    .user_info_box .vip_logo_box a.button p {
      text-align: center;
      height: .48rem;
      line-height: .48rem;
      font-size: .186667rem;
      color: #62DBC1; }
  .user_info_box .out_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F6F6F9;
    height: .64rem; }
    .user_info_box .out_logo a p {
      color: #201F1C;
      font-size: .213333rem; }
    .user_info_box .out_logo a img {
      width: .266667rem;
      height: .266667rem;
      margin-right: .133333rem; }
  .user_info_box .vip .user_info {
    background-image: url("../images/user_info_box/bac2.png"); }
    .user_info_box .vip .user_info p.user_name {
      color: #FFC97E;
      font-size: .24rem; }
    .user_info_box .vip .user_info p.user_id {
      color: #A07E4D;
      font-size: .186667rem; }
  .user_info_box .vip .usr_tool_box li:hover p {
    color: #FE7526; }
  .user_info_box .vip .usr_tool_box .icon.money {
    background-image: url("../images/user_info_box/h-icon-3.png"); }
  .user_info_box .vip .usr_tool_box .icon.order {
    background-image: url("../images/user_info_box/h-icon-1.png"); }
  .user_info_box .vip .usr_tool_box .icon.user {
    background-image: url("../images/user_info_box/h-icon-2.png"); }
  .user_info_box .vip .usr_tool_box .icon.score {
    background-image: url("../images/user_info_box/h-icon-4.png"); }
  .user_info_box .vip .usr_tool_box .icon.message {
    background-image: url("../images/user_info_box/h-icon-5.png"); }
  .user_info_box .vip .usr_tool_box ul li:hover .icon.money {
    background-image: url("../images/user_info_box/v-icon-3.png"); }
  .user_info_box .vip .usr_tool_box ul li:hover .icon.order {
    background-image: url("../images/user_info_box/v-icon-1.png"); }
  .user_info_box .vip .usr_tool_box ul li:hover .icon.user {
    background-image: url("../images/user_info_box/v-icon-2.png"); }
  .user_info_box .vip .usr_tool_box ul li:hover .icon.score {
    background-image: url("../images/user_info_box/v-icon-4.png"); }
  .user_info_box .vip .usr_tool_box ul li:hover .icon.message {
    background-image: url("../images/user_info_box/v-icon-5.png"); }
.user-page{
	margin-top: 1.3333rem; }
.user-page .head{
	overflow: hidden;
    padding-top: .5rem;
	position: relative; }
.user-page .photo{
	float: left;
    width: 1.3rem;
    height: 1.3rem;
    border: .02rem solid #979797;
    border-radius: 50%;
    padding: .15rem .12rem; }
.user-page .photo img{
    width: 100%;
    height: 100%; }
.user-page .info{
	float: left;
    padding-left: .4rem; }
.user-page .info h3{
	color: #000000;
	font-size: .46rem;
	font-weight: 500;
	margin-top: .15rem; }
.user-page .info p{
	color: #9A9A9A;
	font-size: .35rem;
	font-weight: 400;
	margin-top: .2rem; }
.user-page .info h2{
	color: #000000;
	font-size: .5rem;
	font-weight: 500;
	margin-top: .4rem; }
.tq{
	width: 100%;
    height: auto;
	margin-top: .5rem; }
.tq img{
	width: 100%; }
.tab ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: .55rem; }
.tab li{
	width: 33.3333%; }
.tab li .li{
	width: 2.1rem; }
.tab li:nth-child(2) .li{
	margin: 0 auto; }
.tab li:nth-child(3) .li{
	float: right; }
.tab li .li .img{
	width: 100%;
}
.tab li .li .img img{
	width: 100%; }
.tab li .li .p1{
    text-align: center; 
	font-weight: 500;
	color: #161718;
	font-size: .45rem;
	margin-top: .4rem;
	padding-left: .75rem;
	position: relative; }
.tab li .li a{
	display: block; }
.no-data{
	width: 80%;
	margin: 0 auto;
	margin-top: 1.5rem; }
.no-data p{
	color: #969798;
	font-size: .5rem;
	text-align: center;
	margin-top: .3rem; }
.tab li .li .p1.active{
	color: #4ddeb0;
}
.tab li:nth-child(1) .li .p1:before{
	content: '';
	position: absolute;
    top: -.2rem;
    left: 0;
    width: .8rem;
    height: .8rem;
	background-image: url("../images/user_info_box/down-no.png");
	background-size: 100% 100%;
}
.tab li:nth-child(2) .li .p1:before{
	content: '';
	position: absolute;
    top: -.2rem;
    left: 0;
    width: .8rem;
    height: .8rem;
	background-image: url("../images/user_info_box/collection-no.png");
	background-size: 100% 100%;
}
.tab li:nth-child(3) .li .p1:before{
	content: '';
	position: absolute;
    top: -.2rem;
    left: 0;
    width: .8rem;
    height: .8rem;
	background-image: url("../images/user_info_box/order-no.png");
	background-size: 100% 100%;
}
.tab li:nth-child(1) .li .p1.active:before{
	background-image: url("../images/user_info_box/down.png");
}
.tab li:nth-child(2) .li .p1.active:before{
	background-image: url("../images/user_info_box/collection.png");
}
.tab li:nth-child(3) .li .p1.active:before{
	background-image: url("../images/user_info_box/order.png");
}
.no-data img{
	width: 100%; }
.user-page .data ul{
	margin-top: .7rem;
}
.user-page .data ul li{
    overflow: hidden;
    background: #FAFAFA;
    margin-bottom: .4rem;
    padding: .5rem .3rem;
	border-radius: .1rem;
	position: relative;
}
.user-page .data ul li .logo{
	float: left;
	width: 1.4rem;
}
.user-page .data ul li .logo img{
	float: left;
	width: 100%;
}
.user-page .data ul li .content{
	float: left;
	padding-left: .4rem;
	width: 80%;
}
.user-page .data ul li .content h2{
	font-weight: 500;
    color: #161718;
    font-size: .42rem;
    padding-top: .1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-page .data ul li .content p{
	font-weight: 400;
	color: #9a9a9a;
	font-size: .35rem;
	padding-top: .4rem;
} 
.user-page .data ul li .price{
	font-weight: 500;
	color: #161718;
	font-size: .45rem;
	position: absolute;
    top: 1.35rem;
    right: .3rem;
}
.user-page .data ul li a{
	display: block;
}
.user-page .data ul li .state {
	font-weight: 500;
    color: #f8bc46;
    font-size: .41rem;
    position: absolute;
    top: .4rem;
    right: .3rem;
}
.user-page .data ul li .state.success {
	color: #63E4BB;
}
.user-page .data ul li .content p span{
	display: inline-block;
    width: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-page #scoreSwiper2 {
    width: 100%;
    height: 100%;
    min-height: 10rem;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #ffffff;
	padding-top: 2rem;
	z-index: 99999;
	display: none;
}
.user-page #scoreSwiper2 .swiper-wrapper img {
    width: 100%;
    height: auto;
}
.user-page img.turn-pages {
    position: absolute;
    top: 4.5rem;
    right: .3rem;
    width: 1rem;
    z-index: 888;
}
.user-page img.top-pages {
    position: absolute;
    top: 4.5rem;
    left: .3rem;
    width: 1rem;
    z-index: 888;
}
.user-page img.top-pages {
    top: 9.5rem;
}
.user-page img.turn-pages {
    top: 9.5rem;
}
.user-page img.close-full-screen {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.7rem;
    left: .5rem;
    z-index: 999999;
}
.logout{
    width: 2rem;
    position: absolute;
    top: .6rem;
    right: .1rem;
    color: #727272;
    font-weight: 400;
    font-size: .4rem;
    text-align: right;
}
.popup{  
	width: 100%;
	height: 100%;
	display: none;
}
.popup .bg{ 
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.40);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.popup .main{
	width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	background: #ffffff;
	border-radius: .13rem;
	margin-left: -45%;
	margin-top: -3rem;
}
.popup .main .img{
	width: .9rem;
	height: .9rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.popup .main .img img{
	width: 100%;
	height: 100%;
}
.popup .main h3{
    text-align: center;
    color: #333333;
    font-size: .45rem;
    font-weight: bold;
    width: 98%;
    margin: 0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.6rem;
}
.popup .main p{
	font-weight: 400;
	text-align: left;
	color: #7c818a;
	font-size: .9rem;
	width: 95%;
	margin: 0 auto;
	margin-bottom: .5rem;
}
.popup .main p span{
	color: #00C193;
}
.popup .main .qrcode{
	width: 10rem;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.popup .main .qrcode img{
	width: 100%;
	margin-top: .6rem;
}
.popup .btn {
    overflow: hidden;
    width: 83%;
    padding: 0;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}
.popup .btn .close {
	float: left;
    width: 2.7rem;
    height: 1rem;
    line-height: 1rem;
    background: #d8d8d8;
    color: #565656;
    border-radius: .1rem;
    font-size: .41rem;
    text-align: center;
}
.popup .btn .down {
    float: right;
    width: 2.7rem;
    height: 1rem;
    line-height: 1rem;
    background: #00D996;
    color: #FFFFFF;
    border-radius: .1rem;
    font-size: .41rem;
    text-align: center;
}