input.btn_my_zzk {
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    border: none;
    height: 33px;
    width: 60px;
    border: 1px solid pink;
}
.input_my_zzk {
    width: 70%;
    height: 45px;
    display: block;
    height: 30px;
}
.div_my_zzk {
    margin-top: 5px;
    display: flex;
    margin-bottom: 5px;
}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
.day{
   border:none !important;
}

.postTitle{
    border:1px solid lightgrey;
    border-radius:7px 7px 0 0  !important;
    margin-top:40px;
background:#e8e8e8 !important;
}
.postCon{
    border:1px solid lightgrey;
    border-top:none !important;
     border-bottom: none !important;
    padding: 20px 20px 0px !important;
}
.postDesc{
    border:1px solid lightgrey;
    border-top:none;
    border-radius:0 0 7px 7px !important;
}
#comment_form_container{
    display:none !important;
}
#under_post_news{
    display:none !important;
}
#div_digg{
    display:none !important;
}
#blog_post_info{
    display:none !important;
}
#footer{
    display:none !important;
}
#blog_nav_sitehome{
    display:none !important;
}，
#nav_contact{
    display:none !important;
}
#comment_nav{
    display:none !important;
}
#nav_sitehome
{
    display:none !important;
}

.post{
    border:none !important; 
box-shadow: none !important;
}

#sideBarContents{
    min-height:127px !important;
height:100%;
}
.cnblogs-markdown code{
    box-shadow: none !important;
}
