body::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

body::-webkit-scrollbar {
    width: 0;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}


.cyan-mobile-buttom_menu-mask {
    background: #868686;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.cyan-mobile-buttom_menu {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5001;
}

.cyan-mobile-buttom_menu-close {
    background: #f5f5f5;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 14px;
    text-align: center;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    color: #0071e7;
    font-weight: bold;
}

.cyan-mobile-buttom_menu-body {
    background: #f5f5f5;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 14px;
}

.cyan-mobile-buttom_menu-icons_list {
    margin-left: 5px;
    margin-right: 5px;
}

.cyan-mobile-buttom_menu-icons {
    height: 100px;
    padding-top: 20px;
    width: 100%;
    overflow-x: auto;
    border-bottom: solid 1px #dfdfdf;
}

.cyan-mobile-buttom_menu-icons:last-child {
    border-bottom: hidden 0;
}

.cyan-mobile-buttom_menu-icon {
    float: left;
    width: 80px;
    height: 80px;
}

.cyan-mobile-buttom_menu-icon:first-child {
    margin-left: 10px;
}

.cyan-mobile-buttom_menu-icon-text {
    margin-top: 3px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #28292b;
}

.cyan-mobile-buttom_menu-icon-img {
    width: 100%;
    height: 56px;
    text-align: center;
}

.cyan-mobile-buttom_menu-icon img {
    margin: 0;
    border: 0;
    width: 56px;
    height: 56px;
}

.cyan-mobile-buttom_menu-item {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #dfdfdf;
    text-align: center;
    color: #0071e7;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.cyan-mobile-buttom_menu-item-text {
    overflow-x: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

.cyan-mobile-buttom_menu-item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.cyan-mobile-buttom_menu-item-icon img {
    width: 16px;
    height: 16px;
}

.cyan-mobile-buttom_menu-item-alert .cyan-mobile-buttom_menu-item-text {
    color: red;
}

.cyan-mobile-buttom_menu-item-remark .cyan-mobile-buttom_menu-item-text {
    color: #9c9c9c;
    font-size: 15px;
}

.cyan-mobile-buttom_menu-item:last-child {
    border-bottom: hidden 0;
}

.cyan-mobile-buttom_selector-top {
    height: 45px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
}

.cyan-mobile-buttom_selector-top button {
    display: block;
    border: none;
    outline: none;
    margin: 0;
    background: #ffffff;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 1px;
}

.cyan-mobile-buttom_selector-ok {
    float: right;
    color: #5296e7;
}

.cyan-mobile-buttom_selector-cancel {
    float: left;
    color: #888888
}

.cyan-mobile-buttom_selector-body {
    height: 220px;
    background: #ffffff;
}

.cyan-mobile-selector-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    user-select: none;
}

.cyan-mobile-selector-container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.cyan-mobile-selector-container li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 10px);
}

.cyan-mobile-selector-container li div {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
}

.cyan-mobile-selector-top {
    position: absolute;
    width: 100%;
    height: calc(50% - 20px);
    z-index: 6000;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
}

.cyan-mobile-selector-bottom {
    position: absolute;
    width: 100%;
    height: calc(50% - 20px);
    z-index: 6000;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
}

.cyan-mobile-selector-middle {
    position: absolute;
    width: 100%;
    height: 38px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    top: calc(50% - 20px);
    left: 0;
}

.cyan-mobile-selector-bottom {
    position: absolute;
    width: 100%;
    height: calc(50% - 20px);
    z-index: 6000;
    top: calc(50% + 23px);
    left: 0;
}

.cyan-mobile-buttom_selectable-body {
    background: #ffffff;
}

.cyan-mobile-multi-selector-container {
    width: 100%;
    height: 100%;
}

.cyan-mobile-multi-selector-container.cyan-mobile-date-selector-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.cyan-mobile-multi-selector-item {
    height: 100%;
    float: left;
}

.cyan-mobile-mask {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
    background: #868686;
    opacity: 0.3;
}

.cyan-mobile-window {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6001;
}

.cyan-mobile-window-center {
    border-bottom: solid 1px #dfdfdf;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
}

.cyan-mobile-wait-center {
    width: 200px;
    height: 50px;
    margin-left: -101px;
    margin-top: -28px;
    background: #ffffff url("images/icons/loading2.gif") no-repeat 13px 13px;
}

.cyan-mobile-wait-message {
    font-size: 15px;
    line-height: 50px;
    margin-left: 50px;
    color: #0071e7;
}

.cyan-mobile-messagebox-center {
    width: 290px;
    height: 190px;
    margin-left: -145px;
    margin-top: -95px;
}

.cyan-mobile-messagebox-title {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-family: bold;
}

.cyan-mobile-messagebox-message {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #9f9f9f;
    padding-left: 30px;
    padding-right: 30px;
    height: 85px;
    padding-top: 4px;
}

.cyan-mobile-messagebox-buttons {
    width: 100%;
    height: 50px;
    border-top: solid 1px #dfdfdf;
}

.cyan-mobile-messagebox-buttons button {
    background: #ffffff;
    border: none 0;
    border-left: solid 1px #dfdfdf;
    margin-left: -1px;
    font-size: 16px;
    height: 50px;
    outline: none;
    user-select: none;
}

.cyan-mobile-messagebox-buttons button:active {
    background: #eeeeee;
}

.cyan-mobile-messagebox-buttons button:first-child {
    margin-left: 0;
    border-left: none 0;
}

.cyan-mobile-messagebox-buttons button.ok {
    width: 50%;
    color: #5296e7;
}

.cyan-mobile-messagebox-buttons button.ok:first-child {
    width: 100%;
}

.cyan-mobile-messagebox-buttons button.cancel {
    width: 50%;
    color: #888888
}

.cyan-mobile-list-item {
    margin-left: 8px;
}

.cyan-mobile-list-item-inner {
    overflow: hidden;
}

.cyan-mobile-list-item-left {
    float: left;
    width: 60px;
    margin-left: -60px;
    background: red;
}

.cyan-mobile-list-item-right {
    float: right;
    width: 100%;
}

.cyan-mobile-list-item-icon {
}

.cyan-mobile-list-item-content {
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #c8c8c8 solid;
}

.cyan-mobile-image-background {
    background: black;
    width: 100%;
    height: 100%;
    z-index: 4000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.cyan-mobile-image {
    position: absolute;
    z-index: 5000;
}

.cyan-mobile-image-loading {
    background: url("mobile/loading.gif") center no-repeat;
    background-size: 36px 36px;
}

.cyan-mobile-image img {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

