.sl-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    height: 100%;
}

.selectPanel {
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 50000;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.sl-actionsheet-toggle {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.selectPanel .p-bar {
    padding: .15rem;
}

.selectPanel .p-bar-left {
    float: left;
}

.selectPanel .p-bar-right {
    float: right;
}

.selectPanel .p-value {
    padding: 0 .15rem;
    position: relative;
    line-height: 1.5;
}

.selectPanel .p-value-cell {
    display: inline-block;
    position: relative;
    height: .6rem;
    margin: .15rem 0;
    margin-right: 0px;
    line-height: .6rem;
    text-align: center;
    margin-right: .2rem;
    padding: 0 .15rem;
    padding-right: 0.15rem;
    padding-right: .5rem;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    border-radius: .08rem;
}

.selectPanel .p-value::before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    top: 0;
}

.selectPanel .p-value::after {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.selectPanel .p-value-cell:after {
    content: '\2715';
    position: absolute;
    top: 0;
    right: .1rem;
    font-weight: 100;
}

.selectPanel .p-content {
    position: relative;
    overflow: visible;
    width: 100%;
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

    .selectPanel .p-content .p-content-panel {
        overflow: hidden;
        width: 100%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #e3e3e3;
        height: 9.22rem;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: 7.5rem;
    }

    .selectPanel .p-content .p-first > li {
        line-height: 1.05rem;
        position: relative;
        list-style: none;
        border-bottom: 1px solid rgba(188,187,187,0.28);
        padding: 0 .234rem 0 .3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .selectPanel .p-content .p-second > li {
        line-height: 1.05rem;
        position: relative;
        list-style: none;
        border-bottom: 1px solid rgba(188,187,187,0.28);
        padding: 0 .234rem 0 .3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .selectPanel .p-content .p-second .foldIco {
        background-image: url(../../SelectPanel/Images/67.png);
        background-repeat: no-repeat;
        background-size: .25rem;
        background-position: 90% .35rem;
    }

    .selectPanel .p-content .p-second .expandIco {
        background-image: url(../../SelectPanel/Images/86.png);
        background-repeat: no-repeat;
        background-size: .25rem;
        background-position: 90% .35rem;
    }

    .selectPanel .p-content .p-three > li {
        line-height: 1.05rem;
        position: relative;
        list-style: none;
        border-bottom: 1px solid rgba(188,187,187,0.28);
        padding: 0 .234rem 0 .6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.selectPanel .act {
    background-color: rgba(255,214,0,0.14);
    color: #0180cf;
}
/*按钮定义*/
.sl-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: .3rem;
    padding-right: .3rem;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: .98rem;
    border-radius: .08rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 0px;
}

.sl-btn-inline {
    display: inline-block;
}

.sl-btn-medium {
    height: .8rem;
    line-height: .78rem;
}

.sl-btn-small {
    height: .6rem;
    line-height: .58rem;
}

.sl-btn-border-gray {
    color: #666;
    border: 1px solid rgba(0,0,0,0.2);
}

    .sl-btn-border-gray:not(.qs-btn-border-disabled):active, .qs-btn-border-gray:not(.qs-btn-border-disabled).eventactive {
        color: rgba(0,0,0,0.6);
        background-color: #DEDEDE;
    }

.sl-btn-border-orange {
    color: #fd8000;
    border: 1px solid #fd8000;
}

    .sl-btn-border-orange:not(.qs-btn-border-disabled):active, .qs-btn-border-orange:not(.qs-btn-border-disabled).eventactive {
        color: #fff;
        background-color: #fb9934;
    }

.sl-btn-border-blue {
    color: #017bc4;
    border: 1px solid #017bc4;
}

    .sl-btn-border-blue:not(.qs-btn-border-disabled):active, .qs-btn-border-orange:not(.qs-btn-border-disabled).eventactive {
        color: #fff;
        background-color: #fb9934;
    }

html {
    font-family: "microsoft yahei","宋体";
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

body {
    margin: 0;
    max-width: 7.5rem;
    min-height: 100%;
    min-width: 320px;
    margin: 0 auto;
    color: #666666;
    background-color: #f2f2f2;
    -webkit-overflow-scrolling: touch;
    font-size: .3rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, form, p, ul, input {
    margin: 0px;
    padding: 0px;
}

input, textarea {
    font-family: "microsoft yahei","宋体";
    font-size: .27857142rem;
    color: #666666;
}

li {
    padding: 0px;
    margin: 0px;
    line-height: 180%;
    list-style-type: none;
}

.font9 {
    font-size: .1888rem;
}

.font10 {
    font-size: .234rem;
}

.font12 {
    font-size: .25714285rem;
}

.font13 {
    font-size: .27857142rem;
}

.font14 {
    font-size: .3rem;
}

.font15 {
    font-size: .32142857rem;
}

.font16 {
    font-size: .34285714rem;
}

.font18 {
    font-size: .38571428rem;
}

.font20 {
    font-size: .468rem;
}

.font24 {
    font-size: .56249999rem;
}

.font28 {
    font-size: .65624999rem;
}
