.cui-button {
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cui-button.small {
  width: auto;
}
.cui-button.primary {
  color: #fff;
  background-color: #38f;
  border-color: #38f;
}
.cui-button.primary.disabled,
.cui-button.primary.disabled:active {
  background-color: #5ca0ff;
  border-color: #5ca0ff;
  cursor: not-allowed;
  color: rgba(255,255,255,0.8);
}
.cui-button.primary:active {
  background-color: #1476ff;
  border-color: #1476ff;
}
.cui-button.default {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.cui-button.default.disabled,
.cui-button.default.disabled:active {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  cursor: not-allowed;
  color: #aaa;
}
.cui-button.default:active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.cui-infiniteloader {
  -webkit-overflow-scrolling: touch;
}
.cui-loadmore {
  width: 65%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.cui-loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.cui-loadmore-line {
  border-top: 1px solid #e5e5e5;
  margin-top: 2.4em;
}
.cui-loadmore-line .cui-tips {
  position: relative;
  top: -0.9em;
  padding: 0 0.55em;
  background-color: #fff;
  color: #999;
}
.cui-loadmore-dot .cui-tips {
  padding: 0 0.16em;
}
.cui-loadmore-dot .cui-tips:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: inline-block;
  position: relative;
  vertical-align: 0;
  top: -0.16em;
}
.cui-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  display: none;
  z-index: 40;
}
.cui-dialog.show {
  display: block;
}
.cui-dialog-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px;
  z-index: 50;
}
.cui-dialog-wrap.vertical-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cui-dialog-header {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.cui-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
}
.cui-dialog-body {
  padding: 20px 0;
}
.cui-dialog-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.cui-dialog-footer-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
}
@font-face {
  font-family: "seeui-mobile-icon";
  src: url("icon/font/icon.woff?t=1499157214944") format('woff'), url("icon/font/icon.ttf?t=1499157214944") format('truetype'), url("icon/font/icon.svg?t=1499157214944#seeui-mobile-icon") format('svg') /* iOS 4.1- */;
}
.cui-icon {
  font-family: "seeui-mobile-icon" !important;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cui-i-check:before {
  content: "\e645";
}
.cui-i-close:before {
  content: "\e646";
}
.cui-i-favor-fill:before {
  content: "\e64b";
}
.cui-i-favor:before {
  content: "\e64c";
}
.cui-i-loading:before {
  content: "\e64f";
}
.cui-i-round-check-fill:before {
  content: "\e656";
}
.cui-i-round-check:before {
  content: "\e657";
}
.cui-i-round-close-fill:before {
  content: "\e658";
}
.cui-i-round-close:before {
  content: "\e659";
}
.cui-i-search:before {
  content: "\e65c";
}
.cui-i-unfold:before {
  content: "\e661";
}
.cui-i-back:before {
  content: "\e679";
}
.cui-i-more:before {
  content: "\e684";
}
.cui-i-question-fill:before {
  content: "\e690";
}
.cui-i-question:before {
  content: "\e691";
}
.cui-i-top:before {
  content: "\e69e";
}
.cui-i-right:before {
  content: "\e6a3";
}
.cui-i-refresh:before {
  content: "\e6a4";
}
.cui-i-delete-fill:before {
  content: "\e6a6";
}
.cui-i-delete:before {
  content: "\e6b4";
}
.cui-i-home:before {
  content: "\e6b8";
}
.cui-i-home-fill:before {
  content: "\e6bb";
}
.cui-i-square-check-fill:before {
  content: "\e6d4";
}
.cui-i-square:before {
  content: "\e6d5";
}
.cui-i-square-check:before {
  content: "\e6d6";
}
.cui-i-round:before {
  content: "\e6d7";
}
.cui-i-fold:before {
  content: "\e6de";
}
.cui-i-info-fill:before {
  content: "\e6e4";
}
.cui-i-info:before {
  content: "\e6e5";
}
.cui-i-share:before {
  content: "\e6f3";
}
.cui-i-people-fill:before {
  content: "\e735";
}
.cui-i-people:before {
  content: "\e736";
}
.cui-i-radio-box:before {
  content: "\e75b";
}
.cui-i-radio-box-fill:before {
  content: "\e763";
}
.cui-i-add:before {
  content: "\e767";
}
.cui-i-move:before {
  content: "\e768";
}
.cui-i-warn-fill:before {
  content: "\e641";
}
.cui-i-warn:before {
  content: "\e642";
}
.cui-i-loading {
  -webkit-animation: cui-loading-rotate 1.5s linear;
  -moz-animation: cui-loading-rotate 1.5s linear;
  -o-animation: cui-loading-rotate 1.5s linear;
  -ms-animation: cui-loading-rotate 1.5s linear;
  animation: cui-loading-rotate 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@-moz-keyframes cui-loading-rotate {
  0% {
    -webkit-transform: rotate(-365deg);
    -moz-transform: rotate(-365deg);
    -o-transform: rotate(-365deg);
    -ms-transform: rotate(-365deg);
    transform: rotate(-365deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes cui-loading-rotate {
  0% {
    -webkit-transform: rotate(-365deg);
    -moz-transform: rotate(-365deg);
    -o-transform: rotate(-365deg);
    -ms-transform: rotate(-365deg);
    transform: rotate(-365deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes cui-loading-rotate {
  0% {
    -webkit-transform: rotate(-365deg);
    -moz-transform: rotate(-365deg);
    -o-transform: rotate(-365deg);
    -ms-transform: rotate(-365deg);
    transform: rotate(-365deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes cui-loading-rotate {
  0% {
    -webkit-transform: rotate(-365deg);
    -moz-transform: rotate(-365deg);
    -o-transform: rotate(-365deg);
    -ms-transform: rotate(-365deg);
    transform: rotate(-365deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.cui-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.3;
}
.cui-input[disabled] {
  background-color: #fafafa;
  cursor: not-allowed;
}
.cui-input:focus {
  border-color: #38f;
}
.cui-input::-webkit-input-placeholder {
  color: #999;
}
.cui-tabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  zoom: 1;
  color: #495060;
}
.cui-tabs:before,
.cui-tabs:after {
  content: "";
  display: table;
}
.cui-tabs:after {
  clear: both;
}
.cui-tabs-bar {
  border-bottom: 1px solid #dddee1;
  outline: none;
}
.cui-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 2px;
  background-color: #2d8cf0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cui-tabs-ink-bar-animated {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.cui-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  zoom: 1;
}
.cui-tabs-nav-container:before,
.cui-tabs-nav-container:after {
  content: "";
  display: table;
}
.cui-tabs-nav-container:after {
  clear: both;
}
.cui-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.cui-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.cui-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.cui-tabs-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  position: relative;
  margin: 0;
  list-style: none;
  float: left;
}
.cui-tabs-nav:before,
.cui-tabs-nav:after {
  display: table;
  content: " ";
}
.cui-tabs-nav:after {
  clear: both;
}
.cui-tabs-nav .cui-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
.cui-tabs-nav .cui-tabs-tab-txt {
  display: inline-block;
}
.cui-tabs-nav .cui-tabs-tab {
  display: inline-block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -ms-transition: color 0.1s;
  transition: color 0.1s;
  cursor: pointer;
  text-decoration: none;
  color: #495060;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cui-tabs-nav .cui-tabs-tab:active {
  color: #000;
}
.cui-tabs-nav .cui-tabs-tab-active {
  color: #2d8cf0;
}
.cui-tabs-width-all .cui-tabs-nav {
  width: 100%;
  overflow: hidden;
}
.cui-tabs-width-all .cui-tabs-tab {
  margin-right: 0;
  padding: 8px 0;
  text-align: center;
}
.cui-tabs-width-all .cui-tabs-tab-txt {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cui-imageview {
  -webkit-animation: cui-ease-show time ease;
  -moz-animation: cui-ease-show time ease;
  -o-animation: cui-ease-show time ease;
  -ms-animation: cui-ease-show time ease;
  animation: cui-ease-show time ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: #000;
  overflow: hidden;
}
.cui-imageview-pager {
  position: fixed;
  left: 50%;
  bottom: 10px;
  font-size: 20px;
  color: #fff;
  padding: 2px 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-touch-callout: none;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.cui-imageview-delete {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.cui-imageview-delete i {
  font-size: 20px;
}
.cui-imageview-list {
  display: -webkit-box;
  height: 100%;
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.cui-imageview-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  background-color: #000;
  overflow-y: scroll;
}
.cui-imageview-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
@-moz-keyframes cui-ease-show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes cui-ease-show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes cui-ease-show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes cui-ease-show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.cui-centerimage-loading,
.cui-centerimage-error {
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255,255,255,0.8);
}
.cui-centerimage-loading .cui-centerimage-error-icon,
.cui-centerimage-error .cui-centerimage-error-icon,
.cui-centerimage-loading .cui-centerimage-loading-icon,
.cui-centerimage-error .cui-centerimage-loading-icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cui-centerimage-loading .cui-centerimage-error-icon .cui-i-loading,
.cui-centerimage-error .cui-centerimage-error-icon .cui-i-loading,
.cui-centerimage-loading .cui-centerimage-loading-icon .cui-i-loading,
.cui-centerimage-error .cui-centerimage-loading-icon .cui-i-loading {
  font-size: 24px;
}
.cui-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cui-carousel-content {
  width: 100%;
}
.cui-carousel-list {
  display: -webkit-box;
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.cui-carousel-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
}
.cui-carousel-dots {
  width: 100%;
  height: 10px;
  line-height: 8px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  vertical-align: middle;
}
.cui-carousel-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 3px;
}
.cui-carousel-dot.current {
  background-color: #ff8503;
}
.cui-carousel.is-card {
  padding-bottom: 20px;
}
.cui-carousel.is-card .cui-carousel-dots {
  bottom: 5px;
}
.cui-rate {
  display: inline-block;
}
.cui-rate .cui-icon {
  color: #d2d2d2;
  margin-right: 5px;
}
.cui-rate .rate-active .cui-icon {
  color: #ff8502;
}
.cui-searchbox {
  background: #fff;
  position: relative;
}
.cui-searchbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.cui-searchbox.inputing .cui-searchbox-delete,
.cui-searchbox.inputing .cui-searchbox-btn {
  display: block;
}
.cui-searchbox.inputing .cui-searchbox-input {
  padding-right: 80px;
}
.cui-searchbox-i-search {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 16px;
  height: 16px;
  color: #999;
}
.cui-searchbox-input {
  color: #333;
  padding-left: 33px;
}
.cui-searchbox-input::-webkit-input-placeholder {
  color: #999;
}
.cui-searchbox-input::-webkit-search-cancel-button {
  display: none;
}
.cui-searchbox-delete {
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px !important;
  color: rgba(0,0,0,0.5) !important;
  display: none;
}
.cui-searchbox-delete:active {
  color: rgba(0,0,0,0.6) !important;
}
.cui-searchbox-btn.default {
  width: 45px;
  padding-right: 0;
  outline: none;
  display: none;
  background-color: #fff;
  border: 0;
  color: #999;
}
.cui-searchbox-btn.default:active {
  background-color: #fff;
  border-color: #fff;
  border-left-color: #d1d9e4;
  color: #38f;
}
.cui-suggestion {
  display: none;
  background-color: #fff;
}
.cui-suggestion.show {
  display: block;
}
.cui-uploader-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 10px;
}
.cui-uploader-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cui-uploader-info {
  color: #ccc;
}
.cui-uploader-body {
  margin-bottom: -4px;
  margin-right: -9px;
  overflow: hidden;
}
.cui-uploader-files {
  list-style: none;
}
.cui-uploader-file {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 79px;
  height: 79px;
  background: no-repeat 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.cui-uploader-file-status {
  position: relative;
}
.cui-uploader-file-status:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: rgba(0,0,0,0.5);
}
.cui-uploader-file-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.cui-uploader-file-content .cui-i-warn-fill {
  color: #f43530;
  font-size: 24px;
}
.cui-uploader-file-content .cui-i-loading {
  color: #fff;
  font-size: 24px;
}
.cui-uploader-box {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 77px;
  height: 77px;
  border: 1px solid #d9d9d9;
}
.cui-uploader-box:before,
.cui-uploader-box:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d9d9d9;
}
.cui-uploader-box:before {
  width: 2px;
  height: 39.5px;
}
.cui-uploader-box:after {
  width: 39.5px;
  height: 2px;
}
.cui-uploader-input {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.cui-sticky .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.cui-checkbox-item {
  display: inline-block;
  padding-right: 5px;
}
.cui-checkbox-item.checked .cui-checkbox-item-icon {
  background: #38f;
  color: #fff;
  text-align: center;
  border: 1px solid #38f;
}
.cui-checkbox-item.checked .cui-checkbox-item-icon::before {
  content: '';
  display: inline-block;
  border: solid 2px #fff;
  border-top: 0;
  border-left: 0;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cui-checkbox-item.disabled {
  color: #aaa;
}
.cui-checkbox-item.disabled .cui-checkbox-item-icon {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
.cui-checkbox-item-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #ccc;
  color: #fff;
  vertical-align: middle;
  margin-right: 3px;
}
.cui-checkbox-item-icon-ipt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
}
.cui-checkbox-item-text {
  vertical-align: middle;
}
.cui-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  max-width: 80%;
  z-index: 60;
}
