﻿body {
    background-color: #fff;
    overflow-x: hidden;
}

#HtmlContent {
    background: #f4f5f7;
    padding-bottom: 15px;
    height: calc(100vh - 50px);
    overflow-y: auto;
    margin-top: 50px;
    overflow-x: hidden;
}

ul {
    text-decoration: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.containter-bottom {
    transition: background 0.3s;
    -moz-transition: background 0.3s; /* Firefox 4 */
    -webkit-transition: background 0.3s; /* Safari and Chrome */
    -o-transition: background 0.3s; /* Opera */
}

.containter-nothing {
    margin-top: 10px;
    min-height: 250px;
    line-height: 250px;
    text-align: center;
    color: #999;
    font-size: 13px;
    font-family: initial;
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
}

.containter-notmore {
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    color: #999;
    font-size: 12px;
    font-family: initial;
}

.body-scoll {
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

.ul-horizontal li {
    float: left;
}

#BackContent {
    background: url(../Image/main_bg.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    max-height: 1260px;
    min-height: 1260px;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
}

#BackBottom {
    position: relative;
    bottom: 0px;
    height: 400px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(233,233,233,0), rgba(255,255,255,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(233,233,233,0), rgba(255,255,255,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(233,233,233,0), rgba(255,255,255,1)); /* 标准的语法（必须放在最后） */
}

#headRow {
    /**/ background: url(https://img.t.sinajs.cn/t5/style/images/register/bg_reg_wave.png?id=1370232467958) no-repeat center;
    background-size: cover;
}

#Top {
    width: 100%;
    min-height: 47px;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

#Navbar {
    background-color: rgba(233,233,233,0.4);
    border: none;
    margin: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.headBtn {
    padding: 3px 5px;
}

.tab_t {
    padding-left: 29px;
}

.infoFont {
    font-size: 14px;
    font-weight: bold;
}

    .infoFont .fa {
        font-size: 16px;
    }

.infoDiv {
    max-width: 100%;
    padding: 10px;
    border-radius: 6px;
    background-color: #eee;
    border: 1px solid #ddd;
}

.colorFont {
    background-image: -webkit-linear-gradient(right, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255),rgb(255,0,255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo {
    width: 210px;
    padding-top: 9px;
    padding-left: 30px;
}

.list-group li:hover {
    color: #333333;
}

#rightDiv > ul {
    margin: 0px;
}

#tag {
    color: #fff;
}

#Coll {
    height: 60px;
    width: 20px;
    position: relative;
    left: 100%;
    top: -500px;
    background-color: rgba(233,233,233,0.2);
    border-radius: 0 5px 5px 0;
}

    #Coll span {
        position: relative;
        top: 23px;
        color: #fff;
    }

.node-selected {
    cursor: default !important;
}

.rightDiv {
    display: inline-block;
    height: 100%;
    min-height: 500px;
    border-radius: 5px;
    float: left;
    background-color: rgba(255,255,255,0.9);
}

.rightDiv1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

.phoneLeft {
    width: 100%;
    position: absolute;
    top: 50px;
    min-height: -webkit-calc(100% - 50px);
    min-height: -moz-calc(100% - 50px);
    min-height: calc(100% - 50px);
}

.tbImg {
    height: 150px;
    width: 150px;
    border: 1px solid #000;
    float: left;
    margin-right: 10px;
}

.tbContent {
    line-height: 27px;
    text-align: left;
    float: left;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
}

#USERDIV {
    position: absolute;
    top: 45px;
    text-align: center;
    display: none;
    z-index: 5000;
}

    #USERDIV ul {
        position: relative;
        top: -12px;
        background-color: #FFF;
        margin: 0px;
        padding: 0px;
        border-radius: 3px;
        border-collapse: collapse;
    }

    #USERDIV a {
        color: #555;
        font-size: 12px;
    }

    #USERDIV ul li {
        list-style: none;
        line-height: 15px;
        border: 1px;
        border-bottom: 1px solid #eee;
        border-collapse: collapse;
        padding: 6px 15px 6px 15px;
    }

#USER {
    color: #eee;
}

#navTit li a {
    color: #eee;
}

#navTit li.active a {
    background: rgba(231,231,231,0.7);
    color: #555;
}

.form-control {
    height: 33px;
}

    .form-control[disabled], fieldset[disabled] input.form-control, fieldset[disabled] select.form-control {
        border: none;
        background: #fff !important;
        color: #333 !important;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        background: #fff !important;
        border-color: #D8D8D8;
        color: #C7C7C7;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.dropdown-menu {
    max-height: 250px;
}

.panel {
    border: none;
    border-bottom: 1px solid transparent;
}

.panel-group {
    border-radius: 0px 0px 5px 5px;
}

    .panel-group .panel:last-child {
        border-radius: 0px 0px 5px 5px !important;
    }

        .panel-group .panel:last-child .panel-heading {
            border-radius: 0px 0px 5px 5px !important;
        }

.panel-heading, .panel_body {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 15px;
    color: #333;
    text-decoration: none;
    background: #fff;
}

    .panel-heading > a {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }

.panel-heading {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .panel-heading:hover, .panel_body:hover {
        background: #dfdfdf;
    }

.panel-body {
    padding: 0px;
}

    .panel-body .panel-heading {
        padding: 0px 30px;
    }

.panel-heading.active {
    background: #dfdfdf;
}

.panel-body > .panel_body:first-child {
    border-top: 1px solid #ddd;
}

.infoDiv label {
    font-size: 0.85vw;
}

.infoDiv input, .infoDiv select, .infoDiv button {
    font-size: 0.7vw;
}

.tab-content > div {
}

.inform {
    min-height: 70px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

    .inform:hover {
        background: #efefef;
    }

.tab-pane > .inform:last-child {
    border: none;
}

.inform > div {
    float: left;
}

.inform button {
    padding: 3px 10px !important;
}

.ulist li {
    border-radius: 0px 0px 3px 3px;
    transition: background 0.3s;
    -moz-transition: background 0.3s; /* Firefox 4 */
    -webkit-transition: background 0.3s; /* Safari and Chrome */
    -o-transition: background 0.3s; /* Opera */
}

    .ulist li a {
        padding: 0px 15px;
        line-height: 40px;
        height: 40px;
        cursor: pointer;
        color: #333;
        text-decoration: none;
        display: block;
    }

    .ulist li:hover {
        background: #f4f5f7;
    }

    .ulist li.active {
        background: #eee !important;
    }

.safety-table th, .safety-table td {
    line-height: 40px !important;
    width: 33.3333%;
}

.safety-table tr::after {
    content: "";
    display: block;
    float: none !important;
    clear: both;
}

.safety-table tr > th:first-child, .safety-table tr > td:first-child {
    text-align: left;
}

.safety-table tr > th:nth-child(2), .safety-table tr > td:nth-child(2) {
    color: #888;
}

.safety-table tr > th:last-child, .safety-table tr > td:last-child {
    text-align: right;
}

.safety-table button {
    font-size: 12px;
    cursor: pointer;
    word-break: keep-all;
}

#MiddelDiv > .tab-pane {
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    position: relative;
    min-height: 600px;
    height: calc(100vh - 290px);
}

#usercenter {
    height: calc(100vh - 340px);
    padding: 0px !important;
    background: none !important;
}

.usercenter-left, .usercenter-right {
    border-radius: 3px;
}

.usercenter-left {
    width: calc(100% - 310px);
    float: left;
    position: relative;
}

.usercenter-left-containter {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.containter-bottom {
    height: 45px;
    width: 100%;
    line-height: 45px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

    .containter-bottom:hover {
        background: #f4f3f3;
    }

.usercenter-right {
    width: 300px;
    padding-bottom: 15px;
    float: left;
    margin-left: 10px;
}

.articles {
    background-color: #e6e6e6;
    overflow: hidden;
}

.articlepanel {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    position: relative;
}

    .articlepanel::after {
        content: "";
        display: block;
        float: none !important;
        clear: both;
    }

    .articlepanel div {
        float: left;
    }

.articlepanel-left {
    padding: 0px 15px 15px;
    text-align: left;
    width: 100%;
}

.articlepanel-portrait {
    height: 100%;
    width: 100%;
}

.articlepanel-right {
    padding: 15px;
    padding-top: 0px;
    width: 100%;
    font-size: 18px;
}

    .articlepanel-right > div {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        color: #777;
    }
    .articlepanel-right > div:first-child::after{
        content:"...";
    }

        .articlepanel-right > div:last-child {
            margin-bottom: 0px !important;
        }

.articlepanel-left > div {
    float: left;
    margin-top: 15px;
}

    .articlepanel-left > div:first-child {
        background: #eee;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

    .articlepanel-left > div:nth-child(2) {
        margin-left: 10px;
        margin-right: 25px;
    }

        .articlepanel-left > div:nth-child(2) p {
            margin: 0px;
        }

        .articlepanel-left > div:nth-child(2) > p:nth-child(2) {
            font-size: 12px;
            color: #777;
        }

.articlepanel-left::after {
    float: none;
    clear: both;
}

.articlepanel-title {
    font-size: 18px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s; /* Firefox 4 */
    -webkit-transition: color 0.3s; /* Safari and Chrome */
    -o-transition: color 0.3s; /* Opera */
}

    .articlepanel-title:hover {
        color: #333;
    }

.articlepanel-tools {
    position: absolute;
    right: 15px;
}

    .articlepanel-tools > button {
        height: 25px;
        width: 25px;
        position: relative;
        border: none;
        top: -8px;
        right: -5px;
        background: transparent;
    }

        .articlepanel-tools > button span {
            font-weight: bold;
            font-size: 20px;
            position: absolute;
            top: -7.5px;
            left: 4px;
            color: #999;
            transition: color 0.3s;
            -moz-transition: color 0.3s; /* Firefox 4 */
            -webkit-transition: color 0.3s; /* Safari and Chrome */
            -o-transition: color 0.3s; /* Opera */
        }

        .articlepanel-tools > button:hover span {
            color: #333;
        }

.articlepanel-tool:active {
    box-shadow: none;
}

.articlepanel-contextmenu {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: initial;
    bottom: initial;
    top: 15px;
    right: 20px;
    z-index: 1;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s; /* Firefox 4 */
    -webkit-transition: opacity 0.3s; /* Safari and Chrome */
    -o-transition: opacity 0.3s; /* Opera */
}

.articlepanel-contextmenu-ul > li > button {
    height: 100%;
    width: 100%;
    background: transparent;
}

    .articlepanel-contextmenu-ul > li > button:active {
        box-shadow: none;
    }

.imgul-horizontal > .imgul-grid {
    height: 100px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background: #eee;
    overflow: hidden;
    align-items: center;
    display: grid;
    cursor: pointer;
}

.imgul-container img {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.imgul-container {
    width: 100%;
    transition: width 0.5s;
    -moz-transition: width 0.5s; /* Firefox 4 */
    -webkit-transition: width 0.5s; /* Safari and Chrome */
    -o-transition: width 0.5s; /* Opera */
}

.imgul-horizontal > .imgul-grid:hover .imgul-container {
    width: 120px;
}

.imgul-container img.left {
    left: -10px;
}

.imgul-container img.lefttop {
    left: -10px;
    top: -10px;
}

.classifys li {
    margin-top: 10px;
}

.classifys::after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.classifys-extend {
    height: 11px;
    line-height: 11px;
    width: 50px;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    color: #555;
    position: relative;
    left: calc(50% - 20px);
    z-index: 1;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

    .classifys-extend:hover {
        height: 16px;
        line-height: 16px;
    }

#ClassifysContainerParent, #ClassifysContainer, .containter-loadingclassify {
    transition: height 0.5s;
    -moz-transition: height 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s; /* Opera */
}

.classify-loading {
    position: absolute;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

    .classify-loading li {
        margin-top: 0px;
    }

.containter-loadingclassify {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
}

    .containter-loadingclassify button {
        opacity: 0;
        transition: opacity 1s;
        -moz-transition: opacity 1s; /* Firefox 4 */
        -webkit-transition: opacity 1s; /* Safari and Chrome */
        -o-transition: opacity 1s; /* Opera */
    }

    .containter-loadingclassify ul {
        pointer-events: none;
    }

.userinfo-table {
    padding: 50px 0px 0px;
}

    .userinfo-table * {
        box-shadow: none;
    }

.input-group-horizontal {
    margin: 0 auto;
    width: 300px;
    position: relative;
}

.userinfo-table > .input-group-horizontal {
    width: 100%;
}

    .userinfo-table > .input-group-horizontal > *:first-child {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }

    .userinfo-table > .input-group-horizontal > *:first-child {
        width: 90px;
    }

    .userinfo-table > .input-group-horizontal > *:nth-child(2) {
        width: calc(100% - 100px) !important;
    }

.input-group-bottom {
    width: 100%;
    line-height: 35px;
    margin-bottom: 25px;
}

    .input-group-bottom > * {
        float: left !important;
    }

.modal-body > .form-group:last-child {
    margin: 0px !important;
}

.input-group-bottom > *:first-child {
    width: 15% !important;
    min-width: 75px;
    display: block;
}

.input-group-bottom > *:nth-child(2) {
    width: 85% !important;
    display: block;
}

.input-group-bottom::after {
    content: "";
    display: block;
    float: none !important;
    clear: both;
}

.dropdown > button {
    width: 100% !important;
}

.dropdown-menu {
    max-height: 300px !important;
    min-width: 100% !important;
}

.safety-modal-table tr > td {
    height: 100px;
    padding: 20px 0px;
    padding-left: 10px;
}

    .safety-modal-table tr > td:first-child {
        width: 60px;
        padding-left: 0px;
    }

    .safety-modal-table tr > td:nth-child(2) {
        width: calc(100% - 170px);
    }

    .safety-modal-table tr > td:nth-child(3) {
        width: 110px;
    }

    .safety-modal-table tr > td p {
        margin: 15px 0px;
    }

.safety-modal-table > tr::after {
    content: "";
    display: block;
    float: none !important;
    clear: both;
}

.safety-mobile button, .safety-email button {
    padding: 6px 15px;
}

#safety_score {
    margin: 20px auto 0px;
    width: 220px;
    height: 220px;
    line-height: 220px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgb(170, 170, 170) 0px 0px 3px;
    border: 5px solid #fefefe;
    position: relative;
    overflow: hidden;
}

.score_text {
    font-size: 90px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 3px #999;
}

.score_container {
    height: 100%;
    width: 100%;
    background: #47e347;
    position: absolute;
    top: 100%;
}

.score_text, .score_container {
    transition: all 1.5s;
    -moz-transition: all 1.5s; /* Firefox 4 */
    -webkit-transition: all 1.5s; /* Safari and Chrome */
    -o-transition: all 1.5s; /* Opera */
}

.usercenter-tools {
    position: fixed;
    right: 3%;
    bottom: 7%;
}

.usercenter-tool {
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

.usercenter-tool {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 3px 3px #ddd;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .usercenter-tool:active {
        background: #eee;
    }

    .usercenter-tool .usercenter-tool-label {
        color: #999;
        transition: color 0.3s;
        -moz-transition: color 0.3s; /* Firefox 4 */
        -webkit-transition: color 0.3s; /* Safari and Chrome */
        -o-transition: color 0.3s; /* Opera */
    }

    .usercenter-tool:hover .usercenter-tool-label {
        color: #333;
    }

.usercenter-tool-annotation {
    background: #fff;
    border-radius: 4px;
    height: 35px;
    width: 80px;
    line-height: 35px;
    text-align: center;
    margin: 2.5px 0px;
    border: 1px solid #ddd;
    opacity: 0;
    position: absolute;
    right: calc(100% + 15px);
    top: 0px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s; /* Firefox 4 */
    -webkit-transition: opacity 0.3s; /* Safari and Chrome */
    -o-transition: opacity 0.3s; /* Opera */
    pointer-events: none;
}

.usercenter-tool:hover .usercenter-tool-annotation {
    opacity: 1;
}

.kv-panel-ul li > p:first-child {
    font-size: 15px !important;
    font-weight: bold;
}

.kv-panel-ul li > p > a {
    display:block;
}

.toolBtn {
    color: #777;
    padding: 0px;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

    .toolBtn:hover {
        color: #555;
    }

#DiaryAddEditor {
    height: calc(100% - 128px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    overflow: auto;
}

    #DiaryAddEditor img {
        max-width: 100%;
    }

.diary-title {
    min-height: 50px;
    width: 100%;
    /*box-shadow: inset 0px -2px 15px 0px #ddd;*/
    padding: 5px 12px;
    background: rgba(233,233,233,0.4);
    border-radius: 0px 0px 4px 4px;
    max-height: 100%;
    overflow: auto;
}

    .diary-title .title-content {
        float: left;
        height: 100%;
        width: calc(100% - 45px);
    }

    .diary-title .title-description {
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 15px);
        margin-bottom: 5px;
    }

    .diary-title .title-expand {
        float: right;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

    .diary-title .title-endnote {
        font-size: 10px;
        color: #777;
        margin: 0px;
    }

    .diary-title .title-portrait {
        height: 100%;
        width: 40px;
    }

#FolderTree > ul > li {
    color: #333;
}

.containter-showclassify ul > li:nth-child(n+2) {
    display: none;
}

#userinfo {
    height: initial !important;
    margin-bottom: 10px;
}

#FinishBtn {
    font-size: 14px !important;
}


.friendask, .friend {
    padding: 10px;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.friend, .friendask {
    cursor: pointer;
}

    .friend:hover, .friendask:hover {
        background: #f4f4f4;
    }

    .friendask::after, .friend::after {
        content: "";
        display: block;
        clear: both;
    }

.friendask-left {
    float: left;
    width: calc(100% - 76px);
}

.friendask-left-left, .friend-left {
    float: left;
    width: 50px;
}

    .friendask-left-left > img, .friend-left > img {
        width: 100%;
    }

.friendask-left-right, .friend-right {
    float: right;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 15px;
}

    .friendask-left-right > div, .friend-right > div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .friendask-left-right > div:nth-child(1), .friend-right > div:nth-child(1) {
            font-size: 16px;
        }

        .friendask-left-right > div:nth-child(2), .friend-right > div:nth-child(2) {
            font-size: 14px;
            color: #777;
        }

.friendask-right {
    float: right;
    width: 76px;
    padding: 14px 0px;
    text-align: center;
}

    .friendask-right > button, .truefalse_btn > button {
        border: none;
        color: #fff;
    }

        .friendask-right > button:hover, .truefalse_btn > button:hover {
            color: #fff;
        }

        .friendask-right > button:focus, .truefalse_btn > button:focus {
            color: #fff;
        }

        .friendask-right > button:active, .truefalse_btn > button:active {
            color: #fff;
        }

        .truefalse_btn > button:nth-child(1) {
            background: #ff4d44;
        }

        .truefalse_btn > button:nth-child(2) {
            background: #24c836;
        }

#Friend-bottom {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #ddd;
    padding: 5px 15px;
    line-height: 40px;
}

    #Friend-bottom .shareInform {
        font-size: 16px;
        color: #777;
        float: right;
    }

        #Friend-bottom .shareInform > i {
            font-size: 28px;
            position: relative;
            margin-left: 5px;
            cursor: pointer;
            transition: color 0.3s;
            -moz-transition: color 0.3s;
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
        }

            #Friend-bottom .shareInform > i.fa-toggle-off {
                top: 4px;
                color: #bbb;
            }

            #Friend-bottom .shareInform > i.fa-toggle-on {
                top: 4px;
                color: #91d37f;
            }

.vip-line > div:nth-child(1) {
    float: right !important;
}

.vip-line > div:nth-child(2) {
    line-height: 15px;
    height: 15px;
    color: #fff;
}
    .vip-line > div:nth-child(2) > span {
        color:#fff !important;
    }

#SettingsContainer > li {
    padding: 0px !important;
}

#SettingsContainer > li.active {
    background:#f4f4f4;
}

    #SettingsContainer > li > a {
        height: 50px;
        display: inline-block;
        width: 100%;
        padding-left: 25px;
    }

#CollectModal > .modal-dialog {
    width: 300px;
    min-height: 400px;
}

#cModelContent {
    height: 100%;
    width: 100%;
    position: absolute;
}

#cModelBody {
    height: calc(100% - 30px);
}

#FolderTree {
    width: 100%;
    /*
    height: calc(100% - 100px);
    */
    height: calc(100% - 65px);
}

.disease_list > div {
    float: left;
    height: 25px;
    line-height: 24px;
    text-align: center;
    padding: 0px 7px;
    border: 1px solid;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 17px;
    color: #777;
    cursor: pointer;
}

    .disease_list > div.active {
        color: #0f390f;
        background: #dfffdf;
    }

.disease_list::after, .other_diseases::after {
    content: "";
    display: block;
    clear: both;
}

.disease {
    margin: 0px;
    margin-right:10px;
    padding: 5px 9px;
    float: left;
    line-height: initial;
    margin-top: 10px;
}

.cityform > .bootstrap-select {
    width: calc(50% - 30px) !important;
}

@media (max-width: 768px) {
    *::-webkit-scrollbar {
        display: none
    }

    #HtmlContent.userinfo > .container, #HtmlContent.space > .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .usercenter-left {
        width: 100%;
        padding: 0px;
    }

    .usercenter-right {
        display: none;
    }

    .inform-left {
        width: 100% !important;
    }

    .onmin-show {
        display: none;
        position: absolute;
        width: calc(100% - 30px) !important;
        border: 1px solid #ddd !important;
        margin: 0px !important;
        height: calc(100% - 30px) !important;
    }

    .onmin-show.show {
        display: block !important;
    }

    #VerifyModal > .modal-dialog {
        width: calc(100% - 20px);
    }

    #MiddelDiv > .tab-pane {
        height: calc(100vh - 190px);
    }
}
