.tkbj {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 99999;
  box-sizing: border-box;
}
.tk {
  width: 370px;
  height: 308px;
  background: #ffffff;
  /* border-radius: 4px 10px 10px 10px; */
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  overflow: hidden;
}
.tk_top {
  width: 100%;
  height: 84px;
  /* background: #ff7d22; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  box-sizing: border-box;
}
.tk_top p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 13px;
}
.tk_top span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: block;
}
.tk_top img {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.tk_botm {
  padding: 20px 30px 30px 30px;
}
.tk_title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
.tk_inpt {
  width: 310px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.tk_inpt input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-left: 15px;
}
.tk_radio {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.tk_radio p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.tk_radio p span {
  color: #6c6eff;
}
.tk_botm button {
  width: 100%;
  height: 48px;
  background: #ff6666;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* 成功弹框 */
.tk2 {
  width: 510px;
  height: 310px;
  background: #ffffff;
  border-radius: 4px 10px 10px 10px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}
.tk2_title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.tk_botm ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tk_botm ul li {
  width: 220px;
  margin: 20px 0;
}
.tk2_li {
  display: flex;
  align-items: center;
}
.tk2_ul {
  margin-left: 12px;
}
.tk2_ul p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.tk2_ul span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
