﻿.main_title {
    padding:150px 0px;
}

.checkbox {
    color: #999;
    font-size: 15px;
    position: relative;
    line-height: 30px;
    float: left;
    width: 100%;
}

    .checkbox label {
        position: relative;
        padding-left: 25px;
    }

        .checkbox label:before {
            background: #acb5ba;
            content: "";
            left: 0;
            position: absolute;
            top: 1px;
            height: 17px;
            width: 17px;
            border-radius: 4px;
        }

        .checkbox label:after {
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            content: "";
            height: 9px;
            left: 6px;
            position: absolute;
            top: 3px;
            width: 4px;
            transform: rotate(40deg);
            -ms-transform: rotate(40deg);
            -moz-transform: rotate(40deg);
            -webkit-transform: rotate(40deg);
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
        }

    .checkbox input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        width: 50px;
        height: 40px;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

        .checkbox input[type="checkbox"]:hover + label:after {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            border-color: #fff;
        }

.modal-1 .checkbox input[type="checkbox"]:hover + label:after {
    border-color: #fff;
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.checkbox input[type="checkbox"]:checked + label:before {
    background: #00a1e4;
}

.checkbox input[type="checkbox"]:checked + label {
    color: #00a1e4;
}

/*===== Modal 2 ====*/

.modal-2 .checkbox label:before {
    background: none;
    border: 2px solid;
}

.modal-2 .checkbox input[type="checkbox"]:checked + label:before,
.modal-2 .checkbox input[type="checkbox"]:checked + label:after {
    background: none;
    border-color: #00a1e4;
}

/*===== Modal 3 ====*/

.modal-3 .checkbox label:before {
    background: none;
    border: 2px solid;
    border-radius: 100%;
    -moz- border-radius: 100%;
    -webkit- border-radius: 100%;
}

.modal-3 .checkbox label:after {
    width: 6px;
    height: 15px;
    top: -3px;
    left: 8px
}

.modal-3 .checkbox input[type="checkbox"]:checked + label:before,
.modal-3 .checkbox input[type="checkbox"]:checked + label:after {
    background: none;
    border-color: #16BB5E;
}

/*===== Modal 4 ====*/

.modal-4 .checkbox label:before {
    background: none;
    border: 2px solid;
    border-radius: 0;
    -moz- border-radius: 0;
    -webkit- border-radius: 0;
}

.modal-4 .checkbox label:after {
    width: 6px;
    height: 15px;
    top: -3px;
    left: 8px
}

.modal-4 .checkbox input[type="checkbox"]:checked + label:before,
.modal-4 .checkbox input[type="checkbox"]:checked + label:after {
    background: none;
    border-color: #16BB5E;
}




.content1 {
    padding-bottom:150px;
}
.i_top {
    text-align: right;
    padding:20px 0px;
}
    .content1 .consult_list {
        width: 100%;
        overflow: hidden;
        font-size: 1.8rem;
        padding: 30px 0px;
        border-bottom: 1px solid #cccccc;
    }
        .content1 .consult_list.line {
            border-top: 3px solid #00a1e4;
        }
        .content1 .consult_list p {
            width: 10%;
            float: left;
            text-align: center;
            display: block;
            line-height: 50px;
            font-family: 'NIXGON-Vb';
            font-weight: bold;
        }
        .content1 .consult_list input {
            width: 87%;
            float: right;
            height: 50px;
            border: 1px solid #cccccc;
            font-size: 1.4rem;
            border-radius: 100px;
            padding: 0px 30px;
            box-sizing: border-box;
        }
        .content1 .consult_list textarea {
            width: 87%;
            float: right;
            border: 1px solid #cccccc;
            font-size: 1.4rem;
            border-radius: 20px;
            padding: 30px;
            box-sizing: border-box;
        }
.content1 .agree_text textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-top:30px;
}

.click_btn a,
.click_btn input {
    width: 30%;
    margin: 0 auto;
    display: block;
    height: 65px;
    line-height: 65px;
    background-color: #00a1e4;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    color: #6c6c6c;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    box-shadow: 0 2px 10px 0 rgba(92, 92, 92, 0.16);
}

.inq_box,
.inq_btn,
.agree {
    text-align: center;
}
.agree {
    padding: 20px 0 30px;
    color: #9d9d9d;
}
.color_dot {
    color:#de0000;
}





@media all and (min-width:768px) and (max-width:1200px) {
}

@media all and (max-width:767px) {
    .main_title {
        padding:100px 0px; 
    }
    .content1 .consult_list p {
        width: 19%;
    }
    .content1 .consult_list input {
        width:80%;
    }
    .content1 .consult_list textarea {
        width:100%;
    }

    .checkbox {
        font-size: 13px;
    }

    .click_btn input,
    .click_btn a {
        width: 100%;
        font-size: 14px;
    }
}

