.login_li {
    margin-left: 30px;
}
.login-modal::-webkit-scrollbar {
    display: none;
}
.login-modal {
    max-width: 350px !important;
    width: auto !important;
    height: 480px !important;
    position: absolute;
    background-color: #FFF;
    z-index: 1;
    max-height: 480px !important;
    display: none;
    border: solid 1px #f7f7f7;
    border-radius: 8px;
    box-shadow: rgba(26, 26, 26, 0.08) 0px 5px 20px 0px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.login-iframe {
    width: 100%;
    height: 100%;
    max-height: 450px;
}
.login-div {
    padding-top: 50px;
}
.login-span {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.login-method {
    font-weight: 600;
    color: #999aaa;
    height: 50px;
    box-sizing: content-box;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.login-method span {
    margin: 20px;
}
.login-pad::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #222226;
    position: absolute;
    bottom: -3px;
}
.username_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f6f7;
    border-radius: 4px 4px;
    padding: 0 16px;
    color: #222226;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    clear: both;
}
.user_Name {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: #f5f6f7;
    outline: none;
}
.password_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f6f7;
    border-radius: 4px 4px;
    padding: 0 16px;
    color: #222226;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    clear: both;
}
.pass_word {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: #f5f6f7;
    outline: none;
}
.register {
    margin: 7px 0 24px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #222226;
    line-height: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.register a {
    cursor: pointer;
}
.register a:last-child {
    float: right;
}
.login_button {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
    cursor: pointer;
    background: #fc5531;
    border-radius: 20px 20px;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.login_inform {
    line-height: 32px;
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222226;
}
.inform_title {
    height: 32px;
    line-height: 32px;
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222226;
}
main.content {
    width: 100%;
    overflow: auto;
    padding: 15px;
    padding-top: 10px;
    max-width: 1000px;
}
.content {
    margin-top: 20px;
}
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.container::before .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.login-section {
    width: 100%;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    overflow-y: hidden;
}
.markedTitle {
    position: relative;
    margin-top: -20px;
    height: 64px;
    text-align: center;
}
.markedMsg {
    float: right;
    width: 100px;
    height: 20px;
    background: url(./assets/images/pc.png) no-repeat 2px 0px;
    font-size: 12px;
    color: #1abc9c;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-right: 70px;
    cursor: pointer;
    border: 1px solid #1abc9c;
}
.markedwt {
    background-position: -65px -19px;
    background-image: url(./assets/images/pc.png);
}
.markedwx {
    background-position: -65px -19px;
    background-image: url(./assets/images/code.png);
}
.markedwx,
.markedwt {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.login-section {
    margin: 0 !important;
}
.wechat-main {
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding-left: 5px;
}
#qrCode {
    width: 85%;
    max-width: 600px;
}
#bind-wechat-timeout,
#timeout {
    display: none;
    position: absolute;
    opacity: 0.9;
    background-color: #fff;
    z-index: 999;
    width: 85%;
    height: 85%;
    max-width: 600px;
    max-height: 600px;
    top: 0;
    left: 35px;
    text-align: center;
    padding-top: 100px;
}
#bind-wechat-timeout {
    left: 20px;
}
#bind-wechat-timeout i,
#timeout i {
    font-size: 30px;
    color: #666;
    margin-bottom: 15px;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#bind-wechat-timeout span,
#timeout span,
#timeout p {
    font-weight: normal;
    cursor: pointer;
}
.wechat-main span,
.wechat-main p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
}
p {
    margin: 0 0 9px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
#weChat,
#resetpwdtpl,
#registertpl,
#registertPhone {
    display: none;
}
.nice-validator input {
    display: inline-block;
    border: 1px solid #ccc;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#logintpl .form-group {
    position: relative;
}
.login-section .form-group {
    margin-bottom: 13px;
}
.login-main .form-group {
    margin-bottom: 13px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.btn-primary {
    background-color: #1688f1;
    border-color: #1688f1;
}
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #444c69;
    border-color: #444c69;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: inherit;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.mt-3 {
    margin-top: auto !important;
    margin-bottom: 15px !important;
}
.text-center {
    text-align: center;
}
p {
    margin: 0 0 9px;
}
.form-horizontal .form-group:after {
    clear: both;
}
#resetpwdtpl .title,
#registertpl .title,
#registertPhone .title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
form.form-horizontal .control-label {
    font-weight: normal;
}
.returnLogin {
    font-weight: normal;
}
.returnLogin {
    color: #007bff;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
form.form-horizontal .control-label {
    font-weight: normal;
}
label {
    display: inline-block;
}
.overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.cerify-code-panel {
    display: flex;
}
.verify-code-area {
    width: 210px !important;
}
.varify-input-code {
    width: 100% !important;
    height: 100% !important;
}
.verify-input-area {
    width: auto !important;
    height: 32px;
}
.imgVerify {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 348px;
    height: 270px;
    z-index: 100;
    background-color: white;
    display: none;
}
.verify-close {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
#nav_stacked {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
}
#nav_stacked .ul_back {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100px;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    padding-inline-start: 0px;
}
.li_style_border {
    border-bottom: 1px solid #E4E4E4;
}
.li_style {
    text-align: center;
    padding: 5px;
    color: #333333;
}
.li_style:hover {
    background-color: #EBF3FE;
    color: #0066FF;
    cursor: pointer;
}
.xiaojian,
.imgCode_xiaojian {
    background-color: #FFF;
    width: 10px;
    height: 10px !important;
    border: 1px solid #E4E4E4;
    position: relative;
    left: 43px;
    top: -7px;
    transform: rotate(45deg);
    border-right: 0px;
    border-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#register_code_span.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.cu_message.bootstrap-notify .close {
    right: -4px !important;
    top: 6px !important;
    margin: 0 5px;
    position: absolute !important;
    border: none !important;
    background-color: rgb(253 237 195 / 0%) !important;
}
.tab-login span {
    font-size: 18px;
    cursor: pointer;
}
.tab-login.active {
    border-bottom: 3px solid #007bff;
    font-weight: bold;
}
.tab-login:hover {
    background-color: #f0f0f0;
}
.share-comment-div {
    display: flex;
    position: relative;
    padding: 0 15px;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    max-width: 1300px;
    width: 100%;
    box-sizing: border-box;
}
.share-div,
.comment-div,
.collection-div,
.share-like-div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1% 5% 1% 0;
    cursor: pointer;
}
.comments-span {
    padding-left: 10px;
}
#disqus_thread {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
#comments {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    margin: 10px 0;
}
.imgCode-div {
    position: absolute;
    bottom: 50px;
    padding: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
.imgCode_xiaojian {
    background-color: #FFF;
    border: 1px solid #f7f7f7;
    top: 15px;
    transform: rotate(225deg);
    border-right: 0px;
    border-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.favorites_button_div {
    display: flex;
    justify-content:end;
    flex-direction: row;
    align-items: center;
}
.btn-favorites_button,
.favorites_button_submit,
.favorites_button_cancel,
.favorites_create_submit {
    min-width: 80px;
    margin-left: 12px;
    margin-bottom: 20px;
}
.modal-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.favorites_title {
    text-align: center;
    margin-top: 30px;
}
.favorites_content_boby {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}
.favorites_content_boby_ul {
    width: 100%;
    list-style: none;
}
.favorites_content_boby_ul_li {
    border-bottom: 1px solid #d3c9c9;
    width: 100%;
    list-style: none;
}
.favorites_content_boby_ul_li {
    padding-bottom: 10px;
}
.favorites_list_div {
    display: flex;
    padding: 15px;
}
.favorites_content_folder_name {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.favorites_content_folder_button {
    justify-content: text-end;
    width: 20%;
}
.favorites_content_boby_button {
    border: 1px solid rgb(62, 192, 243);
    color: rgb(62, 192, 243);
    background-color: white;
    width: 100%;
    height: 30px;
}
.favorites_input_div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.favorites_form {
    width: 100%;
}
.favorites_textarea {
    height: 150px;
}
.favorites_disabled {
    display: none;
}
.favorites_my,
.favorites_content_li_my {
    display: flex;
    align-items: baseline;
}
.favorites_content_title_wrapper,
.favorites_span_my {
    flex: 1;
}
.favorites_count {
    font-size: 12px;
    color: #aba7a1;
}
.favorites_folder_disabled {
    background-color: #aba7a1;
    color: white;
    border: 1px solid #aba7a1;
}
#share-comment-div {
    position: relative;
    max-width: 1300px;
}
#share-div-input {
    display: flex;
}
.share-input,
.share-btn {
    height: 40px;
    width: 100%;
    border-radius: 5px;
}
.share-img {
    padding: 10px;
}
.share-input {
    padding: 0 10px;
    margin: 0 5px;
    border: 1px solid #f0f0f0;
    align-content: center;
    resize: none;
}
.share-img-div {
    width: 5%;
}
.share-input-div {
    width: 85%;
}
.share-btn-div {
    width: 10%;
    margin-left: 10px;
}
.share-comment-list {
    max-height: 500px;
    overflow-y: auto;
    margin: 10px 0;
    border: 1px solid #f0f0f0;
}
.share-comment-title {
    display: flex;
    align-items: center;
}
.share-comment-count-h3 {
    font-size: 18px !important;
    font-weight: 600;
    padding: 15px 30px;
}
.share-comment-count {
    width: 80%;
}
.share-comment-tab {
    display: flex;
    justify-content: space-between;
    margin: 10px 30px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 20%;
    text-align: center;
    align-items: center;
}
.share-comment-tab-default,
.share-comment-tab-new {
    background-color: #fff;
    width: 50%;
    padding: 5px;
}
.share-comment-tab-default:hover,
.share-comment-tab-new:hover {
    background-color: #f5f5f5;
}
.share-comment-tab-default:active,
.share-comment-tab-new:active {
    background-color: #e5e5e5;
}
.share-comment-tab .active {
    background-color: #e5e5e5;
}
.share-comment-item {
    display: flex;
    padding: 20px;
}
.comment-item {
    display: flex;
    width: 100%;
}
.share-comment-item-img {
    padding: 0 10px;
    flex: 1;
    flex-basis: 10%;
    text-align: center;
}
.share-comment-item-time {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: 25%;
    max-height: 78px;
}
.item-username,
.item-content,
.item-time,
.item-more,
.time-text,
.time-btn {
    padding: 5px 0;
}
.item-time {
    display: flex;
    justify-content: space-between;
}
.item-more,
.time-text,
.time-btn {
    cursor: pointer;
    min-height: 26px;
    display: flex;
    color: #8a8a8a;
}
.share-comment-item-content {
    flex: 1;
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
}
.comment-parent-item {
    padding-left: 10%;
}
.item-username-span {
    font-weight: 600;
}
.item-reply,
.item-like,
.item-unlike {
    display: flex;
    align-items: center;
    margin: 0px 15px;
}
.item-reply-img,
.item-like-img,
.item-unlike-img {
    height: 20px;
    width: 20px;
}
.item-reply-padding {
    padding: 0 2px;
}
.item-content-span {
    display: inline-block;
    overflow-wrap: break-word;
}
.reply-input {
    width: 100%;
    height: 50px;
    resize: none;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.comment-item-input {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.comment-reply-input {
    height: 100px;
}
.reply-button-div {
    display: flex;
    flex-direction: row-reverse;
    margin: 5px;
}
.item-isPrivate-span {
    border: 1px solid #e5dcdc;
    margin: 5px;
    color: #8a8a8a;
    padding: 2px;
}
.modal-colse {
    padding: 5px !important;
    border: none;
    width: 100%;
    justify-content: flex-end;
}
@media (min-width: 576px) {
    .comment_module {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    .comment_module {
        max-width: 700px;
    }
}
@media (min-width: 922px) {
    .comment_module {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .comment_module {
        max-width: 1120px;
    }
}
@media (min-width: 1400px) {
    .comment_module {
        max-width: 1320px;
    }
}
.comment-module {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}
@media (min-width: 576px) {
    .share-comment-div,
    #share-comment-div {
        max-width: 416px;
    }
}
@media (min-width: 768px) {
    .share-comment-div,
    #share-comment-div {
        max-width: 596px;
    }
}
@media (min-width: 922px) {
    .share-comment-div,
    #share-comment-div {
        max-width: 836px;
    }
}
@media (min-width: 1200px) {
    .share-comment-div,
    #share-comment-div {
        max-width: 1016px;
    }
}
@media (min-width: 1400px) {
    .share-comment-div,
    #share-comment-div {
        max-width: 1196px;
    }
}
@media (max-width: 768px) {
    .peron_main_container {
        flex-direction: column;
        padding: 0;
        background: #f5f5f5;
        min-width: 342px;
        max-width: 100%;
    }
    .peron_main_container .sidebar {
        width: 100%;
        margin-bottom: 5px;
        background: white;
        border-radius: 0;
        padding: 16px;
    }
    .profile-details,
    .account-settings {
        background: white;
        margin-bottom: 10px;
        padding: 0 16px;
        border-radius: 5px;
    }
    .account-settings {
        padding: 16px;
    }
    .account-settings .set-premiseInfo {
        display: inline-block;
        font-size: 12px;
    }
    .qr-section {
        margin: 15px;
        padding: 15px;
        text-align: center;
        align-items: center;
        position: relative;
    }
    .detail-value {
        width: auto;
        text-align: center;
    }
    .option-btn {
        max-width: 60px;
    }
    .option-btn .cancel-btn {
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .sidebar-menu-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }
    .horizontal-menu {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 0;
        margin: 0;
        flex: 1;
    }
    .horizontal-menu::-webkit-scrollbar {
        display: none;
    }
    .horizontal-menu .menu-item {
        flex: 0 0 auto;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        white-space: nowrap;
        font-size: 14px;
    }
    .scroll-indicator-left,
    .scroll-indicator {
        position: absolute;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
        padding: 15px 15px 15px 30px;
    }
    .scroll-indicator {
        right: 0;
    }
    .scroll-indicator-left {
        left: -20px;
    }
    .scroll-indicator-left:hover,
    .scroll-indicator:hover {
        background: linear-gradient(to left, rgba(240, 240, 240, 1) 70%, rgba(255, 255, 255, 0));
        cursor: pointer;
    }
    .scroll-indicator-left:active,
    .scroll-indicator:active {
        background: linear-gradient(to left, rgba(220, 220, 220, 1) 70%, rgba(255, 255, 255, 0));
    }
    @keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateX(0);
        }
        40% {
            transform: translateX(3px);
        }
        60% {
            transform: translateX(2px);
        }
    }
    .sidebar-menu-wrapper:not(.has-scroll) .scroll-indicator {
        display: none;
    }
    .sidebar-menu-wrapper:not(.has-scroll) .scroll-indicator-left {
        display: none;
    }
    .footer-qr-section {
        background: white;
        padding: 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
        text-align: center;
    }
    .peron_main_container {
        padding-bottom: 150px !important;
    }
    .footer-qr-section .qr-code img {
        width: 180px;
    }
    .sidebar .qr-section {
        display: none;
    }
}
@media (max-width: 768px) {
    .sidebar .menu:not(.horizontal-menu) {
        display: none;
    }
    .sidebar .qr-section:not(.footer-qr-section .qr-section) {
        display: none;
    }
}
@media (max-width: 768px) {
    .scroll-indicator {
        display: block;
    }
    .footer-qr-section {
        display: block;
    }
}
@media (max-width: 768px) {
    .main-content {
        padding: 5px;
    }
    .message_release_item {
        margin: 5px 2px;
    }
    .message_release_url_time {
        display: flex;
        width: 100%;
    }
    .message_release_url_time .message_release_text {
        flex: 1;
        max-width: 100px;
        min-width: 0;
    }
    .message_release_url_time .message_release_time {
        flex: 1;
        max-width: 100px;
        text-align: right;
    }
}
@media (max-width: 768px) {
    .items-container{
        padding: 5px;
    }
    .collection-item{
        margin-bottom: 5px;
    }
    #selection-mode.active {
        background: #409eff;
        min-width: 90px;
        color: white;
        padding: 6px 12px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
    }
    .batch-action-buttons {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        border-radius: 25px;
        padding: 8px 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        z-index: 999;
        gap: 12px;
    }
    .batch-action-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        font-size: 14px;
        gap: 6px;
        min-width: 80px;
        transition: all 0.2s;
    }
    .batch-move-btn {
        background: #409eff;
        color: white;
    }
    .batch-move-btn:active {
        background: #337ecc;
        transform: scale(0.98);
    }
    .batch-delete-btn {
        background: #f56c6c;
        color: white;
    }
    .batch-delete-btn:active {
        background: #dd6161;
        transform: scale(0.98);
    }
    .collect-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaeef2;
        padding: 0;
        max-height: 160px;
        overflow: hidden;
    }
    .favorite-list {
        padding: 8px 16px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 8px;
        background-color: #f5f5f5;
    }
    .favorite-item {
        min-width: 200px;
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #eaeef2;
        background: white;
    }
    .item-source a {
        color: #409eff;
        text-decoration: none;
        font-size: 12px;
        word-break: break-all;
    }
    .item-source a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 430px) { 
    .selected-count{
        display: none;
    }
}
@media (max-width: 768px) {
    .comment_release,
    .comment_receive {
        margin: -5px;
    }
    .comment_release_url_time .comment_release_url {
        display: inline-block;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .comment_release_url_time .comment_release_time {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .order_grid {
        margin: 60px 10px 30px 10px;
    }
    #member_benefits {
        top: 290px;
        width: 100%;
    }
    #member_benefits .member_benefits_content {
        margin: 20px auto;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 5px;
    }
    h1 {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .points-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 20px;
        padding: 16px;
        background-color: #fafafa;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        position: relative;
    }
    .points-header .remainder_point_img {
        width: 60px;
        height: auto;
        border-radius: 12px;
        padding: 4px;
    }
    .points-item {
        padding: 0 !important;
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
    }
    .points-header>.points-item:first-child {
        display: flex;
        align-items: center;
    }
    .points-label {
        font-size: 14px;
    }
    .points-value {
        font-size: 16px;
        font-weight: 600;
    }
    .points-header>.points-item:nth-child(3) {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
    }
    .points-header>.points-item:nth-child(3) .points-item {
        width: 100%;
    }
    .points-header .points-item .recharge-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
    }
    .points-instructions {
        margin-bottom: 10px;
    }
    .table-container {
        padding: 0 12px;
        height: 300px;
    }
    .table-container .points-table {
        font-size: 12px;
    }
    .points-table th,
    .points-table td {
        padding: 12px 0;
        vertical-align: middle;
    }
    .pagination {
        flex-wrap: wrap;
        gap: 2px;
        margin-top: 16px;
    }
    .pagination button {
        padding: 6px 10px;
        font-size: 12px;
        min-width: 60px;
    }
    .pagination #earn-pages {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px !important;
    }
}
.verify-code {
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.cerify-code-panel {
	height:100%;
	overflow:hidden;
}
.verify-code-area {
	float:left;
}
.verify-input-area {
	float: left;
	width: 60%;
	padding-right: 10px;
}
.verify-change-area {
	line-height: 30px;
	float: left;
}
.varify-input-code {
	display:inline-block; 
	width: 100%;
	height: 25px;
}
.verify-change-code {
	color: #337AB7;
	cursor: pointer;
}
.verify-btn {
	width: 200px;
	height: 30px;
	background-color: #337AB7;
	color:#FFFFFF;
	border:none;
	margin-top: 10px;
}
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
   	text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
   	border: 1px solid #ddd;
   	-webkit-border-radius: 4px;
}
.verify-bar-area .verify-move-block {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 2px #888888;
    -webkit-border-radius: 1px;
}
.verify-bar-area .verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;
}
.verify-bar-area .verify-left-bar {
    position: absolute;
    top: -1px;
    left: -1px;
   	background: #f0fff0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
}
.verify-img-panel {
	margin:0;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	position: relative;
}
.verify-img-panel .verify-refresh {
	width: 25px;
	height: 25px;
	text-align:center;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 25px;
	z-index: 2;
}
.verify-img-panel .icon-refresh {
	font-size: 20px;
	color: #fff;
}
.verify-img-panel .verify-gap {
	background-color: #fff;
	position: relative;
	z-index: 2;
	border:1px solid #fff;
}
.verify-bar-area .verify-move-block .verify-sub-block {
	position: absolute;
    text-align: center;
	z-index: 3;
	border: 1px solid #fff;
}
.verify-bar-area .verify-move-block .verify-icon {
	font-size: 18px;
}
.verify-bar-area .verify-msg {
	z-index : 3;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1508229193188'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1508229193188#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('../fonts/iconfont.ttf?t=1508229193188') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1508229193188#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before { content: "\e645"; }
.icon-close:before { content: "\e646"; color: white;}
.icon-right:before { content: "\e6a3"; }
.icon-refresh:before { content: "\e6a4"; }
