.body {
max-width: 1180px;
/* border: 1px solid black; */
margin: 0 auto;
min-width: 1180px;
}
#app{
min-width: 1180px !important;
}
.container{
padding-right: 0 !important;
padding-left: 0 !important;
}
.Global-style {
display: flex;
justify-content: space-between;
}
.el-breadcrumb__separator{
color: #666 !important;
}
.el-breadcrumb__inner {
color: #666 !important;
}
.Company-details{
width: 100%;
height: 320px;
background-color: white;
display: flex;
justify-content: space-between;
}
.Company-details-img{
width: 280px;
height: 280px;
margin: 20px;
border: 1px solid #eee;
object-fit: cover;
}
.Company-details-info{
width: 100%;
margin: 20px 0;
margin-right: 20px;
}
.Company-details-info-title{
font-size: 20px;  
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.Company-details-info-text{
color: #666;
font-size: 16px;
}
.Company-details-info-text>p{
padding: 10px 0;
}
.button{
float: right;
position: relative;
top: -120px;
}
.officialWebsite{
width: 150px;
height: 40px;
border-radius: 4px;
background-color: #0d6ed9;
display: block;
color: white;
text-align: center;
line-height: 40px;
margin-bottom: 40px;
}
.goShop{
width: 150px;
height: 40px;
border-radius: 4px;
background-color: #EE892E;
display: block;
color: white;
text-align: center;
line-height: 40px;
}
.company-introduction{
    margin-top: 20px;
    width: 100%;
    background-color: white;
}
.company-introduction-title{
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.company-introduction-info{
    padding: 20px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 2em;
}
.product-information{
    margin-top: 20px;
    width: 100%;
    background-color: white;
}
.product-information-title{
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-size: 20px; 
}

.heightDiv {
    padding: 20px;height: 295px;
}

.swiperDP {
    padding:20px
}

.swiper {
    width: 100%;
    --swiper-navigation-color: #666;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}  
.swiper-slide a img{
    width: 212px;
    height: 212px;
    /* width: 100%;
    height: 100%; */
}
.swiper-slide p{
   font-size: 16px;
   color: #666;
   text-align: center;
   padding: 10px 0;
}
.swiper-slide p:hover{
    color: #0d6ed9;
}
.swiper-wrapper{
    display: flex;
    justify-content: space-between;
}