    .search {
        height: 50px;
        border: 2px solid #E38C88;
        border-radius: 25px;
        padding-left: 46px;
        position: relative;
        margin-top: 20px;
    }

    .search::before {
        content: "·";
        position: absolute;
        width: 46px;
        left: 0px;
        top: 0px;
        text-align: center;
        color: #E38C88;
        font-size: 14px;
        line-height: 46px;
        pointer-events: none;
    }

    .searchInput {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        height: 100%;
        width: 100%;
        padding: 0px;
        left: 0px;
        border-radius: 25px;
        position: absolute;
        vertical-align: top;
        outline: none;
        text-indent: 46px;
        font-size: 20px;
    }

    .searchButton {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 38px;
        height: 38px;
        border-radius: 19px;
        background: linear-gradient(135deg, #E38C88, #E8493A);
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }

    .searchButton:hover .icon {
        width: 28px;
        height: 28px;
    }

    .searchButton .icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

@media (min-width: 991px){
    .search {
        margin-bottom: 70px;
    }
    .ZWbody {
        width: 1100px;
        height: 900px;
        position: relative;
    }

    .ZWbody .left {
        position: absolute;
        left: 0px;
        top: 0px;
        #height: 100%;
        width: 20%;
        border-radius: 15px;
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        box-shadow: 3px -3px 20px #ccc;
    }

    .ZWbody .left .type {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        height: 80px;
        line-height: 30px;
        font-size: 30px;
        text-align: center;
        #font-weight: 600;
        color: #ccc;
        cursor: pointer;
    }

    .ZWbody .left .type:hover {
        color: #E38C88
    }

    .ZWbody .left .type.choice {
        color: #E8493A;
    }

    .ZWbody .right {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 860px;
        width: calc(80% - 25px);
        border-radius: 8px;
        background-color: #fff;
        padding: 40px;
        box-shadow: 3px -3px 20px #ccc;
    }

    .ZWbody .right .position-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 40px;
        height: max-content;
    }

    .ZWbody .right .position-biaoti {
        font-size: 25px;
        font-weight: 600;
        margin-top: 40px;
        height: max-content;
        margin-bottom: 20px;
    }

    .ZWbody .right .position-miaoshu {
        font-size: 18px;
        height: max-content;
        line-height: 28px;
        color: #777;
    }

    .ZWbody .right .position-miaoshu p {
        margin-top: 8px;
        margin-bottom: 8px;
    }

}
@media (max-width: 990px){
    .search {
        margin-bottom: 30px;
    }
    .ZWbody {
        width: 100%;
        height: 700px;
        position: relative;
    }

    .ZWbody .left {
        position: absolute;
        left: 0px;
        top: 580px;
        #height: 100%;
        #width: 20%;
        border-radius: 15px;
        background-color: #fff;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 3px -3px 20px #ccc;
    }

    .ZWbody .left .type {
        height: 40px;
        width: 90px;
        line-height: 30px;
        font-size: 10px;
        text-align: center;
        float: left;
        color: #ccc;
        cursor: pointer;
    }

    .ZWbody .left .type:hover {
        color: #E38C88
    }

    .ZWbody .left .type.choice {
        color: #E8493A;
    }

    .ZWbody .right {
        position: absolute;
        left: 30px;
        top: 0px;
        height: 560px;
        width: calc(100% - 60px);
        border-radius: 8px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 3px -3px 20px #ccc;
    }

    .ZWbody .right .position-title {
        font-size: 16px;
        #font-weight: 600;
        height: max-content;
    }

    .ZWbody .right .position-biaoti {
        font-size: 14px;
        #font-weight: 600;
        height: max-content;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ZWbody .right .position-miaoshu {
        font-size: 9px;
        height: max-content;
        line-height: 14px;
        color: #777;
    }

    .ZWbody .right .position-miaoshu p {
        margin-top: 8px;
        margin-bottom: 8px;
    }

}
