/* 首页顶部背景图 */
.indexbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

body {
	background-color: #F8F8F8;
}

.indexmain {
	position: absolute;
	width: 100%;
	top: 0!important;
	/* top: 50px; */
	bottom: 55px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

.itop {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

.itop .logo,
.itop .iso,
.itop h1 {
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	text-align: center
}

.itop .logo {
	left: 10px
}

.itop .logo img {
	height: 38px;
	display: block;
	margin: 6px 0 0
}

.itop h1 {
	width: 50%;
	left: 25%;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.itop .iso {
	text-align: center;
	right: 10px
}

.itop .iso i {
	line-height: 36px;
	height: 36px;
	font-size: 36px;
	color: #fff;
	display: block;
	margin-top: 2px
}

.itop .iso span {
	line-height: 20px;
	height: 20px;
	display: block;
	font-size: 12px;
	margin-top: -9px
}

.topadvs {
	width: 100%;
	position: relative
}

.topadvs {
	height: 70px;
	margin: 0 auto
}

.topadvs .ihu {
	width: 200%;
	height: 370px;
	position: absolute;
	left: -50%;
	top: -270px;
	z-index: 0;
	content: '';
	border-radius: 0 0 50% 50%;
}

.topadvs_main {
	min-width: 900vw;
	position: absolute;
	z-index: 1;
	top: 3px
}

.topadvs_li {
	border-radius: 6px;
	float: left
}

.topadvs_li img {
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	display: block
}

.topadvs .topadvs_li:nth-child(2) img {
	box-shadow: 0px 3px 8px rgba(255, 111, 111, 0.5)
}

.topadvs_ico {
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 2
}

.topadvs_ico_li {
	width: 8px;
	height: 8px;
	border: #fff 1px solid;
	display: inline-block;
	border-radius: 5px;
	background-color: #E3E3E3;
	margin-left: 5px;
	margin-right: 5px
}

.topadvs_ico_li_on {
	width: 10px;
	height: 10px;
	border: 0;
	background-color: #FF7D7D
}

.inav3,
.inav3diy {
	background-color: #fff;
	clear: both;
	overflow: auto;
	text-align: center;
	padding: 0 0 10px 0
}

.inav3 a,
.inav3diy a {
	width: 25%;
	float: left;
	margin-top: 10px;
	display: block
}

.inav3 a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-image: url('../img/ico.png?5');
	background-size: 360px 360px;
	background-repeat: no-repeat
}

.inav3 a span,
.inav3diy a span {
	width: 60px;
	display: block;
	margin: 5px auto;
	color: #333
}

.inav3 a i.dating {
	background-color: #FFDDDD;
	background-position: left -60px
}

.inav3 a i.video {
	background-color: #D3E9FF;
	background-position: -50px -60px
}

.inav3 a i.store {
	background-color: #FFEFCC;
	background-position: -100px -60px
}

.inav3 a i.shop {
	background-color: #FFEFCC;
	background-position: -100px -60px
}

.inav3 a i.hb {
	background-color: #fee3d9;
	background-position: -150px -60px
}

.inav3 a i.trend {
	background-color: #fde6f1;
	background-position: -200px -60px
}

.inav3 a i.party {
	background-color: #EDE3FF;
	background-position: -250px -60px;
}

.inav3 a i.hn {
	background-color: #fff1f1;
	background-position: left -110px
}

.inav3 a i.article {
	background-color: #d3f4ff;
	background-position: -300px -60px
}

.inav3 a i.group {
	background-color: #d3f4ff;
	background-position: -50px -110px;
}

.inav3diy a img {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	display: inline-block;
	object-fit: cover;
	-webkit-object-fit: cover
}

.iMarqueeBox {
	position: relative;
	margin-top: 10px
}

.iMarqueeBox h5 {
	position: absolute;
	left: 20px;
	top: 4px
}

.iMarqueeBox h5 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/ico.png") left -160px no-repeat;
	background-size: 360px 360px;
	vertical-align: middle
}

.iMarqueeBox h5 span {
	display: inline-block;
	color: #FF3333;
	vertical-align: middle;
	margin-left: 2px
}

.iMarqueeBox .iMarquee {
	position: absolute;
	left: 80px
}

.iMarquee {
	width: -webkit-calc(100% - 100px);
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.iMarquee li {
	width: 100%;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	background-color: #FFF5F5;
	color: #666;
	margin: 1px 0;
	border-radius: 20px;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.iMarquee li img,
.iMarquee li font {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-top: 5px
}

.iMarquee li img {
	width: 18px;
	border-radius: 10px;
	background-color: #FF6F6F;
	margin-right: 5px
}

.iMarquee li font {
	width: -webkit-calc(100% - 30px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.iunav {
	position: relative;
	background: #fff;
	margin-top: 10px;
}

.iunav .tabmenu {
	width: 70%;
	left: 15px;
	background: #fff;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 5px
}

.iunav .tabmenu em {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 2
}

.iunav .tabmenu em li {
	height: 50px
}

.iunav .tabmenu em li span {
	position: relative;
	font-size: 17px;
	color: #666;
	padding: 0 13px 0 14px;
	height: 50px;
	line-height: 50px
}

.iunav .tabmenu em li.ed span {
	color: #fff;
	font-weight: bold
}

.iunav .tabmenu em li span.vip {
	text-align: center;
	font-size: 23px;
	padding: 0 8px 0 8px;
	line-height: 45px;
	font-weight: normal;
	color: #FF6F6F
}

.iunav .tabmenu em li.ed span.vip {
	color: #fff
}

.iunav .tabmenu i {
	bottom: 10px;
	background: #FF6F6F;
	height: 30px;
	border-radius: 23px;
	z-index: 1
}

.iunav .more {
	width: 74px;
	line-height: 24px;
	font-size: 14px;
	border-radius: 14px;
	border: #FF6F6F 1px solid;
	position: absolute;
	top: 17px;
	right: 17px;
	color: #FF6F6F
}

.iunav .more a {
	color: #FF6F6F
}

.iunav .more span {
	margin: 0 10px
}

.index-ubox {
	width: 90%;
	position: relative;
	margin: auto;
}

.index-ubox a {
	display: flex;
	overflow: hidden;
	width: 100%;
	padding: 0;
	min-height: 100px;
	margin-top: 10px;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
	/*left:0px;top:0*/
	position: relative;
	background-color: #fff;
	border-radius: 16px;
}

.small_big {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s
}

.index-ubox a img {
	border-radius: 16px;
	width: 170px;
	height: 170px;
	/* width: 190px;
	height: 190px; */
	object-fit: cover;
}

.index-ubox a .imgbox {
	width: 190px;
	height: 190px;
	position: relative;
	overflow: hidden;
	flex: none;
}

.index-ubox a .uinfo {
	flex: 1;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	color: #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	
}

.index-ubox a .uinfo {
	/* background:-webkit-linear-gradient(top,#fff,#FFF5F5); */
	/*chrome*/
}

.index-ubox a .uinfo .nik {
	/* padding: 10px 0 3px 0; */
	margin-bottom: 5px;
	overflow: hidden;
}

.index-ubox a .uinfo .nik span {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	color: #944101;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.index-ubox a .uinfo .nik span img {
	width: 20px;
	height: 20px;
	display: inline-block
}

.index-ubox a .uinfo .nik font {
	/* float: right; */
	margin-right: 6px;
	color: #FF6F6F;
	font-size: 16px
}

.index-ubox a .uinfo .data {
	padding: 0 6px;
	margin: 0px auto 10px auto;
	line-height: 20px;
	height: 20px;
	font-size: 14px
}

.index-ubox a .uinfo .data span:first-child {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left
}

.index-ubox a .uinfo .data span:last-child {
	float: right;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right
}

.index-ubox a .uinfo .data i.ico {
	color: #49BEF5;
	display: inline-block;
	margin-right: 2px
}

.index-ubox a .payrz {
	width: 15px;
	line-height: 14px;
	position: absolute;
	top: 0;
	right: 12px;
	border-radius: 3px
}

.index-ubox a .payrz i {
	display: block;
	border-radius: 3px;
	margin: 5px 0;
	padding: 1px
}

.index-ubox a i.lockico {
	display: block;
	position: absolute;
	top: 23%;
	left: -webkit-calc(50% - 23px);
	line-height: 50px;
	font-size: 50px;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
}

.index-ubox a .lockstr {
	position: absolute;
	top: -webkit-calc(23% + 60px);
	color: #fff;
	width: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
}

.index-ubox a .vipj {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 1%;
	left: 5%
}


#btmKefuBox {
	display: none
}

#btmKefuBox img {
	width: 45%;
	padding: 6px;
	border: #ddd 1px solid;
	display: block;
	margin: 40px auto 10px auto
}

#btmKefuBox h3 {
	line-height: 24px
}

#backtop a,
#btmKefuBtn {
	background-color: #FF6F6F
}


.pplad img.small_big {
	border-radius: 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-ubox a.pplad .uinfo {
	border: 0
}

.index_private {
	display: none;
}

.index_private .C {
	width: 85%;
	margin: 0 auto;
	height: 64vh;
	margin-top: 18vh;
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.index_private .C h1 {
	height: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #F3F4F8 1px solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index_private .C em {
	text-align: left;
	padding-top: 10px;
	height: -webkit-calc(100% - 100px);
	overflow: hidden;
	line-height: 200%;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.index_private .C .agreebox {
	height: 50px;
	line-height: 50px;
	margin-top: 10px
}

.index_private .C .agreebox button {
	width: 47%;
	border-radius: 5px
}

.index_private .C .agreebox button:first-child {
	background-color: #fff;
	border: 1px solid #FF6F6F;
	color: #FF6F6F
}

.index_private .C .agreebox button:last-child {
	background-color: #FF6F6F;
	border-color: #FF6F6F;
	color: #fff
}



/* flex布局 */
.new_flex_center{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.new_tag{
	margin-bottom: 5px;
}
/* 首页列表性别 */
.new_sex {
	width: 40px;
	height: 20px;
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}
.new_sex1{
	background: #0091FF;
}
.new_sex2{
	background: #FF4D94;
}
/* 首页列表年龄 */
.new_age {
	width: 60px;
	height: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
}
.new_age1{
	color: #0091FF;
	background-color: #E8F5FF;
}
.new_age2{
	color: #FF4D94;
	background-color: #FFE4EE;
}
/* 首页列表身高、居住地 */
.line{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 认证会员图标 */
.index-ubox a .new_vip {
	width: auto;
	display: block;
	height: 22px;
	object-fit: contain;
	margin-top: 5px;
}
/* 地区、筛选 */
.new_filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  color: #222222;
  margin: 10px auto;
}
.new_filter .left{
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.new_filter .left #areatitle{
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.new_filter .right{
  display: flex;
  align-items: center;
  flex: none;
  margin-left: 10px;
}
.new_filter .icon_address{
  width: 14px;
  height: auto;
  object-fit: contain;
  margin-right: 5px;
}
.new_filter .icon_arrow_down{
  width: 13px;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
}
.new_filter .icon_filter{
  width: 15px;
  height: auto;
  object-fit: contain;
  margin-right: 5px;
}
.new_filter .icon_arrow_r{
  width: 10px;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
}