@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:"微軟正黑體", Helvetica, Times New Roman;	
	word-wrap: break-word;
	word-break: break-all;
}
*:focus {
	outline: none;	
}
a {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}

html, body {
	width:100%;
	height:100%;
	
}
body.index{
	overflow:hidden;
}
a:focus { 
	-moz-outline-style: none; 
	outline: none; 
}
a img {
	border:none;	
}
ul,li {
	list-style-type:none;	
}
input {
	border:none;	
	outline:none;
}
input[type="button"] {
	cursor:pointer;	
}

.clear {
	clear:both;	
}




/***/


#wrapper{
	width: 100%;
	height: 100%;
	position:relative;
}
#header{
	width:960px;
	margin: 0 auto;
}
#logo{
	position: fixed;
	top:10px;
	left:10px;
	z-index:1;
}
.full_left_btn{
	width:25px;
	height:25px;
	position:absolute;
	left:20px;
	top:50%;
	margin:-12px 0 0 0;
	z-index:200;
	cursor:pointer;
}
.full_right_btn{
	width:25px;
	height:25px;
	position:absolute;
	right:20px;
	top:50%;
	margin:-12px 0 0 0;
	z-index:200;
	cursor:pointer;
}
.full_left_btn.yellow{background:url(../images/index_img/left_btn.png) no-repeat;}
.full_right_btn.yellow{background:url(../images/index_img/right_btn.png) no-repeat;}

.full_left_btn.blue{background:url(../images/index_img/left_btn03.png) no-repeat;}
.full_right_btn.blue{background:url(../images/index_img/right_btn03.png) no-repeat;}

.full_left_btn.green{background:url(../images/index_img/left_btn02.png) no-repeat;}
.full_right_btn.green{background:url(../images/index_img/right_btn02.png) no-repeat;}

.items{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display:none;
}
.items.active{
	display:block;
}

.item01{
	background:#b07007 repeat-x;
}
.item02{
	background: #4c8a00 repeat-x;
}
.item03{
	background: #052697 repeat-x;
}
.items_main{
	position:relative;
	height: 100%;
	
}

.items .main_bg{
	display: block;
	height: 100%;
	left: -2000px;
	margin: 0;
	position: absolute;
	top: 0;
	width: auto;
}
.items.active .main_bg{
	display: block;
	height: 100%;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 0;
	width: auto;
}
.chips{
	height: 100%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 29;
}
.animation-profil {
	height: 165px;
	left: 76%;
	top: 8.5%;
	display: block;
	position: absolute;
}
.animation-profil2 {
	height: 48px;
	left: 83.2%;
	top: 33.4%;
	display: block;
	position: absolute;
}
.chips_dot{
	height: 100%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:30;
}
.dot{
	display: block;
	position: absolute;
	z-index:101;
	cursor:pointer;
	width:18px;
	height:18px;
	z-index:38;
}
.item01 .dot{background:url(../images/index_img/dot.png) no-repeat;}
.item02 .dot{background:url(../images/index_img/dot02.png) no-repeat;}
.item03 .dot{background:url(../images/index_img/dot03.png) no-repeat;}
.dot:hover, .dot.active{
	background-position: 0 -18px;
	z-index:40;
}
.dot .dot_inner{
	width: 105px;
	height: 18px;
	line-height: 18px;
	background: #FFF;
	border: solid 1px #FFF;
	border-radius: 5px;
	margin: -1px 0 0 30px;
	padding: 0 0 0 5px;
	left:0;
	top:0;
	display:none;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.dot:hover .dot_inner, .dot:hover .dot_line{
	display:block;
}
.dot.active .dot_inner, .dot.active .dot_line{
	display:block;
	cursor:default;
}
.dot.active .dot_inner{
	border: solid 1px #000;
}

.dot.delay .dot_inner, .dot.delay .dot_line{
	display:block;
	cursor:default;
}

.dot .dot_line{
	width:15px;
	height:20px;
	background:url(../images/index_img/dot_line.png) no-repeat 0 45%;
	position:absolute;
	left: 15px;
	display:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.dot .dot_inner h2{
	color:#595757;
	font-size:14px;
	display:block;
	width:100%;
	height:19px;
}
.item01 .dot .dot_inner h2{background:url(../images/index_img/dot_extend.png) no-repeat 95% center;}
.item02 .dot .dot_inner h2{background:url(../images/index_img/dot_extend02.png) no-repeat 95% center;}
.item03 .dot .dot_inner h2{background:url(../images/index_img/dot_extend03.png) no-repeat 95% center;}
.dot.active .dot_inner h2{
	display:none;
}
.dot .dot_inner .dot_detail{
	position:relative;
	opacity:0;
}
.dot.active .dot_inner .dot_detail{
	opacity:1;
	transition:0.5s;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
	transition-delay:0.5s;
	-moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
	
}
.dot_close{
	background:url(../images/index_img/close_btn.png) no-repeat;
	width:18px;
	height:18px;
	cursor:pointer;
	right:-5px;
	top:-5px;
	position: absolute;
}
.dot_close:hover{
	background-position:0 -18px;
}
.dot_detail > img{
	width:85px;
	height:117px;
	float:left;
}
.dot_detail .main{
	float:left;
	margin: 0 0 0 10px;
}

/*** dots offset ***/
.item01 .chips_dot .dot01{
	left: 76%;
	top: 21%;
}
.item01 .chips_dot .dot02{
	left: 65.5%;
	top: 42%;
}
.item01 .chips_dot .dot03{
	left: 33.5%;
	top: 26.5%;
}
.item01 .chips_dot .dot04{
	left: 31%;
	top: 56%;
}
.item01 .chips_dot .dot05{
	left: 53%;
	top: 48%;
}

.item02 .chips_dot .dot01{
	left: 36%;
	top: 10.5%;
}
.item02 .chips_dot .dot02{
	left: 23%;
	top: 40%;
}
.item02 .chips_dot .dot03{
	left: 66.3%;
	top: 10.5%;
}
.item02 .chips_dot .dot04{
	left: 59.5%;
	top: 28.5%;
}
.item02 .chips_dot .dot05{
	left: 44.8%;
	top: 56%;
}
.item02 .chips_dot .dot06{
	left: 75.8%;
	top: 31.5%;
}

.item03 .chips_dot .dot01{
	left: 25.8%;
	top: 35.8%;
}
.item03 .chips_dot .dot02{
	left: 48%;
	top: 56.8%;
}
.item03 .chips_dot .dot03{
	left: 60.8%;
	top: 52.5%;
}
.item03 .chips_dot .dot04{
	left: 52%;
	top: 73.5%;
}
.item03 .chips_dot .dot05{
	left: 67%;
	top: 66.5%;
}

.animation-profil img {
	display: block;
	height: 100%;
	width: auto;
}
.animation-profil2 img {
	display: block;
	height: 100%;
	width: auto;
}



/*** dot01 ***/
.item01 .dot01.active .dot_inner{
	display:none;
}


/*** .item01 dot02 ***/
.item01 .dot02.active .dot_inner{
	left:-570px;
	top: -60px;
	margin:0;
	width:540px;
	height:117px;
	padding: 10px;
	display:block;
}
.item01 .dot02.active .dot_line{
	width:15px;
	height:20px;
	background:url(../images/index_img/dot_line.png) no-repeat 0 45%;
	position:absolute;
	left: -12px;
}

/*** .item01 dot03 ***/
.item01 .dot03.active .dot_inner{
	left: -220px;
	top: 30px;
	margin:0;
	width:785px;
	height:117px;
	padding: 10px;
	display:block;
}
.item01 .dot03.active .dot_line{
	width:15px;
	height:20px;
	background:url(../images/index_img/dot_line.png) no-repeat 0 45%;
	position:absolute;
	left: 0px;
	top:13px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/*** .item01 dot05 ***/
.item01 .dot05.active .dot_inner{
	left: -390px;
	top: 30px;
	margin:0;
	width:570px;
	height:117px;
	padding: 10px;
	display:block;
}
.item01 .dot05.active .dot_line{
	width:15px;
	height:20px;
	background:url(../images/index_img/dot_line.png) no-repeat 0 45%;
	position:absolute;
	left: 0px;
	top:13px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.item01 .dot05 .main{
	position:relative;
	background:url(../images/index_img/link_bg.png) no-repeat;
	width:449px;
	height:118px;
	margin: 0 0 0 20px;
}
.item01 .dot05 .main a{
	overflow:hidden;
	height:18px;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
.item01 .dot05 .main a.link01{
	width:96px;
	background:url(../images/index_img/link_img01.png) no-repeat;
	top: 65px;
	left: 0;
}
.item01 .dot05 .main a.link02{
	width:64px;
	background:url(../images/index_img/link_img03.png) no-repeat;
	top: 95px;
	left: 15px;
}
.item01 .dot05 .main a.link03{
	width:64px;
	background:url(../images/index_img/link_img03.png) no-repeat;
	top: 65px;
	left: 145px;
}
.item01 .dot05 .main a.link04{
	width:192px;
	background:url(../images/index_img/link_img04.png) no-repeat;
	top: 65px;
	left: 260px;
}
.item01 .dot05 .main a.link05{
	width:97px;
	background:url(../images/index_img/link_img02.png) no-repeat;
	top: 95px;
	left: 305px;
}
.item01 .dot05 .main a:hover{
	background-position:0 -18px;
}





#index_clock{
	position: absolute;
	left: 43.8%;
	top: 3.5%;
}


/*** dot01 photo box***/
#photo_box{
	position:fixed;
	width:742px;
	height:460px;
	background:#FFF;
	border: solid 1px #231815;
	border-radius:5px;
	top:50%;
	left:50%;
	margin:-230px 0 0 -371px;
	z-index:500;
	display:none;
}
#photo_box .photo_close{
	background:url(../images/index_img/close_btn.png) no-repeat;
	width:18px;
	height:18px;
	cursor:pointer;
	position:absolute;
	right: 0px;
	top: -22px;
	overflow:hidden;
}
#photo_box .photo_close:hover{
	background-position:0 -18px;
}
#photo_box .photo_inner{
	
}
#photo_box .photo_inner .top{
	background:url(../images/index_img/photo_top.png) no-repeat;
	width:725px;
	height:61px;
	margin: 8px auto 0;
}
#photo_box .photo_inner .left{
	float:left;
	margin: 0 0 0 15px;
}


#photo_ul{
	
}
/*** mcs ***/
#photo_ul{
	width:190px;
	height:360px;
	overflow:auto;
}

.mCSB_container {
	width: auto;
	margin-right: 20px;
	overflow: hidden;
}
.mCustomScrollBox>.mCSB_scrollTools {
	width: 3px;
	height: 100%;
	top: 0;
	right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#f7ad00;
	width: 3px;
	height:100%;
	text-align: center;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #595757;
	width: 3px;
	height: 100%;
}


#photo_box .photo_inner .left ul{
	
}
#photo_box .photo_inner .left ul li{
	margin: 0 0 8px;
	cursor:pointer;
}
#photo_box .photo_inner .left ul li a{
	text-indent:-9999px;
	width:153px;
	height:22px;
	overflow:hidden;
	display:block;
}
#photo_box .photo_inner .left ul li.p_item01 a{
	background:url(../images/index_img/photo_titile01.png) no-repeat;
}
#photo_box .photo_inner .left ul li.p_item02 a{
	background:url(../images/index_img/photo_titile02.png) no-repeat;
}
#photo_box .photo_inner .left ul li.p_item03 a{
	background:url(../images/index_img/photo_titile03.png) no-repeat;
}
#photo_box .photo_inner .left ul li.p_item04 a{
	background:url(../images/index_img/photo_titile04.png) no-repeat;
}
#photo_box .photo_inner .left ul li.active a, #photo_box .photo_inner .left ul li:hover a{
	background-position: 0 -22px;
}

#photo_box .photo_inner .left ul li .p_sub{
	display:none;
	padding:0px 0 1px 0;
}
#photo_box .photo_inner .left ul li .p_sub.active{
	display:block;
}
#photo_box .photo_inner .left ul li .p_sub h5{
	color:#f39800;
	font-size:14px;
	font-weight:normal;
	margin:12px 0 0 0;
}
#photo_box .photo_inner .left ul li .p_sub p{
	color:#727171;
	font-size:12px;
	padding:0 0 0 12px;
	cursor:pointer;
	margin: 5px 0 5px 0;
}
#photo_box .photo_inner .left ul li .p_sub p.active, #photo_box .photo_inner .left ul li .p_sub p:hover{
	color:#231815;
	background:url(../images/index_img/dot2.png) no-repeat 2px 5px;
}
#photo_box .photo_inner .right{
	float:left;
	width:500px;
	margin: 30px 0 0 18px;
}
#photo_box .photo_inner .right > img{
	width:205px;
	height:285px;
	box-shadow:#888 2px 2px 10px;
	float:left;
}
#photo_box .photo_inner .right .p_info{
	margin: 0 0 0 30px;
	float:left;
	width:250px;
}
#photo_box .photo_inner .right .p_info p{
	color:#231815;
	font-size:12px;
	line-height:16px;
	height:50px;
	border-bottom:dashed 1px #999;
	margin: 0 0 20px 0;
	padding: 0 0 0 2px;
}
#photo_box .photo_inner .right .p_info .p_list{
	
}
#photo_box .photo_inner .right .p_info .p_list h3{
	color:#231815;
	font-size:12px;
	font-weight:normal;
	margin: 0 0 20px 0;
	padding: 0 0 0 2px;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide{
	width: 250px;
	height: 120px;
	margin: 0 0 0 3px;
	overflow: hidden;
	position:relative;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide ul{
	float:left;
	width:999999px;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide ul li{
	float:left;
	width:261px;
	height:105px;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide ul li img{
	/*width:70px*/;
	height:43px;
	float:left;
	cursor:pointer;
	margin: 0 15px 10px 0;
	border:solid 1px transparent;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide ul li img:hover{
	border:solid 1px #777;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide .p_left_btn{
	background:url(../images/index_img/left_btn2.png) no-repeat;
	width:16px;
	height:9px;
	overflow:hidden;
	position:absolute;
	left:3px;
	bottom:0;
	cursor:pointer;
	display:none;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide .p_left_btn:hover{
	background-position:0 -9px;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide .p_right_btn{
	background:url(../images/index_img/right_btn2.png) no-repeat;
	width:16px;
	height:9px;
	overflow:hidden;
	position:absolute;
	right:6px;
	bottom:0;
	cursor:pointer;
	display:none;
}
#photo_box .photo_inner .right .p_info .p_list .p_list_slide .p_right_btn:hover{
	background-position:0 -9px;
}

/*** dot01 photo slide black ***/
#photo_slide_box_black{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	display: none;
	position: fixed;
	z-index: 2000;
}
#photo_slide_box{
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 2001;
	display: none;
	opacity:0;
	width:680px;
	height:495px;
	margin: -247px 0 0 -340px;
}
#photo_slide_box .photo_slide_box_close{
	background:url(../images/index_img/close_btn2.png) no-repeat;
	width:18px;
	height:18px;
	position: absolute;
	right: 35px;
	top: -25px;
	cursor:pointer;
}
#photo_slide_box .photo_slide_box_close:hover{
	background-position:0 -18px;
}
#photo_slide_box .ps_big_img{
	/*width:610px*/;
	height:380px;
	border:solid 2px #FFF;
}
#photo_slide_box .ps_bottom{
	display:block;
	width:612px;
	height:45px;
	margin: 27px 0 0 33px;
	position:relative;
}
#photo_slide_box .ps_bottom .ps_left_btn{
	float:left;
	background:url(../images/index_img/album_left_btn.png) no-repeat;
	width:16px;
	height:9px;
	overflow:hidden;
	cursor: pointer;
	top:17px;
	left:-34px;
	position:absolute;
	display:none;
} 
#photo_slide_box .ps_bottom .ps_left_btn:hover{
	background-position:0 -9px;
}
#photo_slide_box .ps_bottom .ps_right_btn{
	float:left;
	background:url(../images/index_img/album_right_btn.png) no-repeat;
	width:16px;
	height:9px;
	overflow:hidden;
	cursor:pointer;
	top:17px;
	right:-34px;
	position:absolute;
}
#photo_slide_box .ps_bottom .ps_left_btn:hover, #photo_slide_box .ps_bottom .ps_right_btn:hover{
	background-position:0 -9px;
}
#photo_slide_box .ps_bottom .ps_right_btn{
	float:left;
}
#photo_slide_box .ps_bottom .ps_inner{
	width:612px;
	overflow:hidden;
	float:left;
}
#photo_slide_box .ps_bottom .ps_inner ul{
	float:left;
	width:999999px;
}
#photo_slide_box .ps_bottom .ps_inner ul li{
	border:solid 1px transparent;
	float:left;
	width:70px;
	height:43px;
	margin: 0 18px 0 0 ;
}
#photo_slide_box .ps_bottom .ps_inner ul li img{
	/*width:70px*/;
	height:43px;
	cursor:pointer;
}
#photo_slide_box .ps_bottom .ps_inner ul li:hover, #photo_slide_box .ps_inner ul li.active{
	border:solid 1px #FFF;
}



.dot_detail .dot_dr{
	float: right;
	width: 360px;
	margin: 0 20px 0 0;
}
.dot_detail .dot_dr h1{
	float: left;
	color: #231815;
	width: 100%;
	font-size: 16px;
	margin: -1px 0 15px 0;
	background:url(../images/index_img/line_bg01.png) no-repeat;
	padding: 20px 0 0 10px;
}
.dot_detail .dot_dr h1 span{
	font-size: 12px;
	color: #231815;
	margin: 0 0 0 10px;
}
.dot_detail .dot_dr .left{
	float: left;
	margin: 0 25px 0 0;
}
.dot_detail .dot_dr .left p{
	color:#3e3a39;
	font-size:12px;
}
.dot_detail .dot_dr .right{
	float: left;
}
.dot_detail .dot_dr .right p{
	color:#3e3a39;
	font-size:12px;
}




.dot_detail .dot_dr2{
	float: right;
	width: 180px;
	margin: 45px 20px 0 0;
}
.dot_detail .dot_dr2 a{
	width: 100%;
	margin: 0 0 15px 0;
	color:#231815;
	font-size:16px;
	display:block;
}
.dot_detail .dot_dr2 a:hover{
	color:#f29600;
}

.dot_detail .dot_dr3{
	float: right;
	width: 300px;
	margin: 25px 20px 0 0;
}
.dot_detail .dot_dr3 a{
	width: 100%;
	margin: 0 0 15px 0;
	color:#231815;
	font-size:16px;
	display:block;
}
.dot_detail .dot_dr3 a:hover{
	color:#f29600;
}
#award_detail{
	margin: 10px 0 0 0;
	width: 360px;
	height: 115px;
	float: left;
	color: #595757;
}
#award_detail p span{
	font-size:16px;
	font-weight:bold;
	color:#231815;
	margin: 0 15px 0 0;
}
#award_detail p{
	float: left;
	color: #595757;
	font-size: 12px;
	text-indent: -55px;
	margin: 0 0 15px 55px;
	line-height: 20px;
	width:100%;
}
/*** mcs ***/
/* scrollbar */
#award_detail .customScrollBox{position:relative; height:115px;overflow:hidden;}
#award_detail .customScrollBox .container{position:relative; width:350px; float:left;}
#award_detail .customScrollBox .content{clear:both; text-align:left;}
#award_detail .dragger_container{position:relative; width:6px; height:115px; float:left; background:#f7ad00; cursor:pointer cursor:s-resize;}
#award_detail .dragger{position:absolute; width:6px; height:45px; background:#231815; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer;}


















/*** menu ***/
#menu{
	position:fixed;
	height:37px;
	width:100%;
	bottom:30px;
	z-index:300;
}
#menu .menu_box{
	background:#231815;
	height:37px;
	position:relative;
	float:left;
	width:112px;
}
#menu .menu_box .menu_btn{
	float: left;
	background:url(../images/index_img/menu_bg.png) no-repeat;
	width:70px;
	height:37px;
	overflow:hidden;
	text-indent:-999px;
}
#menu .menu_box.yellow .menu_btn{background-position:0 0;}
#menu .menu_box.blue .menu_btn{background-position:0 -37px;}
#menu .menu_box.green .menu_btn{background-position:0 -74px;}


#menu .menu_box ul#menu_child{
	float:left;
	display:none;
}
ul#menu_child li{
	float: left;
	cursor: pointer;
	display:none;
}


ul#menu_child li a{
	height:37px;
	overflow:hidden;
	background:url(../images/index_img/profile_bg.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
ul#menu_child li.m_item01 a{width:87px; background:url(../images/index_img/profile_bg.png) no-repeat;}
ul#menu_child li.m_item02 a{width:84px; background:url(../images/index_img/forum_bg.png) no-repeat;}
ul#menu_child li.m_item03 a{width:72px; background:url(../images/index_img/work_bg.png) no-repeat;}
ul#menu_child li.m_item04 a{width:90px; background:url(../images/index_img/member_bg.png) no-repeat;}
ul#menu_child li.m_item05 a{width:82px; background:url(../images/index_img/logout_bg.png) no-repeat;}

#menu .menu_box.yellow ul#menu_child li a{background-position:0 0;}
#menu .menu_box.blue ul#menu_child li a{background-position:0 -37px;}
#menu .menu_box.green ul#menu_child li a{background-position:0 -74px;}

#menu .menu_box.yellow ul#menu_child li.m_item01:hover a, #menu .menu_box.yellow ul#menu_child li.m_item01.active a{background-position:-87px 0;}
#menu .menu_box.blue ul#menu_child li.m_item01:hover a, #menu .menu_box.blue ul#menu_child li.m_item01.active a{background-position:-87px -37px;}
#menu .menu_box.green ul#menu_child li.m_item01:hover a, #menu .menu_box.green ul#menu_child li.m_item01.active a{background-position:-87px -74px;}

#menu .menu_box.yellow ul#menu_child li.m_item02:hover a, #menu .menu_box.yellow ul#menu_child li.m_item02.active a{background-position:-84px 0;}
#menu .menu_box.blue ul#menu_child li.m_item02:hover a, #menu .menu_box.blue ul#menu_child li.m_item02.active a{background-position:-84px -37px;}
#menu .menu_box.green ul#menu_child li.m_item02:hover a, #menu .menu_box.green ul#menu_child li.m_item02.active a{background-position:-84px -74px;}

#menu .menu_box.yellow ul#menu_child li.m_item03:hover a, #menu .menu_box.yellow ul#menu_child li.m_item03.active a{background-position:-72px 0;}
#menu .menu_box.blue ul#menu_child li.m_item03:hover a, #menu .menu_box.blue ul#menu_child li.m_item03.active a{background-position:-72px -37px;}
#menu .menu_box.green ul#menu_child li.m_item03:hover a, #menu .menu_box.green ul#menu_child li.m_item03.active a{background-position:-72px -74px;}

#menu .menu_box.yellow ul#menu_child li.m_item04:hover a, #menu .menu_box.yellow ul#menu_child li.m_item04.active a{background-position:-90px 0;}
#menu .menu_box.blue ul#menu_child li.m_item04:hover a, #menu .menu_box.blue ul#menu_child li.m_item04.active a{background-position:-90px -37px;}
#menu .menu_box.green ul#menu_child li.m_item04:hover a, #menu .menu_box.green ul#menu_child li.m_item04.active a{background-position:-90px -74px;}

#menu .menu_box.yellow ul#menu_child li.m_item05:hover a, #menu .menu_box.yellow ul#menu_child li.m_item05.active a{background-position:-81px 0;}
#menu .menu_box.blue ul#menu_child li.m_item05:hover a, #menu .menu_box.blue ul#menu_child li.m_item05.active a{background-position:-81px -37px;}
#menu .menu_box.green ul#menu_child li.m_item05:hover a, #menu .menu_box.green ul#menu_child li.m_item05.active a{background-position:-81px -74px;}

#menu .menu_box .menu_open{
	float:right;
	background:url(../images/index_img/menu_open.png) no-repeat;
	width:41px;
	height:37px;
	cursor:pointer;
}
#menu .menu_box .menu_close{
	float:right;
	background:url(../images/index_img/menu_close.png) no-repeat;
	width:34px;
	height:37px;
	cursor:pointer;
	display:none;
}
#menu .menu_box.yellow .menu_open, #menu .menu_box.yellow .menu_close{background-position: 0 0;}
#menu .menu_box.blue .menu_open, #menu .menu_box.blue .menu_close{background-position: 0 -37px;}
#menu .menu_box.green .menu_open, #menu .menu_box.green .menu_close{background-position: 0 -74px;}



#menu #menuNews{
	position:absolute;
	right:34px;
	margin: 8px 0px 0 0;
	color:#231815;
}

#menu #menuNews a:hover{
	text-decoration:underline;
}

#menu #menuNews.active{
	color:#FFF;
}

#menuNews h1{
	float:left;
	font-size:16px;
	border-right:solid 1px #231815;
	padding:0 10px 0 0 ;
}
#menuNews p{
	float:left;
	font-size:13px;
	border-right:solid 1px #231815;
	padding:0 10px;
	margin: 2px 0 0 0;
}
#menuNews p span{
	margin: 0 10px 0 0;
}
#menuNews.active h1, #menuNews.active p{
	border-right:solid 1px #FFF;
}
#menu #menuNews.blue{color:#FFF;}
#menu #menuNews.blue h1, #menu #menuNews.blue p{border-right:solid 1px #FFF;}

.clock_box{
	position: absolute;
	background: url(../images/index_img/clock.png) no-repeat 0 100%;
	height: 18px;
	left: 48%;
	top: 16%;
	padding: 0 0 0 16px;
	display:none;
}
.clock_box p{
	color: #3e3a39;
	font-size: 12px;
	background: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 1px 10px 0px;
}

#nowtime{
	position: fixed;
	left: 20px;
	z-index: 20;
	bottom: 75px;
	color: #FFF;
}
/*** footer ***/
#footer{
	text-align: center;
	position: fixed;
	bottom: 6px;
	right: 34px;
	color: #FFF;
	font-size: 12px;
	z-index:200;
}
#footer .copyright{
	
}
#footer .copyright a{
	color:#FFF;
}
#footer .copyright a:hover{
	color:#FFF;
	text-decoration:underline;
}




/*** abstract ***/
.abstract_bg{
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
}
.abstract_bg img{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}
#abstract_container{
	position:relative;
	background:#FFF;
	width:840px;
	margin:0 auto;
	padding:0 15px 80px 14px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	min-height: 100%;
}
#abstract_container.add{
	position:relative;
	background:#FFF;
	width:840px;
	margin:0 auto;
	padding:0 15px 0px 14px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	min-height: 100%;
}
#abstract_container .top{
	background:url(../images/abstract_img/abstract_title.png) no-repeat;
	width: 826px;
	height: 56px;
	text-align: right;
	padding: 20px 8px 0;
	margin:0 0 10px;
}
#abstract_container .top > a{
	display:block;
	float:right;
	margin:0 0 0 8px;
}
#abstract_container .top > img{
	margin: 8px 0 0 0;
}
#abstract_container .left{
	float:left;
	width:615px;
	border-right:solid 1px #595757;
	padding:5px 24px 30px 0;
}
#abstract_container .left h1{
	 color:#000;
	 text-align:right;
	 font-size:12px;
	 margin:0 0 8px;
	 
}
#abstract_container .left .item{
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	width:100%;
	padding:0 0 10px;
	margin:0 0 15px 0;
}
#abstract_container .left .item h2{
	background: #fee7a2;
	width: 535px;
	color: #3e3a39;
	font-weight: bold;
	font-size: 16px;
	padding: 0 75px 0 5px;
	line-height: 30px;
	margin: 0 0 10px;
	position: relative;
}
#abstract_container .left .item .abstract_ck{
	
}
#abstract_container .left .item .abstract_ck img{
	max-width:610px!important;
	height:auto!important;
}
.delete_btn{
	width:27px;
	height:27px;
	overflow:hidden;
	background:url(../images/index_img/delete.png) no-repeat;
	cursor:pointer;
	position:absolute;
	text-indent:-9999px;
}
.delete_btn:hover{
	background-position: 0 -27px;
}
.edit_btn{
	width:27px;
	height:27px;
	overflow:hidden;
	background:url(../images/index_img/edit.png) no-repeat;
	cursor:pointer;
	position:absolute;
	text-indent:-9999px;
}
.edit_btn:hover{
	background-position: 0 -27px;
}
#abstract_container .left .item h2 .delete_btn{
	right:40px;
	bottom:2px;
}
#abstract_container .left .item h2 .edit_btn{
	right:5px;
	bottom:2px;
}
#abstract_container .left .item .info{
	width:595px;
	padding:0 10px;
	margin: 0 0 10px;
}
#abstract_container .left .item .info p{
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:left;
}
#abstract_container .left .item .info img{
	margin:20px 0;
	max-width:550px;
}
#abstract_container .left .item a{
	color:#3e3a39;
	font-size:12px;
}
#abstract_container .left .item a:hover{
	color:#000;
}

.page{
	padding:15px 0 30px 10px;
}
.page span{
	float:left;
	font-size:12px;
	color:#000;
}
.page a{
	float:left;
	font-size:12px;
	color:#000;
	min-width:14px;
	height:14px;
	text-align:center;
	background:url(../images/abstract_img/page_bg.png) no-repeat;
	overflow:hidden;
	margin: 0 2px;
	line-height:14px;
}
.page a.first{
	background:none;
	width:40px;
}
.page a.prev{
	background:url(../images/abstract_img/page_left.png) no-repeat;
	text-indent:-999px;
	margin:0 5px 0 0;
	height:16px;
}
.page a.last{
	background:none;
	width:40px;
}
.page a.next{
	background:url(../images/abstract_img/page_right.png) no-repeat;
	text-indent:-999px;
	margin:0 0 0 8px;
	height:16px;
}
.page a.current{
	background-position: center -14px;
}
.page a:hover, .page a.active{
	background-position: center -14px;
}
.page a.prev:hover, .page a.next:hover, .page a.prev.active, .page a.next.active{
	background-position: center -16px;
}
#abstract_container .right{
	float: right;
	width: 185px;
	margin: 0 5px 0 0;
}
#abstract_container .right .item{
	padding: 0 0 20px;
}
#abstract_container .right .item img{
	width:171px;
	height:63px;
	margin: 0 0 0 2px;
}
#abstract_container .right .item .years{
	margin:0 0 10px;
}

#abstract_container .right .item .years p{
	background: url(../images/abstract_img/dot.png) no-repeat 4px 4px;
	padding: 0 0 0 18px;
	cursor:pointer;
}
#abstract_container .right .item .years .months{
	display:none;
}
#abstract_container .right .item .years .months a{
	padding:5px 0 5px 25px;	
	font-size: 13px;
	color: #3e3a39;
	font-weight: bold;
	display: block;
}
#abstract_container .right .item > a{
	width:100%;
	display:block;
	margin: 0 0 10px;
	background: url(../images/abstract_img/dot.png) no-repeat 4px 4px;
	padding: 0 0 0 18px;
	cursor:pointer;
}
#abstract_container .right .item > a:hover{
	color:#000;
}
@-moz-document url-prefix() { 
	#abstract_container .right .item > a{
		width:100%;
		display:block;
		margin: 0 0 10px;
		background: url(../images/abstract_img/dot.png) no-repeat 4px 7px;
		padding: 0 0 0 18px;
		cursor:pointer;
	}
	#abstract_container .right .item .years p{
		background: url(../images/abstract_img/dot.png) no-repeat 4px 7px;
		padding: 0 0 0 18px;
		cursor:pointer;
	}
}
.abstract_response{
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	width: 605px;
	padding: 0 5px 0px;
}
.abstract_response h3{
	color:#000;
	font-size:14px;
	margin:0 0 10px;
}
.abstract_response .row{
	margin: 0 0 25px;
}
.abstract_response .row .icon{
	float:left;
	width:65px;
	text-align:center;
}
.abstract_response .row .icon img{
	width:63px;
	height:63px;
	border:solid 1px #888;
}
.abstract_response .row .icon p{
	color:#000;
	font-size:14px;
}
.abstract_response .row .inner{
	float:left;
}
.abstract_response .row .inner > img{
	float:left;
	margin:8px 0 0 0;
	
}
.abstract_response .row .inner .rtext{
	float:left;
	background:#eeeeef;
	width:490px;
	border-radius: 5px;
	padding: 8px 16px;
	position:relative;
}
.abstract_response .row .inner .rtext .delete_btn{
	top:2px;
	right:125px;
}
.abstract_response .row .inner .rtext .edit_btn{
	top:2px;
	right:90px;
}
.abstract_response .row .inner .rtext .time{
	
}
.abstract_response .row .inner .rtext .time h4{
	float:left;
	color:#000;
	font-size:14px;
}
.abstract_response .row .inner .rtext .time .action{
	float:right;
}
.abstract_response .row .inner .rtext .time .action a{
	color:#000;
	font-size:14px;
}
.abstract_response .row .inner .rtext .time .action a:hover{
	text-decoration:underline;
}
.abstract_response .row .inner .rtext .time .action span{
	color:#000;
	font-size:14px;
}
.abstract_response .row .inner .rtext .r_content{
	margin:5px 0;
}
.abstract_response .row .inner .rtext .r_content iframe{
	width:575px;

}
.abstract_response .row .inner .rtext .r_content p{
	color:#000;
	font-size:14px;
	line-height:22px;
}
.abstract_response .row .inner .rtext .r_content img{
	max-width:100%; 
}



#abstract_container .copyright{
	text-align:right;
	color:#231815;
	font-size:12px;
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#abstract_container .copyright a{
	color:#231815;
	font-size:12px;
}
#abstract_container .copyright a:hover{
	color:#b07007;
}
.response_form{
	position:relative;
	background: url(../images/abstract_img/line01.png) repeat-x 0 100%;
	width: 100%;
	padding: 20px 0 30px;
}
.response_form .form_item{
	float:left;
	width:100%;
	margin: 0 0 5px;
}
.response_form .form_item label{
	float:left;
	width:100px;
	text-align:right;
	font-size:14px;
	color:#000;
}
.response_form .form_item input{
	float:left;
	border:none;
	background:#dbdcdc;
	width:190px;
	border-radius:5px;
	padding:0 0 0 5px;
	margin: 0 0 0 10px;
}
.response_form .form_item span{
	float: left;
	color: #000;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.response_form .form_item input[type="radio"]{
	float:left;
	left: -9999px;
	position: absolute;
}
.response_form .form_item label.radio_box{
	float:left;
	width:30px;
	color:#000;
	font-size:14px;
	position: relative;
	background: url(../images/abstract_img/radio.png) no-repeat;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin: 0 5px 0 15px;
	text-align: left;
}
.response_form .form_item label.radio_box.active {
	background-position: 0 -18px;
}
.response_form .form_item textarea{
	float:left;
	padding:0 0 0 5px;
	resize: none;
	border: none;
	background: #dbdcdc;
	width: 375px;
	height: 100px;
	border-radius: 5px;
	margin: 0 0 0 10px;
}
.response_form #response_send{
	float:right;
	background:#f7ad00;
	text-align:center;
	color:#000;
	font-size:14px;
	border-radius:5px;
	padding:2px 5px;
	margin: 20px 125px 0 0;
}
.response_form #response_send:hover{
	background:#f79d00;
}
.response_form .totop{
	position:absolute;
	background:url(../images/abstract_img/page_top.png) no-repeat 100% 50%;
	color:#000;
	font-size:12px;
	padding:0 20px 0 0;
	right: 20px;
	bottom: 35px;
	cursor:pointer;
}
.np_btn{
	width:100%;
	margin:20px 0 0 0;
}
.np_btn .np_p{
	background:url(../images/abstract_img/page_left.png) no-repeat 0% 0%;	
	color:#000;
	font-size:12px;
	padding:0 0 0 15px;
	float:left;
}
.np_btn .np_n{
	background:url(../images/abstract_img/page_right.png) no-repeat 100% 0%;	
	color:#000;
	font-size:12px;
	padding:0 15px 0 0;
	float:right;
}
.np_btn .np_p:hover{
	background-position:0 -16px;
}
.np_btn .np_n:hover{
	background-position:100% -16px;
}


/*** item2 ***/
#index_robot{
	position: absolute;
	left: 88.5%;
	top: 48.2%;
}

#wallpaper_box{
	width:765px;
	height:485px;
	position:relative;
	top:50%;
	left:50%;
	margin:-242px 0 0 -382px;
	background:#FFF;
	border-radius:5px;
	border:solid 1px #000;
	z-index:500;
	display:none;
}
#wallpaper_box .wallpaper_close{
	background:url(../images/index_img/close_btn5.png) no-repeat;
	width:18px;
	height:18px;
	overflow:hidden;
	position: absolute;
	right: 15px;
	top: -25px;
	cursor:pointer;
}
#wallpaper_box .wallpaper_close:hover{
	background-position:0 -18px;
}
#wallpaper_box .top{
	text-align:center;
	margin:20px 0 30px;
}
#wallpaper_box ul{
	width: 755px;
	height: 390px;
	float:left;
}
#wallpaper_box ul li{
	float:left;
	width:235px;
	margin:0 0 50px 10px;
	text-align:center;
}
#wallpaper_box ul li img{
	 width:205px;
	 height:140px;
}
#wallpaper_box ul li .download_box{
	 width:235px;
	 border-top:solid 1px #9acb34;
	 margin:5px 0 0 0;
}
#wallpaper_box ul li .download_box a{
	 float:left;
	 width:69px;
	 height:13px;
	 overflow:hidden;
	 float:left;
	 text-indent:-9999px;
	 margin:0 0 0 7px;
	 
}
#wallpaper_box ul li .download_box a.d1920{ background:url(../images/index_img/d1920.png) no-repeat;}
#wallpaper_box ul li .download_box a.d1280{ background:url(../images/index_img/d1280.png) no-repeat;}
#wallpaper_box ul li .download_box a.d1024{ background:url(../images/index_img/d1024.png) no-repeat;}

#wallpaper_box ul li .download_box a:hover{
	background-position:0 -13px;
}

#wallmcs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#9acb34;
	width:5px;
}
#wallmcs .mCustomScrollBox>.mCSB_scrollTools{
	width:5px;
}
#wallmcs .mCSB_scrollTools .mCSB_draggerRail{
	width:5px;
	background:#dbdcdc;
}
/*** item3 ***/
#index_camera{
	position: absolute;
	left: 41.8%;
	top: 37.5%;
}
#audio_iframe1{
	position: absolute;
	left: 60%;
	top: 10.5%;
	z-index:100;
}
#audio_iframe2{
	position: absolute;
	left: 60%;
	top: 6.5%;
	z-index:100;
}

.audio_box{
	width:570px;
	height:540px;
	border-radius:5px;
	background:#FFF;
	border:solid 1px #000;
	position:absolute;
	z-index:260;
	top: 8%;
	left: 8%;
	display:none;
}

.audio_box .audio_box_close{
	background:url(../images/index_img/close_btn4.png) no-repeat;
	width:18px;
	height:18px;
	overflow:hidden;
	position: absolute;
	right: 15px;
	top: -25px;
	cursor:pointer;
}
.audio_box .audio_box_close:hover{
	background-position:0 -18px;
}
.audio_box .audio_box_inner{
	
}
.audio_box .audio_box_inner .top{
	margin:10px 0;
	text-align:center;
	
}
.audio_box .audio_box_inner .left{
	width:175px;
	float:left;
	margin:0 0 0 10px;
	height: 465px;
	padding:0 0 0 10px;
}
.audio_box .audio_box_inner .left h5{
	color: #0091db;
	font-size: 14px;
	font-weight: normal;
	margin: 12px 0 0 0;
}
.audio_box .audio_box_inner .left h5.first{
	margin: 0px 0 0 0;
}
.audio_box .audio_box_inner .left p{
	color: #727171;
	font-size: 12px;
	padding: 0 0 0 12px;
	cursor: pointer;
	margin: 5px 0 5px 0;
}
.audio_box .audio_box_inner .left p:hover, .audio_box .audio_box_inner .left p.active{
	color: #231815;
	background: url(../images/index_img/dot3.png) no-repeat 2px 5px;
}
.audio_box .mCSB_container {
	margin-right: 0px;
}
.audio_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#00b1ed;
}
.audio_box .audio_box_inner .right{
	width:355px;
	margin:0 10px 0 10px;
	float:left;
}
.audio_box .audio_box_inner .right .rtop{
	
}
.audio_box .audio_box_inner .right .rtop > img{
	float:left;
	width:148px;
	height:205px;
}
.audio_box .audio_box_inner .right .rtop h2{
	float:left;
	width:175px;
	margin:0 0 10px 12px;
	font-size:12px;
	color:#231815;
	border-bottom: dashed 1px #888;
	padding:0 0 10px 5px;
	line-height: 18px;
	min-height:65px;
}
.audio_box .audio_box_inner .right .rtop h3{
	float:left;
	width:175px;
	margin:0 0 0 12px;
	font-size:12px;
	color:#231815;
	border-bottom: dashed 1px #888;
	padding:0 0 10px 5px;
	line-height: 18px;
	min-height:108px;
}

.audio_box .audio_box_inner .right .rbottom{
	height: 250px;
	margin: 10px 5px 0 0;
}
.audio_box .audio_box_inner .right .rbottom p{
	color:#231815;
	font-size:12px;
	line-height:18px;
	margin:0 10px 20px 0;
}

.audio_box .audio_box_inner .right .rbottom .audio_itmes{
	
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item{
	width:100px;
	float:left;
	margin: 0 15px 0 0;
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item h4{
	color:#231815;
	font-size:12px;
	margin:0 0 4px;
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item > img{
	width:100px;
	height:75px;
	margin:0 0 2px;
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item span{
	width:46px;
	height:15px;
	cursor:pointer;
	display: inline-block;
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item span.a_youtube{
	background:url(../images/index_img/a_youtube.png) no-repeat;
	margin:0 4px 0 0;
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item span.a_tudo{
	background:url(../images/index_img/a_tudo.png) no-repeat;		
}
.audio_box .audio_box_inner .right .rbottom .audio_itmes .item span:hover{
	background-position:0 -15px;
}




/*** login ***/

.login_box{
	width:692px;
	height:450px;
	border-radius:5px;
	background:#FFF;
	border:solid 1px #000;
	position:absolute;
	z-index:26000;
	top: 50%;
	left: 50%;
	margin:-225px 0 0 -346px;
	display:none;
}
.login_box.active{
	display:block;
}
.login_box .login_close{
	background:url(../images/index_img/close_btn5.png) no-repeat;
	width:18px;
	height:18px;
	overflow:hidden;
	position: absolute;
	right: 15px;
	top: -25px;
	cursor:pointer;
}
.login_box .login_close:hover{
	background-position:0 -18px;
}
.login_box .lbox{
	display:none;
}
.login_box .lbox.active{
	display:block;
}
.lbox01 .top{
	text-align:center;
	margin:10px 0 25px 0;
}
.lbox01 .left{
	float:left;
	width:265px;
	margin:0 0 0 10px;
	text-align:center;
	min-height:320px;
}
.lbox01 .left > p{
	margin:5px 0 0 0;
	font-size:13px;
	color:#3e3a39
}
.lbox01 .left > #login_form{
	width:190px;
	margin:5px auto 0;
}
#login_form .item{
	float:left;
	margin:10px 0 0;
}
#login_form .item2{
	float:left;
	margin:5px 0 0;
}
#login_form .item label{
	color:#000;
	font-size:14px;
	text-align:right;
	float:left;
	line-height: 20px;
	margin: 2px 2px 0 0;
	height: 20px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

#login_form .item input{
	width:155px;
	padding:0 0 0 5px;
	background:#dbdcdc;
	height:20px;
	color:#000;
}
#login_form .item2 label.checkbox_box{
	position: relative;
	background:url(../images/index_img/radio_btn01.png) no-repeat;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin:0 20px 0 50px;
	font-size:12px;
}
#login_form .item2 label.checkbox_box input{
	left: -9999px;
	position: absolute;
}
#login_form .item2 label.checkbox_box.active{
	background-position: 0 -20px;
}
#login_forgot{
	width:60px;
	height:20px;
	background:#9acb34;
	border-radius:2px;
	color:#3e3a39;
	font-size:12px;
}
#login_forgot:hover{
	background:#9ada00;
}
.login_send_box{
	margin:30px 0 0 0;
	text-align:center;
}
.login_send_box input{
	background:#9acb34;
	text-align:center;
	color:#000;
	border-radius:2px;
	font-size:14px;
	width:70px;
	height:20px;
	line-height:20px;
}
.login_send_box input:hover{
	background:#9ada00;
}

.lbox01 .right{
	float:left;
	width:405px;
	border-left:dashed 1px #888;
	min-height:345px;
	text-align:center;
}
.lbox01 .right p{
	margin:5px 0 0 0;
	font-size:14px;
	color:#3e3a39
}
.lbox01 .right p.ricon{
	margin:25px 0 0 30px;
	padding:0 0 0 25px;
	text-align:left;
}
.lbox01 .right p.ricon01{ background:url(../images/index_img/register_icon01.png) no-repeat;}
.lbox01 .right p.ricon02{ background:url(../images/index_img/register_icon02.png) no-repeat;}
.lbox01 .right p.ricon03{ background:url(../images/index_img/register_icon03.png) no-repeat;}
.lbox01 .right p.ricon04{ background:url(../images/index_img/register_icon04.png) no-repeat;}

.go_register_btn{
	background:#9acb34;
	text-align:center;
	color:#000;
	border-radius:2px;
	font-size:14px;
	width:70px;
	height:20px;
	line-height:20px;
	display:inline-block;
	margin:60px 0 0 0;
}
.go_register_btn:hover{
	background:#9ada00;
}

.lbox02{
	
}
.lbox02 .top{
	text-align:center;
	margin:20px 0 0 0;
}
.lbox02 .member_rule{
	height:330px;
	width: 660px;
	padding: 0 0 0 20px;
	margin:0 0 15px;
}
.lbox02 .member_rule .mCustomScrollBox>.mCSB_scrollTools{
	width:5px;
}
.lbox02 .member_rule .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:5px;
	background:#9acb34;
}
.lbox02 .member_rule .mCSB_scrollTools .mCSB_draggerRail {
	background: #dbdcdc;
	width: 5px;
	height: 100%;
}
.lbox02 .member_rule .item{
	margin: 0 0 28px;
}
.lbox02 .member_rule h1{
	color:#4c8a00;
	font-size:14px;
	line-height:18px;
}
.lbox02 .member_rule h2{
	color:#3e3a39;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
.lbox02 .member_rule p{
	color:#3e3a39;
	font-weight:normal;
	font-size:12px;
	text-indent:-10px;
	padding:0 0 0 10px;
	line-height:18px;
}
.lbox02 .agree_box{
	text-align:center;
	
}
.lbox02 .agree_box label.checkbox_box{
	position: relative;
	background:url(../images/index_img/radio_btn01.png) no-repeat;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin:0 10px 0 0px;
	font-size:12px;
}
.lbox02 .agree_box label.checkbox_box input{
	left: -9999px;
	position: absolute;
}
.lbox02 .agree_box label.checkbox_box.active{
	background-position: 0 -20px;
}
#member_register{
	width:60px;
	height:20px;
	background:#9acb34;
	border-radius:2px;
	color:#000;
	font-size:12px;
	text-align:center;
	display:inline-block;
	line-height:20px;
	cursor:pointer;
}
#member_register:hover{
	background:#9ada00;
}

.login_box.lbox3{
	width:692px;
	height:490px;
	top: 50%;
	left: 50%;
	margin: -245px 0 0 -346px;
}
.lbox03{
	
}
.lbox03 .top{
	text-align:center;
	margin:20px 0 0 0;
}
.lbox03 #register_form{
	height: 400px;
	margin: 15px auto 0;
	width: 550px;
}
.lbox03 #register_form .mCustomScrollBox>.mCSB_scrollTools{
	width:5px;
}
.lbox03 #register_form .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:5px;
	background:#9acb34;
}
.lbox03 #register_form .mCSB_scrollTools .mCSB_draggerRail {
	background: #dbdcdc;
	width: 5px;
	height: 100%;
}
#register_form .item{
	float:left;
	width:100%;
	margin:0 0 8px;
}
#register_form .item label{
	float:left;
	color:#3e3a39;
	font-size:13px;
	text-align:right;
	width: 200px;
	margin: 0 10px 0 0;
	line-height:20px;
}
#register_form .item input{
	float:left;
	width:155px;
	height:20px;
	background:#dbdcdc;
	padding:0 0 0 5px;
	
}
#register_form .item h3{
	float:left;
	font-size:12px;
	color:#000;
	width:155px;
	height:20px;
	line-height:20px;
	text-align:left;
	padding:0 0 0 5px;
	font-weight:normal;
}
#register_form .item span.error{
	font-size:12px;
	color:#c30d23;
	height:20px;
	float:left;
	line-height:20px;
	margin:0 0 0 5px;
}
#register_form .item span.star{
	background:url(../images/index_img/star.png) no-repeat 0 center;
	width:6px;
	margin:0 0 0 5px;
	float:left;
	height:20px;
}
#register_form .item p{
	float:left;
	color:#2e6c01;
	font-size:12px;
	margin: 5px 0 5px 210px;
}

#genderSelectBox {
	width:160px;
	height:20px;
	background:#dbdcdc url(../images/index_img/member_select.png) no-repeat right;
	margin: 0;
	float:left;
}
#genderSelectBoxOuter {
	overflow: hidden;
	width: 160px;
	position:relative;
}
#genderSelect {
	width: 100%;
	border:0;
	color:#000;
	height:20px;
	font-size:12px;
	-webkit-appearance: none;
	background:transparent;
	position: relative;
	top:0;
	left:0;
}
#genderSelectBoxOuter .selectId {
	color: #000;
	width: 155px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	padding:2px 0 0 5px;
	cursor: default;
	z-index: 1;
	font-size: 12px;
	border: 0;
}

.selectBox01{
	width:90px;
	height:20px;
	background:#dbdcdc url(../images/index_img/member_select.png) no-repeat right;
	margin: 0 10px 0 0;
	float:left;
}
.selectBoxOuter01{
	overflow: hidden;
	width: 90px;
	position:relative;
}
.selectBoxOuter01 select{
	width: 100%;
	border:0;
	color:#000;
	height:20px;
	font-size:12px;
	-webkit-appearance: none;
	background:transparent;
	position: relative;
}
.selectBoxOuter01 .selectId {
	color: #000;
	width: 85px;
	position: absolute;
	top: 1px;
	float: left;
	left: 0;
	padding:2px 0 0 5px;
	cursor: default;
	z-index: 1;
	font-size: 12px;
	border: 0;
}
.r_send_box{
	text-align:center;
}
.r_send_box #r_send{
	width:60px;
	height:20px;
	background:#9acb34;
	border-radius:2px;
	color:#000;
	font-size:12px;
	text-align:center;
	display:inline-block;
	line-height:20px;
}
.r_send_box #r_send:hover{
	background:#9ada00;
}



#register_form .item .select02{
	float: left;
	background:#dbdcdc url(../images/index_img/member_select.png) no-repeat right;
	overflow: hidden;
	height: 20px;
	width: 90px;
	margin:0 5px 0 0;
}
#register_form .item .select02 select{
	background: none;
	border:none;
	height: 20px;
	-webkit-appearance: none;
	color: #000;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	width: 90px;
}
#register_form .item input#r_address{
	width:285px;
	margin: 7px 0 0 210px;
}
.photoBox{
	background:url(../images/index_img/file_btn.png) no-repeat;
	width:72px;
	height:20px;
	position:relative;
	top:0;
	left:0;
	float:left;
	margin:0 0 0 5px;
}
.photoBox #r_img_add{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}


.login_box.forgot{
	width:692px;
	height:260px;
	top: 50%;
	left: 50%;
}
.forgot_box{
	text-align:center;
}
.forgot_box .top{
	text-align:center;
	margin:15px 0 0 0;
}
.forgot_box > img{
	margin:25px 0 0 0;
}
.forgot_box p{
	font-size:13px;
	margin:10px 0;
	color:#3e3a39;
}
#forgot_form{
	
}
#forgot_form .item{
	
}
#forgot_form .item label{
	color:#000;
	font-size:14px;
}
#forgot_form .item input{
	background:#dbdcdc;
	width:155px;
	height:20px;
	padding:0 0 0 5px;
}
#forgot_form .item p{
	font-size:12px;
	margin:5px 0 0 20px;
	color:#3e3a39;
}
.f_send_box{
	margin:25px 0 0 0;
}
.f_send_box #f_send_btn{
	width:60px;
	height:20px;
	background:#9acb34;
	border-radius:2px;
	color:#000;
	font-size:12px;
	text-align:center;
	display:inline-block;
	line-height:20px;
}
.f_send_box #f_send_btn:hover{
	background:#9ada00;
}




.abstract_add_btn{
	background:#f7ad00;
	border-radius:2px;
	color:#000;
	text-align:center;
	font-size:14px;
	padding:2px 5px;
	margin:0 5px 0 10px;
}
.abstract_add_btn:hover{
	background:#f79500;
}

.add_form{
	padding:35px 0 35px 115px;
	width: 725px;
	background: url(../images/abstract_img/line01.png) repeat-x 0 100%;
}
.add_form .item{
	float:left;
	width:100%;
	margin:20px 0 0 0 ;
}
.add_form .item label{
	float:left;
	color:#000;
	font-size:14px;
	text-align:right;
	margin:0 5px 0 0;
}
.add_form .item input{
	float:left;
	width:155px;
	height:20px;
	padding:0 0 0 5px;
	background:#dbdcdc;
}
.add_form .item textarea{
	float:left;
	width:375px;
	height:100px;
	padding:0 0 0 5px;
	background:#dbdcdc;
	border:none;
	resize:none;
	line-height:20px;
}
.fck01{
	float:left;
	width:530px;
}
.fck02{
	float:left;
	width:530px;
}
.fck03{
	float:left;
	width:430px;
}
.add_send_box{
	text-align:right;
}
.add_send_box input{
	width:70px;
	background:#f7ad00;
	border:solid 1px #000;
	text-align:center;
	display:inline-block;
	font-size:14px;
	border-radius:2px;
	margin:10px 165px 0 0;
}
.add_send_box input:hover{
	background:#f79500;
}


/*** room ***/
#abstract_container.room_life{
	position:relative;
	background:#FFF;
	width:840px;
	margin:0 auto;
	padding:20px 15px 80px 14px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	min-height: 100%;
}

#abstract_container.room_life .top{
	background:url(../images/room_img/life_title.png) no-repeat;
	width: 826px;
	height: 52px;
	text-align: right;
	padding: 20px 8px 0;
	margin:0 0 10px;
}

#abstract_container.room_life .left .life_top{
	position:relative;
	background:url(../images/room_img/life_slogan2.png) no-repeat center 0;
	width:615px;
	height:57px;
	
}
#abstract_container.room_life .left .life_top .abstract_add_btn {
	position:absolute;
	right:0;
	top:0;
	background: #9acb34;
	margin:0;
}
#abstract_container.room_life .left .life_top .abstract_add_btn:hover{
	background:#8dcb1b;
}
#abstract_container.room_life .right .item .years p{
	background: url(../images/room_img/dot.png) no-repeat 4px 4px;
}
@-moz-document url-prefix() { 
	#abstract_container.room_life .right .item .years p{
		background: url(../images/room_img/dot.png) no-repeat 4px 7px;
	}
}
#abstract_container.room_life .right .item > a {
	background: url(../images/room_img/dot.png) no-repeat 4px 4px;
}
#abstract_container.room_life .right .item .years .months a {
	padding: 5px 0 5px 25px;
	font-size: 13px;
	color: #3e3a39;
	font-weight: bold;
	display: block;
}

.page.life a.prev {
	background: url(../images/room_img/page_left.png) no-repeat;
}
.page.life a {
	background: url(../images/room_img/page_bg.png) no-repeat;
}
.page.life a.next {
	background: url(../images/room_img/page_right.png) no-repeat;
}
.page.life a.prev:hover, .page.life a.next:hover, .page.life a.prev.active, .page.life a.next.active {
background-position: center -16px;
}
.page.life a.current, .page.life a:hover{
	background-position: center -14px;
}
.page.life a.first, .page.life a.last {
	background: none;
}
#abstract_container.room_life .left .life_mid{
	position:relative;
	padding: 60px 0;
}
#abstract_container.room_life .left .life_mid ul{
	
}
#abstract_container.room_life .left .life_mid ul li{
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	padding: 0 0 10px 20px;
	margin:10px 0 0 0;
}
#abstract_container.room_life .left .life_mid ul li > a{
	color:#3e3a39;
	font-size:16px;
	font-weight:bold;
	float:left;
	width:385px;
	overflow:hidden;
	margin:5px 0 0 0;
}
#abstract_container.room_life .left .life_mid ul li .detail{
	float:left;
}
#abstract_container.room_life .left .life_mid ul li .detail a.delete_btn{
	position:static;
	float:left;
	margin:0 10px 0 0;
}
#abstract_container.room_life .left .life_mid ul li .detail a.edit_btn{
	position:static;
	float:left;
	margin:0 15px 0 0;
}
#abstract_container.room_life .left .life_mid ul li .detail span{
	float:left;
	color:#000;
	font-size:12px;
	margin:5px 15px 0 0;
}
#abstract_container.room_life a.more_btn{
	background:url(../images/room_img/more_btn.png) no-repeat;
	width:24px;
	height:24px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
#abstract_container.room_life a.more_btn:hover{
	background-position:0 -24px;
}
#abstract_container.room_life .left .modify{
	background: #9acb34;
	float:right;
	text-align:center;
	width:44px;
	height:20px;
	font-size:14px;
	line-height:20px;
	border-radius:2px;
	margin: 0 0 5px;
}
#abstract_container.room_life .left .modify:hover{
	background:#8dcb1b;
}
#abstract_container.room_life .left .item h2{
	background: #d6fa8a;
	width: 590px;
	padding: 0 0px 0 25px;
	font-size:12px;
	font-weight:normal;
}
#abstract_container.room_life .left .item h2 span{
	width:445px;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
	display:inline-block;
}
#abstract_container.room_life .left .item .abstract_ck{
	padding:10px 20px;
	
}

.response_form .member_info_box{
	float:left;
	width:110px;
	margin:0 0 0 5px;
}
.response_form .member_info_box .icon{
	width: 65px;
	text-align:left;
	padding:0 0 5px;
}
.response_form .member_info_box .icon img{
	width: 63px;
	height: 63px;
	border: solid 1px #888;
}
.response_form .member_info_box .icon p{
	text-align:center;
}
.response_form .member_info_box h5{
	margin:5px 0 0 0;
	color:#3e3a39;
	font-size:12px;
	font-weight:normal;
}
#abstract_container.room_life .left .response_form .form_item {
	float: left;
	width: 60px;
	margin: 0 10px 5px 0;
}
#abstract_container.room_life .left .response_form .form_item label{
	width:60px;
}
#abstract_container.room_life .left .response_form .form_item textarea{
	width:355px;
}
#abstract_container.room_life .left .response_form #response_send {
	background: #9acb34;
	margin: 10px 80px 0 0;
}
#abstract_container.room_life .left .response_form #response_send:hover{
	background:#8dcb1b;
}
#abstract_container.room_life .left .response_form .totop{
	background:url(../images/room_img/page_top.png) no-repeat 100% 50%;
}

#abstract_container.room_life .left .np_btn .np_p {
	background: url(../images/room_img/page_left.png) no-repeat 0% 0%;
}
#abstract_container.room_life .left .np_btn .np_n {
	background: url(../images/room_img/page_right.png) no-repeat 100% 0%;
}
#abstract_container.room_life .left .np_btn .np_p:hover{
	background-position: 0 -16px;
}
#abstract_container.room_life .left .np_btn .np_n:hover{
	background-position: 100% -16px;
}

#abstract_container.room_life_add .top{
	background:url(../images/room_img/life_title.png) no-repeat 0 100%;
	padding:40px 8px 0
}
#abstract_container.room_life_add .add_send_box input{
	background:#9acb34;
	border:none;
}
#abstract_container.room_life_add .add_send_box input:hover {
	background: #8dcb1b;
}



/*** share ***/
#abstract_container.room_life .top.share{
	background:url(../images/room_img/share_title.png) no-repeat;
	width: 826px;
	height: 52px;
	text-align: right;
	padding: 20px 8px 0;
	margin:0 0 10px;
}
#abstract_container .share_menu{
	position:relative;
}
#abstract_container .share_menu .share_add{
	position:relative;
	background:url(../images/room_img/share_slogan2.png) no-repeat 50% 100%;
	width:840px;
	height:45px;
	padding:30px 0 0 0;
}
#abstract_container .share_menu .share_add .share_add_btn{
	position:absolute;
	right:0;
	top:10px;
}
#abstract_container .share_menu ul{
	float:left;
	margin:30px 0 0 35px;
}
#abstract_container .share_menu ul li{
	float:left;
	width:192px;
	height:101px;
	overflow:hidden;
	text-indent:-9999px;
}
#abstract_container .share_menu ul li.tag01{ width:193px; background:url(../images/room_img/share_tag01.png) no-repeat;}
#abstract_container .share_menu ul li.tag02{ background:url(../images/room_img/share_tag02.png) no-repeat;}
#abstract_container .share_menu ul li.tag03{ background:url(../images/room_img/share_tag03.png) no-repeat;}
#abstract_container .share_menu ul li.tag04{ background:url(../images/room_img/share_tag04.png) no-repeat;}

#abstract_container .share_menu ul li a{
	width:192px;
	height:101px;
	text-indent:-9999px;
	display:block;
	
}
#abstract_container .share_menu ul li:hover, #abstract_container .share_menu ul li.active{
	background-position:0 -101px;
}
#abstract_container .share_list{
	margin:45px 0;
}
#abstract_container .share_list ul{
	float:left;
	width:820px;
	margin:0 0 0 10px;
}
#abstract_container .share_list ul li{
	float:left;
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	padding:0 0 6px 10px;
	margin:0 0 15px;
	width: 810px;
}
#abstract_container .share_list ul li h1{
	float:left;
	background:url(../images/room_img/num_bg.png) no-repeat;
	color:#FFF;
	line-height:44px;
	font-size:16px;
	text-align:center;
	width:55px;
	height:48px;
}
#abstract_container .share_list ul li .title{
	float:left;
	width:450px;
	margin:5px 15px 0 10px;
}
#abstract_container .share_list ul li .title a{
	color:#3e3a39;
	font-size:16px;
	font-weight:bold;
}
#abstract_container .share_list ul li .title p{
	color:#4a8900;
	font-size:12px;
}
#abstract_container .share_list ul li a.delete_btn{
	float:left;
	position:static;
	margin: 18px 10px 0 0;
}
#abstract_container .share_list ul li a.edit_btn{
	float:left;
	position:static;
	margin: 18px 15px 0 0;
}
#abstract_container .share_list ul li a.more_btn{
	margin: 18px 25px 0 0;
}
#abstract_container .share_list ul li span{
	float:left;
	margin:25px 0 0 0;
	font-size:12px;
}

#abstract_container.room_life .sd_top{
	width:840px;
	margin:30px 0 0 0;
}
#abstract_container.room_life .sd_top .title{
	width:735px;
	height:50px;
	background:#d6fa8a;
	position:relative;
	padding:0 75px 0 30px;
}
#abstract_container.room_life .sd_top .title h1{
	color:#3e3a39;
	font-size:16px;
	float:left;
	width:565px;
	line-height:50px;
}
#abstract_container.room_life .sd_top .title .time{
	float:right;
	text-align:right;
	margin:5px 0 0 0;
}
#abstract_container.room_life .sd_top .title .time p{
	color:#000;
	font-size:12px;
}
#abstract_container.room_life .sd_top .title .time a{
	color:#000;
	font-size:14px;
}
#abstract_container.room_life .sd_top .title .time span{
	
}
#abstract_container.room_life .sd_top .title h2{
	position:absolute;
	right:10px;
	top:-10px;
	background:url(../images/room_img/num_bg.png) no-repeat;
	color:#FFF;
	line-height:44px;
	font-size:16px;
	text-align:center;
	width:55px;
	height:48px;
}
#abstract_container.room_life .sd_article{
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	padding:15px 20px 50px;
}
#abstract_container.room_life .sd_article .sd_member{
	float:left;
}
#abstract_container.room_life .sd_article .sd_member img{
	width: 63px;
	height: 63px;
	border: solid 1px #888;
}
#abstract_container.room_life .sd_article .sd_member p{
	text-align: center;
	font-size:14px;
}
#abstract_container.room_life .sd_article .sd_ck{
	float:left;
	width:710px;
	margin:0 0 0 20px;	
}
#abstract_container.room_life .sd_article .sd_ck img{
	max-width: 690px !important;
	height: auto !important;
}
#abstract_container.room_life .abstract_response.sd{
	width:820px;
	padding:0 0px 0px 20px;
	margin:20px 0 0 0;
}
#abstract_container.room_life .abstract_response.sd .row{
	padding:0 0 25px;
	margin:0;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext {
	float: left;
	background: #eeeeef;
	width: 713px;
	border-radius: 5px;
	padding: 8px 8px 8px 15px;
	position: relative;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .left01{
	width:582px;
	float:left;
	padding:0 8px 0 0;
	border-right:solid 1px #aaa;
	position: relative;
	min-height:90px;
}

#abstract_container.room_life .abstract_response.sd .row .inner .rtext .delete_btn {
	top: -3px;
	right: 55px;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .edit_btn {
	top: -3px;
	right: 20px;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .time h4 {
	float:none;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .r_content p {
	color: #000;
	font-size: 14px;
	line-height: 26px;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .right01{
	width: 110px;
	float: left;
	padding: 0 0 0 8px;
	position: relative;
	text-align: right;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .right01 a{
	color:#000;
	font-size:14px;
}
#abstract_container.room_life .abstract_response.sd .row .inner .rtext .right01 p{
	color:#000;
	font-size:12px;
	margin:8px 0 0 0;
}

.response_form.sd{
	background:none;
	padding: 20px 0 50px 15px;
}
.response_form.sd .form_item{
	float: left;
	width: 60px;
	margin: 0 10px 5px 0;
}
#abstract_container.room_life .response_form.sd .form_item label {
	width: 60px;
}
#abstract_container.room_life .response_form.sd #response_send {
	background: #9acb34;
	margin: 10px 130px 0 0;
	width:70px;
}
#abstract_container.room_life .response_form.sd .totop {
	background: url(../images/room_img/page_top.png) no-repeat 100% 50%;
	right: 30px;
	bottom: 55px;
}



/*** forum ***/
#abstract_container.room_life.forum {
	padding: 10px 15px 80px 14px;
}
#abstract_container.room_life .top.forum{
	background:url(../images/room_img/forum_title.png) no-repeat;
	width: 826px;
	height: 61px;
	text-align: right;
	padding: 25px 8px 0;
	margin:0 0 10px;
}
#abstract_container .share_menu.forum .share_add{
	position:relative;
	background:url(../images/room_img/forum_slogan2.png) no-repeat 50% 100%;
	width:840px;
	height:45px;
	padding:30px 0 0 0;
}
#abstract_container .share_menu.forum ul li.tag01{ width:193px; background:url(../images/room_img/forum_tag01.png) no-repeat;}
#abstract_container .share_menu.forum ul li.tag02{ background:url(../images/room_img/forum_tag02.png) no-repeat;}
#abstract_container .share_menu.forum ul li.tag03{ background:url(../images/room_img/forum_tag03.png) no-repeat;}
#abstract_container .share_menu.forum ul li.tag04{ background:url(../images/room_img/forum_tag04.png) no-repeat;}

#abstract_container .share_menu.forum ul li a{
	width:192px;
	height:102px;
	text-indent:-9999px;
	display:block;
}
#abstract_container .share_menu.forum ul li:hover, #abstract_container .share_menu.forum ul li.active{
	background-position:0 -102px;
}



/*** notice ***/
#abstract_container.room_life.notice {
	padding: 0px 15px 80px 14px;
}
#abstract_container.room_life .top.notice{
	background:url(../images/room_img/notice_title.png) no-repeat;
	width: 826px;
	height: 61px;
	text-align: right;
	padding: 30px 8px 0;
	margin:0 0 10px;
}
#abstract_container .share_menu.notice .share_add{
	position:relative;
	background:url(../images/room_img/notice_slogan2.png) no-repeat 50% 100%;
	width:840px;
	height:20px;
	padding:10px 0 0 0;
}
#abstract_container.room_life.notice .share_list {
	margin: 25px 0 45px;
}

/*** vote ***/
#abstract_container.room_life.vote {
	padding: 10px 15px 80px 14px;
}
#abstract_container.room_life .top.vote{
	background:url(../images/room_img/vote_title.png) no-repeat;
	width: 826px;
	height: 61px;
	text-align: right;
	padding: 25px 8px 0;
	margin:0 0 10px;
}
#abstract_container .share_menu.vote .share_add{
	position:relative;
	background:url(../images/room_img/vote_slogan2.png) no-repeat 50% 100%;
	width:840px;
	height:20px;
	padding:10px 0 0 0;
}
#abstract_container.room_life.vote .share_list {
	margin: 25px 0 45px;
}

.vote_box{
	width:810px;
	margin:20px 0 0 30px;
}
.vote_box ul{
	
}
.vote_box ul li{
	width:100%;
	margin: 0 0 5px;
	background:url(../images/abstract_img/line01.png) repeat-x 0 100%;
	padding: 0 0 5px 0;
}
.vote_box ul li .vote_title{
	position:relative;
	padding:10px 0;
	cursor:pointer;
}
.vote_box ul li .vote_title h2{
	color:#3e3a39;
	font-size:12px;
	font-weight:normal;
}
.vote_box ul li .vote_title h2 span{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	width: 600px;
	margin: 2px 15px 0 0;
	padding: 0 0 0 35px;
}
.vote_box ul li .vote_title p{
	font-size: 12px;
	padding: 5px 0 0 35px;
}
.vote_box ul li .vote_title p.vote_start{
	color: #c30d23;
}
.vote_box ul li .vote_title p.vote_end{
	color: #1d2087;
}
.vote_box ul li .vote_title .vote_icon{
	position:absolute;
	background:url(../images/room_img/vote_icon.png) no-repeat;
	width:24px;
	height:24px;
	overflow: hidden;
	left: 0px;
	top: 10px;
}
.vote_box ul li.active .vote_title .vote_icon{
	background-position: 0 -24px;
}

.vote_box ul li .vote_text{
	padding:0 25px 10px;
	word-wrap: break-word;
	word-break: normal;
	display:none;
}
.vote_box ul li .vote_text p{
	color:#333;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.vote_box ul li .vote_text .vote_form{
	
}
.vote_box ul li .vote_text .vote_form p{
	margin: 0 0 5px;
}
.vote_box ul li .vote_text .vote_form p label.radio_box{
	position: relative;
	background:url(../images/index_img/radio_btn01.png) no-repeat;
	cursor: pointer;
	padding: 0 0 0 20px;
	font-size:12px;
}
.vote_box ul li .vote_text .vote_form p label.radio_box input{
	left: -9999px;
	position: absolute;
}
.vote_box ul li .vote_text .vote_form p label.radio_box.active{
	background-position: 0 -20px;
}
.vote_box ul li .vote_text .vote_form .vote_send_box{
	margin:15px 0 0 0;
}
.vote_box ul li .vote_text .vote_form .vote_send_box .vote_send, .vote_box ul li .vote_text .vote_form .vote_send_box .vote_result{
	float:left;
	background:#9acb34;
	padding:2px 4px;
	font-size:14px;
	color:#000;
	text-align:center;
	border:none;
	border-radius:2px;
	margin:0 5px 0 0;
}
.vote_box ul li .vote_text .vote_form .vote_send_box .vote_send:hover, .vote_box ul li .vote_text .vote_form .vote_send_box .vote_result:hover{
	background: #8dcb1b;
}
#abstract_container.room_life.vote .page{
	padding: 20px 0 30px 30px;
}


.vote_box ul li .vote_text .row{
	margin:0 0 15px;
}
.vote_box ul li .vote_text .row p{
	color:#3e3a39;
	font-size:15px;
	
}
.vote_box ul li .vote_text .row span{
	height:12px;
	background:#dbdcdc;
	display:inline-block;
}
.vote_box ul li .vote_text .row span.percent_1{width:55px;}
.vote_box ul li .vote_text .row span.percent_2{width:110px;}
.vote_box ul li .vote_text .row span.percent_3{width:165px;}
.vote_box ul li .vote_text .row span.percent_4{width:220px;}
.vote_box ul li .vote_text .row span.percent_5{width:275px;}
.vote_box ul li .vote_text .row span.percent_6{width:330px;}
.vote_box ul li .vote_text .row span.percent_7{width:385px;}
.vote_box ul li .vote_text .row span.percent_8{width:440px;}
.vote_box ul li .vote_text .row span.percent_9{width:495px;}
.vote_box ul li .vote_text .row span.percent_10{width:550px;}
.vote_box ul li .vote_text .row span.no1{
	background:#9acb34;
}

.vote_box ul li .vote_text .row label{
	color:#000;
	font-size:14px;
	margin:0 0 0 10px;
	font-weight:bold;
}
.vote_box ul li .vote_text .back_vote{
	background:#9acb34;
	padding:2px 4px;
	font-size:14px;
	color:#000;
	text-align:center;
	border:none;
	border-radius:2px;
	margin:0 5px 0 0;
	display:inline-block;
}

/*** add **/
#abstract_container.room_share_add .top {
	background: url(../images/room_img/share_title.png) no-repeat 0 100%;
	padding: 40px 8px 0;
}
#abstract_container.room_share_add .add_send_box input {
	background: #9acb34;
	border: none;
	margin: 10px 125px 0 0;
}
#abstract_container.room_life .add_send_box input {
	background: #9acb34;
	border: none;
	margin: 10px 130px 0 0;
}

#addSelectBox {
	width:160px;
	height:20px;
	background:#dbdcdc url(../images/index_img/member_select.png) no-repeat right;
	margin: 0;
	float:left;
}
#addSelectBoxOuter {
	overflow: hidden;
	width: 160px;
	position:relative;
}
#addSelect {
	width: 100%;
	border:0;
	color:#000;
	height:20px;
	font-size:12px;
	-webkit-appearance: none;
	background:transparent;
	position: relative;
	top:0;
	left:0;
}
#addSelectBoxOuter .selectId {
	color: #000;
	width: 155px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	padding:2px 0 0 5px;
	cursor: default;
	z-index: 1;
	font-size: 12px;
	border: 0;
}
.add_form.share .item label{
	width: 60px;
	margin:0 10px 0 0;
}
#abstract_container.room_share_add .add_info{
	margin:30px 0 0 90px;
	padding:0 0 35px;
}
#abstract_container.room_share_add .add_info p{
	color:#3e3a39;
	font-size:12px;
	margin:0 0 25px;
	line-height:20px;
}

#abstract_container.room_forum_add .top {
	background: url(../images/room_img/forum_title.png) no-repeat 0 100%;
	padding: 35px 8px 0;
	height: 61px;
}


.add_form .item > span {
	float: left;
	color: #000;
	font-size: 12px;
	text-align: right;
	margin: 0 5px 0 0;
	line-height:18px;
}


.copyright.me {
	text-align: right;
	color: #231815;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.login_box.me {
	display: block;
	height:470px;
}
.login_box.me .lbox{
	display: block;
}
#abstract_container.room_life .add_send_box #add_send_btn.notice{
	margin: 10px 125px 0 0;
}

#newpw_form{
	width: 280px;
	margin: 0 auto;
}
#newpw_form .item{
	float: left;
	width: 100%;
}
#newpw_form .item label{
	float: left;
	color: #000;
	font-size: 14px;
	width: 100px;
	text-align: right;
	margin: 0 5px 10px 0;
}
#newpw_form .item input{
	float: left;
	background: #dbdcdc;
	width: 155px;
	height: 20px;
	padding: 0 0 0 5px;
}


.ps_b_left{
	background:url(../images/index_img/left_btn3.png) no-repeat;
	width:11px;
	height:26px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	left: 5px;
	top: 175px;
}
.ps_b_right{
	background:url(../images/index_img/right_btn3.png) no-repeat;
	width:11px;
	height:26px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	right: 5px;
	top: 175px;
}
.ps_b_left:hover, .ps_b_right:hover{
	background-position:0 -26px;
}


.welcome{
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100%;
	height:100%;
	
}
.welcome .welcome_all{
	position:absolute;
	left:50%;
	top:50%;
	width:177px;
	height:215px;
	margin:-107px 0 0 -88px;
	display:none;
}
.welcome .welcome_box{
	position:relative;
	left:50%;
	top:50%;
	width:177px;
	height:215px;
	margin:-107px 0 0 -88px;
}
.welcome .wel_p{
	position:absolute;
	opacity:0;
}
.welcome .wel_p01{top: -10px; left:21px;}
.welcome .wel_p02{top: -10px; left: 128px;}
.welcome .wel_p03{top: 4px; left: 32px;}
.welcome .wel_p04{top: 4px; left: 110px;}
.welcome .wel_p05{top: 33px; left: 76px;}
.welcome .wel_p06{top: 23px; left: 50px;}
.welcome .wel_p07{top: 23px; left: 103px;}
.welcome .wel_s{
	position: absolute;
	opacity:0;
}
.welcome .wel_s01{top: 120px; left: -5px;}
.welcome .wel_s02{top: 123px; left: 68px;}
.welcome .wel_s03{top: 120px; left: 140px;}

.welcome p{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -50px;
	bottom: 10px;
	color: #807f80;
	font-size: 40px;
	font-weight: bold;
	font-family: Helvetica;
	width: 120px;
	text-align: center;
}



#fck01_item{
	float:left;
	width:60px;
	margin: 0 10px 0 0;
}
#fck01_item label{
	width:60px;

}


#abstract_container.room_life .share_add .abstract_add_btn {
	background: #fff;
	margin:0;
	border-radius: 2px;
	color: #000;
	text-align: center;
	font-size: 14px;
	padding: 2px 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#abstract_container.room_life .share_add .abstract_add_btn:hover{
	background:#fff;
}