.body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
}
/* .body > * {
  margin-top: 20px;
} */
.Global-style {
    display: flex;
    justify-content: space-between;
}
.el-breadcrumb__separator{
    color: #666 !important;
}
.el-breadcrumb__inner {
    color: #666 !important;
}
.image-info-box{
    background-color: white;
    height: 450px;
    width: 940px;
    display: flex;
}
.img-info{
    width: 340px;
    height: 410px;
    padding: 20px;
}
.max-img{
    width: 340px;
    height: 340px;
    z-index: 999;
    border: 1px solid #eee;
}
.min-img{
    width: 60px;
    height: 60px;
    margin-top: 10px;
    cursor:pointer;
    border: 2px solid #fff;
}
#max-img-boder{
    border: 2px solid red;
}
.merchandise-Info{
    width: 100%;
    height: 410px;
    padding: 20px 0;
    /* border: 1px solid; */
}
.merchandise-Info>span{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    padding: 10px 0 ;
}
.merchandise-Info-title{
    font-size: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.recommend-title{
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: white;
}
.recommend-img{
    width: 180px;
    height: 180px;
    padding: 19px;
    margin: 0 auto;
    padding-bottom: 10px;
    object-fit: cover;
}
.name{
    /* padding: 0 20px; */
    font-size: 16px;
    color: #666;
    /*width: 100%;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.name:hover{
    color: #0d6ed9;
}
.recommendInfo{
    margin-bottom: 10px;
    /* max-width: 200px; */
    text-align: center;
}
.product-presentation{
    width: 940px;
    background-color: white;
    margin-top: 20px;
}
.product-presentation-title{
    width: 900px;
    padding: 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}
.product-presentation-info{
    margin-top: 20px;
    font-size: 16px;
    text-indent: 2em;
    text-align: center;
}
.product-presentation-img{
    width: 900px;
    height: 670px;
    margin: 40px auto;
}
/* 放大镜样式 */
.small{
    width:160px;
    height:160px;
    background:white;
    opacity:0.6;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    pointer-events: none;
}
.magnifying-glass{
    position: relative;
}
#show{
    width:400px;
    height:400px;
    position:absolute;
    top:0px;
    left:370px;
    overflow:hidden;
    display:none;
}

#show img{
    width: 870px;
    height: 820px;
}
.recommend-commodities{
    height: 100%;
    min-width: 220px;
    background-color: white;
}

.famousPavilionMove .imgDiv {
    width: 64px;
    height: 64px;
    text-align: center;

}