﻿/*主体*/
.main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #eff0f2;
}

.select_type {
    padding: 0 1.3%;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.select_qy, .select_time, .select_tit, .select_jb {
    padding: 0.6rem 1.3%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.qy_name, .time_name, .tit_name, .jb_name, .qy_con, .time_con, .jb_con {
    padding-left: 4%;
}

    .qy_name, .time_name, .tit_name, .jb_name, .qy_con span, .time_con span, .jb_con span {
        font-size: 1.3rem;
    }

/*span.qy_gg, .time_gg, .jd_gg, .jb_gg {
    color: #0a95e1;
    margin-right: 5%;
    font-size: 1.3rem;
}*/
span.qy_gg, .time_gg, .jd_gg, .jb_gg {
    margin-right: 5%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9600), to(#ff9600));
    display: inline-block;
    width: 20%;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid #ff9600;
    border-radius: 4px;
}

span.qy_name, .time_name, .tit_name, .jb_name {
    font-weight: 600;
    font-size: 1.3rem;
}

input[type="text"] {
    margin-left: 12px;
    border: 1px solid #ff893b;
    height: 30px;
    font-size: 1.3rem;
    width: 91%;
    border-radius: 15px;
    padding-left: 10px;
    outline: none;
}

img.select_img {
    width: 20px;
    position: absolute;
    right: 8%;
    top: 12px;
    padding-left: 12px;
    border-left: 1px solid #9da4b1;
}

.select_tit {
    position: relative;
}

.lists_img {
    background: #0a95e1;
    height: 18px;
    line-height: 18px;
    padding-top: 1px;
    margin-top: 2px;
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 0px 7px;
    text-align: center;
    float: left;
    display: inline-block;
    color: #fff;
}

.type_on {
    color: #0a95e1 !important;
}

.select_type a {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(rgba(225, 225, 225,1)));
    display: inline-block;
    margin: 0.8rem 1.36%;
    width: 13%;
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

p.main_list_time { /* display: inline-block; */ /* margin-left: 24px; */
    font-size: 1.3rem;
    margin-top: 10px;
    color: #007cd1;
}

p.main_list_calalog { /* display: inline-block; */ /* margin-left: 24px; */
    font-size: 1.3rem;
    margin-top: 10px;
    color: #666;
}



/*遮罩层效果*/

div.slide-mask {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

aside.slide-wrapper {
    position: fixed;
    z-index: 4;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    aside.slide-wrapper > div {
        background-color: #ffffff;
        min-height: 100%;
    }

        aside.slide-wrapper > div > div {
            padding: 0 10px;
            height: 45px;
            background-color: #fff;
            overflow: hidden;
        }

            aside.slide-wrapper > div > div strong {
                height: 45px;
                line-height: 45px;
                font-size: 1.4rem;
                color: #333;
                font-weight: 600;
            }

    aside.slide-wrapper.moved {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.slide-qy ul li, .slide-time ul li, .slide-jd ul li, .slide-jb ul li {
    width: 91%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 5px 0px;
}


    .slide-qy ul li a, .slide-time ul li a, .slide-jd ul li a, .slide-jb ul li a {
        width: 22%;
        height: 28px;
        line-height: 25px;
        font-size: 1.4rem;
        display: inline-block;
        margin: 5px 1px;
        text-align: center;
        background-color: #f2f2f2;
        border-radius: 0.4em;
        color: #333;
    }

.slide-on {
    background-color: #0a95e1 !important;
    color: #ffffff !important;
}

.slide-qy ul li p a {
    width: 22%;
    height: 28px;
    line-height: 25px;
    font-size: 1.4rem;
    display: inline-block;
    margin: 5px 1px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 0.4em;
    color: #333;
}


.slide-qy ul {
    overflow: auto;
}

.qy_bott {
    width: 100%;
    padding: 0px !important;
    position: fixed;
    bottom: 0px;
}

.zz_gw {
    border-top: 1px solid #cecece;
    padding: 0px !important;
    margin: 0 10px;
}

ul.gw_name li a {
    width: 23%;
}

.qy_chongzhi, .time_chongzhi, .jd_chongzhi, .jb_chongzhi {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    background-color: #dff4ff;
    color: #0a95e1;
    height: 45px;
    line-height: 45px;
}

.qy_sure {
    display: inline-block;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 1.5rem;
    float: right;
    text-align: center;
    background-color: #0a95e1;
    color: #ffffff;
}

.select_main {
    min-height: 350px;
}

    .select_main ul li {
        background-color: #fff;
        margin: 10px 0px;
        padding: 10px 18px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

span.sel_input {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 76%;
}

@media screen and (max-width: 375px) {
    span.sel_input {
        position: relative;
        display: inline-block;
        height: 30px;
        width: 76%;
    }
}


a.select_img {
    position: absolute;
    padding-left: 10px;
    right: 0.2rem;
    top: 0px;
}

.select_img img {
    width:46.22px !important;
    height:32px;
}

span.lists_tit {
    line-height: 22px;
    height: 44px;
    padding-left: 5px;
    font-size: 1.5rem;
    color: #000;
    display:  inline-block;
}

.more {
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 5px;
}

.select_main p:first-child {
    height: 44px;
    overflow: hidden;
}

.orange {
    background: #ff9600;
}

.orangethen {
    background: #3fae71;
}

.zxs_bg {
    font-size: 1.5rem;
    margin-bottom: 7px;
}

.select_typ1 li {
    width: 33%;
    float: left;
    padding: 8px 0px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    position: relative;
}

    .select_typ1 li p:first-child {
        font-size: 1.4rem;
        color: #444;
        font-weight: 600;
    }

.select_typ1 p {
    text-align: left;
    padding-left: 15px;
    /*padding-left: 30px;*/
}

    .select_typ1 p span {
        font-size: 1.2rem;
        margin-left: 5px;
        font-weight: 500;
        color: #007cd1;
    }

.select_typ1 {
    background: #fff;
}

    .select_typ1 li:last-child {
        border: 0px;
    }

    .select_typ1 ul {
        border-bottom: 1px solid #c7c7c7;
    }

.type1, .type2, .type3 {
    background: #e6e9ee;
    position: absolute;
    width: 100%;
    display: none;
}

.blue {
    color: #0a95e1 !important;
}

.type1 p, .type2 p, .type3 p {
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    font-size: 1.3rem;
    border-bottom: 1px dotted #c6c6c8;
}

.down {
    position: absolute;
    background: url(../AImages/imageNew/SJ/btn_top.png) center;
    background-repeat: no-repeat;
    background-size: 36%;
    width: 18px;
    height: 12px;
    text-align: center;
    top: 12px;
    left: 42px;
    /*left: 47px;*/
}

.up {
    position: absolute;
    background: url(../AImages/imageNew/SJ/up_01_03.png) center;
    background-repeat: no-repeat;
    background-size: 36%;
    width: 18px;
    height: 12px;
    text-align: center;
    top: 12px;
    left: 42px;
    /*left: 47px;*/
}
