/*
* @Author: crh
* @Date:   2025-03-21 16:53:52
* @Last Modified by:   crh
* @Last Modified time: 2025-07-03 16:18:59
*/
* {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1000px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

select {
    outline: none;
    border: none;
}

.head-box {
    width: 100%;
    background: #2d80ff;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000000001;
}

.head-box .center-box {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.head-box .center-box .href-box {
    width: 100%;
    height: 115px;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head-box .center-box .href-box:hover {
    background: #1c6eeb;
}

.head-box .center-box .active {
    background: #1c6eeb;
}

.head-box .center-box li {
    margin-left: 5%;
    width: 16%;
    position: relative;
}

.head-box .center-box li:nth-child(1) {
    margin-left: 0;
}

.head-box .center-box li:hover .drop-down-box {
    display: flex;
}

.head-box .center-box li .drop-down-box {
    position: absolute;
    width: 172px;
    background: #ffffff;
    display: none;
    flex-direction: column;
    box-shadow: 0 0 6px 0 rgba(67, 67, 67, 0.14);
    padding: 16px 0;
    border-radius: 6px;
    top: 126px;
    left: 50%;
    margin-left: -86px;
}

.head-box .center-box li .drop-down-box .triangle-box {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.head-box .center-box li .drop-down-box .drop-down-href-box {
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    color: #7d86a9;
    font-size: 14px;
}

.head-box .center-box li .drop-down-box .drop-down-href-box:hover {
    background: #e8efff;
    color: #2972fe;
}

.head-box .center-box li:nth-child(1) .href-box .icon-box {
    margin: 2px 0 6px;
}

.head-box .center-box li:nth-child(2) .href-box .icon-box {
    margin: 2px 0 6px;
}

.head-box .center-box li:nth-child(3) .href-box .icon-box {
    margin: 7px 0 10px;
}

.head-box .center-box li:nth-child(4) .href-box .icon-box {
    margin: 0 0 4px 0;
}

.head-box .center-box li:nth-child(5) .href-box .icon-box {
    margin: 2px 0 6px;
}

.head-box .center-box li:nth-child(6) .href-box .icon-box {
    margin: 2px 0 3px;
}

.current-date {
    background: #FFFFFF;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.nine-box {
    width: 100%;
    height: 138px;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.nine-box .center-box {
    display: flex;
    align-items: center;
}

.nine-box .center-box .panel-box {
    min-width: 150px;
}

.nine-box .center-box .line-box {
    width: 1px;
    height: 50px;
    background: #e5e5e5;
    margin: 0 24px;
}

.nine-box .panel-box .describe-box {
    font-size: 16px;
    color: #888888;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.nine-box .panel-box .red span {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #ff0000;
    margin-left: 18px;
}

.nine-box .panel-box .green span {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #14991d;
    margin-left: 18px;
}

.nine-box .panel-box .black span {
    width: 13px;
    height: 3px;
    background: #383838;
    margin-left: 18px;
}

.nine-box .panel-box .bottom-box {
    display: flex;
    /*align-items: flex-end;*/
}

.nine-box .panel-box .bottom-box .left-box {
    margin-right: 25px;
    /* width: 80px; */
}

.nine-box .panel-box .bottom-box .left-box .value-box {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
}

.nine-box .panel-box .bottom-box .left-box .increase-box {
    font-size: 14px;
    color: #888888;
}

.nine-box .panel-box .bottom-box .right-box .value-box {
    font-size: 14px;
    color: #888888;
}

.nine-box .panel-box .bottom-box .right-box .value-box span {
    display: inline-block;
    width: 55px;
    text-align: left;
}

.nine-box .panel-box .bottom-box .right-box .value-box:nth-child(1) {
    margin-bottom: 4px;
}

.nine-box .panel-box .bottom-box .zhang {
    color: #eb2222;
}

.nine-box .panel-box .bottom-box .die {
    color: #14991d;
}

.nine-box .panel-box .bottom-box .ping {
    color: #2d80ff;
}

.nine-box .ratio-box .title-box {
    font-size: 16px;
    color: #888888;
    margin-bottom: 5px;
}

.nine-box .ratio-box .describe-box {
    font-size: 14px;
    color: #888888;
}

.nine-box .ratio-box .value-box {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #383838;
}

.nine-box .weather-box {
    height: 138px;
    background: url(../images/cloud.png) no-repeat right center / auto 100%;
    display: flex;
    align-items: center;
    padding-right: 75px;
}

.nine-box .weather-box .left-box {
    position: relative;
}

.nine-box .weather-box .left-box .degrees-box {
    font-size: 32px;
    color: #3e3e3e;
}

.nine-box .weather-box .left-box .circle-box {
    color: #989898;
    font-size: 48px;
    position: absolute;
    right: -54px;
    top: -40px;
}

.nine-box .weather-box .left-box .type-box {
    color: #989a9c;
    font-size: 17px;
    position: absolute;
    right: -50px;
    bottom: -2px;
}

.nine-box .weather-box .line-box {
    width: 1px;
    height: 50px;
    background: #e5e5e5;
    margin: 0 28px 0 78px;
}

.nine-box .weather-box .right-box .date-box {
    color: #666666;
    font-size: 17px;
    margin-bottom: 4px;
}

.nine-box .weather-box .right-box .week-box {
    color: #333333;
    font-size: 17px;
}

.main-box {
    width: 100%;
    padding: 20px 50px 50px 60px;
    box-sizing: border-box;
    background: #f5f7fa;
}

.main-box .seven-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.main-box .seven-box .select-box {
    width: 136px;
    height: 36px;
}

.main-box .seven-box .select-box select {
    width: 136px;
    height: 36px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.export-box {
    width: 112px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #2972fe;
    border: 1px solid #2972fe;
    font-size: 15px;
    font-weight: bold;
    margin: 0 72px 0 32px;
    cursor: pointer;
}

.main-box .seven-box .eight-box {
    display: flex;
}

.main-box .seven-box .eight-box .list-box {
    width: 112px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #2972fe;
    border: 1px solid #2972fe;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    margin-left: 18px;
    cursor: pointer;
}

.main-box .seven-box .eight-box .list-box:nth-child(1) {
    margin-left: 210px;
}

.main-box .seven-box .eight-box .active {
    background: #2972fe;
    color: #ffffff;
}

.main-box .seven-box .eight-box .active span {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2972fe;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -8px;
}

.main-box .one-box {
    display: flex;
    flex-wrap: wrap;
}

.main-box .one-box .two-box {
    width: 100%;
    background: #ffffff;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.main-box .one-box .two-box .chart-box {
    height: 535px;
}

.main-box .one-box .two-box .date-list-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-box .one-box .two-box .date-list-box span {
    width: 72px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 28px;
    background: #ffffff;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}

.main-box .one-box .two-box .date-list-box span:nth-child(1) {
    margin-left: 0;
}

.main-box .one-box .two-box .date-list-box .active {
    background: #e8efff;
    color: #6a9bff;
}

.main-box .one-box .predict-box {
    width: calc(75% + 35px);
    display: flex;
    margin: 0 0 0 -20px;
    display: none;
    position: relative;
}

.main-box .tfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1067px;
    height: 28px;
    background-color: #4270c5;

}

.main-box .one-box .predict-num {
    height: 590px;
    width: calc(100% - 66px);
    display: flex;
}

.main-box .one-box .predict-num .panel-box {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px dashed #c1e2ff;
    min-width: 98px;
}

.main-box .one-box .predict-num .panel-box:last-child {
    border-right: none;
}

.main-box .one-box .panel-left {
    height: 100%;
    border-right: 1px dashed #c1e2ff;
}

.main-box .one-box .panel-left .panel {}

.main-box .one-box .predict-box .panel-box .panel {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
}

.main-box .one-box .panel-left .panel {
    background: #ffffff;
}

.main-box .one-box .predict-box .panel-box .panel .title-box {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4271c3;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-box .one-box .panel-left .title-box {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4271c3;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.main-box .one-box .content-box .list-box:nth-child(2n) {
    background-color: #ddebf4;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    font-size: 19px;
}

.main-box .one-box .panel-left .content-box .list-box {
    width: 63px;
    padding: 0 12px;
    height: 97px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box .value-box {
    color: #2d80ff;
    font-size: 16px;
    padding-right: 15px;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box .zhang {
    color: #eb2222;
    background: url(../images/up.png) no-repeat right center / 13px auto;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box .die {
    color: #14991d;
    background: url(../images/down.png) no-repeat right center / 13px auto;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box .ping {
    color: #2d80ff;
}

.main-box .one-box .predict-box .panel-box .panel .content-box .list-box:nth-child(1) {
    margin-top: 0;
}

.main-box .one-box .three-box {
    width: 23.5%;
    padding: 0px 0 0 35px;
    box-sizing: border-box;
}

.main-box .one-box .three-box .panel-box {
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.main-box .one-box .three-box .panel-box:nth-child(1) {
    padding: 0;
}

.main-box .one-box .three-box .panel-box .panel {
    height: 125px;
    border-radius: 5px;
    padding: 16px 0 0 16px;
    box-sizing: border-box;
    color: #ffffff;
}

.main-box .one-box .three-box .panel-box:nth-child(1) .panel {
    background: #3285ff;
}

.main-box .one-box .three-box .panel-box:nth-child(2) .panel {
    background: #ff9b00;
}

.main-box .one-box .three-box .panel-box:nth-child(3) .panel {
    background: #69c33c;
}

.main-box .one-box .three-box .panel-box:nth-child(4) .panel {
    background: #567bfd;
}

.main-box .one-box .three-box .panel-box .panel .date-box {
    margin-bottom: 4px;
    font-size: 15px;
}

.main-box .one-box .three-box .panel-box .panel .title-box {
    margin-bottom: 8px;
    font-size: 15px;
}

.main-box .one-box .three-box .panel-box .panel .value-box {
    text-align: right;
}

.main-box .one-box .three-box .panel-box .panel .value-box .price-box {
    display: inline-block;
    width: 75px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

.main-box .one-box .three-box .panel-box .panel .value-box .unit-box {
    display: inline-block;
    width: 70px;
    font-size: 13px;
    text-align: left;
}

.main-box .four-box {
    display: flex;
    margin-top: 48px;
}

.main-box .four-box::-webkit-scrollbar {
    height: 8px;
}

.main-box .four-box::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #2d80ff;
}

.main-box .four-box::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #c0d9ff;
}

.main-box .four-box .five-box {
    display: flex;
    align-items: center;
    margin-right: 22px;
    background: #ffffff;
}

.main-box .four-box .five-box .title-box {
    width: 110px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #3b89ff;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}

.main-box .four-box .five-box .content-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 24px 0 18px;
    font-size: 14px;
    color: #020202;
}

.main-box .six-box {
    flex: 1;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.main-box .six-box .title-box {
    width: 110px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #6675ff;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}

.main-box .six-box .up-box {
    height: 42px;
    position: relative;
    overflow: hidden;
}

.main-box .six-box .up-container {
    transition: all 1s;
}

.main-box .six-box .list-box {
    display: flex;
    align-items: center;
    padding: 0 24px 0 18px;
    height: 42px;
}

.main-box .six-box .list-box .content-box {
    margin-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1d1d1d;
    font-size: 14px;
}

.main-box .six-box .list-box span {
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #1d1d1d;
    border-radius: 5px;
}

.main-box .six-box .list-box .active {
    background: #e8edfc;
    color: #0940fd;
}

.main-box .six-box .list-box .negative {
    background: #ffe8e9;
    color: #ff1405;
}

.main-box .six-box .list-box .prompt {
    background: #f6eee1;
    color: #ffa203;
}

@media (max-width: 1720px) {
    .nine-box .weather-box {
        display: none;
    }
}

@media (max-width: 1320px) {
    .nine-box {
        padding-right: 50px;
        height: 172px;
    }

    .nine-box .panel-box .bottom-box {
        flex-wrap: wrap;
    }

    .nine-box .panel-box .bottom-box .left-box .increase-box {
        margin-bottom: 4px;
    }

    .nine-box .ratio-box .describe-box {
        line-height: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .main-box .one-box .two-box {
        width: 100%;
    }

    .main-box .one-box .predict-box {
        width: calc(100% + 35px);
        margin: 0 0 0 -35px;
    }

    .main-box .one-box .three-box {
        width: calc(100% + 30px);
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 -30px;
    }

    .main-box .one-box .three-box .panel-box {
        width: 25%;
        padding: 0 0 0 30px;
    }

    .main-box .one-box .three-box .panel-box:nth-child(1) {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .main-box .one-box .two-box {
        width: 100%;
    }

    .main-box .one-box .predict-box {
        width: calc(100% + 35px);
        margin: 0 0 0 -35px;
    }

    .main-box .one-box .three-box {
        width: calc(100% + 30px);
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 -30px;
    }

    .main-box .one-box .three-box .panel-box {
        width: 50%;
        padding: 0 0 0 30px;
        margin-top: 30px;
    }

    .main-box .one-box .three-box .panel-box:nth-child(1) {
        padding: 0 0 0 30px;
        margin-top: 0;
    }

    .main-box .one-box .three-box .panel-box:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 799px) {
    .main-box .one-box .two-box {
        width: 100%;
    }

    .main-box .one-box .predict-box {
        width: calc(100% + 35px);
        margin: 0 0 0 -35px;
    }

    .main-box .one-box .three-box {
        width: calc(100% + 30px);
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 -30px;
    }

    .main-box .one-box .three-box .panel-box {
        width: 100%;
        padding: 0 0 0 30px;
        margin-top: 30px;
    }

    .main-box .one-box .three-box .panel-box:nth-child(1) {
        padding: 0 0 0 30px;
        margin-top: 0;
    }
}

.dayline {
    justify-content: center;
    align-items: center;
    display: none;
    margin-bottom: 16px;
}

.dayline span {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff;
    color: #2972fe;
    border: 1px solid #2972fe;
    cursor: pointer;
    margin-left: 20px;
    cursor: pointer;
}

.dayline span:nth-child(1) {
    margin-left: 0;
}

.dayline .active {
    background: #2972fe;
    color: #ffffff;
}

.main-box .one-box .two-box .chart {
    height: 560px;
}

.main-box .one-box .two-box .chart2 {
    height: 360px;
    display: none;
    margin-bottom: 20px;
}

.main-box .one-box .two-box .show-box {
    display: none;
}

.main-box .one-box .two-box .show-box .list-box {
    flex: 1;
}

.main-box .one-box .two-box .show-box .list-box .img-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.main-box .one-box .two-box .show-box .list-box .img-box img {
    width: 100%;
}

.main-box .one-box .two-box .show-box .list-box p {
    word-break: break-all;
    text-align: center;
    font-size: 15px;
}

.history-box {
    justify-content: center;
    align-items: center;
    display: none;
}

.history-box .list-box {
    width: 112px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #2972fe;
    border: 1px solid #2972fe;
    font-size: 15px;
    font-weight: bold;
    margin-left: 18px;
    cursor: pointer;
}

.history-box .list-box:nth-child(1) {
    margin-left: 0;
}

.history-box .active {
    background: #2972fe;
    color: #ffffff;
}



/*活动提醒*/
.activty li {
    padding: 0 15px 5px;
    line-height: 28px;
    text-align: justify;
}

.swipernew {
    width: 100%;
    padding-bottom: 30px !important;
}

.swiper-slidenew {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.swiper-slidenew img {
    width: 100%;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1.1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.8) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.6) !important;
}



/*下拉框*/
.custom-select {
    /*width: 120px;*/
    position: relative;
    z-index: 999;
}

.custom-selected-option {
    height: 30px;
    padding: 0 5px 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ccc;
}

.custom-selected-option img {
    width: 20px;
    height: 20px;
}

.custom-options {
    list-style: none;
    border: 1px solid #757575;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 500px;
    overflow-y: auto;
    left: 0;
    top: 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    display: none;
    background: #ffffff;
}

.custom-options::-webkit-scrollbar {
    width: 6px;
}

.custom-options::-webkit-scrollbar-thumb {
    background-color: rgba(165, 162, 163, 0.4);
    border-radius: 6px;
}

.custom-options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.custom-options li {
    cursor: pointer;
    background: #ffffff;
}

.custom-options li a {
    display: inline-block;
    width: 100%;
    color: black;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 10px;
     font-size: 14px; 
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-options li:hover {
    background-color: #1967d2;
}

.custom-select-active {
    background-color: #1967d2 !important;
}


.custom-selectnew {
  width: 120px;
  position: relative;
  font-size: 12px;
  margin-left: 20px;
}

.custom-selected-optionnew {
  height: 32px;
  padding: 0 0px 0 5px;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #179df2;
  border-radius: 6px;
}
.custom-selected-optionnew .custom-araename {
  color: #179df2;
}

.custom-selected-optionnew img {
  width: 25px;
  height: 25px;
}

.custom-optionsnew {
  list-style: none;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  left: 0;
  top: 35px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  background-color: #fff;
  border-top: none;
}
.custom-optionsnew li {
  cursor: pointer;
}

.custom-optionsnew li a {
  display: inline-block;
  width: 100%;
  color: black;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 10px;
  /* font-size: 14px; */
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-optionsnew li:hover a {
  background-color: #179df2;
  color: #fff !important;
}

/* 涨跌数据颜色 */
.green {
  color: #16b195;
}
.red {
  color: #e90f0f;
}