/* 文字式样 */
/* 按钮式样 */
/* 其他 */
/******************************************** End ***************************************************/
@font-face {
  font-family: 'yy-iconfont';
  src: url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.410b791af24a002ba523.eot);
  src: url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.410b791af24a002ba523.eot?#iefix) format('embedded-opentype'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.54de101873ff8dcbfbcd.woff) format('woff'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.f898d335d7fb8cfef8a2.ttf) format('truetype'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.8cd965aff2415000ca84.svg#iconfont) format('svg');
}
.yy-icon {
  font-family: 'yy-iconfont' !important;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.yy-overlay {
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.yy-overlay.hidden {
  display: none;
}
.yy-overlay.appear .yy-overlay-backdrop {
  opacity: 0;
}
.yy-overlay.appear-active .yy-overlay-backdrop {
  opacity: 0;
}
.yy-overlay.enter .yy-overlay-backdrop {
  opacity: 0;
}
.yy-overlay.enter-active .yy-overlay-backdrop {
  opacity: 1;
}
.yy-overlay.enter-done .yy-overlay-backdrop {
  opacity: 1;
}
.yy-overlay.exit .yy-overlay-backdrop {
  opacity: 1;
}
.yy-overlay.exit-active .yy-overlay-backdrop {
  opacity: 0;
}
.yy-overlay.exit-done .yy-overlay-backdrop {
  opacity: 0;
}
.yy-overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  z-index: -100;
}
@font-face {
  font-family: 'yy-iconfont';
  src: url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.410b791af24a002ba523.eot);
  src: url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.410b791af24a002ba523.eot?#iefix) format('embedded-opentype'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.54de101873ff8dcbfbcd.woff) format('woff'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.f898d335d7fb8cfef8a2.ttf) format('truetype'), url(//s1.wacdn.com/finance-mesh/de9484813c3d4771afd2342f7ea91c33/iconfont.8cd965aff2415000ca84.svg#iconfont) format('svg');
}
.yy-icon {
  font-family: 'yy-iconfont' !important;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.yy-bottom-confirm {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.yy-bottom-confirm.appear {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.yy-bottom-confirm.appear-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.yy-bottom-confirm.enter {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.yy-bottom-confirm.enter-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.yy-bottom-confirm.enter-done {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.yy-bottom-confirm.exit {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.yy-bottom-confirm.exit-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.yy-bottom-confirm.exit-done {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.yy-bottom-confirm-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  background: #fff;
  margin: 0;
  height: 4.8rem;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1PX solid #dcdcdc;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .yy-bottom-confirm-header {
    border-bottom: none;
  }
  html:not([data-scale]) .yy-bottom-confirm-header::after {
    content: '';
    position: absolute;
    background-color: #dcdcdc;
    display: block;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1PX solid #dcdcdc;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .yy-bottom-confirm-header::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.yy-bottom-confirm-header.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.yy-bottom-confirm-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #333;
}
.yy-bottom-confirm-dismiss {
  margin-left: 1rem;
}
.yy-bottom-confirm-dismiss i {
  color: #3d97ff;
  font-size: 2.2rem;
}
.yy-bottom-confirm-ok {
  font-size: 1.6rem;
  padding: 0 1.6rem;
  color: #3d97ff;
  text-align: right;
  height: 4.8rem;
  line-height: 4.8rem;
}
/* 文字式样 */
/* 按钮式样 */
/* 其他 */
/******************************************** End ***************************************************/
.yy-select-text.yy-select-text-default {
  color: #999;
}
.yy-scroll-picker-group.flex {
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.yy-scroll-picker-group:after {
  clear: both;
  display: table;
  content: '';
}
.yy-scroll-picker {
  position: relative;
  width: 100%;
  height: 30rem !important;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 1.4rem;
}
.yy-scroll-picker-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.yy-scroll-picker-list-rotator {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(12rem);
          transform: translateY(12rem);
}
.yy-scroll-picker-item {
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  color: #666;
}
.yy-scroll-picker-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.yy-scroll-picker-layer .top,
.yy-scroll-picker-layer .middle,
.yy-scroll-picker-layer .bottom {
  position: absolute;
}
.yy-scroll-picker-layer .top {
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  height: 12rem;
  cursor: pointer;
  background: rgba(242, 242, 242, 0.5);
}
.yy-scroll-picker-layer .middle {
  top: 12rem;
  left: 0;
  right: 0;
  bottom: 6rem;
  height: 6rem;
}
.yy-scroll-picker-layer .bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: rgba(242, 242, 242, 0.5);
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden;
}

.m-share-weixin {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.m-share-weixin .weixin-img {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 55%;
}

