/* * {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    } */

    .ios-select-widget-box header.iosselect-header a {
        font-size: 20px;
        color: #fff;
    }
    .close{
        opacity: 1 !important;
        text-shadow: none;
        font-weight: normal;
    }
    .ios-select-widget-box ul li {
        font-size: 16px;
    }

    .ios-select-widget-box ul li.side1 {
        font-size: 18px;
    }

    .ios-select-widget-box ul li.at {
        font-size: 18px;
        color: #003366;
        font-weight: bold;

    }

    .ios-select-widget-box .select-one-level li.at {
        /* background: url(img/tran.png) no-repeat transparent; */
        background-position: -12% center;
        background-size: 25%;
    }

    .ios-select-widget-box .select-four-level li,
    .ios-select-widget-box .select-four-level li.at,
    .ios-select-widget-box .select-four-level li.side1 {
        font-size: 16px;
    }

    .ios-select-widget-box #iosSelectTitle {
        font-size: 20px;
        color: #003366;
    }

    .ios-select-widget-box #iosSelectTitle div {
        display: inline-block;
        width: 40%;
        margin: 7px auto 0;
        border: 1px solid #fff;
        border-radius: 5px;
        overflow: hidden;
        line-height: 38px;
    }

    .ios-select-widget-box #iosSelectTitle div .active {
        color: #003366;
        background: #fff;
    }

    .ios-select-widget-box #iosSelectTitle div span {
        float: right;
        width: 50%;
        height: 100%;
        color: #fff;
    }

    .ios-select-widget-box #iosSelectTitle div span:first-child {
        border-right: 1px solid #fff;
        float: left;
        box-sizing: border-box;
    }



    .data-select label .pc-box {
        float: left;
        font-size: 18px;
        padding-left: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .data-select label .pc-box span {
        color: #666;

    }

    #oneLevelContain {
        width: 25%;
    }

    #twoLevelContain,
    #threeLevelContain {
        width: 15%;
    }

    #fourLevelContain {
        width: 45%;
    }


    /* 确认弹框 */
    .sure-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .6);
    }

    #sure-frame {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        text-align: center;
    }

    #sure-frame header {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgb(221, 221, 221);
        text-align: center;
        font-size: 24px;
        color: rgb(163, 30, 26);
    }

    #sure-frame section>p {
        font-size: 18px;
        color: rgb(51, 51, 51);
        line-height: 60px;
    }

    .sex-wrapper {
        float: left;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .cur {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #eee;
        margin: 0 10px 0 30px;
    }

    label .active i {
        background: #6f0011 url(img/iconOrderChecked.png) no-repeat center;
        background-size: 60% 60%;
    }

    .sex-wrapper b {
        float: left;
    }
    @media (max-width: 992px){
        .ios-select-widget-box.olay > div{
            width: 60%;
        }
    }
    @media (max-width: 768px){
        .ios-select-widget-box.olay > div{
            width: 98%;
            top: 20%;
            left: 1%;
            transform: none;
        }
        body {max-width:720px;background:#FFF;margin:0 auto;}
        /* html{font-size:calc(100vw/7.5) !important;} */
    }