.site_login_dialog{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  /* display: none; */
}
.show_site_login_dialog{
  display: block;
}
.site_login_form{
  width: 460px;
  height: 680px;
  /* margin: 160px auto 0; */
  background: #FCFCFC;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.site_login_close{
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  cursor: pointer;
}
.site_login_close:hover{
  color: #999;
}
.s_l_close_btn{
  font-size: 20px;
}
.site_login_main{
  width: 100%;
  padding: 54px 40px 60px;
}
.flex_box{
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex_box_v_center{
  align-items:center;
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
.flex_box_h_center{
  -webkit-justify-content:center;
  justify-content:center;
  -moz-box-pack:center;
  box-pack:center;
}
.flex_box_h_sb{
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -moz-box-pack:space-between;
  box-pack:space-between;
}
.flex_box_h_sa{
  -webkit-justify-content:space-around;
  justify-content:space-around;
  -moz-box-pack:space-around;
  box-pack:space-around;
}
.flex_1{
  box-flex:1;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  flex:1;
  -webkit-flex:1;
}
.site_login_logo_img{
  margin-right: 15px;
}
.s_l_logo_t{
  width: 172px;
}
.s_l_desc{
  font-size: 14px;
  color: #949494;
}
.s_l_type_title, .r_p_title, .b_p_title{
  height: 70px;
  font-weight: bold;
  color: #3C3C3C;
  font-size: 20px;
}
.form_control_input{
  height: 44px;
  border-width: 0 !important;
  background-color: #F0F1F1;
  border-radius: 4px;
  border-color: unset !important;
  box-shadow: none !important;
}
.login_agreement_tip{
  width: 100%;
  height: 44px;
  background: #F7F7F7;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0;
  color: rgba(139, 139, 139, 1);
  font-weight: bold;
  font-size: 14px;
}
.login_agreement_link{
  color: rgba(231, 159, 74, 1);
}
.auxiliary_fn{
  width: 100%;
  height: 28px;
  margin-bottom: 15px;
}
.auxiliary_fn_inner{
  width: 100%;
  height: 100%;
  color: #3C3C3C;
}
.hide_auxiliary_fn_inner{
  display: none;
}
.site_login_btn, .reset_password_btn, .binding_phone_btn{
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #E69230;
  border-radius: 4px;
  letter-spacing: 2px;
  outline: none;
}
.site_login_btn:hover, .reset_password_btn:hover, .binding_phone_btn:hover{
  color: #fff;
}
.site_login_btn:focus, .reset_password_btn:focus, .binding_phone_btn:focus{
  color: #fff;
  border: none !important;
  outline: none !important;
}
.o_l_line{
  display: inline-block;
  height: 1px;
  background-color: #EBEBEB;
}
.o_l_txt{
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #7A7B7B;
}
.other_login_type{
  padding-top: 50px;
}
.o_l_type_list{
  width: 100%;
  padding: 20px 88px;
}
.current_l_type{
  display: none;
}
.o_l_type_item{
  cursor: pointer;
}
.account_login_form{
  display: none;
}
.get_code_btn{
  height: 44px;
  background-color: #F0F1F1;
  font-size: 14px;
  color: #E79F4A;
}
.get_code_btn:hover{
  color: rgba(231, 159, 74, 0.8);
}
.get_code_btn:focus{
  color: rgba(231, 159, 74, 0.8);
  border: none !important;
  outline: none !important;
}
.get_code_btn:active{
  box-shadow: none !important;
}
.form_control_input_img_code{
  width: 268px !important;
  border-radius: 4px !important;
}
.form_control_input:focus{
  border-color: unset !important;
  box-shadow: none !important;
}
.img_code{
  cursor: pointer;
}
.phone_login_form{
  display: none;
}
.weixin_login{
  width: 100%;
  height: 333px;
  display: none;
}
.weixin_login_qr{
  width: 274px;
  height: 274px;
  margin: 0 auto;
}
.weixin_login_qr_img{
  width: 100%;
  height: 100%;
}
.weixin_login_tips{
  font-size: 14px;
  color: #666;
  padding-top: 28px;
  text-align: center;
}

.reset_password{
  display: none;
  width: 100%;
  padding: 30px 40px 70px;
}
.reset_password_btn{
  margin-top: 22px;
}
.form_group_item{
  margin-bottom: 20px !important;
}
.other_type_login_btn{
  height: 48px;
  color: #E69230;
  font-size: 16px;
  font-weight: bold;
  background: #FCFCFC;
  border-radius: 4px;
  letter-spacing: 2px;
  border: 1px solid #E69230;
}
.other_type_login_btn:hover{
  color: #E69230;
}
.other_type_login_btn:focus{
  color: #E69230;
  border: none !important;
  outline: none !important;
}
.other_type_login_btn{
  margin-top: 30px !important;
}
.binding_phone{
  display: none;
  width: 100%;
  padding: 30px 40px 120px;
}
.binding_phone_form_inner{
  overflow: hidden;
  padding-bottom: 20px;
}


.login_type_active{
  display: block;
}