﻿﻿﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

* a {
    text-decoration: none;
}

/* 全屏布局 */
html,
body {
    height: 100%;
}

.box {
    /* min-height: 100%; */
}

.section {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.pro-big-card1 {
    flex: 1;
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
}



/* ----------------------------------------------------------------------首页头部----------------------------------------------------------------------- */


.pro-big-card1 {
    margin-top: 100px;
}

.pro-card2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1vw;
}

.pro-card2 a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.pro-card2 i {
    width: 10px;
    height: 17px;
    color: #DDDDDD;
}

.pro-card2 span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.pro-card3 {
    display: flex;
    gap: 10px;
    align-items: flex-start;

}

.pro-card4 {
    flex: 1;
    display: flex;
    gap: 10px;
}

.pro-card5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 100px;
}
.pro-card5-box {
    height: 700px;
    overflow-y: auto;

    .thumb-item {
        cursor: pointer;
        margin-bottom: 12px;
    }
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item:hover {
    border-color: #275DBF;
}

.icon-jiantou,
.icon-jiantou9 {
    text-align: center;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.pro-card6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pro-card6 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.pro-card7 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.pro-card7 h3 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}


.info-wrap {
    display: flex;
    gap: 15px;
}

.info-card {
    flex: 1;
    display: flex;
    border-radius: 10px;
}

.label {
    white-space: nowrap;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.value {
    white-space: nowrap;
    padding-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.pro-table {
    width: 100%;
    border-collapse: collapse;
}

.pro-table th {
    border: 1px solid #eee;
    background: #F9F9F9;
    border-radius: 10px 0px 0px 0px;
    padding: 10px 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.pro-table td {
    border: 1px solid #eee;
    padding: 10px 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.ask-btn {
    width: fit-content;
    padding: 10px 20px;
    background: #275DBF;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
}

.ask-btn:hover {
    width: fit-content;
    padding: 10px 20px;
    background: #275DBF;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
}


.ditial-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.ditial-text {
    background: #fff;
    padding: 60px 160px;
}

.ditial-text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 0;
}

.ditial-wrap img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ditial-text2 {
    background: #fff;
    padding: 15px 160px;
}

