body {
    /*background: #FAF8F6;*/
}

/* 产品中心标题 */
.product_title {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 32px;
}





h2 {
    margin: 0 0 32px 0;
    justify-content: left;
    font-size: 30px;
    border-bottom: 1px #d0d0d0 solid;
    padding-bottom: 12px;
}

.container.row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.caption {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 56px;
    border-bottom: 1px #d0d0d0 solid;
}

.products-category {
    min-width: 240px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    border: #CDCDCD 1px solid;
    border-radius: 8px;
    padding: 24px 24px;
}

.products-category div {
    padding: 6px 0;
}

.products-category .category-name:not(:first-child) {
    margin-top: 16px;
}

.products-category div:not(:first-child) {
    margin-top: 8px;
}

.product-list-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-content: start;
}

.product-list-5 {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-content: start;
}



.pagination-box {
    margin-top: 24px;
}

/* .hot-product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
} */

.hot_product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    background-color: rgb(237, 244, 249);
}

.hot_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.hot_product2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    box-shadow: #a3a7ac 1px 5px 5px 2px;
    background-color: #ffffff;
    margin-top: 32px;
}

.hot_product3 {
    box-shadow: #a3a7ac 1px 5px 5px 2px;
    background-color: #ffffff;
    margin: 32px 0;
}

.image-container {
    text-align: center;
}

.image-container2 {
    text-align: center;
}

.image-container>img {
    height: 300px;
    text-align: center;
}

.image-container2>img {
    height: 200px;
    text-align: center;
}

.category-name {
    cursor: pointer;
}

.category-name summary {
    padding: 4px 0 8px 0;
    font-weight: 700;
    border-bottom: 1px #CDCDCD solid;
    color: #545b64;
}

/* .series-name a {
    padding: 4px 0;
    margin-left: 16px;
    font-weight: normal;
    color: #333333;
}

.category-name.selected a,
.series-name.selected a {
    color: #4CAF50;
    font-weight: normal;
} */

/******详情页面********/
.product-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-image-info {
    display: flex;
    flex-direction: row;
}

.product-image {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.product-big-image {
    width: 400px;
    height: 400px;
    margin: 10px 0;
    border-radius: 2px;
    transition: all 1s;
}

.product-small-img-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-content: start;
}

.product-small-img-list img {
    width: 70px;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 24px;
    color: #2d2d2d;
}

h3 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 24px;
    color: #2d2d2d;
}

h4 {
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 32px;
    color: #2d2d2d;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 8px;
}

ul.product-param {
    display: flex;
    flex-direction: column;
}

ul.product-param li {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #adadad;
    padding: 16px 0;
}

ul.product-param li:last-child {
    border-bottom: 0;
}

ul.product-param li span {
    white-space: nowrap;
}

ul.product-param li span:first-child {
    width: 150px;
}

ul.product-param li span:last-child {
    flex: 1;
    text-align: right;
    color: #adadad;
}

ul.product-all-param {
    display: flex;
    flex-direction: column;
}

ul.product-all-param li {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

ul.product-all-param li:last-child {
    border-bottom: 0;
}

ul.product-all-param li span {
    white-space: nowrap;
    font-size: 14px;
}

ul.product-all-param li span:first-child {
    width: 200px;
    text-align: right;
    padding-right: 32px;
    color: #414141;
}

ul.product-all-param li span:last-child {
    flex: 1;
    color: #676767;
}


.product-intro {
    margin-top: 50px;
}

.acce-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-content: start;
}

.card-v {
    box-shadow: 0 0 8px #d6d6d6;
}

.card-info .title {
    text-align: center;
    margin-bottom: 3px;
    font-family: '宋体';
}

.hot-info .title {
    margin-left: 100px;
    font-family: '宋体';
    color: #000000;
    font-size: 30px;
    margin-top: 50px;
}

.hot-info .title2 {
    margin-left: 100px;
    font-family: '宋体';
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}

.hot-info .sub {
    font-family: '宋体';
    color: #000000;
    font-size: 20px;
    margin-left: 100px;
    margin-bottom: 10px;
}

.hot-info .other {
    font-family: '宋体';
    color: #000000;
    font-size: 18px;
    margin-left: 100px;
}

.hot-info2 .title2 {
    margin-left: 150px;
    color: #000000;
    font-size: 30px;
    font-weight: 200;
    margin-top: 20px;
    line-height: 24px;
}

.hot-info2 .other {
    color: #000000;
    font-size: 18px;
    margin-left: 150px;
    margin-top: 20px;
}

.hot-info3 .title3 {
    color: #000000;
    font-size: 18px;
    font-weight: 200;
    margin-left: 50px;
}

.hot_two_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: 80px;
}

.hot-info3 .other {
    color: #000000;
    font-size: 18px;
}

.card-info .sub {
    padding-left: 32px;
}

.tag-select {
    display: flex;
    flex-wrap: wrap;
    /* 使子元素换行 */
    /* gap: 16px; */
    /* 元素之间的间隔 */
    /* background-color: #F3F2EF; */
    /* padding: 16px; */
    /* border-radius: 8px; */
    margin-bottom: 24px;
    /* background-color: rgba(0, 31, 107);
    box-shadow: #2d2d2d 1px 1px 3px 1px; */
}

/* 隐藏默认的 checkbox */
.tag-select input[type="checkbox"] {
    display: none;
}

.series-name a {
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 31, 107);
    color: #ffffff;
    box-shadow: #2d2d2d 1px 1px 3px 1px;
    /* border-radius: 20px; */
    cursor: pointer;
    user-select: none;
}

.category-name.selected a,
.series-name.selected a {
    background-color: rgb(141, 221, 247);
    box-shadow: #bce1f1 1px 1px 3px 1px;
    color: #fff;
}


/* 自定义的样式 */
.tag-select label {
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 31, 107);
    color: #ffffff;
    box-shadow: #2d2d2d 1px 1px 3px 1px;
    /* border-radius: 20px; */
    cursor: pointer;
    user-select: none;
}

.tag-select label:hover {
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(141, 221, 247);
    color: #ffffff;
    box-shadow: #bce1f1 1px 1px 3px 1px;
    /* border-radius: 20px; */
    cursor: pointer;
    user-select: none;
}

/* 选中状态的样式 */
.tag-select input[type="checkbox"]:checked+label {
    background-color: rgb(141, 221, 247);
    box-shadow: #bce1f1 1px 1px 3px 1px;
    color: #fff;
}

/* 每个产品的点击按钮 */
.details_btn {
    background-color: rgba(0, 31, 107);
    text-align: center;
    margin: 0 16px;
    padding: 6px;
    border-radius: 45px;
    color: #ffffff;
    font-family: '宋体';
    font-size: 18px;
}

.hot_details_btn {
    background-color: rgba(0, 31, 107);
    text-align: center;
    padding: 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 18px;
    width: 100px;
    margin-left: 150px;
    margin-top: 20px;
    margin-top: 20px;
}

.contact_btn {
    border: rgba(0, 31, 107) solid 1px;
    text-align: center;
    margin: 10px 16px;
    padding: 6px;
    border-radius: 45px;
    color: rgba(0, 31, 107);
    font-family: '宋体';
    font-size: 18px;
}

/* .hot_product {}
 */

/* .contact_btn:hover {
    background-color: rgb(1, 22, 77);
    color: #ffffff;
} */

/* 响应式布局 */
@media (max-width: 768px) {
    .container {
        padding: 0 24px;
    }

    .products-category {
        display: none;
    }

    .product-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        align-content: start;
    }

    #hot {
        display: none;
    }
}