
.windowsMark{
  position: fixed;
  z-index: 10000;
  background: rgba(0,0,0,0.2);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.windowsP{
  position:fixed;
  width:300px;
  height: 160px;
  background: #fff;
  border-radius: 3px;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-80px);
  z-index: 10001;
}
.windowsShow input,.windowsShow img{
  display: inline-block;
  height: 40px;
}
.windowsShow input{
  width: 37%;
  margin: 0 5%;
  line-height: 40px;
  text-indent:15px;
  outline: none;
  border-radius: 3px;
}
.windowsShow img{
  width: 45%;
}
.windowsShow{
  padding: 24px 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.windowsSureBtn{
  text-align: center;
}
.windowsSureBtn span{
  display: inline-block;
  width: 90%;
  background: #ffb657;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
@media only screen and (max-width:960px){
.windowsP{
  width:300px;
  height: 150px;
  top: 40%;
  left: 50%;
  transform: translate(-150px,-50px);
}
}


/* 第一个分享页面开始 */
.commonWrap,.common{
  width: 500px;
  margin:0 auto;
  box-sizing: border-box;
  position: relative;
}
.common{
  padding: 60px 0;
}
.commonWrap{
  padding: 50px 0;
  background: url(../img/newCourser.a24153e2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn,.zerobtn,.bzerobtn{
  height: 240px;
  width: 90%;
  margin: 0 auto;
  background: url(../img/newCourserBtn.91b9c340.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 5%;
}
.btn,.zerobtn{
  background: url(../img/newCourserBtn.91b9c340.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bzerobtn{
  background: url(../img/2_07.8b7e81f6.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 350px;
  margin-top: 22px;
}
.zerobtn{
  height: 350px;
}
.btn{
  bottom: 0;
}
.btnContent,.btnBox,.zerobtnBox{
 display: inline-block;
 width: 100%;
}
.btnContent{
 height: 100%;
 position: relative;
}
.btnBox,.zerobtnBox{
  position: absolute;
  text-align: center;
}
.btnBox{
  bottom: 27px;
}
.zerobtnBox{
bottom: 25%;
}
#list,#blist{
  display: inline-block;
  width: 100%;
}
#list li,#blist li{
  margin-bottom: 12px;
}
#list input,#blist input{
  display: inline-block;
  border: none;
  outline: none;
  height: 30px;
  border-radius: 5px;
  text-indent: 10px;
  font-weight: 600;
}
#list input{
  color: #be582d;
  background: #e7b76f;
}
#blist input{
  color: #282828;
  background: #c3c3c3;
  font-size: 12px;
}
#list input::-webkit-input-placeholder {
color: #be582d;
font-weight: 600;
}
#list input:-moz-placeholder {
color: #be582d;
font-weight: 600;
}
#list input::-moz-placeholder {
color: #be582d;
font-weight: 600;
}
#list input:-ms-input-placeholder {
color: #be582d;
font-weight: 600;
}
#blist input::-webkit-input-placeholder {
color: #282828;
font-weight: 600;
}
#blist input:-moz-placeholder {
color: #282828;
font-weight: 600;
}
#blist input::-moz-placeholder {
color: #282828;
font-weight: 600;
}
#blist input:-ms-input-placeholder {
color: #282828;
font-weight: 600;
}
.phoneNumber{
  width: 73%;
}
.verificationCode{
  width: 44%;
  margin-right: 5%;
}
.getCode,.getinfo,.getCodeFlage,.bgetCode,.bgetinfo,.bgetCodeFlage{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
}
.getCode{
  background: #e7b76f;
  color: #be582d;
}
.bgetCode{
  background: #feeae9;
  color: #282828;
  border: 1px solid #282828;
}
.getCode,.getCodeFlage,.bgetCode,.bgetCodeFlage{
  width:20%;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 600;
}
.getCodeFlage{
  background: #f7f7f7;
  color: #ccc;
}
.bgetCodeFlage{
  background: #ccc;
  color: #282828;
}
.getinfo,.bgetinfo{
  width:73%;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.getinfo{
  background: #ff7a39;
}
.bgetinfo{
  background: #ff5d62;
}
/* 遮罩层开始 */
.markBack{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.5);
  z-index: 998;
}
.markBox,.zeromarkBox{
 position:fixed;
 width:500px;
 height: 400px;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-200px);
 z-index: 999;
}
.zeromarkBox{
  background: #fff;
  border-radius: 8px;
}
.markBox{
  background: url(../img/successMark.110703aa.png) no-repeat;
  background-size: 100% 100%;
}
.box{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.picture{
  display: inline-block;
  width: 150px;
  height: 150px;
  position: absolute;
  left:175px;
  top: 111px;
  background: url(../img/newerweima.a92d2d6b.png) no-repeat;
  background-size: 100% 100%;
}
#mark,#zeromark{
  display: none;
}
/* 遮罩层结束 */
@media only screen and (max-width:500px){
  /* 版心盒子 */
.commonWrap,.common{
    width:100%;
    padding:0;
    margin: 0 auto;
}
.btn{
    height: 276px;
    position: absolute;
    bottom: 1%;
    left: 5%;
}
.verificationCode{
    width: 44%;
    margin-right:5%;
}
.btnBox{
    bottom:44px;
}
.getinfo{
    width:75%;
}
/* 遮罩层开始 */
.markBox,.zeromarkBox{
 width:90%;
 height: 400px;
 top: 50%;
 left: 5%;
 transform: translate(0,-200px);
}
.zeromarkBox{
  padding-top: 30px;
}
.markBox{
  background: url(../img/successMark.110703aa.png) no-repeat;
  background-size: 100% 100%;
}
.picture{
  width: 40%;
  height: 37%;
  left:30%;
  top: 24%;
}
/* 遮罩层结束 */
}
/* 第一个分享页面结束 */

/* 第二个分享页面补充开始 */
.imgBox img{
 display: inline-block;
 width: 100%;
 margin-top: -2px;
}
.flexBox{
  position: fixed;
  width: 500px;
  bottom: 0;
  z-index: 100;
}
.flexBox img{
  display: inline-block;
  width: 100%;
  height: 60px;
}
@media only screen and (max-width:500px){
.flexBox{
    width: 100%;
}
.imgBox{
    padding-bottom: 60px;
}
}
/* 第二个分享页面补充结束 */

