* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:before,
:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 13px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    font-family: Helvetica, "Microsoft Yahei", "微软雅黑", sans-serif;
    overflow-x: hidden;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    padding: 0;
}

.ico {
    display: inline-block;
    background-image: url(../images/stuq-sprite.png);
    background-repeat: no-repeat;
}
.ico-menu {
    background-position: -0 -0;
    height: 200px;
    width: 150px;
}
.ico-menu2 {
    background-position: -150px -0;
    height: 170px;
    width: 150px;
}
.ico-user {
    background-position: -0 -200px;
    height: 40px;
    width: 40px;
}
.ico-user:hover {
    background-position: -40px -200px;
    height: 40px;
    width: 40px;
}
.ico-notice:hover {
    background-position: -80px -200px;
    height: 31px;
    width: 25px;
}
.ico-notice {
    background-position: -105px -200px;
    height: 31px;
    width: 25px;
}
.ico-publish {
    background-position: -150px -170px;
    height: 30px;
    width: 30px;
}
.ico-publish:hover {
    background-position: -180px -170px;
    height: 30px;
    width: 30px;
}
.ico-head-share:hover {
    background-position: -210px -170px;
    height: 30px;
    width: 25px;
}
.ico-head-share {
    background-position: -235px -170px;
    height: 30px;
    width: 25px;
}
.ico-weibo {
    background-position: -260px -170px;
    height: 26px;
    width: 27px;
}
.ico-qzone {
    background-position: -130px -200px;
    height: 26px;
    width: 27px;
}
.ico-copy {
    background-position: -157px -200px;
    height: 26px;
    width: 27px;
}
.ico-wechat {
    background-position: -184px -200px;
    height: 26px;
    width: 26px;
}
.ico-back {
    background-position: -210px -200px;
    height: 25px;
    width: 14px;
}
.ico-search {
    background-position: -224px -200px;
    height: 24px;
    width: 23px;
}
.ico-share {
    background-position: -247px -200px;
    height: 20px;
    width: 20px;
}
.ico-more-down {
    background-position: -267px -200px;
    height: 20px;
    width: 20px;
}
.ico-close {
    background-position: -0 -240px;
    height: 20px;
    width: 20px;
}
.ico-delete {
    background-position: -20px -240px;
    height: 20px;
    width: 17px;
}
.ico-pen-edit {
    background-position: -37px -240px;
    height: 18px;
    width: 18px;
}
.ico-comment {
    background-position: -55px -240px;
    height: 17px;
    width: 20px;
}
.ico-pen-reply {
    background-position: -75px -240px;
    height: 16px;
    width: 18px;
}
.ico-more-right {
    background-position: -287px -170px;
    height: 12px;
    width: 7px;
}
.ico-menubar {
    position: relative;
    display: inline-block;
}
.ico-menubar span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    height: 2px;
}
.ico-menubar span:nth-child(1) {
    top: 0;
}
.ico-menubar span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.ico-menubar span:nth-child(3) {
    bottom: 0;
}
.ico-up {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #464646 transparent;
}
.useful .ico-up {
    border-bottom-color: #ff0000;
}
.auth-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.main {
    max-width: 960px;
    margin: 0 auto;
}
.menu {
    display: none;
    position: absolute;
    list-style: none;
    z-index: 99;
}
.menu.open {
    display: inline-block;
}
.red-point {
    position: relative;
}
.red-point:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 4px solid #ff0000;
}
#footer {
    font-size: 13px;
    color: #f1f2f2;
    background-color: #262b2d;
    line-height: 4;
    text-align: center;
    visibility: hidden;
}
#header {
    position: relative;
    text-align: center;
    width: 100%;
    height: 64px;
    display: table;
}
#logo {
    position: relative;
    width: 16%;
    min-width: 78px;
    max-width: 114px;
    height: 100%;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
#logo .wrapper {
    position: relative;
    display: inline-block;
}
#logo img {
    width: 100%;
}
#logo .down {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #565656 transparent transparent transparent;
    margin-top: -3px;
}
#logo .menu {
    top: 110%;
    left: 50%;
    margin-left: -75px;
    padding-top: 19px;
}
#logo .menu li {
    color: #363636;
}
#logo .menu li:hover {
    color: #ff0000;
}
#logo .menu a {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
#logo .menu a,
#nav .menu a {
    display: block;
}
#nav {
    right: 0;
    z-index: 9;
}
#nav .wrapper {
    display: table;
    height: 100%;
}
#nav .vertical {
    position: relative;
    display: none;
}
#nav .vertical .cell {
    padding-right: 7px;
}
#nav .ico-menubar {
    width: 25px;
    height: 20px;
    cursor: pointer;
}
#nav .ico-menubar span {
    background-color: #ff0000;
}
#nav .ico-menu2 {
    position: absolute;
    top: 42px;
    right: -12px;
    padding-top: 24px;
}
#nav .ico-menu2 a {
    color: #464646;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
}
#nav .cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
#nav .horizon .cell,
#nav .vertical li {
    display: none;
    position: relative;
}
#nav .horizon .user-cell {
    display: table-cell !important;
}
#nav .vertical .user-cell {
    display: list-item !important;
}
#nav .share-cell .article-share-menu {
    height: auto;
    top: 72px;
    right: 50%;
    margin-right: -75px;
}
#nav .vertical .article-share-menu a {
    padding: 0 1px;
}
#search,
#nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}
#search {
    left: 0;
    width: 33%;
    max-width: 270px;
    text-align: left;
    z-index: 1;
    visibility: hidden;
}
#search .wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
#search .input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #e3e3e3;
    border-radius: 1.5em;
    padding: 0 1.5em 0 42px;
}
#search input {
    width: 100%;
    height: 36px;
    font-size: 15px;
    color: #363636;
    border: 0;
}
#search .ico-search {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
}
#search .ico-close {
    display: none;
}
#goback {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9;
    font-size: 16px;
    color: #ff0000;
    font-weight: 600;
    cursor: pointer;
    visibility: hidden;
}
#goback .table {
    display: table;
    height: 100%;
    margin: 0;
    width: auto;
    max-width: none;
}
#goback .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#goback span {
    vertical-align: middle;
}
#search-result {
    min-height: 350px;
}
#search-result .no-result {
    font-size: 15px;
    color: #585858;
    line-height: 300px;
    text-align: center;
}
#search-result .no-result a {
    color: #ff6767;
}
#content.searching > div {
    display: none;
}
#content.searching > #search-result {
    display: block;
}
#global-share {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}
#global-share.open {
    display: block;
}
#global-share .table {
    width: 100%;
}
#global-share .bg {
    display: inline-block;
    padding: 16px 18px;
    background-color: #fdfdfd;
    border: 0;
    border-radius: 5px;
}

.index #search,
.nday #search,
.profile #search {
    visibility: visible;
}
.index #nav .horizon .notice-cell,
.index #nav .horizon .publish-cell,
.nday #nav .horizon .notice-cell,
.nday #nav .horizon .publish-cell,
.profile #nav .horizon .notice-cell,
.profile #nav .horizon .publish-cell,
.skills #nav .horizon .notice-cell,
.skills #nav .horizon .share-cell {
    display: table-cell;
}
.index #nav .vertical .notice-cell,
.index #nav .vertical .publish-cell,
.nday #nav .vertical .notice-cell,
.nday #nav .vertical .publish-cell,
.profile #nav .vertical .notice-cell,
.profile #nav .vertical .publish-cell,
.skills #nav .vertical .notice-cell,
.skills #nav .vertical .share-cell {
    display: list-item;
}
.index .day,
.nday .day {
    padding: 15px 0;
}
.index .date,
.nday .date {
    padding: 9px 5px;
    border-bottom: 1px solid #b7b7b7;
}
.index .date-label,
.nday .date-label {
    color: #363636;
    font-size: 22px;
    display: inline-block;
    width: 64px;
    text-align: center;
    white-space: nowrap;
}
.index .date-number,
.nday .date-number {
    color: #c8c8c8;
    font-size: 14px;
    padding-left: 12px;
    vertical-align: bottom;
}

.article {
    padding: 20px 5px;
    border-bottom: 1px solid #ebebeb;
    font-size: 0;
    position: relative;
}
.article:last-child {
    border-bottom: 0;
}
.article-useful {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 64px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    font-weight: normal;
}
.useful-number {
    font-size: 13px;
    color: #363636;
    margin-top: 7px;
    white-space: nowrap;
}
.article-main {
    padding-left: 78px;
    padding-top: 5px;
}
.article-info {
    position: relative;
}
.user-avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.user-name {
    color: #b7b7b7;
    font-size: 13px;
    padding: 0 0.75em;
    vertical-align: middle;
}
.user-name:hover {
    color: #a4a4a4;
}
.article-title {
    color: #363636;
    font-size: 19px;
    padding-top: 0.5em;
    padding-right: 0.75em;
    line-height: 1.4;
    text-align: justify;
    max-width: 720px;
}
.article-title a:hover {
    color: #ff0000;
}
.article-tools {
    position: absolute;
    right: 0;
    top: 0;
}
.article-tool {
    display: inline-block;
    background-color: #d7d7d7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.article-tool:hover {
    background-color: #464646;
}
.article-delete {
    display: none;
    padding-top: 5px;
}
.article-share {
    padding-top: 5px;
    cursor: pointer;
}
.article-comment {
    padding-top: 6px;
    margin-left: 12px;
}
.article-comment-number {
    color: #b7b7b7;
    font-size: 13px;
    display: inline-block;
    width: 2.5em;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding-left: 0.25em;
}
.article-share-menu {
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100%;
    white-space: nowrap;
    padding-right: 3px;
}
.article .article-share-menu {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
        -ms-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.article .article-share-menu.open {
    visibility: visible;
    opacity: 1;
}
.article-share-menu .table {
    height: 100%;
    display: table;
}
.article-share-menu .wrapper {
    display: table-cell !important;
    vertical-align: middle;
}
.article-share-menu a {
    position: relative;
    display: inline-block !important;
    padding: 0 3px;
}
.panel-wechat {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: -35px;
    width: 250px;
    height: 110px;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background-color: #fdfdfd;
    text-align: left;
    opacity: 0;
    visibility: hidden;
        -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.panel-wechat-hover:hover .panel-wechat {
    opacity: 1;
    visibility: visible;
        -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
            transform: translate(0, 10px);
}
.qrcode-img {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.qrcode-text {
    display: inline-block;
    font-size: 14px;
    color: #626262;
    line-height: 1.6;
    vertical-align: top;
    text-align: justify;
    width: 124px;
    margin-left: 5px;
    white-space: normal;
}

.index .articles-more,
.nday .articles-more {
    color: #ff0000;
    text-align: center;
    font-size: 0;
    padding: 32px 0;
}
.nday .articles-more {
    display: none;
}
.nday .no-more .articles-more {
    display: block;
}
.index .articles-more .border {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    border: 2px solid transparent;
}
.index .articles-more .border:hover {
    border-color: #ff6969;
}
.index .no-more .articles-more .border,
.nday .no-more .articles-more .border {
    display: none;
}
.index .no-more-text,
.nday .no-more-text {
    display: none;
    font-size: 15px;
    color: #898989;
}
.index .no-more .no-more-text,
.nday .no-more .no-more-text {
    display: inline-block;
}
.index .articles:last-child,
.nday .articles:last-child {
    padding-bottom: 30px;
}
.index .more {
    background-color: #f7f7f7;
    text-align: center;
    padding: 5px 0 10px;
    cursor: pointer;
}
.index .more .text {
    color: #b7b7b7;
    font-size: 16px;
    line-height: 2;
}
#wechat-open-qrcode {
    display: none;
    text-align: center;
    padding: 10px 0 30px;
}
#wechat-open-qrcode .text {
    color: #939393;
    font-size: 15px;
    line-height: 2.5;
}
#wechat-open-qrcode .qrcode {
    width: 164px;
}

.detail #goback,
.publish #goback,
.announce #goback {
    visibility: visible;
}
#detail-content {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}
.detail-article {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 36px;
}
.detail-padding {
    padding-left: 26px;
}
.detail-row {
    padding-left: 70px;
}
.detail-head {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    color: #bcbcbc;
    position: relative;
}
.detail-share {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.detail-share span {
    vertical-align: middle;
}
.detail-share a {
    position: relative;
}
.detail-row-avatar {
    position: absolute;
    left: 3px;
    top: 5px;
}
.detail-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.detail-title {
    color: #363636;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
    position: relative;
}
.detail-title-link {
    vertical-align: text-bottom;
}
.detail .article-useful {
    width: 40px;
    top: 5px;
    left: 2px;
}
.detail-content {
    color: #464646;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 5em;
}
.detail-likes-number {
    font-size: 18px;
    line-height: 2.5;
    color: #363636;
}
.detail-likes-avatar {
    padding-top: 16px;
}
.detail-avatar-container a {
    display: inline-block;
    padding: 4px 1px;
}
.detail-comments {
    padding: 20px 0;
}
.detail-comment-title {
    font-size: 18px;
    line-height: 3.5;
    color: #363636;
}
.detail-comment {
    text-align: right;
}
.detail-comment-login {
    text-align: center;
    color: #787878;
    font-size: 15px;
    padding: 3.25em 1em;
}
.detail-comments textarea {
    font-size: 14px;
    color: #565656;
    font-weight: normal;
    line-height: 1.6;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 1.25em;
    resize: none;
    padding: 0.5em 1em;
}
.detail-textarea {
    position: relative;
}
.length-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #d7d7d7;
    line-height: 30px;
    padding: 0 1.25em;
}
.detail-btn {
    margin-top: 16px;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #e70012;
    display: inline-block;
    padding: 0.75em 2em;
    border-radius: 1.5em;
    cursor: pointer;
    border: 0;
}
.detail-btn:hover {
    background-color: #464646;
}
.detail-btn.disable {
    background-color: #a4a4a4;
}
.detail-comments-list {
    padding-top: 32px;
}
.detail-comment-item {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.detail-comment-item .detail-row-avatar {
    top: 16px;
}
.detail-comment-name {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}
.detail-comment-content {
    font-size: 0;
}
.detail-comment-content span {
    color: #565656;
    font-size: 15px;
    line-height: 1.6;
}
.detail-reply-name {
    color: #ff6767 !important;
}
.detail-comment-footer {
    color: #ababab;
    font-size: 14px;
    padding: 1em 0 1.25em;
}
.detail-comment-time {
    margin-right: 42px;
}
.detail-reply {
    text-align: right;
    display: none;
}
.detail-reply.reply {
    display: block;
}
.detail-reply-cancel {
    font-size: 14px;
    color: #ff8787 !important;
    background-color: transparent !important;
}

.profile-head {
    text-align: center;
    background-color: #534540;
    padding: 48px 0;
}
.profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.profile-name {
    color: #fff;
    font-size: 20px;
    line-height: 2.5;
}
.profile-intro {
    color: #b5aea8;
    font-size: 14px;
    line-height: 2;
    padding: 0.5em;
    position: relative;
}
.profile-intro-text {
    padding: 0 0.5em;
    vertical-align: middle;
}
.profile-intro .ico {
    cursor: pointer;
    vertical-align: text-bottom;
}
.profile-intro-edit {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 28px;
    margin-top: -14px;
    display: none;
}
.profile-intro-edit input {
    color: #d7d7d7;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    font-size: 13px;
    padding: 0.4em 0.5em;
    width: 90%;
    max-width: 180px;
    height: 100%;
}
.editing .profile-intro-text,
.editing .ico-pen-edit {
    visibility: hidden;
}
.editing .profile-intro-edit {
    display: block;
}
.profile-main {
    position: relative;
}
.profile-main .main {
    overflow: hidden;
}
.profile-tab-bg {
    background-color: #877d7a;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.profile-tab {
    position: relative;
    height: 50px;
    line-height: 1.2;
    cursor: pointer;
}
.profile-tab-pub {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.profile-tab-useful {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.profile-tab .table {
    display: table;
    width: 100%;
    height: 100%;
}
.profile-tab .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.profile-tab-num {
    color: #ffffff;
    font-size: 19px;
}
.current .profile-tab-num {
    color: #363636;
    font-weight: 600;
}
.profile-tab-text {
    color: #bdb8b6;
    font-size: 12px;
}
.current .profile-tab-text {
    color: #a4a4a4;
}
.profile-tab .current {
    background-color: #fff;
}
.profile-pub-articles .article-delete {
    display: inline-block;
}
.profile-pub-articles .article-share-menu {
    background-color: #fefefe;
}
.profile .article-share {
    margin-left: 12px;
}
.profile .articles {
    display: none;
    padding: 10px 0 84px;
    min-height: 320px;
}
.profile .articles.current {
    display: block;
}
.skills-map {
    padding-top: 32px;
}
.skills-map #container {
    height: 100%;
}
.publish #content {
    border-top: 1px solid #e1e1e1;
}
.publish-main {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 10px;
}
.publish-section {
    padding-top: 10px;
}
.publish-label {
    color: #686868;
    font-size: 16px;
    line-height: 2.6;
}
.publish-label span {
    font-size: 0.85em;
    opacity: 0.65;
}
.publish-input > input {
    width: 100%;
    font-size: 14px;
    padding: 0.75em;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: #686868;
}
.publish-input > input:focus,
.publish-section.error .publish-input > input {
    border-color: #ff0000;
}
.publish-error {
    font-size: 12px;
    line-height: 2.5;
    color: #ff2200;
    visibility: hidden;
}
.publish-section.error .publish-error {
    visibility: visible;
}
.publish-submit {
    text-align: center;
    padding-top: 0;
    padding-bottom: 64px;
}
.publish .submit {
    display: inline-block;
    background-color: #e70012;
    color: #fdeff0;
    font-size: 14px;
    padding: 0.6em 2.5em 0.65em 3em;
    border: 0;
    border-radius: 1.25em;
    cursor: pointer;
    letter-spacing: 0.5em;
}
.announce #content {
    border-top: 1px solid #e1e1e1;
}
.announce .no-announce {
    color: #565656;
    font-size: 15px;
    text-align: center;
    height: 400px;
    line-height: 320px;
}
.announce .announce-content {
    padding: 32px 2em;
    color: #454545;
    font-size: 15px;
    line-height: 1.8;
    min-height: 220px;
    text-align: justify;
}
.errors .error-message {
    min-height: 320px;
    font-size: 16px;
    color: #363636;
    line-height: 1.4;
    text-align: center;
    padding: 108px 1em;
    vertical-align: baseline;
}
.errors .status-code {
    font-size: 48px;
    padding: 0 5px;
}

@media (max-width: 960px) {
    #nav {
        right: 12px;
    }
    #goback,
    #search {
        left: 12px;
    }
    .detail-padding {
        padding-right: 12px;
    }
}
@media (max-width: 600px) {
    .ico-up {
        border-width: 7px;
    }
    #header {
        height: 50px;
    }
    #logo .down {
        border-width: 5px;
        right: -16px;
    }
    #logo .menu a {
        font-size: 15px;
    }
    .panel-wechat {
        right: inherit;
        left: -35px;
    }
    #nav .panel-wechat {
        left: 50%;
        margin-left: -125px;
    }
    .index #nav .horizon,
    .nday #nav .horizon,
    .profile #nav .horizon,
    .skills #nav .horizon {
        display: none;
    }
    .index #nav .vertical,
    .nday #nav .vertical,
    .profile #nav .vertical,
    .skills #nav .vertical {
        display: table;
    }
    .detail #nav .horizon .share-cell {
        display: table-cell;
    }
    .detail-share {
        display: none;
    }
    #search {
        right: 12px;
        width: auto;
        max-width: none;
    }
    #search .ico-search {
        left: 0;
    }
    #search .input {
        display: none;
    }
    .searching #search .ico-close {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }
    .searching #search .input {
        display: inline-block;
        left: 35px;
        right: 30px;
        width: auto;
        padding-left: 1.5em;
        height: 34px;
        margin-top: -16px;
    }
    .searching #search input {
        height: 32px;
    }
    .searching #logo,
    .searching #nav {
        visibility: hidden;
    }
    .article {
        padding: 12px 5px;
    }
    .article-useful {
        top: 13px;
    }
    .index .day,
    .nday .day {
        padding: 5px 0;
    }
    .index .no-more-text,
    .nday .no-more-text {
        font-size: 13px;
    }
    .index .articles-more .border,
    .index .articles-more .border:hover {
        font-size: 13px;
        padding: 0;
        border: 0;
    }
    .index .articles-more .border span {
        vertical-align: top;
    }
    .index .more .text {
        font-size: 15px;
    }
    #detail-content {
        padding: 10px 0;
    }
    .detail-head {
        font-size: 13px;
    }
    .detail-article {
        padding-bottom: 20px;
    }
    .detail-padding {
        padding-left: 14px;
        padding-right: 14px;
    }
    .detail-row {
        padding-left: 52px;
    }
    .detail-title {
        font-size: 16px;
    }
    .detail-title-link {
        width: 20px;
        height: 20px;
    }
    .detail-content {
        font-size: 14px;
        padding-bottom: 4em;
    }
    .detail-likes-avatar {
        padding-top: 10px;
    }
    .detail-likes-number,
    .detail-comment-title {
        font-size: 15px;
    }
    .detail-btn {
        margin-top: 10px;
        font-size: 12px;
        padding: 0.65em 1.5em;
    }
    .detail-comments textarea {
        font-size: 14px;
        border-radius: 0.75em;
    }
    .detail-comment-name,
    .detail-comment-content span {
        font-size: 14px;
    }
    .detail-comment-footer {
        font-size: 14px;
        padding: 0.75em 0 1em;
    }
    .detail-comment-login {
        font-size: 14px;
    }
    .profile-head {
        padding-bottom: 64px;
    }
    .profile-name {
        font-size: 18px;
    }
    .profile-intro {
        font-size: 13px;
    }
    .errors .status-code {
        display: block;
    }
    .announce .announce-content {
        padding: 1.5em 1em;
    }
}

@media (max-width: 600px), (max-height: 600px) {
    .skills-map {
        padding-top: 0;
    }
}

@media (max-width: 599px) and (min-width: 414px) {
    .index .date-label,
    .nday .date-label {
        font-size: 19px;
        width: 48px;
    }
    .user-name {
        font-size: 13px;
    }
    .article-useful {
        width: 48px;
    }
    .article-main {
        padding-left: 60px;
    }
    .article-title {
        font-size: 16px;
    }
}

@media (max-width: 413px) and (min-width: 375px) {
    .index .date-label,
    .nday .date-label {
        font-size: 18px;
        width: 45px;
    }
    .user-name {
        font-size: 12px;
    }
    .article-useful {
        width: 45px;
    }
    .article-main {
        padding-left: 56px;
    }
    .article-title {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    #goback,
    #search {
        left: 7px;
    }
    #nav {
        right: 7px;
    }
    #nav .cell {
        padding-left: 12px;
    }
    .index .date-label,
    .nday .date-label {
        font-size: 16px;
        width: 42px;
    }
    .index .date-number,
    .nday .date-number {
        padding-left: 7px;
    }
    .user-name {
        font-size: 12px;
        padding: 0 0.5em;
    }
    .article-main {
        padding-left: 50px;
    }
    .article-title {
        font-size: 15px;
    }
    .profile-tab {
        line-height: 1.4;
    }
    .profile-tab-text {
        font-size: 12px;
    }
    .profile-tab-num {
        font-size: 18px;
    }
    .profile .article-share,
    .article-comment {
        margin-left: 7px;
    }
    .profile-name {
        font-size: 20px;
    }
    .detail-padding {
        padding-left: 7px;
        padding-right: 7px;
    }
    .detail-row {
        padding-left: 48px;
    }
    .article-useful {
        left: 0;
    }
}