body{
	overflow-x: hidden;
	overflow-y: scroll;
	background: #f7f7f7; 
}
#content_wrap{
	position: relative;
	max-width: 960px;
	margin: 30px auto;
	top: auto;
	height: auto;
}
.navigiter{
	width: 960px;
	margin: 20px auto 0;
	height: 35px;
	position: relative;
	z-index: 1;
}
.navigiter .navItem{
	height: 35px;
	line-height: 35px;
	font-family: PingFangSC-Regular;
	font-size: 13px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	width: 110px;
	border-radius: 0 17.5px 17.5px 0;
	color: #747474;
	background-color: #fff;
	display: inline-block;
	z-index: 2;
	position: absolute;
	left: 71px;
	padding-left: 17.5px;
	box-sizing: border-box;
	text-align: center;
	transition: all .5s
}
/* .navigiter .navItem:hover{
	top: -2px;
	box-shadow: 5px 5px 15px rgba(180, 195, 245, 0.3);
} */
.navigiter .navItem:first-child{
	z-index: 3;
	left: 0;
	width: 88px;
	padding: 0;
	cursor: pointer;
}
.navigiter .navItem:last-child{
	background-color: #608ce3;
	color: #fff;
	z-index: 1;
	left: 70px;
	width: auto;
	padding: 0 30px 0 35px;
	cursor: pointer;
}
.navigiter .navItem .navIcon{
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px
}

.headerLeft img{
	margin-left: -13px;
}
.achor-list li {
  float: left;
  width: 140px;
  height: 45px;
  margin-right: 13px;
  margin-bottom: 13px;
  box-sizing: border-box;
}
.achor-list li:nth-child(6n) {
  margin-right: 0;
}
.achor-list li input {
  display: none;
}

.achor-list li input + div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
	color: #333;
	font-size: 15px;
}
ul.achor-list li input[type="checkbox"]:checked + div {
	/* border-color: #d0637a;
	color: #d0637a; */
	border-color: #5d96f0;
	color: #5d96f0;
	background-color: #e6effa;
}
/* ul.achor-list li input[type="checkbox"]:checked + div:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 10px;
	height: 10px;
	background-color: #d0637a;
} */
/* ul.achor-list li input[type="checkbox"]:checked + div:after {
	content: '';
	position: absolute;
	top: -1px;
	right: 2px;
	z-index: 2;
	width: 3px;
	height: 6px;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	transform: rotate(45deg)
} */
.achor-tip-container {
	text-align: center;
	margin-top: 40px;
}
.achor-tip-container img {
	width: 176px;
}
.achor-tip-container div {
	margin-top: 40px;
	font-size: 14px;
	color: #acacac;
}
.find-anchor{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 55px;
	color: rgba(0,0,0,.7);
}
#find-anchor-num{
	font-family: PingFangSC-Regular;
	font-size: 52px;
	color: #4680e6;
}
.anchor-list-content{
    width: 960px;
    box-shadow: 5px 5px 10px #ccc;
    background-color: #fff;
    min-height: 594px;
}
.anchor-list-content .back-to-btn{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	padding: 14px 0 14px 40px;
	display: block;
}
.anchor-list-content .line{
	height: 1px;
	/* width: 120%; */
	background-color: #f7f7f7;
}
.anchor-list-content .back-to-btn img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 10px;
}
.anchor-nav{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	padding: 20px 0 30px 55px;
	background-color: #fdfdfd;
}

.type-type label  input[type="radio"],
.type-age label  input[type="radio"],
.type-sex label  input[type="radio"]{
	display: none;
	outline: none;
	border: 0;
	background: transparent;
}
.type-type  >a,
.type-age  >a,
.type-sex  >a {
	margin-top: 4px;
	cursor: default;
}
.type-type .inner,
.type-age .inner,
.type-sex .inner {
	position: relative;
	display: inline-block;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	margin: 0 16px 0 16px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
.type-sex .inner .switch,
.type-age .inner .switch,
.type-type .inner .switch{
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	width: 91px;
	height: 28px;
	/* transition: all .3s ease; */
}

.type-sex .inner .switch,
.type-age .inner .switch{
	width: 108px;
	z-index: -1;
}

.type-type .inner .switch{
	width: 91px;
	z-index: -1;
}

.inner .speed_wrapper .current{
	border: 1px solid #e0e0e0;
	background: linear-gradient(to bottom, #fff 0%, #fbfbfb 50%, #ededed 100%);
}
.type-type .inner label,
.type-age .inner label,
.type-sex .inner label {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 89px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.type-sex .inner label,
.type-age .inner label {
	width: 104px;
}
.splite {
    width: 1px;
    height: 18px;
    background: #dbdbdb;
    margin-top: 5px;
}
.type-tag-detail{
	width: 800px;
	color: #666;
	margin-left: 11px;
	margin-top: 10px;
}
.type-tag-detail li {
  float: left;
  width: 50px;
  height: 28px;
  margin: 0 6px 10px 6px;
  box-sizing: border-box;

}
.type-tag-detail li:nth-child(13n) {
  margin-right: 0;
}
.type-tag-detail li input {
  display: none;
}

.type-tag-detail li input + div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
}
ul.type-tag-detail li input[type="checkbox"]:checked + div {
	border-color: #5d96f0;
	color: #5d96f0;
	background-color: #e6effa;
}

#anchor-list{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #c3cfda;
	min-height: 528px;
}
.pager-box{
	width: 400px;
	margin: 0 auto;
	text-align:center;
	cursor: pointer;
}

#anchor-list .list-item{
	width: 268px;
	height: 76px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e3e3e3;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
#anchor-list .list-item .info{
	position: absolute;
	top: 17px;
	left: 65px;
}
#anchor-list .list-item .info p{
	display: inline-block;
	font-size: 14px;
	font-family: 'PingFangSC-Regular';
	font-weight: normal;
    font-stretch: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor: pointer;
}
#anchor-list .list-item .info .title{
	max-width: 120px;
	color: #000;
	margin-right: 2px;
}
#anchor-list .list-item .info .name{
	width: 105px;
	color: #646464;
}
.audio-fri{
	width: 60px;
	text-align: center;
}
.good{
	display:inline-block;
	width: 32px;height: 14px;
	background-color: #a2a2a2;
	border-radius: 2px;
	line-height: 14px;
	font-family: FZLTHK--GBK1-0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.anchor-info{
	color: #282828;
	margin-left: 8px;
	/*margin-right: 16px;*/
	width: 157px;
}
.anchor-info p:nth-child(2),
.anchor-info p:nth-child(3){
	margin-top: 5px;
}
.anchor-info p:nth-child(3){
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bbbbbb;
}
#username{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	margin-left: 13px;
	margin-right: 2px;
	width: 45px;
	/*text-align:center;*/
	display: inline-block;
}
#sex img{
	vertical-align: middle;
	margin-bottom: 3px;
}
#score{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ea3f2a;
	margin-right: 13px;
}
.select-btn{
	width: 100px;
	height: 58px;
	background-color: #42464a;
	color: #fff;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	text-align: center;
	line-height: 54px;
}
#page-switch{
	display: none;
}
.page-switch-wrapper {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;

}
.page-switch-wrapper .page-wrapper {
	display: flex;
}
.page-switch-wrapper .page-wrapper a:first-child {
	/*margin-left: 9px;*/
}
.page-switch-wrapper .page-wrapper a {
	display: inline-block;
	line-height: 31px;
	width: 33px;
	height: 31px;
	background: url('http://www.yfpeiyin.com/music//img/anchor/pager-bg.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 9px;
}
.page-switch-wrapper .page-wrapper a.current {
	background-color: #41464b;
	color: #FFF;
	border-color: #41464b;
}
.page-switch-wrapper .page-wrapper a.prev
{
	width: 45px;
	height: 31px;
	background: url('http://www.yfpeiyin.com/music//img/anchor/prev.png') no-repeat;
	background-size: 100% 100%;
}
.page-switch-wrapper .page-wrapper a.next {
	width: 45px;
	height: 31px;
	background: url('http://www.yfpeiyin.com/music//img/anchor/next.png') no-repeat;
	background-size: 100% 100%;
}
.page-switch-wrapper .page-container {
	display: flex;
	align-items: center;
}
.ok-mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.ok-mask .ok-info{
	width: 400px;
	height: 160px;
	background: #fff;
	border-radius: 20px;
	margin: 200px auto;
	z-index: 23;
	position: relative;
	font-family: PingFangSC-Regular;
	font-size: 22px;
	color: #010101;
	text-align: center;
	padding: 110px 0 70px 0;
}
.ok-info .close{
	position: absolute;
	top: 20px;
	right: 24px;
}
.ok-info .reload-btn{
	width: 160px;
	height: 45px;
	background-color: #42464a;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 45px;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 60px;
}
.audioBox{
	display: flex;
	align-items: center;
	height: 100%;
}

#pyview label{font-weight:normal;}
.yflabel{width:50px;text-align:right;}

#catener{max-width:644px;}
#subner{max-width:644px;}
#noresult{color:#608ce3;}