body{ 
	background:none;
 background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body:after {

   content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
	z-index: -1;

}
i{
	color:#555;

	
}
/*
.container{padding-left:20px;padding-bottom:20px;padding-right:20px;}
section,aside .bg-color{box-shadow:0 0 20px rgba(0,0,0,.1)}
*/

input,textarea{border:#ddd 1px solid;box-shadow:inset 0 0 2px rgba(0,0,0,0.05);background:rgba(255,255,255,0.5);}
input:focus,textarea:focus{border:#09b597 1px solid;box-shadow: 0 0 8px rgba(9, 181, 151,0.7);}
.orange-text{color:#555;}
.blue-text,.comment-line ul li,.pagination ul > li > a, .pagination ul > li > span,.re-info span a{color:#09b597;}
.bg-color{background:rgba(255,255,255,0.5);}
.index-title{color:#09b597;border-bottom:1px solid #ddd;}
.index-title small{color:#bcbcbc;margin-left:5px;font-size:12px;}
header{background:rgba(255,255,255,0.8)repeat-x;box-shadow:3px 3px 5px #ccc;;background-size: 100% 100%;}
.top nav> ul >li >a{color:#555;}
.mynav >ul >li >a:hover{background:#09b597; background-size: 100%;}
.mynav >ul >li >a:hover{color:#fff;}

.nav-active{background:#09b597; }
.nav-active a{color:#fff!important;}
.mynav >ul >li .el-caret-down{color:#555;}
.drop-nav li a{color:#555!important;;}

.arclist>ul>li,.post-line,.comment-area>ul>li,.shuos-area{border-bottom:1px solid #ddd;}

.arc-title{border:none;}

.arrow_box {
	position: relative;
	background: rgba(255,255,255,0.6);
border:1px solid #ddd;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color:#fff;
	border-width: 14px;
	margin-top: -14px;
}
.arrow_box:before {
	border-color:rgba(255, 255, 255, 0);
	border-right-color:#ddd;
	border-width: 15px;
	margin-top: -15px;
}

.wall-li,.blog_links li,.pagination ul > li > a, .pagination ul > li > span,.return-xc a,.pic-btn .pull-right{border:1px solid #ccc;}



div#tooltip {background:rgba(0,0,0,0.8);}
div#tooltip p {color:#fff;}
div#tooltip p:after{	border-bottom: 8px solid rgba(0,0,0,0.8);}
