body {
			background-image: url('https://upload-images.jianshu.io/upload_images/5349028-ca5a43040196e42d.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240');
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment: fixed;

		}
#topics {
  background-color: #f8f8f8db;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#navigator {
		    background-color: rgba(85, 221, 194, 0.69) !important; 
		    height: 60px;
		    clear: both;
		    margin-top: 60px;
		    position: relative;
		    border-top-left-radius: 84%;
		    border-top-right-radius: 100%;
		}
		.newsItem .catListTitle {text-align: left;padding: 5px 10px;border: 1px solid rgba(218, 174, 219, 0.48) !important;background: rgba(246, 192, 225, 0.83) !important; border-radius: 5%;}
		#blog-sidecolumn .catListTitle {text-align: left;padding: 5px 10px;border: 1px solid rgba(218, 174, 219, 0.48) !important;background: rgba(246, 192, 225, 0.83) !important; border-radius: 5%;}
#main {
			background: none !important;
		}
		#mainContent {
			background: none !important;
		}
		.cnblogs-markdown code {
			background-color: rgba(250, 213, 252, 0.51)!important;

		}
		.CalTitle {
			text-align: left;padding: 5px 10px;border: 1px solid rgba(218, 174, 219, 0.48) !important;background: rgba(246, 192, 225, 0.83) !important; border-radius: 5%;
		}
.mySearch .input_my_zzk {
    height: 3.4em !important;
    width: 175px;
    background: rgba(0, 255, 157, 0.64);
    border: none;
    border-bottom-right-radius: 95%;
}
input.btn_my_zzk {
    vertical-align: middle;
    height: 31px !important;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    background: #45A638;
    border: none;
    border-radius: 13%;
    color: #fff;
}