@charset "UTF-8";
/*
 *
 * 吴宇
 * 2016/12/13
 * 【重写sm框架】
 *
 */
/* placeholder 字体颜色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #eee;
}

label.label-checkbox i.woqu-roundCheck:before,
label.label-checkbox i.woqu-roundCheck:before {
  display: none;
}

label.label-checkbox input[type=checkbox]:checked + .item-media i.woqu-roundCheck:before,
label.label-checkbox input[type=radio]:checked + .item-media i.woqu-roundCheck:before,
label.label-checkbox input[type=checkbox]:checked + .item-media i.woqu-roundCheck:before,
label.label-checkbox input[type=radio]:checked + .item-media i.woqu-roundCheck:before {
  display: inline-block;
  background: none;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  top: 50%;
  margin-top: -0.2rem;
  font-size: .6rem;
}

.popup-date,
.popup-date.modal-out {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
