:root {
    --main-g: #FF6A00;
    --base-g: #151B26;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: pingfang SC,微软雅黑,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    font-size: 14px;
    color: #151B26;
    background: #F5F5F5;
    min-width: 1366px;
    position: relative;
    line-height: 1.6em;
}


h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    font-weight: normal;
    font-size: inherit;
}

a {
    color: #151B26;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

a:hover {
    color: var(--main-g);;
}

svg {
    width: 48px;
    height: 48px;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #EDEDED;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input::-moz-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

pre{
    border-radius: 8px;
    background: #F3F6FB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5C5F66;
    text-align: left;
    padding: 12px 16px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: auto;
    font-family: Consolas, monospace;
}

.main{
    max-width: 1560px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
}

.login-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    border: none;
    display: none;
}

.login-popup .header {
    display: none;
}

.full-width {
    width: 100%;
}

.w800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.w1200 {
    width: 100%;
    max-width: 1560px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
}

.w1680 {
    width: 100%;
    max-width: 1560px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
}

.z{
    float: left;
}
.y{
    float: right;
}

.text-left{
    text-align: left !important;
}

.text-right{
    text-align: right !important;
}

.text-center{
    text-align: center !important;
}

.font-bold {
    font-weight: 700;
}

.cursor-p{
    cursor: pointer;
}

.divider-g {
    width: 1px;
    height: 1em;
    background: #ccc;
    margin: 0 10px;
    display: inline-block;
}

.bread-g {
    margin: 24px auto 16px;
    position: relative;
    font-size: 14px;
    color: #666;
}

.bread-g a {
    color: #666;
}

.bread-g a:hover {
    color: var(--main-g);
}

.border-top{
    border-top: 1px solid #DCDFE6;
}

.text-line2-g{
    line-height: 1.65em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.3em;
}


/**
* ================================================ 开始 input原生样式
*/
input,
textarea,
input::placeholder,
textarea::placeholder {
    font-family: inherit;
    color: #151B26;
}

input::placeholder,
textarea::placeholder {
    color: #c0c4cc;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 6px 2px 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

input[type="checkbox"]:checked {
    background: #ffc300;
    border: 1px solid #ffc300;
}

input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    position: relative;
    width: 4px;
    height: 8px;
    left: 5px;
    top: 2px;
    border-right: 1px solid #151B26;
    border-bottom: 1px solid #151B26;
    transform: rotate(45deg);
    background: none;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 2px 2px 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
}

input[type="radio"]:checked {
    background: #fff;
    border: 1px solid #ffc300;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #ffc300;
}
/**
* ================================================ 结束 input原生样式
*/

/**
* ================================================ 开始 textarea原生样式
*/
.textarea-g{
    border: 1px solid #dfdfdf;
    display: inline-block;
}
.textarea-container {
    height: 202px;
    width: 360px;
    position: relative;
}
.textarea-line-numbers {
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #91949C;
    border-bottom: 1px dashed #dfdfdf;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 1;
}
.textarea-line-numbers p{
    border-bottom: 1px dashed #dfdfdf;
    padding-left: 8px;
    line-height: 35px;
}
.textarea-input {
    width: calc( 100% - 45px );
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 36px;
    resize: none;
    position: relative;
    left: 45px;
    z-index: 2;
    background: none;
    white-space: nowrap;
}
.textarea-info{
    color: #5C5F66;
    font-size: 12px;
    border-top: 1px solid #e3e4e5;
    line-height: 40px;
    padding: 0 10px;
    background: #fafafa;
}
.textarea-del{
    cursor: pointer;
}

.textarea-g ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.textarea-g ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.textarea-g ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.textarea-g ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    cursor: pointer;
}
.textarea-g ::-webkit-scrollbar-thumb:active {
    background-color: #888;
    cursor: pointer;
}
/**
* ================================================结束  textarea原生样式
*/


/**
* ================================================ 开始 弹窗
*/
.PopupHtm {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999999;
    display: none;
}
.PopupHtm.show {
    display: block;
}
.PopupHtm:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.PopupHtm:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.PopupHtmCont {
    display: inline-block;
    max-width: 1060px;
    min-width: 360px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    backface-visibility: hidden;
    position: relative;
    z-index: 999;
}
.PopupHtmContTitle {
    position: relative;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.PopupHtmContTitle span {
    font-size: 16px;
    line-height: 50px;
    color: #303133;
}
.PopupHtmContTitle i {
    cursor: pointer;
}
.PopupHtmContText{
    padding: 24px;
    font-size: 14px;
    text-align: left;
}

.PopupMsg {
    position: fixed;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    color: #2468F2;
    font-size: 14px;
    line-height: 52px;
    height: 52px;
    border-radius: 8px;
    z-index: 999;
    transition: all .5s;
    min-width: 200px;
    padding: 0 30px;
    text-align: center;
    animation: msgMove 3s;
    border: 1px solid #abc7ff;
}

.PopupMsg.error {
    background: #fef0f0;
    color: #f15d5d;
    border: 1px solid #fde2e2;
}

.PopupMsg.warning {
    background: #fdf6ec;
    color: #e39829;
    border: 1px solid #faecd8;
}

.PopupMsg.success {
    background: #f0f9eb;
    color: #5ebe2f;
    border: 1px solid #e1f3d8;
}

@keyframes msgMove {
    0% {
        top: -60px;
        opacity: 1;
        z-index: 999999999;
    }
    10% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    90% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    100% {
        top: -70px;
        opacity: 1;
        z-index: 999999999;
    }
}


.PopupLoading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}
.PopupLoading i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px;
    text-align: center;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    animation: rotate 1s linear infinite;
    color: #ffb400;
    font-size: 100px;
}
.PopupLoading p{
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding-top: 60px;
    font-size: 16px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

/**
* ================================================ 结束 弹窗
*/

/**
* ================================================ 开始 flex布局
*/
.grid {
    display: grid;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.flex {
    display: flex;
}

.flex.column{
    flex-direction: column;
}

.flex-g {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-g.center {
    justify-content: center;
    justify-items: center;
}

.flex-g.between {
    justify-content: space-between;
}

.flex-g.around {
    justify-content: space-around;
}

.flex-g.start {
    align-items: flex-start;
}

.flex-g.end {
    justify-content: flex-end;
}

.flex-stretch-g {
    width: 0 !important;
    flex-grow: 1;
}
/**
* ================================================ 结束 flex布局
*/

/**
* ================================================ 开始 按钮
*/
.btn-g {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 6px 16px;
    line-height: 18px;
    border-radius: 4px;
    color: #151B26;
    cursor: pointer;
}

.btn-g.loading{
    cursor: auto;
    opacity: 0.7;
}
.btn-g.loading:before {
    content: '';
    background: url("../images/comm/loading.png") no-repeat center;
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    animation: rotate 2s linear infinite;
}

.btn-g.mini {
    padding: 4px 12px;
    font-size: 13px;
}

.btn-g.big {
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 8px;
}

.btn-g:hover {
    border-color: #FF6A00;
    color: #FF6A00;
}

.btn-g.warning {
    border-color: transparent;
    background: linear-gradient(45deg, #fad417 0%, #fdc40a 100%);
    color: #151B26;
}

.btn-g.warning:hover {
    background: linear-gradient(45deg, #fdd510 0%, #ffc400 100%);
}


.btn-g.black {
    border-color: transparent;
    background: #151B26;
    color: #fff;
}

.btn-g.black:hover {
    background: linear-gradient(45deg, #fdd510 0%, #ffc400 100%);
    color: #151B26;
}

.btn-g.grey {
    border-color: #91949C;
    background: #91949C;
    color: #fff;
    cursor: no-drop;
}

.btn-g.error {
    border-color: #e53535;
    background: #e53535;
    color: #fff;
}
.btn-g.white {
    border-color: #fff;
    background: #fff;
    color: #151B26;
}

.btn-g.white.plain {
    border-color: #fff;
    background: transparent;
    color: #151B26;
}
.btn-g.disabled {
    color: #6c757d;
    background: #f1f2f3;
    border: 1px solid #ddd;
    pointer-events: none;
}
.btn-group{
    border: 1px solid #ffc400;
    display: inline-flex;
    border-radius: 4px;
}
.btn-group .btn-g{
    border: none;
    border-radius: 0;
    padding: 4px 20px;
    border-left: 1px solid #ffc400;
}
.btn-group .btn-g:first-child{
    border-left: none;
}
/**
* ================================================ 结束 按钮
*/

/**
* ================================================ 开始 颜色
*/
.color-333 {
    color: #151B26 !important;
}

.color-666 {
    color: #5C5F66 !important;
}

.color-999 {
    color: #91949C !important;
}

.color-blue {
    color: #3773F5 !important;
}

.color-success {
    color: #25C251 !important;
}

.color-warning {
    color: #FF6A00 !important;
}

.color-error {
    color: #f24242 !important;
}

.color-purple {
    color: #673DE6 !important;
}

.color-disabled {
    color: #a0cfff !important;
}
/**
* ================================================ 结束 颜色
*/

/**
* ================================================ 开始 间距
*/
.gap-4{
    gap: 4px;
}
.gap-8{
    gap: 8px;
}
.gap-12{
    gap: 12px;
}
.gap-16{
    gap: 16px;
}
.gap-24{
    gap: 24px;
}
.gap-32{
    gap: 32px;
}
/**
* ================================================ 结束 间距
*/

/**
* ================================================ 开始 外边距
*/

.mt-4 {
    margin-top: 4px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-4 {
    margin-left: 4px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-32 {
    margin-left: 32px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-24 {
    margin-right: 24px;
}

/**
* ================================================ 结束 外边距
*/

/**
* ================================================ 开始 折叠展开组件
*/
.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid #DCDFE6;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.faq-item details {
    display: block;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 24px;
    position: relative;
    background: #F3F6FB;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #666;
}

.faq-item details[open] summary:after {
    content: "−";
}

.faq-body {
    padding: 16px 24px;
    line-height: 2em;
    color: #666;
}
/**
* ================================================ 结束 折叠展开组件
*/

/**
* ================================================ 开始 内边距
*/
.p-0{
    padding: 0 !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-12 {
    padding-top: 12px;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-24 {
    padding-top: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-24 {
    padding-right: 24px;
}

/**
* ================================================ 结束 内边距
*/

/**
* ================================================ 开始 字体大小
*/
.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

/**
* ================================================ 结束 字体大小
*/

/**
* ================================================ 开始 表格
*/

.table-g {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    background: #fff;
}

.table-g th {
    background: #F6F8FA;
    color: #5C5F66;
    font-weight: normal;
    text-align: left;
    padding: 16px 6px 16px 24px;
    border-style: solid;
    border-width: 0;
}

.table-g td {
    padding: 12px 6px 12px 24px;
    border-bottom: 1px solid #e9e9e9;
}

.table-g tr:last-child td {
    border: none;
}

.table-g.stripe td{
    border: none;
    padding: 16px 6px 16px 24px;
}

.table-g.stripe tr:nth-child(odd),
.table-g.stripe tr:nth-child(odd) th {
    background: #fff;
}

.table-g.stripe tr:nth-child(even) {
    background: #F7F8F9;
}


.rank-num {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: url("../images/index/a08.png");
    background: #DCDFE6;
    color: #333;
    font-size: 13px;
}

.rank-num-1 {
    background: url("../images/index/a08.png");
}

.rank-num-2 {
    background: url("../images/index/a09.png");
}

.rank-num-3 {
    background: url("../images/index/a10.png");
}

.progress {
    width: 100%;
    height: 9px;
    background: #eee;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #ff7300;
    border-radius: 999px;
}

/**
* ================================================ 结束 表格
*/

/**
* ================================================ 开始 tabs
*/

.tabs-g {
    width: 100%;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #E5E5E5;
}

.tabs-g span,.tabs-g a {
    position: relative;
    padding-bottom: 12px;
    cursor: pointer;
}

.tabs-g span.on,.tabs-g a.on {
    color: #FF6A00;
}

.tabs-g span.on:before,.tabs-g a.on:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FF6A00;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tabs-2-g {
    width: 100%;
    display: flex;
    background: #EDEDED;
    height: 40px;
    padding: 2px;
    border-radius: 50px;
    overflow: auto;
}

.tabs-2-g span,.tabs-2-g a {
    position: relative;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    border-radius: 100px;
    padding: 0 16px;
    white-space: nowrap;
}

.tabs-2-g span.on,.tabs-2-g a.on {
    color: #FF6A00;
    background: #FFFFFF;
}


/**
* ================================================ 结束 tabs
*/

/**
* ================================================ 开始 from
*/

.from-g {
    width: 100%;
}

.from-g .from-item{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 28px;
    align-items: center;
}

.from-g .from-item > label{
    width: 88px;
    color: #5C5F66;
}
/**
* ================================================ 结束 from
*/



/**
* ================================================ 开始 页面模块
*/

.module-g {
    padding: 60px 0;
}
.blue-bg {
    background: #F3F6FB !important;
}
.white-bg {
    background: #fff;
}

.dark-bg {
    background: #F7F8F9;
}

.box-g {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.box-title-g {
    margin-top: 24px;
    padding-bottom: 12px;
    gap: 8px;
    border-bottom: 1px solid #DCDFE6;
}

.module-title-g {
    font-size: 48px;
    line-height: 1em;
    text-align: center;
}

.module-desc-g {
    text-align: center;
    font-size: 16px;
    color: #91949C;
    line-height: 1.6em;
    padding-top: 24px;
}

.module-desc-g a{
    color: #FF6A00;
}


/**
* ================================================ 结束 页面模块
*/

/**
* ================================================ 开始 tag标签
*/

.tag {
    border: 1px solid #ddd;
    color: #151B26;
    border-radius: 3px;
    padding: 2px 6px;
    display: inline-flex;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    min-width: 16px;
    justify-content: center;
    align-items: center;
}

.tag i {
    width: 5px;
    height: 5px;
    background: #5FB333;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}

.tag.tag-big {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
}

.tag.tag-error {
    border: 1px solid #ED4242;
    color: #ED4242 !important;
}

.tag.tag-success {
    border: 1px solid #67c23a;
    color: #67c23a !important;
}

.tag.tag-warning {
    border: 1px solid #E6A550;
    color: #E6A550 !important;
}

.tag.tag-blue {
    border: 1px solid #2468F2;
    color: #2468F2 !important;
}

.tag.tag-info {
    border: 1px solid #5C5F66;
    color: #5C5F66 !important;
}

.tag.tag-disabled {
    border: 1px solid #91949C;
    color: #91949C !important;
}

.tag.tag-chunk {
    background: #fff;
}

.tag.tag-chunk.tag-error {
    background: #ED4242;
    color: #fff !important;
}

.tag.tag-chunk.tag-success {
    background: #67c23a;
    color: #fff !important;
}

.tag.tag-chunk.tag-success.tag-min {
    padding: 2px 6px 2px 3px;
    background: #2fcc79;
    border-radius: 14px;
    border: none;
}

.tag.tag-chunk.tag-warning {
    background: #e6b721;
    color: #fff !important;
}

.tag.tag-chunk.tag-blue {
    background: #2468F2;
    color: #fff !important;
}

.tag.tag-chunk.tag-info {
    background: #5C5F66;
    color: #fff !important;
}

.tag.tag-chunk.tag-disabled {
    background: #91949C;
    color: #fff !important;
}

.badge {
    display: inline-block;
    font-size: 12px !important;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
    background-color: #f0f1f2;
    color: #151B26;
    line-height: 1em;

}
.badge-blue { background-color: #e6f7ff; color: #1890ff; }
.badge-orange { background-color: #fff7e6; color: #fa8c16; }
.badge-purple { background-color: #f9f0ff; color: #722ed1; }
.badge-green { background-color: #f6ffed; color: #25C251; }
.badge-red { background-color: #fff1f0; color: #f5222d; }
/**
* ================================================ 结束 tag标签
*/

/**
* ================================================ 开始 提示弹窗
*/
.tooltipMsg {
    position: absolute;
    font-size: 12px;
    left: -8px;
    top: -6px;
    transform: translateY(-100%);
    width: max-content;
    padding: 4px 8px;
    background: #fff;
    color: #151B26;
    border: 1px solid #dfdfdf;
    line-height: 18px;
    border-radius: 4px;
    font-style: inherit;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.tooltipMsg:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #dfdfdf transparent transparent transparent;
}

.tooltipBox {
    position: relative;
    border-bottom: 1px dashed #91949C;
    cursor: pointer;
    display: inline-block;
}

.tooltipBox:hover .tooltipMsg {
    display: block;
}


.popupIconMsg {
    position: absolute;
    font-size: 12px;
    left: -14px;
    top: -8px;
    transform: translateY(-100%);
    width: max-content;
    padding: 4px 8px;
    background: #fff;
    color: #151B26;
    border: 1px solid #dfdfdf;
    line-height: 18px;
    border-radius: 4px;
    font-style: inherit;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.popupIconMsg:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #dfdfdf transparent transparent transparent;
}

.popupIconMsg.popuLeft{
    left: auto;
    right: -14px;
}

.popupIconMsg.popuLeft:after {
    left: auto;
    right: 20px;
    margin-right: -4px;
}

.popupIconMsgBox {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.popupIconMsgBox .popupIconMsg {
    display: none;
}

.popupIconMsgBox:hover .popupIconMsg {
    display: block;
}


.select-g {
    position: relative;
    line-height: 30px;
    z-index: 10;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
}
.select-g:hover dd {
    display: block;
}
.select-g dt {
    position: relative;
    padding: 0 28px 0 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    border-radius: 3px;
}

.select-g dt:before {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-2px, -50%);
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid #474747;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select-g dd {
    position: absolute;
    left: -1px;
    top: calc(100% + 1px);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 65;
    display: none;
    padding: 5px 0;
    min-width: 100%;
}

.select-g dd p {
    display: block;
    line-height: 28px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.select-g dd p:hover {
    background-color: #F5F7FA;
}

.select-g dd a:hover {
    color: #151B26;
    background: #f5f5f5;
}

.inputNumber-g{
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background: #fff;
    display: inline-flex;
    height: 30px;
    line-height: 30px;
}
.inputNumber-g span{
    border-radius: 3px;
    background: #F5F7FA;
    font-size: 12px;
    color: #91949C;
    width: 32px;
    text-align: center;
    cursor: pointer;
}
.inputNumber-g input{
    width: 60px;
    text-align: center;
    border: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    font-size: 14px;
}


/**
* ================================================ 开始 head
*/
.head_box{
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 999;
    background: #fff;
}
.head{
    width: 100%;
    height: 60px;
    max-width: 1560px;
    padding: 0 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.head_nav{
    display: flex;
}
.head_nav a.logo {
    background: url("../images/comm/logo_03.png") no-repeat center;
    background-size: 100%;
    width: 300px;
    height: 60px;
    margin-right: 24px;
}
.head_nav_list{
    display: flex;
}
.head_nav_item:hover .head_nav_dropdown{
    display: block;
}
.head_nav_item > a{
    line-height: 60px;
    font-size: 16px;
    padding: 0 16px;
    color: #151B26;
    position: relative;
}
.head_nav_item.on > a{
    color: #FF6A00;
}
.head_nav_item > a > i{
    display: none;
    font-size: 16px;
    transition: 0.2s all;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 14px;
    font-weight: bold;
}
.head_nav_item > a:hover{
    color: #FF6A00;
}
.head_nav_item > a:hover > i{
    display: block;
}
.head_nav_item > a > .tag {
    height: 18px;
    line-height: 16px;
    padding: 0 6px;
    font-size: 12px;
    position: relative;
    top: -10px;
    border-radius: 9px 9px 9px 0;
    margin-left: 0;
}
.head_nav_dropdown{
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 63, 186, 0.12);
}
.head_nav_dropdown:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}
.head_nav_dropdown .w1680{
    position: relative;
    z-index: 1;
    background: #fff;
}
.head_nav_dropdown_side{
    width: 220px;
    background: url("../images/comm/a01.png") no-repeat right bottom;
    padding-bottom: 100px;
}
.head_nav_dropdown_side h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding: 28px 0 16px;
}
.head_nav_dropdown_side p{
    font-size: 14px;
    color: #5C5F66;
    width: 190px;
    line-height: 24px;
}
.head_nav_dropdown_cont{
    width: 980px;
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
}
.head_nav_dropdown_item{
    width: 256px;
    height: 78px;
    border-radius: 8px;
    background: #fff;
    line-height: 1.6em;
    padding: 16px;
    color: #91949C;
    font-size: 14px;
    margin-left: 24px;
}
.head_nav_dropdown_img > .head_nav_dropdown_item{
    width: 315px;
    height: 100%;
}
.head_nav_dropdown_item.on,.head_nav_dropdown_item:hover{
    background: #FFFDF5;
}
.head_nav_dropdown_item p:nth-child(1){
    font-size: 16px;
    font-weight: 700;
    color: #151B26;
    padding-bottom: 4px;
}
.head_nav_dropdown_item h5{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
}
.head_nav_dropdown_item > a{
    display: block;
    color: #151B26;
    line-height: 32px;
}

.head_nav_dropdown_goods{
    border-radius: 8px;
    line-height: 32px;
    padding: 16px;
    margin-left: 24px;
}
.head_nav_dropdown_goods > h5{
    font-size: 16px;
    color: #151B26;
    padding-bottom: 4px;
    font-weight: bold;
}
.head_nav_dropdown_goods > a{
    display: block;
    font-size: 14px;
    color: #151B26;
}
.head_nav_dropdown_goods > a:hover{
    color: #FF6A00;
}

.head_nav_dropdown_goods h5 .iconjiantou{
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: -1px;
}

.head_nav_dropdown_goods h5 a:hover .iconjiantou{
    transform: rotate(180deg);
}
.head_nav_item .tag{
    position: relative;
    margin-left: 8px;
    padding: 0 6px;
    top: -1px;
}
.head_right{
    display: flex;
}
.head_right_item{
    position: relative;
}
.head_right_vip > a{
    background: url(../images/comm/a02.png) no-repeat center;
    cursor: pointer;
    width: 100px;
    height: 60px;
    position: relative;
}
.head_right_vip:hover .head_right_vip_dropdown{
    display: block;
}
.head_right_vip_dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 450px;
    background: url(../images/comm/a04.png) no-repeat top right;
    box-shadow: 0 0 8px 0 rgba(0, 63, 186, 0.12);
    padding: 20px;
    border-radius: 8px;
    line-height: 24px;
}
.head_right_vip_dropdown .btn-g{
    padding: 11px 68px;
}

.head_right_vip_item {
    margin: 0 auto 10px;
    width: 410px;
    height: 68px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: 10px 20px 0 68px;
    position: relative;
}

.head_right_vip_item i {
    font-size: 36px;
    position: absolute;
    left: 20px;
    top: 24px;
}

.head_right_vip_item a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 102px;
    background: linear-gradient(270deg, #FFCF88 0%, #ffebc6 100%, #FFE4AD 100%);
    font-size: 14px;
    color: rgba(137, 69, 8, 1);
    text-align: center;
    float: right;
    position: relative;
    top: -15px;
}

.head_right_activity{
    background: url("../images/comm/a06.png") no-repeat center;
    width: 104px;
    height: 60px;
}
.head_right_loginBtn{
    color: #151B26;
    font-size: 14px;
    margin: 0 24px;
}

.head_right_regBtn{
    background: linear-gradient(180deg, rgba(255, 218, 35, 1) 0%, rgba(255, 195, 0, 1) 100%);
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    font-size: 14px;
}

.headTag{
    position: absolute;
    right: -26px;
    top: 3px;
    font-size: 12px;
    color: #fff !important;
    background: #eb4b4b;
    border-radius: 10px 10px 10px 0;
    line-height: 18px;
    width: 70px;
    text-align: center;
    font-weight: normal;
}

.head-right {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin:0 24px;
}

.head-right .iconsanjiao-l {
    padding-left: 4px;
}

.iconzhuanrenduijie {
    width: 35px;
    height: 35px;
    position: relative;
    top: 12px;
}

.vip_status {
    position: absolute;
    right: 26px;
    top: 3px;
    color: #f7b400;
    z-index: 3;
    cursor: pointer;
}

.head-right-item03 {
    line-height: 30px !important;
}

.head-right-item03 p:nth-child(1) {
    color: #91949C;
}

.head-right-item03 p:nth-child(2) {
    color: #2e3033;
}

.head-right-item03 p:nth-child(2) font {
    font-size: 20px;
}

.head-right-item04 {
    padding: 6px 16px !important;
    overflow: hidden;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.head-right-item04 p {
    line-height: 24px;
}

.head-right-item04 p span {
    font-size: 18px;
    color: #2e3033;
}

.head-right-item04:hover p span {
    color: #f7b400;
}

.vipLevelCont {
    line-height: 24px !important;
    padding: 2px 15px 6px !important;
}

.vipLevel {
    width: 42px;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
    font-size: 12px;
    margin-right: 8px;
}

.vipLevel1 {
    background: linear-gradient(90deg, rgba(39, 35, 33, 1) 0%, rgba(75, 69, 66, 1) 100%);
    color: #FFDCC1;
}

.vipLevel2 {
    background: linear-gradient(90deg, #F3BB6D 0%, #FCD49D 100%, #FCD49D 100%);
    color: #754E19;
}

.vipLevel3 {
    background: #dfdfdf;
    color: #91949C;
}

.head-right-item2 {
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    margin-top: 6px;
    padding: 6px 0;
}

.head-right-item2 svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.head-right .head-right-item {
    background: #ffffff;
    display: none;
    top: 56px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    width: 190px;
    z-index: 9;
    font-size: 14px;
    color: #59411e;
    padding: 6px 0;
}

.head-right .head-right-item::after {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    line-height: 22px;
}

.head-right .head-right-item.head-right-user {
    width: 260px;
    padding-bottom: 0;
    left: auto;
    right: -10px;
    transform: translate(0);
}

.head-right .head-right-item.head-right-user::after {
    left: auto;
    right: 11px;
}

.head-right .head-right-item a {
    color: #5c6066;
    display: block;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 !important;
}

.head-right .head-right-item a .autonym {
    border: 1px solid #d64747;
    color: #d64747;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 5px;
}

.head-right .head-right-item a .autonym.on {
    border: 1px solid #67c23a;
    color: #67c23a;
}

.head-right .head-right-item a .autonym.audit {
    border: 1px solid #91949C;
    color: #91949C;
}

.head-right .head-right-item a span.y {
    color: #f7b400;
    font-size: 14px;
}

.head-right:hover .head-right-item {
    display: block;
}

.head-right .head-right-item a:hover {
    color: #f7b400;
}

.head-right .head-right-item a.loginOut {
    border-radius: 0 0 5px 5px;
    background: #f5f5fa;
}
/**
* ================================================ 结束 head
*/


/**
* ================================================ 开始 footer
*/
.footer{
    width: 100%;
    background-color: #191a1d;
    color: #BBBFC4;
}
.footerMin {
    position: fixed;
    bottom: 0;
}
.footer_top{
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}
.footer_nav_title{
    font-size: 16px;
    font-weight: bold;
    color: #DEE0E3;
    line-height: 40px;
}
.footer_top_item a{
    font-size: 14px;
    color: #BBBFC4;
    line-height: 36px;
    display: block;
}
.footer a:hover{
    color: #f6b300;
}
.footer_top_item a.btn{
    font-size: 14px;
    color: #BBBFC4;
    width: 146px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #4C5461;
    display: flex;
    justify-content: center;
    position: relative;
}
.footer_top_item a.btn i{
    font-size: 18px;
    margin-right: 8px;
}
.footer_top_item img{
    width: 100px;
    height: 100px;
    border-radius: 4px;
}
.footer_links{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #343B45;
    border-bottom: 1px solid #343B45;
    padding: 24px 0;
    line-height: 28px;
}
.footer_links_cont{
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
}
.footer_links_cont a{
    color: #BBBFC4;
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}
.footer_links_cont a:before{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #BBBFC4;
    position: absolute;
    right: 0;
    top: 7px;
}
.footer_bottom{
    line-height: 1.6em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 18px 0;
}
.footer_bottom a{
    color:#8F959E;
}
.contact_wechat_box{
    position: absolute;
    background: #fff;
    padding: 2px 10px 10px 10px;
    border-radius: 8px;
    top: 100%;
    left: 20px;
    z-index: 9;
    display: none;
}
.footer_top_item a.btn:hover .contact_wechat_box {
    display: block;
}
/**
* ================================================ 结束 footer
*/

/**
* ================================================ 开始 右侧飘窗
*/
.contact_right {
    position: fixed;
    flex-wrap: wrap;
    top: 50%;
    right: 0;
    width: 75px;
    z-index: 992;
    display: flex;
    justify-content: right;
    margin: 0 16px 0 0;
}

.contact_right01 {
    position: relative;
    width: 75px;
    padding-left: 10px;
}

.contact_right01h {
    width: 65px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    background: linear-gradient(120deg, #ffde7b, #ffcd3a);
    color: #151B26;
}

.contact_right01h p {
    line-height: 12px;
    padding-top: 2px;
}

.contact_right01h:hover {
    background: linear-gradient(120deg, #ffdb70, #f8c224);
}

.contact_right01h i {
    display: block;
    color: #151B26;
    width: 32px;
    height: 26px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}

.contact_right01a {
    display: none;
    position: absolute;
    right: 75px;
    bottom: 0;
    color: #151B26;
    font-size: 14px;
    width: 200px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    cursor: default;
}

.contact_right01:hover .contact_right01a, .contact_right03:hover .contact_right01a {
    display: block;
}

.contact_right01b {
    border-bottom: 1px solid #f0f1f1;
    display: flex;
    align-items: center;
    margin: 0 14px;
    padding: 12px 0;
}

.contact_right01b:last-child {
    border-bottom: none;
}

.contact_right01c {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151B26;
    margin-right: 4px;
    font-size: 20px !important;
}

.iconfenzhijiedian:before {
    position: relative;
    top: -2px;
}

.contact_right01d {
    line-height: 1.6em;
}

.contact_right01d b {
    display: block;
}

.contact_right01d a {
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: space-between;
}

.contact_right01d a .iconsanjiao-l {
    position: absolute;
    right: 10px;
    font-size: 18px;
}
.contact_right01d a{
    color: #151B26;
}
.contact_right01d a:hover, .contact_right01d a:hover .contact_right01c {
    color: #FF6A00;
}

.contact_right02 {
    position: relative;
    display: none;
    text-align: center;
    line-height: 54px;
    width: 65px;
    height: 56px;
    background: linear-gradient(120deg, #ffffff, #eef2fa);
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}

.contact_right02:hover {
    background: linear-gradient(120deg, #ffdb70, #f8c224);
}

.contact_right02 i {
    font-size: 36px;
}

.contact_wechat {
    background: url("../images/comm/wechat01.png") no-repeat center;
    background-size: 100%;
    width: 90px;
    height: 90px;
    margin-top: 8px;
}

.contact_right01 #kefu-dom{
    background: url("../images/comm/a05.png") no-repeat center top;
    background-size: 100%;
    box-shadow: none;
    height: 78px;
    align-content: end;
}
.contact_right01 #kefu-dom p{
    text-align: center;
    background: linear-gradient(120deg, #ffde7b, #ffcd3a);
    border-radius: 4px;
    line-height: 26px;
    width: 65px;
    position: relative;
}
/**
* ================================================ 结束 右侧飘窗
*/

/*如果是1500分辨率那就宽度为100%*/
@media screen and (max-width: 1500px) {
    .head,.main,.w1680{
        padding: 0 16px !important;
    }
    .headTag{
        right: -16px !important;
    }
}


/*如果是1366分辨率那就宽度为100%*/
@media screen and (max-width: 1366px) {
    .head,.main,.w1680{
        padding: 0 16px !important;
    }
    .headTag{
        right: -16px !important;
    }
}
