<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ font-family:"宋体",Arial, Helvetica, sans-serif; width:100%; height:100%; }
*{ margin:0px; padding:0px; outline:none;}
input,ul,li,a,span,img,h1,select,p,i{ margin:0px; padding:0px; border:none; list-style:none; text-decoration:none;}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
textarea {  -webkit-appearance: none;}

.container{
 padding:0px;
 margin-bottom:44px;
}
.container .user{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding:10px;
  border-bottom:1px solid #f2f2f2;
  background:#fff;
}
.container .user .image{
  width:100px;
  height:100px;
  overflow:hidden;
  border-radius:50px;
  margin-right:10px;
}
.container .user .image a{
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.container .user .image a .img{
  display:inline-block;
  max-width:100%;
}
.container .user .text{
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 height:auto;
 overflow:hidden;
}
.container .user .text .name{
  clear:both;
  width:auto;
  height:auto;
  max-height:40px;
  overflow:hidden;
  font-size:16px;
  color:#202020;
  font-weight:normal;
  font-family:"微软雅黑";
  line-height:20px;
  margin-bottom:5px;
}
.container .user .text .member{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  line-height:20px;
  margin-bottom:5px;
  font-size:12px;
  color:#f10180;
}

.container .user .text .member .year
{
   display:inline-block;
   font-size:12px;
   color:#f10180;
}

.container .user .text .member .gold{
 display:block;
 padding-left:25px;
 background:url(http://www.chinasexq.com/images/bg/gold.png) no-repeat  left center;
 background-size:20px auto;
}
.container .user .text .member .ordinary{
 display:block;
}



.container .user .text .txt{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height:20px;
}
.container .user .text .txt .main{
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 height:auto;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 margin-right:10px;
 color:#aaaaaa;
}
.container .user .text .txt .main .link,
.container .user .text .txt .address
{
 font-size:12px;
 color:#aaa;
 font-family:"宋体";
 text-decoration:none;
}
.container .user .text .txt .address{
 /* display:inline;*/
  padding-left:25px;
  background:url(http://www.chinasexq.com/images/mobile/positionBak.png) no-repeat  left center;
  background-size:20px auto;
}

.container .menu{
  clear:both;
  width:100%;
  height:auto;
  overflow:hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background:#fff;
}
.container .menuHover{
  position:fixed;
  z-index:100;
  left:0px;
  top:0px;
}
.container .menu li{
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 height:auto;
 overflow:hidden;
 padding:10px 0px;
 text-align:center;
 border-bottom:1px solid #f2f2f2;
}
.container .menu .hover{
 color:#f10180;
 background:#f2f2f2;
 border-bottom:2px solid #f10180
}
.container .menu li .tit{
  display:inline-block;
  font-size:14px;
  color:#333;
  font-family:"Microsoft YaHei";
  text-decoration:none;
}
.container .menu .hover .tit{
 color:#f10180;
}</pre></body></html>