﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    /*text-transform:capitalize;*/
}

.layout {
    width: 1100px;
    margin: 0 auto;
}
header.active {
    position:fixed;
    background:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
}
    header.active .w_nav li a {
        color:#645c59;
    }
    header.active .language_cont {
        color: #666;
    }
    .header_pack {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 150px;
    }
header.active .logo a img {
    filter: none;
    transform: translateY(0);
}
.logo {
    height: 100px;
    padding: 35px 0;
}
    .logo a {
        display:block;
        height:100%;
        overflow:hidden;
    }
        .logo a img {
            max-height:100%;
            display:block;
            filter:drop-shadow(#ffffff 0 50px);
            transform:translateY(-50px);
        }
        header {
            background: rgba(0,0,0,.2);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 101;
        }
        header:hover {
            background: #fff;
            box-shadow: 0 5px 10px rgba(0,0,0,.1);
        }
            header:hover .w_nav li a {
                color: #645c59;
            }
            header:hover .w_nav .active a,
            header.active .w_nav .active a {
                border-bottom-color: #645c59;
            }
                header:hover .logo a img {
                    filter: none;
                    transform: translateY(0);
                }
            .w_nav {
                display: flex;
            }
                .w_nav li a {
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    font-weight: bold;
                    margin: 0 20px;
                    border-bottom: 2px solid transparent;
                    text-transform:uppercase;
                }
                .w_nav .active a {
                    border-bottom-color: #fff;
                }
                  
                    .w_nav li a:hover {
                        border-bottom-color: #645c59;
                    }
    .iconfont {
        display: none
    }
.language {
    width:100px;
    text-align:center;
    position:relative;
}
header:hover .language_cont {
    color:#666;
}
.language_cont {
    color: #fff;
    font-size: 14px;
    line-height:30px;
    font-weight: bold;
}
.language_list {
   width:100%;
   font-size:14px;
   line-height:30px;
   background:#fff;
  
   position:absolute;
   top:100%;
   left:0;
   display:none;
   box-shadow:0 0 5px rgba(0,0,0,.2);
}
    .language_list li a {
        display: block;
        color: #666;
    }
    .language_list li a:hover {
        background: #645c59;
        color: #fff;
    }
.home_banner {
    overflow:hidden;
}
.home_banner img {
    width:100%;
    display:block;
}
footer {
    background: #645c59;
    padding:60px 200px;
}
.footer_pack {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.footer_nav {
    display:flex;
}
.footer_nav a {
    display:block;
    padding-right:30px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
    .footer_nav a:hover {
        opacity:.5;
    }
.footer_logo {
    display:flex;
    align-items:center;
    padding-top:50px;
}
.footer_logo>a {
    display:block;
    width:200px;
}
.copyright {
    margin-left:50px;
}
    .copyright a {
        font-size: 14px;
        line-height: 30px;
        color: #b5b0b0;
    }
.footer_right {
    display: flex;
    font-size: 14px;
    line-height: 30px;
    color: #b5b0b0;
}
    .footer_right a {
        display: block;
        color: #b5b0b0;
    }
        .footer_right a::after {
            content: "|";
            display: inline-block;
            padding: 0 15px;
        }
        .footer_right a:hover {
            color: #fff;
        }
        .footer_right a:last-child::after {
            display:none
        }
        .home_rent_btn {
            padding: 30px 0;
            background: #f3f2ed;
        }
.footerdetail {
    padding:50px 0;
}
.home_rent_btn a,
.residence_title_pack a {
    display: flex;
    width: 250px;
    line-height: 60px;
    background: #645c59;
    color: #fff;
    padding: 0 15px;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 auto;
}
        .home_rent_btn a i,
        .residence_title_pack a i {
            font-size: 20px;
        }
    .home_rent_btn a:hover {
        opacity:0.8;
    }
.home_about {
    padding: 50px 0 100px;
    text-align: center;
}
.home_about_pack h3,
.residence_title h3,
.about_plate1 h3,
.feature_title h3 {
    color: #645c59;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 45px;
    margin: 0px 0 20px;
}
.home_about_pack p,
.residence_title p,
.about_plate1 p,
.feature_title p{
    color: #8e8b8b;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 35px;
}
.home_about_img{
    margin-top:40px;
}
.home_about_img img {
    width: 100%;
    display: block;
}
.residence {
    padding: 80px 0;
    background: #f3f2ed;
}
.residence_list {
    margin:40px -20px 0;
    overflow:hidden;
}
.residence_list li {
    width:50%;
    padding:0 20px;
    float:left;
    margin-bottom:40px;
}
.residence_list_pack {
    overflow:hidden;
}
.residence_list_pack img {
    width: 100%;
    height: 355px;
    object-fit: cover;
    display: block;
    transition: all .5s;
}
.residence_list p {
    color: #726874;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 26px;
    text-align:center;
    margin-top:20px;
}
.home_join{
    padding:100px 0;
}
.home_about_pack{
    text-align:left;
}
.home_join_list {
    overflow:hidden;
    margin:40px -20px 0;
}
.home_join_list li {
    width:50%;
    float:left;
    padding:0 20px;
    margin-bottom:40px;
}
    .home_join_list li .home_join_pack {
        position:relative;
    }
.home_join_list_img {
    height:345px;
    overflow:hidden;
}
.home_join_list_img img {
    width: 100%;
    height:100%;
    object-fit:cover;
    display: block;
    transition:all .5s;
}
.home_join_list li .home_join_pack:hover img {
    transform:scale(1.1);
}
.home_join_pack p {
    font-size: 20px;
    line-height: 40px;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
}
.banner {
    position:relative;
}
.banner img {
    width:100%;
    display:block;
}
.banner_title {
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    background:rgba(0,0,0,.3);
    text-align: center;
    left: 0;
}
    .banner_title h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 55px;
        position: absolute;
        top: 50%;
        left:0;
        width: 100%;
        transform: translateY(-50%);
    }
.about_plate1 {
    padding:80px 0;
}
.residence {
    padding:80px 0;
    background:#f3f2ed;
}
.residence_title_pack {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .residence_title_pack h3 {
        color: #645c59;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 37px;
        margin: 0 0 41px;
    }
    .residence_title_pack a {
        margin: 0;
    }
        .residence_title_pack a:hover {
            opacity: .8;
        }
.about_residence_list li {
    width:33.33333%;

}
.about_residence_list .residence_list_pack img {
    height:240px;
}
.about_residence_list .residence_list_pack p {
    color: #645c59;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align:left;
}
.residence_list_img {
    overflow:hidden;
}
.residence_list li .residence_list_pack:hover img {
    transform: scale(1.1);
}
.facility {
    padding:85px 0;
}
.facility_list {
    margin-top:40px;
    overflow:hidden;
}
.facility_list_img {
    display:flex;
}
    .facility_list_img p {
        display:none;
    }
        .facility_list_img p:first-child {
            display:block
        }
        .facility_list_img p img {
            width: 100%;
            display: block;
        }
.facility_list_tab {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    background: #645c59;
    display:none;
}
    .facility_list_tab p {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 0 18px;
        color: #aaa;
    }
    .facility_list_tab .active {
        color:#fff;
    }
.feature{
    padding-bottom:85px; 
}
.home_about .home_about_pack h3 {
    text-align: center;
}
.feature_cont {
    margin-top: 40px;
}
    .feature_cont h3 {
        color: #645c59;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 37px;
        margin-bottom:32px;
    }
.feature_list {
    border: 1px solid #ccc;
    border-left:none;
    border-right:none;
    display:flex;
    flex-wrap:wrap;
}
    .feature_list li {
        width: 33.3333%;
        border-bottom: 1px solid #ccc;
        height: 79px;
        color: #645c59;
        font-size: 16px;
        letter-spacing: 1px;
        position:relative;
        top:1px;
        display:table;
        line-height:79px;
    }
    .feature_list li img {
        width:40px;
        display:inline-block;
    }
    .feature_list li span {
        display:inline-block;
        margin-left:10px;
    }

.about_bot_list_cont li {
    display:flex;
    margin-bottom:85px;
}
    .about_bot_list_cont li:nth-child(2n) {
        flex-direction:row-reverse;
    }
    .about_bot_list_cont_img {
        width: 500px;
    }
.about_bot_list_cont_img img {
    width:100%;
    display:block;
}
.about_bot_list_cont_text {
    width:calc(100% - 500px);
    padding-left:100px;
}
    .about_bot_list_cont_text h4 {
        color: #645c59;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 34px;
        margin: 0 0 28px;
    }
    .about_bot_list_cont_text p {
        color: #8e8b8b;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
    }
.about_bot_list_cont li:nth-child(2n) .about_bot_list_cont_text {
    padding:0 100px 0 0 ;
}
.map_pack {
    display:flex;
    height:473px;
}
.map_img {
    width: calc(100% - 352px);
    height:100%;
}
.map_img img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.map_cont {
    width: 352px;
    padding: 0 48px;
    background: #887b8a;
    height:100%;
}
.map_cont h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 34px;
    margin: 75px 0 15px;
}
.map_cont h4 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
}
    .map_cont p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 18px;
        margin: 30px 0 15px;
        display: block;
    }
    .map_cont p i {
        display:block;
        margin-right:10px;
    }
.map_link {
    margin-top:150px;
}
.map_link a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    background: url(../images/icon_arrow.png) right center/auto 95% no-repeat;
    width: 70%;
}
.order_pack {
    display:flex;
}
.order_img {
    width:600px;
}
.order_img img {
    width:100%;
    display:block;
}
.order_cont {
    width: calc(100% - 600px);
    padding-top: 86px;
}
    .order_cont h4 {
        color: #645c59;
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 25px;
        margin: 0 0 13px;
    }
    .order_cont h3 {
        color: #645c59;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 52px;
        margin: 0 0 60px;
    }
.order_btn_list {
    display:flex;
    justify-content:space-between;
}
.order_btn {
    width:48%;
}
    .order_btn p {
        color: #645c59;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 15px;
        margin: 0 0 12px;
    }
    .order_btn a {
        min-height: 50px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 14px;
        padding: 17px 20px ;
        border: 1px solid #645c59;
        color: #645c59;
        display:flex;
        justify-content:space-between;
    }
    .order_btn a i {
        font-size:20px;
    }
        .order_btn a:hover {
            background: #645c59;
            color:#fff;
        }
.rent {
    padding:50px 0 85px;
}
.rent_tab table {
    width:100%;
}
.UList-box {
    display:none
}
.rent_tab table tr th {
    font-weight: bold;
    color: #8e8b8b;
    font-size: 14px;
    border-bottom: 1px solid rgba(204,204,204,.4);
    padding: 10px;
    width: calc(100% / 6);
}
            .rent_tab table tr th:first-child {
                width:12%;
            }
            .rent_tab table tr th:nth-child(2) {
                width: 20%;
            }
            .rent_tab table tr td {
                border: none;
                height: 64px;
                color: #645c59;
                font-size: 14px;
                letter-spacing: 1px;
                line-height: 16px;
                padding: 10px;
                border-bottom: 1px solid rgba(204,204,204,.4);
            }
    .rent_tab table tr td a {
        display:block;
        background:url(../images/rent1.png) no-repeat center/100% 100%;
        width:32px;
        height:32px;
    }
.order_message {
    padding:85px 0;
}
.order_message_title h3 {
    color: #645c59;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 34px;
    margin: 0 0 28px;
}
.order_message_title p {
    color: #8e8b8b;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 45px;
}
.order_message_cont1 {
    width:50%;
}
    .order_message_cont1 p,
    .datum_title {
        color: #645c59;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 25px;
        margin: 0 0 20px;
    }
    .order_message_cont1 select,
    .date_form select {
        border: none;
        outline: none;
        border-bottom: 1px solid #dfddd2;
        display: block;
        width: 100%;
        padding: 0px 0 10px;
        font-size: 16px;
        color: #645c59;
    }
.date {
    margin-top:50px;
    display:flex;
    justify-content:space-between;
}
.date_form, .visit_form {
    width: 47%;
}
    .date_form label,
    .date_form p,
    .visit_form label,
    .message_form p {
        color: #645c59;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 25px;
        margin: 0 0 20px;
    }
    .date_form input,
    .visit_form input {
        border: none;
        outline: none;
        border-bottom: 1px solid #dfddd2;
        padding: 0 0 10px;
        font-size: 16px;
        color: #645c59;
    }
        .date_form input::-webkit-input-placeholder,
        .message_form textarea::-webkit-input-placeholder,
        .visit_form input::-webkit-input-placeholder {
            font-size: 16px;
            color: #645c59;
        }
        .date_form div {
            position: relative;
        }
.date_form div i {
    position:absolute;
   font-size:30px;
    top:0;
    right:0;
}
    .date_form select {
        padding-top:8px;
    }
        .date_form select option,
        .order_message_cont1 select {
            padding: 5px 0;
        }
.message_form {
    width:80%;
    margin-top:50px;
}
    .message_form textarea {
        border-color: #dfddd2;
        height:175px;
        font-size:16px;
        color:#645c59;
        width:100%;
        padding:20px;
        outline-color:#333;
    }
.visit {
    margin-top:50px;
}
.visit_title {
    display: flex;
    color: #645c59;
    font-size: 16px;
    align-items:center;
}
.visit_title span {
    display: block;
    width: 14px;
    height: 14px;
    background: #9cbb00;
    border: 1px solid #9cbb00;
    margin-right:10px;
}
    .visit_title span.active {
        background:#fff;
        border-color:#645c59;
    }
.visit_date {
    margin-top:20px;
}
    .visit_date .date_form label,
    .visit_date .date_form p,
    .visit_form label {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
        .visit_date .date_form label span,
        .visit_date .date_form p span,
        .visit_form label  span{
            color: #9cbb00;
        }
.datum {
    margin-top: 50px;
}
.visit_message {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.visit_form {
    margin-bottom:20px;
}
.visit_form label {
    display: block;
    font-weight:bold;
}
.visit_form input {
    width:100%;
    padding-top:5px;
}
    .visit_form select {
        border: none;
        outline: none;
        border-bottom: 1px solid #dfddd2;
        padding:5px 0 10px;
        font-size: 16px;
        color: #645c59;
        width:100%;
    }

.verification {
    display:flex;
    justify-content:space-between;
    margin-top:40px;
}
.message_btn {
    display: inline-block;
    height: 50px;
    min-width: 250px;
    padding: 18px 55px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    background: url(../images/icon_arrow.png) 200px center/15% no-repeat #645c59;
    border: 0;
    text-align: left;
    cursor:pointer;
}
.message_btn:hover {
    opacity:.8;
}
.idea {
    margin-top:30px;
}
    .idea .datum_title span {
        color:#9cbb00;
    }
    .idea .date_form {
        margin-top: 30px;
    }
    .idea .date_form p {
        width: 100%;
        color: #645c59;
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        font-weight: 400;
    }
    .idea .visit_form {
        margin-top:50px;
    }
.process {
    width: 100%;
    height: 80vh;
    position: relative;
    display:none;
}

.process-popBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .process-popBox .icon {
        width: 178px;
        height: 178px;
        margin: 0 auto;
    }

    .process-popBox h3 {
        color: #645c59;
        font-size: 28px;
        text-align: left;
        text-align: center;
        margin-top: 30px;
        font-weight: bold;
    }

    .process-popBox p {
        text-align: center;
        margin-top: 20px;
        color: rgba(187, 187, 187, 1);
        font-size: 16px;
    }

        .process-popBox p a {
            color: #129897;
        }

            .process-popBox p a:nth-last-child(1) {
                text-decoration: underline;
            }
.rent_tab > p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
    color: #645c59;
}
@media(max-width:1300px) {
    .layout {
            width:1000px;
        }
        .home_about_pack h3, .residence_title h3, .about_plate1 h3, .feature_title h3,
        .order_cont h3,
        .banner_title h3 {
            font-size: 30px;
            line-height: 40px;
        }
        .home_about,
        .residence,
        .home_join,
        .about_plate1,
        .facility {
            padding: 60px 0;
        }
            .home_about_pack p, .residence_title p, .about_plate1 p, .feature_title p,
            .residence_list p,
            .home_join_pack p,
            .map_cont h4,
            .order_cont h4 {
                font-size: 16px;
                line-height: 26px;
            }
        .home_join_pack p {
            line-height:35px;
        }
        .residence_list li {
            padding:0 10px;
        }
        .residence_list {
            margin:20px -10px 0;
        }
        .residence_list_pack img {
            height:330px;
        }
        .home_join_list_img {
            height:320px;
        }
    } 
    @media(max-width:1100px) {
        .w_nav li a {
            margin:0 10px;
        }
    }
    @media(max-width:1000px) {
        .layout {
            width:100%;
        }
        .iconfont {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            display:block;
        }

            .iconfont i {
                width: 100%;
                height: 100%;
                position: absolute;
            }

            .iconfont .cha {
                background: url(../images/cha.png) no-repeat center/100% 100%;
                display: none;
            }

            .iconfont .nav {
                background: url(../images/nav.png) no-repeat center/100% 100%;
            }

        .logo {
            height: 60px;
            padding: 17px 0;
        }
            .logo a img {
                filter: none;
                transform: translateY(0);
            }
        .language_cont {
            color:#645c59;
        }
        .navlist {
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 10px;
            border-top: 1px solid #f1f1f1;
            display: none;
            z-index: 101;
        }

        .w_nav {
            display: block;
        }

        header {
            position: relative;
            background:#fff;
        }

        .w_nav > li > a, .language_on span {
            line-height: 30px;
            text-align: center;
        }

        .language {
            margin-right: 50px;
            width:80px;
        }

        .language_on {
            text-align: center;
        }

        .language_list {
            width: 100%;
            position: absolute;
        }
        .header_pack {
            padding:0 15px;
        }
        footer {
            padding:30px 15px;
        }
        .home_rent_btn a, .residence_title_pack a {
            width:200px;
            line-height:50px;
        }
        .home_about, .residence, .home_join, .about_plate1, .facility {
            padding:30px 15px;
        }
            .home_about_pack h3, .residence_title h3, .about_plate1 h3, .feature_title h3, .order_cont h3,
            .banner_title h3,
            .residence_title_pack h3,
            .about_bot_list_cont_text h4,
            .map_cont h3,
            .order_message_title h3 {
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 10px;
            }
            .home_about_pack p, .order_message_title p, .about_bot_list_cont_text p, .residence_title p, .about_plate1 p, .feature_title p, .residence_list p, .home_join_pack p, .map_cont h4, .order_cont h4 {
                font-size: 14px;
                line-height: 24px;
            }
        .home_about_img {
            margin-top:20px;
        }
        .residence_list {
            margin:20px 0 0;
        }
        .residence_list li {
            padding:0 ;
            width:100%;
            margin-bottom:20px;
        }
        .residence_list_pack img {
            height:auto;
        }
        .residence_list p {
            margin-top:10px;
        }
        .home_join_list {
            margin:20px 0 0;
        }
        .home_join_list li {
            padding:0;
            width:100%;
            margin-bottom:20px;
        }
        .home_join_list_img {
            height:auto;
        }
        .home_join_pack p {
            line-height:30px;
        }
        .footer_nav {
            flex-wrap:wrap;
        }
        .footer_pack {
            display:block;
        }
        .footer_nav a {
            padding-right:18px;
            margin-bottom:10px;
        }
        .footer_logo {
            padding-top:20px;
            display:block;
            text-align:center;
        }
        .copyright {
            margin:10px 0 0;
        }
        .footer_right {
            justify-content:center;

        }
        .home_rent_btn a, .residence_title_pack a {
            width:150px;
            line-height:40px;
        }
        .feature_cont {
            margin-top:20px;
        }
        .feature {
            padding: 0 15px;
        }
        .feature_list li {
            width: 100%;
        }
        .about_bot_list {
            padding:30px 15px;
        }
        .about_bot_list_cont li {
            display:block;
            margin-bottom:20px;
        }
        .about_bot_list_cont_img {
            width:100%;
        }
        .about_bot_list_cont_text {
            width:100%;
            padding:20px 0 0;
        }
        .about_bot_list_cont li:nth-child(2n) .about_bot_list_cont_text {
            padding:20px 0 0;
        }
        .map_pack {
            display:block;
            height:auto;
        }
        .map_img {
            width:100%;
            height:300px;
        }
        .map_cont {
            width:100%;
            padding:30px 15px;
        }
            .map_cont h3 {
                margin-top:0;
            }
            .map_cont p {
                margin-top:20px;
            }
        .map_link {
            margin-top:50px;
        }
        .order_pack {
            display:block;
        }
        .order_img {
            width:100%;
        }
        .order_cont {
            padding:30px 15px;
            width:100%;
        }
        .order_btn a {
            min-height:40px;
            padding:0 10px;
            line-height:40px;
        }
        .rent {
            padding:30px 15px;
        }
        .rent_tab {
            width:100%;
            overflow:auto;
        }
            .rent_tab table {
                width:200%;
                max-width:200%;
            }
        .order_message {
            padding:30px 15px;
        }
        .order_message_cont1 p, .datum_title,
        .date_form label, .date_form p, .visit_form label, .message_form p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 5px;
        }
        .order_message_title p {
            margin-bottom:20px;
        }
        .order_message_cont1 {
            width:100%;
        }
            .order_message_cont1 select, .date_form select,
            .date_form input, .visit_form input,
            .date_form input::-webkit-input-placeholder, .message_form textarea::-webkit-input-placeholder, .visit_form input::-webkit-input-placeholder {
                font-size: 14px;
                line-height: 24px;
            }
        .date{
            margin-top:20px;
            display:block;
        }
        .date_form, .visit_form {
            width:100%;
            margin-bottom:20px;
        }
        .message_form {
            width:100%;
            margin-top:20px;
        }
            .message_form textarea{
                padding:10px;
                height:100px;
            }
        .visit,
        .datum {
            margin-top: 20px;
        }
        .verification {
            display:block;
            margin-top:0;
        }
        .message_btn {
            width:100%;
            margin-top:20px;
            text-align:center;
            background:#645c59;
            padding:0;
            line-height:50px;
        }
    }