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



