.login-plate {
    position: relative;
    width: 398px;
    background-color: #fff;
}
.lg-tab-header {
    height: 60px;
    border-bottom: 1px solid #d7d7d7;
}
    .lg-tab-header li {
        float: left;
        position: relative;
        width: 111px;
        height: 100%;
        line-height: 60px;
        font-size: 18px;
        color: #aaa;
        text-align: center;
        cursor: pointer;
        margin: 0 44px;
    }
        .lg-tab-header li.tab {
            color: #FE5300;
            font-weight: 400;
        }
        .follower {
            display: none;
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 111px;
            height: 3px;
            background-color: #FE5300;
            -webkit-transition: all 0.3s ease 0.1s;
               -moz-transition: all 0.3s ease 0.1s;
                 -o-transition: all 0.3s ease 0.1s;
                    transition: all 0.3s ease 0.1s;
        }
        .lg-tab-header li.tab .follower {
            display: block;
        }
.lg-tab-main {
    padding-top: 12px;
}
.lg-tab-main li {
    padding: 0 44px 40px;
}

.phone-num,
.password {
    display: block;
    width: 270px;
    height: 42px;
    padding-left: 38px;
    margin-top: 22px;
    line-height: 42px;
    font-size: 15px;
    color: #aaa;
    border: 1px solid #d5d5d5;
}
    .hasLogined {
        line-height: 36px;
    }
    .verification img,
    .retrieve-main img {
        margin: 7px 0 0 16px;
    }
    .verification img{
        margin: 0 0 0 20px;
        display: block;
        flex: 1;
        height: 100%;
    }
    .verif-img {
        margin: 6px 0 0 8px;
    }
    .retrieve-main img,
    .verification img,
    .verif-img {
        cursor: pointer;
    }
.login-plate,
.login-cover,
.verfi-code,
.phone-num,
.get-code,
.password {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}
.phone-num {
    background: url(/static/images/icon-ip-phone.png) #FFF no-repeat 14px center;
  
}
.password {
    background: url(/static/images/icon-ip-pwd.png) no-repeat 14px center;
  
}
.reg-btn {
    line-height: 40px;
    color: #c3c3c3;
    font-size: 14px;
    margin-left: auto;
}
.reg-btn:hover {
    color: #FE5300; 
    text-decoration: underline;
}

.login-cover {
    border: none;
    display: block;
    width: 80%;
    height: 46px;
    margin: 10px auto 0;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 8px;
    text-indent: 8px;
    background-color: #FE5300;
    cursor: pointer;
}
.login-plate input.get-code:hover,
.login-cover:hover {
    background-color: #FE5300;
}
    .user-infos-error {
        display: none;
        margin: 0 0 30px 0;
        font-size: 14px;
        font-weight: 600;
        color: #FE5300;
        text-align: center;
    }

.closeLogin {
    position: absolute;
    top: -17px;
    right: -15px;
    display: block;
    width: 19px;
    height: 19px;
}
.verification {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.verfi-code {
    float: left;
    width: 147px;
    height: 42px;
    padding-left: 16px;
    padding-right: 10px;
    line-height: 42px;
    font-size: 15px;
    color: #aaa;
    border: 1px solid #d4d4d4;
}

.get-code {
    border: none;
    float: right;
    width: 112px;
    height: 42px;
    margin-top: 1px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #cdcdcd;
}
.verification .on {
    background-color: #FE5300;
    cursor: pointer;
}
.lg-tab-main .had {
    padding-top: 15px;
    padding-left: 6px;
    font-size: 12px;
    color: #c1c1c1;
}
.lg-tab-main .had a {
    font: 12px;
    color: #FE5300;
}
.lg-tab-main .had a:hover {
    text-decoration: underline;
}

.hide{
    display: none;
}
.dx-yzcodes .yz-reg-ip {
    width: 116px;
    padding: 0 16px;
}
.inpt
{
width: 296px;
height: 42px;
margin-top: 20px;
padding: 0 6px;
line-height: 42px;
font-size: 14px;
color: #999;
border: 1px solid #dcdcdc;
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    -ms-border-radius: 4px;
     -o-border-radius: 4px;
        border-radius: 4px;
}
.dx-yzcodes .yz-reg-gt {
    width: 152px;
    margin-left: 4px;
    line-height: 38px;
    color: #fff;
    background-color: #d1d1d1;
    border: none;
    cursor: pointer;
}
.dx-yzcodes .yz-reg-gt.on {
background-color: #FE5300;
}
.dx-yzcodes .yz-reg-gt.sending {
background-color: #dcdcdc;
}
.findpwd-cops{
    padding:10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
} 

.findpwd{
    margin: 10px 0;
}

.clearfix {
    *zoom: 1;
    display: flex;
}
.msg_tips_error{
	font-size: 14px;
	color: #FE5300;
	font-weight: 700;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.aload-tip-ws {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.auto-load{
    display: flex;
}
.auto-load .ck {
    background-position: right top;
}
.auto-load input {
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.dplb,
.sy-honor-item, /* 首页荣誉-单元 */
.sy-platform-enter a span, /* 首页学习平台icon */
.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.fr {
    float: right;
}




.logOn {
  width: 100%;
  /* background: #FAFAFA; */
  background:url(../images/newIMG/downbg.png) no-repeat;
  background-size:cover;
  margin-top: 70px;
  height: 6rem
}
.logOn .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.logOn .container > img {
  width: 5.6rem;
  height: 4.71rem;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.logOn .container .loginForm {
  width: 4.5rem;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 10PX;
  margin-left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.logOn .container .loginForm .tabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
}
.logOn .container .loginForm .tabBox li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F9F9F9;
}
.logOn .container .loginForm .tabBox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.7rem;
  font-weight: 400;
  color: #3C3C3C;
  font-size: 0.2rem;
}
.logOn .container .loginForm .tabBox li.active {
  background: transparent;
}
.logOn .container .loginForm .tabBox li.active a {
  color: #FE5300;
  font-weight: normal;
  background: transparent;
}
.logOn .container .loginForm #area_sms,
.logOn .container .loginForm #area_password {
  width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logOn .container .loginForm #area_sms > label,
.logOn .container .loginForm #area_password > label {
  width: 3.7rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6PX;
  border: 1PX solid #DDDDDD;
  background: #FFFFFF;
  margin-bottom: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0 1000px white inset; 
}
/*
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset; 
}*/
.logOn .container .loginForm #area_sms > label input,
.logOn .container .loginForm #area_password > label input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #999999;
  background: none
}
.logOn .container .loginForm #area_sms > label input::-webkit-input-placeholder, .logOn .container .loginForm #area_password > label input::-webkit-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms > label input::-moz-placeholder, .logOn .container .loginForm #area_password > label input::-moz-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms > label input:-ms-input-placeholder, .logOn .container .loginForm #area_password > label input:-ms-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms > label input::-ms-input-placeholder, .logOn .container .loginForm #area_password > label input::-ms-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms > label input::placeholder,
.logOn .container .loginForm #area_password > label input::placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms > label img,
.logOn .container .loginForm #area_password > label img {
  width: 0.15rem;
  
  margin-right: 0.15rem;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.logOn .container .loginForm #area_sms > label.passWord img,
.logOn .container .loginForm #area_password > label.passWord img {
  margin-left: 0.02rem;
  width: 0.16rem;
}
.logOn .container .loginForm #area_sms .sms,
.logOn .container .loginForm #area_password .sms {
  width: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.25rem;
}
.logOn .container .loginForm #area_sms .sms > img,
.logOn .container .loginForm #area_password .sms > img {
  width: 1.42rem;
  height: 0.48rem;
}
.logOn .container .loginForm #area_sms .sms > span,
.logOn .container .loginForm #area_password .sms > span {
  width: 1.4rem;
  font-size: 0.14rem;
  color:#FE5300;
  font-weight: 600;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
  border-radius: 6PX;
  border: 1PX solid #FE5300;
}
.logOn .container .loginForm #area_sms .sms > span.disable,
.logOn .container .loginForm #area_password .sms > span.disable {
  border: 1PX solid #a1a1a1;
  background-color: #a1a1a1;
  color: #fff;
}
.logOn .container .loginForm #area_sms .sms label,
.logOn .container .loginForm #area_password .sms label {
  width: 2.35rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6PX;
  border: 1PX solid #DDDDDD;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
  margin-right: 4px;
}
.logOn .container .loginForm #area_sms .sms label input,
.logOn .container .loginForm #area_password .sms label input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.logOn .container .loginForm #area_sms .sms label input::-webkit-input-placeholder, .logOn .container .loginForm #area_password .sms label input::-webkit-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms .sms label input::-moz-placeholder, .logOn .container .loginForm #area_password .sms label input::-moz-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms .sms label input:-ms-input-placeholder, .logOn .container .loginForm #area_password .sms label input:-ms-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms .sms label input::-ms-input-placeholder, .logOn .container .loginForm #area_password .sms label input::-ms-input-placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms .sms label input::placeholder,
.logOn .container .loginForm #area_password .sms label input::placeholder {
  color: #999999;
}
.logOn .container .loginForm #area_sms .sms label img,
.logOn .container .loginForm #area_password .sms label img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.15rem;
}
.logOn .container .loginForm #area_sms .sms input,
.logOn .container .loginForm #area_password .sms input {
  width: 2.41rem;
}
.logOn .container .loginForm #area_sms .forgetBox,
.logOn .container .loginForm #area_password .forgetBox {
  width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logOn .container .loginForm #area_sms .forgetBox label,
.logOn .container .loginForm #area_password .forgetBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logOn .container .loginForm #area_sms .forgetBox label span,
.logOn .container .loginForm #area_password .forgetBox label span {
  font-size: 0.18rem;
  color: #3C3C3C;
  line-height: 0.25rem;
}
.logOn .container .loginForm #area_sms .forgetBox label input,
.logOn .container .loginForm #area_password .forgetBox label input {
  margin-right: 0.1rem;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
.logOn .container .loginForm #area_sms .forgetBox label input[type=checkbox],
.logOn .container .loginForm #area_password .forgetBox label input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  cursor: pointer;
}
.logOn .container .loginForm #area_sms .forgetBox label input[type=checkbox],
.logOn .container .loginForm #area_password .forgetBox label input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.01rem solid #DDDDDD;
}
.logOn .container .loginForm #area_sms .forgetBox label input[type=checkbox]:checked,
.logOn .container .loginForm #area_password .forgetBox label input[type=checkbox]:checked {
  border: 0.01rem solid #DDDDDD;
  background: url(/static/images/common/checked.png);
  background-size: 100% 100%;
}
.logOn .container .loginForm #area_sms .forgetBox a,
.logOn .container .loginForm #area_password .forgetBox a {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #FE5300;
}
.logOn .container .loginForm #area_sms .forgetBox > span,
.logOn .container .loginForm #area_password .forgetBox > span {
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #FE5300;
  cursor: default;
}
.logOn .container .loginForm #area_sms .err,
.logOn .container .loginForm #area_password .err {
  color: #FE5300;
  font-size: 0.16rem;
  font-weight: 700;
  width: 4.1rem;
  padding: 0.2rem 0 0;
  margin-bottom: -0.2rem;
  text-align: center;
  cursor: default;
}
.logOn .container .loginForm #area_sms button,
.logOn .container .loginForm #area_password button {
  width: 3.7rem;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 0.48rem;
  text-align: center;
  background: #FE5300;
  /* background: #FE5300; */
  border-radius: 6PX;
}
.logOn .container .loginForm #area_sms .sms:last-of-type {
  margin-bottom: 0;
}

.forgetPassword {
  width: 100%;
  background: #FAFAFA;
  overflow: hidden;
}
.forgetPassword .container {
  height: 5rem;
  background: #FFFFFF;
  margin:1rem auto 0.3rem auto;
}
.forgetPassword .container .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.4rem;
}
.forgetPassword .container .contentBox h1 {
  font-size: 0.22rem;
  font-weight: normal;
  color: #3C3C3C;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.forgetPassword .container .contentBox > label {
  width: 4.1rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6PX;
  border: 1PX solid #DDDDDD;
  background: #FFFFFF;
  margin-bottom: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
}
.forgetPassword .container .contentBox > label input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.forgetPassword .container .contentBox > label input::-webkit-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox > label input::-moz-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox > label input:-ms-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox > label input::-ms-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox > label input::placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox > label img {
  width: 0.15rem;
  margin-right: 0.15rem;
}
.forgetPassword .container .contentBox > label.passWord img {
  margin-left: 0.02rem;
  width: 0.2rem;
}
.forgetPassword .container .contentBox .sms {
  width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.25rem;
}
.forgetPassword .container .contentBox .sms > img {
  width: 1.42rem;
  height: 0.48rem;
}
.forgetPassword .container .contentBox .sms > span {
  width: 1.4rem;
  font-size: 0.14rem;
  color: #FE5300;
  font-weight: 600;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
  border-radius: 6PX;
  border: 1PX solid #FE5300;
}
.forgetPassword .container .contentBox .sms > span.disable {
  border: 1PX solid #a1a1a1;
  background-color: #a1a1a1;
  color: #fff;
}
.forgetPassword .container .contentBox .sms label {
  width: 2.6rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6PX;
  border: 1PX solid #DDDDDD;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
}
.forgetPassword .container .contentBox .sms label input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.forgetPassword .container .contentBox .sms label input::-webkit-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox .sms label input::-moz-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox .sms label input:-ms-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox .sms label input::-ms-input-placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox .sms label input::placeholder {
  color: #999999;
}
.forgetPassword .container .contentBox .sms label img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.15rem;
}
.forgetPassword .container .contentBox .sms input {
  width: 2.41rem;
}
.forgetPassword .container .contentBox .err {
  color: #FE5300;
  font-size: 0.16rem;
  font-weight: 700;
  width: 4.1rem;
  margin-bottom: -0.1rem;
  text-align: center;
  cursor: default;
}
.forgetPassword .container .contentBox button {
  width: 4.1rem;
  margin-top: 0.4rem;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 0.48rem;
  text-align: center;
  background: #FE5300;
  border-radius: 6PX;
}