html {
  color: #000;
  background: #fff;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%

}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
  font-family: sans-serif;
  -webkit-touch-callout: none;
}

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
}

input, select, textarea {
  font-size: 100%;
  /* -webkit-appearance: none; */
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

del {
  text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500
}

q:before, q:after {
  content: ''
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}

ins, a {
  text-decoration: none
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

label {
    font-weight: normal;
}

input {
    height: 30px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='password'],
textarea,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    -webkit-appearance: none;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    outline: none !important;
}

textarea:disabled,
input:disabled {
    background: #fff !important;
    border: none;
    box-shadow: none;
}

input[readonly] {
    background: #fff !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form input.error {
    border-color: red;
}

form .error {
    color: red;
    margin-top: 2px;
    font-size: 12px;
}

.form-group {
    margin-bottom: 20px;
}

.panel-default {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    border: none;
}

.panel-heading {
    padding: 20px 15px;
}

.panel-body {
    padding: 20px;
    margin-top: 20px;
}


/*必填字段*/

.icon-input-require {
    color: #ff0000;
    font-size: 12px !important;
}


/* 公用checkmark */

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 2px solid #757575;
    border-radius: 2px;
    cursor: pointer;
    z-index: 99;
}

.checkmark:after {
    position: absolute;
    left: 0;
    top: 0;
    border-color: #757575;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: block;
    height: 80%;
    transform: scale(0) rotate(45deg);
    transform-origin: 97% 86%;
    width: 50%;
}

.checkmark.active {
    background: rgb(68, 136, 255);
    border-color: rgb(68, 136, 255);
    transition: transform 140ms ease-out;
}

.checkmark.active:after {
    transform: scale(1) rotate(45deg);
    border-color: #fff;
}


/* 关闭 */

.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    right: -10px;
    top: -10px;
    padding: 3px;
    font-size: 20px !important;
    display: block;
    color: #fff;
    background: red;
    border-radius: 50%;
    font-weight: bolder;
    opacity: .7;
    transition: transform 0.5s cubic-bezier(.16, .81, .32, 1), opacity 0.5s ease;
}

.close:hover {
    transform: rotate(180deg);
    transform-origin: center;
    opacity: 1;
    color: #fff;
}


/* 空列表信息 */

.nav-pagination {
    text-align: right;
    margin-right: 10px;
}

.empty-info {
    line-height: 50px;
    padding-left: 40px;
    color: #666;
}

@media screen and (max-width:767px) {
    .empty-info {
        line-height: 30px;
        padding-left: 20px;
    }
}
.navbar-brand .icon-home {
    font-size: 30px;
    margin-top: -4px;
    color: #ddd;
}

.navbar-default {
    background-color: #2883d6;
    border-color: #fff;
    z-index: 9;
}

.my-nav-menu {
    margin-left: 50px;
}

.nav-menu-item img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav>li {
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>a {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.navbar-default .navbar-nav>li:hover,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #2a89e0;
}

.navbar-default .navbar-nav>li.active>a {
    background-color: #2a89e0!important;
    border-bottom: 4px solid #4dbe5e;
    box-sizing: border-box;
}

.navbar-default .navbar-nav>.open>a {
    background-color: #2a89e0 !important;
}

.icon-navbar {
    font-size: 14px;
}

.navbar-default .navbar-nav>li:not(.dropdown):hover .dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

.img-head {
    width: 30px;
    height: 30px;
}

.icon-dropdown-menu {
    margin-right: 10px;
    color: #2883d6;
    font-size: 16px !important;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .container {
        width: auto;
    }
    .my-nav-menu {
        margin-left: 10px;
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .my-nav-menu {
        margin-left: -15px;
    }
    .navbar-default .navbar-nav>li {
        margin-left: 0;
        padding-left: 15px;
    }
    .navbar-default .my-nav-menu>li {
        padding-left: 20px;
    }
    .icon-dropdown-menu {
        color: #fff;
    }
}
/* 字体*/

@font-face {
    font-family: "iconfont";
    src: url('/font/iconfont.woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}


/* 上架*/

.icon-shelves:before {
    content: "\e629";
}


/* 下架 */

.icon-Lower:before {
    content: "\e602";
}

.icon-add:before {
    content: "\e6b9";
}

.icon-success:before {
    content: "\e685";
}

.icon-del:before {
    content: "\e69a";
}

.icon-delete:before {
    color: #3d76b9;
    content: "\e69d";
}

.icon-help:before {
    content: "\e6a3";
}

.icon-setting:before {
    content: "\e6ae";
}

.icon-calendar:before {
    font-size: 22px;
    color: #00a1cb;
    content: "\e6bf";
}

.icon-look:before {
    color: #3d76b9;
    content: "\e6e6";
}

.icon-subtract:before {
    content: "\e6fe";
}

.icon-right:before {
    content: "\e65f";
}

.icon-left:before {
    content: "\e660";
}

.icon-circle:before {
    content: "\e605";
}

.icon-search:before {
    content: "\e651";
}

.icon-editer:before {
    color: #3d76b9;
    content: "\e6d6";
}

.icon-msg:before {
    content: "\e684";
}

.icon-uploadhead:before {
    content: "\e608";
}

.icon-asterisk:before {
    content: "\e627";
}

.icon-slide-right:before {
    content: "\e620";
}

.icon-out:before {
    content: "\e60f";
}

.icon-continue-exercise:before {
    content: "\e600";
}

.icon-wrong:before {
    content: "\e603";
}

.icon-er:before {
    content: "\e71c";
}

.icon-practise:before {
    content: "\e63f";
}

.icon-simulation:before {
    content: "\e633";
}

.icon-subject:before {
    content: "\e6ba";
}

.icon-checked:before {
    content: "\e659";
}

.icon-checkbox:before {
    content: "\e632";
}

.icon-checkbox-checked:before {
    content: "\e718";
    color: #3097d1;
}

.icon-radio-checked:before {
    content: "\e606";
    color: #3097d1;
}

.icon-radio:before {
    content: "\e609";
}

.icon-score:before {
    content: "\e607";
}

.icon-cloth:before {
    content: "\e68b";
}

.icon-back:before {
    content: "\e604";
}

.icon-time:before {
    content: "\e601";
}

.icon-stop:before {
    content: "\e616";
}

.icon-begin:before {
    content: "\e700";
}

.icon-pos:before {
    content: "\e60a";
}

.icon-refresh:before {
    content: "\e61c";
    color: #3097d1
}

.icon-shrinkage:before {
    content: "\e73a";
}

.icon-expansion:before {
    content: "\e6cb";
}

.icon-mark:before {
    content: "\e6e7";
}

.icon-note:before {
    content: "\e69b";
}

.icon-share:before {
    color: #3d76b9;
    content: "\e664";
}

.icon-home:before {
    content: "\e66c";
}

.icon-bind:before {
    content: "\e66d";
}
/*
 动画效果
 */

.animation:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:768px) {
    .animation:after {
        z-index: 998;
    }
}


/* 左侧滑出显示 */

@keyframes fromL-LSlideToR {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes fromL-LSlideToR
/* Firefox */

{
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes fromL-LSlideToR
/* Safari 和 Chrome */

{
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fromL-C-LSlideScaleToR {
    from {
        transform: translateX(0) scaleY(1);
    }
    to {
        transform: translateX(220px) scaleY(0.9);
    }
}

@-moz-keyframes fromL-C-LSlideScaleToR
/* Firefox */

{
    from {
        transform: translateX(0) scaleY(1);
    }
    to {
        transform: translateX(220px) scaleY(0.9);
    }
}

@-webkit-keyframes fromL-C-LSlideScaleToR
/* Safari 和 Chrome */

{
    from {
        transform: translateX(0) scaleY(1);
    }
    to {
        transform: translateX(220px) scaleY(0.9);
    }
}

@keyframes fromL-C-LSlideToR {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(220px);
    }
}

@-moz-keyframes fromL-C-LSlideToR
/* Firefox */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(220px);
    }
}

@-webkit-keyframes fromL-C-LSlideToR
/* Safari 和 Chrome */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(220px);
    }
}


/*隐藏*/

@keyframes fromL-RSlideBackL {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@-moz-keyframes fromL-RSlideBackL
/* Firefox */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes fromL-RSlideBackL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes fromL-C-RSlideScaleBackL {
    from {
        transform: translateX(220px) scaleY(0.9);
    }
    to {
        transform: translateX(0) scale(1);
    }
}

@-moz-keyframes fromL-C-RSlideScaleBackL
/* Firefox */

{
    from {
        transform: translateX(220px) scaleY(0.9);
    }
    to {
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes fromL-C-RSlideScaleBackL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(220px) scaleY(0.9);
    }
    to {
        transform: translateX(0) scale(1);
    }
}

@keyframes fromL-C-RSlideBackL {
    from {
        transform: translateX(220px);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes fromL-C-RSlideBackL
/* Firefox */

{
    from {
        transform: translateX(220px);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes fromL-C-RSlideBackL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(220px);
    }
    to {
        transform: translateX(0);
    }
}


/* 右侧滑出显示 */

@keyframes fromR-RSlideToL {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes fromR-RSlideToL
/* Firefox */

{
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes fromR-RSlideToL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fromR-C-RSlideScaleToL {
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translateX(-80%) scaleY(0.9);
    }
}

@-moz-keyframes fromR-C-RSlideScaleToL
/* Firefox */

{
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translateX(-80%) scaleY(0.9);
    }
}

@-webkit-keyframes fromR-C-RSlideScaleToL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translateX(-80%) scaleY(0.9);
    }
}

@keyframes fromR-C-RSlideToL {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-80%);
    }
}

@-moz-keyframes fromR-C-RSlideToL
/* Firefox */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-80%);
    }
}

@-webkit-keyframes fromR-C-RSlideToL
/* Safari 和 Chrome */

{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-80%);
    }
}


/* 回到右侧 */

@keyframes fromR-LSlideBackR {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes fromR-LSlideBackR {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes fromR-LSlideBackR {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
.iziModal {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 520px;
    z-index: 99999;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    transition: margin-top 0.3s ease;
    box-sizing: border-box;
    display: none;
}

.iziModal * {
    -webkit-font-smoothing: antialiased;
}

.iziModal::after {
    content: '';
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    pointer-events: none;
}

.iziModal.hasScroll::after {
    height: 50px;
    opacity: 1;
}

.iziModal .iziModal-button-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    outline: none;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    opacity: 0.5;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA1Q0VDOEExRkE2QjExRTRBMTRGRjEzNTI3QzQxNjgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA1Q0VDOEEyRkE2QjExRTRBMTRGRjEzNTI3QzQxNjgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDVDRUM4OUZGQTZCMTFFNEExNEZGMTM1MjdDNDE2ODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDVDRUM4QTBGQTZCMTFFNEExNEZGMTM1MjdDNDE2ODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42M6umAAAA+klEQVR42ryWMQ6CMBSGwbgw6szg0CuwcQGP4A1IWFzxQh6AwTuwsjpZd1iZnj/JC6nkQVFo/+Rb2vL/tH20hEQUuNTe0n8AF3AGCsTc/gZP8AB30Ew69DMQiMANNGRXw2MjyUsyP4GaflfNz84GxEDT/9LsIQb0U6xovSpzuXbGdlxBskHhJOz1tclH0Apvk4F0Ytk092VCX8ueQ0A+Md2U+9UoRHNbwGMk5WZAObNpahQitUkqzYCXpTJMwyXmxJ5DQLeg/JRRcWpBOXfjKnIjX0vkfJOdl6nzD62noO1UeDvsvB7XXi6cza/M0PJXsfrStwWs1keAAQCDFDiZcdu3BwAAAABJRU5ErkJggg==') no-repeat 50% 50%;
    transition: transform 0.5s cubic-bezier(.16, .81, .32, 1), opacity 0.5s ease;
}

.iziModal .iziModal-button-close:hover {
    opacity: 1;
    transform: rotate(180deg);
}

.iziModal .iziModal-header {
    background: #88A0B9;
    padding: 14px 40px 15px 18px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.iziModal .iziModal-header-icon {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
    float: left;
}

.iziModal .iziModal-header-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.iziModal-header {
    border-bottom: 1px solid #eee;
}

.iziModal-header-title {
    text-align: center;
    padding: 10px;
    color: #2883d6 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.iziModal .iziModal-header-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.4;
}

.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
    margin: 0;
    font-family: Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    height: auto;
    padding: 10px 40px 12px 15px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    font-size: 23px;
    padding-right: 13px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 15px;
    margin: 3px 0 0 0;
    font-weight: 400;
}


/* LIGHT THEME */

.iziModal.light .iziModal-header {
    box-shadow: none;
}

.iziModal.light .iziModal-header-icon {
    color: rgba(0, 0, 0, 0.5);
}

.iziModal.light .iziModal-header-title {
    color: #000;
}

.iziModal.light .iziModal-header-subtitle {
    color: rgba(0, 0, 0, 0.6);
}

.iziModal.light .iziModal-button-close {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU0QjI2RjgyNjZFMTFFNkE3RTk5MEFGMzVBNTcxNkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU0QjI2RjcyNjZFMTFFNkE3RTk5MEFGMzVBNTcxNkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDVDRUM4QTFGQTZCMTFFNEExNEZGMTM1MjdDNDE2ODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDVDRUM4QTJGQTZCMTFFNEExNEZGMTM1MjdDNDE2ODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mca+RAAABkklEQVR42rxVoU4DQRC9NhhUAYNBICqbVLUJSU+cK4IPuB+4BAeCNAUPAgH6fqCuBkHdGRJEVZPKE4iaKlqFPN4ms8uymbm7hjsmeZmmO/ve7czsTiPLMq9O28tbjOP4EC4EzoE2cEJLKyAFXoFJFEWfEkeDOwGI9+GugRvgoOAjN8Aj8AShr0IBkJ/CvQCdHbOxBC4g8iEKgFyl4N1Kxa6mUncGkZX+o+mkZfoHco/2TonrtwDsCuhV0Dg94voRgOIR3IgJvgR8OjqXDp9iXBsRpzmBasUWVzjk8w0+cETU74DWlsy+FnEagaFw3Am+pA2i1BLR5KlaUzHC3qEt0M0pWuKI2ORJTlN07Zt8XNAZSiQgEa8EueFsejWbFlgXXB6TFqYmkq1tgUUZckpLUlJkYQvMhKCQKahb+FDYO7MFVKttmaAOiAZMQbXIQHgUt7p9zWOH4DHcfUW1vcXpHtwuegbmFZDPieufn2tltOAL70uZgePb5OxFo4nUB+5oHBbZhmL77jQTZ3LtQ79K+xZgAC6hutw74AdUAAAAAElFTkSuQmCC') no-repeat 50% 50%;
}

.iziModal .iziModal-loader {
    background: #FFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.iziModal .iziModal-content-loader {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
}

.iziModal .iziModal-content:before,
.iziModal .iziModal-content:after {
    content: '';
    display: table
}

.iziModal .iziModal-content:after {
    clear: both
}

.iziModal .iziModal-wrap {
    position: relative;
    height: calc(100% - 70px) !important;
    transition: height 0.3s ease;
}

.iziModal .iziModal-content {
    zoom: 1;
    padding: 15px !important;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .iziModal .iziModal-content {
        overflow-y: auto!important;
    }
}

.iziModal .iziModal-iframe {
    width: 100%;
    margin-bottom: -4px;
    transition: height 0.3s ease;
}

.iziModal-overlay {
    display: block;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.iziModal-overlay.last-overlay {
    z-index: 99999 !important;
}

body.iziModal-attached {
    overflow: hidden;
}

body.iziModal-attached .iziModal {
    border-radius: 0;
}

body.iziModal-attached .iziModal-header {
    border-radius: 0;
}

body.iziModal-attached .iziModal-wrap {
    overflow-y: auto;
    overflow-x: hidden;
}


/**
 * ANIMATIONS
 */

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
    -webkit-animation: revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
    -moz-animation: revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
    animation: revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
}

.iziModal.transitionIn .iziModal-header .iziModal-button-close {
    -webkit-animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation-delay: 0.0s;
    -moz-animation: 0.0s;
    animation-delay: 0.0s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation-delay: 0.4s;
    -moz-animation: 0.4s;
    animation-delay: 0.4s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation-delay: 0.5s;
    -moz-animation: 0.5s;
    animation-delay: 0.5s;
}

.fadeOut {
    -webkit-animation: fadeOut 0.5s;
    -moz-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}

.fadeIn {
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.transitionIn {
    -webkit-animation: transitionIn 0.5s ease;
    -moz-animation: transitionIn 0.5s ease;
    animation: transitionIn 0.5s ease;
}

.transitionOut {
    -webkit-animation: transitionOut 0.5s cubic-bezier(.16, .81, .32, 1);
    -moz-animation: transitionOut 0.5s cubic-bezier(.16, .81, .32, 1);
    animation: transitionOut 0.5s cubic-bezier(.16, .81, .32, 1);
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes transitionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective( 600px) rotateX( 10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0) perspective( 600px) rotateX( 0);
    }
}

@-moz-keyframes transitionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective( 600px) rotateX( 10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0) perspective( 600px) rotateX( 0);
    }
}

@keyframes transitionIn {
    0% {
        opacity: 0;
        /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );*/
        transform: scale(0.9) translateY(-20px) perspective( 600px) rotateX( 10deg);
    }
    100% {
        opacity: 1;
        /*transform: scale(1) translateY(0) perspective( 600px ) rotateX( 0 ); */
        transform: scale(1) translateY(0) perspective( 600px) rotateX( 0);
    }
}

@-webkit-keyframes transitionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

@-moz-keyframes transitionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

@keyframes transitionOut {
    0% {
        opacity: 1;
        /*transform: translateY(0) perspective( 600px ) rotateX( 0 ); */
        transform: scale(1);
    }
    100% {
        opacity: 0;
        /*transform: translateY(10px) perspective( 600px ) rotateX( 10deg ); */
        transform: scale(0.9);
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top;
    }
}

@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        -moz-transform: scale(1, 0) translateY(-40px);
        -moz-transform-origin: center top;
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: scale(1, 0) translateY(-40px);
        transform-origin: center top;
    }
}

@-webkit-keyframes revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
    }
}

@-moz-keyframes revealIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 1);
    }
}

@keyframes revealIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 1);
    }
}


/**
 * SCROLL
 */

.iziModal::-webkit-scrollbar {
    overflow: visible;
    height: 7px;
    width: 7px;
}

.iziModal::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

.iziModal::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .4);
}

.iziModal::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

.iziModal::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px;
}
input[wordclass]{
    ime-mode:disabled;
}
.ime-frame *{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑"
}
.ime-frame {
    display: none;
    padding: 3px;
    text-align: center;
    background: #5db1e1;
    position: fixed;
    z-index: 999999999999;
}

.ime-turn-page {
    width: 60px;
    font-size: 12px;
     margin: 2px 2px 2px 4px;
     background: rgba(100,101,100,0.5);
     color: white;
}

.ime-list {
    width: 100%;
    text-align: left;
    background-color: #f0f0f0;
}

.ime-option{
    background-color: transparent;
    font-size: 0.9rem;
    padding: 1px;
}
.ime-option-selected {
    background-color: #bbb;
}

  #popBox{
      display: none;
  }
  #popBox .mask{
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block;
      background: rgba(0, 0, 0, .4);
      z-index: 999999999;
  }
 .popBox {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    z-index: 999999999999999999999;
    max-width: 570px;
    width: 90%;
    height: 300px;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    font-weight: bold;
    color: #535e66;
}

 .popBox .ttBox {
    height: 40px;
    padding: 14px 30px;
    border-bottom: solid 1px #eef0f1;
}

 .popBox .ttBox .tt {
    font-size: 18px;
    display: block;
    float: left;
    height: 30px;
    position: relative;
}

 .popBox .ttBox .clsBtn {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../../img/icons.png) -48px -96px no-repeat;
}

 .popBox .txtBox {
    position: relative;
    margin: 40px 100px;
    height: 100px;
    overflow: hidden;
}

 .popBox .txtBox .bigIcon {
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    margin-top: 30px;
    background-image: url(../../img/icons.png);
    background-repeat: no-repeat;
   background-position: 0px -96px;
}

 .popBox .txtBox span {
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%) ;
       line-height: 26px;
    overflow-x: hidden;
    overflow-y: auto;
}

 .popBox .txtBox p input {
    width: 364px;
    height: 30px;
    border: solid 1px #eef0f1;
    font-size: 18px;
    margin-top: 6px;
}

 .popBox .btnArea {
    border-top: solid 1px #eef0f1;
}

 .popBox .btnGroup {
    float: right;
    margin-top: 10px;
}

 .popBox .btnGroup .sgBtn {
    margin-top: 14px;
    margin-right: 10px;
}

 .popBox .sgBtn {
    display: block;
    cursor: pointer;
    float: left;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
}

 .popBox .sgBtn.ok {
    background-color: #0095d9;
    color: #FFFFFF;
}

 .popBox .sgBtn.cancel {
    background-color: #546a79;
    color: #FFFFFF;
}
@media screen and (max-width:767px) {
  .popBox .txtBox{
    margin: 40px 70px;
  }
}

.slider-container {
    width: 90% !important;
    float: left;
    margin-left: 20px;
    margin-top: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-container .back-bar {
    height: 10px;
    position: relative;
}

.slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
}

.slider-container .back-bar .pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    cursor: col-resize;
    opacity: 1;
    z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
    z-index: 3;
}

.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -17px;
    font-size: 8px;
    background: white;
    white-space: nowrap;
    line-height: 1;
}

.slider-container .back-bar .focused {
    z-index: 10;
}

.slider-container .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.slider-container .scale {
    top: 10px;
    position: relative;
}

.slider-container .scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}

.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #999;
    line-height: 1;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
    cursor: auto;
}

.theme-green .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green .back-bar .selected-bar {
    border-radius: 2px;
    height: 20px;
    z-index: 2;
    background-color: #2883d6;
    /* background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
    background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
    background-image: -o-linear-gradient(top, #bdfade, #76fabc);
    background-image: linear-gradient(to bottom, #bdfade, #76fabc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0); */
}

.theme-green .back-bar .pointer {
    width: 14px;
    height: 22px;
    top: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #AAA;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green .back-bar .pointer-label {
    color: #999;
}

.theme-green .back-bar .focused {
    color: #333;
}

.theme-green .scale span {
    border-left: 1px solid #e5e5e5;
}

.theme-green .scale ins {
    color: #999;
}

.theme-blue .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-blue .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #92c1f9;
    background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
    background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
    background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
    background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}

.theme-blue .back-bar .pointer {
    width: 14px;
    height: 14px;
    top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #AAA;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-blue .back-bar .pointer-label {
    color: #999;
}

.theme-blue .back-bar .focused {
    color: #333;
}

.theme-blue .scale span {
    border-left: 1px solid #e5e5e5;
}

.theme-blue .scale ins {
    color: #999;
}