@charset "utf-8";
/*-----------------------------------------------
Name:     Ginat Travel -CONTACT 2015-css
Date:     2015-9-14-start
----------------------------------------------- */
/*normal*/
.contactus {}
.contactus .page_illustration {}

.form_region {
    z-index: 1;
    position: relative;
    margin-top: 25px;
    padding: 5px;
    padding-top: 20px;
    border-top: #e6edf4 1px solid;
}
.normal_form {
    float: left;
    width: 70%;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.form_region .btnicon,
.normal_form h2 i,
.customer_webpart h4 i {
    display: inline-block;
    vertical-align: middle;
}
.form_region .btnicon {
    width: 90px;
    height: 90px;
    background: url(../images/icons_contact.png) no-repeat;
}
.form_region .keyins {
    margin-bottom: 10px;
}

.form_region .theDate {
    width: 180px
}
.form_region .btn_region {
    text-align: center;
    margin: 20px 0;
}
.form_region .btn_style {
    width: 120px;
    margin-right: 2%;
}
.form_region .btn_style + .btn_style {
    margin-right: 0;
}
.normal_form h2 .btnicon {
    background-position: -90px 0;
    margin-right: 10px;
}
.normal_form h2 {
    font-size: 1.8rem;
    color: #333333;
    line-height: 90px;
    margin-bottom: 20px;
}
.k_name { width: 160px;}
.k_phone { width: 270px;}
.k_email { width: 340px;}
.k_subject { width: 200px;}
.k_content { width: 100%; height: 100px;}

.customer_webpart {
    float: right;
    width: 22%;
    background-color: #f4f6f8;
    padding: 3%;
}
.customer_webpart h4 {
    margin-bottom: 10px;
}
.customer_webpart h4 .btnicon {
    background-position: 0px 0;
}
.customer_webpart h4 i {
    font-size: 2rem;
    color: #0458e7;
    width: calc(100% - 90px);
}
.customer_webpart .btn_style {
    display: block;
    background-color: #052c4a;
    width: 80px;
    margin: 15px auto;
}
/*CUSTOMER*/
.customer_form {
    padding: 20px 60px;
}
.customer_form h2 {
    color: #555555;
    font-size: 1.9rem;
    margin-top: 20px;
}
.customer_form .btnicon,
.customer_form form {
    float: left;
}
.customer_form .btnicon {
    margin-right: 15px;
}
.customer_form form {
    width: calc(100% - 110px);
}
.customer_form form > strong {
    display: block;
    font-size: 1.6rem;
    color: #000000;
    margin: 15px 0 10px;
}
.contactus .customer_form [class*="qui-input-group"][class*="-style1"] {
    margin-bottom: 10px;
    max-width: 200px;
}
.k_location { width: 270px;}
.k_route { width: 270px;}
.customer_form .qui-allLevel {
    margin: 0px 0 10px;
    width: 80%;
}
.qui-allLevel > .qui-allLevel-title {
    font-size: 1.5rem;
    width: 75px;
}
.qui-allLevel > ul {
    width: calc(100% - 75px);
}

.form_region .distance {
    width: 180px;
}

/*FINISH*/
.finish {}
.finish .normal_form {
    float: none;
    width: 400px;
    padding: 0;
    margin: 70px auto;
}
.finish .form_region .btnicon {
    float: left;
    background: url(../images/icon_accomplish.png) no-repeat;
    width: 75px;
    height: 75px;
    margin-right: 20px;
}
.finish_info {
    float: left;
    margin-top: 10px;
    font-size: 1.5rem;
}
.finish_info h6 {
    font-size: 2.5rem;
    color: #0458e7;
}
.row.level {
    white-space: nowrap;
    margin-bottom: 10px;
}
.row.level .title {
    display: inline-block;
    vertical-align: top;
    /*line-height: 40px;*/
    margin: 5px 0px;
}
.row.level .levelCheck {
    display: inline-block;
    vertical-align: middle;
}

/*PC的1280以下＋pad的1024---------------*/
@media screen and (max-width:1279px),(max-device-width:1024px) and (orientation:landscape) {

    .customer_form .qui-allLevel {
        width: 100%;
    }
}

/*PC的1024以下＋pad的直768-----~----------*/
@media screen and (max-width:1023px),
(max-device-width:768px) and (orientation:portrait) {
}

/*960~----------*/
@media screen and (max-width: 960px) {
    .normal_form {
        width: 67%;
    }
    .customer_webpart {
        width: 25%;
    }
    .customer_form {
        padding: 20px 20px 20px 40px;
    }
}

/*720~----------*/
@media screen and (max-width: 720px) {
    .normal_form {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .form_region .keyins {
        display: block;
        width: 100%;
    }
    .keyins.k_password {
        padding-left: 30px;
    }
    .form_region .btn_style {
        width: 46%;
    }
    .normal_form h2 {
        margin-bottom: 0;
    }
    .customer_webpart {
        float: none;
        width: 94%;
    }
    .customer_webpart h4 + p {
        padding: 0 5%;
    }
    .codeimg img {
        height: 5rem;
    }
    .form_region .btnicon {
        background-size: 10rem;
        width: 5rem;
        height: 5rem;
    }
    .normal_form h2 .btnicon {
        background-position: -5rem 0;
    }
    .customer_webpart h4 .btnicon {
        background-position: 0 0;
    }
    .customer_webpart h4 i {
        width: calc(100% - 5rem);
    }
    .customer_form {
        padding: 20px 0px 20px 0px;
    }
    .customer_form h2 {
        margin-top: 10px;
    }
    .finish .form_region .btnicon,
    .finish_info {
        float: none;
    }
    .finish .normal_form {
        width: inherit;
        margin: 20px auto 50px;
    }
}
/*540~----------*/
@media screen and (max-width: 540px) {
    .customer_form .btnicon {
        display: none;
    }
    .customer_form form {
        width: 100%;
    }
    .customer_form [class*="qui-level"][class*="-challenge"]:after,
    .customer_form [class*="qui-level"][class*="-sport"]:after,
    .customer_form [class*="qui-level"][class*="-leisure"]:after {
        padding-left: 0px;
        padding-top: 16px;
    }
    .customer_form [class*="qui-level"][class*="-challenge"],
    .customer_form [class*="qui-level"][class*="-sport"],
    .customer_form [class*="qui-level"][class*="-leisure"] {
        margin-top: -6px;
    }
    .customer_form .qui-allLevel > .qui-allLevel-title,
    .customer_form .qui-allLevel > ul {
        float: none;
        display: block;
    }
    .customer_form .qui-allLevel > ul {
        width: 100%;
    }
    .customer_form .qui-allLevel {
        height: inherit;
        line-height: inherit;
    }
}
