/*-----------------------登录弹框-------------------------*/
.shadow_box{
  width: 100%;
  height: 100%;
  background: #000;
  filter:alpha(opacity=40);  
  -moz-opacity: 0.4;  
  -khtml-opacity: 0.4;  
  opacity: 0.4;  
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  user-select: none;
  z-index: 999;
}
.logoin_box {
    width: 430px;
    position: absolute;
    outline: 0px;
    left: 50%;
    margin-left: -200px;
    top: 24%;
    z-index: 1024;
}
.logoin_box_a{
  box-shadow: 0 0 8px rgba(0,0,0,0.1), 0 0 256px rgba(255,255,255,.3);
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
}
.logoin_box_t{
  padding: 42px 0 40px;
  position: relative;
}
.close_icon,.close_icon0,.close_icon01{
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../images/icons_st.png) -90px 0 no-repeat;
  cursor: pointer;
}
.back_icon{
  width: 13px;
  height: 25px;
  position: absolute;
  left:20px;
  top: 20px;
  background: url(../images/icons_st.png) -52px -145px no-repeat;
  cursor: pointer;
}
.logoin_box_t form{
  border: 0;
}
.logoin_box_t h3{
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.logoin_sr{
  padding: 30px 26px 0;
  position: relative;
}
.logoin_sr0{
  padding-top: 20px;
}
.logoin_sr01{
  padding-top: 10px;
}
.fieldset{
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
}
.fieldset_reg{
  float: left;
}
.phone_icon,.phone_icon_zc{
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(../images/icons_st.png) -48px -64px no-repeat;
  display: inline-block;
  left: 16px;
  top: 14px;
}
.password_icon,.password_icon_zc{
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(../images/icons_st.png) -48px -103px no-repeat;
  display: inline-block;
  left: 16px;
  top: 16px;
}
.yzm_icon_zc{
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(../images/icons_st.png) -214px 0 no-repeat;
  display: inline-block;
  left: 16px;
  top: 14px;
}
.phone_inp{
  border-radius: 5px;
  width: 286px;
  padding: 16px 10px 16px 44px;
  font-size: 14px;
  color: #000;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
}
.yzm_inp{
  width: 155px;
  padding: 16px 10px 16px 44px;
  font-size: 14px;
  color: #000;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}
.wrong_text{
  position: absolute;
  font-size: 14px;
  color: #ed1c1c;
  bottom: -23px;
  display: none;
}
.fieldset0{
  border: none;
}
.logoin_btn{
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background: #007fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.fieldset0 a:hover{
  background:#0e6ab0;
}
.wrong-border{
  border: 1px solid #ed1c1c;
  border-radius: 3px;
}
.image-block{
  width: 18px;
  height: 18px;
  background: url(../images/right_icon.png) no-repeat;
}
.image_replace,.image_replace0,.image_replace_zc,.image_replace0_zc,.image_replace0_yzm,.image_replace0_m{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: url(../images/wrong_icon.png) no-repeat;
  display: none;
}
/*.image_replace_gray,.image_replace0_gray{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: url(../images/right_icon.png) no-repeat;
  display: none;
}*/
.image_replace_gray,.image_replace0_gray,.image_replace_gray_zc,.image_replace0_gray_yzm,.image_replace0_gray_zc,.image_replace_gray_yzm{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: url(../images/icons_st.png) -164px -78px no-repeat;
  display: none;
}
.logoin_sr span.fl{
  cursor: pointer;
  text-decoration: none;
}
.logoin_sr span.fr{
  font-size: 13px;
  color: #bdbdbd;
  cursor: pointer;
  text-decoration: none;
}
.logoin_sr span.fl a{
  font-size: 13px;
  color: #0077ff;
}
.logoin_sr span.fr a.sign_up{
  color: #0077ff;
}
.pp_third_login{
  padding: 40px 26px 0;
}
.pp_third_tit{
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #000;
}
.pp_third_login .pp_third_tit::before{ 
  content:''; 
  display:block; 
  height:1px;
  width:125px; 
  background:#e8e8e8; 
  top:9px; 
  left:0px; 
  position:absolute;
}
.pp_third_login .pp_third_tit::after{
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: #e8e8e8;
  top: 9px;
  right: 0px;
  position: absolute;
}
.pp_list{
  width: 100%;
  text-align: center;
}
.pp_third_login .pp_list a {
  display: inline-block;
  height: 58px;
  width: 58px;
  margin: 20px 5px 0;
  text-align: center;
  cursor: pointer;
}
.pp_third_login .pp_list a p{
  margin-top: 8px;
  font-size: 13px;
  color: #bdbdbd;
  text-align: center;
}
.image_wechat{
  width: 42px;
  height: 42px;
  background: url(../images/icons_st.png) -96px -64px no-repeat;
}
.register_btn{
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background: #007fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.reg_r{
  width: 120px;
  float: right;
  line-height: 48px;
}
.reg_r a.send_yzm{
  width: 118px;
  display: block;
  text-align: center;
  background: #f7fbff;
  color: #0077ff;
  font-size: 14px;
  border: 1px solid #0077ff;
  border-radius: 5px;
}
.tab_ul{
  padding: 10px 60px 0;
}
.tab_ul li{
  width: 92px;
  text-align: center;
  line-height: 50px;
  float: left;
  font-size: 14px;
  color: #999;
  border-bottom: 3px solid #fff;
  margin-right: 88px;
  cursor: pointer;
}
.tab_ul li.lis{
  margin-right: 0;
}
.tab_ul li.lisOn{
  color: #0077ff;
  border-bottom: 3px solid #0077ff;
}
.wx_box{
  width: auto;
  padding: 42px 0 86px;
}
.wx_ma{
  text-align: center;
}
.wx_ma img{
  width: 158px;
  height: 158px;
}
.wx_ma p{
  margin-top: 40px;
}
