@charset "utf-8";
/*  
* @description: nba买球的正规网站nba押注通用样式表  
* @author: 姚玉香
* @update: 姚玉香(2020-10-11)  
*/  
/* 全局样式 */ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body { font-family:"微软雅黑" ; font-size: 16px; /*background-color: #fff;*/ background: url(/r/cms/www/dycms/imagesnew/container1-wenli-bg.png) repeat-x 0 462px; }
ul, li { display: block; list-style-type: none; }
img { border: none; }
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.main { width: 1325px; margin: 0 auto; /*overflow: hidden;*/ clear: both; }/*页面居中样式*/
/* End 全局样式 */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* 连接样式 */
a { text-decoration: none; color: #333; cursor: pointer; }
a:hover, a:active { color: #0067b6; }
a.more { font-weight: normal; font-size: 12px; }
a.fff { text-decoration: none; color: #fff; }
a.fff:hover, a.fff:active { text-decoration: underline; color: #fff; }
/* End 连接样式 */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* 头部样式 */
.header-top { height:160px;background-color: #a8020e;box-shadow: 2px 2px 2px 10px #ccc;}
.header-top .a1{ background-color:#A8020E;height:50px; line-height:50px;}
.header-top .b1{ height:180px; text-align:center;}
.block{ color:#FFF; font-size:20px; text-align:right;}
.search {
	position: relative;
	margin-top: 60px;

}
.search input {
	width: 280px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding-left: 20px;
	outline: none;
	color:#fff;
	background-color: #a8020e;
}
.search input:focus{
	border: 2px solid #fff;
}
.search button {
	position: absolute;
	top: 1px;
	right:1px;
	border: 0;
	width: 40px;
	height: 40px;
	background: url(/r/cms/www/dycms/images/searchBtn.png) no-repeat center;
	cursor: pointer;
}
/* 导航栏目样式 */
.ddsmoothmenu{
	font: bold 12px Verdana;
	background: #a8020e;
	width: 100%;
}
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #a8020e; /*background of menu items (default state)*/
	color: white;
	color: #fff;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #fff;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #7c0009;
}
.ddsmoothmenu ul li ul.twoUl li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #7c0009;
}
.ddsmoothmenu ul li a:hover{
	 /*background of menu items during onmouseover (hover state)*/
	color: #fff;
	background-color: #7c020b;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	/*collapseallsubmenustobeginwith*/
	visibility: hidden;
	padding: 3px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 3px 1px #ccc;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul.twoUl li a{
	font: normal 16px Verdana;
	width: 130px;
	padding: 5px 20px;
	margin: 0;
	border-top-width: 0;
	line-height: 40px;
	color:#000;
	background: #fff;
}
.ddsmoothmenu ul li ul.twoUl li a:hover{
  color:#a8020e;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{ /*Holly Hack for IE7 and below*/
	height: 1%;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 32px;
	right: 2px;
}
.rightarrowclass{
	position: absolute;
	top: 20px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
/* End 头部样式 */








/* 尾部样式 */
.footer { background-color:#A8020E; width:100%; height:310px;padding-top: 40px;}
.footer_body { position: relative; margin: 0 auto; width:1325px; }
.footer p { padding-left: 6px; }
.footer_subnav { color: #0067b6; }
.footer_subnav a { line-height: 26px; margin: 0 6px; color: #0067b6; }
.index_notice_head h2 a { color: #fff; }
.footer_body {
  color:#fff;
  text-align: center;
}
.beian {
  width: 350px;
  padding-left: 20px;
  text-align: left;
	line-height: 36px;
	margin-top: 30px;
}
.footer_logo img{
	width: 600px;
	margin-top: 60px;
}
.flow {
  color:#fff;
	width: 350px;
	position: relative;
}
.flow .flow_num {
	width: 150px;
  background: url(/r/cms/www/dycms/images/flow.png) no-repeat left center;
	text-indent: 40px;
	height: 40px;
	line-height: 40px;
margin: 0 auto;
}
.flow img {
  display: block;
}
.qrcode {
	margin: 20px auto;
}
.sinaIcon {
	width: 160px;
	margin: 10px auto 0;
}
.sinaIcon a{
	display: block;
}
a.goBack {
	width: 100px;
	margin: 0px auto 20px;
	display: block;
	float: right;
	line-height: 40px;
	color: #999;
}