@charset "utf-8"; /*! scroll-cascade-select 2016-03-21 */
html {
    height: 100%;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    list-style: none
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: sans-serif
}

body {
    min-height: 100%;
    width: 100%;
    overflow: visible;
    overflow-x: hidden;
    position: relative
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

input, select, textarea {
    font-size: 100%
}

div {
    margin: 0 auto
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #303030;
    cursor: pointer
}

a:active {
    text-decoration: none
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="disabled"] {
    -webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

input, select, textarea {
    font-size: 100%
}

input {
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}



/*! discover 2016-03-29 */
.cascade_scroll_selects {
    font-family: arial, verdana, sans-serif
}

.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.7);
    filter: alpha(opacity=70);
    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: 12px;
    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: #f7f7f7;
    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: 40px;
    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: 200px;
    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: #4eccc4;
    display: block;
    z-index: -1
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 80px;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #4eccc4;
    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: 30px;
    height: 30px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    text-transform: upperscse;
    color: #4eccc4;
    width: 100%;
    font-size: 1.375em
}

.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 {
    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;
    -webkit-box-orient: horizontal
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn {
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center;
    cursor: pointer
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_ok {
    background-color: #4eccc4;
    color: #fff
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_span {
    -webkit-box-flex: 2;
    -webkit-flex: 2 auto;
    -ms-flex: 2 auto;
    flex: 2 auto;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center
}