body
{
    font-family: Microsoft YaHei;
}
::selection{
    color:#fff;
    background:orange;
}

img{
    max-width:100%;
}
h2 {
    font-size: 1.2em;
}

#scrollUp:hover {
    background: #ff7227
}

.diggit{
    position: fixed;
    bottom: 65px;
    right: 20px;
}
.buryit,.diggword{
    display:none;
}

#digg_tips{
    position: fixed;
    bottom: 2px;
    right: 25px;
}


#scrollUp {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 20px;
    background: #1f7b9b url(https://images.cnblogs.com/cnblogs_com/twobin/520730/o_icon.png) no-repeat 8px -150px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
}

#scrollUp:hover{
    background: #ff7227 url(https://images.cnblogs.com/cnblogs_com/twobin/520730/o_icon.png) no-repeat 8px -150px;
}

#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em "微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}

#cnblogs_post_body h1 {
    background: #1f7b9b;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding:10px;
    text-shadow: 2px 2px 3px #222222;
}

p code {
    margin: 10px auto 10px auto;
    text-indent: 0px;
}

a:hover {
    color: #FF3300;
}


.shadow {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #1f7b9b;
    border: 1px solid #1f7b9b;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
    #mytopmenu {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #centercontent {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    #leftcontent {
        width: 100%;
        position: static;
        width: 100%;
    }

    #footer {
        margin: 0;
        width: 100%;
    }

    #comment_form {
        display: none;
    }

    #header {
        display: none;
    }

    #green_channel {
        display: none;
    }

    #centercontent img {
        width: 98% !important;
    }
}

#cnblogs_post_body{
    overflow: hidden;
}
.menuarea{
    border: solid thin #ccc;
    border-radius: 10px;
}
.menuarea legend{
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
}
.tzyymenu {
    list-style: none;
    padding: 10px !important;
    font-family: "宋体";
    margin: 0 !important;
    font-size:14px;
}
.tzyymenu li{
    padding-top: 3px;
    padding-bottom: 3px;
    counter-increment: menuindex;
}
.tzyymenu li:before{
    content:"["counter(menuindex)"].";
    color: #399ab2;
}
.tzyymenu a{
    border:none;
    color:#399ab2;
}
.tzyymenu a:hover{
    color: #FF3300;
}
.menuh2{
    padding-left: 25px;
}
#mydiv_digg{
    color:#399ab2;
    cursor: pointer;
}
#mydiv_digg:hover{
    color: #FF3300;
}
    .postTitle2{
        display: inline-block;
        transform:translateX(0px);
        color: #399ab2;
        transition:transform 0.2s linear,color 0.2s linear;
        -webkit-transition:transform 0.2s linear,color 0.2s linear;
	-moz-transition:transform 0.2s linear,color 0.2s linear;
	-o-transition:transform 0.2s linear,color 0.2s linear;
    }
    .postTitle2:hover{
        transform:translateX(30px);
        -webkit-transform:translateX(30px);
        -moz-transform:translateX(30px);
        -o-transform:translateX(30px);
        color: #FF3300 !important;
    }