
.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);
}
}


/* 登录页面开始 */
.closeLoginMark,.addressmark{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(144,144,144,0.5);
  z-index: 9998;
}
/* 登录框样式开始 */
/* 加入地址样式 */
.login,.addCon{
  position: fixed;
  top:50%;
  left: 50%;
  width:300px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
}
.login{
padding: 25px;
transform: translate(-175px,-207px);
}
.addCon{
padding: 25px 200px;
transform: translate(-350px,-268px);
}
.closeBtn{
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #ffb657;
}
.loginList{
  margin-top: 25px;
  position: relative;
}
.getsmsColde{
  position: absolute;
  right: -3px;
  top: 12px;
  color:#ffb657;
}
.loginList input{
  display: inline-block;
  border:none;
  outline: none;
  width: 100%;
  height: 40px;
  text-indent: 5px;
  color: #ccc!important;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}
::-webkit-input-placeholder {  color:#ccc;
}
:-moz-placeholder {  color:#ccc;
}
::-moz-placeholder { color:#ccc;
}
:-ms-input-placeholder {  color: #ccc;
}

/* 切换短信和密码登录开始 */
.switchBtn{
  color: #ccc;
  display: inline-block;
  padding: 25px 0;
  margin-top: 10px;
  margin-left: 5px;
}
/* 切换短信个密码登录结束 */
.loginBtn{
  text-align: center;
}
.loginBtn .logins{
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #ffb657;
  color: #fff;
  border-radius: 3px;
}
.registered{
  margin-top: 26px;
}
.loginBox{
  display: none;
}
/* 切换登录与注册样式开始 */
.loginAndRegistration{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #ccc;
}
.loginAndRegistration span{
  display: inline-block;
  width: 49%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.loginAndRegistration span:nth-child(1){
  border-right: 1px solid #ccc;
}
.defaultStyle{
  color: #ffb657;
}
#fakeSms,#fakesSms{
  color: #ccc;
}
/* 登录框样式结束 */
/* 登录页面结束 */
@media only screen and (max-width:960px){
  /* 登录样式开始 */
.login{
    position: fixed;
    top:50%;
    left: 6%;
    width:76%;
    transform: translate(0,-182px);
    background-color: #fff;
    padding:6%;
    border-radius: 5px;
    z-index: 9999;
}
.loginList input{
    height: 37px;
    text-indent: 5px;
}
.loginList{
    margin-top: 32px;
    padding:0;
}
.getsmsColde{
    position: absolute;
    right: 0px;
    top: 12px;
    color:#ffb657;
}
.switchBtn{
    padding: 20px 0px;
}
.loginList .duanxin{
  text-indent: 5px;
}
.loginBtn .logins{
  width: 100%;
}
/* 登录样式结束 */
}

.contentBox{
width:960px;
margin:30px auto;
padding: 30px 30px 100px 30px;
border-radius: 5px;
box-sizing: border-box;
}
.item1{
  font-size: 18px;
}
.newStudentTitle{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffb657;
}
.pic{
  text-align: center;
}
.pic img{
  width: 330px;
  height: 300px;
  margin: 35px 0;
}
.mLeft,.mRight{
  float: left;
  width:49%;
}
.mLeft{
  text-align: right;
}
.mRight{
  text-align: left;
}
.mLeft img{
  display: inline-block;
  width: 150px;
  height: 150px;
}
.mobileErweima{
  overflow: hidden;
}
.mobileErweima .mRight a,#downloadButton,#userPrams{
  display: inline-block;
  width: 100px;
  height:35px;
  font-size: 12px;
  line-height: 35px;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #ffb657;
  margin: 7px 30px;
}
.termsBox .item{
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
}
/* 规则条款弹窗开始 */
.newStudentBox{
display: none;
}
.newStudentBox,.newStudentBg{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9998;
}
.newStudentBg{
background-color:rgba(144,144,144,0.5);
}
.newStudentRule{
 padding: 15px 10px;
 box-sizing: border-box;
 position: fixed;
 width: 80%;
 background: #fff;
 height: 400px;
 z-index: 9999;
 top: 50%;
 left: 50%;
 border-radius: 5px;
 transform: translate(-50%,-50%);
 overflow-y: auto;
}
/* 规则条款弹窗结束 */
@media only screen and (max-width:960px){
.pic img{
 width: 100%;
}
.contentBox{
width: 96%;
margin:10px 2%;
padding: 10px 10px 100px 10px;
}
/* 规则条款开始 */
.newStudentRule{
 width: 90%;
 height: 500px;
}
}


/* 页面内容开始 */
#t3[data-v-0ec97776]{
position: absolute;
z-index: -1000;
color: #fdbe39;
top: -11110px;
}
/* .contentBox{
width:960px;
margin:30px auto;
border: 1px solid #ccc;
padding: 30px 30px 100px 30px;
border-radius: 5px;
box-sizing: border-box;
} */
.shareBox[data-v-0ec97776]{
position: relative;
height: 50px;
}
.bottomNav[data-v-0ec97776]{
position: fixed;
bottom: 0;
left: 2%;
right: 2%;
border: 1px solid #ccc;
height: 80px;
background: #fff;
border-radius: 3px;
line-height: 80px;
padding: 0 10px;
}
.shareBtn[data-v-0ec97776]{
position: absolute;
right: 0;
height: 30px;
line-height: 30px;
width: 100px;
}
.bottomNav span[data-v-0ec97776]{
float: right;
height: 50px;
line-height: 50px;
margin-top: 15px;
padding: 0 15px;
}
.shareBtn[data-v-0ec97776],.bottomNav span[data-v-0ec97776]{
display: inline-block;
background: #ffb657;
color: #fff;
text-align: center;
border-radius: 5px;
}
.imageBox[data-v-0ec97776]{
width: 100%;
height: 300px;
}
.imageBox img[data-v-0ec97776]{
display: inline-block;
width: 100%;
height: 100%;
}
.termsBox[data-v-0ec97776]{
margin-top: 30px;
line-height: 30px;
}
.termsBox .terms[data-v-0ec97776]{
border: 1px solid #ccc;
padding: 10px 5px;
box-sizing: border-box;
margin-bottom: 10px;
border-radius: 3px;
}

/* 页面内容结束 */
/* @media only screen and (max-width:960px){
.contentBox{
width: 96%;
margin:10px 2%;
padding: 10px 10px 100px 10px;
}
} */

