.subjectClassification{
    width:100%;
    float:left;
    margin: 0 0 20px 0;
}
.subjectClassification2{
    width:100%;
    float:left;
    margin: 0 0 20px 0;
}
.subjectClassification ul li{
    float:left;
    padding: 10px 16px;
    border: 3px solid #F38F38;
    border-radius: 8px;
    width:calc(20% - 20px);
    margin:10px;
    text-align: center;
    font-size: 18px;
    color: #666;
    cursor:pointer;
}

.subjectClassification2 ul li{
    float:left;
    padding: 10px 16px;
    border: 3px solid #F38F38;
    border-radius: 8px;
    width:calc(20% - 20px);
    margin:10px;
    text-align: center;
    font-size: 18px;
    color: #666;
    cursor:pointer;
}
.subjectActive{
    background-color:#f38F38 !important;
    color:#fff !important;
}
.subjectClassificationDisplay-box {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    top: 83px;
    height: 71px;
    display:none;
}
.subjectClassificationDisplay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.subjectClassificationDisplay ul li {
    float: left;
    padding: 10px 16px;
    border: 3px solid #F38F38;
    border-radius: 8px;
    width: calc(20% - 20px);
    margin: 10px;
    text-align: center;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.right-btn {
    position: fixed;
    right: 50px;
    bottom: 20%;
    display: none;
    z-index: 1000;
}
.right-btn ul li{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 6px;
    border-radius:50%;
    box-shadow: 0px 0px 5px #999;
    cursor:pointer;
    background-color:#fff;
}
.right-btn ul li img{
    width: 100%;
    height: 100%;
}
.right-btn ul li:last-of-type , .right-btn ul li:first-of-type{
    position:relative;
}
.right-btn ul li:last-of-type:hover img, .right-btn ul li:first-of-type:hover img{
    display: none;
}
.right-btn ul li:last-of-type:hover .show-txt2, .right-btn ul li:first-of-type:hover .show-txt1{
    display:block
}
.show-txt1, .show-txt2{
    text-align:center;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size:12px;
    line-height: 14px;
    color:#F38F38;
    width: 100%;
    display:none;
}
.tagtree {
    /*border: 1px solid #d7d7d7;*/
    background-color: #fcfcfc;
    /*padding: 10px;*/
    position: fixed;
    left: 20px;
}
.tagtree ul{
    margin-left:20px;
}
.tagtree li {
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
    list-style-type:none;
}
.tagtree li::before, .tagtree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tagtree li::before {
    border-left:1px dashed #795548;
    bottom:50px;
    height:100%;
    top:-4px;
    width:1px
}
.tagtree li::after {
    border-top:1px dashed #795548;
    height:20px;
    top:25px;
    width:25px
}
.tagtree li span {
    position: relative;
    z-index: 1;
    background-color: #1ABC9C;
    height: 28px;
    display: inline-block;
    padding: 0 8px 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: white;
}
.tagtree li span:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-top: 14px solid transparent;
    border-right: 10px solid #1ABC9C;
    border-bottom: 14px solid transparent;
    left: -10px;
}
.tagtree li span {
    cursor:pointer
}
.tagtree>ul>li::before, .tagtree>ul>li::after {
    border:0
}
.tagtree li:last-child::before {
    height:30px
}
.tagtree li span:hover
{
    background:#16A085;
}
.tagtree li span:hover::before
{
    border-right: 10px solid #16A085;
}
.node-count {
    display:none;
    /*display: inline-block;*/
    font-size: 10px;
    margin-left: 3px;
    height: 16px;
    width: 16px;
    background-color: #8bc34a;
    text-align: center;
    line-height: 16px;
    color: white;
    border-radius: 8px;
}
.tagtree li span i
{
    margin: 0 1 0 6;
    color: #ECF0F1;
    font-size: 18px;
}
.tagtree li span i:hover
{
    color: #FFEB3B;
}
span .i-check
{
    display: inline-block;
    color: #FFEB3B !important;
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .subjectClassificationDisplay-box {
        top: 50px;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    #top-bar .main-menu li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .subjectClassification ul li{
        float:left;
        padding: 4px;
        border: 0;
        border-radius: 2px solid #F38F38;
        width:calc(20% - 20px);
        margin:10px;
        text-align: center;
        font-size: 18px;
        color: #666;
        cursor:pointer;
    }

    .subjectClassification2 ul li {
        float:left;
        padding: 4px;
        border: 0;
        border-radius:2px solid #F38F38;
        width:calc(18% - 20px);margin:7px;
        text-align: center;
        font-size: 18px;
        color: #666;
        cursor:pointer;
    }

    .subjectClassificationDisplay-box {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        top: 50px;
        height: 71px;
        display:none;
    }
    .subjectClassificationDisplay{
        width: 100%;
    }
    .subjectClassificationDisplay ul li {
        float: left;
        padding: 4px;
        border: 0;
        border-radius: 2px solid #F38F38;
        width: calc(20% - 20px);
        margin: 10px;
        text-align: center;
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }
    .right-btn {
        position: fixed;
        right: 10px;
        bottom: 5px;
        display: none;
    }
}
/* --loading-- */
.login-container{
    width: 100%;
    height: 200px;
    line-height: 100px;
    float:left;
    display: none;
}
.loading-a {
    position: relative;
    width: 100%;
    height: 100px;
    text-align:center;
    margin: 30px auto;
    margin-bottom: 0;
}

.loading-b {
    text-align: center;
    font-size: 20px;
    color: #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 70px;
}

    .loading span {
        display: inline-block;
        width: 8px;
        height: 100%;
        border-radius: 4px;
        background: lightgreen;
        -webkit-animation: load 1s ease infinite;
    }

@-webkit-keyframes load {
    0%,100% {
        height: 40px;
        background: lightgreen;
    }

    50% {
        height: 70px;
        margin: -15px 0;
        background: lightblue;
    }
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
}