.ept_forum_banner {
    background: url(../img/forum_banner.png) center no-repeat;
}

.ept_forum_text {
    height: 300px;
    padding: 100px 0 22px;
    text-align: center;
}

.ept_forum_text .title {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}

.ept_forum_text .descs {
    font-size: 16px;
    color: #ffffff;
}

.ept_forum_content {
    display: flex;
    padding-top: 20px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.ept_forum_content_lift {
    border-radius: 5px;
    background: #fff;
    width: calc(100% - 400px);
    margin-right: 20px;
    border: 1px solid #f1f5fa;
}

.ept_forum_content_lift .userinfo-header {
    border-bottom: 1px solid #e9ecf2;
    font-size: 14px;
    padding: 20px;
    color: #596680;
}

.ept_forum_content_lift .labels-list {
    border-bottom: 1px solid #e9ecf2;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.ept_forum_content_lift .labels-list li.active {
    border-bottom: 2px solid #05f;
}

.ept_forum_content_lift .labels-list li.active,
.ept_forum_content_lift .labels-list li:hover {
    color: #05f;
    background-color: transparent;
}

.ept_forum_content_lift .labels-list li {
    padding: 19px 20px;
    color: #596680;
    background-color: transparent;
    margin: 0;
    /* background: #f5f6fa; */
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.ept-list-wrap {
    margin: 35px 0 0 0;
}

.ept_forum_content_rigth {
    width: 380px;
}

.ept-userinfo .userinfo-header {
    border-bottom: 1px solid #e9ecf2;
    font-size: 14px;
    padding: 20px;
    color: #596680;
}

.ept-userinfo .userinfo-header span {
    font-weight: bold;
    color: #596680;
}

.ept-userinfo .userinfo {
    padding: 30px;
}

.ept-userinfo .login-wrap .login-userinfo {
    display: flex;
    align-items: center;
}

.login-avater {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
}

.ept-userinfo .login-wrap .login-userinfo .login-nickname {
    font-size: 18px;
    font-weight: normal;
}

.ept-userinfo .login-wrap .login-list {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
}

.ept-userinfo .login-wrap .login-list .login-item .title {
    padding: 10px 0;
    color: #8f9bb2;
}

.ept-userinfo .nologin-wrap {
    padding: 16px 20px 0px 0;
    display: flex;
}

.ept-userinfo .nologin-wrap .nologin-avater {
    background: url(../img/nologin.png) no-repeat center;
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
    border-radius: 50%;
}

.ept-userinfo .nologin-wrap .nologin-text {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 36px;
}

.ept-userinfo .nologin-wrap .nologin-text a {
    color: #05f;
}

.ept_forum_content_rigth {
    border: 1px solid #e9ecf2;
    border-radius: 5px;
    background: #fff;
    margin-right: 20px;
    height: fit-content;
}

.ept_forum_text .search-input .inputSearch {
    display: block;
    padding: 4px 0px;
    text-indent: 15px;
    border: none;
    width: 85%;
    height: 100%;
    background-color: transparent;
}

.ept_forum_text .search-input {
    position: relative;
    max-width: 1000px;
    height: 60px;
    margin: 20px auto 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
}

.ept_forum_text .search-input .search-icon {
    position: absolute;
    display: block;
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    background: #05f;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 85, 255, 0.2);
    box-shadow: 0px 6px 12px 0px rgba(0, 85, 255, 0.2);
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.list-item {
    margin: 20px 0;
}

.list-item {
    display: flex;
    border-bottom: 1px solid #e9ecf2;
}

.list-item .icon {
    background-size: 50% 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 12px;
}

.item-content .item-title:hover {
    color: #05f;
    cursor: pointer;
}

.item-content {
    width: 100%;
}

.item-content div {
    margin-bottom: 10px;
}

.item-content .item-user #user {
    padding-right: 20px;
}

.item-content .item-user span {
    font-size: 12px;
    color: #8f9bb2;
}

.item-content .item-title {
    font-size: 16px;
}

.item-content .item-other {
    display: flex;
    font-size: 12px;
    color: #8f9bb2;
    justify-content: space-between;
    margin-top: 20px;
}

.item-content .item-other div {
    color: #8f9bb2;
}

.item-content .item-other .label span {
    margin-right: 10px;
    background: #f1f5fa;
    border-radius: 3px;
    color: #8f9bb2;
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #f1f5fa;
}

.ept_forum_info {
    margin: 0 auto;
    width: 1200px;
    padding-top: 80px;
    display: flex;
}

.ept_forum_left {
    width: calc(100% - 400px);
    padding-right: 20px;
}

.ept_forum_left .label {
    display: flex;
    font-size: 12px;
}

.ept_forum_left .label span {
    margin-right: 10px;
    background: #f1f5fa;
    border-radius: 3px;
    color: #8f9bb2;
    padding: 8px 15px;
    /* width: 68px; */
    text-align: center;
    border: 1px solid #f1f5fa;
}

.ept_forum_left .title {
    font-size: 24px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.ept_forum_left .time {
    font-size: 14px;
    margin-top: 15px;
    color: #8f9bb2;
}

.ept_forum_left .content {
    padding-top: 10px;
    min-height: 206px;
}

.ept_forum_right .userinfo-header {
    text-align: center;
    font-weight: bold;
}

.ept-userinfo {
    border-radius: 5px;
    padding: 10px;
}

.ept_forum_right .userinfo-header .title {
    color: #8f9bb2;
    font-size: 14px;
}

.tool-bar {
    position: fixed;
    top: 40%;
    right: 30px;
    left: auto;
    z-index: 999;
}



.ept_container {
    background-color: #fff;
}

.ept_container .ept_forum_info {
    margin: 0 auto;
    width: 1200px;
    padding-top: 80px;
    display: flex;
}

.ept_container .ept_forum_left {
    width: calc(100% - 400px);
    padding-right: 20px;
}

.ept_container .ept_forum_left .label {
    display: flex;
    font-size: 12px;

}

.ept_container .ept_forum_left .label span {
    margin-right: 10px;
    background: #f1f5fa;
    border-radius: 3px;
    color: #8f9bb2;
    padding: 8px 15px;
    /*width: 68px;*/
    text-align: center;
    border: 1px solid #f1f5fa;
}

.ept_container .ept_forum_left .title {
    font-size: 24px;
    margin-top: 15px;
    display: flex;
    align-items: center;

}

.ept_forum_left .title .reward {
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    height: 20px;
    line-height: 8px;
    margin-right: 10px;
    border-radius: 3px;
    border-color: #fa9;
    background-color: #ffeae5;
    color: #f53;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
}

.ept_forum_left .title .reward:hover {
    background-color: #ffd4cc;
}

.ept_container .ept_forum_left .time {
    font-size: 14px;
    margin-top: 15px;
    color: #8f9bb2;
}

.ept_container .ept_forum_left .content {
    padding-top: 10px;
    min-height: 206px;
}

.ept_container .ept_forum_left .content img {
    max-width: 100%;
}

.ept_forum_right {
    width: 380px;
}

.ept_forum_right .header {
    text-align: center;
    font-weight: bold;
}

.ept_forum_right .header .title {
    color: #8f9bb2;
    font-size: 14px;
}

.ept_forum_right .header .num {
    margin-top: 5px;
    color: #000000;
    font-size: 16px;
}

.ept_forum_right .publish-userinfo {
    padding: 25px 0 20px;
    margin: 25px 0 20px;
    border-top: 1px solid #e9ecf2;
    border-bottom: 1px solid #e9ecf2;
}

.ept_forum_right .publish-userinfo .login-avater {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    background-size: cover;
}

.ept_forum_right .publish-userinfo .login-nickname {
    font-size: 16px;
    text-align: center;
}

.ept_forum_right .publish-list {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    text-align: center;
}

.ept_forum_right .publish-list .publish-item .title {
    padding: 10px 0;
    color: #8f9bb2;
}

.ept_forum_right .publish-list .publish-item .num {
    color: #666666;
}

.ept_forum_content_lift .header {
    border-bottom: 1px solid #e9ecf2;
    font-size: 14px;
    padding: 20px;
    color: #596680;
}

.ept_forum_content_lift .header span {
    font-weight: bold;
    color: #596680;
}

.ept-list-wrap {
    margin: 0 20px;
    padding: 30px 0;
    border-bottom: 1px solid #e9ecf2;
}

.ept-list-wrap .list-item {
    display: flex;
    align-items: center;
}

.ept-list-wrap .list-item .avater {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}

.ept-list-wrap .list-item .userinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.ept-list-wrap .list-item .userinfo .time {
    font-size: 12px;
    color: #8f9bb2;
}

.ept-list-wrap .content {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}

.list-item-noneline {
    border: none;
}

.ept-list-wrap .reply {
    margin-top: 5px;
}

.ept-list-wrap .reply .reply-button {
    display: flex;
    align-items: center;
}

.ept-list-wrap .reply .reply-button .icon {
    background: url('/static/default/img/wei-hui@1x.png') center no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 8px;
    margin-top: 2px;
}

.ept-list-wrap .reply .reply-button .text {
    font-size: 14px;
    color: #8f9bb2;
}

.ept-list-wrap .reply .reply-button:hover .icon {
    background: url('/static/default/img/xuan-hui@1x.png') center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.ept-list-wrap .reply .reply-button:hover .text {
    color: #2254FF;
    cursor: pointer;
}


.layui-input-ksy-editor {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
}

.layui-input-ksy-editor #editorâ€”wrapper {
    border: 1px solid #eee;
    min-height: 200px;

}

.ept-list-wrap .button {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ept-list-wrap .button .btn-comment-operate {
    flex: 1;
    border: none;
    height: 50px;
    border-radius: 3px;
    background-color: #05f;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.ept-list-wrap .button .btn-cancel-reply {
    border: none;
    height: 50px;
    border-radius: 3px;
    width: 100px;
    color: #596680;
    background-color: #e1e6f1;
    cursor: pointer;
}

.send_reply {
    margin: 20px;
}

.send_reply .title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
}

.send_reply .layui-input-ksy-editor #editorâ€”wrapper {
    border: 1px solid #eee;
    min-height: 400px;

}

.send_reply .button .btn-comment-operate {
    border: none;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    border-radius: 3px;
    background-color: #05f;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.tow-rew {
    background-color: #f1f5fa;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0;
}

.adopt {
    border-width: 1px;
    border-style: solid;
    padding: 2px 10px;
    height: 20px;
    line-height: 8px;
    margin-right: 10px;
    border-radius: 3px;
    border-color: #fa9;
    background-color: #ffeae5;
    color: #f53;
    margin-right: 5px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.adopt_bountt {
    cursor: pointer;
    border-color: rgb(0 85 255 / 40%);
    background-color: rgba(0, 85, 255, 0.2);
    color: #05f;
}

@media screen and (max-width: 1000px) {

    .ept_container .ept_forum_info {
        margin: 0 auto;
        width: 375px;
        padding-top: 10px;
        display: flex;
    }

    .ept_forum_right {
        display: none;
    }

    .ept_container .ept_forum_left {
        width: 100%;
        padding: 18px;
    }

    .ept_forum_left .title .reward {
        width: 75px;
        padding: 5px 5px;
    }

    .ept-list-wrap .list-item .userinfo {
        flex-wrap: wrap;
    }

    .ept-list-wrap .list-item .userinfo div {
        margin-top: 5px;
    }

    .ept-list-wrap .list-item .userinfo .nickname {
        margin-right: 10px;
    }

    .ept-list-wrap {}
}

.public-nav a {
    color: #fff;
}

.item-title.topup {
    font-weight: 700;
}

.public-nav li.hover a {
    color: #fff;
    border-bottom: 2px solid #ffffff;
}


::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.home-labels-list:hover::-webkit-scrollbar {
    width: 12px;
    height: 4px;
    display: block;
}

.home-labels-list:hover::-webkit-scrollbar-track {
    background: transparent;
}

.home-labels-list:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.home-labels-list:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.list-item {
    margin: 20px 0;
}

.btn-issue-qa {
    display: block;
    margin: auto;
    width: 50px;
    height: 145px;
    background: #ffeae5;
    border: 1px solid #fa9;
    border-radius: 5px;
    color: #f53;
    text-align: center;
    padding-top: 20px
}

.btn-issue-qa .issue-qa-text {
    width: 20px;
    margin: 6px auto 0;
    color: #f53;
    text-align: center;
}

.icon-svg {
    width: 16px;
    height: 16px;
    border: 1px solid #ff9f8c;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.icon-svg img {
    width: 16px;
}

.item-title .reward {
    border-width: 1px;
    border-style: solid;
    padding: 2px 5px;
    height: 20px;
    line-height: 8px;
    margin-right: 10px;
    border-radius: 3px;
    border-color: #fa9;
    background-color: #ffeae5;
    color: #f53;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}

.labelsss {
    cursor: pointer;
}

.list-item .ling div {
    color: #8f9bb2;
}

.list-item .lingnum div {
    color: #05f;
}

.list-item .solve div {
    color: #fff;
}
.send_reply .layui-input-ksy-editor #editor—wrapper {
    border: 1px solid #eee;
    min-height: 400px;
}