.product-container {
    display: flex;
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
    /*height: 35rem;*/
    margin-bottom: 3rem;

    padding:0 12.5rem ;

}

.product-image {
    flex: 1;
    margin-right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 0.1rem solid #a6a6a6;*/
    border-radius: 0.5rem;
    height: 31.25rem;width: 46.88rem;
    margin-bottom: 2.5rem;
}


.product-image img {
    /*max-width: 100%;*/
    /*max-height: 400px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /**/
}

.product-image-mini {
    width: 10rem;
    height: 7.5rem;
    padding: 1.5rem;
    text-align: center;
    border: 0.1rem solid #a6a6a6;
    border-radius: 0.5rem;
    margin-right: 1.5rem;
}

.product-image-mini img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-image-mini:hover {
    border-color: #00369E;
}

.product-image-mini.active {
    border-color: #00369E;
}

.product-image-main {
    margin-bottom: 10px;
}

.product-info {
    flex: 1;
    /*padding: 1.5rem;*/
    /*padding-left: 3rem;*/
}

.product-subtitle {
    /*font-size: 1.2rem;*/
    /*color: #5EB6E8;*/
    /*margin-bottom: 0.7rem;*/
    /*font-weight: bold;*/

    align-self: stretch;
    color: #231815;
    font-family: "Source Han Sans CN VF";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;

    margin-bottom: 3.75rem;

}

.product-title {

    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;

    color: #135282;
    font-family: "PingFang SC";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

}


.product-description {
    font-size: 1rem;
    /*color: #666;*/
    margin-bottom: 1.5rem;
    /*width: 40rem;*/
    /*line-height: 2rem;*/

    width: 35.63rem;
    /*height: 4.88rem;*/
    flex-shrink: 0;
    overflow: hidden;
    color: #231815;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 3.75rem;


}

.product-label-box {
    display: flex;
    flex-wrap: wrap;
    color: #5eb6e8;
    font-weight: bold;
    font-size: 1rem;
    width: 30rem;
    margin-bottom: 1.8rem;

}

.product-label-box > .product-label {
    width: 12rem;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 2rem;
}

/* 按钮样式 */
.email-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #5eb6e8;
    color: #FFF;
    padding: 0.7rem 2.5rem;
    border-radius: 2rem; /* 圆弧边 */
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    border: none;
    transition: background-color 0.3s ease;
}

/* 鼠标悬停效果 */
.email-button:hover {
    background-color: #4a9dcf;
}

/* 邮件图标样式 */
.email-icon {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.ui.grid.container {
    margin: 0 !important;
}

.black.circle.icon {
    font-size: 0.6rem;
    margin-right: 0.5rem;
}
.ui.container.grid{
    font-size: 1.6rem;
}
.ui.container.grid span{
    line-height: 180%;
}

.eight.wide.column p {
    display: flex;
    align-items: center;
    line-height: 2rem;
}
.item.item-rightTow{
    width: 12.5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

    border-bottom: #FFF 0.3rem solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;

}
.active.item.item-rightTow {
    color: #155487 !important;
    background: #FFF !important;
    border-bottom: #155487 0.3rem solid !important;
}
.ui.tabular.menu {
    border: none !important;
}

.product-info-paragraph {
    font-size: 1.2rem;
    line-height: 2rem;
}

.product-info-table {
    display: flex;
    margin-bottom: 1rem;
}

.info-table-header {
    width: 12rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}

.info-table-center {
    margin-left: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    flex: 1;
}

.ui.breadcrumb {
    padding-top: 0px;
    font-size: 1rem;
    padding-bottom: 30px
}

.product-path-table {
    margin: 0 auto;
    height: 2rem;
    width: 100%;
    padding: 1.5rem 12.5rem 4.75rem

}

.product-list-box {
    padding-top: 6rem;
    /*padding-bottom: 6rem;*/
}

.product-list {
    width: 100%;
    background: #ffffff;
}

.product-info-table-but-box {
    padding: 0 12.5rem;
    /*border-top: 0.05rem #ebebeb solid;*/
}

.product-info-tiao {
    width: 100%;
    border-top: 0.05rem #ebebeb solid;
    border-bottom: 0.05rem #ebebeb solid;
    background: #efefef;
    height: 0.5rem;
}

.product-more-title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 120%;
    color: #000000;
    padding-left: 5rem;
    padding-top: 3rem;
    position: relative;
    top: 3rem;
}
.ui.segment{
    background: transparent !important;
}
.ui.segment.basic {
    /*width: 50rem;*/
    flex: 1;
}

.product-info-center-box {
    display: flex;
}

.product-info-center-right {
    width: 50rem;
    position: relative;
    top: 8rem;
}

.product-info-center-right video {
    width: 100%;
    border-radius: 1rem;
    height: 28rem;
}

.product-banner-rbox {
    /*height: 22rem;*/
    overflow: auto;
    /*margin-top: 3rem;*/

}

/* 滚动条整体样式 */
.product-banner-rbox::-webkit-scrollbar {
    width: 8px; /* 垂直滚动条宽度 */
    height: 8px; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.product-banner-rbox::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 轨道背景色 */
    border-radius: 4px; /* 轨道圆角 */
}

/* 滚动条滑块 */
.product-banner-rbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; /* 滑块背景色 */
    border-radius: 4px; /* 滑块圆角 */
}

/* 滚动条滑块悬停状态 */
.product-banner-rbox::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1; /* 悬停时滑块背景色 */
}

.product-banner-rbox {
    /* Firefox 滚动条颜色 */
    scrollbar-color: #c1c1c1 #f1f1f1;
    /* Firefox 滚动条宽度 */
    scrollbar-width: thin;
}
.table-box-class{
    margin: 0 auto;
    /*padding-top: 3rem;*/
}
