﻿section {
    text-align: center;
}
.Bread {
    text-align: left;
    font-size:14px;
}

    .Bread > a {
        color: #3699FF;
    }

    .Bread > span {
        color: #b1b1b1;
    }
.Nav_Product > .Nav_Category_Name {
    background: #00bd66;
    color: #fff;
}
.ImageHeight {
    width: 100%;
    padding: 20px 0;
}

.ImageWrap {
    padding: 20px 0;
    max-width: 800px;
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
}

.SmallImages {
    max-width: 100px;
    width: 12.5%;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.AllSmallImages {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    max-width:100%;
   /* position: absolute;
    left: 0;
    top: 0;
    font-size: 0;*/
}
    .AllSmallImages img {
        height: 50px; /* 根据需要调整 */
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.3s;
    }

        .AllSmallImages img.active {
            opacity: 1;
        }

        .AllSmallImages img:hover {
            opacity: 1;
        }
.AllSmallImages_Selected {
    border:2px solid #00bd66;
}
.BigImage {
    max-width: 800px;
    width: 100%;
    vertical-align: middle;
}
    .BigImage img {
        width: 100%;
        height: auto;
    }
.SmallImages {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    max-width: 800px;
    width: 100%;
}

.SmallImages img {
    cursor: pointer;
}

    .SmallImages img:hover {
        background: #F2E5C0;
    }
.SelectThisImage {
    background: #F2E5C0;
}

.ProductDetail {
    position: relative;
    max-width: 1200px;
    padding: 40px;
    background: #fff;
    width: calc(100% - 80px);
    border-radius: 10px;
    z-index: 5;
    margin-bottom: 10px;
    overflow-x: auto;
}

.BasicInformation {
    width: 100%;
    border-bottom: 1px solid #efefef;
    text-align: left;
    font-size: 0;
    padding-bottom: 5px;
}

    .BasicInformation h2 {
        margin: 0;
        font-size: 16px;
    }

    .BasicInformation h1 {
        font-size: 20px;
        top: 0;
        margin-top: 0;
    }

.LeftInfo, .RightInfo {
    width: 50%;
    font-size: 16px;
    vertical-align: top;
}

    .LeftInfo span, .LeftInfo h2 {
        padding-bottom: 15px;
    }

    .RightInfo table {
        width: calc(100% - 100px);
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        text-align: center;
    }

    .RightInfo th, .RightInfo td {
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
        padding: 10px 20px;
    }

.AllOption {
    min-height: 20px;
    width: 100%;
}

.Basic_ColumnName {
    font-size: 12px;
    color: #b1b1b1;
}

.EachSKU {
    padding: 20px 10px;
    border-top: 1px solid #efefef;
    width: 100%;
}

    .EachSKU > p {
        margin: 0 0 10px 0;
    }

    .EachSKU > span {
        padding: 5px 10px;
        border: 1px solid #efefef;
        margin-right: 5px;
        cursor: pointer;
        height: 50px;
        margin-bottom: 5px;
    }

.Detail_SelectOption_Selected {
    padding: 3px 8px !important;
    border: 2px solid #00bd66 !important;
}

.EachSKU > span > img, .EachSKU > span > span {
    height: 50px;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 50px;
}

.Detail_SelectOption > span {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ButtonRegion {
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
}

    .ButtonRegion button {
        margin-right: 10px;
    }

.ProductDescription {
    padding: 20px;
    width: calc(100% - 40px);
    text-align: left;
}

@media(max-width:810px) {
    .Nav_Product .Nav_Category_Name {
        padding-right: 20px;
    }
    .LeftInfo, .RightInfo, .RightInfo table {
        width: 100%;
    }

    .btn {
        margin: 10px 10px 10px 0;
    }
}
