.cascade_scroll_selects{}

/* 框架 */
.cascade_scroll_selects .scs_container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99998}

/* 背景 */
.cascade_scroll_selects .scs_container .scs_cover{z-index:1;background:rgba(0,0,0,0.5);filter:alpha(opacity=50);width:100%;height:100%;position:absolute;top:0;left:0}

/* 地区面板 */
.cascade_scroll_selects .scs_container .scs_dialog{width:100%;max-width:100%;position:absolute;bottom:0;left:0;z-index:2; font-size:1.2rem; text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y; background:#fff; display:none}

/* 标题 */
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects{margin:0 auto;position:relative;zoom:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group{padding:.5em .25em; min-width:0; max-width:100%; -webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;-ms-touch-action:none;touch-action:none}

/* 地区选择 */
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view{height:20rem; overflow:hidden;position:relative}
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view:before{content:'';position:absolute;left:0; top:80px; bottom:auto;right:auto;height:1px;width:100%;background-color:#ccc;display:block;z-index:-1}
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view:after{content:'';position:absolute;left:0;bottom:120px;right:auto;top:auto;height:1px;width:100%;background-color:#ccc;display:block;z-index:-1}
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view .scs_items{position:relative;z-index:3;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_title{line-height:3rem;height:3rem;text-align:center;white-space:nowrap;font-weight:bold;text-transform:upperscse;color:#FF4B4B;width:100%;font-size:1.4rem;}

.cascade_scroll_selects .scs_container .scs_dialog .scs_item{height:40px;line-height:40px;cursor:pointer;text-align:center;padding:0 5px;white-space:nowrap;vertical-align:bottom;width:100%;color:#454545;position:relative;overflow:hidden;text-overflow:ellipsis}.cascade_scroll_selects .scs_container .scs_dialog .scs_item.scs_selected{font-weight:700}


.cascade_scroll_selects .scs_container .scs_dialog .scs_btns{}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn{height:3.5rem; line-height:3.5rem; -ms-touch-action:none;touch-action:none; text-align:center;cursor:pointer;  float:left; width:50%; font-size:1.2rem;}
.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_ok{background:#FF4B4B;color:#fff}
.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_cancel{background:#666;color:#fff}


.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_span{-ms-touch-action:none;touch-action:none;text-align:center; background:#ccc;}
