.clearfix:after,
.clearfix:before {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ksbj .mask {
  background-color: #000000;
  position: fixed;
  left: -50px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.ksbj .ksbj-tab{
  height: 50px;
  background-color: #e8c09d;
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 43px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ksbj .mask > .wrap {
  width: 380px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 54%;
  margin-left: -190px;
  margin-top: -268px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #fff;
  position: relative;
  padding: 0 50px;
}
.ksbj .close {
  background-image: url('../images/ksbj_close.png');
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 3px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ksbj .hd {
  width: 268px;
  margin: 0 auto;
}
.ksbj .hd .li {
  width: 134px;
  height: 46px;
  float: left;
  cursor: pointer;
}
.ksbj .hd .li.one {
  background-image: url('../images/ksbj_tb1.png');
  background-size: 134px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ksbj .hd .li.two {
  background-image: url('../images/ksbj_tb2.png');
  background-size: 134px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ksbj .hd .li.one.on {
  background-image: url('../images/ksbj_tb1on.png');
  background-size: 134px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ksbj .hd .li.two.on {
  background-image: url('../images/ksbj_tb2on.png');
  background-size: 134px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ksbj .bd {
  width: 386px;
  margin: 0 auto;
}
.ksbj .bd .li {
  width: 100%;
  display: none;
}
.ksbj .bd .li.one .msg,
.ksbj .bd .li.two .msg {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.ksbj .bd .li.one .bj,
.ksbj .bd .li.two .bj {
  width: 383px;
  height: 46px;
}
.ksbj .bd .li.one .bj .bj-input,
.ksbj .bd .li.two .bj .bj-input {
  border: 0;
  background: transparent;
  height: 46px;
  line-height: 46px;
  padding-left: 31px;
  padding-right: 10px;
  background-image: url('../images/ksbj_bt.png');
  background-size: 9px 8px;
  background-position: 15px center;
  background-repeat: no-repeat;
  font-size: 20px;
}
.ksbj .bd .li.one {
  padding-top: 40px;
}
.ksbj .bd .li.one .bj {
  margin-top: 40px;
}
.ksbj .bd .li.one .bj .bj-input {
  float: left;
  width: 213px;
  border: 1px solid #9c9c9c;
  border-right: 0;
  border-top-left-radius: 46px;
  -webkit-border-top-left-radius: 46px;
  -moz-border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
  -webkit-border-bottom-left-radius: 46px;
  -moz-border-bottom-left-radius: 46px;
}
.ksbj .bd .li.one .bj .bj-btn {
  background-image: url('../images/ksbj_bjbtn.png');
  background-size: 127px 48px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 127px;
  height: 48px;
  cursor: pointer;
  position: relative;
  top: 0;
}
.ksbj .bd .li.two {
  padding-top: 40px;
}
.ksbj .bd .li.two .bj .bj-input {
  width: 342px;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.ksbj .bd .li.two .bj .bj-table {
  font-size: 18px;
  line-height: 46px;
  width: 90px;
  float: left;
  font-weight: bold;
}
.ksbj .bd .li.two .bj .select,
.ksbj .bd .li.two .bj .select .select-ul {
  border: 1px solid #9c9c9c;
  line-height: 46px;
  background-color: #fff;
  font-weight: bold;
}
.ksbj .bd .li.two .bj .select {
  background-image: url('../images/ksbj_sj.png');
  background-size: 14px 8px;
  background-position: 244px center;
  background-repeat: no-repeat;
  height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  position: relative;
  font-size: 18px;
}
.ksbj .bd .li.two .bj .select .select-name {
  height: 46px;
  width: 214px;
  padding: 0 45px 0 15px;
  cursor: pointer;
}
.ksbj .bd .li.two .bj .select .select-ul {
  position: absolute;
  top: 39px;
  left: -1px;
  border-top: 0;
  display: none;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
}
.ksbj .bd .li.two .bj .select .select-ul .select-li {
  width: 214px;
  padding: 0 45px 0 15px;
  cursor: pointer;
}
.ksbj .bd .li.two .bj .select .select-ul .select-li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.ksbj .bd .li.two .ksbj_hdbtn {
  background-image: url('../images/ksbj_hdbtn.png');
  background-size: 355px 52px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 355px;
  height: 52px;
  margin: 45px auto 0;
  cursor: pointer;
}
.ksbj .mt10 {
  margin-top: 10px;
}
.ksbj .mt15 {
  margin-top: 15px;
}
.ksbj .mt20 {
  margin-top: 20px;
}
.ksbj .mt25 {
  margin-top: 25px;
}
.ksbj .mt30 {
  margin-top: 30px;
}
.ksbj .mt40 {
  margin-top: 40px;
}
.ksbj .mt90 {
  margin-top: 50px;
}
