html, body, div, span, a, ul, li, p, table, caption, tbody, tfoot, thead, tr, th, td, iframe, h1, h2, h3, h4, h5, h6, label, input, textarea {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei","SimHei","SimSun",华文细黑,STHeiti,MingLiu;
    font-size: 12px;
    line-height: 25px;
    /*letter-spacing: 0.2px;*/
}

.m-feedback-link:hover {
    background-image: url(images/feedback-cn.png);
    background-repeat: no-repeat;
    width: 131px;
}

.WdateDiv div, .WdateDiv td, .WdateDiv input, .WdateDiv a, .WdateDiv span {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei","SimHei","SimSun",华文细黑,STHeiti,MingLiu;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei","SimHei","SimSun",华文细黑,STHeiti,MingLiu;
    /*很关键：将默认的select选择框样式清除*/
   
    display: inline-block;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    border-radius: 2px;
}


    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand {
        display: none;
    }


.headermaintitle{font-size:30px !important;}
#navList li{margin-top:15px;}
#blogTitle h1 {background:url(https://pic.cnblogs.com/avatar/970689/20160603114000.png) no-repeat center 4px;background-position-x: 5px;}
#blogTitle h1 a {padding-left: 170px;}