#main {
    min-width: 980px;
    text-align: left;
    clear: both;
    background: rgba(220, 203, 203, 0.8);
    border-radius: 0 0 5px 5px;
}

body {
    color: #000;
    height: 100%;
    background: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://img-download.pchome.net/download/1k1/gp/48/omoxsv-ywj.jpg) no-repeat #452610;
    background-size: 100% 1080px;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
     text-decoration: none; 
}
a{
    text-decoration: none;
}
a:hover {
     transform: scale(1.2);
    text-decoration: none!important;
    text-decoration: none;
    text-shadow: 0 0 7px #ccc;
}
input {
        display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px
}
#navigator {
    background-color: #333;
    height: 60px;
    clear: both;
    border-radius: 5px 5px 0 0;
    margin-top: 60px;
    position: relative;
}
 .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f0f0f0;
}
.CalTitle {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-family: monospace;
    font-weight: bolder;
    border-bottom: 1px solid #666;
}
#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 700px;
    background: rgba(255, 255, 255, 0);
}
/*赞*/
.diggit {
    float: left;
    width: 46px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
    opacity: 0.8;
}
.buryit {
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
    opacity: 0.8;
}
/* power by */
.postDesc {
    float: none;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #3e3838;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #212020;
}