@charset "utf-8";
.check-box,.radio-box {
    display: flex;
    align-items: center;
}

.check-box label,.radio-box label {
    padding-left: 5px;
    cursor: pointer;
}

/* banner-box */
.banner-box {
    display: flex;
    align-items: center;
    height: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0036ff;
}

.banner-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}

.banner-box p {
    margin: 10px 0 5px;
    color: #a0b4ff;
    font-size: 18px;
}
/* banner-box */

/* 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: 30px;
}

.index-scene .index-pannel-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    gap: 10px;
}

.index-scene .index-pannel-body .index-scene-item {
    --theme-color: 0,54,255;
    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;
    border-bottom: 1px solid #e9eeff;
    transition: .5s;
}

.index-scene .index-pannel-body .index-scene-item:hover .index-scene-item-title,
.index-scene .index-pannel-body .index-scene-item.active .index-scene-item-title {
    background-color: rgb(var(--theme-color));
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-title h4 {
    display: flex;
    color: rgb(var(--theme-color));
    font-size: 18px;
    transition: .5s;
}

.index-scene .index-pannel-body .index-scene-item:hover .index-scene-item-title h4,
.index-scene .index-pannel-body .index-scene-item.active .index-scene-item-title h4 {
    color: #fff;
}

.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: 15px;
    color: #2b2b2b7e;
    font-size: 15px;
    transition: .5s;
}

.index-scene .index-pannel-body .index-scene-item:hover .index-scene-item-title p,
.index-scene .index-pannel-body .index-scene-item.active .index-scene-item-title p {
    color: #fff;
}

.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: #f8f9ff;
    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: rgb(var(--theme-color));
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
    height: 24px;
    margin-top: 12px;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product li {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #f8f9ff;
    letter-spacing: -0.4px;
    color: #555;
    transition: 0.5s;
}

.index-scene .index-pannel-body .index-scene-item:hover .index-scene-item-body .scene-item-product li {
    background-color: #eff2ff;
}

.index-scene .index-pannel-body .index-scene-item .index-scene-item-body .scene-item-product li:hover {
    background-color: rgb(var(--theme-color));
    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 a.btn {
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
}

.index-dynamic-scene .index-pannel-subtitle-right a.btn i {
    font-size: 14px;
}

.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 {
    padding-left: 5px;
    cursor: pointer;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.index-dynamic-scene .index-pannel-body {
    margin-top: 20px;
}

.index-dynamic-scene .index-dynamic-scene-list {
    display: flex;
    gap: 10px;
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item {
    box-sizing: border-box;
    flex: 1;
    padding: 26px 22px 22px;;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s,opacity .5s;
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    opacity: 1!important;
    transform: translateY(-3px);
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item:last-child {
    margin-right: 0;
}

.index-dynamic-scene .index-dynamic-scene-list .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-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-title h5 {
    color: #222;
    font-size: 18px;
    font-weight: normal;
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-title span {
    color: #0036ff;
    font-size: 18px;
    font-weight: normal;
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-range span {
    margin-top: 10px;
    color: #888888;
    font-size: 14px;
}


.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-desc {
    margin-top: 30px;
    color: #555;
    font-size: 16px; 
}

.index-dynamic-scene .index-dynamic-scene-list .index-dynamic-scene-item .index-dynamic-scene-item-desc i {
    margin-right: 5px;
    color: #0036ff; 
    font-size: 18px;
}

.index-dynamic-scene .index-dynamic-scene-more {
    display: flex;
    gap: 25px;
    margin-top: 10px;
    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-dynamic-scene-more:hover {
    box-shadow: 0 3px 20px rgba(0,63,255,0.2);
    transform: translateY(-3px);
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item h5 {
    font-size: 16px;
    font-weight: normal;
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item .dynamic-scene-condition {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item.brand .dynamic-scene-condition {
    display: flex;
    gap: 10px;
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item.brand .dynamic-scene-condition .check-box,
.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item.brand .dynamic-scene-condition .radio-box{
    margin-right: 10px;
}

.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item.brand .dynamic-scene-condition .check-box label,
.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item.brand .dynamic-scene-condition .radio-box label{
    color: #555;
}


.index-dynamic-scene .index-dynamic-scene-more .index-dynamic-scene-item .dynamic-scene-condition input[type="number"] {
    width: 80px;
    height: 26px;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #d8e0ff;
}

/* 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: 980px;
}

.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 */

/* product-list-header */
.product-list-header {
    margin-top: 25px;
}

.product-list-header .product-list-count {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.product-list-header .product-list-count span {
    color: #0036ff;
}

.product-list-header .product-list-sort {
    display: flex;
}

.product-list-header .product-list-sort a {
    padding: 8px 10px;
    color: #222;
}

.product-list-header .product-list-sort a.active,
.product-list-header .product-list-sort a:hover {
    border-radius: 2px;
    background-color: #003fff;
    color: #fff;
}
/* product-list-header */

/* product-list */
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 18px;
}

.product-list .product-list-item {
    position: relative;
    width: 292px;
    height: 390px;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(0,63,255,0.1);
    transition: transform .5s,box-shadow .5s;
}

.product-list .product-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 30px rgba(0,63,255,0.2);
}

.product-list .product-list-item .product-image-box {
    width: 288px;
    height: 219px;
}

.product-list .product-list-item .product-image-box img.product-brand-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45px;
    height: 45px;
}

.product-list .product-list-item .product-image-box img.product-item-image {
    width: 100%;
    height: 100%;
}

.product-list .product-list-item .product-item-trend {
    position: absolute;
    top: 190px;
    right: 10px;
}

.product-list .product-list-item .product-item-trend a.trend-btn {
    color: #ff6000;
}

.product-list .product-list-item .product-item-trend a.trend-btn i {
    margin-right: 3px;
    font-size: 15px;
}

.product-list .product-list-item h4 {
    overflow: hidden;
    padding: 0 18px;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
}

.product-list .product-list-item h4 a {
    white-space: nowrap;
    color: #222;
}

.product-list .product-list-item ul {
    margin-top: 15px;
    padding: 0 18px;
}

.product-list .product-list-item ul li {
    display: flex;
    justify-content: space-between;
}

.product-list .product-list-item ul li+li {
    margin-top: 10px;
}

.product-list .product-list-item ul li span {
    color: #454545;
}

.product-list .product-list-item .product-item-btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
    padding: 0 18px;
    font-size: 0;
}

.product-list .product-list-item .product-item-btns a {
    display: inline-block;
    flex-grow: 1;
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #829dff;
    color: #6989ff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}


.product-list .product-list-item .product-item-btns a.active {
    border: 1px solid #0036ff;
    color: #0036ff;
}

.product-list .product-list-item .product-item-btns a i {
    margin-right: 3px;
    font-size: 15px;
}

.product-list .product-list-item .product-item-btns a.analysis-btn {
    background-color: #0036ff;
    border: 1px solid #0036ff;
    color: #fff;
}
/* product-list */

.product-pagenation {
    margin-top: 30px;
    text-align: center;
}

.product-pagenation ul {
    font-size: 0;
}

.product-pagenation ul li {
    box-sizing: border-box;
    display: inline-block;
    height: 34px;
    margin: 0 8px;
    border-radius: 2px;
    border: 1px solid #0036ff;
    line-height: 32px;
}

.product-pagenation ul li.noPage {
    border: none;
}

.product-pagenation ul li:first-child,
.product-pagenation ul li:last-child {
    background-color: #0036ff;
    border: 1px solid #0036ff;
}

.product-pagenation ul li:first-child.noPage a,
.product-pagenation ul li:last-child.noPage a {
    cursor: no-drop;
}

.product-pagenation ul li a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #0036ff;
    font-size: 16px;
}

.product-pagenation ul li.noPage a {
    padding: 0;
    cursor: default;
}

.product-pagenation ul li:first-child a,
.product-pagenation ul li:last-child a {
    padding: 0 17px;
    color: #fff;
}

.product-pagenation ul li a i {
    font-size: 18px;
    vertical-align: middle;
}

.product-pagenation ul li.pre {
    background-color: #0036ff;
}

.product-pagenation ul li.pre a {
    color: #fff;
}