﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}
/*去掉所有标签之间的默认间隙*/
html, body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fafafa;
    font-size: 14px;
    min-width: 1200px;
}

.page2 ul li span i {
    background: url(/img/pic_gk.png) no-repeat left center;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 5px;
    background-size: 100% 100%;
}

.getting-before {
    background: #FF711D;
    border: none;
    color: #fff;
}

.getting-after {
    background: #eeeeee;
    border: none;
    color: #ff711d;
    cursor: no-drop;
}

input {
    outline: none !important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}
/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}
/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}
/*去掉超级链接的下划线*/
img {
    border: none;
}
/*去掉图片加载完链接之后的边框*/
a {
    color: black;
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }

.page2 {
    display: none;
}

.banner {
    height: 500px;
    width: 100%;
    min-width: 1200px;
}

.enroll {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    margin-top: -145px;
    background: #fff;
    border-radius: 12px;
    padding-bottom: 20px;
}

    .enroll h3 {
        text-align: center;
        color: #FD6B10;
        font-size: 24px;
        padding: 20px 0px;
    }

.page1 div {
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
}

.next {
    background: #FF711D;
    color: #FFFFFF;
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.page2 ul {
    width: 600px;
    margin: auto;
}

    .page2 ul li {
        overflow: hidden;
        padding-bottom: 16px;
    }

        .page2 ul li span {
            float: left;
            display: inline-block;
            font-size: 18px;
            width: 160px;
            text-align: right;
            padding-right: 10px;
            line-height: 34px;
        }

.enroll ul li #city {
    margin-left: 120px;
    margin-top: 15px;
}

.page2 ul li input {
    float: left;
    width: 230px;
    height: 30px;
    padding: 0px 10px;
    font-size: 16px;
}

.page2 ul li label {
    float: left;
    font-size: 18px;
}

.page2 .page2-title h3 {
    text-align: left;
    padding-left: 20px;
}

.enroll ul li label input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0;
    cursor: pointer;
}

.enroll ul li select {
    width: 231px;
    height: 34px;
}

#getting {
    height: 32px;
    margin-left: 10px;
}

.page2 .submit {
    background: #FF711D;
    color: #FFFFFF;
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    html, body {
        font-size: 0.3rem;
        min-width: 100%;
        background: #fff;
    }

    .banner {
        height: 3.2rem;
        background: url('/img/banner_gk.png');
        background-size: 100% 100%;
        min-width: 100%;
    }

    #getting {
        width: 1.5rem !important;
        height: 0.6rem;
        margin-left: 1%;
        font-size: 0.24rem;
    }

    .page1 div {
        font-size: 0.28rem;
        width: 100%;
        line-height: 0.6rem;
    }

    .enroll ul li #city {
        margin-left: 34%;
        margin-top: 0.2rem;
    }

    .enroll {
        padding-top: 0.3rem;
        width: 90%;
        margin: auto;
        background: #FFFFFF;
        border-radius: 0.15rem;
        margin-top: -0.85rem;
        padding-bottom: 0.3rem;
        padding-left: 2%;
        padding-right: 2%;
        min-width: auto;
    }

        .enroll h3 {
            font-size: 0.32rem;
            text-align: center;
            color: #FD6B10;
            padding: 0;
            padding-bottom: 0.2rem;
        }

        .enroll h4 {
            color: #363636;
            font-size: 0.3rem;
            font-weight: bold;
            padding-bottom: 0.2rem;
            padding-top: 0.3rem;
        }

        .enroll p {
            line-height: 0.6rem;
        }

    .page2 P {
        float: left;
        background: #FF711D;
        color: #fff;
        padding: 0 0.2rem;
        font-size: 0.24rem;
    }

    .enroll p i {
        text-indent: 1em;
        display: inline-block;
        font-style: normal;
        font-size: 0.26rem;
    }

    .enroll p a {
        color: #FD6B10;
    }

    .next {
        background: #FF711D;
        color: #FFFFFF;
        display: block;
        width: 80%;
        line-height: 0.8rem;
        text-align: center;
        margin: auto;
        margin-top: 0.2rem;
        border-radius: 0.15rem;
    }

    .page2 {
        /* display: none; */
    }

        .page2 h3 {
            color: #0C0C0C;
            font-size: 0.3rem;
            /* margin-left: 2%; */
            border-left: 0.05rem solid #FD6B10;
            padding-left: 0.2rem;
            text-align: left;
            /* margin-top: -0.9rem; */
            background: #fff;
            /* padding-bottom: 0.2rem; */
            width: 90%;
            /* padding-left: 3%; */
        }

    .enroll ul {
        padding-top: 0rem;
        width: 100%;
        margin: auto;
        display: block;
    }

    .page2 .page2-title h3 {
        padding: 0;
        margin: 0;
        padding-left: 0.2rem;
        margin-top: 0.1rem;
        margin-bottom: 0.2rem;
    }

    .enroll ul li {
        margin-bottom: 0.4rem;
        overflow: hidden;
        /* padding-top: 0; */
        padding-bottom: 0;
    }

        .enroll ul li span {
            font-size: 0.3rem;
            float: left;
            padding-right: 2%;
            line-height: 0.6rem;
            width: 34%;
            text-align: right;
        }

        .enroll ul li input {
            /* float: right!important; */
            border: none;
            border: 0.01rem solid #e3e3e3;
            height: 0.6rem;
            font-size: 0.3rem;
            padding-left: 2%;
            width: 61%;
            float: left;
            padding: 0;
            padding-left: 2%;
        }

        .enroll ul li span i {
            background: url('http://testmvc.edu-cj.com/img/pic_gk.png') no-repeat left center;
            display: inline-block;
            width: 0.2rem;
            height: 0.2rem;
            /* float: left; */
            margin-right: 0.1rem;
            background-size: 100% 100%;
        }

        .enroll ul li label {
            padding-left: 2%;
            font-size: 0.3rem;
            float: left;
            line-height: 0.6rem;
            padding-right: 0.3rem;
        }

            .enroll ul li label input {
                width: 0.3rem;
                float: none;
                height: 0.3rem;
                border: none;
                padding-left: 0;
                margin-left: 0.1rem;
                position: relative;
                top: 0.05rem;
                margin-right: 0;
            }

        .enroll ul li select {
            float: right;
            border: none;
            border: 0.01rem solid #e3e3e3;
            height: 0.6rem;
            font-size: 0.3rem;
            padding-left: 2%;
            width: 65.5%;
            float: left;
        }

    .page2-title {
        color: #0C0C0C;
        margin-left: 2%;
        padding-left: 0.2rem;
        margin-top: -0.9rem;
        background: #fff;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
    }

    .page2 {
        width: 96%;
        margin-top: 0;
    }

    .enroll ul li #yzm {
        width: 39%;
        float: left;
    }

    .page2 .submit {
        background: #FF711D;
        color: #FFFFFF;
        display: block;
        width: 80%;
        line-height: 0.8rem;
        text-align: center;
        margin: auto;
        margin-top: 0.2rem;
        border-radius: 0.15rem;
    }
}
