.restaurant_details .rest_details .content{
    margin-top: 40px;
    display: flex;
    padding-bottom: 88px;
}

.restaurant_details .rest_details .content .commodity_img{
    width: 460px;
}

.restaurant_details .rest_details .content .commodity_img .top_img{
    width: 100%;
    height: 460px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}

.restaurant_details .rest_details .content .commodity_img .top_img img{
    width: auto;
    height: 75%;
    max-width: 100%;
}

.restaurant_details .rest_details .content .commodity_img .bottImgs{
    width: 100%;
    margin-top: 25px;
    display: flex;
    overflow-x: auto;
}

.restaurant_details .rest_details .content .commodity_img .bottImgs .bottImg{
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.restaurant_details .rest_details .content .commodity_img .bottImgs .bottImg img{
    max-height: 70%;
    width: auto;
}

.restaurant_details .rest_details .content .commodity_img .bottImgs .bottImg2{
    border: 1px solid #0b4c45;
}

.restaurant_details .rest_details .content .commodity_img .bottImgs .container1{
    width: 100%;
}

.restaurant_details .rest_details .content .commodity_txt{
    flex: 1;
    margin-left: 40px;
    box-sizing: border-box;
}

.restaurant_details .rest_details .content .commodity_txt .bor{
    padding-bottom: 70px;
    border-bottom: 1px dashed #dcdcdc;
}

.restaurant_details .rest_details .content .commodity_txt .title{
    font-size: 36px;
    color: #0b4c45;
    padding-left: 34px;
}
.restaurant_details .rest_details .content .commodity_txt .text{
    margin-top: 25px;
    padding-left: 34px;
}
.restaurant_details .rest_details .content .commodity_txt .text2{
    margin-top: 40px;
}
.restaurant_details .rest_details .content .commodity_txt .text p{
    font-size: 16px;
    color: #a7a7a7;
    line-height: 25px;
}

.restaurant_details .rest_details .content .commodity_txt .text p span{
    color: #666666;
}

.restaurant_details .rest_details .content .commodity_txt .middle{
    font-size: 16px;
    color: #666666;
    padding-left: 34px;
    margin-top: 25px;
}

.restaurant_details .rest_details .foot_video{
    width: 100%;
}

.restaurant_details .rest_details .foot_video .title{
    width: 135px;
    height: 45px;
    background-color: #0b4c45;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}

.restaurant_details .rest_details .foot_video .films{
    width: 100%;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 125px;
    margin-bottom: 197px;
}

.restaurant_details .rest_details .foot_video .films .film{
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    margin-top: 20px;
}

.restaurant_details .rest_details .foot_video .films .film:nth-of-type(4n){
    margin-right: 0;
}
.restaurant_details .rest_details .foot_video .films .film .top_image{
    position: relative;
}
.restaurant_details .rest_details .foot_video .films .film .top_image img{
    width: 73%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.restaurant_details .rest_details .foot_video .films .film .top_image .play{
    width: 80px;
    height: 56px;
    position: absolute;
    background: url('/themes/basic/skin/images/restaurant_details/play.png');
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    display: none;
}

.restaurant_details .rest_details .foot_video .films .film .text p{
    text-align: center;
    font-size: 16px;
    color: #666666;
}

@media (max-width:1440px) {
    .restaurant_details .rest_details .content .commodity_txt{
        margin-left: 25px;
    }
}

@media (max-width:960px){
    .restaurant_details .rest_details .content {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }
    .restaurant_details .rest_details .content .commodity_img{
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media (max-width:640px){
    .restaurant_details .rest_details .content .commodity_img{
        width: 100%;
    }
    .restaurant_details .rest_details .content .commodity_img .top_img{
        height: 400px;
    }
    .restaurant_details .rest_details .content .commodity_txt .title,
    .restaurant_details .rest_details .content .commodity_txt .text,
    .restaurant_details .rest_details .content .commodity_txt .middle{
        padding-left: 0;
    }
    .restaurant_details .rest_details .content .commodity_txt{
        margin-left: 0;
    }
    .restaurant_details .rest_details .content .commodity_txt .bor{
        padding-bottom: 30px;
    }
    .restaurant_details .rest_details .content .commodity_txt .text2{
        margin-top: 20px;
    }
}