.main {
    width: 1200px;
    margin: 0 auto 40px auto;
    background: #fff;
}

.txt-scroll{
    background-color: #FFF9E0;
    background-image: url('/images/price/notice.png');
    background-size: 18px 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 35px;
    color: #E75F00;
    font-size: 16px;
    cursor: pointer;
}
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; }

.ui-floor-nav .floor-content {
    width: 1200px !important;
    background: #ffffff;
    margin-left: 20px;
    float: left;
}

.ui-floor-nav .floor-content .foor-content-title {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #D2D2D2;
    float: left;
}

.ui-floor-nav .floor-content .foor-content-title .title {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #00aff2;
    border-bottom: 3px solid #00aff2;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3 {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    border: 1px solid #2D8DCD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3 > div {
    width: 16px;
    height: 16px;
    background: url("/images/feedback_1.png") no-repeat center;
    background-size: 100% 100%;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3 > span {
    text-decoration: none;
    color: #2D8DCD;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover {
    background: #2D8DCD;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover > div {
    background: url("/images/feedback.png") no-repeat center;
    background-size: 100% 100%;
}

.ui-floor-nav .floor-content .foor-content-title .content-title-div3:hover > span {
    color: #FFFFFF;
}

.foor-content-table {
    margin-top: 50px;
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*background-color: white;*/
    border-radius: 25px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    padding: 20px;
    min-height:220px;
}

.foor-content-table-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
}

.foor-content-table-title-center{
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    margin:15px;
}

.chart-text-group {
    display: flex;
    align-items: center;
    text-align:left;
    font-size: 35px;
    color: #000000;
    gap: 10px;
}

.foor-content-contact1 {
    position: absolute;
    width: 800px;
    background: #F1F8FF;
    box-shadow: 4px 4px 2px 0px rgba(221,221,221,0.5);
    padding: 105px 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 200px;
    right: 100px;
    top: 320px;
}

.foor-content-contact1 > a {
    width: 200px;
    height: 58px;
    background: #2D8DCD;
    font-size: 25px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-left {float: left;}
.flex {display: flex;}
.justify-between {justify-content: space-between;}
.justify-content {justify-content: center;}
.items-baseline {align-items: baseline;}
.items-center {align-items: center;}
.mw-all {min-width: 100%;}
.mh-580 {min-height:580px;}
.h-65 {height:65px;}
.p-20 {padding:20px;}
.p-50 {padding:50px;}

.mt-10 {margin-top: 10px;}
.mt-40 {margin-top: 40px;}
.ml {margin-left: auto;}
.ml-10 {margin-left: 10px}

.text-gray-700 {--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity));}


.text-28 {font-size: 28px;}
.text-xs {font-size: 0.75rem;line-height: 1rem;}
.text-sm {font-size: 0.875rem;line-height: 1.25rem;}
.text-lg {font-size: 1.125rem;line-height: 1.95rem;}
.text-l {font-size: 1.5rem;line-height: 1.75rem;}
.text-xl {font-size: 1.875rem;line-height: 2.5rem;}
.text-2xl {font-size: 2.5rem;line-height: 5rem;}


.chartsPic{
    margin-top: 5px;
    margin-right: 5px;
    width: 48px;
    height: 48px;
    background: url("/images/price/echarts_1.png") no-repeat center;
    background-size: 100% 100%;
}

.controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.date-control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.date-control label {
    font-size: 25px;
    font-weight: 600;
}

.date-control input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.coal-button {
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #2D8DCD;
    color: #2D8DCD;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.coal-button:hover {
    color: white;
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.coal-button.active {
    color: white;
    background: #2D8DCD;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00aff2 !important;
}
.data-all-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.data-table {
    width: 48%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.data-table th, .data-table td,.data-all-table th, .data-all-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.data-table th, .data-all-table th  {
    background: #2D8DCD;
    color: white;
    font-weight: 600;
}

.data-table tr:nth-child(even), .data-all-table tr:nth-child(even){
    background: #f7f9fc;
}

.data-table tr:hover,  .data-all-table tr:hover {
    background: #eef5ff;
}

.auto-wrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.score-card {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.card {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 23%;
    margin: 10px;
    text-align: center;
}

.card .name{
    color: #7f8386;
    font-size: 2rem;
    margin-bottom: 5px;
}

.card .value {
    font-size: 2.2rem;
    margin: 10px 0;
}

.card .target {
    font-size: 1rem;
    color: #7f8c8d;
    margin-right: auto;
}

.card .score {
    font-size: 1.3rem;
    margin-top: 10px;
}

.card .score span{
    color: #e67e22;
}

.card .progress-container {
    width: 60%;
    background: #ecf0f1;
    border-radius: 5px;
    height: 22px;
    margin-right: auto;
    margin-top: 5px;
}

.card .progress-container .progress-bar7 {
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #ffd91e 0%, #01c954 100%);

}
.card .progress-container .progress-bar14 {
    height: 100%;
    border-radius: 5px;
    /* 蓝 → 紫 线性渐变 */
    background: linear-gradient(90deg, #63bbfc 0%, #b27efc 100%);
    /*background: linear-gradient(90deg, #4facfe 0%, #a855f7 100%);*/
}

.card .pre{
    font-size: 20px;
    font-weight: bold;
}

.hide {
    display: none;
}

.toggle-btn {
    cursor: pointer;
    user-select: none;
    margin-left: auto;
    margin-right: 30px;
    font-size: 20px;
    color: #2D8DCD;
}

.toggle-btn1 {
    cursor: pointer;
    user-select: none;
    margin-left: auto;
    color: #ffffff;
}

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

.c-black{color:#000000;}
.c-white{color:#FFFFFF;}
.c-green{color:#198754;}
.c-blue{color:#2D8DCD;}
.c-red{color: #e60000;}
.c-org{color: #f87701;}


