blockquote{
	color:#666;
	border-left:4px solid #ddd;
	padding-left:20px;
	margin-left:0;
	font-size:14px;
	font-style:italic;
}
p{word-break:break-all;}
code{word-break:break-all;}
/* *{ */
/* 	padding:0; */
/* 	margin:0; */
/* } */
/* 绾挎 */
#sidebar,#head,.clock,#footer,#page{
    border: none!important;
}
/* 閫氱敤 */
a{
    text-decoration: none;
}
div{
    display: block;/* 鍧楃骇鍏冪礌锛岀敓鎴愬悗浼氬甫鎹㈣绗� */
}
.clear{
    clear: both;
}
body{
    margin: 0;
    line-height: 1.4;/* 琛岄珮 */
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
     /*background: #092640; */
    /*background: linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);*/
    background: linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);
    background-attachment: fixed;
    /* Firefox 3.6+ */
	background: -moz-linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear,top,from(#010A26),to(#2E688C));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);
	/* default */
	background: linear-gradient(to bottom,#010A26 0%,#1A4A73 100%,#2E688C 100%);
	background-color: #092640;
    	background-attachment: fixed;
}
#page{
    overflow-x: auto;
    margin: 0 auto;
    max-width: 1200px;
    border: 1px solid black;
    width: auto;
    height: auto;
}
/* 渚ц竟鏍� */
#sidebar{
    border: 1px solid rgb(209, 22, 22);
    margin: 40px 0 0 0px;
    float: left;
    width: 160px;
    position: fixed;
    text-align: right;
}
#head_img{
    padding:0 0 25px 0px ;
    margin-left: 10px;
}
#head_img #logo{
    width: 120px;
    height:120px;
    border: 1px solid #6790b7;
    border-radius: 200px;
    box-shadow:0 0 25px #71aadc;
    text-align: center;
    transition:all .8s ease;
     -webkit-transition:all .8s ease;
       -moz-transition:all .8s ease;
        -ms-transition:all .8s ease;
         -o-transition:all .8s ease;
}
#head_img #logo:hover{
   	transform:rotate(360deg);
}
#head_img a{
    display: inline-block;
}
#type,#tag{
    text-align: right;
    line-height: 24px;
    margin-left: 10px;
    border-top: 1px solid #fff;
}
#type li,#tag li{
    list-style: none;
    font-size: 20px;
    padding: 0 10px 0 0;
    margin: 20px 0;
    position: relative;
}
#tag li{
    font-size: 16px;
    margin: 5px 0;
}
#sidebar a{
    color: #fff;
     transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
}
#sidebar a:after{
    content:"";
    position: absolute;
    right: 0;
    top:10%;
    width:4px;
    height:0px;
    background: transparent;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
}
#sidebar li:hover a:not(#tag_empty):after{
    background: #fff;
    height: 80%;
}
#sidebar li:hover a:not(#tag_empty){
	padding-right: 15px;
}
/* head */
#head{
    border: 1px solid blueviolet;
    margin:60px 0px 0 200px;
    padding: 10px 0px 30px 0px;
}
#title{
    float: left;
}
#head #title h1{
    margin: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
}
#head #title h2{
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}
#head a{
    color: rgb(255, 255, 255);
}
#head #title_b{
    float: right;
    padding: 10px 0 0 0;
}
#head #title_b input{
    border-radius: 200px;
    border: 0;
    box-shadow: 0 0 10px #FFF;
    text-align: left;
    cursor: pointer;
    vertical-align:middle;
    margin:0px 0px 0px 10px;
    padding: 10px 17px 10px 15px;
	transition:width .6s,background .7s;
	-moz-transition:width .6s, background .7s; /* Firefox 4 */
	-webkit-transition:width .6s, background .7s; /* Safari and Chrome */
	-o-transition:width .6s, background .7s; /* Opera */
}
#h_b_search,#h_b_login{
	width:35px;
	background-color:#FFF;
	background:#fff url("../img/search.png") no-repeat center;
	background-size: 20px auto;
}
#h_b_login{
	background-color:#FFF;
	background:#fff url("../img/login.png") no-repeat center;
	background-size: 20px auto;
}
#h_b_search:focus{
	width:150px;
/* 	background-attachment: fixed; */
	background-position: 90% 50%;
}
/* 姝ｆ枃妗嗘灦 */
.t_type a:after{
    content: ">";
}
#content{
    margin: 0px;
    margin-left: 200px;
    padding: 0px;
    margin-top: 23px ;
}
#content .article{
    margin: 0px;
    margin-bottom: 50px;
    padding: 35px 40px 30px 40px;
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px #FFF;
}
/* 鏍囬 */
#content .ctn_title{
    border-bottom: 1px dashed #DDD;
    padding-bottom:5px ;
}
.hgroup{
	max-width:90%;
}
#content .article .hgroup{
    float: left;
}
#content .article .clock{
    float:right
}
.t_type a,.t_ctn,.t_tag a,.clock,#page_nav a,#link_ctn h3{
    color:#ef457e;
}
.t_type{
    margin-right:5px;
    vertical-align: middle;
}
.t_type a{
    display: inline;
    margin: 0;
    margin-right: 5px;
    font-size: 16px;
}
.t_ctn {
    display: inline;
    font-size: 24px;
    vertical-align: middle;
}

.t_tag a{
    display: inline-block;
    font-size: 12px;
    margin: 15px 8px 10px 0;
    background: #f3e7eb;
    padding:2px 5px;
     transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease; 
}
.t_tag a:hover{
	background: #ef5285;
	color:#faf5f7;
}
.ctn_title{margin-bottom:12px;}
.ctn_title .clock{
    border: 1px solid black;
    text-align: center;
    padding: 15px 10px 0 0;
}
.clock .clock_d{
    font-size: 22px;
    line-height: 24px;
}
.clock .clock_t{
    font-size: 18px;
}
/* 姝ｆ枃 */
#content .ctn_text{
    font-size: 16px!important;
    line-height: 32px!important;
    letter-spacing: 0.7px!important;
    display: inline-block!important;
}
#PageButton{
	padding-top:60px;
	padding-bottom: 10px;
}
#PB_R a{color:#6f6f6f;}
#PB_L a{color:#6f6f6f;}
#PageButton #PB_L:hover span:not(#PBT_L){
	font-weight: bold;
/* 	text-decoration: underline; */
}
#PageButton #PB_R:hover span:not(#PBT_R){
	font-weight: bold;
/* 	text-decoration: underline; */
}
#PageButton #PB_L:hover #PBT_L{
	transform:rotate(-180deg);
	border-radius: 3px;
}
#PageButton #PB_R:hover #PBT_R{
	transform:rotate(-180deg);
	border-radius: 3px;
}
#PageButton span{
    font-size: 15px;
    line-height: 32px!important;
    letter-spacing: 0.7px!important;
    display: inline-block;
    color:#6f6f6f;
}
#PageButton span:not(.PageButton_Tag){
	padding:0 10px;
}
#PageButton .PageButton_Tag{
	transition:all .2s;
	background: #ef457e;
	color:#fff;
	font-family:cursive;
	font-size: 13px;
	font-weight: bold;
	display: inline;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	text-align: center;
	width:1.5rem;
	height:1.5rem;
	border-radius: 2px;
}
#content .ctn_text img{
    max-width: 100%!important;
    display: block!important;
    transition:all .6s!important;
/*     border-radius: 15px; */
/*     box-shadow:0 0 15px #e4cdd5; */
}
.ctn_text_over{
	padding:0!important;
	font-size: 16px!important;
    line-height: 32px!important;
    letter-spacing: 0.7px!important;
    display: inline-block!important;
}
.ctn_text img:hover{transform:scale(1.2)!important;}
.ctn_t_div_img{
	display:inline-block!important;
	overflow: hidden!important;
/* 	magin:0; */
/* 	padding:0; */
	max-width: 100%!important;
	border-radius: 15px!important;
	box-shadow: 0 0 15px #e4cdd5!important;
}
.ctn_text .text_b a{
    font-size: 14px!important;
    background: #ef457e!important;
    color: #FFF!important;
    padding:2px 4px!important;
    border-radius: 2px;
}
.text_b{
	margin-top:10px;
}
/* 椤电爜 */
#content #page_nav{
    padding: 35px 40px 30px 40px;
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px #FFF;
    text-align: center;
}
#page_nav a{
    color: #FFF;
    background: #ef457e;
    padding: 2px 8px ;
    margin: 0 10px;
}
#page_nav .p_n_b,.p_n_c{
    margin: 0 10px;
}
/* 鍙嬫儏閾炬帴 */
#link{
    margin: 0px;
    margin-left: 200px;
    margin-top: 40px ;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #FFF;
}
#link_ctn{
    margin: 0;
    padding:10px 40px 25px 40px;

}
#link_ctn a{
    color: #666;
    margin-right: 10px;
}
/* 椤佃剼 */
#footer{
    border: 1px solid rgb(209, 22, 22);
    margin: 10px -10px 0px 10px;
    float: left;
    width: 160px;
    text-align: right;
    font-size: 10px;
    color: #FFF;
    line-height: 20px;
    padding: 10px 0;
    border-top: 1px solid #FFF!important;
    word-spacing: 2px;
}

/* canvas */
#canvas{
    z-index: -1;/* 鍑虹幇鍦ㄥ悗闈� */
    position : absolute;
    top: 0;
    left: 0;
    display: block;  
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}
.filter{
    z-index: -1;
    /* 鍑虹幇鍦ㄥ悗闈� */
    width:100%;
    height: 100%;
    margin:0;
    /* background: rgb(255, 238, 195);
    background: rgb(66, 67, 131);
    background: rgb(255, 130, 46); */
    background: linear-gradient(180deg,#010A26,#1A4A73,#2E688C); 
    /* background: linear-gradient(180deg,red,blue,green);  */
    mix-blend-mode: overlay;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    /* background-size:200% 200%; */
    /* animation: ChangeColor 10s ease-in-out infinite; */
}
@keyframes ChangeColor{
    0%{
        background-position:100% 100%;
    }50%{
        background-position:100% 0%;
        }
    100%{
        background-position:100% 100%;
    }
}
.comment{
	list-style: none;
	margin-top: 60px;
	padding:0px;
}
.comment li{
	border-top: 1px dashed #ddd;
	padding:15px;
}
.comment img{
	width:88px;
	height:88px;
	float:left;
	border-radius: 200px;
	margin-right: 20px;
	 transition:all .5s ease;
     -webkit-transition:all .5s ease;
       -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
         -o-transition:all .5s ease;
}
.comment img:hover{
	transform:rotate(-360deg);
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-ms-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
}
.comment .comment_name{
	color:#ff6699;
	font-style: normal;
	font-weight: 600;
	font-size:15px;
}
.comment .comment_time{
	color:#222;
	font-size:12px;
	 -webkit-transition:all linear .2s;
	transition: all linear .2s;
}
.comment .comment_time:hover{
	color:#ff5890;
}
.comment .content{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color:#555;
	/*overflow: auto;*/
}
.comment .replay{
	border:0;
	background: #eee;
	font-size: 12px;
	margin-right: 4px;
	color:#000;
	padding:2px 6px;
	display: inline-block;
	line-height: 24px;
	 -webkit-transition:background linear .2s;
	transition: background linear .2s;
	cursor: pointer;
}
.comment .replay:hover {
	color:#fff;
	background: #ff6699;
}
.comment #ReplyList li{
	list-style: none;
	border-top: none;
	padding-top:15px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 0px;
	font-size:15px;
	vertical-align: middle;
	position: relative;
	overflow: auto;
}
.comment #ReplyList #name{
	color:#2d64b3;
	display: inline-block;
	padding:0 3px;
}
.comment #ReplyList .reply_content{
	
}
.comment #ReplyList a{
	display:inline-block;
	color:#666;
	float:right;
	font-size:12px;
	vertical-align: bottom;
	padding-left: 10px;
}
.comment #ReplyList #reply_time{
	display:inline-block;
	color:#333;
	font-size:10px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.form_comment textarea{
	width:90%;
	border:2px #DDD solid;
	max-width: 670px;
	margin-top:0;
	padding:15px;
	font-size: 16px;
}
.comment_input{
	width:170px;
	padding:5px 10px;
	border:2px #DDD solid;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.remText{font-size: 15px;color:#00000094;}
.form_comment .button_submit{
	padding:7px 20px;
	background: #e83c76;
	color:#fff;
	border:0;
	border-radius: 3px;
	font-size: 15px;
	margin:25px 0px 10px 0px;
}
/* #footer a{color:#fff;} */
#footer a:hover{color:#FFF;}
#footer a:active{color:#FFF;}
#footer a:link{color:#FFF;}
#footer a:visited{color:#FFF};