
[v-cloak] {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    box-sizing: border-box;
}
#app {
    background: #121212;
}
.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}


.gre {
    color: #00CC5A !important;
}

.re {
    color: #FF5F5F !important;
}

.red {
    color: #F55658 !important;
}

.green {
    color: #31BD65 !important;
}

a {
    text-decoration: none;
}
html, body {
    width: 100%;
    min-height: 100%;
}
html {
    color: var(--text_color_01);
    background-color: var(--bg_color);
}
.fz-40 {
    font-size: 40px;
}
.fz-36 {
    font-size: 36px;
}
.fz-32 {
    font-size: 32px;
}
.fz-30 {
    font-size: 30px;
}
.fz-28 {
    font-size: 28px;
}
.fz-24 {
    font-size: 24px;
}
.fz-20 {
    font-size: 20px;
}
.fz-18 {
    font-size: 18px;
}
.fz-16 {
    font-size: 16px;
}
.fz-14 {
    font-size: 14px;
}
.fz-12 {
    font-size: 12px;
}
.text-l {
    text-align: left !important;
}
.text-c {
    text-align: center !important;
}
.text-r {
    text-align: right !important;
}
.line-break{
    word-wrap: break-word; /* Old way to force break */
    overflow-wrap: break-word; /* Modern way to force break */
    white-space: normal;
}
.flex-betw{
    display: flex;
    justify-content: space-between;
}
.flex-col-betw{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flex-arod{
    display: flex;
    justify-content: space-around;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-cen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-end-cen {
    display: flex;
    justify-content: end;
    align-items: center;
}
.flex-col-cen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-ali-cen {
    align-items: center;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.pt-60 {
    padding-top: 60px;
}
.mt-4 {
    margin-top: 4px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-120 {
    margin-top: 120px;
}

.mb-20 {
    margin-bottom: 20px;
}


.light_gray {
    color: var(--text_color_03);
}
.general_title {
    margin-top: 60px;
    height: 108px;
    line-height: 108px;
    width: 100%;
    background-color: #F3F3F3;
}

.no_data_card {
    width: 128px;
    height: 170px;
    /* background-image: url('../image/no_data.png'); */
    background-image: url('../image/record_nodata.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px auto;
    position: relative;
}
.no_data_card span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.mgl {
    margin-left: 18px;
}

input {
    padding: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65) !important;
    background-color: #fff;
    background-image: none;
    cursor: text;
}

input::placeholder {
    color: var(--text_color_04) !important;
}

input:focus,
input:hover {
    border-color: #000;
    outline: none
}

.disabledSubmit {
    background: #BFC2CC !important;
}

.activeSubmit {
    background-color: #000 !important;
}

/***校验样式***/
input.error {
    border: 1px solid #ed3f14 !important;
}

label.error {
    color: #ed3f14 !important;
    font-size: 12px;
    position: absolute;
    display: none !important
}

.footer-wrap a {
    color: #FFFFFF;
}

.footer-wrap a:hover {
    color: #01A6D5;
}

/**表格样式***/

.layui-laydate-range {
    width: 550px !important;
}

.layui-laydate-content td.laydate-selected {
    background-color: #E4F9FF !important;
}

/* layui.css 覆盖样式 */

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #000;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #000;
}

.layui-tab {
    margin: 0;
}

.layui-table-view .layui-table {
    width: 100%;
}

.layui-table-view .layui-table[lay-skin="line"] {
    border: none;
}

.layui-table-view .layui-table[lay-skin="line"] tr,
.layui-table-view .layui-table[lay-skin="line"] th,
.layui-table-view .layui-table[lay-skin="line"] td {
    border-width: 0;
    border-bottom-width: 1px;
}

.layui-btn {
    background-color: #000;
}

.layui-form-select dl dd.layui-this {
    background-color: #303133;
}

input.input-time {
    background-image: url(../image/date.png);
    background-repeat: no-repeat;
    background-position: top 8px right 8px;
    padding-right: 28px;
}

.layui-layer-title {
    font-size: 20px !important;
    text-align: center;
    color: rgba(0,0,0,0.8) !important;
    font-weight: 600;
    height: 60px !important;
    background-color: #fff !important;
    line-height: 58px !important;
    border-bottom: 1px solid #fff;
}

.layui-layer-setwin {
    right: 20px !important;
}

.layui-table-body .layui-none {
    padding-top: 49px;
    padding-bottom: 30px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.layui-table-body .layui-none img {
    width: 100px;
    height: 100px;
}

.layui-table-body .layui-none .s2 {
    padding-left: 5px;
    padding-top: 5px;
    color: #5b5b5b;
}

.layui-laypage span.layui-laypage-count {
    padding-right: 10px;
}

.dropdown-user {
    display: inline-block;
    width: 14px;
}

.chart-page .chart-container {
    border-color: transparent !important;
    background: none !important;
}


input::-webkit-input-placeholder {
    color: #BFC2CC;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BFC2CC;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BFC2CC;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BFC2CC;
}

.bo-show {
    box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
}

.layui-layer-iframe iframe {
    background-color: #fff !important;
}

.layui-table-box .layui-table-header .layui-table-cell span {
    color: rgba(0, 0, 0, 0.65) !important;

}

.layui-table-header,  .layui-table-view{
    border-style: none !important;
}

.layui-table-page {
    display: flex;
    justify-content: center;
}

.layui-table-header {
    background-color: #fff !important;
}

.layui-table th {
    border: none !important;
}

.layui-tab {
    border: none !important;
}

.layui-table-page {
    border-top: none !important;
}

.layui-table th td {
    border: none !important;
}

.layui-table tr td {
    color: rgba(0, 0, 0, 0.85) !important;
    border: none !important;
}
.layui-table tr {
    background-color: #fff !important;
    border: none !important;
}

.layui-table tr {
    border-bottom: .5px solid #e6e6e6 !important;
}
.layui-table-box {
    border-top: .5px solid #e6e6e6 !important;
    border-bottom: .5px solid #e6e6e6 !important;
}



.layui-layer-setwin .layui-layer-close1 {
    color: #4C4F67 !important;
}

@media (max-width: 1300px) {
    body {
        width: 1920px !important;
    }

}

.marc {
    display: table;
    margin: 0 auto;
}

.btit {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    margin-bottom: 16px;
}

.btit2 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 32px;
}



.bcon2 {
    background-color: #F0F2F5;
    padding: 90px 0;
}

.bcon2 .container {
    background: #FFFFFF;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 50px;
}

.bcon2 .btit {
    text-align: left !important;
}

.bcon2 .container .rig {
    width: 300px;
    height: 225px;
}

.bcon2 .container .lef {
    width: 950px;
}

.bcon2 .container .rig img {
    width: 100%;
    height: 100%;
}

.bcon2 .container .lef .t2 {
    font-size: 32px;
    font-weight: bold;
    color: #925BCA;
    margin-bottom: 12px;
}

.bcon2 .container .lef .t3 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 32px;
}

.bcon3 {
    background: #F7F9FE;
    padding: 80px 0;
}

.bcon3 .con {
    margin-top: 40px;
    justify-content: space-evenly !important;
    margin-bottom: 30px;
}

.bcon3 .con .item {
    width: 410px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(184, 201, 255, 0.2);
    border-radius: 16px;
}

.bcon3 .con .item .t1 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 8px;
}

.bcon3 .con .item .t2 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    padding-bottom: 18px;
}

.bcon3 .con .item .t3 {

    height: 5px;
    background: #778F60;
    border-radius: 3px;
}




.layui-table,
.layui-table-view {
    margin: 0 0 !important;
}


.bcon4 {
    padding-top: 80px;
    padding-bottom: 220px;
}

.bcon4 .item {
    position: relative;
    width: 410px;
    border-radius: 16px;
    padding: 40px;
    padding-bottom: 82px;
    z-index: 99;
}

.y {
    background: #F3D177;
}

.y:hover {
    background: rgb(251, 228, 165);

}

.y .t3:hover {
    color: #fff !important;
    border-color: #d7b24f !important;
    background-color: #d7b24f !important;
}

.g .t3:hover {
    color: #fff !important;
    border-color: #677b4d !important;
    background-color: #677b4d !important;
}

.p .t3:hover {
    color: #fff !important;
    border-color: #925bca !important;
    background-color: #925bca !important;
}

.y::before {
    content: '';
    width: 223px;
    height: 208px;
    background: url(../image/jc.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.g {
    background: #ACC987;
}

.g::before {
    content: '';
    width: 223px;
    height: 208px;
    background: url(../image/jc2.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.g:hover {
    background: rgb(176, 206, 140) !important;
}

.p {
    background: #BF97E6;
}

.p::before {
    content: '';
    width: 223px;
    height: 208px;
    background: url(../image/jc3.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.p:hover {
    background: rgb(220, 190, 250) !important;
}

.bcon4 .item .t1 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 16px;
}

.bcon4 .item .t2 {
    font-size: 20px;
    margin-bottom: 56px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.bcon4 .item .t3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
    text-align: center;
    width: 200px;
    height: 56px;
    line-height: 56px;
    border: 2px solid rgba(0, 0, 0, 0.8509803921568627);
    border-radius: 30px;
}

.bcon4 .con {
    margin-top: 40px;
}

.bcon5 {
    background-color: #fff !important;
}

.bcon5 .t3 {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.65) !important;
}

.bcon5 .container .lef {
    width: 820px !important;
}

.bcon8 {
    padding: 80px 0;
    background: #F7F9FE;
}

.bcon8 .let {
    width: 392px;
    height: 788px;
    position: relative;
}

.bcon8 .let img {
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
}

.bcon8 .container {
    position: relative;
}

.bcon8 .btit {
    text-align: left;
}

.bcon8 .con {
    margin-top: 20px;
}

.bcon8 .con .item {
    display: flex;
    align-items: center;
    width: 800px;
    padding-left: 24px;
    height: 96px;
    line-height: 96px;
    border-radius: 16px;
    transition: .5s all;
    cursor: pointer;
}

.bcon8 .btncon {
    margin-top: 24px;
}

.bcon8 .con .item:hover {
    font-weight: bold;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(184, 201, 255, 0.2);
}

.bcon8 .con .item .circle {
    width: 50px;
    height: 50px;
    background: #925BCA;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #FFFFFF;
    margin-right: 24px;
    text-align: center;
}

.bcon8 .con .item .t1 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}


.NotLog .a:nth-child(2) {
    width: 80px;
    height: 40px;
    background: #925BCA;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px !important;
    color: #FFFFFF !important;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #000000;
    color: #FAFAFA;
}
.layui-laypage .layui-laypage-curr em {
    background-color: transparent;
    color: #FAFAFA;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span{
    color: #b8b8b8;
    margin-bottom: 0px;
}
.layui-laypage a, .layui-laypage span {
    background-color: transparent;
    color: #000000;
    border: none;
    border-radius: 2px;
    margin: 0 2px;
}
.layui-laypage a:hover {
    background-color: #000000;
    color: #FAFAFA;
    border-radius: 2px;
}


.layui-layer-btn1 {
    border: 1px solid rgba(0,0,0,0.8) !important;
    background-color: #fff0 !important;
    color: rgba(0,0,0,0.8) !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #000 !important;
    background-color: #000 !important;
}

.toolbar .layui-btn {
    float: none;
    margin: 0 8px 0 0;
    padding: 0;
    min-width: 80px;
    height: 26px;
    line-height: 24px;
    border-radius: 13px;
    font-size: 12px;
}