﻿/* main.css为公用文件 控制全局布局样式 修改颜色样式请至各主题目录修改theme.css文件 */

/*   -----------------------------------------------------
	基本
	----------------------------------------------------- */
	
body, div, td, input, tr, table, tbody, form, textarea {
	margin:0; padding:0;
	font-family:"Microsoft Yahei";
}
body{ background:#1a081e}

h1, h2, h3, h4, h5, ul, li, p, b {
	margin:0; padding:0;
	list-style:none;
	font-weight:normal;
}

img {
	border:none;
	+vertical-align:top;
}

a { color:#333; text-decoration:none; }
a:hover { color:#F90; text-decoration:underline; }

.wrap{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

/*   -----------------------------------------------------
	通栏
	----------------------------------------------------- */
	
.top_banner { height:490px; }

	.drop_down{ 
		text-align:right;
		padding:10px 20px 0 0;
	}
	
	.description { 
		color:#fff; 
		margin:240px 0 0 80px; 
		width:360px;
		text-indent:25px;
		text-shadow:1px 1px 1px #000;
		line-height:180%;
	}
	
/*   -----------------------------------------------------
	明星简介
	----------------------------------------------------- */
	
.star_box{ height:413px; }	

	.star_info{
		padding:100px 0 0 290px;
		width:630px;
	}
	
		.star_info h2{ 
			border-top:solid 1px #5b1173;
			padding:20px 0 15px 0;
			color:#ffde00;
			font-size:22px;
			text-indent:25px;
		}
		.star_info h2 a{
			color:#ffde00;
		}
		.star_info h2 a:hover{
			color:#F90;
		}
		.star_info p{ 
				color:#d3b0db; 
				font-size:14px; 
				line-height:180%;
				margin:0 0 10px 0;
				text-indent:25px;
		}
		
		.star_info p a{color:#d3b0db; text-decoration:none}
		.star_info p a:hover{color:#ffde00; text-decoration: underline}

/*   -----------------------------------------------------
	大板块
	----------------------------------------------------- */

.mainbox {
	width:980px;
	margin:0px auto 0 auto;
	overflow:hidden;
}

	.mainbox .content {
		overflow:hidden;
		_zoom:1;
	}

/*   -----------------------------------------------------
	板块 1
	----------------------------------------------------- */
	
.title_01 {
	height:165px;
	background:transparent url(../images/main_title_01.jpg) no-repeat;
}

.block_01 {
	background:url(../images/main_contentbg_01.jpg) no-repeat;
	height:288px;
}

	.block_01 li {
		background:url(../images/block_01_imgbg.gif) no-repeat center top;
		float:left; display:inline;
		width:224px;
		margin:15px 0 0 15px;
		padding:0 1px 10px 1px;
	}
	
		.block_01 li img {
			width:212px; 
			height:148px;
			margin:3px 0 0 6px
		}
		
		.block_01 li p {
			padding:8px 14px 0 14px;
			font-size:12px;
			line-height:24px;
			color:#b18abf;
			text-indent:2em;
		}
		
			.block_01 li p a { color:#fff; text-decoration:none; font-weight:bold}
			.block_01 li p a:hover { color:#F60; text-decoration:underline; }
			
/*   -----------------------------------------------------
	板块 2
	----------------------------------------------------- */
	
.title_02 {
	height:165px;
	background:transparent url(../images/main_title_02.jpg) no-repeat;
}

.block_02 {
	background:url(../images/main_contentbg_02.jpg) no-repeat;
	height:361px;
}

	.block_02 .option {
		padding:15px 15px 0 74px;
		overflow:hidden;
		_zoom:1;
	}
	
	.block_02 h3 {
		float:left; display:inline;
		margin: 0 0 0 28px;
		width:247px; height:44px;
		background:transparent url('../images/select_02.png') no-repeat;
		padding:13px 0 0 0;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:white;
		cursor:pointer;
	}
	
		.block_02 h3 a, .block_02 h3 a:hover { color:white; text-decoration:none; }
		
		.block_02 h3.up {
			background:transparent url('../images/select_01.png') no-repeat;
			padding:11px 0 0 0;
		}
	
	.block_02 ul {
		display:none;
		padding:0 0 10px 20px;
		overflow:hidden;
		_zoom:1;
	}
	
	.block_02 .block {
		display:block;
	}
	
	.block_02 li {
		float:left; display:inline;
		margin:5px 35px 0 0;
		width:158px;
		height:212px;
		background:url(../images/block_02_imgbg2.gif) no-repeat;
	}
	
	.block_02 li.big {
		background:url(../images/block_02_imgbg1.gif) no-repeat;
		width:341px;
	}
	
		.block_02 li.big img {
			width:335px; height:150px;
		}
		
	.block_02 .nomargin {
		margin:5px 0 0 0;
	}
	
		.block_02 li img {
			width:150px; height:150px;
			margin:3px 0 0 3px;
		}
		
		.block_02 li p {
			display:block;
			text-align:center;
			padding:0 10px 0 10px;
			margin:15px 0 0 0;
			font-size:12px;
		}
		
		.block_02 li a { color:#b18abf; text-decoration:none; font-size:14px; font-weight:bold}
		.block_02 li a:hover { color:#F90; text-decoration:underline; }
		
	.block_02 .text {
		float:left;
		padding:0 20px 0 150px;
		width:750px;
		background: none;
		font-size:12px;
		line-height:22px;
		color:#9150a8;
		text-indent:2em;
	}
	
		.block_02 .text a { color:#fff; text-decoration:none; font-size:12px;}
		.block_02 .text a:hover { color:#F60; text-decoration:underline; }

/*   -----------------------------------------------------
	板块 3
	----------------------------------------------------- */
	
.title_03 {
	height:175px;
	background:transparent url(../images/main_title_03.jpg) no-repeat;
}

.block_03 {
	background:url(../images/main_contentbg_03.jpg) no-repeat;
	height:258px;
	padding: 0 0 0 20px;
}	

	.block_03 img {
		float:left; display:inline;
		width:226px; height:206px;
		background:white;
		border:#873aa1 2px solid;
	}
	
	.block_03 span {
		float:left; display:inline;
		width:680px;
		padding:10px 0 15px 0;
		margin:0 0 0 30px;
		border-bottom:1px #4c0f5d solid;
		font-size:12px;
		line-height:24px;
		text-indent:2em;
		color:#b18abf;
	}
	
		.block_03 span a { color:#FFF; text-decoration:none; }
		.block_03 span a:hover { color:#F60; text-decoration:underline; }
		
	.block_03 p {
		float:left; display:inline;
		padding:15px 0 0 0;
		margin:0 0 0 30px;
		width:680px;
		color:#9150a8;
		overflow:hidden;
		_zoom:1;
		font-size:14px;
		line-height:22px;
		vertical-align:middle;
	}
	
	.block_03 .ask {
		overflow:hidden;
		color:#9150a8;	
	}
	
	.block_03 .answer {
		height:37px;
		overflow:hidden;
		line-height:37px;
		font-size:12px	
	}
		
		.block_03 .answer input {
			margin:0 5px 0 20px;
		}
			
	.block_03 .btn1 {
		width:69px; height:28px;
		line-height:28px;
		background:url(../images/btn_bg.gif) no-repeat;
		font-size:14px;
		color:#FFF;
		border:0;
		font-weight:bold;
		vertical-align:middle;
		cursor:pointer;
	}
			
/*   -----------------------------------------------------
	板块 4
	----------------------------------------------------- */
	
.title_04 {
	height:66px;
	background:transparent url(../images/main_title_04.jpg) no-repeat;
}

.block_04 {
	padding:15px 0 20px 0;
	background: #280634 url(../images/main_contentbg_04.png) repeat-x top;
}

#scroll_h_break {
	float:left; display:inline;
	width:897px;
	margin:0 0 0 10px;
	overflow:hidden;
}

.SHB_LeftBotton, .SHB_RightBotton {
	float:left; display:inline;
	margin:60px 0 0 9px;
	width:22px; height:46px;
	cursor:pointer;
	background:transparent url('../images/SHB_L.gif') no-repeat 0 center;
}

.SHB_RightBotton {
	background:transparent url('../images/SHB_R.gif') no-repeat 0 center;
}

.SHB_LeftBotton:hover {
	background:transparent url('../images/SHB_L_hover.gif') no-repeat 0 center;
}

.SHB_RightBotton:hover {
	background:transparent url('../images/SHB_R_hover.gif') no-repeat 0 center;
}

	#scroll_h_break li {
		float:left;
		padding:0 11px 0 0;
		background:url(../images/block_04_imgbg.gif) no-repeat left top;
	}

	#scroll_h_break img {
		width:212px;
		height:148px;
		vertical-align:top;
		margin:3px 0 0 3px;
	}
	
	#scroll_h_break p {
		padding:10px 0 0 0;
		font-size:12px;
		text-align:center;
		color:#333;
	}
	
		#scroll_h_break p a { color:#e2a8f7; text-decoration:none; }
		#scroll_h_break p a:hover { color:#F90; text-decoration:underline; }

.scroll_h_break_div {
	width:1000%;
	_zoom:1;
}

#scroll_h_break_begin, #scroll_h_break_end {
	float: left;
}

/*   -----------------------------------------------------
	评论区
	----------------------------------------------------- */
	
.title_comment {
	height:67px;
	background:transparent url(../images/main_title_05.jpg) no-repeat;
}

.block_comment {
	padding:20px;
	font-size:12px;
	background: #280634 url(../images/main_contentbg_04.png) repeat-x top;
}
	.comment_text {
		margin-left:2px;
		color:#fff;
	}
	
	.comment_text a{ color:#fff }
	.comment_text a:hover{ color:#F90 }
	
	.remark .username {
		padding:10px 0 10px 0;
	}
	
		.remark .username input {
			width:240px;
			padding:6px 4px 2px 4px;
			border:1px solid #d3b0db;
			height:20px;
			font-size:14px;
			background:#cbb5d5;
		}
		
	.remark .remarkbox {
		padding:0 0 10px 0;
	}
	
		.remark .remarkbox textarea {
			width:920px;
			padding:6px 4px 2px 4px;
			border:1px solid #d3b0db;
			height:100px;
			font-size:14px;
			background:#cbb5d5;
		}
		
	.remark .rebut {
		padding:0 0 10px 0;
		color:#d3b0db;
	}

		.remark .rebut .tbox {
			width:50px;
			padding:2px;
			border:#d3b0db 1px solid;
			vertical-align:middle;
			background:#cbb5d5;
		}
	
		.remark .rebut .but1 {
			margin:0 0 0 5px;
			width:88px; height:28px;
			background:url(../images/btn_bg.gif) no-repeat 0px -28px;
			font-size:14px;
			color:#FFF;
			border:0;
			font-weight:bold;
			vertical-align:middle;
			cursor:pointer;
		}
		
	.remark ul {
		margin:10px 0 0 0;
		border-top:1px #685071 dotted;
	}

	.remark li {
		font-size:14px;
		line-height:24px;
		border-bottom:1px #685071 dotted;
		padding:10px 0;
	}
	
		.remark li a { color:#e2a8f7; text-decoration:none; }
		.remark li a:hover { color:#F90; text-decoration:underline; }

		.remark li .c1, .remark li .c2 {
			text-overflow:ellipsis;
			white-space:nowrap;
			font-size:14px;
			color:#e2a8f7;
			clear:both;
		}
		
		.remark li .c1 {
			padding:0 0 0 20px;
			font-size:12px;
			color:#b6aaba;
			background:transparent url(../images/icon_01.gif) no-repeat 0 center;
		}
		
	.comment_bottom{
		background: url(../images/block_05_bottom.gif) no-repeat;
		height:15px;
		margin-bottom:15px;
	}
	
/*   -----------------------------------------------------
	落款
	----------------------------------------------------- */

.copyright {
	font-size:12px;
	line-height:24px;
	color:#b6aaba;
	text-align:center;
	padding:0 0 20px 0;
}

	.copyright a { color:#b6aaba; text-decoration:none; }
	.copyright a:hover { color:#F90; text-decoration:underline; }
	
.bottominfo, #bottominfo {
	clear:both;
	padding:15px 0 25px 0;
	background:none;
	color:#b6aaba;
}
.bottominfo a, #bottominfo a {
	color:#b6aaba;
}