/* CSS Document */
body,html{
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
	background:#f8f8f8;
	
}
ul,li{padding:0px; margin:0px; list-style:none;}
img{border:0px;}
p,h1,h2,h3,h4{padding:0px; margin:0px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}

.header{
	width:100%;
	height:100px;
	background:#ffffff;
	border-bottom:1px solid #cccccc;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

.header_top{width:1000px;margin:auto;}

.header_top_logo{ 
	width:220px; 
	float:left; 
	height:68px; 
	margin-top:16px;
	
}

.header_top_right{width:700px;float:right;}
.header_top_right_login{
	width:100%;
	display:block;
	padding:0px;
	margin:16px 0 0 0;
	float:right;
}
.header_top_right_login a{
	font:14px/30px "微软雅黑";
	color:#999999;
	text-decoration:none;
	float:right;
	margin-left:6px;
}	
.header_top_right_login a:hover{
	color:#38c674;
	text-decoration:none;
}

/*导航样式*/
.nav{
	width:100%;
	float:right;
	display:block;
	padding-top:5px; 
	clear:both;
	text-align:center;
}

.nav ul {
padding:0;
margin:0;
list-style-type:none;
}

.nav ul li {float:right;position:relative; padding-left:30px;}
.nav ul li a, .nav ul li a:visited{
display:block;
text-align:center;
text-decoration:none;
height:32px;
color:#333333;
border:1px solid #fff;
border-width:0 0 1px 0;
line-height:36px;
font-family:"微软雅黑";
font-size:16px;
}
/* make the dropdown ul invisible */
.nav ul li ul {display: none;}
.nav ul li:hover a {color:#38c674;}
.nav ul li:hover ul {
display:block;
position:absolute;
top:32px;
left:-10px;
}
.nav ul li:hover ul li a {
width:100%;
display:block;
padding:0 6px 5px 6px;
background:#38c674;
color:#ffffff;
margin-bottom:2px;
}

.nav ul li:hover ul li a:hover {background:#38c674;color:#ffffff;}

.nav_hover{color:#38c674;text-decoration:none;}

	
/*banner样式*/

.moban_banner{
	width:100%;
	height:280px;
	overflow:hidden;
	padding-top:100px;
	position:relative;
	
}

.moban_banner_span{
	width:1000px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-500px;
	z-index:1;
}
.moban_banner_login{
	width:250px;
	height:230px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:2;
	background: url(../img/moban_login_bg.png);
	border-radius:10px;
}
.moban_banner_login li{
	width:90%;
	margin:15px auto 0 auto;
	clear:both;
	}
.moban_banner_login li a{
	font:12px/36px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	}
.moban_banner_login li a:hover{
	font:12px/36px "微软雅黑";
	color:#ffffff;
	text-decoration: underline;
	}
.moban_banner_login li p{
	width:100%;
	font:14px/24px "微软雅黑";
	color:#ebca8b;
	text-align:left;
	text-decoration: none;
	border-bottom:1px dotted #979890;
	padding:0 0 8px 0;
	margin:0px;
	}
.moban_login_button01{
	width:160px;
	height:40px;
	margin-left:33px;
	border:2px solid #ebca8b;
	font:16px/36px "微软雅黑";
	color:#ebca8b;
	text-align:center;
	border-radius:10px;
	background:none;
}
.moban_login_button02{
	width:225px;
	height:50px;
	background:#ebca8b;
	font:20px/50px "微软雅黑";
	color:#733613;
	text-align:center;
	border-radius:6px;
	border:none;
}	
	
	
.moban_banner_login01{
	width:250px;
	height:230px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:2;
	background: url(../img/moban_login_bg.png);
	border-radius:10px;
	display:none;
}
.moban_banner_login01 li{
	width:90%;
	margin:15px auto 0 auto;
	clear:both;
	}
.moban_banner_login01 li a{
	font:12px/36px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	}
.moban_banner_login01 li a:hover{
	font:12px/36px "微软雅黑";
	color:#ffffff;
	text-decoration: underline;
	}
.moban_banner_login01 li p{
	width:100%;
	font:12px/24px "微软雅黑";
	color:#ebca8b;
	text-align:left;
	text-decoration: none;
	border-bottom:1px dotted #979890;
	padding:0 0 8px 0;
	margin:0px;
	}
	
.moban_banner_login01 span{float:left;}
.moban_banner_login01_touxiang{
	width:64px;
	height:64px;
	margin-bottom:5px;
	background:none;
	float:left;
	border-radius:32px;
	border:2px solid #616161;
}
.moban_banner_login01_touxiang img{
	width:64px;
	height:64px;
}	
	
.moban_banner_login01_title{
	font:18px/36px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
}
.moban_banner_login01_title em{
	width:100%;
	display:block;
	font:14px/24px "微软雅黑";
	color:#ebca8b;
	text-decoration:none;
}

	
/*搜索样式*/	
.moban_sousuo{
	width:1000px;
	height:60px;
	background:#ffffff;
	margin:0 auto 20px auto;
	box-shadow:0 2px 0 #e1e1e1;
}
.moban_sousuo li{
	float:left;
	font:16px/60px "微软雅黑";
	color:#666666;
	position:relative;
}

.moban_sousuo li span{
	float:left;
	margin-left:10px;
	color:#666666;
	text-decoration:none;
}
.moban_sousuo li a{
	float:left;
	margin-left:12px;
	color:#666666;
	text-decoration:none;
}
.moban_sousuo li a:hover{
	float:left;
	margin-left:12px;
	color:#38c674;
	text-decoration:none;
}

	
.moban_sousuo_input{
	width:300px;
	height:33px;
	border:1px solid #d6d6d6;
	float:left;
	margin:12px 0 0 15px;
	font:14px/33px "微软雅黑";
	color:#cccccc;
	text-align:left;
	text-indent:12px;
}
.moban_sousuo_img{
	width:32px;
	height:32px;
	position:absolute;
	top:13px;
	right:5px;
	z-index:10;
}		
	
/*主题中心样式*/	
.moban_canner_mian{
	width:1000px;
	margin:auto;
	overflow:hidden;
	clear:both;
    padding-top:20px;
	padding-bottom:20px;
}
.moban_canner_left{
	width:720px;
	float:left;
	overflow:hidden;
}
.moban_canner_right{
	width:250px;
	float:right;
	overflow:hidden;
}

/*主题专辑式*/	
.moban_zhuanji{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
	padding-bottom:1px;
	clear:both;
}

.moban_zhuanji_title{
	width:100%;
	height:40px;
	margin:auto;
	border-bottom:1px solid #38c674;
	margin-bottom:20px;
	color:#38c674;
}
.moban_zhuanji_title span{
	height:38px;
	padding:0 5px;
	font:20px/38px "微软雅黑";
	color:#38c674;
	text-align:left;
	border-bottom:2px solid #38c674;
	padding-bottom:7px;
}
.moban_zhuanji_title a{
	font:14px/40px "微软雅黑";
	color:#666666;
	text-decoration:none;
	padding:0 6px;
	float:right;
}

.moban_zhuanji_title a:hover{
	font:14px/40px "微软雅黑";
	color:#38c674;
	text-decoration:none;
}

.moban_zhuanji_title p{
	font:14px/40px "微软雅黑";
	float:left;
	color:#888888;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.moban_zhuanji_title input{
	font:14px/40px "微软雅黑";
	float:right;
	color:#666666;
	text-decoration:none;
	padding-left:15px;
	border:0px;
	text-align:center;
	background:none;
	cursor:pointer;
}


.moban_zhuanji_pic,.moban_shuaige,moban_index_zhuanji{width:100%;clear:both;}

.moban_zhuanji_pic li{
	width:165px;
	float:left;
	margin:0 10px 0 5px;
	padding:0px;
	list-style:none;
}
.moban_zhuanji_pic a
{
color:#333333;}
.moban_zhuanji_pic li img{
	width:165px;
	height:290px;
}
.moban_zhuanji_pic li span{
	width:163px;
	height:30px;
	display:block;
	background:#ffffff;
	border:1px solid #e7e7e7;
	border-top:none;
	box-shadow:0 1px 1px #ecebec;
	font:14px/30px "微软雅黑";
	color:#333333;
	text-align:center;
	padding:0px;
	margin:0px;
}


.moban_zhuanji_heji{width:100%;clear:both;}

.moban_zhuanji_heji li{
	width:165px;
	float:left;
	margin:0 18px 20px 15px;
	padding:0px;
	list-style:none;
}
.moban_zhuanji_heji li img{
	width:165px;
	height:290px;
}
.moban_zhuanji_heji a{
	color:#333333;
}
.moban_zhuanji_heji li span{
	width:163px;
	height:30px;
	display:block;
	background:#ffffff;
	border:1px solid #e7e7e7;
	border-top:none;
	box-shadow:0 1px 1px #ecebec;
	font:14px/30px "微软雅黑";
	color:#333333;
	text-align:center;
	padding:0px;
	margin:0px;
}

/**/
.moban_shuaige{width:100%;clear:both;}

.moban_shuaige_box{ 
  width:165px;
  height:292px;
  margin:0 10px 20px 5px;
  float:left;
  position:relative;
  cursor:pointer;
 }
.moban_shuaige_box img{ 
  width:165px;
  height:290px;
  border:1px solid #f8f8f8;
 }
.moban_shuaige_box img:hover{ 
  width:165px;
  height:290px;
  border:1px solid #ff6600;
 }
.moban_shuaige_box .bmbox{ 
  width:164px; 
  height:290px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:none;
  font:16px/290px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #f8f8f8;
 }
.moban_shuaige_box:hover .bmbox{
  width:164px; 
  height:290px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:block;
  font:16px/290px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #ff6600;
 }

.moban_shuaige_box .bmbox a{width:164px; height:290px; display:block; color:#ffffff;text-decoration:none;}
.moban_shuaige_box .bmbox a:hover{width:164px; height:290px; display:block;color:#ffffff;text-decoration:none;}




/*魔友主题*/
.moban_moyou_pic{width:100%;clear:both;}

.moban_moyou_pic_left{
	width:270px;
	height:480px;
	float:left;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	padding:0px;
	list-style:none;
}
.moban_moyou_pic_left img{
	width:270px;
	height:480px;
}
.moban_moyou_pic_left img:hover{
	width:270px;
	height:480px;
}

.moban_moyou_pic_left .moyou{ 
  width:270px;
  height:480px;
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:none;
  font:16px/26px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #f8f8f8;
 }
.moban_moyou_pic_left:hover .moyou{
  width:270px;
  height:480px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:block;
  font:16px/26px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #ff6600;
 }
.moyou_input{
	width:80%; 
	height:32px;
	font:13px/26px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	background:#ff6600;
	border-radius:5px;
	text-align:center;
	border:0px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-40%;
	z-index:2;
	cursor:pointer;
}




.moban_moyou_pic_right{ width:450px;float:right; clear:both;}
.moban_moyou_pic_box{ 
  width:130px;
  height:230px;
  margin:0 0 20px 18px;
  float:left;
  position:relative;
  cursor:pointer;
  padding:0px;
  list-style:none;
 }
.moban_moyou_pic_box img{ 
  width:130px;
  height:230px;
  border:1px solid #f8f8f8;
 }
.moban_moyou_pic_box img:hover{ 
  width:130px;
  height:230px;
  border:1px solid #ff6600;
 }
 
 
.moban_moyou_pic_box .renmen{ 
  width:129px;
  height:230px;
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:none;
  font:16px/26px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #f8f8f8;
 }
.moban_moyou_pic_box:hover .renmen{
  width:129px;
  height:230px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:block;
  font:16px/26px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #ff6600;
 }

.renmen_input{
	width:80%; 
	height:32px;
	font:13px/26px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	background:#ff6600;
	border-radius:5px;
	text-align:center;
	border:0px;
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-40%;
	z-index:2;
	cursor:pointer;
}




/*右边主题分类*/
.moban_fenlei,.moban_moyou_paihang,.moban_sgmn_paihang,.moban_biaoqian{
	width:100%;
	min-height:380px;
	overflow:hidden;
	margin-bottom:20px;
	background:#ffffff;
	border-bottom:2px solid #dfdfdf;
	clear:both;
}


.moban_qiehuan_title{
	width:100%;
	height:40px;
	border-bottom:1px solid #38c674;
}
.moban_qiehuan_title li{
	width:48%;
	float:left;
	text-align:center;
	font:18px/40px "微软雅黑";
	color:#666666;
}



.moban_biaoqian{min-height:325px;}

.moban_fenlei_title{
	width:100%;
	height:40px;
	border-bottom:1px solid #e0e0e0;
	font:20px/40px "微软雅黑";
	color:#333333;
	text-align:left;
	text-indent:10px;
}

.moban_fenlei_nr{
	width:200px;
	margin:auto;
	overflow:hidden;
	padding-top:5px;
}

.moban_fenlei_nr a{
	float:left;
	display:inline;
	overflow:hidden;
	font:14px/32px "微软雅黑";
	color:#666666;
	padding:0 10px;
	text-align: center;
	text-decoration:none;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}
.moban_fenlei_nr a:hover{
	display:block;
	overflow:hidden;
	float:left;
	font:14px/32px "微软雅黑";
	color:#38c674;
	padding:0 10px;
	text-decoration:none;
}

.moban_fenlei_yanse{
	width:93%;
	margin:10px auto 0 auto;
	overflow:hidden;
	clear:both;
}

.moban_fenlei_yanse a{
	float:left;
	width:30px;
	height:30px;
	border:1px solid #ebebeb;
	-webkit-appearance: none;
	vertical-align: middle;
	margin:10px 7px;
	cursor:pointer;

}
.moban_fenlei_yanse a:hover{
	float:left;
	width:30px;
	height:30px;
	border:1px solid #ff6905;
	-webkit-appearance: none;
	vertical-align: middle;
	margin:10px 7px;
	cursor:pointer;
}
.moban_fenlei_yanse span{
	float:left;
	font:16px/30px "微软雅黑";
	color:#666666;
	margin:10px 5px 0 0;
}

.moban_checkbox_yanse01{ background:#333333;}
.moban_checkbox_yanse02{ background:#ffffff;}
.moban_checkbox_yanse03{ background:#999999;}
.moban_checkbox_yanse04{ background:#ff0000;}
.moban_checkbox_yanse05{ background:#ff9900;}
.moban_checkbox_yanse06{ background:#ffff00;}
.moban_checkbox_yanse07{ background:#33cc00;}
.moban_checkbox_yanse08{ background:#00ccff;}
.moban_checkbox_yanse09{ background:#9933ff;}
.moban_checkbox_yanse10{ background:#ff9999;}
.moban_checkbox_yanse11{ background: url(../img/moban_sousuo_ys_bg.png) no-repeat;}


/*魔友主题下载排行*/
.moban_moyou_paihang{min-height:540px;}
.moban_moyou_paihang_nr{width:90%;margin:10px auto 0 auto; clear:both;}
.moban_moyou_paihang_nr_mian{
	width:100%;
	font:16px/36px "微软雅黑";
	color:#666666;
	text-align:left;
	text-decoration:none;
	clear:both;
}
.moban_moyou_paihang_nr_mian li a{color:#666666;text-decoration:none;}
.moban_moyou_paihang_nr_mian li a:hover{color:#38c674;text-decoration:none;}
.moban_moyou_paihang_nr_mian li span{
	float:right;
	font:12px/36px "微软雅黑";
	color:#cccccc;
}
.moban_moyou_paihang_nr_mian li p{
	float:left;
	width:16px;
	height:16px;
	background:#ff9900;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:11px 10px 0 5px;
}
.moban_moyou_paihang_nr_mian li i{
	float:left;
	width:16px;
	height:16px;
	background:#cccccc;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:11px 10px 0 5px;
	font-style:inherit;
}


.moban_paihang_xiansi{width:100%;margin:auto; clear:both;}
.moban_paihang_xiansi li{
	width:100%;
	font:16px/36px "微软雅黑";
	color:#666666;
	text-align:left;
	text-decoration:none;
	clear:both;
}
.moban_paihang_xiansi li a{color:#666666;text-decoration:none;}
.moban_paihang_xiansi li a:hover{color:#38c674;text-decoration:none;}
.moban_paihang_xiansi li span{
	float:right;
	font:12px/36px "微软雅黑";
	color:#cccccc;
}
.moban_paihang_xiansi li p{
	float:left;
	width:16px;
	height:16px;
	background:#ff9900;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:11px 10px 0 5px;
}
.moban_paihang_xiansi li i{
	float:left;
	width:16px;
	height:16px;
	background:#cccccc;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:11px 10px 0 5px;
	font-style:normal;
}


/*排行one*/
.moban_paihang_one{
	width:100%;
	margin:0 auto 10px auto; 
	clear:both; 
	background:#f8f8f8; 
	overflow:hidden;
	border-radius:3px;
	display: none;
}
.moban_paihang_one li{
	width:96%;
	margin:auto;
	font:14px/30px "微软雅黑";
	color:#666666;
	text-align:left;
	text-decoration:none;
	padding:10px 0 10px 0;
}
.moban_paihang_one li img{
	width:65px;
	height:115px;
	float:left;
	margin:0 10px 10px 10px;	
}

.moban_paihang_one li p{
	float:left;
	width:16px;
	height:16px;
	background:#ff9900;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:0px;
}

.moban_paihang_one li i{
	float:left;
	width:16px;
	height:16px;
	background:#cccccc;
	font:12px/16px "宋体";
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	padding:0px;
	margin:0px;
	font-style:normal;
}

.moban_paihang_one_right{width:100px;float:right;}
.moban_paihang_one_right a{
	width:100%;
	display:block;
	font:14px/24px "微软雅黑";
	color:#999999;
	text-decoration:none;
	clear:both;
	text-align:left;
}
.moban_paihang_one_right a b{color:#999999; font-weight:normal; font-family:"微软雅黑";}
.moban_paihang_one_right a img{
	width:20px;
	height:20px;
	float:left;
	margin-left:0px;
}
.moban_paihang_one_right_input{
	width:90px;
	height:26px;
	float:left;
	font:14px/22px "微软雅黑";
	color:#ffffff;
	text-align:center;
	border:0px;
	background:#84b948;
	border-radius:5px;
	cursor:pointer;
}




.moban_moyou_paihang_nr_mian .moban_paihang_one{ 
 	width:100%;
	margin:auto; 
	clear:both; 
	background:#f8f8f8; 
	overflow:hidden;
	border-radius:3px;
	display:none;
 }
.moban_moyou_paihang_nr_mian:hover .moban_paihang_one{
	width:100%;
	margin:auto; 
	clear:both; 
	background:#f8f8f8; 
	overflow:hidden;
    display:block;
 }

.moban_moyou_paihang_nr_mian:hover .moban_paihang_xiansi{ 
 	width:100%;
	margin:auto; 
	clear:both; 
	overflow:hidden;
	border-radius:3px;
	display:none;
 }
.moban_moyou_paihang_nr_mian .moban_paihang_xiansi{
	width:100%;
	margin:auto; 
	clear:both; 
	overflow:hidden;
    display:block;
	text-decoration:none;
 }





/*帅哥美女主题下载排行*/
.moban_sgmn_paihang{min-height:352px;}


/*网站结尾样式*/
.footer{width:100%;height:100px; background:#515151; clear:both;}
.footer ul{width:1000px;margin:auto;}
.footer ul li{ 
	width: auto; 
	float:left;
	font:14px/30px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
}
.footer ul li p{
	width:500px;
	float:left;
	display:block;
	clear:both;
	padding-top:4px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.footer ul li p a{ 
	float:left;
	font:14px/30px "微软雅黑";
	color:#ffffff;
	text-decoration:none;
	margin-right:20px;
}
.footer ul li p a:hover{ 
	float:left;
	font:14px/30px "微软雅黑";
	color:#38c674;
	text-decoration:none;
	margin-right:20px;
}

.moban_footer_right{width:450px;padding-top:18px;}
.moban_footer_right a{
	width:80px;
	float:right;
	margin-left:20px;
	font:12px/24px "微软雅黑";
	color:#ababab;
	text-decoration:none;
	text-align:center;
}
.moban_footer_right a:hover{ 
	float:right;
	margin-left:20px;
	font:12px/24px "微软雅黑";
	color:#38c674;
	text-decoration:none;
	text-align:center;
}

.moban_footer_right a img{
	width: 36px;
	height:36px;
	text-align:center;
	margin:auto;
	padding:3px;
	display:block;
}

/*无数据区域*/
.moban_wushuju01{
	width:100%;
	height:320px;
	font:18px/320px "微软雅黑";
	color:#999999;
	text-align:center;
	display:none;
}
.moban_wushuju02{
	width:100%;
	height:480px;
	margin-bottom:20px;
	font:18px/480px "微软雅黑";
	color:#999999;
	text-align:center;
	display:none;
}	

.moban_wushuju03{
	width:100%;
	height:290px;
	margin-bottom:20px;
	font:18px/290px "微软雅黑";
	color:#999999;
	text-align:center;
	display:none;
}

.moban_paihang_one_right{width:100px;float:right;}
.moban_paihang_one_right a{
	width:100%;
	display:block;
	font:14px/24px "微软雅黑";
	color:#999999;
	text-decoration:none;
	clear:both;
	text-align:left;
}
.moban_paihang_one_right a b{color:#999999; font-weight:normal; font-family:"微软雅黑";}
.moban_paihang_one_right a img{
	width:20px;
	height:20px;
	float:left;
	margin-left:0px;
}
.moban_paihang_one_right_input{
	width:90px;
	height:26px;
	float:left;
	font:14px/22px "微软雅黑";
	color:#ffffff;
	text-align:center;
	border:0px;
	background:#84b948;
	border-radius:5px;
}


/*装酷神器详情页面--------------------------------------------------*/
.moban_details_main{
	width:1000px;
	margin:auto;
	overflow:hidden;  
	padding-bottom:20px;
	padding-top:130px;
}

.moban_details_left{
	width:720px;
	float:left;
}
.moban_details_left span{width:100%;}
.moban_details_left span img{
	width:220px;
	height:390px;
	float:left;
	margin:0 15px 0 5px;
}




.moban_details_fx_mian{
	width:1000px;
	height:40px;
	margin:auto;
	display:block;
	background:#ffffff;
	clear:both;
}


.moban_details_fenxiang{
	width:280px;
	float:left;
	font:16px/24px "微软雅黑";
	color:#999999;
	text-align:left;
	margin:8px 0 0 10px;
}

.moban_details_fenxiang a{float:left;margin-right:10px; text-align:left;}
.moban_details_fenxiang a img{width:24px;height:24px;}


.moban_details_xiazai{
	width:400px;
	float:left;
	margin:8px 0 0 15px;
	padding-right:10px;
}
.moban_details_xiazai a{
	float:right;
	margin-left:30px; 
	text-align:right;
	font:16px/24px "微软雅黑";
	color:#999999;
	text-align:left;
	text-decoration:none;
}
.moban_details_xiazai a:hover{
	color:#999999;
	text-align:left;
	text-decoration:none;
}
.moban_details_xiazai a img{ width:24px; height:24px; padding-right:5px;}


.moban_details_fanye{
	width:220px;
	float:right;
	margin-top:6px;
	margin-right:15px;
}
.moban_details_fanye_input01{
	width:90px;
	height:27px;
	font:14px/27px "微软雅黑";
	color:#ffffff;
	text-indent:12px;
	border:0px;
	background:url(../img/moban_fanye_bg01.png) no-repeat;
	float:left;
	cursor:pointer;
}
.moban_details_fanye_input02{
	width:90px;
	height:27px;
	font:14px/27px "微软雅黑";
	color:#ffffff;
	border:0px;
	background:url(../img/moban_fanye_bg02.png) no-repeat;
	float:right;
	cursor:pointer;
}
/*详情右边*/
.moban_details_right{
	width:250px;
	float:right;
	overflow:hidden;
}
.moban_details_right_title{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #dddddd;
	padding-bottom:8px;
	margin-bottom:10px;
}
.moban_details_right_title img{
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
}
.moban_details_right_title span{
	float:left;
	font:20px/24px "微软雅黑";
	color:#38c674;
	text-align:left;
}
.moban_details_right_title span a{
	font:14px/30px "微软雅黑";
	color:#0066ff;
	text-decoration:none;
}
.moban_details_right_title span a:hover{
	font:14px/px "微软雅黑";
	color:#0066ff;
	text-decoration:none;
}
.moban_details_right_nr{width:100%;overflow:hidden;}
.moban_details_right_nr li{
	width:100%;
	display:block;
	font:14px/24px "微软雅黑";
	color:#666666;
	text-align:left;
	clear:both;
}
.moban_details_right_nr li p{
	font:16px/24px "微软雅黑";
	padding:0px;
	margin:0px;
}
.moban_details_right_nr li span{
	float:left;
	font:14px/24px "微软雅黑";
	color:#666666;
	text-align:left;
}

.moban_details_right_nr li em{
	width:200px;
	display:block;
	overflow:hidden;
	float:left;
	font-style:normal;
}
.moban_details_right_nr li em a{
	font:14px/24px "微软雅黑";
	color:#38c674;
	font-style:normal;
	text-align:left;
	float:left;
	margin:0 5px;
}

.moban_details_erweima{
	width:100%;
	padding:10px 0;
	text-align:center;
	clear:both;
	font:14px/24px "微软雅黑";
	color:#666666;
}
.moban_details_erweima img{width:114px;height:114px; margin:auto;}

.moban_details_button_xz{
	width:100%;
	height:40px;
	background:#38c674;
	font:19px/40px "微软雅黑";
	color:#ffffff;
	text-align:center;
	border:none;
	border-radius:4px;
}

/*主题故事*/
.moban_details_gushi{
	width:1000px;
	height:140px;
	margin:20px auto 0 auto;
	overflow:hidden;
	padding-bottom:20px;
	clear:both;
}
.moban_details_gushi span{
	width:120px;
	height:120px;
	float:left;
	margin:0 15px 0 0;
}
.moban_details_gushi span img{
	width:120px;
	height:120px;
	float:left;
	margin:0 15px 0 0;
}
.moban_details_gushi a{
	width:100%;
	overflow:hidden;
	float:left;
	font:20px/36px "微软雅黑";
	color:#38c674;
	text-decoration:none;
}
.moban_details_gushi a:hover{
	color:#38c674;
	text-decoration:none;
}
.moban_details_gushi a i{
	width:100%;
	height:48px;
	overflow:hidden;
	font:14px/24px "微软雅黑";
	display:block;
	color:#666666;
	font-style:normal;
	text-indent:30px;
}
.moban_details_gushi p{
	width:250px;
	height:120px;
	float:right;
}
.moban_details_gushi_new{width:850px; float:left;}
.moban_details_gushi_new01{width:720px; float:left;}

/*猜你喜欢*/
.moban_details_xihuan{
	width:100%;
	overflow:hidden;
	background:#ffffff;
	padding-top:15px;
}

.moban_details_nr{width:1000px;clear:both; margin:auto; padding-bottom:20px; overflow:hidden;}

.moban_details_box{ 
  width:165px;
  height:292px;
  margin:0 20px 20px 13px;
  float:left;
  position:relative;
  cursor:pointer;
  padding:0px;
  list-style:none;
 }
.moban_details_box img{ 
  width:165px;
  height:290px;
  border:1px solid #f8f8f8;
 }
.moban_details_box img:hover{ 
  width:165px;
  height:290px;
  border:1px solid #ff6600;
 }
 
 
.moban_details_box .jingpin{ 
  width:164px; 
  height:290px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:none;
  font:16px/290px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #f8f8f8;
 }
.moban_details_box:hover .jingpin{
  width:164px; 
  height:290px; 
  background:url(../img/moban_shuaige_hover_bg.png); 
  position:absolute; 
  top:1px; 
  left:1px; 
  display:block;
  font:16px/290px "微软雅黑"; 
  color:#ffffff;
  text-align:center;
  border:1px solid #ff6600;
 }


.moban_details_pinglun{width:100%; position:relative;}
.moban_details_pinglun li{float:left;}

.moban_details_pinglun li img{float:left; margin-right:25px;}

.moban_details_pinglun_sanjiao{
	width:11px;
	height:11px;
	position:absolute;
	left:87px;
	top:20px;
}

.moban_details_pinglun textarea{
	width:880px;
	height:75px;
	padding:10px;
	border:1px solid #cccccc;
	font:14px/24px "微软雅黑";
	color:#999999;
	text-align:left;
　　outline:none;
}
.moban_details_input01{
	width:120px;
	height:40px;
	float:right;
	background:#38c674;
	font:18px/40px "微软雅黑";
	color:#ffffff;
	text-align:center;
	border:none;
	border-radius:5px;
	margin:10px 0 0 20px;
}
.moban_details_input02{
	width:120px;
	height:36px;
	float:right;
	background: none;
	font:14px/36px "微软雅黑";
	color:#999999;
	text-align:left;
	border:1px solid #cccccc;
	margin-top:12px;
	text-indent:10px;
}


.moban_details_liuyuan{
	width:1000px; 
	margin:auto; 
	border-bottom:1px solid #cccccc; 
	overflow:hidden; 
	padding:15px 0;
	margin-bottom:20px;
}
.moban_details_liuyuan IMG {FLOAT: left; MARGIN-RIGHT: 10px}


/*主题列表页面-------------------------------------------------*/
.moban_list_biaoqian{width:93%;margin:auto; padding-top:10px;}
.moban_list_biaoqian li{
	float:left;
	display:block;
	font:16px/32px "微软雅黑";
	color:#666666;
	padding:0 10px;
	text-decoration:none;
	white-space: nowrap;
	}

.moban_list_biaoqian_ys01{color:#ff0000; text-decoration:none;}
.moban_list_biaoqian_ys01 a{color:#ff0000;text-decoration:none;}
.moban_list_biaoqian_ys01 a:hover{color:#ff0000;text-decoration:none;}

.moban_list_biaoqian_ys02{color:#38c674;text-decoration:none;}
.moban_list_biaoqian_ys02 a{color:#38c674;text-decoration:none;}
.moban_list_biaoqian_ys02 a:hover{color:#38c674;text-decoration:none;}

.moban_list_biaoqian_ys03{color:#0066ff;text-decoration:none;}
.moban_list_biaoqian_ys03 a{color:#0066ff;text-decoration:none;}
.moban_list_biaoqian_ys03 a:hover{color:#0066ff;text-decoration:none;}

.moban_list_biaoqian_ys04{color:#ff9900;text-decoration:none;}
.moban_list_biaoqian_ys04 a{color:#ff9900;text-decoration:none;}
.moban_list_biaoqian_ys04 a:hover{color:#ff9900;text-decoration:none;}

.moban_list_biaoqian_ys05{color:#339900;text-decoration:none;}
.moban_list_biaoqian_ys05 a{color:#339900;text-decoration:none;}
.moban_list_biaoqian_ys05 a:hover{color:#339900;text-decoration:none;}

.moban_list_biaoqian_ys06{color:#666666;text-decoration:none;}
.moban_list_biaoqian_ys06 a{color:#666666;text-decoration:none;}
.moban_list_biaoqian_ys06 a:hover{color:#38c674;text-decoration:none;}




/*翻页样式*/
.fanye {
	clear:both;
	padding:20px;
	margin:5px;
	font-size:100%;
	COLOR: #999999;
	text-align:center;
}
.fanye a {
	padding:8px 10px;
	background-position: 50% bottom;
	background: #f0f1f1;
	color:#999999;
	margin-right:5px;
	text-decoration:none;
}
.fanye a:hover {
	background:#38c674;
	COLOR: #ffffff;
}
.fanye a:active {
	color: #38c674;
	background: #ffffff;
}
.fanye span.current {
	padding:8px 10px;
	font-weight:bold;
	color: #ffffff;
	margin-right:5px;
	background: #38c674;
}
.fanye span.disabled {
	padding:8px 10px;
	color: #ffe3c6;
	margin-right:5px;
}





/*装酷神器动态*/
.moban_dongtai{width:90%;margin:auto; padding:20px 0;}

.moban_dongtai li{
	width:100%;
	font:16px/30px "微软雅黑";
	color:#666666;
	text-decoration:none;
}
.moban_dongtai_title{
	width:100%;
	text-align:center;
	font:30px/40px "微软雅黑";
	color:#38c674;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.moban_dongtai_span{
	width:100%;
	display:block;
	font:14px/24px "微软雅黑";
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.moban_dongtai li p{ text-indent:36px;}
.moban_dongtai li b{font-style: normal; font-weight:100; }
.moban_dongtai img{ width:96%; margin:auto; padding:20px 0; display:block;}

.moban_dongtai_tuijian{width:165px;margin:auto; padding-bottom:20px;}
.moban_dongtai_tuijian li{width:165px; height:290px; margin-top:20px;}
.moban_dongtai_tuijian li img{width:165px; height:290px;}

/*装酷神器动态*/
.moban_dongtai_list{
	width:100%;
	padding-bottom:25px;
	border-bottom:1px dashed #c6c6c6;
	margin-top:20px;
}

/*装酷神器搜索*/
.moban_sousuo_zhuti{ overflow:hidden; display:block; margin-bottom:20px}

.moban_sousuo_mian{
	width:1000px;
	margin:auto;
	display:block;
	overflow:hidden;
	border-bottom:1px dashed #cbcbcb;
	padding-top:110px;
}

.moban_sousuo_input01{margin-left:0;}


.moban_sousuo_fenlei{
	width:1000px;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
	
}
.moban_sousuo_fenlei li{width:100%; overflow:hidden; padding-bottom:10px; clear:both;}
.moban_sousuo_fenlei a{
	float:left;
	margin-right:15px;
	font:16px/30px "微软雅黑";
	color:#666666;
	text-decoration:none;
}
.moban_sousuo_fenlei a:hover{
	font:16px/30px "微软雅黑";
	color:#38c674;
	text-decoration:none;
}
.moban_sousuo_fenlei span{
	font:16px/30px "微软雅黑";
	color:#38c674;
}

.moban_sousuo_yanse{
	width:1000px; 
	margin:auto; 
	border-bottom:1px dashed #cccccc;
	padding-bottom:10px;
}
	




/*详情页评论样式*/
.cen_text_1 IMG {
	FLOAT: left; MARGIN-RIGHT: 10px
}
.cen_text_1 {
	MARGIN: 30px 0px 40px
}


.d_0 {
	
	BORDER-LEFT-WIDTH: 0px; 
	HEIGHT: 16px; 
	BORDER-RIGHT-WIDTH: 0px; 
	BACKGROUND: url(../img/details/d_0.jpg) no-repeat; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 8px; 
	PADDING-RIGHT: 8px; 
	BORDER-TOP-WIDTH: 0px; 
	WIDTH: 16px
}
.c_0 {
	BORDER-LEFT-WIDTH: 0px; 
	HEIGHT: 16px; 
	BORDER-RIGHT-WIDTH: 0px; 
	BACKGROUND: url(../img/details/c_0.jpg) no-repeat; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 8px; 
	PADDING-RIGHT: 8px; 
	BORDER-TOP-WIDTH: 0px; 
	WIDTH: 16px
}

.xux {
	HEIGHT: 1px; BACKGROUND: #cccccc;
	width:1000px;
	margin:auto;
}
.order LI SPAN {display:block;float:right;}
.order LI{display:block;min-height:20px;}
.order LI B {
    float:left;
	FONT-SIZE: 16px; FONT-FAMILY: 微软雅黑; COLOR: #27ae60
}
.order LI P 
{
    line-height:22px;
    display:block;
	FONT-SIZE: 10pt; FONT-FAMILY: 微软雅黑; COLOR: #666666
}
.order LI SPAN {
	FONT-SIZE: 12px; FONT-FAMILY: 微软雅黑; COLOR: #666666
}
/*详情页评论样式*/


/*登录页面*/
.moban_login_mian{
	width:100%;
	height:600px;
	background:#73cb98;
	clear:both;
	margin-top:100px;
}

.moban_login_mian ul{
	width:1000px;
	margin:auto;
	overflow:hidden;
}

.moban_login_mian ul li{}
.moban_login_left{
	width:580px;
	height:428px;
	float:left;
	text-align:center;
	padding-top:100px;
}
.moban_login_right{
	width:360px;
	height:380px;
	float:right;
	margin:100px 10px 0 0;
	background:#ffffff;
}

.moban_login_right span{
	width:88%;
	display:block;
	font:20px/48px "微软雅黑";
	color:#73cb98;
	text-decoration:none;
	margin:0 auto 18px auto;
	clear:both;
}

.moban_login_right span a{
	font:14px/48px "微软雅黑";
	color:#ff0000;
	float:right;
	text-decoration:none;
}

.moban_login_right span a:hover{
	color:#ff0000;
	text-decoration:none;
}

.moban_login_input{
	border:1px solid #d7d7d7;
	text-indent:50px;
	font:16px/36px "微软雅黑";
	color:#d7d7d7;
}
.moban_login_right span p{
	width:83px;
	height:36px;
	float:left;
	padding-top:2px;
}
.moban_login_right span i{
	font:16px/18px "微软雅黑";
	color:#38c674;
	text-align:center;
	font-style:normal;
	margin:auto;
}

.moban_login_input01{
	width:100%;
	height:36px;
	background:url(../img/login/moban_login_input01.png) no-repeat left top;}
.moban_login_input02{
	width:100%;
	height:36px;
	background:url(../img/login/moban_login_input02.png) no-repeat left top;}
.moban_login_input03{ 
	width:60%;
	display:block;
	float:left;
	height:36px;
	margin-right:15px;
	background:url(../img/login/moban_login_input03.png) no-repeat left top;
}

.moban_login_input04{ 
	width:100%;
	height:46px;
	display:block;
	background:#38c674;
	font:20px/46px "微软雅黑";
	color:#ffffff;
	text-align:center;
	border:none;
	cursor:pointer;
}

.moban_login_checkbox{
	width:80%;
	margin:auto;
	font:14px/24px "微软雅黑";
	color:#666666;
	text-align:left;
}
.moban_login_checkbox a{
	color:#666666;
	text-decoration:none;
}
.moban_login_checkbox a:hover{
	color:#666666;
	text-decoration:none;
}
.moban_login_checkbox input{
	width:24px;
	height:24px;
	float:left;
	border:1px solid #d7d7d7;
	background:#ffffff;
	margin:13px 5px 0 0;
	padding:0px;
}

/*最新修改添加------------------------------*/

.moban_dongtai_zhuanji{
	width:250px;
	float:left;
	display:block;
	background:#ffffff;
	box-shadow:0 2px 0 #e0dfdf;
	margin-bottom:20px;
	min-height:230px;
}
.moban_dongtai_zhuanji ul{
	width:100%;
	display:block;
	padding:10px 0;
}
.moban_dongtai_zhuanji li{
	width:90%;
	margin:auto;
	display:block;
	font:16px/32px "微软雅黑";
	color:#666666;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}

.moban_dongtai_zhuanji li a{
	color:#666666;
	text-decoration:none;
}
.moban_dongtai_zhuanji li a:hover{
	color:#38c674;
	text-decoration:none;
}

/*动态翻译*/
.moban_dongtai_fanye{
	width:100%;
	text-align:right;
	color:#999999;
	font:16px/32px "微软雅黑";
}
.moban_dongtai_fanye01{
	width:100%;
	border-top:2px solid #38c674;
	font:14px/36px "微软雅黑";
	color:#333333;
	text-decoration:none;
}


.moban_dongtai_fanye01 a{color:#333333;text-decoration:none;}
.moban_dongtai_fanye01 a:hover{color:#38c674;text-decoration:none;cursor:pointer;}
.moban_dongtai_fanye01 span{float:left;}
.moban_dongtai_fanye01 span img{ width:18px; height:18px;}
.moban_dongtai_fanye01 p{float:right; padding:0px; margin:0px;}
.moban_dongtai_fanye01 p img{ width:18px; height:18px;}

.moban_dongtai_fanye02{width:100%; clear:both; padding-top:20px;}
.moban_dongtai_fanye02 li{
	width:50%;
	float:left;
	display:block;
}
.moban_dongtai_fanye02 li a{
	width:100%;
	display:block;
	font:16px/30px "微软雅黑";
	color:#666666;
	text-decoration:none;
}
.moban_dongtai_fanye02 li a:hover{
	width:100%;
	color:#666666;
	text-decoration:none;
}

/*专辑banner*/

.moban_zhuanji_banner{
	width:400px;
	height:220px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:2;
	background: url(../img/moban_login_bg.png);
	border-radius:10px;
	padding-top:10px;
}

.moban_zhuanji_banner li{
	width:90%;
	margin:auto;
	font:14px/24px "微软雅黑";
	color:#b4b4b4;
	text-decoration:none;
}
.moban_zhuanji_banner li span{
	font:20px/36px "微软雅黑";
	color:#ebca8b;
	text-decoration:none;
}
.moban_zhuanji_banner_bottom{
	width:385px;
	height:40px;
	padding-right:15px;
	background:url(../img/moban_login_bg.png);
	border-radius:0 10px 10px 10px;
	font:14px/40px "微软雅黑";
	color:#ebca8b;
	text-decoration:none;
	text-align:right;
	position:absolute;
	top:216px;
	right:0px;
	z-index:10;
}








#myjQuery { OVERFLOW: hidden; WIDTH: 100%; POSITION:relative; HEIGHT:280px; }
#myjQueryContent{OVERFLOW: hidden; WIDTH: 1920px; HEIGHT: 280px; }
#myjQueryContent DIV { position:absolute; HEIGHT: 280px; }
#myjQueryContent .smask { Z-INDEX: -1; }
#myjQueryContent IMG { WIDTH: 100%; HEIGHT: 280px; border: 0; }
#myjQueryContent IMG:hover{ cursor:pointer}

/**/
#myjQueryNav {
	WIDTH:95px;
	HEIGHT:5px;
	position:absolute;
	bottom:10px;
	z-index:50%;
	margin-left:50%; 
	z-index:5;
}
#myjQueryNav LI { DISPLAY: block; FLOAT: left; WIDTH: 28px; CURSOR: pointer; HEIGHT: 5px; TEXT-ALIGN: center; margin-left: 1px; background: #666; color: #fff; }
#myjQueryNav .nbg { BACKGROUND: #666; }
#myjQueryNav A { 
	display:block; 
	Z-INDEX:12;
	margin:0px auto;
	text-transform:uppercase;
	WIDTH:45px; 
	HEIGHT:22px;
	COLOR:#ffffff; 
	LINE-HEIGHT:22px; 
	position:relative;
	z-index: 20; 
}

#myjQueryNav .current{ background:#38c674; }
#myjQueryNav .current A { color: #fff; }



.footer_lianjie{width:100%;background:#515151; clear:both; overflow:hidden;}
.footer_lianjie ul{width:1000px;margin:auto; border-bottom:1px solid #777777; padding:20px 0; overflow:hidden;}
.footer_lianjie li{
	width:135px;
	margin-right:7px;
	float:left;
	font:14px/30px "微软雅黑";
	color:#ffffff;
	overflow:hidden;
}
.footer_lianjie li a{
	color:#ffffff;
	text-decoration:none;
}
.footer_lianjie li a:hover{
	color:#38c674;
	text-decoration:none;
}






.moban_zhuanji_xin a{
	font:14px/40px "微软雅黑";
	color:#666666;
	text-decoration:none;
	padding:0 6px;
}

.moban_zhuanji_xin a:hover{
	font:14px/40px "微软雅黑";
	color:#38c674;
	text-decoration:none;
}

.moban_details_gushi_new01 a i{
	width:100%;
	height:auto;
	font:14px/24px "微软雅黑";
	display:block;
	color:#666666;
	font-style:normal;
	text-indent:30px;
}