.position{
    padding-top: var(--header-height) !important;
    background: #fafafa;
}
.sub-food-body {
    background-color: RGBA(250, 250, 250, 1);
    
}
@media (min-width: 769px) {
    .sub-food-body {
        padding: 15px 0;
    }
}
@media (min-width: 1025px) {
    .sub-food-body {
        padding: 30px 0;
    }
}
.sub-food-head {
    width: 100%;
    background-color: #fff;
}
@media (min-width: 769px) {
    .sub-food-head {
        display: flex;
        height: 281px;
        padding: 15px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head {
        padding: 30px;
        height: 372px;
    }
}
.sub-food-head .img {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    flex-shrink: 0;
}
@media (min-width: 769px) {
    .sub-food-head .img {
        width: 320px;
        height: 251px;
        padding-bottom: 0;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .img {
        padding-bottom: 0;
        height: 312px;
        width: 420px;
    }
}
.sub-food-head .img img {
    height: 100%;
    position: absolute;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 769px) {
    .sub-food-head .img img {
        position: static;
    }
}
.sub-food-head .food-desc {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc {
        width: calc(100% - 350px);
        padding: 0;
        height: 100%;
        margin-left: auto;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc {
        padding-top: 20px;
        width: calc(100% - 470px);
    }
}
.sub-food-head .food-desc .name {
    color: #333;
    font-size: 16px;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .name {
        font-size: 20px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .name {
        font-size: 24px;
    }
}
.sub-food-head .food-desc .food-desc-ps {
    padding: 15px 0;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-ps {
        padding: 25px 0;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-ps {
        padding: 35px 0;
    }
}
.sub-food-head .food-desc .food-desc-ps{
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-ps{
        line-height: 2;
        font-size: 15px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-ps{
        font-size: 16px;
    }
}
.sub-food-head .food-desc .food-desc-contact {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(223, 223, 223, 1);
    padding: 10px 0;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-contact {
        padding: 20px 0;
        margin-top: auto;
        border-bottom: 1px solid rgba(223, 223, 223, 1);
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-contact {
        margin-top: auto;
    }
}
.sub-food-head .food-desc .food-desc-contact .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #19a898;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-contact .iconfont {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-contact .iconfont {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
.sub-food-head .food-desc .food-desc-contact .food-desc-contact_info {
    color: #333;
}
.sub-food-head .food-desc .food-desc-contact .food-desc-contact_info span {
    font-size: 12px;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-contact .food-desc-contact_info span {
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-contact .food-desc-contact_info span {
        font-size: 16px;
    }
}
.sub-food-head .food-desc .food-desc-contact .food-desc-contact_info p {
    font-size: 14px;
    margin-top: 5px;
}
@media (min-width: 769px) {
    .sub-food-head .food-desc .food-desc-contact .food-desc-contact_info p {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
    .sub-food-head .food-desc .food-desc-contact .food-desc-contact_info p {
        margin-top: 15px;
        font-size: 20px;
    }
}
.sub-food-details {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
}
@media (min-width: 769px) {
    .sub-food-details {
        padding: 20px;
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .sub-food-details {
        padding: 30px;
    }
}
.sub-food-details .sub-food-tag {
    padding: 15px 10px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    background: #fafafa;
    box-shadow: 0 1px #c2c2c259;
    display: flex;
}
@media (min-width: 769px) {
    .sub-food-details .sub-food-tag {
        font-size: 18px;
    }
}
@media (min-width: 1025px) {
    .sub-food-details .sub-food-tag {
        font-size: 24px;
        padding: 30px 20px;
    }
}
.sub-food-details .sub-food-tag:before {
    content: '';
    display: block;
    width: 6px;
    height: 13px;
    background: #1aaf9e;
    margin-right: 10px;
}
@media (min-width: 769px) {
    .sub-food-details .sub-food-tag:before {
        height: 17px;
    }
}
@media (min-width: 1025px) {
    .sub-food-details .sub-food-tag:before {
        height: 22px;
    }
}
.sub-food-details_warp {
    width: 100%;
    padding: 30px 0;
    line-height: 24px;
    color: #333;
}
@media (min-width: 769px) {
    .sub-food-details_warp {
        padding: 40px 0;
    }
}
@media (min-width: 1025px) {
    .sub-food-details_warp {
        padding: 60px 0;
        line-height: 28px;
    }
}
.sub-food-details_warp img,
.sub-food-details_warp video {
    margin: 0 auto;
}
