/*
* @Author: itw_liting02
* @Date:   2018-05-22 11:20:03
* @Last Modified by:   itw_liting02
* @Last Modified time: 2018-05-29 17:43:18
*/

input {
  padding-left: 10px;
}
.main {
  background-color: #f5f5f5;
}
.main > div {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.buycode {
  width: 1000px;
  height: 709px;
  float: left;
  color: #666;
  font-size: 16px;
  background-color: #ffffff;
}
.buycode h5 {
  padding: 22px 45px 15px 23px;
  overflow: hidden;
}
.buycode h5 span {
  float: left;
  line-height: 28px;
  font-size: 14px;
}
.buycode h5 .tit {
  padding: 0 33px 0 40px;
  color: #666;
  background: url(../../img/group/buycode.png) no-repeat left top;
}
.buycode h5 .is-setup {
  color: #999;
  font-weight: normal;
}
.buycode h5 .modify-btn {
  float: right;
  padding: 0 0 0 23px;
  color: #ff5400;
  font-weight: normal;
  background: url(../../img/group/modify.jpg) no-repeat left center;
  cursor: pointer;
}
.buyinfo {
  margin: 0 45px 15px 23px;
  padding: 28px 50px;
  border: 1px dashed #f0f0f0;
  background-color: #f9fafc;
}
.buyinfo ul li {
  line-height: 48px;
}
.buyinfo ul li input {
  width: 244px;
  height: 30px;
  line-height: 30px;
}
.buyinfo ul li .line-tit {
  width: 80px;
  display: inline-block;
  text-align: right;
}
.btn-box {
  margin-top: 15px;
  text-align: center;
}
.btn-box .btn {
  width: 280px;
  height: 41px;
  line-height: 41px;
  background: url(../../img/group/btn280.jpg) no-repeat left top;
}
.btn.diabled-btn {
  background: #ccc;
}
.line-txt {
  display: inline-block;
  min-width: 122px;
}
.btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: url(../../img/group/btn.jpg) no-repeat left top;
  cursor: pointer;
}
.mr30 {
  margin-right: 30px;
}
.promptWord {
  width: 400px;
  line-height: 1.5;
  font-size: 14px;
  color: #ff9663;
}
.active {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 30px;
  background: url(//static.tkpension.com/tkpmall/imgs/icon/radio_check.png);
}
.noactive {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 30px;
  background: url(//static.tkpension.com/tkpmall/imgs/icon/radio_nocheck.jpg);
}
.footer-top {
  height: 50px;
  background: #f5f5f5;
}
