/* 登录 */
.login {
  background: #f8f8f8;
  margin: 4.1667rem auto;
  width: 50rem
}

.login_txt {
  margin: 0 auto;
  width: 24.0833rem
}

.login_name {
  color: #002fa7;
  font-size: 1.25rem;
  line-height: 1.6667rem;
  margin-bottom: 1.75rem;
  padding-top: 2.0833rem
}

.ph_zh {
  background: #f1f1f1;
  border: .0417rem solid #c4ccce;
  -webkit-border-radius: .1667rem;
  -moz-border-radius: .1667rem;
  border-radius: .1667rem;
  font-size: .75rem;
  font-weight: 400;
  height: 2rem;
  outline: 0;
  padding-left: 6.25rem;
  width: 24.0833rem
}

.ph_box {
  margin-bottom: 1.25rem;
  position: relative
}

.ph_zh_1 {
  color: #002fa7;
  font-size: .75rem;
  font-weight: 400;
  left: .9167rem;
  position: absolute;
  top: .5rem
}

.ph_yzm {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
}
.ph_yzm:last-child{
  margin-bottom: 0;
}

.ph_yzm_1{
  background: #f1f1f1;
  border: 0.0417rem solid #c4ccce;
  -webkit-border-radius: 0.1667rem;
  -moz-border-radius: .1667rem;
  border-radius: 0.1667rem;
  height: 2rem;
  outline: 0;
  padding-left: 6.25rem;
  width: 15.5rem;
  font-size: .75rem;
}

.ph_yzm_1,
.yzm_btn {
  font-size: .75rem;
  font-weight: 400
}

.yzm_btn{
  padding: .5rem 1.5833rem
}

.login_btn,.zc_login,
.yzm_btn {
  background: #002fa7;
  color: #fff
}

.login_btn {
  display: inline-block;
  font-size: 1rem;
  padding: .3333rem 4.4167rem
}

.login_ts {
  color: #777;
  font-size: .5833rem;
  font-weight: 400;
  padding-bottom: 2.5rem;
  padding-top: .625rem
}
/* 注册 */
.zc_btn{
  margin-top: 3.75rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-size: 0.6667rem;
  color: #3971FF;
  display: block;
}
.col_red{
  color: #FF3535;
  padding-right: 3px;
}
.zc_chd{
  background: #f1f1f1;
  border: 0.0417rem solid #c4ccce;
  -webkit-border-radius: 0.1667rem;
  -moz-border-radius: .1667rem;
  border-radius: 0.1667rem;
  font-size: .75rem;
  font-weight: 400;
  height: 2rem;
  outline: 0;
  padding-left: 6.25rem;
  width: 24.0833rem;
}
.zc_login{
  display: inline-block;
  font-size: 1rem;
  padding: .3333rem 4.4167rem
}
.yzm_zc{
  background: #002fa7;
    color: #fff;
    padding: 0.5rem 1.5833rem;
    font-size: .75rem;
    font-weight: 400;
}
.yzm_zc_input{
  background: #f1f1f1;
  border: 0.0417rem solid #c4ccce;
  -webkit-border-radius: 0.1667rem;
  -moz-border-radius: .1667rem;
  border-radius: 0.1667rem;
  height: 2rem;
  outline: 0;
  padding-left: 6.25rem;
  width: 15.5rem;
  font-size: .75rem;
  font-weight: 400;
}
.pl_10_22{
  padding-left: 0.4258rem;
}
#txyzm_zc{
  height: 2rem;
  width:6.9154rem;
}
#txyzm_zc img{
 height: 100%; 
 width: 100%;
}
#ph_yzm_t_box{
  display: none;
}
#zc_form{
  display: none;
}
@media screen and (max-width:940px) {
  .login {
    width: 100%
  }
}