.recipes .reci .text {
    margin-top: 30px;
}

.recipes .reci .text .title {
    font-size: 44px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-bottom: 39px;
    position: relative;
}

.recipes .reci .text .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.recipes .reci .text .txt {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
}

.recipes .reci .selects {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.recipes .reci .selects div {
    margin-right: 25px;
    position: relative;
}

.recipes .reci .selects div:last-child {
    margin: 0;
}

.recipes .reci .selects div::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    background: url('/themes/basic/skin/images/product/arrow.png') no-repeat;
    background-size: cover;
    right: 15px;
    top: 15px;
}

.recipes .reci .selects .btn::after {
    display: none;
}

.recipes .reci .selects div select {
    width: 200px;
    height: 36px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-color: #cccccc;
    border-radius: 4px;
    color: #666666;
    padding-left: 27px;
    box-sizing: border-box;
}

.recipes .reci .selects #button {
    width: 80px;
    height: 36px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #666666;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}


/* .recipes .reci .content {
    padding-bottom: 210px;
} */
/* .recipes .reci .content .wrapper {
    margin-top: 62px;

} */
.recipes .reci .content {
    padding-bottom: 100px;
}

.recipes .reci .content .wrapper .wrapper_cont {
    display: flex;
    flex-wrap: wrap;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont {
    width: calc(100% / 3 - 19px);
    height: 650px;
    border: 1px solid #e4dace;
    margin-top: 50px;
    box-sizing: border-box;
    margin-right: 28px;
    transition: all .2s;
    position: relative;
    background-color: #fff;
}


.recipes .reci .content .wrapper .wrapper_cont .wrap_cont:hover {
    box-shadow: 0 0 20px #d6d6d6;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont:nth-of-type(3n) {
    margin-right: 0;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .top_img {
    height: calc(100% / 2 + 21px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .top_img img {
    height: auto;
    width: 100%;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .text {
    margin-top: 40px;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .text .text_title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    text-transform: uppercase;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .text .text_title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .text .txt {
    font-size: 13px;
    color: #666666;
    padding: 0 30px;
    text-align: center;
    margin-top: 35px;
    line-height: 20px;
}

.recipes .reci .content .wrapper .wrapper_cont .wrap_cont .link {
    display: block;
    width: 115px;
    height: 33px;
    border: 1px solid #363636;
    margin: 0 auto;
    margin-top: 28px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
}

.recipes .reci .content .wrapper .more {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 80px 0;
}

.recipes .reci .content .wrapper .more .xian {
    width: 50px;
    height: 4px;
    background-color: #d00000;
    margin-right: 17px;
}

.recipes .reci .content .wrapper .more p {
    font-size: 18px;
    color: #000;
}

@media (max-width:1280px) {
    .recipes .reci .selects div select {
        width: 145px;
        padding-left: 15px;
    }

    .recipes .reci .content .wrapper .wrapper_cont .wrap_cont {
        width: calc(100% / 2 - 19px);
    }

    .recipes .reci .content .wrapper .wrapper_cont .wrap_cont:nth-of-type(3n) {
        margin-right: 28px;
    }

    .recipes .reci .content .wrapper .wrapper_cont .wrap_cont:nth-of-type(2n) {
        margin-right: 0;
    }

    
}

@media (max-width: 960px) {
    .recipes .reci .selects {
        flex-wrap: wrap;
    }

    .recipes .reci .selects div select {
        width: 200px;
    }

    .recipes .reci .selects div:nth-of-type(1),
    .recipes .reci .selects div:nth-of-type(2),
    .recipes .reci .selects div:nth-of-type(3) {
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {
    .recipes .reci .content .wrapper .wrapper_cont .wrap_cont {
        width: calc(100%);
        margin-right: 0;
    }

    .recipes .reci .content .wrapper .wrapper_cont .wrap_cont:nth-of-type(3n) {
        margin-right: 0;
    }

    .recipes .reci .selects div:nth-of-type(1),
    .recipes .reci .selects div:nth-of-type(2),
    .recipes .reci .selects div:nth-of-type(3) {
        margin-bottom: 0;
    }

    .recipes .reci .selects {
        flex-direction: column;
    }

    .recipes .reci .selects div select{
        width: 100%;
        margin-bottom: 10px;
    }

    .recipes .reci .selects #button{
        width: 100%;
    }

    .recipes .reci .selects div{
        margin-right: 0;
    }
}