/**
 * @file alert
 * @author luwenlong
 */
._src_Alert_index__alert {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
._src_Alert_index__masker {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37,38,45,0.4);
}
._src_Alert_index__content {
  background: #fff;
  position: relative;
  z-index: 999;
  width: 13.013333333333334rem;
  border-radius: 0.298666666666667rem;
}
/**
 * @file CityPicker
 * @author luwenlong
 */
._src_CityPicker_index__citypicker {
  font-size: 18px;
}
[data-dpr='2'] ._src_CityPicker_index__citypicker {
  font-size: 36px;
}
[data-dpr='2.5'] ._src_CityPicker_index__citypicker {
  font-size: 45px;
}
[data-dpr='2.75'] ._src_CityPicker_index__citypicker {
  font-size: 50px;
}
[data-dpr='3'] ._src_CityPicker_index__citypicker {
  font-size: 54px;
}
[data-dpr='4'] ._src_CityPicker_index__citypicker {
  font-size: 72px;
}
/**
 * @file picker
 * @author luwenlong
 */
._src_Picker_index__picker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  user-select: none;
  text-align: center;
}
._src_Picker_index__masker {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(37,38,45,0.4);
}
._src_Picker_index__content {
  height: 13.845333333333333rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 300ms;
  background: #fff;
  transform: translateY(13.845333333333333rem);
  font-size: 18px;
}
[data-dpr='2'] ._src_Picker_index__content {
  font-size: 36px;
}
[data-dpr='2.5'] ._src_Picker_index__content {
  font-size: 45px;
}
[data-dpr='2.75'] ._src_Picker_index__content {
  font-size: 50px;
}
[data-dpr='3'] ._src_Picker_index__content {
  font-size: 54px;
}
[data-dpr='4'] ._src_Picker_index__content {
  font-size: 72px;
}
._src_Picker_index__show {
  transform: translateY(0);
}
._src_Picker_index__header {
  height: 2.517333333333333rem;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #a6a6a6;
}
._src_Picker_index__header span {
  height: 2.517333333333333rem;
  line-height: 2.517333333333333rem;
  padding: 0 0.64rem;
}
._src_Picker_index__header span lh,
._src_Picker_index__header span:nth-child(2) {
  color: #ff9500;
}
._src_Picker_index__wrap {
  width: 100vw;
  position: relative;
  top: 0.426666666666667rem;
}
._src_Picker_index__wwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.792rem;
}
._src_Picker_index__wwrap ul {
  margin-top: 4.181333333333333rem;
  line-height: 2.090666666666666rem;
}
._src_Picker_index__wwrap li {
  height: 2.090666666666666rem;
  line-height: 2.090666666666666rem;
  text-align: center;
}
._src_Picker_index__mask-top,
._src_Picker_index__mask-bottom {
  width: 100vw;
  height: 4.181333333333333rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  transform: translateZ(0);
}
._src_Picker_index__mask-top {
  top: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-bottom: 1px solid #dedede;
}
._src_Picker_index__mask-bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-top: 1px solid #dedede;
}
._src_Picker_index__picker-wheel {
  height: 10.453333333333333rem;
  overflow: hidden;
  position: relative;
  width: 1%;
  $fg-boxflex: 1;
  -webkit-box-flex: $fg-boxflex;
  -moz-box-flex: $fg-boxflex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/**
 * @file DatePicker
 * @author luwenlong
 */
._src_DatePicker_index__datepicker {
  font-size: 18px;
}
[data-dpr='2'] ._src_DatePicker_index__datepicker {
  font-size: 36px;
}
[data-dpr='2.5'] ._src_DatePicker_index__datepicker {
  font-size: 45px;
}
[data-dpr='2.75'] ._src_DatePicker_index__datepicker {
  font-size: 50px;
}
[data-dpr='3'] ._src_DatePicker_index__datepicker {
  font-size: 54px;
}
[data-dpr='4'] ._src_DatePicker_index__datepicker {
  font-size: 72px;
}
/**
 * @file picker
 * @author luwenlong
 */
._src_Picker_index__picker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  user-select: none;
  text-align: center;
}
._src_Picker_index__masker {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(37,38,45,0.4);
}
._src_Picker_index__content {
  height: 13.845333333333333rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 300ms;
  background: #fff;
  transform: translateY(13.845333333333333rem);
  font-size: 18px;
}
[data-dpr='2'] ._src_Picker_index__content {
  font-size: 36px;
}
[data-dpr='2.5'] ._src_Picker_index__content {
  font-size: 45px;
}
[data-dpr='2.75'] ._src_Picker_index__content {
  font-size: 50px;
}
[data-dpr='3'] ._src_Picker_index__content {
  font-size: 54px;
}
[data-dpr='4'] ._src_Picker_index__content {
  font-size: 72px;
}
._src_Picker_index__show {
  transform: translateY(0);
}
._src_Picker_index__header {
  height: 2.517333333333333rem;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #a6a6a6;
}
._src_Picker_index__header span {
  height: 2.517333333333333rem;
  line-height: 2.517333333333333rem;
  padding: 0 0.64rem;
}
._src_Picker_index__header span lh,
._src_Picker_index__header span:nth-child(2) {
  color: #ff9500;
}
._src_Picker_index__wrap {
  width: 100vw;
  position: relative;
  top: 0.426666666666667rem;
}
._src_Picker_index__wwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.792rem;
}
._src_Picker_index__wwrap ul {
  margin-top: 4.181333333333333rem;
  line-height: 2.090666666666666rem;
}
._src_Picker_index__wwrap li {
  height: 2.090666666666666rem;
  line-height: 2.090666666666666rem;
  text-align: center;
}
._src_Picker_index__mask-top,
._src_Picker_index__mask-bottom {
  width: 100vw;
  height: 4.181333333333333rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  transform: translateZ(0);
}
._src_Picker_index__mask-top {
  top: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-bottom: 1px solid #dedede;
}
._src_Picker_index__mask-bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-top: 1px solid #dedede;
}
._src_Picker_index__picker-wheel {
  height: 10.453333333333333rem;
  overflow: hidden;
  position: relative;
  width: 1%;
  $fg-boxflex: 1;
  -webkit-box-flex: $fg-boxflex;
  -moz-box-flex: $fg-boxflex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
._src_Loading_index__pageloading {
  width: 100vw;
  height: 100vh;
  color: #c0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
}
[data-dpr='2'] ._src_Loading_index__pageloading {
  font-size: 30px;
}
[data-dpr='2.5'] ._src_Loading_index__pageloading {
  font-size: 38px;
}
[data-dpr='2.75'] ._src_Loading_index__pageloading {
  font-size: 41px;
}
[data-dpr='3'] ._src_Loading_index__pageloading {
  font-size: 45px;
}
[data-dpr='4'] ._src_Loading_index__pageloading {
  font-size: 60px;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-banner {
  width: 100%;
  height: 9.6rem;
  background: #dedede;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-namebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.682666666666667rem;
  padding: 0 0.661333333333333rem;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-namebox ._src_Loading_index__loading-name {
  width: 100%;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-namebox ._src_Loading_index__loading-name ._src_Loading_index__loading-nametit {
  width: 9.216rem;
  height: 1.066666666666667rem;
  margin-bottom: 0.64rem;
  background: #dedede;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-namebox ._src_Loading_index__loading-logo {
  width: 5.973333333333334rem;
  height: 4.48rem;
  background: #dedede;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-scrollnotice {
  width: 14.677333333333333rem;
  height: 1.706666666666667rem;
  background: #dedede;
  margin: 0.384rem 0.661333333333333rem 0 0.661333333333333rem;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-product-con {
  height: 6.826666666666667rem;
  background: #dedede;
  margin: 0.64rem 0.661333333333333rem 0 0.661333333333333rem;
}
._src_Loading_index__pageloading ._src_Loading_index__loading-product-con2 {
  height: 1.706666666666667rem;
  background: #dedede;
  margin: 0.64rem 0.661333333333333rem 0 0.661333333333333rem;
}
/**
 * @file Modal
 * @author luwenlong(zuiwosuifeng@gmail.com)
 */
._src_Modal_index__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
._src_Modal_index__masker {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(37,38,45,0.4);
}
._src_Modal_index__modal {
  background: #fff;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 300ms;
  transform: translateY(18.730666666666668rem);
}
._src_Modal_index__header {
  height: 2.538666666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0.64rem;
  font-size: 19px;
  color: #4a4a4a;
  font-weight: bolder;
  border-bottom: 1px solid #dedede;
}
[data-dpr='2'] ._src_Modal_index__header {
  font-size: 38px;
}
[data-dpr='2.5'] ._src_Modal_index__header {
  font-size: 48px;
}
[data-dpr='2.75'] ._src_Modal_index__header {
  font-size: 52px;
}
[data-dpr='3'] ._src_Modal_index__header {
  font-size: 57px;
}
[data-dpr='4'] ._src_Modal_index__header {
  font-size: 76px;
}
._src_Modal_index__close {
  display: inline-block;
  width: 1.109333333333333rem;
  height: 1.109333333333333rem;
  background: url("../common/imgs/icon-close.png") no-repeat;
  background-size: 100% 100%;
}
._src_Modal_index__show {
  transform: translateY(0);
}
/**
 * @file picker
 * @author luwenlong
 */
._src_Picker_index__picker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  user-select: none;
  text-align: center;
}
._src_Picker_index__masker {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(37,38,45,0.4);
}
._src_Picker_index__content {
  height: 13.845333333333333rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 300ms;
  background: #fff;
  transform: translateY(13.845333333333333rem);
  font-size: 18px;
}
[data-dpr='2'] ._src_Picker_index__content {
  font-size: 36px;
}
[data-dpr='2.5'] ._src_Picker_index__content {
  font-size: 45px;
}
[data-dpr='2.75'] ._src_Picker_index__content {
  font-size: 50px;
}
[data-dpr='3'] ._src_Picker_index__content {
  font-size: 54px;
}
[data-dpr='4'] ._src_Picker_index__content {
  font-size: 72px;
}
._src_Picker_index__show {
  transform: translateY(0);
}
._src_Picker_index__header {
  height: 2.517333333333333rem;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #a6a6a6;
}
._src_Picker_index__header span {
  height: 2.517333333333333rem;
  line-height: 2.517333333333333rem;
  padding: 0 0.64rem;
}
._src_Picker_index__header span lh,
._src_Picker_index__header span:nth-child(2) {
  color: #ff9500;
}
._src_Picker_index__wrap {
  width: 100vw;
  position: relative;
  top: 0.426666666666667rem;
}
._src_Picker_index__wwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.792rem;
}
._src_Picker_index__wwrap ul {
  margin-top: 4.181333333333333rem;
  line-height: 2.090666666666666rem;
}
._src_Picker_index__wwrap li {
  height: 2.090666666666666rem;
  line-height: 2.090666666666666rem;
  text-align: center;
}
._src_Picker_index__mask-top,
._src_Picker_index__mask-bottom {
  width: 100vw;
  height: 4.181333333333333rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  transform: translateZ(0);
}
._src_Picker_index__mask-top {
  top: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-bottom: 1px solid #dedede;
}
._src_Picker_index__mask-bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
  border-top: 1px solid #dedede;
}
._src_Picker_index__picker-wheel {
  height: 10.453333333333333rem;
  overflow: hidden;
  position: relative;
  width: 1%;
  $fg-boxflex: 1;
  -webkit-box-flex: $fg-boxflex;
  -moz-box-flex: $fg-boxflex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/**
 * @file switch
 * @author luwenlong
 */
._src_Switch_index__wrap input {
  display: inline-block;
  width: 2.56rem;
  height: 1.194666666666667rem;
  border-radius: 0.597333333333333rem;
  position: relative;
  border: 2px solid #e5e5e5;
  background: #f7f7f7;
  user-select: none;
  outline: none;
  -webkit-appearance: none;
  background-clip: content-box;
  box-shadow: #fff 0 0 0 0 inset;
}
._src_Switch_index__wrap input:before {
  content: '';
  width: 1.109333333333333rem;
  height: 1.109333333333333rem;
  border-radius: 1.109333333333333rem;
  background: #fff;
  box-shadow: 0.042666666666667rem 0.064rem 0.149333333333333rem 0 #c4c4c4;
  position: absolute;
  top: -1px;
  left: 0;
  transition: left 0.4s;
}
._src_Switch_index__wrap input:checked {
  box-shadow: #828aff 0 0 0 0.597333333333333rem inset;
  border-color: #828aff;
  background: #828aff;
}
._src_Switch_index__wrap input:checked:before {
  left: 1.408rem;
  box-shadow: -0.042666666666667rem 0.064rem 0.149333333333333rem 0 #828aff;
}
._src_Switch_index__wrap input._src_Switch_index__active {
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
._src_Switch_index__wrap input._src_Switch_index__active:checked {
  box-shadow: #828aff 0 0 0 0.597333333333333rem inset;
  background-color: #828aff;
  border-radius: 2.133333333333333rem;
  transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
._src_Switch_index__wrap input._src_Switch_index__active:checked:before {
  transition: left 0.4s;
}
._src_Toast_index__toast {
  font-size: 14px;
  color: #f0c;
  text-align: center;
}
[data-dpr='2'] ._src_Toast_index__toast {
  font-size: 28px;
}
[data-dpr='2.5'] ._src_Toast_index__toast {
  font-size: 35px;
}
[data-dpr='2.75'] ._src_Toast_index__toast {
  font-size: 39px;
}
[data-dpr='3'] ._src_Toast_index__toast {
  font-size: 42px;
}
[data-dpr='4'] ._src_Toast_index__toast {
  font-size: 56px;
}
