@charset "utf-8";
/* typecho user V2.00 */
/* 风格切换CSS文件 */
a {
    color: #333;
}
#typecho-nav-list {
    background: #fff;
}
.typecho-head-nav a {
    color: #333;
}
.user-info {
    color: #999;
}
.typecho-head-nav a:hover, .typecho-head-nav a:focus {
    color: #2ca6e0;
}
#tonav a:focus, #tonav a:hover {
    color: #fff
}
.typecho-head-nav .operate {
    background: #fff;
}
.user-info {

    background-repeat: no-repeat;
    background-size: 100%;
    height: 150px;
    border: none;
    color: #333;
}
.user-info a {
    color: #fff;
}
.primary {
    background:linear-gradient(to right , #036eb7, #2ca6e0);
    PADDING: 5px 10px;
    border-radius: 5px;
}
.user-nav li ul {
    background: #f3f2f2;
}
.user-nav li a:hover {
    color: #333;
    font-weight: 900;
}
.user-nav li ul li a:hover {
    background: #333
}
.typecho-head-nav .operate a:hover {
    background: #999;
}
.primary:hover {
    background: #333;
}
.user-nav .fa-angle-down {
    float: right;
    margin-top: 25px;
    margin-right: 15px;
}
.welcome-board {
    font-size: 1.0em;
}
@media all and (max-width: 600px) {
    .user-info {
        display: none;
    }
    #typecho-nav-list {
        padding-top: 20px;
        width: 200px;
    }
    .user-nav li a {
        text-indent: 0.5em;
    }
    .user-nav li ul li a {
        text-indent: 1.5em;
    }
    .typecho-page-title {
        height: auto;
        width: 120px;
    }
    .typecho-page-title h2 {
        margin: 15px 0px;
    }
    .container {
        padding: 0px 20px;
    }
    .typecho-page-main {
        padding: 15px;
    }
}