.window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.window .win_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.window .win_container {
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: -240px;
  width: 480px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.window .win_container .win_tit {
  color: #ff152e;
  font-size: 16px;
}
.window .win_container .win_tit .win_tit_bot {
  text-indent: 32px;
  line-height: 26px;
  margin: 20px 0;
}
.window .win_container .form {
  width: 220px;
  margin: 0 auto;
}
.window .win_container .form .form_list {
  margin-bottom: 25px;
}
.window .win_container .form .form_list input {
  outline: none;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #e5e5e5;
}
.window .win_container .form .form_list .phone {
  width: 196px;
  font-size: 12px;
}
.window .win_container .form .form_list .bd_phone {
  font-size: 14px;
  color: #666;
}
.window .win_container .form .form_list .yz,
.window .win_container .form .form_list .phone_yz {
  width: 110px;
  font-size: 12px;
}
.window .win_container .form .form_list .comput {
  display: inline-block;
  width: 78px;
  height: 30px;
  border: 1px solid #dbdbdb;
  text-decoration: none;
}
.window .win_container .form .form_list .comput img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.window .win_container .form .form_list .get_yzm {
  display: inline-block;
  width: 80px;
  height: 32px;
  border: 1px solid #dbdbdb;
  background-color: #eee;
  color: #333;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  padding: 0;
}
.window .win_container .form .sub_btn {
  width: 207px;
  height: 35px;
  background-color: #ff7e15;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  border: none;
  outline: none;
}
.window .win_container .form .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.window .win_container .form .close img {
  width: 14px;
  height: 14px;
}
