/* * {
        -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;
    margin: 0 0 0 5px;
}

.ios-select-widget-box ul li.side1 {
    font-size: 18px;
}

.ios-select-widget-box ul li.at {
    font-size: 18px;
    color: #FFFFFF;
    background: #C83632;
    font-weight: bold;
    /* border-radius: 4px; */
    /* margin: 0 5px; */
}

.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: #000040;
}

.ios-select-widget-box #iosSelectTitle div {
    display: inline-block;
    width: 40%;
    margin: 7px auto 0;
    /* border: 1px solid #caa456; */
    border-radius: 5px;
    overflow: hidden;
    line-height: 38px;
    cursor: pointer;
}

.demo {
    /* display: none; */
    background-color: #666;
}

.ios-select-widget-box #iosSelectTitle div .active {
    color: #D81E06;
    /* cursor: pointer; */
    font-weight: bold;
}

.ios-select-widget-box #iosSelectTitle div span {
    float: right;
    /* width: 50%; */
    height: 100%;
    color: #999999;
}

.ios-select-widget-box #iosSelectTitle div span:first-child {
    /* border-right: 1px solid #000040; */
    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%;
    padding-left: 20px;
    height: 200px !important;
    /* overflow: scroll; */
    background: #f1ece2;
}

#twoLevelContain,
#threeLevelContain {
    width: 15%;
    height: 200px !important;
    /* overflow: scroll; */
    background: #f1ece2;
}

#fourLevelContain {
    width: 45%;
    padding-right: 20px;
    height: 200px !important;
    /* overflow: scroll; */
}

#oneLevelContain::-webkit-scrollbar {
    width: 0 !important
}

#twoLevelContain::-webkit-scrollbar {
    width: 0 !important
}

#threeLevelContain::-webkit-scrollbar {
    width: 0 !important
}

#fourLevelContain::-webkit-scrollbar {
    width: 0 !important
}


/* 确认弹框 */

.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: 80%;
        top: 20%;
        left: 10%;
        transform: none;
    }
    body {
        max-width: 720px;
        background: #FFF;
        margin: 0 auto;
    }
    /* html{font-size:calc(100vw/7.5) !important;} */
}