@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body,html{
	min-width: 320px;
	height: auto;
	overflow-x: hidden;
}
body{
	font-family: "Microsoft YaHei ";
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	background: #fff;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
input {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-appearance: none;
	border-radius:0;
}
ul,
ol,
li {
	list-style: none;
}
i,em,dfn{
	font-style: normal;
}
.hid {
	display: none!important;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.dis_b{
	display: block;
}
.dis_i{
	display: inline-block;
	vertical-align: middle;
}
.scroll{ 
    position:fixed; 
    width:100%; 
}
.warp{
	width: 100%;
	min-width: 320px;
}
/**顶部通栏**/
.d_flex{
	width: 60%;
	font-size: 0;
	text-align: right;
}
.main_menu{
	font-size: 0;
	height: 56px;
}
.main_menu a{
	text-align: center;
	color: #a5a5a5;
	line-height: 56px;
	margin-right: 15px;
	font-size: 15px;
	display: inline-block;
}
.main_menu a.active{
	color: #272931;
}
.main_menu a{
	display: none;
}

/**底部通栏**/
.seat{
	height: 60px;
}

.swiper-container,
.swiper-slide{
	width: 100%;
	height: 100%;
}

.player_column_title{
	margin-top: -20px;
}
.chat_img .img1{
	display: block;
	transition: all .3s ease;
}
.chat_img em{
	font-size: 0;
	height: 30px;
	position: absolute;
	bottom: 4%;
	left: 13px;
}
.chat_img em .img2{
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.chat_img em i{
	min-width: 10px;
	max-width: 170px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.chat_img dfn{
	min-width: 30px;
	height: 26px;
	padding-right: 10px;
	border-radius: 15px;
	background:#462dce url(../images/icon_binson.png) 10px 50% no-repeat;
	background-size: 12px 16px;
	text-indent: 25px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 5%;
	right: 15px;
}
.player_column_list{
    font-size: 0;
    max-width: 1093px;
    text-align: left;
}
.player_column_list a{
	width: 285px;
	margin-left: 20px;	
}
.btn_more{
	width: 89%;
	height: 45px;
	background: #fff;
	border: 1px solid #d3d3d3;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	color: #272931;
	font-size: 14px;
	transition:all .3s;
}
.btn_more em{
	color: #d3d3d3;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}
.mask_down,
.mask_make,
.mask_lb,
.mask_cuservice,
.mask_img,
.mask_arrondiqq{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.show_photo{
	max-width: 100%;
	max-height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pop_down,.tool_down{
	width: 220px;
	height: 250px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -110px;
	z-index: 9999;
	display: none;
}
.tool_down{
    height: 260px;
    font-size: 0;
}
.pop_down img{
	width: 90%;
	margin: 5% auto;
}
.tool_down img{
    width: 90%;
    margin: 5%;
}
.pop_down p, .tool_down p{
	text-align: center;
	line-height: 30px;
	color: #000;
	font-size: 13.5px;
	margin-top: -5px;
}
.pop_make{
	min-width: 300px;
	height: auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}
.pop_make h4{
	color: #08a6f0;
	font-size: 18px;
	font-weight: 100;
	line-height: 35px;
	text-align: center;
}
.pop_make p{
	margin: 0 auto;
	color: #47392b;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}
.pop_make .btn_sure{
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background: #08a6f0;
	display: block;
	margin: 10px auto 0;
}
.return_top{
	width: 30px;
	height: 30px;
	background: #462dce url(../../images/icon_arrow_up.png) 50% 50% no-repeat;
	background-size: 12px 8px;
	border-radius: 50%;
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index: 500;
	text-indent: -999em;
	display: none;
}
/**iphone**/
@media only screen and (max-width:767px) and (min-width:320px) {
	.lt_chat_list a .chat_content{
		height: auto;
		min-height: 60px;
		max-height: 75px;
	}
	.lt_chat_list a:nth-child(n+4){
		/*display: none;*/
	}
}
/**ipad**/
@media only screen and (max-width:991px) and (min-width:768px) {
	.main_menu a{
		margin-right: 35px;
	}
	.main_menu a:nth-child(n){
		display: inline-block;
	}
	.lt_chat_list{
		text-align: left;
	}
	.lt_chat_list a{
		width: 29%;
		margin: 0 0 20px 3.3333%;
	}
	.lt_chat_list a:nth-child(n+4){
		/*display: none;*/
	}
	.player_column_list a{
		width: 400px;
		margin-left: 25px;	
	}
	.pop_make{
		min-width: 350px;
	}
	.pop_make h4{
		font-size: 21px;
	}
	.pop_make p{
		font-size: 14px;
	}
	.pop_make .btn_sure{
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
	.return_top{
		width: 40px;
		height: 40px;
		background: #462dce url(../images/icon_arrow_up.png) 50% 50% no-repeat;
		background-size: 18px 12px;
		bottom: 70px;
		right: 15px;
	}
}
/**windows**/
@media only screen and (max-width:1920px) and (min-width:992px) {
	.btn_more:hover {
		background: #272931;
		border: 1px solid #272931;
		color: #fff;
	}
	.btn_more:hover em {
		color: #6348ff;
	}
	.main_menu a{
		font-size: 16px;
		margin-right: 40px;
	}
	.main_menu a:nth-child(n){
		display: inline-block;
	}
	.lt_chat_list{
		text-align: left;
	}
	.lt_chat_list a{
		width: 30%;
		margin: 0 0 30px 2.5%;
	}
	.lt_chat_list a:nth-child(n+4){
		/*display: none;*/
	}
	.player_column_list{
		margin-left: 28px;	
	}
	.player_column_list a{
		width: 375px;
		margin-left: 0;
		margin-right: 29px;
	}
	.player_column_list a:last-child{
		margin-right:0;
	}
	.pop_make{
		min-width: 400px;
	}
	.pop_make h4{
		font-size: 24px;
	}
	.pop_make p{
		font-size: 16px;
	}
	.pop_make .btn_sure{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.show_photo{
		max-width: 1000px;
	}
	.return_top{
		width: 50px;
		height: 50px;
		background: #462dce url(../images/icon_arrow_up.png) 50% 50% no-repeat;
		background-size: 24px 16px;
		bottom: 90px;
		right: 100px;
	}
	@media only screen and (min-width:1200px){
		.btn_more{
			width: 1090px;
			height: 61px;
			line-height: 61px;
			font-size: 16px;
		}
	}
	
}