* {
    margin: 0;padding: 0;outline: none;
}

img {
    border: none;
    vertical-align:middle;
}

input {
    border: none;
}

a {
    text-decoration: none;
    color: #000000;
}
*, :after, :before {
    box-sizing: border-box;
}

.wd100p {
    width: 100%;
}

.fixed {
    position: fixed;
    z-index: 100;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #333;
}

.bg-333 {
    background: #333240;
}

.bg-7a2 {
    background: #7a27fc;
}

.bg-00b {
    background: #00b19a;
}

.bg-fd3 {
    background: #fd337f;
}

.bg-ede {
    background: #ededed;
}
.bg-eae {
    background: #eaecee;
}

.bg-344 {
    background-color: #34495e;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #333 !important;
}

.color-red {
    color: red !important;
}

.color-blue {
    color: dodgerblue !important;
}

.box-shadow {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.pc-none {
    display: none !important;
}
.to-search {
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    border-radius: 30px;
    line-height: 30px;
    background: cornflowerblue;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

.user-simple {
    position: relative;
}

.user-simple .not-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5e5e5;
    border: 0;
    color: #34495e;
    height: 35px;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 10px;
}
.user-simple .not-login i {
    margin-right: 5px;
}

.user-headimg {
    position: relative;
}

.user-headimg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-top: -3px;
}

.user-headimg .new {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 18px;
    top: -12px;
    left: 20px;
    border-radius: 20px;
    font-size: 10px !important;
}

.dropdown-menu {
    font-size: 12px;
    color: #18113c;
    border: none;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .26);
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    list-style: none;
    background-color: #fff;
    line-height: 30px;
    padding: 20px;
    width: 350px;
    right: 0;
    top: 70px;
    transition: all 0.2s;
    opacity: 1;
    visibility: hidden;
}

.user-simple:hover .dropdown-menu{
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .user-logout {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #000000;
}

.dropdown-menu .user-logout .fa {
    margin-right: 0;
}

.dropdown-item {
    display: flex;
}
.dropdown-item .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.dropdown-item .name-box {
    margin-left: 10px;
    margin-top: 5px;
}
.dropdown-item .name-box p {
    line-height: 20px;
}
.dropdown-item .name-box .p-bold {
    font-weight: bold;
}
.dropdown-item .name-box .p-bold span {
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.dropdown-divider {
    height: 0;
    margin: 10px -20px;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.openvip {
    display: flex;
}
.openvip .box-vip:first-child {
    margin-right: 2%;
}
.openvip .box-vip {
    width: 49%;
    position: relative;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
}
.openvip .box-vip a {
    position: absolute;
    background: #459aff;
    right: 5px;
    display: inline-block;
    padding: 5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 10px;
}
.openvip .g-green {
    background: #10c469;
}
.openvip .red {
    background: #ce4e0f;
}
.dropdown-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-evenly;
}
.dropdown-list a {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    color: #0a0a0a !important;
}
.dropdown-list a i {
    display: block;
    font-size: 1rem;
    background: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 50%;
    color: #999;
    margin: 0;
}

.menu {
    margin-left: 10px;
    line-height: 0;
    margin-top: 18px;
}
.menu .menu-open .fa {
    margin-right: 0;
    font-size: 18px !important;
}

.menu .menu-mask {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.menu .menu-list {
    width: calc(100% - 15%);
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    padding-top: 50px;
    transition: all 0.5s;
    z-index: 101;
}
.menu .menu-list .menu-close {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    overflow: hidden;
    border: none;
    outline: initial;
    font-family: serif;
    cursor: pointer;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%);
    color: #000;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.menu .menu-list .menu-close .fa {
    margin-right: 0;
}
.menu .one-type {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.menu .one-type a {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #34495e;
    text-align: center;
}
.menu .one-type .active {
    color: red;
    font-weight: bold;
}
.menu .two-type {
    width: 90%;
    margin: 0 auto;
}
.menu .two-type .row {
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
}
.menu .two-type .row::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f5f7;
}
.menu .two-type .row .first {
    max-height: 35px;
    width: 33%;
}
.menu .two-type .row a {
    white-space: nowrap;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.menu .two-type .row .active {
    color: #ff2a14;
    background: #fef0e5;
    font-weight: 700;
}
.menu .two-type .row .row-list {
    text-align: left;
    width: 67%;
    display: flex;
    flex-wrap: wrap;
}


.return-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 53px;
    z-index: 99;
}
.changePage {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: none;
    width: 53px;
    height: 53px;
    z-index: 99;
    background: #fff;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    font-size: 15px !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}

/*************弹窗****************/
.windows-box {
    padding: 30px;
}
.windows-box .w-title {
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
    color: #9da9bb;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 5px;
}

.windows-box .s-title {
    text-align: center;
    color: #9da9bb;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 5px;
}


.windows-box .data-input {
    padding-top: 20px;
}
.data-input .rows {
    margin-bottom: 20px;
}
.data-input .rows label {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}
.data-input .rows input {
    width: 100%;
    border: 1px solid #e7eaf3;
    background-color: #f6fdff;
    padding: 8px 0 8px 10px;
    border-radius: 5px;
    transition: all 0.5s;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.data-input .vipcode input {
    width: 60%;
    float: left;
}

.data-input .vipcode .verify-code {
    height: 33px;
    width: 35%;
    font-size: 13px;
    line-height: 33px;
    background: lightskyblue;
    color: #fff;
    border-radius: 2px;
    float: right;
}
.data-input .vipcode .verify-code img {
    width: 100%;
    height: 100%;
    vertical-align:inherit;
    border-radius: 2px;
}


.data-input .rows textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #e7eaf3;
    background-color: #f6fdff;
    padding: 8px 0 8px 10px;
    border-radius: 5px;
    transition: all 0.5s;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.windows-box .b-button {
    display: block;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Lato,sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    width: 100%;
}
.windows-box .b-button:hover {
    opacity: 0.9;
}
.windows-box .b-button i {
    margin-right: 5px;
}
.windows-box .buy-vip {
    margin-top: 5px;
}



.windows-box .w-notice {
    margin-top: 10px;
    font-size: 14px;
}
.windows-box .w-notice a:hover{
    text-decoration:underline;
}
.close-button-class {
    width: 30px;
    height: 30px;
    top: 5px !important;
    right: 5px !important;
    font-size: 25px !important;
    line-height: 30px !important;
    cursor: pointer;
    color: #000  !important;
    background-color: rgba(239, 239, 239, 0.5) !important;
    border-radius: 50%  !important;
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 90%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 90%);
    font-family: sans-serif  !important;
    display: flex !important;
    position: absolute;
}
.close-button-class:hover {
    color: red !important;
}
.popup-class {
    width: 340px !important;
    padding: 0 !important;
    display: flex !important;
}

.swal2-html-container {
    width: 100%;
    margin: 0 !important;
}
.swal2-icon .swal2-icon-content {
    font-size: 3.75em !important;
}
.message-box {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #E3E5E7;
    margin-top: 20px;
}
.message-number {
    font-size: 25px;
}
.message-number span {
    font-size: 14px;
}
.message-content {
    display: flex;
    margin: 20px 0;
    flex-direction: column;
}

.box-normal {
    display: flex;
    height: 50px;
    width: 100%;
}
.reply-box-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
}
.reply-box-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.message-no-login {
    position: relative;
    flex: 1;
    text-align: center;
    line-height: 50px;
    background: #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
}
.reply-box-wrap {
    position: relative;
    flex: 1;
}
.reply-box-input {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: #e6e6e6;
    border-radius: 5px;
    font-family: inherit;
    line-height: 38px;
    resize: none;
    outline: none;
}
.reply-box-send {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-basis: 70px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.reply-box-send button {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 15px;
    background: #00AEEC;
    color: #fff;
}
.reply-box-send button:hover {
    opacity: 0.8;
}

.reply-list {
    margin-top: 10px;
}
.reply-item {
    position: relative;
    padding: 22px 0 0 80px;
}
.reply-item-avatar {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 80px;
}
.reply-item-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}


.content-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid  #E3E5E7;
}

.user-info {
    font-size: 14px;
    margin-bottom: 10px;
}
.user-info span {
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-left: 5px;
}
.root-reply p {
    margin-bottom: 10px;
}
.reply-info .reply-time {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2px;
    font-size: 13px;
    color: #9499A0;
}

.no-reply {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #9499A0;
    font-size: 13px;
}

.message-pagination {
    text-align: center;
}
.message-pagination ul{
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px 0;
}
.message-pagination ul li {
    display: inline;
}
.message-pagination ul li a,.message-pagination ul li span {
    display: inline-block;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 13px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    color: #666;
    font-size: 14px;
    margin-right: 3px;
    float: left;
}

.message-pagination ul > li > a:hover,.message-pagination ul > li > a:focus {
    background-color: #75c24e;
    border: 1px solid #75c24e;
    color: #FFF;
}

.message-pagination ul > .active > a,.message-pagination ul > .active > span {
    background-color: #75c24e;
    border: 1px solid #75c24e;
    color: #FFF;
}

.message-pagination ul > .active > a,.message-pagination ul > .active > span {
    cursor: default;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

/*滚动条 阴影~圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128, 128, 128, 0.7);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*滑块 阴影~圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(128, 128, 128, 0.7);
    background-color: rgb(149, 147, 147);
}
.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom:1;margin-left: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,.pagination ul > li > span {
    display: inline-block;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 13px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    color: #666;
    font-size: 14px;
    margin-right: 3px;
    float: left;
}

.pagination ul > li > a:hover,.pagination ul > li > a:focus {
    background-color: #75c24e;
    border: 1px solid #75c24e;
    color: #FFF;
}

.pagination ul > .active > a,.pagination ul > .active > span {
    background-color: #75c24e;
    border: 1px solid #75c24e;
    color: #FFF;
}

.pagination ul > .active > a,.pagination ul > .active > span {
    cursor: default;
}


.pagination ul li input {
    height: 34px;
    padding: 0 10px;
    width: 120px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
}

.pagination .p-desc {
    line-height: 35px;
    margin-left: 10px;
}

.pagination .p-desc b {
    color: red;
}

.empty {
    width: 100%;
    height: 500px;
    line-height: 500px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


/********小于1200px的时候**********/
@media (max-width: 1200px) {
    .wap-none {
        display: none !important;
    }
    .wap-flex {
        display: flex !important;
    }
    .wap-block {
        display: block !important;
    }
    .wap-inline {
        display: inline-block !important;
    }
    .wap-unset {
        display: unset !important;
    }
    .m-l-r-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .m-l-r-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .popup-class {
        width: 300px !important;
    }
    .reply-item {
        padding: 10px 0 0 60px;
    }
    .message-box {
        margin-top: 0;
        padding: 10px 0 10px 0;
    }
    .message-no-login {
        line-height: 40px;
    }
    .message-number {
        padding: 0 10px;
        font-size: 20px !important;
    }
    .message-content {
        width: 98%;
    }
    .reply-item-avatar,.reply-box-avatar {
        width: 60px;
    }
    .reply-box-avatar img,.reply-item-avatar img {
        width: 38px;
        height: 38px;
    }
    .content-wrap {
        padding-bottom: 10px;
    }
    .box-normal {
        height: 40px;
    }
    .pagination ul {
        padding: 10px 0;
    }
    .empty {
        height: 200px;
        line-height: 200px;
    }
}

















