input {
    outline: none;
    border: 1px solid #DEE5ED;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #5E6271;
    width: 100%;
    height: inherit;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 10px;
    /* margin-right: 10px; */
    /* max-width: 400px; */
}

textarea {
    resize: none;
    height: 165px;
    font-family: 'Spartan', sans-serif;
    outline: none;
    border: 1px solid #DEE5ED;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #5E6271;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    /* max-width: 400px; */
    /* margin-left: 10px; */
}

button {
    background-color: white;
}

.form-top-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-top-righ {
    display: flex;
    justify-content: center;
}

.info-wrap {
    width: 100%;
    /* max-width: 810px; */
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0px;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.info-wrap>div {
    padding: 6px 0px;
    display: flex;
}

.info-wrap>div>p {
    margin: 0px;
}

.info-wrap>div .iconfont {
    color: var(--main-color);
    font-size: 20px;
    margin-right: 5px;
}

.cway-wrap h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.t-name {
    width: 50px !important;
    display: inline-block;
    text-align-last: justify;
}

.cway-item.s-m-l {
    margin-left: 20px;
}

.cway-wrap h5 {
    display: flex;
    align-items: center;
    color: var(--main-color);
}

.cway-wrap h5::before {
    content: " ";
    background-color: var(--main-color);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 5px;
}


.BMap_bubble_content {
    font-size: 12px !important;
}

.BMap_bubble_title {
    color: var(--main-color);
}

@media screen and (max-width: 576px) {
    #bmapcontainer {
        height: 200px;
    }

    textarea {
        margin-left: 0px;
    }

    input {
        margin-right: 0px;
    }
}

@media screen and (min-width: 576px) {
    #bmapcontainer {
        height: 250px;
    }

    textarea {
        margin-left: 0px;
    }

    input {
        margin-right: 0px;
    }
}

@media screen and (min-width: 768px) {
    #bmapcontainer {
        height: 350px;
    }

    textarea {
        margin-left: 0px;
    }

    input {
        margin-right: 0px;
    }
}

@media screen and (min-width: 992px) {
    #bmapcontainer {
        height: 450px;
    }

    textarea {
        margin-left: 10px;
    }

    input {
        margin-right: 10px;

    }
}

@media screen and (min-width: 1200px) {
    #bmapcontainer {
        height: 550px;
    }
}