:root {
    --theme-color: #f1404b;
    --theme-color-rgb: 241, 64, 75;
    --theme-color-bg: rgba(var(--theme-color-rgb), 0.1);
    --hover-color: #d12768;
    --focus-color: var(--theme-color);
    --focus-shadow-color: rgba(220, 65, 75, 0.6);
    --main-color: #484b4f;
    --main-shadow: rgba(0, 0, 0, 0.1);
    --main-bg-color: #fff;
    --main-radius: 12px;
    --main-radius-bg: #93969a;
    --main-aside-basis-width: 218px;
    --main-aside-width: var(--main-aside-basis-width);
    --main-nav-hight: 80px;
    --main-max-width: 1260px;
    --main-blur-bg-color: rgba(245, 245, 245, 0.75);
    --main-blur-bg-color2: rgba(245, 245, 245, 0.85);
    --main-blur-bg-color3: rgba(245, 245, 245, 0.6);
    --muted-color: #93959a;
    --muted-color2: #66686b;
    --muted-color3: #a5a8aa;
    --muted-bg-color: #e6e8ea;
    --muted-bg-color-l: #f1f2f4;
    --muted-shadow: rgba(116, 116, 116, 0.1);
    --muted-bg-a-color: var(--muted-shadow);
    --muted-blur-bg-color: rgba(220, 220, 220, 0.6);
    --body-bg-color: #f2f4f7;
    --posts-card-scale: 70%;
    --posts-list-scale: 70%;
    --home-max-width: 1900px;
    --home-card-padding: 10px;
    --input-bg-color: var(--body-bg-color);
    --theme-border-radius: var(--main-radius);
    --theme-border-radius-xxl: calc(var(--main-radius) + 8px);
    --theme-border-radius-xl: calc(var(--main-radius) + 4px);
    --theme-border-radius-lg: calc(var(--main-radius) - 2px);
    --theme-border-radius-md: calc(var(--main-radius) - 4px);
    --theme-border-radius-sm: calc(var(--main-radius) - 6px);
    --theme-border-radius-xs: calc(var(--main-radius) - 8px);
}

.oz-left {
    text-align: left;
    clear: both;
}

.oz-right {
    text-align: right;
    clear: both;
}

.oz-center {
    text-align: center;
    clear: both;
}

.oz-middle {
    vertical-align: middle;
    clear: both;
}

.oz-xs-1,.oz-sm-1,.oz-md-1,.oz-lg-1,.oz-xs-2,.oz-sm-2,.oz-md-2,.oz-lg-2,.oz-xs-3,.oz-sm-3,.oz-md-3,.oz-lg-3,.oz-xs-4,.oz-sm-4,.oz-md-4,.oz-lg-4,.oz-xs-5,.oz-sm-5,.oz-md-5,.oz-lg-5,.oz-xs-6,.oz-sm-6,.oz-md-6,.oz-lg-6,.oz-xs-7,.oz-sm-7,.oz-md-7,.oz-lg-7,.oz-xs-8,.oz-sm-8,.oz-md-8,.oz-lg-8,.oz-xs-9,.oz-sm-9,.oz-md-9,.oz-lg-9,.oz-xs-10,.oz-sm-10,.oz-md-10,.oz-lg-10,.oz-xs-11,.oz-sm-11,.oz-md-11,.oz-lg-11,.oz-xs-12,.oz-sm-12,.oz-md-12,.oz-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .oz-xs-1,.oz-sm-1,.oz-md-1,.oz-lg-1,.oz-xs-2,.oz-sm-2,.oz-md-2,.oz-lg-2,.oz-xs-3,.oz-sm-3,.oz-md-3,.oz-lg-3,.oz-xs-4,.oz-sm-4,.oz-md-4,.oz-lg-4,.oz-xs-5,.oz-sm-5,.oz-md-5,.oz-lg-5,.oz-xs-6,.oz-sm-6,.oz-md-6,.oz-lg-6,.oz-xs-7,.oz-sm-7,.oz-md-7,.oz-lg-7,.oz-xs-8,.oz-sm-8,.oz-md-8,.oz-lg-8,.oz-xs-9,.oz-sm-9,.oz-md-9,.oz-lg-9,.oz-xs-10,.oz-sm-10,.oz-md-10,.oz-lg-10,.oz-xs-11,.oz-sm-11,.oz-md-11,.oz-lg-11,.oz-xs-12,.oz-sm-12,.oz-md-12,.oz-lg-12 {
        padding:0 4px;
    }
}

.oz-xs-1,.oz-xs-2,.oz-xs-3,.oz-xs-4,.oz-xs-5,.oz-xs-6,.oz-xs-7,.oz-xs-8,.oz-xs-9,.oz-xs-10,.oz-xs-11,.oz-xs-12 {
    float: left;
}

.oz-xs-12 {
    width: 100%;
}

.oz-xs-11 {
    width: 91.66666667%;
}

.oz-xs-10 {
    width: 83.33333333%;
}

.oz-xs-9 {
    width: 75%;
}

.oz-xs-8 {
    width: 66.66666667%;
}

.oz-xs-7 {
    width: 58.33333333%;
}

.oz-xs-6 {
    width: 50%;
}

.oz-xs-5 {
    width: 41.66666667%;
}

.oz-xs-4 {
    width: 33.33333333%;
}

.oz-xs-3 {
    width: 25%;
}

.oz-xs-2 {
    width: 16.66666667%;
}

.oz-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 767px) {
    .oz-sm-1,.oz-sm-2,.oz-sm-3,.oz-sm-4,.oz-sm-5,.oz-sm-6,.oz-sm-7,.oz-sm-8,.oz-sm-9,.oz-sm-10,.oz-sm-11,.oz-sm-12 {
        float:left;
    }

    .oz-sm-12 {
        width: 100%;
    }

    .oz-sm-11 {
        width: 91.66666667%;
    }

    .oz-sm-10 {
        width: 83.33333333%;
    }

    .oz-sm-9 {
        width: 75%;
    }

    .oz-sm-8 {
        width: 66.66666667%;
    }

    .oz-sm-7 {
        width: 58.33333333%;
    }

    .oz-sm-6 {
        width: 50%;
    }

    .oz-sm-5 {
        width: 41.66666667%;
    }

    .oz-sm-4 {
        width: 33.33333333%;
    }

    .oz-sm-3 {
        width: 25%;
    }

    .oz-sm-2 {
        width: 16.66666667%;
    }

    .oz-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 991px) {
    .oz-md-1,.oz-md-2,.oz-md-3,.oz-md-4,.oz-md-5,.oz-md-6,.oz-md-7,.oz-md-8,.oz-md-9,.oz-md-10,.oz-md-11,.oz-md-12 {
        float:left;
    }

    .oz-md-12 {
        width: 100%;
    }

    .oz-md-11 {
        width: 91.66666667%;
    }

    .oz-md-10 {
        width: 83.33333333%;
    }

    .oz-md-9 {
        width: 75%;
    }

    .oz-md-8 {
        width: 66.66666667%;
    }

    .oz-md-7 {
        width: 58.33333333%;
    }

    .oz-md-6 {
        width: 50%;
    }

    .oz-md-5 {
        width: 41.66666667%;
    }

    .oz-md-4 {
        width: 33.33333333%;
    }

    .oz-md-3 {
        width: 25%;
    }

    .oz-md-2 {
        width: 16.66666667%;
    }

    .oz-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1300px) {
    .oz-lg-1,.oz-lg-2,.oz-lg-3,.oz-lg-4,.oz-lg-5,.oz-lg-6,.oz-lg-7,.oz-lg-8,.oz-lg-9,.oz-lg-10,.oz-lg-11,.oz-lg-12 {
        float:left;
    }

    .oz-lg-12 {
        width: 100%;
    }

    .oz-lg-11 {
        width: 91.66666667%;
    }

    .oz-lg-10 {
        width: 83.33333333%;
    }

    .oz-lg-9 {
        width: 75%;
    }

    .oz-lg-8 {
        width: 66.66666667%;
    }

    .oz-lg-7 {
        width: 58.33333333%;
    }

    .oz-lg-6 {
        width: 50%;
    }

    .oz-lg-5 {
        width: 41.66666667%;
    }

    .oz-lg-4 {
        width: 33.33333333%;
    }

    .oz-lg-3 {
        width: 25%;
    }

    .oz-lg-2 {
        width: 16.66666667%;
    }

    .oz-lg-1 {
        width: 8.33333333%;
    }
}

.oz-container {
    margin-top: 52px;
    padding: 15px;
}

@media (min-width: 991px) {
    .oz-container {
        margin:60px 0 0 230px;
        width: calc(100% - 230px);
    }
}

.oz-header {
    width: 100%;
    height: 58px;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    color: #000;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
}

@media (max-width: 991px) {
    .oz-header {
        height:50px;
    }
}

.oz-header .oz-nav-logo {
    background: #171717;
    float: left;
    width: 230px;
    height: 58px;
    padding: 15px;
    text-align: center;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-logo {
        width:auto;
        height: 50px;
        background: none;
        padding: 12px 0;
        margin-left: 50px;
    }
}

@media (max-width: 385px) {
    .oz-header .oz-nav-logo {
        display:none;
    }
}

.oz-header .oz-nav-logo img {
    max-width: 100%;
    height: 100%;
}

.oz-header .oz-nav-bar {
    position: fixed;
    z-index: 102;
    height: 58px;
    width: 58px;
    display: none;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-bar {
        display:block;
        height: 50px;
        width: 50px;
    }
}

.oz-header .oz-nav-bar span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    left: 14px;
    top: 23px;
    margin: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleY(0.8);
    -moz-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    -o-transform: scaleY(0.8);
    transform: scaleY(0.8);
}

.oz-header .oz-nav-bar span:first-child {
    top: 18px;
}

.oz-header .oz-nav-bar span:last-child {
    top: 28px;
}

.oz-header .oz-nav-bar.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px,3px);
    -moz-transform: rotate(45deg) translate(3px,3px);
    -ms-transform: rotate(45deg) translate(3px,3px);
    -o-transform: rotate(45deg) translate(3px,3px);
    transform: rotate(45deg) translate(3px,3px);
}

.oz-header .oz-nav-bar.active span:nth-child(2) {
    opacity: 0;
}

.oz-header .oz-nav-bar.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px,-4px);
    -moz-transform: rotate(-45deg) translate(4px,-4px);
    -ms-transform: rotate(-45deg) translate(4px,-4px);
    -o-transform: rotate(-45deg) translate(4px,-4px);
    transform: rotate(-45deg) translate(4px,-4px);
}

.oz-header .oz-nav-time {
    font-size: 16px;
    margin: 18px;
    display: inline-block;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-time {
        display:none;
    }
}

@keyframes show-search {
    0% {
        opacity: .6;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.oz-header .oz-nav-search {
    position: absolute;
    display: none;
    border-collapse: separate;
    font-size: 0;
    top: 12px;
    right: 270px;
    z-index: 999;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-search {
        top:55px;
        right: 5px;
    }
}

.oz-header .oz-nav-search.show {
    display: block;
    -webkit-animation: show-search .3s;
    -moz-animation: show-search .3s;
    animation: show-search .3s;
}

.oz-header .oz-nav-search .oz-search-field {
    width: 160px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 7px 10px;
    position: relative;
    font-family: inherit;
    border-radius: 30px 0 0 30px;
    border: 1px solid #ccc;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.oz-header .oz-nav-search .oz-search-btn {
    height: 34px;
    position: relative;
    vertical-align: middle;
    padding: 0 12px;
    color: #fff;
    background: #000;
    font-size: 14px;
    border: none;
    display: inline-block;
    white-space: nowrap;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.oz-header .oz-nav-tool {
    height: 100%;
    float: right;
    margin-right: 65px;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-tool {
        margin-right:60px;
    }
}

.oz-header .oz-nav-tool .oz-tool-item {
    position: relative;
    display: inline-block;
    margin: 10px 5px;
    padding: 7px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-tool .oz-tool-item {
        padding:5px;
        font-size: 15px;
    }
}

.oz-header .oz-nav-tool .oz-tool-item .fa + .oz-badge {
    position: absolute;
    top: 3px;
    left: 18px;
    padding: 0 5px;
}

.oz-header .oz-nav-user {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 35px;
}

@media (max-width: 991px) {
    .oz-header .oz-nav-user {
        top:10px;
        height: 30px;
    }
}

.oz-header .oz-nav-user img {
    width: auto;
    height: 100%;
    border-radius: 100%;
}

.oz-sidenav {
    position: fixed;
    width: 230px;
    height: 100%;
    left: 0;
    z-index: 100;
    overflow: hidden;
    top: 0;
    background: #171717;
    box-shadow: 0 0 6px #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}

@media (max-width: 991px) {
    .oz-sidenav {
        left:-245px;
    }
}

.oz-sidenav.active {
    left: 0;
}

.oz-sidenav > ul {
    position: relative;
    top: 58px;
}

.oz-sidenav > ul > li {
    position: relative;
}

.oz-sidenav > ul > li > a {
    display: block;
    color: #ddd;
    padding: 12px 32px;
    font-size: 15px;
    border-left: 4px solid transparent;
    -webkit-transition: background,border-left .3s;
    -moz-transition: background,border-left .3s;
    -o-transition: background,border-left .3s;
    transition: background,border-left .3s;
}

.oz-sidenav > ul > li > a:hover,.oz-sidenav > ul > li > a.active {
    color: #fff;
    background: #222;
    border-left: 4px solid #fff;
}

.oz-sidenav .oz-nav-item .oz-drop-icon {
    right: 25px;
    position: absolute;
    top: 0;
    color: #fff;
    padding: 15px 5px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.oz-sidenav .oz-nav-item .active .oz-drop-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.oz-sidenav .oz-nav-item ul {
    display: none;
    background: #000;
    overflow: hidden;
}

.oz-sidenav .oz-nav-item ul > li > a {
    display: block;
    padding: 10px 10px 10px 57px;
    color: #ccc;
    font-size: 14px;
    border-left: 3px solid transparent;
    -webkit-transition: background,border-left .3s;
    -moz-transition: background,border-left .3s;
    -o-transition: background,border-left .3s;
    transition: background,border-left .3s;
}

.oz-sidenav .oz-nav-item ul > li > a:hover,.oz-sidenav .oz-nav-item ul > li > a.active {
    color: #eee;
    background: #111;
    border-left: 3px solid #ddd;
}

.oz-black-mask {
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.oz-panel {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.oz-panel > .oz-panel-head {
    background: #f5f5f5;
    color: #333;
    font-weight: 900;
    padding: 10px 15px;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #ddd;
}

.oz-panel > .oz-panel-body {
    padding: 15px;
    overflow: hidden;
}

.oz-panel > .oz-table-fluid > .oz-table > tbody > tr:first-child > th,.oz-panel > .oz-table-fluid > .oz-table > tbody > tr:first-child > td {
    border-top: 0;
}

.oz-table-fluid {
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.oz-table-fluid > .oz-table > thead > tr > th:first-child,.oz-table-fluid > .oz-table > thead > tr > td:first-child,.oz-table-fluid > .oz-table > tbody > tr > td:first-child,.oz-table-fluid > .oz-table > tbody > tr > th:first-child {
    border-left: none;
}

.oz-table-fluid > .oz-table > thead > tr > th:last-child,.oz-table-fluid > .oz-table > thead > tr > td:last-child,.oz-table-fluid > .oz-table > tbody > tr > td:last-child,.oz-table-fluid > .oz-table > tbody > tr > th:last-child {
    border-right: none;
}

.oz-table-fluid > .oz-table > thead > tr:first-child > th,.oz-table-fluid > .oz-table > thead > tr:first-child > td {
    border-top: none;
}

.oz-table-fluid > .oz-table > tbody > tr:last-child > td,.oz-table-fluid > .oz-table > tbody > tr:last-child > th {
    border-bottom: none;
}

.oz-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.oz-table.oz-table-warp thead > tr > td,.oz-table.oz-table-warp > tbody > tr > td {
    white-space: normal;
}

.oz-table > tbody > tr > td,.oz-table > tbody > tr > th,.oz-table thead > tr > td,.oz-table > thead > tr > th {
    min-height: 35px;
    padding: 6px 8px;
    border: 1px solid #ddd;
}

.oz-table > thead > tr > th {
    background-color: #eee;
}

.oz-table > thead > tr:nth-child(odd) {
    background-color: #fff;
}

.oz-table > tbody > tr:nth-child(even) {
    background-color: #f5f5f5;
}

.oz-panel > .oz-table-fluid {
    border: none;
    margin-bottom: 0;
}

.oz-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    background: #999;
    font-size: 14px;
    border: none;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.oz-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.oz-btn:active {
    opacity: 1;
}

.oz-btn-lg {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
}

.oz-btn-sm {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
}

.oz-btn-xs {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
}

.oz-btn-block {
    width: 100%;
}

.oz-btn-radius {
    border-radius: 100px;
}

.oz-btn-container .oz-btn {
    margin: 5px;
}
.oz-form-field{ padding-left:0; }
.oz-form-group {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.oz-form-group .oz-form-label {
    position: relative;
   height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: #eee;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #ccc;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 0;
}

.oz-form-group .oz-form-label:first-child {
    border-right: 0;
    border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-label:last-child {
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.oz-form-group .oz-form-field input,.oz-form-group .oz-form-field select {
    position: relative;
    width:calc( 100% - 20px );
    height: 22px; line-height: 22px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 7px 10px;
    font-family: inherit;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.oz-form-group .oz-form-field:last-child,.oz-form-group .oz-form-field:last-child {
    flex: auto;
}

.oz-form-group .oz-form-field input:focus,.oz-form-group .oz-form-field select:focus {
    border: 1px solid #aaa;
    box-shadow: 0 0 4px #ddd;
}

.oz-form-group .oz-form-field:first-child input,.oz-form-group .oz-form-field:first-child select {
    border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-field:last-child input,.oz-form-group .oz-form-field:last-child select {
    border-radius: 0 2px 2px 0;
}

.oz-form-group .oz-form-field:only-of-type {
    flex: auto;
}

.oz-form-group .oz-form-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.oz-form-group .oz-form-btn .oz-btn {
    border-radius: 0;
}

.oz-form-group .oz-form-btn .oz-btn:first-child {
    border-radius: 2px 0 0 2px;
}

.oz-form-group .oz-form-btn .oz-btn:last-child {
    border-radius: 0 2px 2px 0;
}

.oz-form-textarea {
    display: block;
    width: 100%;
}

.oz-form-textarea .oz-form-label {
    width: auto;
    text-align: left;
    display: inline-block;
    border-radius: 2px 2px 0 0 !important;
}

.oz-form-textarea .oz-form-label:first-child {
    border: 1px solid #ccc;
}

.oz-form-textarea .oz-form-field textarea {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 22px;
    font-size: 14px;
    font-family: inherit;
    padding: 10px;
    margin-top: -1px;
    resize: vertical;
    border: 1px solid #ccc;
    border-radius: 0 2px 2px 2px !important;
}

.oz-badge {
    display: inline;
    padding: 4px 8px;
    font-size: 10px;
    color: #fff;
    background: #999;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.oz-badge-radius {
    border-radius: 100px;
}

.oz-dot {
    display: inline-block;
    background: #999;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.oz-bg-orange {
    background: #ff7f00;
}

.oz-bg-black {
    background: #000;
}

.oz-bg-red {
    background: #ff5722;
}

.oz-bg-yellow {
    background: #ffb800;
}

.oz-bg-blue {
    background: #009688;
}

.oz-bg-green {
    background: #5cb85c;
}

.oz-bg-purple {
    background: #c286ff;
}

.oz-bg-pink {
    background: #ff94dd;
}

.oz-bg-brown {
    background: #875331;
}

.oz-pagination {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.oz-pagination li {
    display: inline;
}

.oz-pagination li a {
    color: #666;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 12px;
    margin-left: -1px;
}

@media (max-width: 767px) {
    .oz-pagination li a {
        padding:4px 10px;
    }
}

.oz-pagination li a:hover {
    background: #eee;
}

.oz-pagination .active a {
    background: #ddd;
}

.oz-pagination .disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.oz-pagination li:first-child a {
    border-radius: 2px 0 0 2px;
}

.oz-pagination li:last-child a {
    border-radius: 0 2px 2px 0;
}

.oz-quote {
    margin-bottom: 15px;
    padding: 12px 15px;
    line-height: 20px;
    border-left: 5px solid #ff7f00;
    border-radius: 0 2px 2px 0;
    background: #eee;
}

.oz-upload {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oz-upload .oz-btn {
    text-align: center;
    width: 75px;
    padding: 0;
    border-radius: 2px 0 0 2px;
}

.oz-upload .file-name {
    flex: auto;
    font-size: 14px;
    background: #eee;
    padding: 0 12px;
    line-height: 36px;
    height: 36px;
    border-radius: 0 2px 2px 0;
}

.oz-upload input {
    display: none;
}

.oz-timeline {
    position: relative;
    padding: 5px;
    font-size: 14px;
}

.oz-timeline .oz-timeline-item {
    display: block;
    position: relative;
    padding-left: 20px;
}

.oz-timeline .oz-timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.oz-timeline .oz-timeline-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #ccc;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 6px #ccc;
}

.oz-timeline .oz-timeline-time {
    color: #666;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
}

.oz-timeline .oz-timeline-main {
    padding: 8px 0;
}

.oz-tooltip {
    position: relative;
    cursor: pointer;
}

.oz-tooltip:hover::before {
    z-index: 999999999;
    word-break: keep-all;
    white-space: nowrap;
    content: attr(oz-title);
    position: absolute;
    padding: 6px 8px;
    color: #fff;
    background: #000;
    line-height: normal;
    border-radius: 4px;
    font-size: 12px;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.oz-tooltip:hover::after {
    content: "";
    position: absolute;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.oz-tooltip-up:hover::before {
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oz-tooltip-up:hover::after {
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oz-tooltip-down:hover::before {
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oz-tooltip-down:hover::after {
    border-bottom: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oz-tooltip-left:hover::before {
    top: 8px;
    left: -10px;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}

.oz-tooltip-left:hover::after {
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.oz-tooltip-right:hover::before {
    top: 8px;
    right: -11px;
    -webkit-transform: translateY(-50%) translateX(100%);
    -moz-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.oz-tooltip-right:hover::after {
    border-right: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    right: -11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.oz-tab .oz-tab-title {
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.oz-tab .oz-tab-title li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.oz-tab .oz-tab-title li.active {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
}

.oz-tab .oz-tab-item {
    display: none;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.oz-tab .oz-tab-item.active {
    display: block;
}

#captchaImage{ height:38px;}
.oz-form-group .oz-form-field:last-child{ width:calc( 50% - 30px );}
.oz-form-field {
    padding-left: 0;
    width: calc(50% - 30px);
}
.oz-form-group .oz-form-field select {
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 7px 10px;
    font-family: inherit;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}.card .card-head {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 15px;
    border-bottom: 1px solid #f2f2f2;
}


/*#sortId2 option{ visibility:hidden; height:0;}
#sortId2 option:nth-child(1){ visibility:visible;}
*/


.io-widget-ranking-list .range-nav {
    position: relative;
    line-height: 1.2;
    padding: 12px 15px
}

.io-widget-ranking-list .sidebar-header+.range-nav {
    position: absolute;
    top: 0;
    right: 0
}

.io-widget-ranking-list .range-nav a+a {
    margin-left: 10px
}

.io-widget-ranking-list .range-nav a {
    position: relative;
    color: var(--muted-color)
}

.io-widget-ranking-list .range-nav a:hover {
    color: var(--main-color)
}

.io-widget-ranking-list .range-nav a.active {
    font-weight: bold;
    color: var(--theme-color)
}

.io-widget-ranking-list .range-nav a::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 50%;
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    box-shadow: 0 1px 5px var(--theme-color);
    background: var(--theme-color);
    opacity: 0
}

.io-widget-ranking-list .range-nav a.active::after {
    opacity: 1
}

.io-widget-ranking-list .sidebar-header h3::before,.io-widget-ranking-list .sidebar-header h3::after {
    content: "\e63d";
    font-family: "iconfont" !important;
    display: inline-block
}

.io-widget-ranking-list .sidebar-header h3::after {
    content: "\e63e"
}

.pay-qr.wechat .pay-logo {
    background-image: url(../img/wechat.svg)
}

.pay-qr.alipay .pay-logo {
    background-image: url(../img/alipay.svg)
}

.pay-qr .pay-logo {
    height: 30px;
    width: 30px;
    display: inline-block;
    max-width: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
    background-position: center
}

.pay-qr .pay-name {
    vertical-align: middle;
    margin-left: 5px;
    display: none
}

.pay-qr.alipay .title-alipay {
    display: inline-block; color:rgb(180, 184, 191);
}

.pay-qr.wechat .title-wechat {
    display: inline-block
}

.pay-qr .pay-body {
    /*color: #fff;
    background: #14a1ed;*/
    background: #fff;
    max-width: 400px
}
.btn-close-bomb.mt-2{ font-size:28px; color:#fff; cursor:pointer; }
.btn-close-bomb.mt-2 i{ font-size:28px; }
.pay-qr.wechat .pay-body {
    background: #44ad25
}

.pay-qr .pay-qrcode {
    padding: 10px;
    background: #fff;
    margin: 10px;
    width: 300px;
    border-radius: 6px;
   
}

.io-bomb,.io-bomb-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.io-bomb {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none
}

.io-bomb {
    z-index: 1099
}

.io-bomb.tips-success i {
    color: #28a745
}

.io-bomb.tips-error i {
    color: #ffc107
}

.io-bomb-overlay {
    position: absolute;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.io-bomb-open .io-bomb-overlay {
    opacity: 0.7;
    pointer-events: auto
}

.io-bomb-body {
    position: relative;
    opacity: 1;
    max-width: 340px;
    width: 100%
}

.io-bomb-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.io-bomb-open .io-bomb-body {
    pointer-events: auto
}

.io-bomb-xl .io-bomb-body {
    width: 100%;
    max-width: 790px
}

.io-bomb-lg .io-bomb-body {
    width: 100%;
    max-width: 790px
}

.io-bomb-md .io-bomb-body {
    max-width: 340px;
    width: 100%
}

.io-bomb-sm .io-bomb-body {
    max-width: 400px;
    width: auto
}

.io-bomb-reward .io-bomb-body {
    max-width: 280px
}

.io-bomb-content {
    position: relative;
    transition: .3s;
    overflow: hidden;
    background: #2D2E2F;
    border-radius: var(--theme-border-radius);
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.1)
}

.io-bomb-xl .io-bomb-content {
    padding: 0;
    border: 0
}

.io-bomb-lg .io-bomb-content {
    padding: 0;
    border: 0;
    border-radius: 0
}

.io-bomb-sm .io-bomb-content {
    padding: 2rem;
    padding: 1.75rem 2.5rem
}

.io-bomb-nopd .io-bomb-content {
    padding: 0;
    border: 0
}

.io-popup-tips-content {
    overflow-y: auto;
    max-height: 580px
}

.io-bomb-sm .io-bomb-body{ margin:0 auto;  top:calc( 50% - 221px );}

.pay-qr .pay-qrcode img{ width:100%;}

.io-bomb{ display:none;  }