.main {
  min-height: 680px;
}

.chargeWrap {
  margin-top: 75px;
}

.chargeWrap li {
  float: left;
}

.chargeWrap .chargeway {
  text-align: center;
  line-height: 40px;
  width: 195px;
  position: absolute;
  height: 100px;
  /*top: 60px;*/
  top: 0;
  left: 0;
}

.chargeTab {
  width: 195px;
  height: 55px;
  line-height: 55px;
  /*position: absolute;*/
  cursor: pointer;
}

.chargeTab img {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.chargeway .active {
  border: 1px solid #f0f0f0;
  border-right: 1px solid #fff;
  /*border-right: none;*/
}

.chargeWrap .charge {
  border: 1px solid #f0f0f0;
  height: 604px;
  width: 1002px;
  margin-left: 194px;
}

.charge form {
  margin-top: 30px;
  margin-left: 206px;
}

.charge .formitem {
  margin-bottom: 28px;
  height: 32px;
}

.formitem span {
  margin-right: 30px;
  line-height: 32px;
}

.formitem input[type="text"] {
  width: 200px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #c9c5c4;
  color: #666;
  line-height: 32px;
  padding-left: 10px;
  display: inline-block;
}

.formitem input[type="radio"] {
  vertical-align: middle;
  margin-right: 10px;
}

.chargeSelect {
  width: 200px;
  height: 32px;
  border: 1px solid #c9c5c4;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
select {
/* appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;

 background: url("../i/select.png") no-repeat scroll right center transparent;
 margin-right: 14px;*/
}
/*.rectangle{
  position: absolute;
  left: 686px;
  top: 224px;
}
.rectangle2{
  position: absolute;
  left: 686px;
  top: 284px;
}*/
select::-ms-expand { display: none; }
.code img {
  width: 87px;
  height: 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.code a {
  color: #0090ff;
}

.chargeType input[type="text"] {
  width: 80px;
  margin-right: 10px;
}

.code input[type="text"] {
  width: 100px;
}

.btn-confirm {
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ff8728;
  margin-left: 100px;
}

#chargeWay2 {
  display: none;
}
