body{/*---------------------------------------------------------------------------------页面body*/
    margin: 20px 20px 20px 20px;
    /*上左下右外边距*/
    padding-left: 20px;
    /*左内边距*/
    padding-right: 20px;
    /*右内边距*/
    padding-bottom: 20px;
    /*下内边距*/
    padding-top: 20px;
    /*上内边距*/
    border-radius: 50px;
    /*圆角*/
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    /*字休阴影 | x偏移量 | y偏移量 | 阴影模糊半径*/
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.6);
    /*区块阴影|x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
}
img{/*-----------------------------------------------------------------------------------所有图片阴影*/
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    /*区块阴影|x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
    background-color: #ccc;
    /*所有图片的背景色*/
    border-radius:50%
    /*所有图片的圆角为50%*/
}
input,svg{/*-----------------------------------------------------------------------------------所有图片阴影*/
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    /*区块阴影|x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
}
#bt1{/*------------------------------------------------------------------------------------标题Unique*/
    font-size: 50px;
    /*字体大小*/
    padding-left: 20px;
    /*左内边距*/
    padding-top: 30px;
    /*上内边距*/
}
.bt2{
    font-size: 25px;
    /*字休大少*/
}
.flex{
    display: flex;
    /*弹性盒子*/
}
#yqlj{
    display: flex;
    margin-left: 20px;
}
#dh1{
    padding-left: 300px;
    padding-top: 250px;
}
#navList{/*-------------------------------------------------------博客园--首页--新随笔--联系--管理--订阅*/
    font-weight: bold;
    /*加粗*/
    font-size: 25px;
    /*字休大少*/
}
#tx{/*--------------------------------------------------------------------------------------------头像*/
    /*box-shadow: 20px 20px 50px 15px rgba(0, 0, 0, 0.4);*/
    /* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
    border-radius:50%
    /*正方形圆角50%等于圆形*/
}
#wb50{/*-------------------------------------------------------------------------------------头像外边距*/
    margin-left:45px;
    /*左外边距*/
    margin-top: 0px;
    /*上外边距*/
}
#sideBar{/*-------------------------------------------------------------------------------------侧边栏边内距距*/
    padding-left: 20px;
    /*左内边距*/
}
#le{
    padding-left: 20px;
    /*左内边距*/
}

.yy11{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}


.side-bar{
    width: 66px;
    position: fixed;
    bottom: 25%;
    right: 25px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}
.side-ba{
    right: 100px;
}

#left{
    position: fixed;
    top: 82%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #000;
    background-color: #FFF;
    border-radius:50%
}
#right{
    position: fixed;
    top: 90%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #000;
    background-color: #FFF;
    border-radius:50%
}
#left,#right{
    right: 50px;
}
