
.wap_show{
	display: none;
}
.slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: rgba(204, 204, 204, 1);
  z-index: 999;
}

.slide-div {
  position: fixed;
  width: 845px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}
.iframe-head {
  margin: 10px 20px;
}
.iframe-container {
  width: 760px;
  height: 350px;
  margin: 0 20px;
  background: #f2f2f2;
}
.protocol-head {
  text-align: center;
  position: relative;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #151515;
  line-height: 33px;
  background: #FFF;
  padding: 23px 0;
}
.switch-language-btn {
  position: absolute;
  right: 21px;
  top: 24px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #183fff;
  line-height: 33px;
}
.protocol-body {
  position: relative;
  padding: 28px 23px 33px 23px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
}

.protocol-body::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #e1e1e1;
  left: 20px;
  right: 20px;
  bottom: 0;
  max-width: 800px;
}
.protocol-body a {
  color: #368fff;
  cursor: pointer;
}

.protocol-footer {
	padding: 16px 21px 19px 21px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.protocol-footer .not-agreen {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 43px;
  margin-right: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  background-color: #FFF;
  line-height: 41px;
  cursor: pointer;
}
.protocol-footer .agreen {
  display: inline-block;
  text-align: center;
  width: 166px;
  height: 43px;
  border-radius: 5px;
  background: #00c4b3;
  color: #fff;
  line-height: 43px;
}
.protocol-footer .agreen:hover {
  cursor: pointer;
  background-color: rgba(51, 207, 194, 1);
}

.wb-iframe-container {
  display: block;
  background-color: rgba(242, 242, 242, 1);
  width: 90%;
  height: calc(85% - 140px);
  margin: 0 auto;
}
.iframe-container {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 60px;
  background: #404145;
}
.header-logo {
  display: block;
  float: left;
  padding-left: 150px;
  height: 38px;
  margin-top: 9px;
  background: url(../images_new/new_logo.png) no-repeat left top;
  color: #fff;
  font-size: 22px;
}
.footer {
  width: 100%;
  line-height: 32px;
  margin-top: 50px;
  color: #cacbcd;
  background: #2e2e2e;
  text-align: center;
}
.footer-fixed {
  position: fixed;
  bottom: 0px;
}
.main {
  width: 1000px;
  overflow: hidden;
  _zoom: 1;
  margin: 0 auto;
  height: 58px;
}
.main-tag {
  height: 44px;
  line-height: 44px;

  font-size: 14px;
  background: #f8f7f7;
}

.main-tag em {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin: 0 10px 0 15px;
  background: url(../images_new/common.png) no-repeat -172px -9px;
  vertical-align: -2px;
}

.main-tag a {
  color: #9c9c9c;
}
.main-tag a.on {
  color: #00b9bb;
}
.main-tag span {
  margin: 0 10px;
  color: #9c9c9c;
}

.login-left {
  width: 280px;
  height: 358px;
  margin: 95px 0 0 110px;
}

.login-right {
  width: 360px;
  margin: 90px 0 0 105px;
  border: 1px solid #f0f0f0;
}

.login-right .tit {
  width: 313px;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 55px;
  margin: 0 auto;
  padding-left: 7px;
}

.login-right .server {
  color: #b6b6b6;
  background: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
}

.login-part {
  width: 310px;
  margin: 30px auto 0;
  font-size: 14px;
}

.login-part .tel {
  line-height: 20px;
  color: #666;
  padding: 12px 0 12px 14px;
  border: 1px solid #eee;
  width: 296px;
}

.login-part .code {
  width: 170px;
}

.gartbg {
  background: #cdcdcd !important;
  border: 1px solid #cdcdcd !important;
}
.txt-error {
  color: red;
  margin: 0 0 5px;
  text-align: center;
  visibility: hidden;
  height: 19px;
}
.btn-start {
  display: block;
  width: 308px;
  line-height: 42px;
  background: #00b9bb;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border: 1px solid #00b9bb;
  border-radius: 3px;
}
.btn-start.code {
  width: 120px;
  margin-left: 12px;
}
.btn-forbid {
  cursor: default;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
}

.btn-login {
  display: block;
  width: 308px;
  line-height: 42px;
  color: #00b9bb;
  text-align: center;
  font-size: 16px;
  border: 1px solid #00b9bb;
  margin-top: 18px;
  border-radius: 3px;
}

.login-right .regis {
  color: #ff7f29;
}

/*登录2*/

.login2-tip {
  width: 835px;
  line-height: 31px;
  margin: 16px auto 0;
  background: #fef7e6;
  color: #e7954e;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
}

.login2-tip.bottom {
  margin-left: -152px;
}

.login2-tip span {
  padding: 0 10px;
}

.login2-main {
  min-height: 450px;
  width: 418px;
  padding: 50px 290px 0px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #666;
  background: #fff;
  margin-bottom: 20px;
}
.login2-main.w530 {
  width: 530px;
  padding: 50px 234px 0px;
}

.login2-main .mod {
  margin-bottom: 18px;
}

.login2-main .left {
  width: 80px;
  height: 46px;
  padding: 0 25px 0 0;
  text-align: right;
  line-height: 46px;
}

.login2-main .center-btn .left {
  width: 27px;
}

.login2-main .center {
  width: 312px;
  position: relative;
}

.login2-main .right {
  margin-left: 105px;
  color: #ff5b4f;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  margin-bottom: 5px;
}

.login2-main .input-a {
  line-height: 20px;
  color: #666;
  padding: 12px 0 12px 14px;
  border: 1px solid #eee;
  width: 296px;
}

.login2-main .input-b {
  line-height: 20px;
  color: #666;
  padding: 12px 0 12px 14px;
  border: 1px solid #eee;
  width: 160px;
}

.login2-main .input-b.w176 {
  width: 176px;
}
.login2-main .input-b.w296 {
  width: 296px;
}
.login2-main .input-c {
  vertical-align: -2px;
  margin-right: 5px;
}

.login2-main .change {
  display: block;
  width: 110px;
  line-height: 44px;
  background: #f1fdfd;
  text-align: center;
  color: #00b9bb;
  border-radius: 3px;
  border: 1px solid #00b9bb;
}

.login2-main .change_tit {
  display: block;
  margin-top: 8px;
  width: 100px;
  color: #999999;
  font-size: 12px;
}

.login2-main .get {
  display: block;
  width: 110px;
  line-height: 44px;
  background: #cdcdcd;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
}

.login2-main .skip {
  /* margin-left: 30px; */
  margin-left: 53%;
  line-height: 24px;
}

.login2-main .skip > span {
  margin-right: 12px;
  display: block;
  float: left;
}

.login2-main .skip > a {
  float: left;
  display: block;
  width: 70px;
  line-height: 24px;
  text-align: center;
  color: #00b9bb;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
}

.login2-main .protocol {
  color: #00b9bb;
}

.mb40 {
  margin-bottom: 40px;
}

/*注册页面*/

.login2-main .input-d {
  line-height: 20px;
  color: #666;
  padding: 12px 25px 12px 14px;
  border: 1px solid #eee;
  width: 271px;
}
.select-box .arror {
  position: absolute;
  top: 21px;
  right: 10px;
  display: block;
  width: 15px;
  height: 8px;
  background: url(../images_new/common.png) no-repeat left -87px;
}

.select-box .arror.short {
  left: 166px;
}

.select-box .arror.up {
  background-position: left -165px;
}

.select-box .bd {
  position: absolute;
  top: 46px;
  left: 0px;
  z-index: 99;
  border: 1px solid #00b9bb;
  width: 310px;
}
.tab {
  background: #fff;
}
.tab-hd li {
  float: left;
  border: 1px solid #eeeeee;
  margin-right: -1px;
}
.tab-hd a {
  display: block;
  float: left;
  width: 102px;
  line-height: 37px;
  font-size: 16px;
  color: #666;
  background: #f8f8f8;
  text-align: center;
}
.tab-hd li.on {
  border-bottom: 1px solid #fff;
}
.tab-hd li.on a {
  background: #ffffff;
  color: #00b9bb;
}
.regi-address {
  padding: 10px 0 10px 10px;
}
.regi-address a {
  display: block;
  float: left;
  line-height: 25px;
  padding: 0 5px;
  margin: 4px 3px 4px 0;
  color: #666;
}
.regi-address a:hover {
  background: #e0f7f7;
  color: #00b9bb;
}
.regi-address a:active,
.regi-address a.on {
  background: #00b9bb;
  color: #fff;
  border-radius: 3px;
}
.choice-box {
}
.choice-box li {
  line-height: 40px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.choice-box li.on {
  background: #f0ffff;
}
.choice-box .cir {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 25px;
  background: url(../images_new/common.png) no-repeat left -250px;
  border: none;
  vertical-align: -3px;
  cursor: pointer;
}
.choice-box .cir.on {
  background-position: left -206px;
}
.choice-box .name {
  display: inline-block;
  /*width: 75px;*/
  padding-left: 20px;
}
.choice-box .grade {
  display: inline-block;
  width: 245px;
  padding-left: 20px;
}
.choice-box .num {
  display: inline-block;
  /*width: 160px;*/
  padding-left: 5px;
}
.register-help {
  position: relative;
  width: 274px;
  line-height: 31px;
  margin: 20px auto 60px;
  background: #f2f2f2;
  color: #666;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
}
.register-help span {
  text-decoration: underline;
}
/*注册弹框*/
.login-pop {
  border: none;
  width: 310px;
  background: #fff;
  padding: 40px;
}
/*20160414 add hjkan 增加便捷注册 */
.regi-quick {
  width: 402px;
  margin: 0 0 18px 5px;
  padding: 10px 0 10px 10px;
  background: #fff8e7;
  color: #ff5252;
  font-size: 14px;
}
.regi-quick a {
  display: inline-block;
  width: 110px;
  margin: 0 0 0 15px;
  line-height: 30px;
  border-radius: 20px;
  border: 2px solid #00b9bb;
  color: #00b9bb;
  text-align: center;
}
/*20160504*/
.login-chart {
  width: 330px;
  background: url(../images_new/reg1.png) no-repeat 23px top;
  font-size: 12px;
  margin: 0px 86px 30px;
  padding-top: 2px;
}
.login-chart .icon {
  width: 9px;
  height: 9px;
  background: url(../images_new/reg2.png) no-repeat left top;
}
.login-chart .icon-a {
  width: 9px;
  height: 9px;
  margin: 0 106px 10px 25px;
}
.login-chart .icon-b {
  width: 9px;
  height: 9px;
  margin: 0 103px 10px 19px;
}
.login-chart .icon-c {
  width: 9px;
  height: 9px;
  margin: 0 0 10px 19px;
}

/*20160510 add*/
.bg-gray {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.dialog-school {
  box-sizing: border-box;
  width: 838px;
  height: 523px;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -238px 0 0 -419px;
  z-index: 101;
  padding: 0 54px 34px;
}

.dialog-school * {
  box-sizing: border-box;
}

.dialog-school-title {
  width: 100%;
  line-height: 70px;
  font-size: 24px;
  color: #2ababb;
  text-align: center;
}

.dialog-close a {
  width: 48px;
  height: 48px;
  border: 5px #fff solid;
  border-radius: 48px;
  background: #fff url("../parent-images/pop_btn.png") -439px 0 no-repeat;
  display: block;
}

.ft18 span {
  display: block;
}

.ft18 span.ml20 {
  margin: 0.3em 0 0.3em 2.86em;
}

.dialog-school-search {
  width: 100%;
  height: 75px;
}

.search-ipt {
  width: 556px;
  height: 42px;
  border: 1px #eee solid;
  padding: 0 12px;
  font-size: 18px;
  color: #302f2f;
}

.search-btn {
  width: 126px;
  height: 42px;
  background-color: #01b9bb;
  font-size: 20px;
  color: #fff;
  border: none;
  margin-left: 8px;
}

.dialog-school-search p {
  font-size: 14px;
  color: #acacac;
  line-height: 30px;
  padding: 0 10px;
}

.school-list {
  width: 100%;
  height: 344px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.school-list li {
  width: 33.33%;
  float: left;
  padding-right: 25px;
}

.school-list li a {
  line-height: 42px;
  color: #5a5a5a;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.school-list li a:hover,
.school-list li a:focus,
.school-list li a.active {
  color: #01b9bb;
}

.dialog-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

.dialog-close a:hover {
  background-position: -439px -38px;
}

.dialog-close a:focus {
  background-position: -439px -76px;
}

.dialog-student {
  box-sizing: border-box;
  width: 838px;
  height: 436px;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -218px 0 0 -419px;
  z-index: 102;
  padding: 25px 52px;
}

.dialog-student * {
  box-sizing: border-box;
}

.dialog-student-title {
  width: 100%;
  line-height: 70px;
  font-size: 24px;
  color: #2ababb;
  text-align: center;
}

.dialog-student-num {
  font-size: 18px;
  color: #989797;
  line-height: 48px;
}

.dialog-student-num span {
  color: #2ababb;
  padding: 0 0.5em;
}

.student-list {
  width: 100%;
  height: 263px;
  list-style: none;
  padding: 0 5px 0 0;
  margin: 15px 0 0;
  overflow-y: auto;
}

.student-list li {
  float: left;
  width: 30%;
  height: 122px;
  border: 1px #ebeaea solid;
  border-radius: 3px;
  background-color: #f4f4f4;
  margin: 0 5% 30px 0;
  padding: 15px;
}

.student-list li:nth-child(3n + 0) {
  margin-right: 0;
}

.student-name {
  width: 4em;
  line-height: 30px;
  font-size: 16px;
  color: #999;
  text-align: right;
}

.student-class {
  margin-left: 5.5em;
  font-size: 18px;
  line-height: 30px;
  color: #5a5a5a;
}

.student-list li.active,
.student-list li:hover,
.student-list li:focus {
  border: 1px #01b9bb solid;
}

.login2-main .input-a.error-add {
  border: 1px #ff5b4f solid;
}

.slider-main {
  width: 280px;
  height: 358px;
  overflow: hidden;
}

.reason {
  width: 574px;
  height: 394px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -197px 0 0 -287px;
  z-index: 103;
}

.reason-content {
  background-color: #fff;
  height: 237px;
  width: 100%;
  margin-top: 102px;
  border-radius: 23px;
  padding-top: 55px;
}

.reason-content p {
  font-size: 16px;
  font-weight: 700;
  color: #4b4b4b;
  text-align: center;
}

.reason-content a {
  display: block;
  margin: 33px auto 0;
  text-align: center;
  font-size: 16px;
  color: #6a6a6a;
}

.reason-content a.reason-1 {
  color: #30c1b3;
}

.txt-con {
  margin-top: 2em;
  color: #666;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.forgetpwd {
  text-align: right;
  padding-top: 3px;
}

.forgetpwd a {
  color: #999;
  font-size: 13px;
}

.login2-main .input-a-fpwd:focus {
  border: 1px #bbb solid;
}

.login2-main .right a {
  color: #666;
}

.new-add-a {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin-left: 3px;
}

.appeal_tip_pop {
  display: block;
  width: 460px;
}
.appeal_tip_pop > div {
  margin: 0 auto;
  text-align: center;
}
.appeal_tip_pop .appeal_tip_content {
  line-height: 20px;
  height: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}

.appeal_tip_pop .appeal_tip_button {
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 90px;
  line-height: 28px;
  overflow: hidden;
  color: #0dc2b3;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #0dc2b3;
  background: #fff;
}

.appeal_tip_pop .appeal_tip_button:hover {
  border: 1px solid #56dcd1;
  color: #56dcd1;
}

.appeal_tip_pop .appeal_tip_button.ok {
  color: #fff;
  border: 1px solid #0dc2b3;
  background: #0dc2b3;
}

.appeal_tip_pop .appeal_tip_button.ok:hover {
  border: 1px solid #56dcd1;
  color: #fff;
  background: #56dcd1;
}

.helpcenter {
  margin-top: 25px;
  float: right;
  font-size: 14px;
  color: #cbcbcb;
  display: block;
  line-height: 18px;
  padding-left: 22px;
  background: url(../images/help.png) no-repeat;
}

.QqService {
  width: 30px;
  height: 122px;
  background: url(../images_new/qq-service.png);
  background-size: cover;
  position: absolute;
  top: 300px;
  right: 0;
}
.wapReturnDiv {
  width: 1rem;
  height: 1.8rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
}
.skipBtn {
  cursor: pointer;
  text-decoration: underline;
  float: right;
  margin-right: 115px;
}
.appTitle {
  text-align: center;
  margin: 0 auto;
  color: #000000;
  margin-top: -2.1rem;
  font-weight: bold;
}
.appTitle1 {
  text-align: center;
  margin: 0 auto;
  color: #000000;
  margin-top: 0.5rem;
  font-weight: bold;
}

.w296 {
  width: 296px;
}

.special_tip{
  color:#B3B3B3;
  font-size:0.8em;
}

@media screen and (min-width: 1000px) {
  .wapSkipBindDiv,
  .wapReturnDiv,
  .appTitle {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 999px) {

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
  }

  input::-webkit-input-placeholder {
      color: #888;
  }
  input::-moz-input-placeholder {
      color: #888;
  }
  input::-ms-input-placeholder {
      color: #888;
  }
  
  .special_tip{
    color:#CCC;
    font-size:.333333rem /* 24/72 */;
  }

	.wap_show{
		display: block;
	}

	.clearfix.mod+.clearfix.mod{
		margin-top: .833333rem /* 60/72 */;
  }
  
  .clearfix.mod+.clearfix.mod.bottomTip{
    margin-top: .333333rem;
  }

	.wap_show_title{
		font-size:.888889rem /* 64/72 */;
		color:rgba(38,39,41,1);
		font-weight: 600;
		margin-top: .333333rem /* 24/72 */;
		line-height: 1.25rem /* 90/72 */;
	}

	.wap_show_content{
		font-size:.333333rem /* 24/72 */;
		color:rgba(165,165,165,1);
		margin-bottom: .277778rem /* 20/72 */;
		line-height: .458333rem /* 33/72 */;
	}

	.login2-main .right.err_msg{
		margin-left:0;
		font-size: .333333rem /* 24/72 */;
		margin-top: .416667rem /* 30/72 */;
		margin-bottom: .347222rem /* 25/72 */;
	}

  .need_hide {
    display: none;
  }

  .bottomTip {
    margin-top: -1rem;
  }
  .appSkip {
    float: right;
    margin-right: 1.4rem;
    color: #000000;
  }

  .skipBtn {
    cursor: default;
    text-decoration: none;
  }
  .support {
    visibility: hidden;
    display: none;
  }

  * {
    box-sizing: border-box;
  }

  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .header,
  .footer,
  .main-tag,
  .login-right .server,
  .place,
  .rolearea {
    display: none;
  }

  .main,
  .login-left {
    width: 100%;
    min-width: 320px;
    height: 10%;
  }

  .login-left {
    margin: 0 auto;
    height: auto;
  }

  .login-right {
    width: 100%;
    margin: 2em 0 0;
    border: none;
  }

  .login-right .tit {
    display: none;
  }

  .login-part {
    width: 90%;
    margin: 0 5%;
  }

  .login-part .tel {
    width: 100%;
    padding: 0.65em 0.75em;
    line-height: 1.25em;
  }

  .login-warn {
    padding-left: 1.6em;
    visibility: hidden;
    font-size: 0.85em;
  }

  .login-part .code {
    width: 60%;
  }

  .webSkipDiv {
    visibility: hidden;
    display: none;
  }
  .wapSkipBindDiv {
    visibility: visible;
  }

  .login-part .getcode {
    font-size: 16px;
    width: 38%;
    margin-left: 2%;
    padding: 0.65em 0;
    line-height: 1.25em;
  }

  .btn-start {
    display: block;
    width: 3.013889rem;
    line-height: 1.111111rem /* 42/72 */;
    height:1.111111rem;
    background: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    border: none;
  }

  /* 注册完成*/
  .btn-start.btn-forbid.btn-final {
    display: block;
    width: 100%;
    line-height: 42px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    height: 42px;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
  }

  .btn-start.btn-final {
    display: block;
    width: 100%;
    line-height: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    background: #06C1AE;
  }



  .btn-start.code {
    width: 3.013889rem;
    margin-left: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .btn-start.green{
    background: #06C1AE;
  }

  .btn-start .img_code{
    width: 3.013889rem;
    height:1.111111rem;
    border-radius:3px;
  }

  .btn-start.login_now{
    width: 100%;
  }

  .txt-error {
    color: red;
    margin: 0 0 5px;
    text-align: center;
    visibility: hidden;
    height: 19px;
  }

  .login2-tip {
    width: 90%;
    margin: 3em 5%;
    border-radius: 10px;
    padding: 0.5em 0.75em;
    line-height: 1.5em;
    font-size: 0.9em;
    min-width: 288px;
    text-align: left;
  }

  .login2-tip.bottom {
    margin-left: 5%;
    margin-top: 0.5rem;
  }

  .login2-main .skip {
    margin-left: 15%;
    line-height: 1.6em;
  }

  .login2-main .skip > a {
    line-height: 1.6em;
  }

  .login2-tip span {
    padding-left: 2em;
    display: block;
    text-align: left;
    min-height: 1.6em;
  }

  .login2-main {
    border: none;
    width: 100%;
    /*margin: 0 5%;*/
    padding: 0.8em 10%;
    font-size: 1em;
    min-width: 288px;
    padding-bottom: 10px;
  }

  .login2-main.w530 {
    width: 90%;
    padding: 2em 0;
  }

  .login2-main .mod {
    margin-bottom: 1em;
    position: relative;
  }

  .login2-main .left {
    width: 6em;
    line-height: 3.5em;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0.85em;
    z-index: 9;
    height: 3.5em;
    text-align: left;
    font-size: 0.875em;
  }

  .login2-main .center,
  .login2-main .input-a {
    width: 100%;
  }

  .login2-main .input-a,
  .login2-main .input-d {
    height: 1rem;
    font-size: .444444rem /* 32/72 */;
    width: 100%;
    padding: 0 1em 0 0;
    color: #111;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-appearance: none;
    border-radius: 0;
  }

  .select-box .arror {
    top: 1.29em;
  }

  .select-box .arror.short {
    left: 63%;
    width: 1em;
  }

  .login2-main .right {
    line-height: 1.5em;
    height: 1.5em;
    margin-left: 1em;
  }

  .regi-quick {
    width: 100%;
    margin: 0 0 1em;
    text-align: center;
  }

  .regi-quick a {
    width: 7.5em;
    margin: 0.5em auto 0;
    border-radius: 1.25em;
    line-height: 2.25em;
    display: block;
  }

  .select-box .bd {
    width: 100%;
    top: 4.13em;
    font-size: 0.75em;
  }

  .choice-box li {
    line-height: 2.85em;
  }

  .login2-main .input-c {
    vertical-align: 0;
  }

  .dialog-school,
  .dialog-student {
    width: 84%;
    height: 90%;
    top: 5%;
    left: 8%;
    margin: 0;
    padding: 1em;
  }

  .dialog-school-title {
    font-size: 1.25em;
    line-height: 2em;
    padding-bottom: 1em;
    height: 10.5%;
    min-height: 2em;
  }

  .dialog-school-search {
    height: 12.5%;
    min-height: 3em;
  }

  .search-ipt {
    width: 80%;
    padding: 0 0.4em;
    height: 2.5em;
    font-size: 1em;
    float: left;
  }

  .search-btn {
    width: 19%;
    margin-left: 1%;
    height: 2.857em;
    font-size: 0.875em;
    float: left;
  }

  .dialog-school-search p {
    font-size: 0.65em;
  }

  .school-list {
    height: 72%;
    margin-top: 1em;
  }

  .school-list li {
    width: 100%;
    padding: 0 0.625em;
  }

  .dialog-student-title {
    font-size: 1.25em;
    line-height: 1.25em;
    height: 11.5%;
    min-height: 2.5em;
    text-align: left;
  }

  .dialog-student-num {
    font-size: 0.85em;
    line-height: 1.75em;
    height: 10%;
    min-height: 3.5em;
  }

  .student-list {
    padding: 0;
    margin: 5% 0 0;
    height: 85%;
  }

  .student-list li {
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin: 0 0 1em;
  }

  .student-list li:last-child {
    margin: 0;
  }

  .student-name {
    font-size: 0.85em;
  }

  .student-class {
    font-size: 1em;
  }

  .login2-main .input-b {
    width: 53%;
    padding: 0 1em 0 0;
    font-size: .444444rem /* 32/72 */;
    height: 1rem;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-appearance: none;
    color: #111;
    border-radius: 0;
  }

  .login2-main .input-b.w176 {
    width: 70%;
  }

  .login2-main .input-b.w296 {
    width: 100%;
  }

  .login2-main .change {
    width: 28%;
    margin-left: 2%;
    font-size: 0.875em;
    line-height: 3.36em;
  }

  .login2-main .change_tit {
    float: right;
    margin-top: -7.5em;
    font-size: 0.675em;
  }

  .regi-ok {
    font-size: 1.25em;
    font-weight: bold;
    padding: 4em 0 1.8em;
    width: 12em;
    margin: 0 auto;
    background-position: 4.5em -510px;
  }

  .ft18 {
    font-size: 0.875em;
  }

  .regi-fail {
    margin: 0 auto 3em;
    padding: 0;
    background-position: left -657px;
  }

  .ft18 span {
    display: block;
  }

  .ft18 span.ml20 {
    margin: 0.3em 0 0.3em 2.86em;
  }

  .ml20 {
    margin-left: 2.5em;
  }

  .login-chart {
    margin: 0 auto 3em;
    font-size: 0.75em;
    width: 27em;
    background-position: 20px top;
  }

  .login-chart .icon-b {
    margin: 0 103px 10px 19px;
  }

  .tab-hd a {
    font-size: 1.167em;
  }

  .l30 {
    padding-left: 0;
  }

  .childrenNoContent {
    height: 88.5%;
  }

  .slider-main {
    width: 170px;
    height: 217px;
    overflow: hidden;
    margin: 0 auto;
  }

  .slider-main li img {
    width: 170px;
  }

  .login-chart .icon-a {
    margin: 0 106px 10px 22px;
  }

  .login-chart .icon-c {
    margin: 0 0 10px 19px;
  }

  .login-chart .fl:last-child p {
    text-align: right;
  }

  .reason {
    width: 90%;
    left: 5%;
    margin: -197px 0 0;
  }

  .reason-content a {
    margin: 22px auto 0;
  }

  .txt-con {
    font-size: 0.85em;
  }
  .new-add-a {
    font-size: 0.75em;
    line-height: 1.5em;
    margin-left: 3px;
    color: #666;
  }
  .new_foot {
    display: none;
  }

  .appeal_tip_pop {
    width: 21em;
  }

  .appeal_tip_pop .appeal_tip_content {
    line-height: 1.5em;
    height: 1.5em;
    margin-bottom: 3em;
    padding: 0 1.5em;
    font-size: 1em;
    text-align: left;
  }

  .appeal_tip_pop .appeal_tip_button {
    margin: 0.5em;
    width: 9em;
    line-height: 3em;
    font-size: 1em;
    border-radius: 0.1em;
  }

  .mobile_code {
    display: none;
  }
}

@media screen and (max-width: 330px) {

  .w296 {
    width: 100%;
  }
  .change_tit {
    font-size: 0.8em;
  }
  .login2-main .change {
    font-size: 0.8em;
  }
}

.role_select {
  width: 80px;
  height: 46px;
  padding-left: 15px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  margin-right: 30px;
  background-image: url(../images_reg/role_no_select.png);
  background-repeat: no-repeat;
}
.radioclass {
  opacity: 0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.roleon {
  background-image: url(../images_reg/role_selected.png);
}
