body,html{ width: 100%; height: 100%;}
.blue{ color: #3082ff;}
.gray{ color: #999;}
.f12{ font-size: 12px;}
.line{ height: 1px; overflow: hidden; background-color: #ccc;}
.t-nowrap{ white-space:nowrap;}
.t_center{ text-align: center;}
.hide{ display:none !important;}
.yo-header {
  position: relative;
  height: 0.44rem;
  line-height: 0.44rem;
  border-bottom: 1px solid #3082ff;
  background-color: #3082ff;
  color: #fff;
  font-size: 0.18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.yo-header > .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0.6rem;
}
.yo-header > .regret,
.yo-header > .affirm {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 0.14rem;
}
.yo-header > .regret:active,
.yo-header > .affirm:active {
  opacity: .5;
}
.yo-header > .regret.yo-ico,
.yo-header > .regret > .yo-ico,
.yo-header > .affirm.yo-ico,
.yo-header > .affirm > .yo-ico {
  color: #7ff;
  font-size: 0.2rem;
}
.yo-header > .regret {
  left: 0;
  padding-left: 0.15rem;
  text-align: left;
}
.yo-header > .affirm {
  right: 0;
  padding-right: 0.15rem;
  text-align: right;
}

.yo-list > .label,
.yo-list > .item,
.yo-list .front {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.yo-list > .label > .mark:not(:last-child),
.yo-list > .label > .yo-ico:not(:last-child),
.yo-list > .item > .mark:not(:last-child),
.yo-list > .item > .yo-ico:not(:last-child),
.yo-list .front > .mark:not(:last-child),
.yo-list .front > .yo-ico:not(:last-child) {
  margin-right: .1rem;
}
.yo-list > .label > .flex,
.yo-list > .item > .flex,
.yo-list .front > .flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: .1px;
}
.yo-list > .label > .mark,
.yo-list > .label > .yo-ico,
.yo-list > .label > .col,
.yo-list > .label > .flex,
.yo-list > .item > .mark,
.yo-list > .item > .yo-ico,
.yo-list > .item > .col,
.yo-list > .item > .flex,
.yo-list .front > .mark,
.yo-list .front > .yo-ico,
.yo-list .front > .col,
.yo-list .front > .flex {
  display: block;
}
.yo-list > .label.tr,
.yo-list > .item.tr,
.yo-list .front.tr {
  padding: 0;
}
.yo-list > .label {
  padding: 0.03rem 0.1rem;
  border: 1px solid #eee;
  border-width: 0 0 1px 0;
  background-color: #fafafa;
  color: #666;
  font-size: 0.13rem;
  font-weight: normal;
}
.yo-list > .label > .col {
  padding: 0.03rem 0.1rem;
}
.yo-list > .label:not(:first-child) {
  border-width: 1px 0;
  margin-top: -1px;
}
.yo-list > .item,
.yo-list .front {
  padding: 0.11rem 0.1rem 0.12rem;
}
.yo-list > .item {
  background-color: #fff;
  color: #212121;
  font-size: 0.14rem;
  background-image: -webkit-linear-gradient(#ddd, #ddd);
  background-image: linear-gradient(#ddd, #ddd);
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0.1rem bottom;
}
.yo-list > .item:last-child {
  margin-bottom: -1px;
  background-image: -webkit-linear-gradient(#ccc, #ccc);
  background-image: linear-gradient(#ccc, #ccc);
  background-position: 0 bottom;
}
.yo-list > .item-stacked {
  display: block;
}
.yo-list > .item-stacked > .mark {
  padding-bottom: .05rem;
}
.yo-list > .item-input > .yo-input {
  height: auto;
  padding: 0;
  border: 0;
}
.yo-list > .item.item-active:active, .yo-list > .item.item-light {
  background-color: #f8f8f8;
}
.yo-list > .item > .col {
  padding: 0.11rem 0.1rem 0.12rem;
}
.yo-list > .yo-slidermenu {
  display: block;
  padding: 0 !important;
}
.yo-list-inset {
  margin: 0.2rem 0.1rem 0 0.1rem;
  border-radius: 0.02rem;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}

.yo-tip {
  position: fixed;
  min-width: 1rem;
  max-width: 90%;
  z-index: 3001;
  padding: 0.06rem 0.15rem;
  border-radius: 0.05rem;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yo-input {
  width: 100%;
  height: 0.44rem;
  padding: 0.1rem;
  border: 1px solid #ccc;
  border-radius: 0.02rem;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background-color: transparent;
  vertical-align: top;
}
.yo-input, .yo-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.yo-input::-webkit-input-placeholder {
  color: #bbb;
}

.yo-checked {
  display: inline-block;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.12rem;
  font-family: yofont;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.yo-checked > input,
.yo-checked > .type {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yo-checked > input {
  z-index: 2;
  opacity: 0;
}
.yo-checked > .type {
  border-radius: 0.05rem;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background-color: transparent;
  line-height: 0.2rem;
}
.yo-checked > .type::after {
  content: "";
  color: transparent;
}
.yo-checked > input:checked + .type::after {
  color: #2b94ff;
}
.yo-checked > input:disabled + .type {
  opacity: .4;
  background-color: #e0e0e0 !important;
}
.yo-checked > input:disabled + .type::after {
  color: #bbb !important;
}
.yo-checked-b > .type {
  border-width: 0.01rem;
  border-color: #ccc;
  border-style: solid;
  line-height: 0.18rem;
}
.yo-checked-b > input:checked + .type {
  border-color: #2b94ff;
  background-color: #2b94ff;
}
.yo-checked-b > input:checked + .type::after {
  color: white;
}

.yo-btn {
  display: inline-block;
  padding: 0 1.2em;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: #3082ff;
  border-radius: 0.02rem;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background-color: #3082ff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.yo-btn-l {
 height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
}
.yo-btn-stacked {
  display: block;
  width: 100%;
}
.yo-btn-disabled{border-color: #eee; background-color: #eee;}

.yo-list>.item1439291430:last-child{
  background-image:none;
}
.yo-list>.item1439291431{ color: #999; text-align: center; display: block; font-size: 12px;}


.pages {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pages .page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
}
.pages .page.current {
  visibility: visible;
  z-index: 1;
}
.pages .top{ height: 0.44rem;}


.ani {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ani.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.ani.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes fade-out-right {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.ani.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-out-left {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.ani.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ani.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ani.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotatez(0);
  }
  to {
    -webkit-transform: rotatez(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotatez(0);
  }
  to {
    transform: rotatez(360deg);
  }
}
.ani.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

.yo-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.yo-loading > .inner {
  display: block;
  text-align: center;
  padding: .1rem .2rem;
  border-radius: 0.05rem;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  color: #212121;
  font-size: 0.14rem;
}
.yo-loading > .inner > .yo-ico {
  display: block;
  margin-bottom: .1rem;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.yo-loading > .inner > .yo-ico::before {
  content: "";
  color: #212121;
  font-family: yofont;
  font-size: 0.5rem;
}

.yo-loading-b {
  background-color: rgba(0, 0, 0, 0.2);
}
.yo-loading-b > .inner {
  background-color: #666;
  color: #00afc7;
}
.yo-loading-b > .inner > .yo-ico::before {
  color: #00afc7;
}

.display_block{
  display: block;
}

.display_none{
  display: none;
}

.dask{position:fixed;left:0;right:0;top:0;bottom:0;z-index:2;background:rgba(0,0,0,0.4);}
.alert{position:fixed;left:0;bottom:0;background:#fff;width:100%;height:480px;padding:15px 20px;z-index:3;}
.alert_clos{width:14px;height:14px;position:absolute;top:15px;right:15px;cursor:pointer;}
.alert_tit{text-align:center;font-size: 18px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ccc;}
.alert_cont{height:72%;overflow:auto;}
.alert_cont p{line-height: 30px;}
.alert_cont a,.alert_cont a:hover{color:#3b7efe;border-bottom:1px solid  #3b7efe;}
.alert_btn{position:absolute;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);bottom:10px;width:90%;margin:0 auto;overflow: hidden;}
.alert_btn div:first-child{margin-bottom: 10px;text-align: center;}
.alert_btn span{float:right;display: inline-block;width: 45%;height: 35px;line-height: 35px;background: #5d9cec;color: #fff;border-radius: 5px;text-align: center;}
.alert_btn span.qx{float:left;background: #fff;border: #ccc 1px solid;color: #000;}
.alert_btn a{font-size: 12px;color:#3b7efe;}
.alert_fwb{font-weight: bold;}
.alert_fwb span{border-bottom:1px solid #000;}
