.goods{
    width: 1200px;
    background: white;
    margin: auto;
    margin-top: 21px;
    margin-bottom: 72px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
}
#goods_banner{
    display: block;
    float: left;
    width: 500px;
    height: 560px;
    margin-top: 33px;
    margin-left: 35px;
}
#goods_describe{
    width: 580px;
    margin-left: 40px;
    float: left;
    margin-top: 26px;
}
.goods_name{
    display: block;
    width: 580px;
    /*height: 70px;*/
    line-height: 35px;
    font-size: 18px;
    font-weight: 900;
}
.goods_money{
    width: 630px;
    height: 74px;
    background: rgba(249, 239, 231, 0.7);
    margin-top: 16px;
    line-height: 74px;
    text-align: center;
    font-size: 16px;
}
.money{
    color: #CB9B82;
    font-size: 30px;
}
.unit{
    color: #767676;
}
.goods_parameters,.goods_images{
    width: 1142px;
    margin: auto;
    margin-top: 75px;
}
.goods_images{
    margin-top: 40px;
}
.goods_parameters_title{
    font-size: 24px;
    color: #CB9B82;
    border-bottom: #CB9B82 2px solid;
    line-height: 34px;
}
.goods_parameters_ul{
    margin-top: 40px;
    list-style: none;
    margin-left: 29px;
}
.goods_parameters_ul li{
    float: left;
    height: 45px;
}
.goods_parameters_ul li:nth-child(even) .goods_parameters_left{
    border-left: none;
}

.goods_parameters_left{
    width: 110px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    background: #F3F4F8;
    display: block;
    text-align: left;
    padding-left: 12px;
    float: left;
    border-top: 1px #D0D0D0 solid;
    border-left: 1px #D0D0D0 solid;
    border-right: 1px #D0D0D0 solid;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}
.goods_parameters_right{
    width: 430px;
    height: 45px;
    line-height: 45px;
    color: #797979;
    border-top: 1px #D0D0D0 solid;
    display: block;
    text-indent: 12px;
    float: left;
    border-right: 1px #D0D0D0 solid;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}

.goods_images_show{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.goods_images_show img{
    max-width: 100%;
}
.goods_video{
    width: 500px;
    position: relative;
    height: 400px;
    display: block;
    margin: auto;
}
.goods_video video{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
}
.end_border{
    border-bottom: 1px #D0D0D0 solid;;
}
.goods_content{
    padding: 10px
;
}