html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 14px;
}



.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}




/*评论开始*/
.summary-text {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
}

.summary-text:hover {
    cursor: pointer;
}

.me-h4 {
    font-size: 1.28em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2857em;
    text-transform: none;
    margin-bottom: 10px;
}

.me-a {
    text-decoration: none;
}

.mini.fa {
    line-height: 1;
    font-size: .2em;
}

#noteEdit textarea {
    border: #ccc solid 1px;
    width: 100%;
    height: 100px;
    resize: none;
}

.divier {
    border-top: 1px solid rgba(34, 36, 38, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-color: rgba(34, 36, 38, .15) !important;
    border-left-color: rgba(34, 36, 38, .15) !important;
    border-bottom-color: rgba(255, 255, 255, .15) !important;
    border-right-color: rgba(255, 255, 255, .15) !important;
    color: white;
}


/*复选框开关样式*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}


.comment .avatar {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: .2em 0 0;
    
}

/*评论结束*/


/** 提示框遮罩层 **/
.loaderbox {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

    .loaderbox .loading-activity {
        float: left;
        width: 18px;
        height: 18px;
        border: solid 2px transparent;
        border-top-color: #000;
        border-left-color: #000;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
    }