*,*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.f-wrap {
  border: 1px solid #DDDDDD;
  border-bottom: 0px;
  background-color: #FFFFFF;
  height: 45px;
  position: relative;
  font-size: 16px;
}

.f-wrap-first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.f-wrap-last {
  border-bottom: 1px solid #DDDDDD;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.f-wrap2 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #DDDDDD;
}

.f-wrap3 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}

.f-wrap4 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 5px;
  line-height: 45px;
}

.f-wrap5 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 40%;
  text-align: right;
  line-height: 45px;
}

.f-wrap5 span {
  color: #990000;
  font-weight: bold;
  font-size: 16px;
}

.f-wrap6 {
  width: 10%;
  position: absolute;
  top: 0;
  left: 90%;
  line-height: 45px;
  text-align: right;
  padding-right: 9px;
  font-size: 14px;
}

.f-label,.f-cnt {
  height: 45px;
}

.f-label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 5px;
  line-height: 45px;
}

.f-label1 {
  width: 70px;
}

.f-label2 {
  width: 135px;
}

.f-cnt {
  padding: 5px;
  display: inline-block;
  white-space: nowrap;
}

.f-cnt2 {
  padding-left: 145px;
}

.f-cnt3 {
  padding-left: 70px;
  line-height: 30px;
}

.f-cnt4 {
  padding-left: 128px;
}

.f-cnt5 {
  padding-left: 70px;
  line-height: 38px;
}

.f-cnt6 {
  padding-left: 145px;
}

.f-cnt input[type=tel] , .f-cnt input[type=text] {
  text-align: right;
  border: 1px solid #DDDDDD;
  height: 100%;
  border-radius: 8px;
  background: #F1F1F1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F1F1F1));
  background: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);
  background: -moz-linear-gradient(top, #FFFFFF, #F1F1F1);
  background: -ms-linear-gradient(top, #FFFFFF, #F1F1F1);
  background: -o-linear-gradient(top, #FFFFFF, #F1F1F1);
}

.f-cnt2 input[type=tel] , .f-cnt2 input[type=text] {
  width: 120px;
  vertical-align: middle;
}

.f-cnt3 input[type=tel] , .f-cnt3 input[type=text] {
  width: 55px;
  vertical-align: middle;
}

.f-cnt4 input[type=tel] , .f-cnt4 input[type=text] {
  width: 120px;
  vertical-align: middle;
}

.f-cnt-xinghao:after {
  content: '*';
  display: inline-block;
  font-size: 14px;
  color: red;
}

.f-cnt-yuan:after {
  content: '元';
  display: inline-block;
  font-size: 14px;
}

.f-cnt-tian:after {
  content: '天';
  display: inline-block;
  font-size: 14px;
}

.f-cnt-ren:after {
  content: '人';
  display: inline-block;
  font-size: 14px;
}

.f-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.f-tail {
  text-align: left;
  padding: 10px 10px 10px 5px;
  font-size: 12px;
  color: #666666;
}
/*by baon*/
input[type=radio]{
	width:18px;
	height:18px;
}
input[type=radio]:before{
	width:20px;
	height:20px;
	display:block;
	background-image:url('../img/radio_normal.png');
	content:' ';
	position:relative;
	top: -2px;
	left: -2px;
}

input[type=radio]:checked:before{
	background-image:url('../img/radio_sel.png');
}