
/* 自己的调整 */
#main {
    width: 1260px;
}
#centercontent {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 0;
    width: 850px;
    float: right;
    border: 0 solid 
    #000;
    text-align: left;
    margin-right: 190px;
}
#mytopmenu {
    float: right;
    width: 650px;
    border: 0 solid 
    #5e5e5e;
    background-image: url(images/bg_menu.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 8px;
        padding-top: 8px;
        padding-right: 8px;
        padding-left: 8px;
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 5px;
    margin-right: 200px;
    margin-left: 0;
    text-align: right;
    font-size: 12px;
    padding-top: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana,Arial,helvetica,sans-seriff;
    font-size: 12px;
    word-break: break-all;
    line-height: 160%;
    background-color: #f6f6f6;
    text-align: left;
    background: url(//images.cnblogs.com/cnblogs_com/yz221701430/1638442/o_200127145057背景.jpg) fixed;
}
#leftcontent {
    float: left;
    width: 200px;
    background-color: 
rgba(172, 165, 165, 0.55);
border: 0 solid
#000;
    border-top-color: rgb(0, 0, 0);
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 0px;
border-top: 1px solid
#000;
border-bottom: 0 solid
    #000;
    font-family: Arial;
    font-size: 12px;
    margin-left: 5px;
    padding-left: 0;
    margin-top: -80px;
}
#mylinks{
    visibility: hidden;
}
#Header1_HeaderTitle{
    display:none;
}
div.commentform textarea {
    width: 615px;
    height: 300px;
    font-size: 13px;
    border: 1px solid 
    #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}

/* 定制返回顶部按键 */
#toTop {
        width: 100px;
        height: 50px;
        overflow: hidden;
        position: fixed;
        right: 30px;
        bottom: 0px;
        cursor: pointer;
        color: rgb(252, 250, 250);
        font-size: large;
}

/* 定制页面扩大按键 */
#divExpandViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 400px;
    cursor: pointer;
    opacity: 0.9;
    background-color:  rgba(172, 165, 165, 0.8);
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 445px;
    cursor: pointer;
    opacity: 0.9;
    background-color:  rgba(172, 165, 165, 0.8);
}
/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}
/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color:  rgba(172, 165, 165, 0.5);
    border-radius: 10px;
    box-shadow: 1px 1px 1px  rgba(172, 165, 165, 0.5);
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}