.product {
    margin-bottom: 10px;
    display: flex;
    /* 设置渐变背景，从上到下 */
    background: linear-gradient(to bottom, #090142, #cecaff);
    /* 其他样式 */
    width: 100%;
    height: 41vw;
    color: white;
    text-align: center;
}

.phone400 {
    font-size: 2vw;
    text-align: right;
}

.indProduct {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.indProductTitle {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mainLable {
    font-size: 4vw;
    letter-spacing: 0.8vw;
    align-items: left;
    text-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.5);
}

.mainImage {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 60%;
    margin: 100px, 0px;
}

.ImageBorder {
    display: flex;
    justify-content: start;
    align-items: center;
}

.img01 {
    height: 80%;
}

.img02 {
    height: 80%;
    align-items: center;
}

.img03 {
    height: 50%;
    align-items: center;
}

.img04 {
    height: 90%;
    align-items: center;
}

.img05 {
    height: 70%;
    align-items: center;
}
.img06 {
    height: 70%;
    align-items: center;
}
.img07 {
    height: 90%;
    align-items: center;
}
.indroduce01 {
    display: flex;
    flex-direction: row;
    height: 30vw;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ececec;
}

.indroduce02 {
    display: flex;
    flex-direction: row;
    height: 10vw;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ececec;
}

.ind {
    display: flex;
    flex-direction: column;
    font-size: 50px;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-text {
    color: red;
    font-size: 3dvw;
    font-family: 'KaiTi', '楷体', serif;
}
.zhiheName{
    font-size: 1.6vw;
}

.indItem01 {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.IndItem02{
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indTitle {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei Light', '微软雅黑 Light', sans-serif;
    font-weight: 350;
    font-size: 1.5vw;
    letter-spacing: 15px;
    color: #818181;
}
.indContent{
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei Light', '微软雅黑 Light', sans-serif;
    font-weight: 350;
    font-size: 1vw;
    letter-spacing: 15px;
    list-style: square;
    color: #818181;
    line-height: 2vw;
}

table {
    width: 100%;
    height: 70%;
    border: 1px solid #5b5b5b;
    border-collapse: collapse;
    align-items: center;
    justify-content: center;
}

.indroduceTable {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    height: 30vw;
    width: 100%;
    background-color: #ececec;
    align-items: center;
    justify-items: center;
}

th {
    width: 100%;
    font-size: 50px;
    color: #ececec;
}

tr {
    height: 20px;
    background-color: #ececec;
}

td {
    text-align: center;
    color: #656565;
    border: 1px solid #6f6f6f;
    border-collapse: collapse;
    line-height: 1.5vw;
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei Light', '微软雅黑 Light', sans-serif;
    font-weight: 0.5w;
    /* 设置字体为瘦体 */
}

.tableHead {
    font-size: 1.1vw;
    height: 2vw;
    color: #6e6e6e;
    font-family: 'Microsoft YaHei Light', '微软雅黑 Light', 'Microsoft YaHei', '微软雅黑', sans-serif;
    font-weight: 70%;
    /* 设置字体为瘦体 */
}

.tableTitle {
    font-size: 2vw;
    margin-top: 2vw;
    color: #6e6e6e;
    letter-spacing: 2ch;
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei Light', '微软雅黑 Light', sans-serif;
    font-weight: 400;
    align-items: center;
    /* 设置字体为瘦体 */
}

ul {
    padding: 0;
    list-style: none;
    font-size: 0.8vw;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
    font-weight: 50%;
}

.tableContent {
    font-size: 30px;
    color: #6e6e6e;
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei Light', '微软雅黑 Light', sans-serif;
    font-weight: 350;
    /* 设置字体为瘦体 */
}

.itemName{
    font-size: 1.5vw;

}