html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

body {
    font-family: '微软雅黑'!important;
    font-size: 0.24rem;
    background: #fff;
}
html{font-size: 13.334vw;}
/* @media (min-width:641px) {
    body {
        
        margin: auto;
    }
} */

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
	padding: 0;
	margin: 0;
}
select{
	padding: 0;
	margin: 0;
}

textarea {
    outline: none
}

html {
    font-size: 15.625vw
}
    
textarea{ resize:none;}

/* 公共header开始 */

header {
    height: 0.88rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #E6E6E6
}

.headerempty{
    width: 100%;
    height: 0.88rem;
    overflow: hidden;
}

.goBack {
    position: absolute;
    left: 0.25rem;
}

.goBack img {
  /*  width: 0.22rem;
    height: 0.38rem;
    float: left;
    margin-top: 0.23rem */
}

.headerTitle {
    display: block;
    width: 100%;
    max-width: 5rem;
    margin: 0 auto;
    font-size: 0.32rem;
    font-weight: 700;
    text-align: center;
    line-height: 0.88rem;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.headerempty{
    width: 100%;
    height: 0.88rem;
    overflow: hidden;
}

.menu {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    font-size: .28rem
}

.menu img {
    width: 0.41rem;
    height: 0.37rem;
}

.content {
    margin-top: .88rem;
}


/* 公共header结束 */

.information {
    margin-top: 1.78rem
}

.information img {
    width: 3.75rem;
    height: 3.05rem;
    display: block;
    margin: 0 auto
}

.information p {
    font-size: .24rem;
    color: #666;
    text-align: center;
    margin-top: .9rem
}

/*搜索*/
.tcss {
    display: none;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: #efefef;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
	}
	.tcss1 {
    display: block;
    width: 5.9rem;
    overflow: hidden;
    background: #fff;
    padding: 0.2rem 0.25rem;
    border-bottom: 1px solid #E6E6E6;
}
.return {
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
}
.return img {
    display: block;
    width: 0.22rem;
    height: 0.4rem;
    float: left;
}
/* .tcss1 div {
    display: block;
    width: 4.7rem;
    height: 0.48rem;
    overflow: hidden;
   background: #F4F4F4;
    border-radius: 0.48rem;
    float: left;
    border-radius: .2rem;
    margin-left: .77rem;
} */
.tcss1 div .search_img {
    display: block;
    float: left;
    /* margin: 0 0 0.05rem 0.15rem; */
	    margin-left: 0.27rem;
    width: 0.23rem;
    height: 0.23rem;
}
.tcss1 div input {
   display: block;
   /* width: 5.6rem; */
   width: 4rem;
   height: 0.6rem;
   margin: 0 auto 0 .09rem;
   overflow: hidden;
   border-radius: .3rem;
   background: #F4F4F4;
   border:0;
   font-size:.24rem;
   color: #333;
   padding: 0;
}
.tcss1 div input::placeholder{
	color: #999999;
}
.tcss2 {
    display: block;
    width: calc(100% - 0.4rem);
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 0 0.2rem;
}
.tcss2 h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999;
    font-weight: normal;
}
.tcss2 h3 a {
    float: right;
}
.tcss2 h3 a img {
    width: 0.28rem;
    height: 0.28rem;
}
.tcss2 ul {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #F4F4F4;
}
.tcss2 li {
    display: block;
    float: left;
    line-height: 0.46rem;
    color: #676767;
    margin-right: 0.2rem;
}
.tcss2 li a {
    line-height: 0.45rem;
    padding: 0 0.2rem;
    color: #676767;
    font-size: 0.28rem;
    border: 1px solid #dddddd;
    border-radius: 0.45rem;
    background: #efefef;
}
.mb {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    /* display: none; */
}



.headerempty{
    width: 100%;
    height: 0.88rem;
    overflow: hidden;
}
.goBack {
    position: absolute;
    left: 0.25rem;
}

.goBack img {
    width: 0.32rem;
    height: 0.32rem;
	/* width: 0.22rem;
	height: 0.38rem; */
    float: left;
    margin-top: 0.28rem
}

.headerTitle {
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.88rem;
    color: #333
}

.menu {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    font-size: .28rem
}

.menu img {
    width: 0.41rem;
    height: 0.37rem;
}

.content {
    margin-top: .88rem;
}


/* 公共header结束 */

.information {
    margin-top: 1.78rem
}

.information img {
    width: 3.75rem;
    height: 3.05rem;
    display: block;
    margin: 0 auto
}

.information p {
    font-size: .24rem;
    color: #666;
    text-align: center;
    margin-top: .9rem
}
.ht90{
    display: block;
    width: 100%;
    height: 0.9rem;
}
.mb{
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.xdnytc{
    display: none;
	width: 6.2rem;
	height: 8.26rem;
    background: #fff url("../img/xdny_tcbg.png") no-repeat top;
    background-size: 100% auto;
    border-radius: 0.4rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -3.1rem;
    margin-top: -4.1rem;
    z-index: 999;
}
.xdnytc h1{
    display: block;
    width: 100%;
    margin-top: 0.18rem;
    line-height: 0.93rem;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    font-weight: normal;
}
.xdnytc div{
    display: block;
    overflow: hidden;
    width: 1.7rem;
    height: 1.7rem;
    margin: 1.1rem auto 0;
    position: relative;
}
.xdnytc img{
    display: block;
    width: 1.62rem;
    height: 1.62rem;
    border-radius: 100%;
    border: 0.04rem solid #ffffff;
}
.xdnytc i{
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    position: absolute;
    right: 0.16rem;
    bottom: 0;
    z-index: 10;
    background: url(../images/sex.png) no-repeat center;
    background-size: 100% 100%;
}
.xdnytc .sex_nv{
    background: url(../images/sex_nv.png) no-repeat center;
    background-size: 100% 100%;
}
.xdnytc h2{
    font-size: 0.32rem;
    display: block;
    font-weight: normal;
    text-align: center;
    line-height: 0.7rem;
	margin-bottom: 0.1rem;
    color: #333;

}
.xdnytc ul{
    display: block;
    width: 100%;
    overflow: hidden;
}
.xdnytc ul li{
    display: block;
    width: 100%;
    overflow: hidden;
	height: 0.62rem;
	line-height: 0.62rem;
}
.xdnytc ul li:last-child{
    border-bottom: 0;
}
.xdnytc ul li span{
    display: block;
    width: 1.72rem;
    margin-left: 0.35rem;
    float: left;
    line-height: 0.57rem;
    font-size: 0.28rem;
    color: #999999;
}
.xdnytc ul li p{
    display: block;
    float: left;
    line-height: 0.57rem;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
}
#ul_div li:last-child{
	    margin-bottom: 0;
	    border: 0;
}
 .syy-deleteimg {
	width: 0.3rem !important;
	height: 0.3rem !important;
	position: absolute;
	right: -0.1rem;
	top: -0.1rem;
	background: #fff;
	border-radius: 50% !important;
	overflow: hidden;
}