.content {
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 32.2rem;
}

.content-right {
    width: 104.6rem;
}

.content-products {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 1.6rem;
}

.content-products-top {
    width: 32.2rem;
    height: 11.3rem;
    background-color: #05173C;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-products>ul>li {
    display: flex;
    flex-direction: column;
}

.content-products>ul>li:hover{
    cursor: pointer;
}

.content-products>ul>li .li-content {
    width: 32.2rem;
    height: 8.8rem;
    border-bottom: 0.1rem solid rgba(5, 23, 60, 0.06);
    padding: 0 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-products>ul>li:last-child .li-content {
    border-bottom: none;
}

.content-products>ul>li .li-content>span {
    color: #05173C;
    font-size: 2rem;
    line-height: 2.4rem;
    width: 23.4rem;
    display: block;
}

.content-products>ul .active .li-content span {
    color: #F16522;
}

.content-products>ul>li .li-content>img {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

.content-products>ul>li .li-content>img:nth-child(3) {
    display: none;
}

.content-products>ul .active .li-content>img {
    display: none;
}

.content-products>ul .active .li-content>img:nth-child(3) {
    display: block;
}

.content-products-list {
    display: none;
    border-bottom: 0.1rem solid rgba(5, 23, 60, 0.06);
    padding: 3.2rem 2.4rem;
}

.content-products>ul .active .content-products-list {
    display: block;
}

.content-products-list-for {
    height: 1.9rem;
    padding-left: 1.4rem;
    margin-bottom: 3.2rem;
    position: relative;
}

.content-products-list-for:last-child {
    margin-bottom: 0;
}

.content-products-list-for .garden {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #F16522;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 3.2rem;
}

.content-products-list-for .garden:last-child {
    margin-bottom: 0;
}

.content-products-list-for span {
    color: #05173C;
    line-height: 1.9rem;
    font-size: 1.6rem;
}

.content-products>ul .active .active span {
    color: #F16522;
}

.content-products>ul .active .active .garden {
    display: block;
}

.content-consultation {
    width: 32.2rem;
    height: 52.8rem;
    padding: 3.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-bottom: 1.6rem;
    border-radius: 1rem;
}

.content-consultation>span {
    line-height: 4.9rem;
    color: #05173C;
    font-weight: bold;
    font-size: 4rem;
    display: block;
    margin-bottom: 3.2rem;
}

.content-consultation-input {
    width: 27.4rem;
    height: 4.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(51, 51, 51, 0.10);
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

.content-consultation-input input {
    width: 100%;
    height: 1.9rem;
    font-size: 1.6rem;
}

.content-consultation-textarea {
    width: 27.4rem;
    height: 10.3rem;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(51, 51, 51, 0.10);
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}

.content-consultation-textarea textarea {
    width: 100%;
    height: 7.8rem;
    font-size: 1.6rem;
    resize: none;
}

.content-consultation-button {
    width: 27.4rem;
    height: 4.4rem;
    border-radius: 10rem;
    background-color: #F16522;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.content-right-current {
    background-color: #fff;
    padding: 3.2rem;
    border-radius: 1rem;
    margin-top: 3.2rem;
    box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.1);
}

.content-right-current-title span {
    font-weight: 500;
    font-size: 2.8rem;
    color: #05173C;
}

.content-right-current-title span:last-child {
    color: #F16522;
    font-weight: 600;
}

.content-right-current p {
    line-height: 1.9rem;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 3.2rem;
}

.content-right-form {
    width: 104.6rem;
    height: 8.4rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    padding: 2rem 3.2rem;
    align-items: center;
    justify-content: space-between;
}

.content-right-form>div {
    width: 48.1rem;
    height: 4.4rem;
    padding: 1rem 2rem;
    display: flex;
    border: 0.1rem solid rgba(51, 51, 51, 0.10);
    border-radius: 0.8rem;
}

.content-right-form>div input {
    font-size: 2rem;
    height: 2.4rem;
    flex: 1;
}

.content-right-form>div img {
    width: 2.4rem;
    height: 2.4rem;
}
.content-right-form>div:last-child img:hover{
    cursor: pointer;
}

.content-right-content {
    padding-top: 8rem;
}

.content-right-content>span {
    line-height: 3.9rem;
    font-size: 3.2rem;
    font-weight: 600;
    color: #05173C;
    display: block;
    margin-bottom: 3.2rem;
}

.content-right-content>p {
    width: 104.6rem;
    height: 3.8rem;
    font-size: 1.6rem;
    margin: 3.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
    gap: calc((100% - 101.4rem) / 2 - 0.15rem);
}

.content-list-item {
    width: 33.8rem;
    height: 49rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
    /*margin-right: 1.6rem;*/
    margin-bottom: 1.6rem;
}

.content-list-item:nth-child(3n) {
    margin-right: 0;
}

.content-list-item>.img {
    width: 33.8rem;
    height: 33.8rem;
    position: relative;
    overflow: hidden;
}

.content-list-item>p {
    padding: 1.6rem 1.6rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 2rem;
    color: #05173C;
    font-weight: 500;
    line-height: 2.4rem;
    height: 8.8rem;
}

.content-list-item-bottom {
    padding: 2.4rem 1.6rem 1.6rem;
    display: flex;
    align-items: center;
}

.content-list-item-bottom>span {
    color: #F16522;
    font-size: 1.6rem;
    line-height: 1.9rem;
}

.content-list-item-bottom>img {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.4rem;
}

.content-list-item:hover {
    box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.16);
    cursor: pointer;
}

.content-list-item:hover>p {
    color: #F16522;
}

.content-right-btn {
    margin:  0 auto 8rem;
    width: 19rem;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    background-color: #F16522;
    color: #fff;
    font-size: 2rem;
    border-radius: 10rem;
    display: block;
}

.content-right-btn:hover {
    cursor: pointer;
}
.content-right-down{
    position: relative;
}
.prd-search-dropdown{
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    max-height: 60rem;
    overflow: auto;
    z-index: 200;
    left: 0;
    top: 4rem;
    width: 100%;
}

.prd-search-item{
        font-size: 1.6rem;
        padding: 2rem 3rem;
}
.prd-search-item:hover{
    background: #0693e3;;
}

@media screen and (max-width: 768px) {
    .content {
        display: block;
    }

    .content-select {
        width: 34.3rem;
        height: 4.2rem;
        background-color: #fff;
        border-radius: 1rem;
        margin-bottom: 1.6rem;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .content-select span {
        color: #05173C;
        font-size: 1.4rem;
    }

    .content-select img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .content-select-list {
        position: absolute;
        width: 100%;
        height: 16.8rem;
        top: 5rem;
        left: 0;
        border-radius: 1rem;
        background-color: #fff;
        display: none;
        overflow-y: auto;
        z-index: 50;
        box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.16);
        padding: 1.2rem;
    }

    .content-select-item {
        line-height: 1.8rem;
        margin-bottom: 2.4rem;
    }

    .content-select-item:last-child {
        margin-bottom: 0;
    }

    .block {
        display: block;
    }

    .content-right {
        width: 34.3rem;
    }


    .content-right-current {
        background-color: #fff;
        padding: 1.2rem;
        border-radius: 1rem;
        margin-top: 1.6rem;
        box-shadow: none;
    }

    .content-right-current-title span {
        font-weight: 500;
        font-size: 1.6rem;
        color: #05173C;
    }

    .content-right-current-title span:last-child {
        color: #F16522;
        font-weight: 600;
    }

    .content-right-current p {
        line-height: 1.5rem;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 1.2rem;
    }

    .content-right-form {
        width: 34.3rem;
        height: 4.2rem;
        border-radius: 1rem;
        background-color: #fff;
        display: flex;
        padding: 1.2rem 1.2rem;
        align-items: center;
        justify-content: space-between;
    }

    .content-right-form>div {
        width: 100%;
        height: 1.8rem;
        padding: 0;
        display: flex;
        border-radius: 0;
        border: none;
    }

    .content-right-form>div input {
        font-size: 1.4rem;
        height: 1.8rem;
        flex: 1;
    }

    .content-right-form>div img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .content-right-content {
        padding-top: 4rem;
    }

    .content-right-content>span {
        line-height: 2.4rem;
        font-size: 2rem;
        font-weight: 600;
        color: #05173C;
        display: block;
        margin-bottom: 2.4rem;
    }

    .content-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 3.3rem;
    }

    .content-list-item {
        width: 16.8rem;
        height: 29.8rem;
        border-radius: 1rem;
        background-color: #fff;
        margin-right: 0;
        margin-bottom: 1.6rem;
    }

    .content-list-item>.img {
        width: 16.8rem;
        height: 16.8rem;
    }

    .content-list-item>p {
        padding: 1.2rem 0.8rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 1.4rem;
        color: #05173C;
        font-weight: 500;
        line-height: 1.8rem;
        height: 8.4rem;
    }

    .content-list-item-bottom {
        padding: 1.6rem 0.8rem 1.2rem;
        display: flex;
        align-items: center;
    }

    .content-list-item-bottom>span {
        color: #F16522;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .content-list-item-bottom>img {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: 0;
    }

    .content-right-btn {
        margin: 0 auto 4rem;
        width: 9.6rem;
        height: 3.1rem;
        line-height: 3.1rem;
        text-align: center;
        background-color: #F16522;
        color: #fff;
        font-size: 1.2rem;
        border-radius: 10rem;
        display: block;
    }

}