.sett {
    width: 100%;
    height: 30vw;
}

.sett_img {
    width: 100%;
    height: 100%;
}

.google {
    width: 70%;
    margin: 2vw auto 0 auto;
    background-size: 100% 100%;
    padding: 50px 10px;
}

.google_coent {
    width: 100%;
    height: 100%
}

.headline {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4vw auto;
}

.headline_left, .headline_right {
    width: 30%;
    height: 0.2vw;
}

.headline_left img, .headline_right img {
    width: 100%;
    height: 100%;
}

.headline_coent {
    font-size: 1.8vw;
    color: #000000;
    font-weight: bold;
}

.blogInfo {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 10px;
}

.blogInfo_left {
    width: 34%;
}

.blogInfo_lefts {
    width: 100%;
    background-color: #f1f1f1;
    height: 23vw;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}

.blogInfo_right {
    width: 65%;
    height: 26vw;
}

.blogInfo_left_icon {
    width: 30%;
    height: 12vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.blogInfo_left_icon1 {
    display: flex;
    width: 100%;
    color: #000000;
    font-weight: bold;
    height: 100%;
    flex: 1;
    align-items: center;
    font-size: .8vw;
}

.bb_right {
    padding: 10px;
    width: 20vw;
    color: #000000;
    font-size: 1vw;
}

.bb_left img {
    width: 2vw;
    height: 2vw;
}

.blogInfo_left_icon2 {
    width: 100%;
    margin-top: 2vw;
    color: #000000;
    font-size: 0.5vw;
}

.blogInfo_right_title {
    color: #000000;
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
}

.tijiaos {
    width: 100%;
}

.tijiaos tbody tr:nth-child(1) {
    display: block;
    margin-top: 2vw;
}

.tijiaos tbody tr:nth-child(1) td {
    width: 100vw;
}

.tijiaos tbody tr:nth-child(2) td {
    width: 100vw;
}

.tijiaos tbody tr:nth-child(2) {
    margin-top: 2vw;
    margin-bottom: 10px;
    display: block;
}

.tijiaos tbody tr:nth-child(3) {
    display: block;
    width: 10vw;

    text-align: center;
    margin: 2vw auto 0px auto;
}

.tijiaos tbody tr:nth-child(3) td {
    width: 10vw;
}

.tijiaos tbody tr:nth-child(3) td input {
    width: 10vw;
    background: #0f5e96;
    color: #ffffff;
    margin-left: 1vw;
    height: 5vh;
}

.form_text {
    margin: 0;
}

@media screen and (max-width: 760px) {
    .headline {
        width: 40%;
    }

    .headline_coent {
        font-size: 26px;
    }

    .blogInfo {
        width: 90%
    }
    .blogInfo {
        display: block;
    }
    .blogInfo_left {
        width: 100%;
    }
    .blogInfo_lefts {
        height: auto;
    }
    .blogInfo_right {
        width: 100%;
        height: 50vw;
        margin-top: 10px;
    }
    .my-map {
        height: 50vw !important;
    }
    .bb_right {
        width: 70vw;
        font-size: 22px;
    }
    .bb_left img {
        width: 22px;
        height: 22px;
    }
    .google {
        width: 90%;
    }
    .blogInfo_right_title {
        font-size: 22px;
    }
    #n5145 .floor_channel10 {
        flex-wrap: wrap;
    }
    #n5145 .sidebar_comtainer {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
    .component_title>img {
        width: 49% !important;
        height: 100%;
        margin: 0px !important;
    }
    #n5145>.floor_channel10>.content_container {
        width: 100%;
    }
    #n5145>.floor_channel10>.content_container>.content_title h2 {
        font-size: 22px;
        margin-top: 20px;
    }
    #n5145 .guestbook_table th {
        font-size: 22px;
        width: 120px;
        text-align: justify !important;
    }
    #n5145 .guestbook_table td.operation {
        text-align: center !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }
    #n5145 .guestbook_table .submit_button {
        width: 300px !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }
    #n5145 .guestbook_table tr.input input, #n5145 .guestbook_table tr.input textarea {
        line-height: 50px;
    }
    tbody {
        display: block !important;
        justify-content: space-between;
    }
    tr {
        display: block !important;
        width: 100% !important;

    }
    #n5145 .guestbook_table tr.input input, #n5145 .guestbook_table tr.input textarea {
        line-height: 4em !important;
    }
}

