body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.highlight {
    background-color: #ffff82;
}

.mt-1 {
    margin: 0 auto;
    width: 70%;
}

@media screen and (max-width: 750px) {

    .mt-1 {
        margin: 0 auto;
        width: 100%;
    }

    .head-nav {
        display: none;
    }
}

@media screen and (min-width: 750px) {

    /* >IPAD */
    .slogan-mob-fix {
        display: none;
    }

    .mob-me-btn {
        display: none;
    }
}

.mob-me-btn {
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 9;
}

#m-m-btn {
    font-size: 2.3rem !important;
}

.mb-menu {
    position: fixed;
    right: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #8c928e;
    background-color: #fff;
    border-radius: 8px;
    display: none;
}

.mb-menu a {
    text-decoration: none !important;
    color: #b7b7bd;
}

.mb-menu li {
    text-align: center;
    line-height: 2rem;
    padding: 1rem;
}

.mob-me-btn:hover ul {
    display: block;
}

#search-input:focus {
    border-color: #16a085;
}

#search-input:focus+#search-btn>#search-inner-btn {
    color: #16a085;
}



#search-input {
    border-radius: 8px;
    /* border: 2px solid #eeeef0; */
    border: 2px solid #494949;
    padding-right: 5rem;
}

#search-btn {

    position: absolute;
    right: 0;
    z-index: 2;
    top: 0.1rem;
    /* width: 10rem; */

}

#search-inner-btn {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 2.35rem;
    padding-left: 5px;
}

#clearSearchTxt {
    top: -2px;
    /* width:2px; */
    padding: 0;
    display: none;
}

/* #search-btn:hover
{
    color: red;
} */

.heading-slogan {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    margin-top: 8.5rem;
    background-image: linear-gradient(45deg, #10E15A 19%, #c211d8 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.heading-slogan-sub {
    text-align: center;
    font-size: 1.75rem !important;
    font-weight: 400;
    color: #b7b7bd;
}

.main-search {
    margin-top: 1.5rem !important;
    margin-bottom: 2rem;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover {
    outline: none !important;
    box-shadow: none !important;
}

.search-tag {
    margin: 0 auto;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.btnex {
    background-color: #fff;
    margin-right: 1rem;
    /* margin-top: 2rem; */
    height: 50%;
    border-radius: 8px;
    line-height: 90%;
    box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.15);
    color: #b7b7bd;
}

.btnex:hover {
    background-color: #fff !important;
    box-shadow: none !important;
}

.btnex:link {
    text-decoration: none;
}

.head-nav {
    margin-top: 1rem;
}

.head-nav a {
    text-decoration: none !important;
    color: #706f6f;
    margin-right: 2rem;
    margin-top: 2rem;
}

/*recentPage*/
.recent-title {
    text-align: center;
    font-size: 5rem;
    font-weight: 300;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}

.recent-title-fix {
    font-size: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.panel-default {
    border-radius: 10px !important;
}

.panel-body p {
    white-space: pre-line;
    word-break: break-all;
    font-family: "Microsoft Yahei" !important;
    font-size: 0.5rem;
    line-height: 23px;
    margin: 0;
}

a {
    color: #16a085;
}

/* a:hover
{
    color: #16a085 !important;
} */


.user-block::after {
    display: table;
    content: "";
    clear: both
}

.box-header {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

.box-body {
    padding: 10px;
}

.box-body p {
    font-family: 'Source Sans Pro';
}

.msg-box {
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(50, 139, 69, 0.69);
    background-color: #fff;
    margin-bottom: 20px;
}

.img-circle {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block span {
    display: block;
    margin-left: 50px;
}

.msg-box .box-body p {
    word-break: break-all;
    word-wrap: break-all;
    white-space: pre-line;
}

/* 娴嬭瘯 */
.box-comment {
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.comment-text {
    color: #684503;
}


.back-top {
    display: none;
    border-radius: 40%;
    width: fit-content;
    position: fixed;
    right: 1rem;
    bottom: 10rem;
    cursor: pointer;
    background-color: transparent;
}

.bg-warp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(296deg, #f1e8f0 0%, #fffaec 100%);
    /* background: url(/files/bg.png); */
}
.foot{
    position: fixed;
    bottom: 2rem;
    text-align: center;
    left: 0;
    right: 0; 
    margin-left: auto;
    margin-right: auto;
}
.msgbody-attachment {
    border-top: 1px dashed #f4f4f4;
    /* border-top: 1px dotted #dbd0d0; */
    padding: 5px;
}