    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
    ::-webkit-scrollbar  
    {  
        width: 6px;  
        height: 6px;  
        background-color: #F5F5F5;  
    }  
      /*定义滚动条轨道 内阴影+圆角*/  
    ::-webkit-scrollbar-track  
    {  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
        border-radius: 10px;  
        background-color: #F5F5F5;  
    }  
      /*定义滑块 内阴影+圆角*/  
    ::-webkit-scrollbar-thumb  
    {  
        border-radius: 10px;  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
        background-color: #018EE8;  
    }  
    /** 圆角样式 **/
    #slider img,.single-tag li a,#slider img,.cat-box, .cat-title,.fadeInUp,#sidebar h3,.cat-grid-title, .cat-square-title,.nbs-flexisel-container,img,h1, h2, h3, h4, h5, h6,a，.nav-menu, .nav-menu *,.type-cat a, .child-cat a,.link-all a
    {border-radius: 8px
    }
    /*缩略图之圆角和背影特效*/
    .thumbnail {
        border-radius: 6px;
        box-shadow: rgba(0,0,0,0.5) 3px 3px 3px;
    }
    /*logo圣诞帽*/
    .logo-site:after {
    	content: url(https://www.lurbk.com/wp-content/uploads/2019/01/1546408185-sdm.png);
    	display: block;
    	position: absolute;
    	top: -2px;
    	left: 150px;
    /* 根据实际情况修改定位*/
    }
    /* 小图标旋转*/
    .fa-user-circle{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
    }
    .fa-ravelry{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
    }
    /*全局透明*/  
    .post{background:rgba(255, 255, 255, 0.5);}  
    .widget{background-color: rgba(255, 255, 255, 0.5)}  
    .zm-tabs-container{background-color: rgba(255, 255, 255, 0.5)}  
    #menu-box{background-color: rgba(255, 255, 255, 0.5)}