/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.popup {
  width: 6.01rem;
  z-index: 9;
  border-radius: .3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.popup .close {
  display: block;
  width: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}

.popup h3 {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: bold;
  background: #ff3b3b;
  background: linear-gradient(to bottom, #ff3b3b, #d80101);
  border-radius: .2rem .2rem 0 0;
  margin: 0 auto;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .32rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
  border-top: none;
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.25rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
}

.popup-p span {
  color: #2e8631;
  font-weight: bold;
}
.popup-p2{
  width: 80%; font-size: .28rem; color: #333333; line-height: 0.4rem; font-weight: 600; text-align: left; margin: .2rem auto .3rem;
}
.popup-p2 span{
  font-size: .24rem; color: #666666; padding-top: 0.1rem; text-align: center; display: block; font-weight: normal;
}
.popup-img {
  width: 2.52rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 5.43rem; margin-bottom: 0.3rem;
}
.popup-img3 {
  width: 5.39rem;
  margin-bottom: -0.2rem;
}
.popup-img4{
  width: 2.22rem;
}
.popBtn {
  width: 3.8rem; height: 0.68rem; line-height: 0.68rem; font-size: .3rem; color: #742a14; font-weight: 600; display: block;margin: 0 auto; border-radius: .34rem; text-align: center; box-shadow: 0 .04rem 0 #ffeecb;
  background: #fdfe9d;
  background: linear-gradient(to bottom, #fdfe9d, #ffc852);
}
.grayBg h3{
  background: #7b7b7b;
  background: linear-gradient(to bottom, #7b7b7b, #707070);
}

/* 活动规则 */
.popup-m h4 {
  width: 1.94rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: url(../images/popup_actRules_bt_bg.png) no-repeat center / 100%;
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
  text-align: left;
  padding-left: 0.3rem;
  box-sizing: border-box;
  margin-left: -0.3rem;
}
.popup-m h4 i{
  width: 0.09rem; height: 0.09rem; background: #fff; border-radius: .5rem; border: .02rem solid #df3434; display: block; margin-right: 0.15rem;
}
.popup-m h4 span{
  border-bottom: .01rem dashed #b9c7ff; flex: 1; margin-left: 0.19rem;
}

.popup-list {
  margin-bottom: 0.2rem;
  text-align: left;
}

.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
}
.popup-list p span {
  color: #2e8631;
}

/* 选择科目 */
#select .popup-m{
  padding: .4rem 0;
}
#select ul li{
  width: 4rem; height: 0.76rem; line-height: 0.76rem; font-size: .32rem; font-weight: bold; color: #fff; text-align: center; margin: 0 auto .18rem;background: url(../images/zd_select_btn02.png) no-repeat center / 100%;
}
#select ul li.on{
  background: url(../images/zd_select_btn.png) no-repeat center / 100%;
}

/* 确认选课 */
.sureSelect{
  padding-top: 0.2rem;
}
#sureSelect .sureSelect{
   font-size: .5rem; color: #dd310c; font-weight: bold; margin-bottom: 0.5rem;
}
#sureSelect .popBtn{
  width: 4rem; height: 0.76rem; line-height: 0.76rem; font-size: .32rem; color: #fff; font-weight: bold; display: block;margin: 0 auto .2rem;background: url(../images/popup_btn_bg_gray.png) no-repeat center / 100%; 
}
#sureSelect .sureBtn{
  background: url(../images/popup_btn_bg.png) no-repeat center / 100%;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 2.88rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .3rem; line-height: .48rem; color: #fff;
  margin: -.2rem auto .5rem;
}
.share p span{color: #fdde69}
.share a{
  width: 3rem; height: .7rem; line-height: .7rem; display: inline-block;
  border-radius: .35rem;
  font-size: .28rem; color: #fff;
  background: #ff905a;
  background: linear-gradient(to bottom, #ff905a, #ec3228);
}


/* 填写物流弹窗 */
#addressPage .popup{
  padding-bottom: 0.4rem;
}
#addressPage .popup-m {
  padding: .4rem 0 .2rem;
}
#addressPage h5{
  font-size: .22rem; line-height: 0.36rem; color: #555555; font-weight: normal; text-align: center; margin-top: 0.1rem;
}
.addressbox p {
  font-size: .28rem;
  line-height: .38rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.1rem;
  color: #333;
}

.addressbox p span {
  color: #ff4b4b;
  font-size: .34rem;
  margin-bottom: .1rem;
  display: block;
}

.addressbox ul {
  width: 100%;
  margin-top: .3rem;
}

.addressbox ul li {
  height: 0.7rem;
  line-height: 0.7rem;
  margin-bottom: .2rem;
  font-size: .26rem;
  color: #333;
  margin: 0 .26rem .2rem;
  text-align: left;
  background: #ffefea;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.addressbox ul li.region {
  height: auto;
  margin-bottom: .2rem;
  border: none;
  line-height: 0.6rem;
  background: none;
  justify-content: space-between;
}
.addressbox ul li span {
  color: #3e3a39;
}

.addressbox ul li label {
  width: 2rem;
  color: #333333;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.addressbox ul li label i{
  color: #ff4706;
}

.addressbox ul li.address {
  border: none;
  display: block;
  background: none;
  height: auto;
}

.addressbox ul li.address label {
  width: 100%;
  clear: both;
  background: none;
  color: #ff4706;
  text-align: left;
}
.addressbox ul li.address label span{
  font-size: .24rem; color: #666; padding-left: 0.2rem;
}

.addressbox ul li input,
.addressbox ul li select {
  flex: 1;
  font-size: .28rem;
  line-height: .6rem;
  border: none;
  outline: none;
  background: none;
  display: block;
}

.addressbox ul li.two input {
  width: 2.7rem;
  height: 0.6rem;
  padding: 0 .15rem;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}

.addressbox ul li .form-group {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 0.1rem;
}

.addressbox ul li .form-group:last-child {
  margin-right: 0;
}

.addressbox ul li .form-group font {
  display: block;
}

.addressbox ul li select {
  width: 1.53rem;
  height: .6rem;
  border: 1px solid #ffcbb9;
  border-radius: .1rem;
}

.addressbox ul li.address input {
  width: 100%; height: 0.7rem; padding: 0 .2rem; box-sizing: border-box; border: .01rem solid #ffcbb9; border-radius: .4rem;
}

.tipTS {
  position: absolute;
  bottom: 1.9rem;
  right: 0.8rem;
  font-size: .18rem;
  color: #fc3c2f;
}

#logisticsPage .typeBtn {
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
  z-index: 1;
}
/* 确认收货地址 */
.sureTxt ul li{
  font-size: .26rem; line-height: 0.5rem; color: #333; display: flex; justify-content: flex-start; padding-left: 0.6rem;
}
.sureTxt ul li p{
  font-size: .28rem; font-weight: bold;
}
.pop-Btn {
  margin-top: 0.2rem;
}
.pop-Btn a{
  width: 40%; height: 0.6rem; line-height: 0.6rem;border-radius: .1rem; font-size: .28rem;  display: inline-block; font-weight: bold;
}
.pop-Btn .btn01{
   background: url(../images/zd_select_btn.png) no-repeat center; color: #fff; margin-right: 0.2rem;
}
.pop-Btn .btn02{
  background: url(../images/zd_select_btn02.png) no-repeat center; color: #fff;
}

#pcEwm{
  display: none;
}


.fix-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  text-align: center;
}