/*taobaoiframe*/
#iftb{
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 100%;
		height: 360%;
		position: absolute;
		left: -99.6%;
		top: 15px;
		border: none;
}

/*随笔文章一些样式start*/
.sec_Title {
color:#fff;
font-size:16px;
font-family:"Microsoft Yahei","微软雅黑","宋体","黑体",Arial;
text-shadow:2px 2px 3px #222;
height:30px;
background-color: #006633;
padding-top: 7px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 1px;
margin-left:5px !important;
margin-right:5px !important;
margin-top: 30px !important;
margin-bottom: 20px !important;
border-left:10px solid #cd4900;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
box-shadow:0px 0px 0px 0px #5f5a4b, 1px 1px 6px 1px rgba(10,10,0,0.5);
}

/*随笔文章一些样式end*/

/*文章界面一些定制样式start*/
#div_digg
{
z-index:9999 !important;
width:135px;
right: 18%;
bottom: 1px; 
height: 100px;
overflow: hidden !important;
position: fixed !important;
background-color: rgb(238, 238, 238);
padding-top: 5px !important;
padding-left: 15px !important;
padding-right: 15px !important;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
box-shadow:0px 0px 0px 0px #5f5a4b, 1px 1px 6px 1px rgba(10,10,0,0.5);
}
.postTitle
{
border-bottom:1px solid #CCCCCC;
}
#p_b_follow
{
z-index:9999 !important;
width:100px;
right: 37%;
bottom: 12px; 
height: 50px;
overflow: hidden !important;
position: fixed !important;
background-color: rgb(238, 238, 238);
padding-top: 20px !important;
padding-left: 15px !important;

border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
box-shadow:0px 0px 0px 0px #5f5a4b, 1px 1px 6px 1px rgba(10,10,0,0.5);

filter:alpha(opacity=70);   /* IE */
-moz-opacity:0.7;          /* 老版Mozilla */
-khtml-opacity:0.7;       /* 老版Safari */
opacity: 0.7;             /* 支持opacity的浏览器*/
}
#p_b_follow a
{
line-height: 21px;
font-size:21px;
color:red;
}
#p_b_follow:hover
{
background-color: green;
filter:alpha(opacity=100);   /* IE */
-moz-opacity:1;          /* 老版Mozilla */
-khtml-opacity:1;       /* 老版Safari */
opacity: 1;             /* 支持opacity的浏览器*/
}
/*文章界面一些定制样式end*/

/*公告栏*/
.newsItem
{
padding-left:5px;
padding-top:5px;
margin-top:5px;
margin-right:5px;
border:none;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
box-shadow:0px 0px 0px 0px #5f5a4b, 1px 1px 6px 1px rgba(10,10,0,0.5);
}
#closeNav
{
height: 128px;
width: 128px;
overflow: hidden !important;
position: fixed !important;
cursor:pointer;
right: -50px;
top: 450px;
z-index: 999999;
}
.postTitle:hover{
transition-property: margin-left;
transition-duration: 0.2s;
transition-timing-function:cubic-bezier(0, 1.65, 0.58, 1);
margin-left: 15px;
}
#navList{
transform: rotateY(360deg);
transition-duration: 2s;
transition-delay: 1s;
transform-origin: center center;
}

/*快速操作*/
.article-btm{position:fixed;right:13%;bottom:10px;z-index:10}
.article-btm-line{background-color: #8FC320;width:50px;height:50px;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;margin-top: 5px;}
.article-btm-line .ico{position:absolute;left:50%;margin-left:-18px;top:50%;margin-top:-18px;width:36px;height:36px;background-repeat:no-repeat;background-repeat:no-repeat;background: url(https://images.cnblogs.com/cnblogs_com/PeunZhang/286351/o_article-btm-line.png) 0 0 no-repeat;overflow: hidden;}
.article-btm-line .ico-like{
background-position: 0 0;
-webkit-animation: ani-ico 6s linear 1s 10;
animation: ani-ico 6s linear 1s 10;
}
.article-btm-line .ico-bubble{
background-position: 0 -36px;
-webkit-animation: ani-ico 6s linear 1.5s 10;
animation: ani-ico 6s linear 1.5s 10;
}
.article-btm-line .ico-star{
background-position: 0 -72px;
-webkit-animation: ani-ico 6s linear 2s 10;
animation: ani-ico 6s linear 2s 10;
}
.article-btm-line .ico-move-up{
background-position: 0 -108px;
-webkit-animation: ani-ico 6s linear 2.5s 10;
animation: ani-ico 6s linear 2.5s 10;
}
.article-btm-line .ico-move-down{
background-position: 0 -144px;
-webkit-animation: ani-ico 6s linear 3s 10;
animation: ani-ico 6s linear 3s 10;
}
@-webkit-keyframes ani-ico {
    0% { -webkit-transform: rotate(0deg);}
    0.5% { -webkit-transform: rotate(-15deg);}
    1% { -webkit-transform: rotate(0);}
    1.5% { -webkit-transform: rotate(15deg);}
    2% { -webkit-transform: rotate(0);}
    2.5% { -webkit-transform: rotate(-15deg);}
    3% { -webkit-transform: rotate(0);}
    3.5% { -webkit-transform: rotate(15deg);}
    4% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(0);}
}
@keyframes ani-ico {
    0% { transform: rotate(0deg);}
    0.5% { transform: rotate(-15deg);}
    1% { transform: rotate(0);}
    1.5% { transform: rotate(15deg);}
    2% { transform: rotate(0);}
    2.5% { transform: rotate(-15deg);}
    3% { transform: rotate(0);}
    3.5% { transform: rotate(15deg);}
    4% { transform: rotate(0);}
    100% { transform: rotate(0);}
}

.article-btm-line:hover{background-color: #3c6f1d;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-ms-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}
.article-btm-line:hover .txt{
display: block;
-webkit-animation: ani-ico-txt .2s linear 1 forwards;
animation: ani-ico-txt .2s linear 1 forwards;
}
@-webkit-keyframes ani-ico-txt {
    0% { opacity: .8;-webkit-transform: translate(50px, 0);}
    100% { opacity: 1;-webkit-transform: translate(5px, 0);}
}
@keyframes ani-ico-txt {
    0% { opacity: .8;transform: translate(50px, 0);}
    100% { opacity: 1;transform: translate(5px, 0);}
}

.article-btm-line .txt{display: none;position:absolute;height:50px;line-height:50px;padding:0 15px 0 10px;white-space:nowrap;top:50%;margin-top:-25px;right:50px;color:#fff;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;background-color:#3C6F1D;opacity: 0;}