/* <link type="text/css" rel="stylesheet" href="https://www.cnblogs.com/lpp-11-15/custom.css?v=ioNlLJJBMUklUOqqcQdVRCVRt8A=" />
    <link id="mobile-style" media="only screen and (max-width: 767px)" type="text/css" rel="stylesheet" href="/skins/SimpleMemory/bundle-SimpleMemory-mobile.min.css" />*/
/* 内容 */
 /*//////////////////*/
    .day {
        margin-top: 10px;
        transition: 0.4s;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .day:first-child {
        margin-top: 0px;
    }

    .day:hover {
        margin-left: 10px;
        /* box-shadow: 0px 4px 5px #f0ac3e; */
        border: 1px solid #f0ac3e;
        padding-right: 2px;
        transition:  0.6s;
        -moz-transition:  0.6s; /* Firefox 4 */
        -webkit-transition: 0.6s; /* Safari and Chrome */
        -o-transition:  0.6s; /* Opera */
    }

    .catListTag ul li:hover {
        background: #ff8000;
    }

    .sidebar-block ul li a:hover {
        color: #526aff;
    }

    .CalNextPrev {
        text-align: center;
    }

    table {
        box-shadow: 0px 0px 2px #adadad;
        background-color: #fff;
    }

    #profile_block:hover {
        border: 1px solid #c3bfbf;
    }

    .CalTitle {
        width: 100%;
        background-color: #169fe6;
        color: #ffffff;
        height: 41px;
    }

    #navList a:link {
        text-shadow: none;
    }

    #blogTitle h1 a:hover {
        text-decoration: none;
    }


    /* 内容 */

    #right_box {
        width: 66px;
        position: fixed;
        top: 460px;
        right: 0px;
        border: #000000;
        text-align: center;
    }

    #right_box div {
        width: 100%;
        line-height: 40px;
        cursor: pointer;
        color: #ffffff;
        margin-top: 2px;
        background-color: rgba(249, 141, 6, 0.6);
        position: relative;
    }

    #right_box a {
        text-decoration: none;
        color: #ffffff;
    }

    #right_box div:first-child {
    }

    #right_box div:nth-child(2) {
    }

    #right_box div:nth-child(2) span {
        position: absolute;
    }

    .top {
        width: 0%;
        height: 2px;
        background-color: #0118ff;
        top: 0px;
        left: 0px;
        transition: 0.4s;
    }

    #right_box div:nth-child(2):hover .top {
        width: 100%;
    }

    .right {
        width: 2px;
        height: 0%;
        background-color: #0118ff;
        top: 0px;
        right: 0px;
        transition: 0.4s;
    }

    #right_box div:nth-child(2):hover .right {
        height: 100%;
    }

    .bottom {
        width: 0%;
        height: 2px;
        background-color: #0118ff;
        bottom: 0px;
        right: 0px;
        transition: 0.4s;
    }

    #right_box div:nth-child(2):hover .bottom {
        width: 100%;
    }

    .left {
        width: 2px;
        height: 0%;
        background-color: #0118ff;
        bottom: 0px;
        left: 0px;
        transition: 0.4s;
    }

    #right_box div:nth-child(2):hover .left {
        height: 100%;
    }

    #header {
        /* background-image: url(https://images.cnblogs.com/cnblogs_com/lgnblog/1285616/o_bgbook.jpg); */
        background-image: url(https://images-origin.cnblogs.com/cnblogs_com/lgnblog/1285616/o_timg9.jpg);
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: 100% 84%;
    }

    #blogTitle {
        background-image: none;
    }

    #navigator {
        border: 1px solid #b66613;
        background-color: #b66613;
    }

    .catListTitle {
        border: 1px solid #b66613;
        background-color: #b66613;
    }

    .CalTitle, .sidebar-block h3 {
        border: 1px solid #b66613;
        background-color: #b66613;
    }

    .dayTitle {
        background-color: #f97745;
    }

    #navList a:hover {
        background-color: #f8dba7;
        color: #1616e6;
    }