/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


.order-form {
  width: 1000px;
  margin: 0 auto;
}
.order-form.dn {
  display: none;
}
.order-form .form-section {
  margin:0px auto;margin-bottom: 3px;
  padding: 50px 0px 10px 0px;
  background: #fff;
  width:800px; 
}
.order-form .form-section.tc {
  padding-left: 0;
  text-align: center;
}
.order-form .form-section .button {
  font-size: 16px;
  padding: 13px 30px;
  background: #434343;
  color: #fff;
  border:none;
  border-radius: 5px;
  font-family:"Microsoft YaHei"
}
.order-form .form-section .button.red {
  background: #e21001;
  margin-right: 19px;
}
.order-form .form-check {
  background: url(clientlib-common/image/login/check_off.jpg) 10px 9px no-repeat;
  line-height: 30px;
  font-size: 15px;
  text-indent: 40px;
  margin-left: 100px;
  width: 150px;
  cursor: pointer;
}
.order-form .form-check.active {
  background-image: url(clientlib-common/image/login/check_on.jpg);
}
.order-form .form-info {
  text-indent: 85px;
  background: url(clientlib-common/image/order/info.png) 10px 0px no-repeat;
  min-height: 50px;
}
.order-form .form-info p {
  padding: 0;
  color: #585858;
}
.order-form .form-info p span {
  color: #e21001;
}
.order-form .form-info p.title {
  color: #484848;
  font-weight: bold;
}
.order-form .form-field {
  padding-bottom: 30px;
  overflow: hidden;
}
.order-form .form-field.last {
  padding-bottom: 0;
}
.order-form .form-field.select {
  overflow: visible;
}
.order-form .form-field.select label {
  display: block;
  float: left;
}
.order-form .form-field.select span {
  display: block;
  float: left;
}
.order-form .form-field.select .select_box {
  margin: 0;
}
.order-form .form-field.select .select_showbox {
  width: 460px;
  background-position: 428px;
}
.order-form .form-field.select .select_option {
  width: 460px;
}
.order-form .form-field.code {
  height: 47px;
  position: relative;
}
.order-form .form-field.code img {
  height: 47px;
  position: absolute;
  top: 0;
  left: 420px;
  cursor: pointer;
}
.order-form .form-field.code span {
  padding-left: 191px;
}
.order-form .form-field label {
  line-height: 45px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #484848;
  vertical-align: top;
  float: left;
  display: block;
  width: 80px;
}
.order-form .form-field label.top {
  line-height: 15px;
}
.order-form .form-field .form-text-area {
  border: 1px solid #e4e4e4;
  width: 640px;
  height: 130px;
  font-size: 15px;
  display: block;
  float: left;
  padding: 10px;
}
.order-form .form-field .form-text-field {
  border: 1px solid #e4e4e4;
  width: 660px;
  height: 43px;
  text-indent: 10px;
  font-size: 15px;
  float: left;
  display: block;
  line-height: 43px;
}
.order-form .form-field .form-text-field.checkcode {
  width: 300px;
}
.order-form .form-field span {
  color: #e21001;
  padding-left: 10px;
  font-size: 15px;
  float: left;
  display: block;
  text-indent: 10px;
}
.order-form .form-field span.top {
  vertical-align: top;
}

