@charset "utf-8";

/* index-banner */
.index-banner {
    height: 500px;
    background: #0036ff linear-gradient(106deg,#1748ff,#0036ff);
}

.index-banner .banner-panel {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
}

.index-banner .banner-panel .panel-title {
    display: flex;
    justify-content: space-between;
}

.index-banner .banner-panel .panel-title h4 {
    font-size: 18px;
    font-weight: bold;
}

.index-banner .banner-panel .panel-title h4 i {
    color: #0036ff;
    font-size: 20px;
    font-weight: normal;
}

.index-banner .banner-panel .panel-title .panel-right a {
    color: #999;
    font-size: 14px;
}

.index-banner .banner-panel .panel-title .panel-right a i {
    font-size: 14px;
}

.index-banner .banner-panel .panel-title .panel-right select {
    border: none;
    outline: none;
    text-align: right;
}

.index-banner .banner-panel .panel-body {
    margin-top: 13px;
}

.index-banner .container {
    display: flex;
    justify-content: space-between;
}

.index-banner .index-banner-left .banner-search-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.index-banner .index-banner-left .banner-search-box .banner-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 680px;
    height: 44px;
    box-sizing: border-box;
    padding: 0 5px 0 12px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 0;
}

.index-banner .index-banner-left .banner-search-box .banner-search input {
    flex: 1;
    font-size: 16px;
    line-height: 34px;
    vertical-align: top;
}

.index-banner .index-banner-left .banner-search-box .banner-search .search-btn {
    display: inline-block;
    width: 36px;
    height: 34px;
    margin-left: 10px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    border-radius: 2px;
    color: #0036ff;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
}

.index-banner .index-banner-left .banner-search-box .banner-search .search-btn i {
    font-size: 18px;
}

.index-banner .index-banner-left .banner-search-box .banner-search .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 34px;
    margin-left: 10px;
    background-color: #0036ff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list {
    display: flex;
    margin-left: 20px;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list li {
    display: inline-block;
    opacity: 0.5;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list li+li {
    margin-left: 10px;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list li.active,
.index-banner .index-banner-left .banner-search-box .banner-class-list li:hover {
    opacity: 1;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.index-banner .index-banner-left .banner-search-box .banner-class-list li a i {
    margin-right: 3px;
    color: #fff;
    font-size: 30px;
}

.index-banner .index-banner-left .banner-main {
    display: flex;
    margin-top: 20px;
    font-size: 0;
}

.index-banner .index-banner-left .banner-main .contrast-box {
    width: 540px;
    height: 370px;
    transition: transform .5s,box-shadow .5s;
}

.index-banner .index-banner-left .banner-main .contrast-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.index-banner .index-banner-left .banner-main .contrast-box .panel-body {
    display: flex;
    justify-content: space-between;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-left,
.index-banner .index-banner-left .banner-main .contrast-box .contrast-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 175px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    text-align: center;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-add .contrast-icon {
    line-height: 1;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-add .contrast-icon i {
    color: #003fff;
    font-size: 30px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-add h3 {
    margin: 10px 0;
    color: #003fff;
    font-size: 16px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-add p {
    color: #8a8a8a;
    font-size: 14px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-product .product-icon {
    line-height: 1;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-product .product-icon img {
    width: 52px;
    height: 52px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-product h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: normal;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-product h3 i {
    font-size: 14px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-product p {
    color: #888;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-separate {
    position: relative;
    display: flex;
    align-items: center;
    height: 175px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-separate:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #f2f2f2;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-separate span {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #e3e3e3;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-separate a.contrast-submit {
    position: absolute;
    left: -80%;
    bottom: 0;
    z-index: 11;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    background-color: #003fff;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list {
    margin-top: 20px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-title h4 i {
    color: #ff6000;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-body ul li {
    display: flex;
    justify-content: space-between;
    width: 240px;
    font-size: 16px;
    white-space: nowrap;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-body ul li+li+li {
    margin-top: 10px;
}

.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-body ul li a  {
    overflow: hidden;
    max-width: 180px;
    color: #333;
    text-overflow: ellipsis;
}


.index-banner .index-banner-left .banner-main .contrast-box .contrast-hot-list .panel-body ul li span {
    color: #999;
    font-size: 14px;
}

.index-banner .index-banner-left .banner-main .gpu-rank {
    width: 290px;
    height: 370px;
    margin-left: 10px;
    transition: transform .5s,box-shadow .5s;
}

.index-banner .index-banner-left .banner-main .gpu-rank:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.index-banner .index-banner-left .banner-main .gpu-rank .panel-body ul {
    overflow: auto;
    display: none;
    height: 295px;
}

.index-banner .index-banner-left .banner-main .gpu-rank .panel-body ul.active {
    display: block;
}

.index-banner .index-banner-left .banner-main .gpu-rank .panel-body ul .mCSB_inside .mCSB_container {
    margin-right: 3px;
}

.index-banner .index-banner-left .banner-main .gpu-rank .panel-body ul .mCSB_inside .mCSB_scrollTools {
    width: 4px;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item:hover  {
    background: #f5f5f5;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item + li {
    margin-top: 8px;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item .gpu-rank-version {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.7px;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item .gpu-rank-bar {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 22px;
    margin-right: 5px;
    border-radius: 11px;
    background-color: #ddd;
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item .gpu-rank-bar span {
    display: inline-block;
    height: 22px;
    border-radius: 11px;
    background: #0036ff linear-gradient(to right, #4f70eb, #0036ff);
}

.index-banner .index-banner-left .banner-main .gpu-rank .gpu-rank-item .gpu-rank-bar .gpu-rank-score {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 5px #000;
}

.index-banner .index-banner-left .banner-main .news {
    width: 290px;
    margin-left: 10px;
    transition: transform .5s,box-shadow .5s;
}

.index-banner .index-banner-left .banner-main .news:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.index-banner .index-banner-left .banner-main .news .panel-body ul li {
    border-top: 1px solid #f2f2f2;
    padding: 7px 0;
}

.index-banner .index-banner-left .banner-main .news .panel-body ul li:first-child {
    padding-top: 0;
    border-top: none;
}

.index-banner .index-banner-left .banner-main .news .panel-body ul li a h5 {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-banner .index-banner-left .banner-main .news .panel-body ul li a p {
    margin-top: 7px;
    color: #999;
    font-size: 14px;
}

.index-banner .index-banner-right .price-trend {
    width: 340px;
    height: 500px;
    padding: 0;
    border-radius: 0;
}

.index-banner .index-banner-right .price-trend .panel-title {
    align-items: center;
    padding: 16px 20px 0;
}

.index-banner .index-banner-right .price-trend .panel-right p {
    text-align: right;
    font-size: 13px;
}

.index-banner .index-banner-right .price-trend .price-trend-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    margin-top: 13px;
    background-color: #eaefff;
}

.index-banner .index-banner-right .price-trend .price-trend-tab li {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    line-height: 34px;
    cursor: pointer;
    clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 95% 0%);
}

.index-banner .index-banner-right .price-trend .price-trend-tab li:first-child {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 95% 0%);
}

.index-banner .index-banner-right .price-trend .price-trend-tab li:last-child {
    clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.index-banner .index-banner-right .price-trend .price-trend-tab li:hover {
    background: #d5def7;
}

.index-banner .index-banner-right .price-trend .price-trend-tab li.active {
    background: #0036ff linear-gradient(to right, #4f70eb, #0036ff);
    color: #fff;
}

.index-banner .index-banner-right .price-trend .price-trend-list {
    margin: 15px 15px 0;
}

.index-banner .index-banner-right .price-trend .price-trend-list .price-trend-item {
    position: relative;
    display: none;
    height: 330px;
}

.index-banner .index-banner-right .price-trend .price-trend-list .price-trend-item span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeff5;
    font-size: 14px;
    text-align: center;
    color: #b5b5b5;
}

.index-banner .index-banner-right .price-trend .price-trend-list .price-trend-item.active {
    display: block;
}

.index-banner .index-banner-right .price-trend .price-trend-bottom {
    margin: 8px 20px 0;
}

.index-banner .index-banner-right .price-trend .price-trend-bottom .price-trend-more {
    display: block;
    background-color: #003fff;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
/* index-banner */

/* index-warning */
.index-warning {
    height: 44px;
    background-color: #ff6000;
}

.index-warning .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-warning .container h4 {
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

.index-warning .container h4 i {
    font-size: 20px;
    font-weight: normal;
}

.index-warning .index-warning-body {
    width: 860px;
    height: 30px;
    overflow: hidden;
}

.index-warning .index-warning-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 860px;
}

.index-warning .index-warning-body ul li {
    box-sizing: border-box;
    height: 30px;
}

.index-warning .index-warning-body ul li a {
    display: flex;
    padding: 0 10px;
    margin-top: 8px;
    opacity: 0.6;
    color: #fff;
    transition: opacity .6s;
}

.index-warning .index-warning-body ul li:hover a {
    opacity: 1;
}

.index-warning .index-warning-body ul li:nth-child(2n+1) a {
    border-right: 1px solid #ff7d2e;
}

.index-warning .index-warning-body ul li a i {
    margin-right: 5px;
}

.index-warning .index-warning-body ul li a h5 {
    overflow: hidden;
    max-width: 270px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-warning .index-warning-body ul li a:hover h5 {
    text-decoration: underline;
}
/* index-warning */

/* index-pannel-title */
.index-pannel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-pannel-title h3 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
}

.index-pannel-title h3 i {
    color: #0036ff;
    font-size: 24px;
}

.index-pannel-title .index-pannel-title-right a {
    color: #003fff;
    font-size: 16px;
}

.index-pannel-title .index-pannel-title-right a i {
    color: #003fff;
    font-size: 16px;
}
/* index-pannel-title */

/* index-pannel-subtitle */
.index-pannel-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-pannel-subtitle h4 {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 20px;
    font-weight: normal;
}

.index-pannel-subtitle h4:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #0036ff;
    margin-right: 7px;
}
/* index-pannel-subtitle */

/* index-scene */
.index-scene {
    margin-top: 40px;
}

.index-scene .index-pannel-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    gap: 10px;
}

.index-scene .index-pannel-body .index-scene-item {
    overflow: hidden;
    /* width: 360px; */
    height: 230px;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-scene .index-pannel-body .index-scene-item:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-title {
    padding: 30px 22px 20px;
    background-color: #003fff;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-title h4 {
    display: flex;
    color: #fff;
    font-size: 18px;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-title h4 i {
    margin-right: 7px;
    font-size: 22px;
    font-weight: normal;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-title p {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body {
    padding: 20px 15px;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-demand {
    padding: 8px;
    border-radius: 10px;
    background-color: #eff2ff;
    color: #666;
    font-size: 14px;
    line-height: 1.25;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-demand b {
    color: #0036ff;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 12px;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product li {
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #eff2ff;
    color: #555;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product li:hover {
    background-color: #0036ff;
    color: #fff;
}

/* index-scene */

.index-dynamic-scene {
    margin-top: 30px;
}

.index-dynamic-scene .index-pannel-subtitle-right {
    display: flex;
    align-items: center;
}

.index-dynamic-scene .index-pannel-subtitle-right .switch-box {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.index-dynamic-scene .index-pannel-subtitle-right .switch-box .switch-text {
    margin-left: 5px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.index-dynamic-scene .index-pannel-body {
    display: flex;
    margin-top: 20px;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item {
    box-sizing: border-box;
    flex: 1;
    margin-right: 20px;
    padding: 26px 22px 22px;;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item:last-child {
    margin-right: 0;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-title h5 {
    color: #222;
    font-size: 18px;
    font-weight: normal;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-title span {
    color: #0036ff;
    font-size: 18px;
    font-weight: normal;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-range span {
    margin-top: 10px;
    color: #888888;
    font-size: 14px;
}


.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-desc {
    margin-top: 30px;
    color: #555;
    font-size: 16px; 
}

.index-dynamic-scene .index-pannel-body .index-dynamic-scene-item .index-dynamic-scene-item-desc i {
    margin-right: 5px;
    color: #0036ff; 
    font-size: 18px;
}
/* index-dynamic-scene */

/* index-dynamic-scene-result */
.index-dynamic-scene-result {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.index-dynamic-scene-result .radar-chart {
    width: 510px;
}

.index-dynamic-scene-result .radar-chart .radar-chart-body {
    padding: 30px 20px;
    margin-top: 20px;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-dynamic-scene-result .radar-chart .radar-chart-body:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-dynamic-scene-result .scene-result-list {
    width: 970px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body {
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul {
    overflow: auto;
    max-height: 650px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul .mCSB_inside > .mCSB_scrollTools {
    width: 8px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li:hover {
    background-color: #f5f5f5;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li:last-child {
    border-bottom: none;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box label {
    width: 24px;
    height: 24px;
    background-color: #003fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box .gpu-icon {
    height: 48px;
    margin-left: 15px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box .gpu-icon img {
    width: 48px;
    height: 48px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box .gpu-info {
    margin-left: 15px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box .gpu-info h5 {
    color: #222;
    font-size: 18px;
    font-weight: normal;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-info-box .gpu-info p {
    margin-top: 5px;
    color: #888;
    font-size: 14px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match {
    text-align: right;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-degree {
    color: #0036ff;
    font-size: 16px;
    font-weight: bold;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar {
    overflow: hidden;
    display: flex;
    width: 100px;
    height: 6px;
    background-color: #ddd;
    margin-top: 7px;
    border-radius: 3px;
    font-size: 0;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span {
    display: inline-block;
    height: 6px;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span:nth-child(1) {
    background-color: #0036ff;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span:nth-child(2) {
    background-color: #007eff;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span:nth-child(3) {
    background-color: #00a8ff;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span:nth-child(4) {
    background-color: #00c0ff;
}

.index-dynamic-scene-result .scene-result-list .scene-result-list-body ul li .gpu-match .gpu-match-bar span:nth-child(5) {
    background-color: #00d8ff;
}

/* index-dynamic-scene-result */

/* index-framework-market */
.index-framework-market {
    position: relative;
    padding: 40px 0;
}

.index-framework-market:after {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: linear-gradient(to bottom, #fff, #eef1fb);
}

.index-framework-market .index-pannel-body {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.index-framework-market .index-pannel-body .index-framework {
    width: 840px;
    height: 420px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-framework-market .index-pannel-body .index-framework:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-framework-market .index-pannel-body .index-framework .index-pannel-subtitle-right .switch-box {
    display: flex;
    align-items: center;
}

.index-framework-market .index-pannel-body .index-framework .index-pannel-subtitle-right .switch-box .switch-text {
    margin-left: 5px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.index-framework-market .index-pannel-body .index-market-share {
    width: 320px;
    height: 420px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-framework-market .index-pannel-body .index-market-share:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-framework-market .index-pannel-body .index-application-area {
    width: 320px;
    height: 420px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-framework-market .index-pannel-body .index-application-area:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-framework-market .index-pannel-body .index-framework-body {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 335px;
    margin-top: 20px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-brand {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    height: 335px;
    width: 50px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-brand .index-framework-brand-item img {
    width: 30px;
    height: 158px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content {
    width: 750px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 8px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 1px auto;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    margin: 2px 0;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-group {
    overflow: auto
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list {
    height: 150px;
    white-space: nowrap;
    font-size: 0;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list .index-framework-item  {
    display: inline-block;
    box-sizing: border-box;
    width: 156px;
    height: 150px;
    padding: 0 4px;
    text-align: center;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list .index-framework-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #0036ff;
    color: #fff;
    font-size: 26px;
    line-height: 70px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list .index-framework-item time {
    display: block;
    margin-top: 13px;
    color: #222;
    font-size: 16px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list .index-framework-item h5 {
    margin-top: 10px;
    color: #0036ff;
    font-size: 18px;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-list .index-framework-item p {
    overflow: hidden;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    text-overflow: ellipsis;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-time-axis {
    position: relative;
    height: 8px;
    margin: 8px 0;
    font-size: 0;
    white-space: nowrap;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-time-axis:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #cacaca;
}

.index-framework-market .index-pannel-body .index-framework-body .index-framework-content .index-framework-time-axis li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 74px;
    border-radius: 50%;
    background-color: #cacaca;
}

.index-framework-market .index-pannel-body .index-market-share .index-market-share-chart {
    margin-top: 15px;
}


.index-framework-market .index-pannel-body .index-market-share .index-market-share-chart canvas {
    max-width: 270px;
    max-height: 150px;
    margin: 5px;
    box-sizing: border-box;
}

.index-framework-market .index-pannel-body .index-application-area .index-application-area-chart {
    margin-top: 15px;
}

.index-framework-market .index-pannel-body .index-application-area canvas {
    max-width: 270px;
    max-height: 345px;
    box-sizing: border-box;
}
/* index-framework-market */

/* index-tools */
.index-tools {
    margin-top: 40px;
}

.index-tools .tools-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.index-tools .tools-tab li a {
    display: block;
    padding: 8px 10px;
    color: #222;
}

.index-tools .tools-tab li.active a,
.index-tools .tools-tab li:hover a {
    border-radius: 2px;
    background-color: #003fff;
    color: #fff;
}

.index-tools .index-pannel-body {
    margin-top: 20px;
}

.index-tools .index-pannel-body .index-tools-list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
}

.index-tools .index-pannel-body .index-tools-list.active {
    display: block;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item {
    display: inline-block;
    box-sizing: border-box;
    width: 241px;
    height: 220px;
    padding: 20px 20px 0;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #f7f8fc;
    vertical-align: top;
    text-align: center;
    transition: transform .5s,background-color .5s;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:hover {
    background-color: #0036ff;
    transform: translateY(-3px);
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item+li+li+li+li+li+li {
    margin-top: 10px;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:nth-child(6n+1) {
    margin-left: 0;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item .index-tool-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:hover .index-tool-icon {
    background-color: #fff;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item .index-tool-icon img {
    max-width: 80%;
    max-height: 80%;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item h5 {
    margin-top: 10px;
    color: #222;
    font-size: 18px;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:hover h5 {
    color: #fff;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item p {
    margin-top: 8px;
    color: #333;
    line-height: 1.25;
    font-size: 14px;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:hover p{
    color: #fff;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item .index-tool-btn {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 10px;
    background-color: #0036ff;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.index-tools .index-pannel-body .index-tools-list .index-tool-item:hover .index-tool-btn {
    background-color: #fff;
    color: #0036ff;
}
/* index-tools */

/* index-brand */
.index-brand {
    margin-top: 40px;
}

.index-brand .index-pannel-body {
    margin-top: 20px;
}

.index-brand .index-pannel-body .index-brand-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.index-brand .index-pannel-body .index-brand-list .index-brand-item {
    /* width: 241px; */
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow:  0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.index-brand .index-pannel-body .index-brand-list .index-brand-item:hover {
    box-shadow:  0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-brand .index-pannel-body .index-brand-list .index-brand-item .index-brand-icon {
    height: 36px;
    margin-top: 20px;
}

.index-brand .index-pannel-body .index-brand-list .index-brand-item .index-brand-icon img {
    max-width: 100%;
    max-height: 100%;
}

.index-brand .index-pannel-body .index-brand-list .index-brand-item h5 {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
/* index-brand */