/*中间内容开始*/
#commodityDetails-container{
    width: 100%;
}
.commodityDetails-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.commodityDetails1{
    height: 761px;
    width: 45%;
}
.commodityDetails1>.img1{
    height: 542px;
    width: 100%;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.04);
    margin-top: 50px;
}
.commodityDetails1 .button1{
    width: 100%;
    height: 77px;
    background: #1D2088;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    color: #ffffff;
    position: relative;
    font-size: 24px;
    line-height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.commodityDetails1 .button1 a {
    display: block;
    color: #FFFFFF;
}

.commodityDetails1 .button1>img{
    margin-right: 20px;
}
.commodityDetails2{
    width: 50%;
    margin-top: 50px;
}
.commodityDetails2>.p1{
    color: #111111;
    font-size: 30px;
    margin-bottom: 30px;
}
.commodityDetails2>.div1{
    width: 100%;
    /*height 80px*/
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commodityDetails2>.div1 p{
   margin-bottom: 20px;
}
.commodityDetails2 .p2{
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}
.producta{
    width: 100%;
    background: #F1F1F3;
    padding-top: 20px;
}
.producta>p{
    width: 1200px;
    margin: 0 auto;
    color: #111111;
    font-weight: bold;
    font-size: 24px;
}
.producta .product2{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.product2 .commodity{
    width: 24%;
    margin-right: 1%;
    text-align: center;
    height: 250px;
    margin-bottom: 20px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.product2 .commodity img{
    width: 70%;
    height: 153px;
    margin-top: 30px;
}
.product2 .commodity p{
    margin-top: 20px;
}
/*中间内容结束*/
