<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ font-family:"Microsoft Yahei","simsun"; 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;}


a:hover{ text-decoration:none;}
.header{
 width:100%;
 height:50px;
 overflow:hidden;
 padding:0px 10px;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 position:fixed;
 z-index:100;
 left:0px;
 top:0px;
 background:#fff;
}
.header .logo{
  width:120px;
  height:auto;
  overflow:hidden;
  margin-top:10px;
}
.header .logo img{
  display:block;
  width:120px;
}

.header .form{
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 width:auto;
 height:30px;
 overflow:hidden;
 margin-left:10px;
 margin-top:10px;
}
.header .form .txtSearch{
 display:block;
 width:100%;
 height:30px;
 font-size:12px;
 color:#333;
 font-family:"宋体";
 background:#f2f2f2 url(http://www.chinasexq.com/images/mobile/search.png) no-repeat  10px center ;
 background-size:16px 16px;
 border-radius:15px;
 text-indent:30px;
}
.search{ 
border-bottom:1px solid #f2f2f2 ;
}
.search .form{
 margin-left:0px;
}
.container{ 
 clear:both;
 padding:0px;
 height:auto;
 overflow:hidden;
 margin:50px auto;
 }</pre></body></html>