
/* reset */
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    background-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "\5b8b\4f53", "Helvetica Neue", "Helvetica", "STHeiti", "tahoma", "arial";
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

input::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999999 !important;
    }

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        color: #999999;
    }

    textarea::-moz-placeholder,
    input::-moz-placeholder {
        color: #999999;
    }

.layui-input, .layui-select, .layui-textarea {
    height: 24px !important;
}

.layui-form-label {
    min-width: 80px;
    padding: 2px 0;
    margin-right: 5px;
}

.layui-form-auto .layui-form-label, .layui-form-auto .layui-input-inline {
    width: auto;
    min-width: auto;
    margin-right: 5px;
}

.layui-input[disabled], .layui-input[disabled]:hover, .layui-input[disabled]:focus {
    cursor: not-allowed;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}

.layui-form-radio {
    margin: 0;
}

    .layui-form-radio * {
        font-size: 12px;
    }

    .layui-form-radio > i {
        font-size: 18px;
        margin-right: 5px;
    }

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 16px;
    height: 16px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #FFF9F0;
    border: 1px solid #F89501;
}

.layui-laypage .layui-laypage-curr em {
    color: #F89501;
}

.layui-laypage a:hover {
    color: #F89501;
}

.layui-table-page > div {
    text-align: right;
}

.layui-form-checkbox[lay-skin="primary"] > .layui-icon-indeterminate {
    background: #FFF;
    border-color: #F89501 !important;
    color: #F89501;
}

    .layui-form-checkbox[lay-skin="primary"] > .layui-icon-indeterminate:before {
        background-color: #F89501;
    }

.layui-form-checked[lay-skin=primary] i {
    border-color: #F89501 !important;
    background-color: #F89501;
}

.layui-layer-photos-header > span:has(.layui-icon-refresh-1) {
    display: none;
}

.layui-table-view .layui-table[lay-size="sm"] .layui-table-cell {
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
}

.layui-form-switch {
    margin: 0;
}

[layer-src], [data-src] {
    cursor: pointer;
}

.form-block {
    height: 24px;
    line-height: 22px;
}

.form-label {
    min-width: 80px;
    height: 24px;
    line-height: 22px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

.form-input {
    padding: 0 5px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
}

.form-textarea {
    border-radius: 2px;
    border: 1px solid #BBBBBB;
    padding: 5px;
}

    .form-textarea[disabled] {
        cursor: not-allowed;
        background-color: #ebebeb !important;
        border-color: #ebebeb !important;
    }

.form-select {
    height: 24px;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 5px 0 0;
}

    .form-select[disabled] {
        cursor: not-allowed;
        background-color: #ebebeb !important;
    }

.form-btn {
    min-width: 100px;
    height: 24px;
    line-height: 22px;
    color: #FFFFFF;
    background: #F89501;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

    .form-btn:hover {
        color: #FFFFFF;
        background: #EC8F05;
    }

    .form-btn:disabled {
        color: #FFFFFF !important;
        background: #C1C1C1 !important;
        border: none !important;
        cursor: not-allowed;
    }

.form-btn-primary {
    color: #F89501;
    background: #FFFFFF;
    border: 1px solid #F89501;
}

    .form-btn-primary:hover {
        color: #EC8F05;
        background: #FFF9F0;
        border: 1px solid #EC8F05;
    }

.form-radio {
    cursor: pointer;
    display: flex;
    line-height: 24px;
    margin-right: 10px;
    user-select: none;
}

    .form-radio span {
        margin-left: 2px;
    }

    .form-radio:has(input:disabled) {
        color: #999;
    }

.input-date {
    background: #fff url(../image/date.gif) no-repeat center right;
}

.member-line {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.5;
}

    .member-line + .member-line {
        margin-top: 10px;
    }

.member-line-item {
    white-space: nowrap;
    margin-right: 10px;
}

ol,
ul {
    list-style: none;
}

fieldset {
    border: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

em,
i,
u {
    font-style: normal;
}

a,
input,
button,
textarea {
    outline: 0;
}

body {
    /* height: 100%; */
    font-size: 12px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", Helvetica, Arial,"Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
    min-width: 1320px;
    background: #FFFFFF;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #c00;
        border-color: #c00;
    }

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
}

.hide {
    display: none;
}

.i-hide {
    display: none !important;
}

.highlight {
    color: #c00;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.white {
    color: #FFF !important;
}

.fc-or {
    color: #F89501;
}

.fc-blue {
    color: #1E67FF;
}

.fc-c00 {
    color: #C00;
}

.fc-333 {
    color: #333333;
}

.fc-666 {
    color: #666;
}

.fc-999 {
    color: #999;
}

.fc-F8B301 {
    color: #F8B301;
}

.fc-FF5722 {
    color: #FF5722;
}

.fc-04B542 {
    color: #04B542;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

/* ???? */
/* ???????????????????????????????????????????????????? */
@font-face {
    font-family: 'iconfont'; /* Project id 3850804 */
    src: url('../font/font_3850804_moo95t7o44.woff2') format('woff2'), url('../font/font_3850804_moo95t7o44.woff') format('woff'), url('../font/font_3850804_moo95t7o44.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-closefill:before {
    content: "\e6a6";
}

.icon-address:before {
    content: "\e620";
    color: #999;
}

.icon-close:before {
    content: "\e7fc";
}

.icon-search:before {
    content: "\e600";
}

.icon-xingxing:before {
    content: "\e602";
}

.icon-edit:before {
    content: "\e603";
}

.icon-edit-custom:before {
    content: "\e609";
    color: #1E67FF;
}

.icon-angle-top:before {
    content: "\e61f";
}

.icon-angle-right:before {
    content: "\e614";
}

.icon-angle-bottom:before {
    content: "\e612";
}

.icon-double-angle-top:before {
    content: "\e626";
}

.icon-double-angle-right:before {
    content: "\e748";
}

.icon-double-angle-bottom:before {
    content: "\e627";
}

.icon-double-angle-left:before {
    content: "\e607";
}

.icon-qq:before {
    content: "\e6a5";
}

.icon-shouji:before {
    content: "\e6a7";
}

.icon-dianhua:before {
    content: "\e6a8";
}

.icon-persongroup:before {
    content: "\e606";
}

.icon-copy:before {
    content: "\ec7a";
}

.icon-copy {
    cursor: pointer;
    color: #888;
}

.icon-like:before {
    content: "\e610";
}

.icon-like:before {
    content: "\e628";
}

.icon-trample:before {
    content: "\ec8d";
}

.icon-trample1:before {
    content: "\ec8e";
}

.icon-message:before {
    content: "\e63a";
}

.icon-company-certificate:before {
    content: "\e690";
    color: #F89501;
}

.icon-company-uncertificate:before {
    content: "\e690";
    color: #888;
}

.icon-personal-certificate:before {
    content: "\e61b";
    color: #F89501;
}

.icon-personal-uncertificate:before {
    content: "\e61b";
    color: #888;
}

.icon-audit:before {
    content: "\e6a1";
}

.icon-user:before {
    content: "\e643";
}

.icon-video:before {
    content: "\e617";
}

.icon-delete:before {
    content: "\e61a";
}

.icon-input:before {
    content: "\e62b";
}

.icon-refresh:before {
    content: "\e60f";
}

.icon-relations:before {
    content: "\e60d";
}

.icon-recommend:before {
    content: "\e60a";
}

.icon-huoyan:before {
    content: "\e60c";
}

.icon-history:before {
    content: "\e60b";
}

.icon-new:before {
    content: "\e6de";
}

.icon-url:before {
    content: "\e616";
}

.icon-attention:before {
    content: "\e611";
}

.icon-share:before {
    content: "\e613";
}

.icon-fold:before {
    content: "\e68a";
}

.icon-unfold:before {
    content: "\e693";
}

.icon-email:before {
    content: "\e689";
}

.icon-fax:before {
    content: "\e615";
}

.icon-becareful:before {
    content: "\e669";
}

.icon-ovstock:before {
    content: "\e63b";
}

.icon-customs-freight:before {
    content: "\e63c";
}

.icon-customer-service:before {
    content: "\ec2e";
}

.icon-images:before {
    content: "\e601";
    color: #86A8EC;
}

.icon-skype:before {
    content: "\e604";
    color: #1E67FF;
}

.icon-taginspect:before {
    content: "\e618";
    color: #F89501;
}

.icon-personal-heart:before {
    content: "\e619";
    color: #F89501;
}

.icon-end:before {
    content: "\e624";
}

.icon-success:before {
    content: "\e7ea";
}

.icon-zan-xing:before {
    content: "\e641";
}

.icon-time:before {
    content: "\e7a1";
    color: #009BFF;
}

.icon-newcomer:before {
    content: "\e61e";
    color: #F12018;
    font-size: 24px;
}

.icon-excel:before {
    content: "\e67a";
    color: green;
}

.icon-home:before {
    content: "\e8b9";
}

.icon-return-top:before {
    content: "\e65a";
}

.icon-triangle-top:before {
    content: "\e625";
}

.icon-triangle-bottom:before {
    content: "\e622";
}

.icon-lock:before {
    content: "\e605";
}

.icon-year {
    width: 37px;
    padding-left: 2px;
    background: url(../image/icon-year.png) no-repeat left center;
    display: inline-block;
    color: #F69241;
}

    .icon-year span {
        width: 15px;
        line-height: 18px;
        text-align: center;
        display: inline-block;
    }

.icon-stock-channel:before {
    content: "????";
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid #0C9719;
    border-radius: 2px;
    color: #0C9719;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-channel-sm:before {
    content: "?";
    font-size: 10px;
    padding: 0 1.5px;
    border: 1px solid #0C9719;
    border-radius: 2px;
    color: #0C9719;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-ordergoods:before {
    content: "??";
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid #8400FF;
    border-radius: 2px;
    color: #8400FF;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-ordergoods-sm:before {
    content: "?";
    font-size: 10px;
    padding: 0 1.5px;
    border: 1px solid #8400FF;
    border-radius: 2px;
    color: #8400FF;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-spot:before {
    content: "??";
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid #D9001B;
    border-radius: 2px;
    color: #D9001B;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-spot-sm:before {
    content: "?";
    font-size: 10px;
    padding: 0 1.5px;
    border: 1px solid #D9001B;
    border-radius: 2px;
    color: #D9001B;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-suppliervip-yzzx:before {
    content: "????";
    font-size: 12px;
    padding: 0 3px;
    background: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-suppliervip-yz:before {
    content: "??";
    font-size: 12px;
    padding: 0 5px;
    background: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-suppliervip-yzth:before {
    content: "????";
    font-size: 12px;
    padding: 0 3px;
    background: #F89501;
    border: 1px solid #F89501;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-suppliervip-selfowned:before {
    content: "????";
    font-size: 12px;
    padding: 0 3px;
    background: #03A7F0;
    border: 1px solid #03A7F0;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-suppliervip-agency:before {
    content: "??";
    font-size: 12px;
    padding: 0 3px;
    background: #4C7903;
    border: 1px solid #4C7903;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-stockadvance:before {
    content: "??";
    font-size: 12px;
    padding: 0 3px;
    background: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 2px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.icon-stockadvance-sm:before {
    content: "?";
    font-size: 10px;
    padding: 0 1.5px;
    border: 1px solid #F38F45;
    border-radius: 2px;
    color: #F38F45;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
}

.icon-stock-advance-agency:before {
    content: "????";
    font-size: 11px;
    padding: 0 3px;
    border: 1px solid green;
    border-radius: 2px;
    color: green;
    height: 18px;
    line-height: 18px;
    display: inline-flex;
    min-width: 40px;
}

.icon-suppliervip {
    width: 20px;
    height: 20px;
    background: url(../image/icon-suppliervip.png) no-repeat left center;
    background-size: 100%;
    display: inline-block;
}

.icon-onlinesale {
    width: 15px;
    height: 15px;
    background: url(../image/img-onlinesale.png) no-repeat left center;
    background-size: 100%;
    display: inline-block;
    margin: auto;
}

.icon-wechat {
    width: 20px;
    height: 20px;
    background: url(../image/icon-wx.svg) no-repeat left center;
    background-size: 100%;
    display: inline-block;
    margin: auto;
}

.icon-suppliervip-brand {
    position: relative;
    padding-left: 4px;
    line-height: 1;
}

    .icon-suppliervip-brand.non-triangle {
        padding: 0;
    }

        .icon-suppliervip-brand.non-triangle:after {
            display: none;
        }

    .icon-suppliervip-brand:before {
        content: "";
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        padding: 0 3px;
        background: #03A7F0;
        border-radius: 2px;
        color: #FFF;
        white-space: nowrap;
        display: inline-block;
        border: 1px solid #FFF;
    }

    .icon-suppliervip-brand:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 6px solid #03A7F0;
        border-bottom: 6px solid transparent;
        position: absolute;
        left: 0;
        top: calc(50% - 6px);
    }

    .icon-suppliervip-brand.selfowned:before {
        content: "????";
        background: #03A7F0;
        border-color: #03A7F0;
    }

    .icon-suppliervip-brand.selfowned:after {
        border-right-color: #03A7F0;
    }

    .icon-suppliervip-brand.agency:before {
        content: "代理";
        background: #4C7903;
        border-color: #4C7903;
    }

    .icon-suppliervip-brand.agency:after {
        border-right-color: #4C7903;
    }

    .icon-suppliervip-brand.advance:before {
        content: "??";
        background: #D9011C;
        border-color: #D9011C;
    }

    .icon-suppliervip-brand.advance:after {
        border-right-color: #D9011C;
    }

/* ?? */
.triangle-r,
.triangle-l,
.triangle-t,
.triangle-b {
    display: inline-block;
    width: 0px;
    height: 0;
    line-height: 0;
}

.triangle-r {
    border: 6px solid transparent;
    border-left-color: #333;
    border-style: dashed dashed dashed solid;
}

.triangle-l {
    border: 6px solid transparent;
    border-right-color: #333;
    border-style: dashed solid dashed dashed;
}

.triangle-t {
    border: 6px solid transparent;
    border-bottom-color: #333;
    border-style: dashed dashed solid dashed;
}

.triangle-b {
    border: 6px solid transparent;
    border-top-color: #333;
    border-style: solid dashed dashed dashed;
}

/* ?? */
.m--3 {
    margin: -3px !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* ??? */
.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.userselect-none {
    user-select: none;
}

.text-ellipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

.text-indent {
    text-indent: 2em;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.border-top-dashed {
    border-top: 1px dashed #eee !important;
}

.border-right-dashed {
    border-right: 1px dashed #eee !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #eee !important;
}

.border-left-dashed {
    border-left: 1px dashed #eee !important;
}

/* ?? */
.container {
    width: 1320px;
    margin: 0 auto;
    position: relative;
}

.header-notice {
    background: #F89501;
    color: white;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header-notice-bd {
    width: 1320px;
    display: inline-flex;
    margin: 0 auto;
    line-height: 2em;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.header-notice-content {
    width: 1320px;
    /*display: inline-flex;*/
    margin: 0 auto;
    line-height: 2em;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .header-notice-content span {
        /*  position: absolute;
        top: 0;
        left: 0;*/
        white-space: nowrap;
    }

        .header-notice-content span.scroll {
            animation: 10s notice_animation linear infinite normal;
        }

@keyframes notice_animation {
    from {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
/* ?? */
.header {
    font-size: 12px;
    background-color: #FFFFFF;
    /*    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 3;*/
}

.page-home .header {
    background-color: transparent;
}

.header a {
    cursor: pointer !important;
    color: #666666;
}

    .header a:hover {
        color: #1E67FF !important;
    }

.header .fc-blue {
    color: #1E67FF;
}

.header-this {
    color: red !important;
}

.header-left {
    display: inline-flex;
}

.header-split {
    margin: 0 5px;
}

.header-right {
    right: 0;
    position: absolute;
    display: inherit;
}

    .header-right li {
        margin: 0 5px;
    }

    .header-right a:hover {
        color: #1E67FF !important;
    }

.btn-register {
    /* color: #0587FF !important; */
}

.login-success {
    display: flex;
    color: #F89501 !important;
    user-select: none;
}

    .login-success a {
        color: #F89501;
    }

    .login-success .icon-user {
        font-size: 14px;
        margin-top: -2px;
        margin-right: 5px;
    }

.header-search-box {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background: #FFFFFF;
    z-index: 999;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}

    .header-search-box.scrolled {
        top: 0;
    }

.header-search-box-content {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

body.has-header-box {
    padding-top: 123px;
}

.header.has-header-box {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    /*margin-bottom: 100px;*/
}

.header-search-box.has-header {
    top: 25px;
}

.icon-advert-tips {
    position: absolute;
    bottom: 2px;
    left: 2px;
    color: #fff;
    background: #666;
    opacity: 0.3;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.6;
    transform: scale(0.8,0.8);
    z-index: 2;
}

/* ?? */
.footer {
    background: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

    .footer .container {
        padding-top: 15px;
        border-top: 2px solid #F89501;
    }

.page-home .footer .container {
    border: none;
}

.footer-content span {
    display: inline-block;
}

.footer .clearfix {
    margin-top: 10px;
}

.footer-advert {
    width: 1310px;
    margin: 10px auto 30px auto;
    display: inline-flex;
}

.footer-advert-item {
    position: relative;
    width: 648px;
    height: 102px;
    margin: 0 7px;
}

    .footer-advert-item img {
        width: 648px;
        height: 102px;
        background-size: 100%;
    }

.footer-beian {
    color: #666666;
    padding-bottom: 50px;
}

.footer a {
    color: #666666;
}

    .footer a:hover {
        color: #1e67ff;
    }

.footer-kf {
    width: 74px;
    height: 29px;
    background: #f8f8f8;
    border-radius: 5px 5px 5px 5px;
    /* opacity: 0.73; */
    border: 1px solid #e1e1e1;
    line-height: 29px;
    color: #333333;
    margin: 0 auto 16px auto;
    cursor: pointer;
    background: url(../image/icon-qq.png) no-repeat 5px center;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

    .footer-kf a,
    .footerkf a:hover {
        color: #333;
    }

.footer-friend-link {
    display: inline-flex;
    margin: 5px auto;
    color: #666;
}

/*????Start*/
.footer-main {
    background: #2B343D;
    box-sizing: border-box;
    padding: 30px 0 50px 0;
    color: #999;
    font-size: 13px;
}

    .footer-main a {
        color: #888;
    }

        .footer-main a:hover {
            color: #FFF;
        }

.footer-guide {
    display: inline-flex;
    flex-grow: 1;
}

    .footer-guide dl {
        margin: 0 auto;
        position: relative;
    }

    .footer-guide dt {
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
    }

        .footer-guide dt::after {
            content: ' ';
            display: inline-block;
            background: #02A7F0;
            border-radius: 50px;
            height: 18px;
            width: 3px;
            position: absolute;
            top: 4px;
            left: -8px;
        }

    .footer-guide dd {
        margin-top: 5px;
    }

.footer-qrcode {
    display: inline-flex;
}

.friend-link {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999;
    text-align: center;
}
/*????End*/


.search-box-qqgroup-tips {
    vertical-align: middle;
    width: 120px;
    height: 29px;
    line-height: 29px;
    background: #f8f8f8 url(../image/icon-qqgroup.png) no-repeat 5px center;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    display: inline-block;
}

    .search-box-qqgroup-tips b {
        color: #1e67ff;
    }

    .search-box-qqgroup-tips a,
    .search-box-qqgroup-tips a:hover {
        color: #333;
    }

.footer .search-box-qqgroup-tips {
    margin-bottom: 10px;
}

.page-home .main {
    background: url(../image/bg-index.jpg) no-repeat;
    background-size: 100% auto;
}

/* ????? */
.page-search-result .search-box-qqgroup-tips {
    display: inline-block;
}

/* ?? */
.icon-tag {
    box-sizing: border-box;
    padding: 0 10px;
    width: auto;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #F69241;
    border-radius: 3px;
    color: #F69241;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

.icon-tag-none {
    color: #666;
    border: 1px solid #E5E5E5;
}

.icon-tag-yz {
    color: #FFF;
    border: 1px solid red;
    background: red;
}

.icon-tag-yc {
    color: #FF3958;
    border: 1px solid #FF3958;
}

.icon-tag-gc {
    color: #FFF;
    border: 1px solid #03A7F0;
    background: #03A7F0;
}

.icon-tag-qdgy {
    color: #12A898;
    border: 1px solid #12A898;
}

.icon-tag-hk {
    color: #07C1C8;
    border: 1px solid #07C1C8;
}

.icon-tag-green {
    color: #16B777;
    border: 1px solid #16B777;
}

/*??????Start*/
eva-rate {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

    eva-rate .rate-label {
        margin-right: 10px;
    }

    eva-rate .rate-bd {
        display: flex;
        margin-right: 4px;
    }

    eva-rate .rate-item {
        position: relative;
    }

    eva-rate .rate-item-half {
        min-width: 50%;
        min-height: 100%;
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
    }

        eva-rate .rate-item-half.second {
            position: absolute;
            top: 0;
            left: 50%;
        }

    eva-rate .rate-item i {
        margin: auto;
    }

    eva-rate .rate-des {
        color: #999;
    }

    eva-rate .icon-xingxing {
        color: #CFCFCF;
        font-size: 16px;
    }

.icon-xingxing {
    color: #CFCFCF;
    font-size: 16px;
}

.icon-xingxing-half:before {
    content: "\e608" !important;
}

.icon-xingxing-active1, .icon-xingxing-active2 {
    color: #D75858 !important;
}

.icon-xingxing-active3 {
    color: #EAA901 !important;
}

.icon-xingxing-active4, .icon-xingxing-active5 {
    color: #5FC997 !important;
}
/*??????End*/

/*??????Start*/
zx-video {
    margin-right: 5px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #888;
    cursor: pointer;
}

    zx-video > div {
        display: flex;
    }

    zx-video .icon-video {
        margin: auto !important;
        font-size: 30px;
        color: #FFF !important;
    }

/*??????End*/

/*????*/
.layui-layer:has(.dialog-box) {
    border-radius: 8px;
}

.dialog-hd {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
}

.dialog-bd {
    padding: 10px 20px;
    box-sizing: border-box;
}

.dialog-line {
    display: flex;
    margin-bottom: 10px;
}

    .dialog-line .form-label {
        min-width: 40px;
    }
/*????*/

/* ?? */
.pagination {
    line-height: 1.25;
    font-size: 12px;
    color: #8a9ba8;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
}

    .pagination li {
        display: inline;
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .pagination a {
        position: relative;
        float: left;
        padding: 7px 11px;
        margin-right: 5px;
        color: #8a9ba8;
        background-color: #fff;
        border: 1px solid #ccc;
        text-decoration: none;
        -webkit-transition: color ease-in-out 0.2s, border-color ease-in-out 0.2s, color ease-in-out 0.2s;
        transition: color ease-in-out 0.2s, border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    }

    .pagination .pagination-dot {
        position: relative;
        float: left;
        padding: 7px 11px;
        color: #8a9ba8;
        margin-left: -5px;
        border: 1px solid #fff;
    }

    .pagination a:hover {
        text-decoration: none;
        color: #c00;
        border-color: #c00;
    }

    .pagination .active a {
        background: #c00;
        color: #fff;
        border-color: #c00;
    }

    .pagination .pagination-input-wrap {
        margin: 0;
        border: 0;
        display: inline;
        float: left;
        padding: 0 5px;
    }

.pagination-toolbar {
    line-height: 1.25;
}

.pagination-input {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 5px;
    font-size: 12px;
    color: #8a9ba8;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: border-color ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    -webkit-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
    transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}

    .pagination-input:hover {
        border-color: #999;
    }

    .pagination-input:focus {
        color: #464a4c;
        background-color: #fff;
        border-color: #c00;
        outline: none;
        position: relative;
        z-index: 1;
    }

    .pagination-input[disabled],
    .pagination-input[readonly] {
        background-color: #eceeef;
        opacity: 1;
    }

    .pagination-input:disabled {
        cursor: not-allowed;
    }

.pagination .pagination-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #8a9ba8;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 20px;
    *display: inline;
    *display: inline-block;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pagination-btn:focus,
.pagination-btn:hover {
    text-decoration: none;
}

.pagination-btn:focus,
.pagination-btn.focus {
    outline: 0;
}

.pagination-btn.disabled,
.pagination-btn[disabled],
.pagination-btn:disabled {
    cursor: not-allowed;
    box-shadow: none;
    background-color: #f4f4f4 !important;
    border-color: #ccc !important;
    color: #bbb !important;
}

.pagination-btn:active,
.pagination-btn.active {
    background-image: none;
}

.pagination-disabled,
.pagination-disabled a {
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: 0.65;
    color: #bbb !important;
}

.pagination-btn:hover {
    border-color: #3197ff;
    color: #3197ff;
}

.pagination-list {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

.pagination-total {
    float: left;
    display: inline;
    padding: 0 12px 0 0;
    line-height: 32px;
}

.pagination-skip {
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pagination-text {
    float: left;
    line-height: 32px;
}

/* ????2 */
.pagination a {
    border-color: #fff;
    border-radius: 5px;
    margin-right: 8px;
}

    .pagination a:hover {
        color: #4e6ef2;
        border-color: #fff;
    }

.pagination .active a {
    background: #4e6ef2;
    border-color: #fff;
    color: #fff;
}

/* ?? */
.top-advert {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
}

    .top-advert img {
        width: 1510px;
        height: 80px;
        background-size: 100%;
    }

body:has(.top-advert) {
    padding-top: 80px;
}

    body:has(.top-advert) .header-notice {
        top: 80px;
    }

.banner-advert {
    overflow: hidden;
    width: 1320px;
    height: 100px;
    margin: 0 auto 10px auto;
    position: relative;
}

    .banner-advert img {
        width: 1320px;
        height: 100px;
        background-size: 100%;
    }

.banner-advert-half {
    overflow: hidden;
    width: 655px;
    height: 100px;
    position: relative;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
}

    .banner-advert-half img {
        width: 655px;
        height: 100px;
        background-size: 100%;
    }

.prev-img div {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    overflow: hidden;
    float: left;
    position: relative;
}

.prev-img .img {
    height: 50px;
    width: 50px;
}

.prev-img div > i {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    cursor: pointer;
}

.mask {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.close {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -2px;
    right: -2px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font: 12px/16px "simsun";
    color: #fff;
}

.prev-img :hover .mask {
    display: block;
    pointer-events: none;
}

.prev-img :hover .close {
    display: block;
}

.width-50 {
    width: 50px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-150 {
    width: 150px !important;
}

.width-180 {
    width: 180px !important;
}

.width-200 {
    width: 200px !important;
}

.width-220 {
    width: 220px !important;
}

.width-240 {
    width: 240px !important;
}

.width-260 {
    width: 260px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.width-400 {
    width: 400px !important;
}

.width-450 {
    width: 450px !important;
}

.width-500 {
    width: 500px !important;
}

.height-10 {
    height: 10px !important;
}

.height-20 {
    height: 20px !important;
}

.clear {
    clear: both !important;
}

.pointer {
    cursor: pointer;
    user-select: none;
}

.fw-bold {
    font-weight: bold;
}

.fw-normal {
    font-weight: normal !important;
}

.copy-click-tip {
    min-width: 120px !important;
    text-align: center;
}

.display-inlineblock {
    display: inline-block !important;
}

.display-inlineflex {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.displayblock {
    display: block !important;
}

.displayflex {
    display: flex !important;
    flex-wrap: wrap;
}

.aligncenter {
    display: inline-flex !important;
    align-items: center;
}

.lineheight1 {
    line-height: 1;
}

.img-item {
    background-position: center center;
    background-size: cover;
    display: inline-block;
}

    .img-item.transform:hover {
        transform: scale(1.05);
    }

    .img-item img {
        opacity: 0;
    }

.img-item-y10 {
    background-position-y: 10%;
}

.img-item-y15 {
    background-position-y: 15%;
}

.img-item-y20 {
    background-position-y: 20%;
}

.img-item-x60 {
    background-position-x: 60%;
}

.img-item-x70 {
    background-position-x: 70%;
}

.img-item-x80 {
    background-position-x: 80%;
}

/* ???? */
a:has(>.iconfont.icon-qq) {
    line-height: 16px;
    display: inline-flex;
}

.img-qq-v1 {
    background: url(../image/icon-qq.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    position: relative;
    overflow: visible;
}

    .img-qq-v1 .content {
        /*display: none;*/
        position: absolute;
        top: 20px;
        left: 0;
    }

    .img-qq-v1 .img-qq-v1-tips {
        position: absolute;
        top: 30px;
        right: -5px;
        white-space: nowrap;
        border: 1px solid #eee;
        border-radius: 3px;
        color: #333;
        background: #FFF;
        z-index: 2;
        padding: 1px 5px;
    }

        .img-qq-v1 .img-qq-v1-tips::after {
            content: ' ';
            display: inline-block;
            transform: rotate(-45deg);
            background: linear-gradient(45deg, #FFFFFF50 50%, #EEE 50%);
            position: absolute;
            top: -4.5px;
            right: 10px;
            width: 10px;
            height: 10px;
        }

.icon-qq2 {
    background: url(../image/icon-qq2.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    vertical-align: middle;
    margin-top: -2px;
}

.icon-phone {
    background: url(../image/icon-phone2.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}

.icon-v {
    background: url(../image/icon-v.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}

@media screen and (max-width: 1000px) {
    .mini-qrcode {
        display: none;
    }

    .qqgroup {
        display: none;
    }
}
