/*CBO CSS Document popoco */
/*----------------------------body------------------------------*/

html,body {
	background: #ffffff ;
	max-width:800px;
	margin:auto;
	padding:0;
	overflow-x:hidden;
	font:14px Verdana,Arial,Tahoma;
	color:#333333;
}
input,select,textarea{/*ȥ��IOS��Ӱ,Բ��*/
	color:#555;
	-webkit-appearance: none;
	appearance: none;
	border-radius:0;
	border:1px solid #ECECEC;
	background:#f9f9f9;
	font-size:16px;
	line-height:24px;
	border-radius:2px;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
	padding:5px;
	
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 12px;
}

img{max-width: 100%;height: auto;width: auto\9;}
td {
	font-size:14px;
}
a{
   color:#333;
   text-decoration:none;
}

.right{
	float:right;
	text-align:right;
	/*padding-right:10px;*/
}


.main{
	background:#fff;
	padding:5px;
	margin:0;
	line-height:20px;
	
}
/*----------------------------appdown------------------------------*/

.appdown{
width: 100%;
background: #F7F7F7;
border-bottom:1px #eee solid;
font-size:14px;
text-align:left;
padding:3px 0;
line-height:18px;
color:#478E88;
}
.appdown a{
color:#111;
border-radius:2px;width:20px;height:20px;vertical-align:middle;
font-size:15px;
}
.appdown img{
width:35px;
height:35px;
margin-right:10px;
margin-left:14px;
border-radius:2px;vertical-align:middle;
}

.appdown span{
background:#111;
width:80px;
text-align:center;
padding:6px 12px;
color:#fff;
margin-right:14px;
}
.appdown_bottom{
WIDTH: 100%;
display: block;
overflow: hidden;
z-index: 555;
FLOAT: right;
RIGHT: 0px;
BOTTOM: 60px;
POSITION: fixed;
line-height:40px;
font-weight:bold;
}
.appdown_bottom span,.appdown_bottom span a{
background:#111;
text-align:center;
padding:8px 14px;
color:#fff;
border-radius:50px;
line-height:20px;
}

/*----------------------------footer------------------------------*/
.footer{
	background:#f7f7f7;
	border-top:1px solid #ccc;
	padding:15px 10px;
	margin:15px 0 0 0;
	clear: both;
	font-size:11px;
	text-align:center;
}
/*----------------------------text------------------------------*/
.btext{ 
	font-weight:bold;
}
.smalltext{
	font-size:11px;		
}
.smalltext2{
	font-size:8px;		
}
.bigtext{
	font-size:17px;		
}
.graytext {
	color:#999 !important;
}
.greentext {
	color:green !important;
}
.greentext2 {
	color:#5FB99E !important;
}
.redtext {
	color:red !important;
}
.orangetext {
	color:#ff6600 !important;
}
.orangetext2 {
	color:#FF9933 !important;
}
.yellowtext {
	color:#FCFF00 !important;
}
.bluetext {
	color:blue !important;
}
.bluetext2 {
	color:#6699CC !important;
}
.graytext1 {
	color:#777 !important;
}
.purpletext {
	color:#FF00FF !important;
}
.goldtext {
	color:#C89022 !important;
}
/* ~~~~~~~~~~EQ~~~~ */
.nav-height{ position:relative;}
.nav-wrap { width: 100%;background: #fff;max-width:800px;margin:0;}
.nav-wrap.navFix{position: fixed;top: 0; box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e39; z-index: 99999;} 
.slide-box{
	list-style-type: none;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0 10px 10px;
	overflow:auto;
	scrollbar-width: none;
}
.slide-item{
	width: 28%;
	text-align:center;
	margin-right:5px;
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	padding:6px;	
	background: #fff;	
	line-height:12px;	
	
}
.slide-item2{
	text-align:center;
	margin-right:5px;
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	
}
.slide-item3{
	text-align:center;
	width: 15%;
	padding:15px;	
	background: #fff;	
	margin-right:5px;
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	
}
/*���ص�������*/
.slide-box::-webkit-scrollbar {
	 display: none;
}

/*��ҳ�õ�*/
.swiper-container {
	width: 100%;
}
.swiper-slide {

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination{
	position:inherit;
}
.swiper-pagination-bullet{
	margin: 0 .25rem;
	width: 5px;
	height: 5px;
	border-radius:5px;
	display: inline-block;
}

.preview-images{position:relative;display: inline-block;}
.preview-images img{float:left;width:80px;height:80px;display: block;margin:0 5px 5px 0;}
.preview-images span{position:absolute;z-index:3;display: flex;justify-content: center;align-items: center;}
.preview-images span img{opacity:0.4;filter:alpha(opacity=40);}
.eqtags{
	background:#bee0dc;
	padding:2px 10px;
	margin:5px 5px;
	display:inline-block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size:11px;
}
.eqtags2{
	background:#f1f1f1;
	padding:2px 10px;
	margin:5px 5px;
	display:inline-block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size:11px;
}

.iwanuse{
	border:1px solid #f1f1f1;
	/*padding-left:38px;*/
	line-height:20px;
	height:28px;
}

.iwan1{
	background:#f9f9f9 url(cbo_include/images/xin1.png) left no-repeat;
	background-size:20px 20px;
	background-position: 12px;
}
.iwan2{
	background:url(/html/cbo_mobile/style/cbo_include/images/xin2.png) left no-repeat;
	background-size:20px 20px;
	background-position: 12px;
}
.iuse1{
	color:#5FB99E;
	background:#f9f9f9 url(cbo_include/images/g1.png) left no-repeat;
	background-size:20px 20px;
	background-position: 12px;
}
.iuse2{
	background:url(/html/cbo_mobile/style/cbo_include/images/g2.png) left no-repeat;
	background-size:20px 20px;
	background-position: 12px;
}
/*�ײ�����*/
.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999998;
}
.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}		


/* ~~~~~~~~~~~~~~~~~~integral~~~~ */


.tablelist{ 

}
.tablelist ul { 
	margin:0;
	padding:0;
	font-size:17px;
	line-height:22px;
}
.tablelist ul li{ 
	padding:15px 10px;
	margin-bottom:10px;
	border:2px solid #C60012;
	background:#fff;
	color:#333;
    text-decoration:none;
	list-style:none;
	height:68px;

}
.prize_pic {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~thread~~~~ */

.thread_pic{
	float:left;
	width:100px;
	height:76px;
	margin-right:10px;
}
	
.thread{ 

}
.thread ul { 
	margin:0;
	padding:0;
	font-size:17px;
	line-height:22px;
}
.thread ul li{ 
	border-bottom:1px solid #f3f3f3;
	padding:10px 10px 10px 0;
    text-decoration:none;
	list-style:none;
	min-height: 76px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~news~~~~ */

.news_pic{
	float:left;
	width:100px;
	height:76px;
	margin-right:10px;
}
	
.news{ 

}
.news ul { 
	margin:0;
	padding:0;
	font-size:16px;
	line-height:22px;
}
.news ul li{ 
	border-bottom:1px solid #f3f3f3;
	padding:8px 10px 8px 0;
    text-decoration:none;
	list-style:none;
	height:76px;
}
/*.news ul li a{ 
	display:block;
}*/

.news_goodpost{
	border-radius:10px;
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
	border:1px solid #eaeaea;
	width:35px;
	height:15px;
	line-height:15px;
	float:right;
	font-size:9px;
	text-align:center;
	display:block;
}

.date{
	margin:5px 0; 
    text-align:center;
    font-size:11px;
    color:#999;
}

.news_list{padding:0 20px 0 15px;}
.news_list_date{margin:6px 0px;}
.news_list_content{border-left:1px dashed #bbb;padding-left:20px;margin-left:5px}
.news_list_description{margin-top:8px;font-size:16px;line-height: 24px;text-align:justify}
.news_list_title{font-size:18px;line-height: 24px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~label~~~~ */
.gray_label{border:1px solid #ddd;line-height:normal;padding:2px 6px;border-radius:5px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~table~~~~ */
		
.table { 
	width:100%;
	overflow:hidden;
	line-height:22px;
	font-size:14px;
}
.table td{ 
	border-bottom: 1px solid #f3f3f3;
	padding:8px;
    text-decoration:none;
}

.table_info { 
	width:100%;
	overflow:hidden;
	line-height:20px;
	font-size:14px;
	padding:5px 5px;
	margin:auto;
}
.table_info td{ 
	padding:6px;
    text-decoration:none;
}
.item_title{ 
	padding:8px;
    text-decoration:none;
	border-bottom:1px solid #f1f1f1;
}
/*.table td a{ 
	display:block;
}*/
.divline{
	background:#f5f5f5;
	height:8px;
}
.list_pic{
	float:right;
	margin-top:6px;
	border:1px solid #ddd;
	padding:1px;
	width:95px;
}

.list_title{
	background:#51956e;
	border-bottom:0;
	line-height:25px;
	padding:0 15px;
	font-weight: bold;
	color:#fff;
	margin-bottom:5px;
}
.listName{
	font-size:16px;
	font-weight:bold;
}
.listName a{
	text-decoration:none;
}
.listName2{
	font-size:18px;
	font-weight:bold;
}
.pinfang{
	font-family:PingFangSC-Medium,MicroSoft YaHei,sans-serif;
}
.no-select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.article_body{
	font-size:18px;
	line-height:28px;
	text-align: justify;
}
.article_body a{
	text-decoration:underline ;
	color:#006699;
}
.divauto{
	display:inline-block;
	*display:inline;
    *zoom:1;
}
.album{
	display:inline-block;
	*display:inline;
    *zoom:1;
	font-size: 11px;
    background: #f1f1f1;
    padding: 4px 8px;
    margin: 3px 0px;
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-bottom:5px;
	line-height: normal;
}
/*----------------------------radius------------------------------*/
.radius{
	border-radius:50px;
	-moz-border-radius: 50px;      /* Gecko browsers */
    -webkit-border-radius: 50px;   /* Webkit browsers */
}
.radius_2{
	border-radius:5px;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
}
.radius_3{
	border-radius:12px;
	-moz-border-radius: 12px;      /* Gecko browsers */
    -webkit-border-radius: 12px;   /* Webkit browsers */
}
.radius_4{
	border-radius:8px;
	-moz-border-radius: 8px;      /* Gecko browsers */
    -webkit-border-radius: 8px;   /* Webkit browsers */
}
.radius_t{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-borde-top-left-radius: 8px;      /* Gecko browsers */
    -webkit-border-top-left-radius: 8px;   /* Webkit browsers */
	-moz-border-top-right-radius: 8px;      /* Gecko browsers */
    -webkit-border-top-right-radius: 8px;   /* Webkit browsers */
}

.radius_l{
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	-moz-borde-top-left-radius: 50px;      /* Gecko browsers */
    -webkit-border-top-left-radius: 50px;   /* Webkit browsers */
}
.radius_r{
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	-moz-border-top-right-radius: 50px;      /* Gecko browsers */
    -webkit-border-top-right-radius: 50px;   /* Webkit browsers */
}
.radius_top{
	border-top-right-radius:12px;
	border-top-left-radius:12px;
	-moz-borde-top-left-radius: 12px;      /* Gecko browsers */
	-webkit-border-top-left-radius: 12px;   /* Webkit browsers */
}
/*----------------------------page------------------------------*/

.more{
	color:#999;
	/*background:url(/html/cbo_include/images/loading.gif) no-repeat 38% 50%;
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;*/
	padding:10px;
	text-align:center;
	margin:10px 5px 0 5px;
	
}

.ajax_page_p{
	width:10%;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin: 4px 2px;
	padding:4px;
}
.ajax_page_curpage{
	width:10%;
	border: 1px solid #478E88;
	background: #478E88;
	color:#fff;
	margin: 4px 2px;
	padding:4px;
}
.ajax_page_top{
	width:15%;
	border: 1px solid #eee;
	padding: 4px 8px;
	background: #f9f9f9;
	margin: 2px;
	padding:4px;
}
/*--------------------------------------------------------*/
.page{
	font-size:12px;
}
.page a:hover{
	background:#eee;
	text-decoration:none;
	color:#333;
}
.p{
	border:1px solid #eee;
	padding:8px;
	background:#fff;
	margin-left:2px;
}
.curpage{
	border:1px solid #ccc;
	padding:10px;
	background:#ccc;
	color:#fff;
}

.face{
	border-radius:50px;
	-moz-border-radius: 50px;      /* Gecko browsers */
    -webkit-border-radius: 50px;   /* Webkit browsers */

}


/*--------------------------------------------------------*/

.title_comm{
	font-size:16px;
	font-weight:bold;
	background:#fff;
	padding:10px;	
}
.comm_list{
	border-bottom:1px solid #f3f3f3;
	padding:5px;
}
.comm_list table td{
	padding:3px;
}

.quote{
	color:#666;
	margin:10px 0;
	padding:10px;
	font-size:12px;
	background:#F4F5F7;
	line-height:20px;

}
#post_comm {
	WIDTH: 100%; 
	display:block;
	overflow:hidden;
	z-index:5;
	margin:0 auto;
	FLOAT: right; 
	RIGHT: 0px; 
	BOTTOM: 0px;
	POSITION:fixed;/*�̶���λ*/
	_POSITION: absolute;/*����IE6*/
	_TOP: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);/*����IE6*/
}
.post_comm_list{
	border-top:1px solid #f1f1f1;
	padding:5px 10px 10px;
	background:#f9f9f9;
}
.post_comm_list table td{
	padding:3px;
}
.post_comm_bottom{
	padding:5px 10px 10px;
	background:#fff;
}
.post_comm_bottom table td{
	padding:3px;
}
.showMsg { 
	color:green;
	border:1px solid #ccc; 
	background: #ffffcc; 
	text-align:center;
	padding:5px;
	margin:5px;
	margin-left:
}
.right{float:right;}

.postSubmit{
	border:1px solid #999;
	background:#f1f1f1;
	color:#333;
	padding:0 5px;
	height:22px;

}
.goodpost{
	background:url(/html/cbo_mobile/style/img/good.gif);
	width:90px;
	height:90px;
	text-align:center;
}	
.badpost{
	background:url(/html/cbo_mobile/style/img/bad.gif);
	width:90px;
	height:90px;
	text-align:center;
}
.showgbnum{
	padding-top:60px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}	
.bdsharebuttonbox{
	background:url(/html/cbo_mobile/style/img/share.gif);
	width:90px;
	height:90px;
	text-align:center;
}
.showshare{
	padding-top:23px;
	padding-left:30px;
}

.tophead{
	border-bottom:1px solid #669999;
}
.tophead img{
	border:0;
}

.tophead span{
	background:#f1f1f1;padding:2px 5px;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	padding:3px 6px;
	margin-right:3px;
}




#topmenu {
	background:#fff;
	WIDTH: 100%; 
	display:block;
	overflow:hidden;
	z-index:5;
	margin:0 auto;
	FLOAT: right; 
	RIGHT: 0px; 
	TOP: 0px;
	POSITION:fixed;/*�̶���λ*/
	_POSITION: absolute;/*����IE6*/
	_TOP: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);/*����IE6*/
}

#topmenu_web {
	background:#fff;
	WIDTH: 100%; 
}
.menuoff{
	border-bottom:1px solid #EAEAEA;
}
.menuoff a {
	color:#777;	
}

.menuon{
	border-bottom:3px solid #468D86;
}
.menuon a{
	color:#468D86;	
}

.postbutton{
	border:0px solid #999;
	color:#fff;
	background:#5FB99E;
	font-size:16px;
	border-radius:5px;
}


/*��������STYLE*/

.showdiv {
	z-index: 100010;
	text-align: center;
	transform: translate(-50%,-50%);
	top: 40%;
	left: 50%;
	width:92%;
	position: fixed!important;

	
}

.divradius{
	border-radius:20px;
	-moz-border-radius: 20px;      /* Gecko browsers */
    -webkit-border-radius: 20px;   /* Webkit browsers */
}
.showbg {
	background-color: #000;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=50);/*IE*/
	opacity:0.5;/*FF*/
	z-index:58;
	
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	
}

.commcontent{
	font-size:16px;
	line-height:24px;
	padding:8px 0;
}
.wordwrap{
	word-wrap:break-word;
	word-break:break-all;
}
.word_wrap{
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.word_wrap_td{
	max-width: 100px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slineheight{
	line-height:18px;
}
.slineheight2{
	line-height:14px;
}
/*����*/
.liangdian{
	color:#ff6600;
	background:#FCF4EF;
	padding:1px 5px;
}
.buzu{
	color:#6f99d2;
	background:#F0F3F6;
	padding:1px 5px;
}
/*�Ǽ�����*/

#star-ul{color:#eaeaea;margin:10px 0;text-align:center ;}
#star-ul ul{margin: 0; padding: 0;display: inline-block;}
#star-ul ul li{list-style:none; float:left; font-size:35px; margin:5px; cursor:pointer;}
#star-txt{color:#478E87;text-align:center}
.star-hs{color:#FFCC00;}
/*The END*/

.button_o{
	color:#ff6600;
	font-size:12px;
	border:1px solid #FF9933;
	margin:3px 0;
	padding:0 4px;
	display:inline-block;
	border-radius:5px;
	background:#ffffff;
	cursor: pointer;
}
.skey{
	background:#f5f5f5;
	display: inline-block;
	padding:5px 10px; 
	margin:6px 5px
}
.zyj{
	background: #E5EFD6;
	color:green;
	padding:0 5px;
	margin:5px 0 5px 0;
	line-height:normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.kuadian{
	background: #ffe4d0;
	color:red;
	padding:0 5px;
	margin:5px 5px 5px 0;
	line-height:normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.coupon{
	background: #FF283B;
	color:#fff;
	padding:0 5px;
	margin:5px 5px 5px 0;
	line-height:normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.chooseyes {
	border:1px solid #ff9900;
	padding:8px 10px;
	color:#FF6600;
	width:90px;
	text-align:center;
	font-weight:bold;
	background:#fff;
}
.chooseno {
	border:1px solid #ccc;
	padding:8px 10px;
	width:90px;
	text-align:center;
	background:#fff;
}


/*--------����s--------*/
.draws_span{position: absolute;bottom:3px;left:4px; line-height:16px;}
.draws_scores{position: absolute;top:3px;left:6px;}
.draws_player{position: relative;padding:13px 0;}
.menu_type td{
	padding:0 12px;
}
.menu_group td{
	padding:3px 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	font-size:12px;
}
.nemutable{
	background:#eee;
	margin-bottom:5px;
	
}
.group_list {
	border: 2px solid #333;
	empty-cells: show; 
	border-collapse: collapse; 
	background:#fff;
}
.group_list td,th{
	font-size:14px;	
	padding:6px;
	border: 1px solid #ccc; 
	line-height:normal;
}
.group_list td img{
	height:10px;
	margin:2px;
}
.match_list{
	width:100%;
    empty-cells: show;
    border-collapse: collapse;
	background:#fff url(/cbo_include/images/bbb.gif);
}

.match_list td{
	border: 1px solid #dddddd;
	font-size:14px;	
	padding:10px;
}
.star_face2{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;	
}

.player_list{
	width:100%;
    empty-cells: show;
    border-collapse: collapse;
}

.player_list td{
	border: 1px solid #f1f1f1;
	font-size:12px;	
	padding:8px;
}

.player{
	margin:6px 0;position: relative;
}
.player2{
	position: relative;
}
.star_face{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;	
}
.player_div{
	padding:5px 10px;font-size:12px;display:inline-block;
}
.player_all_div_l{width:35%;display:flex;align-items:center;justify-content:flex-end;}
.player_all_div_r{width:35%;display:flex;align-items:center;justify-content:flex-start;}
.match_calendar{flex-grow:1;text-align:center;padding:4px 0;line-height:15px;}
.win_show_bg{background:#FFEB9C;}
.avatar-flag{
	position: absolute;bottom:6px;right:3px; width:16px;height:16px;
}
.avatar-flag img{
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
	background: #fff;
}
.sex_div{
	border-bottom: 1px solid #eaeaea;line-height:26px;margin-top:10px;margin-bottom:10px;padding-left:10px;
}
.match_input{
	color:#333;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	border-radius:0;
	border:1px solid #ddd;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	background:#fff;
	font-size:14px;
	line-height:20px;
	border-radius:2px;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
	padding:3px;
	margin:2px;
	
}
.match_input input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 12px;
}
.button_manage {
    border: 1px solid #B77206;
    border-top: 1px solid #ffeebe;
    border-left: 1px solid #ffeebe;
    background: #FFD050;
    color: #5C4215;
    padding: 2px 6px;
    margin: 2px;
}
.drawsType{overflow:scroll;display: flex;overflow-x:auto;background:#f2f2f2;}
.drawsGroup{overflow:scroll;display: flex;overflow-x:auto;background:#f2f2f2;}
/*���ص�������*/
.drawsGroup::-webkit-scrollbar,.drawsType::-webkit-scrollbar {
	 display: none;
}
.menu_title td{border-bottom: 1px solid #ccc;background:#eaeaea;font-size:14px;	}
.h2h{transform: rotate(90deg);font-size: 12px;color:#CC3333;display: inline-block; font-weight: 600;}
.tournament_more{border-bottom:1px solid #f1f1f1; height:55px}
.is_rss{display: inline-block;cursor: pointer;}
.open-system-notice{background-color: #FDF5EC;line-height: 32px;font-size: 11px;border-radius: 8px;padding: 0px 14px;position: relative;color: #C28F4C;margin-bottom: 1px;display: none;align-items: center;justify-content: space-between;}
.open-system-notice .open-btn{line-height: 10px;padding: 4px 8px;border: 1px solid #C28F4C;color: #C28F4C;font-size: 10px;border-radius: 15px;}
/*--------����e--------*/

.warningdiv{color: #ff0000;margin:10px 0;padding: 8px 8px 8px 40px;background: #ffffe0 url(https://www.badmintoncn.com/cbo_include/images/warning.gif) no-repeat 15px 50%;font-size:12px;text-align: left;line-height:normal}
.lockdiv{color: #666;margin:10px 0;padding: 8px 8px 8px 24px;border: dashed 1px #FF9A9A;background: #FFF url(https://bbs.badmintoncn.com/static/image/common/locked.gif) no-repeat 6px 50%;font-size:12px;text-align: left;line-height:normal}
.admindiv{color: #FF0000;margin: 10px;padding: 8px;border: dashed 1px #CDCDCD;background: #ffffe0;font-size:12px;text-align: center;line-height:normal}
.tipsdiv{color: #4D8DE4;margin: 10px;padding: 8px;background: #F0F7FD;font-size:12px;text-align: center;line-height:normal}
.jiajiannumber{width:100%;height:100%;text-align:center;line-height:normal;padding:0; background:#f9f9f9; border:0}
.button_orange{padding:2px 8px;border:1px solid #FF6600;margin-top:5px;}

.scores div{width:16px; text-align:center;display: inline-block;background: #f5f5f5; line-height: normal;padding:1px 2px;border-radius:2px;}
.tag_warning {background-color: #ffebcc!important;color: #CC6600;padding: 1px .5rem;border-radius: 5px; -moz-border-radius: 5px;-webkit-border-radius:5px;}
.video_bg{background: url(https://www.badmintoncn.com/cbo_include/images/play.png) no-repeat right 0px top 50% #fff; background-size:14px}
.tournament_select{height:18px;padding:0px 2px 0px 5px; line-height:normal; border:0; background:#ddd;}
.vsbg{background:url(https://www.badmintoncn.com/cbo_include/images/vsbg4.png) no-repeat center top #CC3333;background-size:100%;}

.item-video {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
	background-color: #555555;
	opacity: 0.8;
	border-radius: 50%;
}

/* 通过边框绘制三角形箭*/
.item-video::after {
  content: '';
  position: absolute;
  left: 55%; /* 微调居中位置 */
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: 10px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
/* Űť - ľʽ */
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	/* ؼԣ¼͸ */
    pointer-events: none;
}

/* ʹCSSΪͼ */
.play-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid white;
}