.box, .side-fixed {
    background-color: #fff;
    border: 1px solid #ececec;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.author-header {
    overflow: hidden;
}

.b2-radius {
    border-radius: 4px;
}

.mask-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ccc;
}

.mask-wrapper {
    width: 100%;
    height: 0;
    padding-top: 15%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-cover-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 800;
}

.user-cover-button label.empty {
    background: 0 0;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 7px 10px;
}

.user-panel .avatar {
    border: 4px solid #fff;
    background: #ffffff;
    width: 152px;
    height: 152px;
    flex-grow: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 152px;
    min-width: 152px;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 25%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.user-panel .avatar:hover:after {
    content: '\e681';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgb(0 0 0 / 16%);
    font-size: 70px;
    text-align: center;
    padding-top: 25px;
    border-radius: 50%;
    font-style: normal;
    font-family: layui-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-panel .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-panel {
    position: relative;
    width: 100%;
    margin-top: -73px;
    padding: 0 20px 20px;
    display: flex;
    box-sizing: border-box;
}

.editor-avatar {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    background: rgba(41,44,47,.4);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.user-panel-info {
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: flex-end;
}

.user-panel-info h1 {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
    box-sizing: border-box;
}

.lv-icon {
    font-size: 12px;
    font-weight: 400;
    color: #797c80;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    margin-right: 6px;
}

.user-page-lv span {
    margin-left: 5px;
    margin-right: 0;
}

.lv-icon.user-vip {
    height: 18px;
    line-height: 18px;
    padding: 0;
}

.lv-icon.user-vip i {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 3px;
    border: 2px solid #1e73be;
    border-radius: 100%;
    vertical-align: 0px;
    display: none;
}

.lv-icon b {
    font-weight: 400;
}

.lv-icon {
    font-size: 12px;
    font-weight: 400;
    color: #797c80;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    margin-right: 6px;
}

.user-page-lv span {
    margin-left: 5px;
    margin-right: 0;
}

.user-panel-info h1 span {
    margin-right: 10px;
}

.lv-icon b {
    font-weight: 400;
}

.lv-icon.user-lv i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    background-color: rgb(173 173 173/16%);
    transform: scale(1);
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    border-radius: 2px;
    margin-left: 3px;
    text-transform: capitalize;
}

.user-panel-info p {
    align-items: center;
    font-size: 13px;
    color: #797c80;
    font-weight: 400;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-right: 300px;
}

.user-panel-editor-button {
    text-align: center;
    position: absolute;
    right: 24px;
    top: 115px;
}

.user-follow {
    margin-top: 10px;
    display: flex;
}

.user-panel-editor-button .user-follow {
    width: 220px;
    justify-content: flex-end;
}

.user-follow button {
    display: flex;
    margin-left: 10px;
}

.gold-row button {
    padding: 0 10px;
    background-color: #e86767;
}

.button, button {
    background: #0066ff;
    border: 1px solid #0066ff;
    border-radius: 4px;
}

button.empty, .button.empty, li.current-menu-item > a, .top-menu-hide:hover .more, .header .top-menu ul li.depth-0:hover > a .b2-jt-block-down, button.text {
    color: #0066ff;
}

.user-follow button {
    display: flex;
    margin-left: 10px;
}

button.empty, .button.empty {
    background: rgba(255,255,255,0);
}

.zlian-member-name {

}

.author-page-right-in {
    padding: 16px;
}

.user-sidebar {
    font-size: 14px;
}

.user-sidebar-info {
    padding: 14px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.user-sidebar-info.active {
    border-radius: 5px;
}

.user-sidebar-info.active {
    background: rgb(0 0 0 / 4%);
}

.user-sidebar-info:hover {
    background: rgba(0, 102, 255, 0.04);
    border-radius: 5px;
}

.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.user-sidebar-info p {
    display: flex;
    align-items: center;
    color: #8590a6;
}

.user-sidebar-info.active p {
    color: #3f9eff;
}

.user-sidebar-info p svg {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-size: 24px;
}

.user-sidebar-info p svg {
    color: #0066ff;
}

.aff-author-page-right-in {
    padding: 16px;
}

.aff-author-page-right-in {
    display: flex;
    flex-flow: wrap;
}

.aff-sidebar {
    font-size: 14px;
}

.aff-sidebar {
    width: 20%;
}

.aff-sidebar+.user-sidebar {
    border: 0;
}

.aff-sidebar.h0.show {
    width: 33.33333333%;
    height: auto;
}

.aff-sidebar-info {
    flex-direction: column;
}

.aff-sidebar-info p img {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
}

.aff-sidebar-info {
    padding: 14px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.aff-sidebar-info p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.aff-sidebar-info.active {
    border-radius: 4px;
}

.aff-sidebar-info.active {
    background: rgba(0, 102, 255, 0.06);
}

.aff-sidebar-info:hover {
    background: rgba(0, 102, 255, 0.04);
}

.aff-sidebar-info p {
    display: flex;
    align-items: center;
    color: #8590a6;
}

.aff-sidebar-info.active p {
    color: #3f9eff;
}

.aff-sidebar-info p img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-size: 24px;
}

.aff-sidebar-info p img {
    color: #0066ff;
}

.mg-b {
    margin-bottom: 16px;
}

.user-info {
    padding: 6px 20px;
}

.b2-pd {
    padding: 16px;
}

.b2-pd, .b2-padding {
    padding: 16px;
}

.user-info p {
    position: relative;
    padding: 14px 0;
}

.user-info-title {
    color: #8590a6;
    font-size: 15px;
    line-height: 22px;
}

.user-info p span {
    margin-right: 24px;
}

.b2-hover a {
    color: #0066ff;
}

.user-sidebar-count {
    display: flex;
    flex-flow: wrap;
    padding: 10px;
}

.user-sidebar-count {
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f7f9fa;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.user-sidebar-count i {
    position: absolute;
    font-size: 81px;
    color: rgba(209,233,255,.28);
    right: 0;
    top: 0px;
}

.user-sidebar-count>div {
    position: relative;
}

.user-sidebar-count p {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.user-item-desc {
    font-size: 12px;
    color: #aaaeb3;
}

.author-edit-page {
    padding: 20px 32px;
}

.author-edit-page h2 {
    color: #bcbcbc;
}

.author-edit-list {
    margin-bottom: 40px
}

.author-edit-page .author-edit-list>li {
    padding: 20px 0;
}

.author-edit-page .author-edit-list>li {
    display: flex;
    font-size: 18px;
}

.author-edit-page .author-edit-list>li {
    border-bottom: 1px solid #f5f6f7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.author-edit-page .author-edit-list > li:hover .user-edit-button {
    opacity: 1;
    visibility: visible
}

.edit-name {
    width: 200px;
    flex-grow: 0;
    min-width: 200px;
    max-width: 200px;
}

.author-edit-page .edit-name {
    font-weight: 600;
    font-size: 17px;
}

.author-edit-list .edit-item {
    width: 100%;
}

.user-edit-button {
    color: #0066ff;
}
.user-edit-button {
    opacity: 0;
    visibility: hidden;
}
.user-edit-button {
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.user-qrcode {
    display: flex;
    margin: 15px 0 15px;
    align-items: flex-end
}

.user-qrcode img {
    width: 100%;
    display: block
}

.user-qrcode div {
    width: 150px;
    height: 150px;
    background-color: #f5f6f7;
    position: relative;
    border: 1px solid #eff2f7;
    border-radius: 5px;
}

.user-qrcode div label {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute
}

.user-qrcode input {
    display: none
}

.user-qrcode i {
    font-style: normal;
    background-color: #0000008f;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: none
}

.user-qrcode div:hover i {
    display: block
}

.user-qrcode .weixin-qrcode {
    margin-right: 20px;
}

.setting-des-add i {
    margin-right: 5px
}

.setting-des-add {
    display: flex;
    margin-top: 10px
}

.setting-des {
    font-size: 12px;
    color: #bcbcbc;
    margin-top: 10px
}
.edit-input input[type=text], .edit-input input[type=password] {
    width: 260px;
    padding: 10px;
    font-size: 16px
}
.edit-button {
    text-align: left
}

.setting-sex button {
    margin-top: 10px
}

.setting-sex span {
    margin-right: 16px
}

.edit-button {
    margin-top: 10px
}

.lv-icon.user-vip {
    display: none;
}

.affiliates-card {
    background-color: #f78400;
    border-radius: 5px;
    color: #fff;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

.text-white {
    color: #fff !important;
}

.fs-16 {
    font-size: 16px;
}

.fw-400 {
    font-weight: 400;
}

.card-body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.card-body .row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.aff-amo-num {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    font-size: 22px;
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.aff-amo-nums {
    margin-top: 15px;
    font-size: 40px;
    position: relative;
}

.aff-amo-nums:before {
    content: '';
    position: absolute;
    top: -15px;
    right: 0px;
    background-image: url(../images/withdrawal.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    opacity: 0.2;
}

.aff-amo-num small {
    font-size: 12px;
    margin-left: 5px;
}

.card-body .row .col, .col-12 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.card-body .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.align-items-center {
    margin-top: 15px;
}

.align-items-center .btn {
    width: 100%;
}

.bg-white {
    background-color: #fff !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.b2-arrow-right-s-line {
    color: #999;
}

.aff-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 15px;
}

.border-bottom {
    border-bottom: 1px solid #eff2f7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.aff-item-title {
    display: flex;
    align-items: center;
}

.aff-item-num {
    font-size: 18px;
    text-align: right;
    font-family: DINCondensed-Bold;
    margin-top: 8px;
    line-height: 1;
}

.aff-item-title>i {
    font-size: 18px;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.bx {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx {
    line-height: 0.6;
}

.aff-item-title span {
    font-size: 18px;
}

.p-0 {
    padding: 0 !important;
}


.security-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.security-item:last-child {
    margin-bottom: 0;
}

.security-item-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.security-item-title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.security-item-desc {
    color: #999;
    font-size: 12px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-soft-success {
    color: #34c38f;
    background-color: rgba(52, 195, 143, 0.18);
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}


.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.94rem + 2px);
    padding: 0.47rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-default {
    width: 100%;
}

.btn-warning {
    background-color: #E6A23C !important;
}

.bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    width: 15%;
}

.bd dt {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.bd dt img {
    width: 60px;
    height: 60px;
}

.bd dd {
    font-size: 12px;
    color: #6a6a6a;
}

.dd-box {
    position: relative;
    padding: 0 20px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.dd-box:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.zlian-is-membervip {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
}

.bd-vip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 10px 0;
}

.bd-vip dt {
    font-size: 15px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd-vip dt img {
    width: 30px;
    height: 30px;
}

.bd-vip dd {
    font-size: 12px;
    color: #6a6a6a;
}

.dd-box-vip:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}


.grade-item {
    background-color: #f8f8f8;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}

.grade-item.active {
    background: #40cda5 linear-gradient(45deg, #39cca2, #4bb1ff);
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.ceo-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceo-grid {
    margin-left: -30px;
}

.ceo-container > :last-child {
    margin-bottom: 0;
}

.ceo-grid > * {
    margin: 0;
}

.ceo-grid > * {
    padding-left: 30px;
}

[class*='ceo-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.ceo_vip2_types {
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.ceo-grid > * > :last-child {
    margin-bottom: 0;
}

.ceo_vip2_type_top {
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.ceo_vip2_vip_type_privilege {
    padding: 20px;
}

.ceo_vip2_type_top_title {
    text-align: center;
    font-size: 26px;
    color: #321a00;
    font-weight: 600;
    line-height: 30px;
}

.ceo_vip2_type_price {
    margin: 24px 0 15px 0;
    line-height: 30px;
    font-size: 14px;
    color: #0e131a;
    text-align: center;
}

.ceo-flex-1 {
    flex: 1;
}

.ceo_vip2_p_num {
    color: #F56C6C;
    font-size: 40px;
    font-weight: bold;
    line-height: 43px;
    height: 47px;
}

.ceo_vip2_discount_out span {
    padding: 2px 10px;
    text-decoration: line-through;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background: #F56C6C;
    font-size: 12px;
    color: #fff;
}

.ceo_vip2_discount_out p {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
}

.ceo_vip2_text {
    color: #111;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border: 1px solid #c1c1c1;
    background-color: #d5d5d5;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

.layui-btn-disabled {
    border: 1px solid #c1c1c1 !important;
    background-color: #d5d5d5 !important;
}

.ceo_vip2_touse button {
    background: #E6A23C;
    color: #FFFFFF;
    text-decoration: none;
    height: 42px;
    padding: 0;
    line-height: 42px;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 16px;
    border: 0;
    width: 100%;
}

.ceo_vip2_touse button:hover {
    background: #d0994c;
    color: #FFFFFF;
}

.ceo_vip2_vip_type_privilege .ceo_vip2_line {
    margin-bottom: 5px;
}
.ceo_vip2_vip_type_privilege li {
    color: #333;
    font-size: 14px;
}

.zlian-is-mobile-vip {
    height: 100px;
    display: flex;
}

.pay-type-group {
    padding: 0;
    border-top: none;
}

.pay-type-group .layui-row .layui-col-md6 > div {
    color: #666;
    font-size: 16px;
    border: 2px solid #e6e6e6;
    padding: 10px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: 33px 33px;
    background-position: 15px 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 5px
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-qq.active {
    border: 2px solid rgb(2, 168, 241);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-ali.active {
    border: 2px solid rgb(2, 168, 241);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-paypal.active {
    border: 2px solid rgb(0 48 135);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-wexin.active {
    border: 2px solid rgb(63, 183, 72);
    color: rgb(63, 183, 72);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > div.pay-type-wexin.active:before {
    border-color: #40ba49 #40ba49 transparent transparent
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-wexin {
    color: rgb(63, 183, 72) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-qq {
    color: rgb(2, 168, 241) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-ali {
    color: rgb(2, 168, 241) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-paypal {
    padding: 11px 13px;
    color: rgb(2, 168, 241) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-balance.active {
    border: 2px solid rgb(255, 126, 62);
    color: rgb(255, 126, 62);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-balance {;
    color: rgb(255, 126, 62) !important;
}

.is-member-loginout {
    display: none;
}


.document-row + .document-row {
    border-top: 1px solid #f3f3f3;
}

.document-row {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.document-row h3 {
    font-size: 16px;
    font-weight: 500;
}

.document-row-right {
    width: 100%;
    text-align: right;
}

.bd2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 10px 0;
}

.bd2 dt {
    font-size: 15px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd2 dt img {
    width: 30px;
    height: 30px;
}

.bd2 dd {
    font-size: 12px;
    color: #6a6a6a;
}

.dd2-box:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #53a7ff;
    border-radius: 5px;
    background: rgba(0, 102, 255, 0.06);
    border-color: transparent !important;
}

.layui-tab-title li {
    padding: 0;
    width: 33.3333333%;
}

.layui-tab-title {
    padding: 15px;
}

.layui-tab-bar {
    display: none;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-color: transparent !important;
}

.layui-tab-content {
    padding: 15px;
}

.layui-table, .layui-table-view {
    margin: 0;
}

.layui-tab-title {
    border-color: #f1f1f1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.ew-banner {
    background: url(../images/banner_1.jpg) 50% no-repeat;
    max-width: 100vw;
    overflow: hidden;
    color: #333;
    position: relative;
    background-size: cover;
}

.ew-banner {
    border-radius: 5px;
    padding: 50px 10px 20px 70px;
    background-color: #044289 !important;
}

.ew-banner {
    position: relative !important;
}

.ew-banner:before {
    display: none;
}

.ew-banner p {
    color: #fff;
}

.ew-banner img.shape {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ew-banner img {
    pointer-events: none;
}

.gold-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-page-row {
    padding: 16px;
}
.custom-page-row.gold-row {
    display: flex;
    width: 50%;
    background-color: #f5f6f7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.user-money-and-credit {
    display: flex;
    padding: 0 0 20px 20px
}

.user-money, .user-credit {
    background: #f7f9fa;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 33px;
    height: 33px;
    display: inline-block
}

.user-money b, .user-credit b {
    font-weight: 400
}

.user-money b {
    font-size: 30px
}

.custom-page-row.gold-row .user-money, .custom-page-row.gold-row .user-credit {
    background: 0 0;
    padding: 0;
    color: initial
}

.custom-page-row.gold-row .user-money b, .custom-page-row.gold-row .user-credit b {
    font-size: 24px;
    padding: 0
}

.custom-page-row.gold-row + .custom-page-row.gold-row {
    margin-left: 15px;
}

.custom-page-row.gold-row > div:first-child {
    display: flex;
    flex-flow: column;
    font-size: 15px;
    color: #8590a6
}
.gold-page-table {
    display: flex;
    margin-bottom: 10px
}

.gold-table {
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    position: relative;
    margin-left: 20px
}

.gold-table.picked:after {
    content: '';
    width: 3px;
    height: 3px;
    border: 2px solid #ccc;
    position: absolute;
    border-radius: 100%;
    right: calc(50% - 3px);
    bottom: 0
}

.custom-page-content .ajax-pager {
    margin-top: 10px
}

.gold-bor {
    border: 1px solid #F5F6F7 !important
}

.gold-table.picked {
    color: #0066ff;
}
.gold-table.picked:after {
    border-color: #0066ff;
}

.gold-page-list {
    border-top: 1px solid #f5f6f7;
    border-left: 1px solid #f5f6f7
}

.gold-page-list li {
    display: flex
}

.gold-page-list li:nth-child(odd) {
    background: #f7f9fa
}

.gold-list-row-1, .gold-list-row-2, .gold-list-row-3, .gold-list-row-4 {
    width: 15%;
    border-right: 1px solid #f5f6f7;
    border-bottom: 1px solid #f5f6f7;
    font-size: 13px;
    padding: 16px
}

.gold-list-row-5 {
    width: 40%;
    border-right: 1px solid #f5f6f7;
    border-bottom: 1px solid #f5f6f7;
    font-size: 13px;
    padding: 16px
}

.gold-list-row-5 p code {
    font-size: 12px;
    padding: 5px
}

.gold-list-row-5 p {
    margin-top: 10px
}

.gold-list-row-5 .gold-users {
    color: #bcbcbc
}

.gold-list-row-5 .gold-users a {
    color: #696969;
    font-weight: 600;
    margin-right: 5px
}

.gold-list-row-5 .gold-title a {
    color: #bcbcbc;
    margin: 0 5px
}

.gold-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.b2timeago {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pager-center {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1) inset;
    color: #b2bac2;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    padding: 0 8px 0 5px
}

.pager-center input {
    width: 40px;
    border: 0;
    padding: 0;
    padding: 9px 5px;
    background: #f5f6f7;
    border-radius: 3px;
    margin-right: 2px;
    background: 0 0
}

.ajax-pager > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.ask-answer-list .ajax-pager > div {
    border-top: 1px solid rgb(69 96 201/9%);
    padding: 10px
}

.btn-group {
    display: flex
}

button[disabled], button[disabled].empty, .button.disabled.empty {
    opacity: .7;
    cursor: default;
}

.ajax-pager .button[disabled], .ajax-pager .button.selected {
    border-color: #ccc0;
    color: #ccc;
    cursor: default
}

.ajax-pager .btn-pager .button {
    margin-right: 0;
    margin-left: 5px
}
.mg-t {
    margin-top: 16px;
}

.gold-more {
    color: #8590a6
}

.gold-header-title {
    font-size: 20px;
    font-weight: 600
}
.gold-info {
    display: flex;
    justify-content: space-between
}

.custom-page-row.gold-row > div:first-child {
    display: flex;
    flex-flow: column;
    font-size: 15px;
    color: #8590a6
}

button, .button {
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
}

.box, .side-fixed {
    background-color: #fff;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.b2-radius {
    border-radius: 4px;
}

.post-3 .b2_gap {
    display: flex;
    flex-flow: wrap;
}

.post-3 .b2_gap, .post-5 .b2_gap {
    margin: 0;
}

.post-list ul.b2_gap {
    padding: 0;
}

.b2_gap > li {
    width: 100%;
    box-sizing: border-box;
}

.post-item-1 ul.b2_gap > li {
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.post-3 .item-in {
    display: flex;
    position: relative;
    padding: 16px;
    align-items: stretch;
}

.b2_gap > li .item-in, .shop-list-item, .shop-normal-item-in, .user-search-list li > div, .home-collection .home-collection-content, .post-3.post-3-li-dubble .b2_gap > li .item-in {
    margin-bottom: 16px;
    margin-right: 16px;
    overflow: hidden;
}

.post-3 .post-3-li .item-in {
    border-bottom: 1px solid #f5f6f7;
    margin: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-hidden {
    display: block;
}

.post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
}

.post-module-thumb {
    width: 55px;
    min-width: 55px;
}

.post-3 .post-module-thumb {
    height: auto;
    margin-right: 16px;
}

.post-3 .post-module-thumb > div {
    position: relative;
}

.post-3 .post-module-thumb .b2-radius {
    overflow: hidden;
}

.post-module-thumb a.thumb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-thumb {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #f5f6f7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.post-3 .post-info {
    width: 85%;
    display: flex;
    flex-flow: column;
}

.post-3 .post-info-20 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.post-3 .post-info > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 11px 0;
    font-size: 15px;
    font-weight: 600;
}

.post-3 .post-info h2 {
    font-size: 18px;
    margin-left: 0;
    margin-top: 0;
}

.post-list-item .item-in .post-info h2 {
    -webkit-line-clamp: 1;
}

.post-excerpt {
    font-size: 12px;
    color: #797c80;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin: 0 16px 13px;
    margin-top: -6px;
}

.post-3 .post-excerpt {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.post-list-meta-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 16px;
    color: #aaaeb3;
}

.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: auto;
}

.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.post-3 .post-list-meta {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    color: #bcbcbc;
}

.post-3 .post-list-meta {
    justify-content: flex-end;
}

.post-3 .post-list-meta li:nth-child(1) {
    flex: 1;
    padding: 0;
}

.post-list-meta-avatar {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

img.avatar {
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.post-list-meta-avatar img {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
    position: relative;
}

.post-info span {
    font-size: 12px;
    height: 14px;
}

.post-3 .post-list-meta li:nth-child(1) span {
    margin-left: 0;
}

.post-list-meta-show {
    border-right: 1px solid #e8e8e8;
    padding: 0 15px;
    cursor: pointer;
}

.post-list-meta-show:first-child {
    padding-left: 0;
}

.post-list-meta-show:last-child {
    border-right: none;
    padding-right: 0;
}

.post-3 .star-active a span {
    color: #01AAED;
}
.layui-icon-screen-show {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #909399;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
}
.screen-input {
    width: 250px;
    font-size: 14px;
    height: 33px;
    margin-top: 6px;
    border-radius: 5px;
    font-weight: normal;
    padding-left: 33px;
    background-color: #f0f0f0;
}

.no-content {
    padding: 20px 0;
    text-align: center;
    color: #999;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.no-content .user-no-contents {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #c8c8c8;
}

.ribbon-two {
    position: absolute;
    right: 2.5px;
    top: 2.5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-two span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(
            -45deg);
    transform: rotate(
            45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgb(71 77 86 / 8%), 0 1px 0 0 rgb(71 77 86 / 3%);
    box-shadow: 0 0 8px 0 rgb(71 77 86 / 8%), 0 1px 0 0 rgb(71 77 86 / 3%);
    position: absolute;
    top: 19px;
    right: -21px;
    font-weight: 400;
}

.ribbon-two-danger span {
    background: #f56c6b;
}

.ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-two-danger span:before {
    border-left: 3px solid #d14c4b;
    border-top: 3px solid #d14c4b;
}

.ribbon-two-danger span:after {
    border-right: 3px solid #d14c4b;
    border-top: 3px solid #d14c4b;
}

.ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.no-show {
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}

.home-banner {
    padding: 20px;
}
.home-banner .container-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.home-banner-img {
    float: right;
    width: 300px;
    margin-left: 24px;
}

.home-banner-info {
    padding: 70px 0;
}

.home-banner-info-title {
    font-size: 40px;
    color: #333;
    font-weight: 500;
    line-height: 72px;
}

.home-banner-info-subtitle {
    margin-top: 16px;
    font-size: 20px;
    color: #666;
    line-height: 30px;
}

.pricing {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ecedf1;
}

.a-btn-go-buy {
    height: 40px;
    background-color: #ffeae5;
    border: solid 1px #ffaa99;
    color: #ff5533;
    line-height: 40px;
    line-height: 36px;
}

.pricing .mask {
    border-radius: 100%;
    filter: blur(50px);
    height: 600px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 600px;
    z-index: 10;
}

.pricing .mask {
    -webkit-transition: maskRun2 20s linear infinite;
    transition: maskRun2 20s linear infinite;
    background: radial-gradient(50% 50% at 50% 50%,rgb(68, 159, 253, 0.1) 0,rgba(7,193,96,0) 100%)
}

.zl_balance_description {
    margin-top: 15px;
    padding: 15px 0 0 0;
    font-size: 15px;
    border-top: 1px solid #f6f6f6;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media screen and (max-width: 991px) {

    .screen-input {
        width: 160px;
    }

    .mobile-hidden {
        display: none;
    }

    .zlian-is-mobile-vip {
        height: auto;
    }

    .user-sidebar-count li {
        width: 50%;
        padding: 20px;
    }

    .user-sidebar {
        width: 25%;
    }

    .user-sidebar+.user-sidebar {
        border: 0;
    }

    .user-sidebar.h0.show {
        width: 25%;
        height: auto;
    }

    .user-sidebar-info p {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .author-sidebar-down {
        display: none;
    }

    .user-sidebar-info p svg {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .author-sidebar-down {
        display: none;
    }

    .mask-wrapper {
        padding-top: 30%;
    }

    .user-panel .avatar {
        width: 80px;
        height: 80px;
        max-width: 80px;
        min-width: 80px;
        cursor: pointer;
        border: 5px solid #fff;
        position: relative;
        z-index: 4;
    }

    .user-panel {
        padding: 0 12px 12px;
        margin-top: -24px;
    }

    .user-panel-info {
        padding-left: 12px;
        padding-top: 29px;
        align-items: initial;
    }

    .user-panel-info h1 {
        display: flex;
        flex-flow: column;
        font-size: 18px;
    }

    .user-panel-info h1>span {
        margin: 0;
    }

    .user-panel-info h1 span {
        margin-left: 0;
    }

    .user-page-lv {
        display: flex;
    }

    .user-panel-info p {
        text-align: center;
        display: none;
    }

    .user-panel-info p {
        margin-top: 12px;
    }

    .author-edit-page .author-edit-list>li {
        flex-flow: column;
    }

    .author-edit-page .edit-name {
        margin-bottom: 12px;
    }
    .user-edit-button {
        opacity: 1;
        visibility: visible;
    }

    .author-page-right-in {
        display: flex;
        flex-flow: wrap;
    }

    .lv-icon.user-vip {
        margin-top: 5px;
        display: block;
    }

    .user-sidebar-info {
        padding: 10px 0;
        flex-direction: column;
    }

    .user-panel .avatar:hover:after {
        font-size: 30px;
        padding-top: 18px;
    }

    .is-member-show {
        display: none;
    }

    .is-member-loginout {
        display: inline-block;
    }

    .bd {
        width: 30%;
    }

    .custom-page-row.gold-row {
        width: 100%;
    }

    .mg-t {
        margin-top: 12px;
    }

    .gold-info {
        flex-flow: wrap;
    }

    .custom-page-row.gold-row+.custom-page-row.gold-row {
        margin-left: 0px;
        margin-top: 15px;
    }

}

.dark-mode .box, .side-fixed {
    background-color: #242424;
    border: 1px solid #333333;
    box-shadow: 0px 0px 2px transparent;
}

.dark-mode .layui-card .author-page-right-in {
    border: 0px solid transparent;
}

.dark-mode .user-sidebar-count {
    background-color: #303030;
}

.dark-mode .user-sidebar-count i {
    color: rgba(209,233,255,.08);
}

.dark-mode .affiliates-card {
    background-color: #f78400;
    border-radius: 5px;
    color: #fff;
}

.dark-mode .border-bottom {
    border-bottom: 1px solid #333333;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.dark-mode .security-item-title {
    color: #f3f3f3;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.dark-mode .layui-tab-title {
    border-color: #333333;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.dark-mode .layui-tab-brief > .layui-tab-title .layui-this {
    background: rgb(255 255 255 / 6%);
    border-color: transparent !important;
}

.dark-mode .layui-tab-content .layui-tab-item .hidden-line {
    border: 0px solid transparent !important;
}

.dark-mode .site-main .custom-page-content .layui-card {
    border: 0px solid transparent !important;
}

.dark-mode .custom-page-row.gold-row {
    background-color: #303030;
}

.dark-mode .custom-page-row.gold-row > div:first-child {
    color: #d2e1ff;
}

.dark-mode .custom-page-row.gold-row .user-money b, .dark-mode .custom-page-row.gold-row .user-credit b {
    color: #fff;
}

.dark-mode .author-edit-page .author-edit-list>li {
    border-bottom: 1px solid #333333;
}

.dark-mode .ceo_vip2_types {
    background: #242424;
    border: 1px solid #333333;
    box-shadow: 0px 0px 0px transparent;
}

.dark-mode .ceo_vip2_type_top_title {
    color: #ff9c32;
}

.dark-mode .ceo_vip2_type_price {
    color: #f3f3f3;
}

.dark-mode .ceo_vip2_discount_out span {
    background: #F56C6C;
    color: #fff;
}

.dark-mode .ceo_vip2_text {
    color: #f3f3f3;
}

.dark-mode .ceo_vip2_vip_type_privilege li {
    color: #fff;
}

.dark-mode .ceo_vip2_type_top {
    border-bottom: 1px solid rgb(75 75 75);
}

.dark-mode .user-sidebar-info p {
    color: #f4f8ff;
}

.dark-mode .user-sidebar-info.active {
    background: rgb(255 255 255 / 4%);
}

.dark-mode .user-sidebar-info:hover {
    background: rgb(255 255 255 / 4%);
    border-radius: 5px
}

.dark-mode .user-panel .avatar {
    border: 4px solid #333333;
    background: #191919;
}

.dark-mode .ew-datagrid-loadmore {
    color: #efefef;
}

.dark-mode .no-content {
    color: #f4f8ff;
    background-color: #242424;
}

.dark-mode .no-show {
    border: 1px solid #333333;
    box-shadow: 0px 0px 0px transparent;
}

.dark-mode .post-3 .post-3-li .item-in {
    border-bottom: 1px solid #333333;
}

.dark-mode .user-panel-info p {
    color: #bfc4cc;
}

.dark-mode .post-thumb {
    background-color: #363636;
}

.dark-mode .home-banner-info-title {
    color: #f3f3f3;
}

.dark-mode .home-banner-info-subtitle {
    color: #c5c8ce;
}

.dark-mode .pricing {
    border: 1px solid #393939;
    background-color: #2e2e2e;
}

.dark-mode .pricing .price-title {
    color: #f3f3f3;
}

.dark-mode .pricing .price-content > li {
    color: #c8c8c8;
}

.dark-mode .pricing .price-content > li:after {
    background-image: linear-gradient(to right, #505050 0, #505050 50%, transparent 50%);
}

.dark-mode .a-btn-go-buy {
    background-color: #423c3a;
    border: solid 1px #81615b;
}

.dark-mode .zl_balance_description {
    border-top: 1px solid #2d2d2d;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}