
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

label > * {
  pointer-events: none;
}
html {
  font-size: 20px;
}
body {
  font-size: 16px;
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}

.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
  display: block;
}
.weui-navbar + .weui-tab__bd {
  padding-top: 50px;
}
.toolbar {
  position: relative;
  width: 400px;
  font-size: 26px;
  line-height: 1.5;
  float:left;
  color: #3d4145;
  margin-top:10px;
}
.toolbar:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  background-color: #d9d9d9;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .toolbar:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .toolbar:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.toolbar .toolbar-inner {
  height: 2.2rem;
  text-align: center;
}
.toolbar .toolbar-inner>div{
	float:left;
}
.toolbar .title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  font-size: .85rem;
  font-weight: normal;
  line-height: 2.2rem;
  color: #3d4145;
  text-align: center;
  white-space: nowrap;
}
.toolbar .picker-button {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #04BE02;
  z-index: 1;
  padding: 0 .5rem;
}

/* === Calendar === */
#inline-calendar{
  width:1200px;
  margin: 0 auto;
  position: relative;
}
.weui-picker-calendar{
  background: #fff;
  width: 1200px;
  overflow: hidden;
  margin:15px auto 0;
}
.weui-picker-calendar .picker-modal-inner {
  overflow: hidden;
  width: 600px;
  float:left;
  margin-left:80px;
}
.picker-calendar-week-days {
  height: .9rem;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
.picker-calendar-week-days .picker-calendar-week-day{
	float:left;
}
#inline-calendar{
  border-bottom:1px solid #dddddd;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-calendar-week-days:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-calendar-week-days:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-calendar-week-days .picker-calendar-week-day {
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 14.28571429%;
  width: calc(100% / 7);
  line-height: 17px;
  text-align: center;
}
.picker-calendar-week-days + .picker-calendar-months {
  /*height: 11.9rem;*/
}
.picker-calendar-months {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom:3px;
}
.picker-calendar-months-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  transition: 300ms;
  -moz-transition:300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
}
.picker-calendar-month {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.picker-calendar-row {
  height:50px;
  width: 100%;
  position: relative;
}

/* .picker-calendar-row:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
} */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-calendar-row:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-calendar-row:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.weui-picker-modal .picker-calendar-row:last-child:after {
  display: none;
}
.picker-calendar-day {
  float:left;
  height:50px;
  width:85px;
  text-align: center;
  color: #3d4145;
  font-size: 20px;
  cursor: pointer;
}
.picker-calendar-day.picker-calendar-day-prev,
.picker-calendar-day.picker-calendar-day-next {
  color: #ccc;
}
.picker-calendar-day.picker-calendar-day-disabled {
  color: #d4d4d4;
  cursor: auto;
}
.picker-calendar-day.picker-calendar-day-selected span {
  color: #ff6900;
  background:#fff;
}
.picker-calendar-day span {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 30px;
  line-height: 30px;
  margin-top:10px;
  margin-left:4px;
}
.picker-calendar-month-picker,
.picker-calendar-year-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  max-width: 200px;
  -webkit-flex-shrink: 10;
  -ms-flex: 0 10 auto;
  -webkit-flex-shrink: 10;
      -ms-flex-negative: 10;
          flex-shrink: 10;
}
.picker-calendar-month-picker a.icon-only,
.picker-calendar-year-picker a.icon-only {
  min-width: 36px;
}
.picker-calendar-month-picker span,
.picker-calendar-year-picker span {
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover .picker-calendar .picker-calendar-week-days,
.picker-calendar.picker-modal-inline .picker-calendar-week-days {
  background: none;
}
.popover .picker-calendar .toolbar:before,
.picker-calendar.picker-modal-inline .toolbar:before,
.popover .picker-calendar .picker-calendar-week-days:before,
.picker-calendar.picker-modal-inline .picker-calendar-week-days:before {
  display: none;
}
.popover .picker-calendar .toolbar:after,
.picker-calendar.picker-modal-inline .toolbar:after,
.popover .picker-calendar .picker-calendar-week-days:after,
.picker-calendar.picker-modal-inline .picker-calendar-week-days:after {
  display: none;
}
.popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
.picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
.popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
.picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #c4c4c4;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
  .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
  .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-calendar-month-picker,
.picker-calendar-year-picker {
  display: block;
  line-height: 2.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.picker-calendar-month-picker a.icon-only,
.picker-calendar-year-picker a.icon-only {
  float: left;
  width: 25%;
  height: 2.2rem;
  line-height: 2rem;
}
.picker-calendar-month-picker .current-month-value,
.picker-calendar-year-picker .current-month-value,
.picker-calendar-month-picker .current-year-value,
.picker-calendar-year-picker .current-year-value {
  float: left;
  width: 50%;
  height: 2.2rem;
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
}
i.icon.icon-next,
i.icon.icon-prev {
  width: 12px;
  height: 20px;
}
i.icon.icon-next {
  background-image: url(../../img/icons/icon_right_c.png);
  background-size:100% 100%;
}
i.icon.icon-prev {
  background-image: url(../../img/icons/icon_left_c.png);
  background-size:100% 100%;
}
.inline-calendar{
  position:relative; 
}
.upTurn{
  position:absolute;
  top:15px;
  left:430px;
  height:50px;
  width:28px;
  background: url(../../img/icons/index-prev.png) no-repeat center center;
  background-size: 100%;
}
.upTurn:hover{
	background: url(../../img/icons/index-prev-active.png) no-repeat center center;
    background-size: 100%;
}

.downTurn{
  position:absolute;
  top:15px;
  right:70px;
  height:50px;
  width:28px;
  background: url(../../img/icons/index-next.png) no-repeat center center;
  background-size: 100%;
}
.downTurn:hover{
	background: url(../../img/icons/index-next-active.png) no-repeat center center;
  background-size: 100%;
}
/* 娓呴櫎娴姩鐨� */
.clear{zoom:1;}
.clear:after{content: ''; display: block; clear: both;}
/* 鏄剧ず褰撳墠鍛ㄧ殑 */
.picker-calendar-month{
  height:55px;
  overflow:hidden;
}
.picker-calendar-month{
	display:none;
}
.picker-calendar-month-prev,.picker-calendar-month-next{
	display:none;
}
.picker-calendar-month-current{
	display:block;
}