
.computerBottom[data-v-e0c9d280]{
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f5f5f7;
  padding: 10px 0 15px 0;
}
.computerBottom ul[data-v-e0c9d280] {
  overflow: hidden;
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.computerBottom ul li[data-v-e0c9d280]{
  height: 20px ;
  cursor: pointer;
  line-height: 20px;
  float: left;
  padding: 0 20px;
  color: #b0b0b0;
  font-family: "PingFang-SC-Medium";
}
.computerBottom ul li[data-v-e0c9d280]:last-child{
  border: none;
}
.orange[data-v-e0c9d280]{
  cursor: pointer;
}
.computerBottom p[data-v-e0c9d280]{
  height:45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  color: #b0b0b0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
   justify-content:center;
}
@media only screen and (max-width:960px){
.computerBottom[data-v-e0c9d280]{
      display: none;
}
}


.zeroSmallMask[data-v-34d96a2a],
.wechatCodeBg[data-v-34d96a2a] {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/* 微信二维码开始 */
.closeB[data-v-34d96a2a] {
  text-align: right;
  padding: 10px 20px 0 0;
}
.wechatCodeBg[data-v-34d96a2a] {
  z-index: 9998;
}
.wechatCode[data-v-34d96a2a] {
  width: 380px;
  height: 450px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  top: 45%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.wechatS[data-v-34d96a2a] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#qrcode[data-v-34d96a2a] {
  padding-left: 90px;
  height: 200px;
}
.payPrompt[data-v-34d96a2a] {
  line-height: 35px;
  font-size: 24px;
  color: #3c464f;
  margin-bottom: 20px;
}
.priceOfCourse[data-v-34d96a2a] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 90px;
  box-sizing: border-box;
  color: #b1b5b9;
  margin-top: 20px;
  font-size: 16px;
}
.priceOfCourse i[data-v-34d96a2a] {
  font-size: 25px;
}
.priceOfCourse span[data-v-34d96a2a]:nth-child(2) {
  color: #f60;
}
.changeB[data-v-34d96a2a] {
  color: #b1b5b9;
}
.completeBtn span[data-v-34d96a2a] {
  display: inline-block;
  background: #ffb657;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  margin: 20px 0 30px 0;
}
/* 微信二维码结束 */
.payMoney[data-v-34d96a2a] {
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
.footer[data-v-34d96a2a] {
  position: absolute;
  bottom: 0;
}
.header[data-v-34d96a2a] {
  min-height: 60px;
}
.wrap[data-v-34d96a2a] {
  width: 960px;
}
.bg[data-v-34d96a2a] {
  background: #f8f8f8;
  padding: 40px 40px 80px 40px;
  border-radius: 3px;
}
.sureName[data-v-34d96a2a] {
  display: inline-block;
  margin-left: 15px;
}
.courserTile[data-v-34d96a2a],
.tishis[data-v-34d96a2a] {
  font-weight: bold;
  font-size: 16px;
  color: ;
}
.tishis[data-v-34d96a2a] {
  margin: 25px 0;
}
.courserDetailsCon p[data-v-34d96a2a] {
  margin-bottom: 25px;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 25px;
}
#z2[data-v-34d96a2a] {
  display: inline-block;
  width: 120px;
  height: 35px;
  background: #ffb657;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 10px;
  line-height: 35px;
  margin: 0 auto;
}
.elementbtn[data-v-34d96a2a] {
  text-align: center;
}
.items[data-v-34d96a2a] {
  display: inline-block;
  width: 65px;
}
.item1[data-v-34d96a2a] {
  display: inline-block;
  margin-left: 10px;
  width: 800px;
}
.btns[data-v-34d96a2a] {
  text-align: center;
}
/* 优惠卷开始 */
.carList[data-v-34d96a2a] {
  padding: 25px 0;
}
.carListBox ul[data-v-34d96a2a] {
  overflow: hidden;
}
.carListBox ul li[data-v-34d96a2a] {
  float: left;
  width: 200px;
  border: 1px solid #ffb657;
  margin-right: 60px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: column;
  padding: 20px 0;
  color: #ffb657;
  border-radius: 3px;
  cursor: pointer;
}
.carListBox ul li p[data-v-34d96a2a] {
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
}
.carListBox ul .check[data-v-34d96a2a] {
  background: #ffb657;
  color: #fff;
}
/* 优惠卷结束 */
.zhiFuBaoBG[data-v-34d96a2a] {
  position: relative;
  margin-bottom: 25px;
}
.moneys[data-v-34d96a2a] {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 15px;
}
.moneys span[data-v-34d96a2a] {
  display: inline-block;
  margin-right: 50px;
}
.moneys span i[data-v-34d96a2a] {
  color: red;
}
.payMoneyCon[data-v-34d96a2a] {
  overflow: hidden;
  margin-top: 30px;
}
/* 支付宝开始 */
.zhiFuBao[data-v-34d96a2a] {
  position: relative;
  padding-top: 25px;
}
.images[data-v-34d96a2a] {
  display: flex;
  align-items: center;
}
.images img[data-v-34d96a2a] {
  width: 50px;
}
.changeAddress[data-v-34d96a2a],
.zhiFuBao .bts[data-v-34d96a2a] {
  display: inline-block;
  width: 250px;
  height: 35px;
  line-height: 35px;
  background: #ffb657;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 15px;
  cursor: pointer;
}
/* 支付宝结束 */
.box[data-v-34d96a2a] {
  min-height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.zhifubao[data-v-34d96a2a] {
  display: none;
}
/* 零元课程开始 */
.zeroCon[data-v-34d96a2a] {
  width: 330px;
  height: 240px;
  background: #fff;
  margin: 190px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.zeroCon p[data-v-34d96a2a] {
  text-align: center;
}
.zeroCon p[data-v-34d96a2a]:nth-child(1) {
  line-height: 150px;
  color: #ffb657;
  font-weight: 700;
}
.zeroCon p span[data-v-34d96a2a] {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}
.zeroCon p span[data-v-34d96a2a]:nth-child(1) {
  background: #ccc;
  margin-right: 20px;
}
.zeroCon p span[data-v-34d96a2a]:nth-child(2) {
  background: #ffb657;
}
.elementbtn[data-v-34d96a2a] {
  text-align: center;
}
@media only screen and (max-width: 960px) {
.payMoney[data-v-34d96a2a] {
    display: none;
}
}

