/* ajax登录弹窗 */
.ajaxlogin {
  padding: 37px 60px 49px;
  min-height: 400px;
  margin-top: -249px !important;
  z-index: 182;
}
.ajaxlogin .ajaxlogin-longin_form {
  margin-top: 25px;
}
.ajaxlogin .window-cover_con-close {
  display: block !important;
}
.ajaxlogin label {
  margin-bottom: 4px;
  color: #868A91;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}
.ajaxlogin-title {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.ajaxlogin-login {
  width: 350px;
  float: left;
  margin: 0 60px 0 0;
  border-right: 1px solid #9EA1A7;
  padding-right: 60px;
}
.ajaxlogin-register {
  width: 350px;
  float: left;
}
.ajaxlogin-register .ajaxlogin-form_group {
  padding-bottom: 15px;
}
.ajaxlogin-register .password-hide {
  margin-top: 0;
  top: 32px;
}
.ajaxlogin-register_tips {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
}
.ajaxlogin-form_group {
  width: 100%;
}
.ajaxlogin-form_group.password {
  position: relative;
  margin-top: 18px;
  margin-bottom: 25px;
}
.ajaxlogin-form_group.password .password-hide {
  margin-top: 0;
  top: 32px;
}
.ajaxlogin-form_group input {
  height: 38px;
  line-height: 36px;
  box-sizing: border-box;
  background: none;
}
.ajaxlogin-form_group.half {
  width: 49%;
}
.ajaxlogin-form_des {
  padding: 5px 0;
}
.ajaxlogin-form_submit {
  width: 100%;
  height: 44px;
  padding: 0 40px;
  margin-top: 17px;
  color: #F0C8A5;
  font-size: 16px;
  margin-bottom: 17px;
  border: none;
  background-color: #0D1623;
  transition: all linear 0.3s;
}
.ajaxlogin-form_submit:hover {
  background-color: #F0C8A5;
  color: #0D1623;
}
.ajaxlogin-form_submit.register {
  margin-top: 20px;
}
.ajaxlogin .ajaxlogin-form_forget {
  display: block;
  margin: 0 auto;
  width: 142px;
  color: #868A91;
}
#ajaxlogin-register_form {
  margin-top: 25px;
}
/* 生日 */
.customer-birthday {
  width: 100%;
  margin-bottom: 17px;
}
.customer-birthday select {
  width: 32%;
  box-sizing: border-box;
  margin-right: 1.5%;
  background: none;
}
.customer-birthday select:last-child {
  margin-right: 0;
}
.customer-birthday_label {
  position: relative;
  width: 100%;
}
.customer-birthday_item {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
.customer-birthday_info {
  display: none;
  width: 100%;
  max-width: 320px;
  padding: 1em;
  position: absolute;
  top: 1.5em;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 2px 3px 0 #ddd;
  font-size: 14px;
  color: #1F1D2B;
}
.customer-birthday_info.active {
  display: block;
}
.customer-birthday_info:before {
  position: absolute;
  top: -6px;
  left: 26%;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
  transform: rotate(45deg);
}
.customer-birthday_quest {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #868A91;
}
.gw_accept_message {
  font-size: 12px;
  color: #868A91;
  text-transform: capitalize;
}
/*end 生日 */
/* 第三方登录 */
.customer-login-prompt {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.face_goole_box {
  margin-top: 32px;
}
.face_goole_box .unice-title_third-img {
  width: 20px;
  height: 20px;
}
.face_goole_box .unice-title_third-link {
  display: flex;
  height: 40px;
  background: #F9E9DB;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.face_goole_box .unice-title_third-linkFace {
  margin-top: 15px;
}
.face_goole_box .unice-title_thirdFacebook {
  color: #384AAB;
  font-size: 20px;
}
.face_goole_box .third_tip {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #666;
}
.face_goole_box .third_tip .third_tip_color {
  color: #FF0000;
}
.zhekou_tip {
  width: 350px;
  height: 40px;
  background: #F9E9DB;
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #CE2C16;
  text-align: center;
  line-height: 40px;
}
/*end 第三方登录 */
