* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
}
.list-inline > li {
  display: inline;
}
.banner {
  background: url(../img/banner.png) center no-repeat;
  height: 120px;
  margin-bottom: 27px;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-muted {
  color: #999;
}
.text-red {
  color: red;
}
.text-blue {
  color: #3a8feb;
}
.tabs-title {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 15px;
}
.tabs-title > ul > li {
  display: inline-block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  min-width: 145px;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: -1px;
  position: relative;
}
.tabs-title > ul > li:hover {
  cursor: pointer;
}
.tabs-title > ul > li + li {
  margin-left: -5px;
}
.tabs-title > ul > li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background-color: #d9d9d9;
  left: -1px;
  top: 50%;
  margin-top: -17px;
  z-index: -1;
}
.tabs-title > ul > li.active {
  background-color: #e1604c;
  color: #fff;
  border-bottom: 1px solid #e1604c;
}
.head-title {
  font-size: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.head-title .icon {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #e1604c;
  display: inline-block;
  border-radius: 4px;
  margin-right: 15px;
}
.panel {
  border: 1px solid #d3e8ff;
  background-color: #fff;
  margin-bottom: 30px;
}
.panel .panel-heading {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 18px;
}
.panel .panel-heading > span {
  position: relative;
  padding-left: 15px;
}
.panel .panel-heading > span:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 3px;
  background-color: #3a8feb;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.panel .panel-body {
  padding: 15px 25px;
}
.form-control {
  border: 1px solid #cecece;
  height: 40px;
  padding: 6px 12px;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
}
.form-group {
  margin-bottom: 15px;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
}
.inline-block {
  display: inline-block;
}
.btn-search {
  display: inline-block;
  background-color: #e1604c;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  min-width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.search-group {
  margin-left: -30px;
}
.search-group > li {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.search-group .logistics {
  width: 330px;
  margin: 0 auto;
}
.search-group .search-phone {
  line-height: 2;
}
.search-group .search-phone dt {
  float: left;
  width: 160px;
  text-align: right;
}
.search-group .search-phone dd {
  margin-left: 160px;
}
.step-list > li {
  height: 36px;
  line-height: 36px;
}
.step-list > li .num {
  height: 19px;
  width: 19px;
  background-color: #7285ac;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.step-list > li .num:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #7285ac;
  left: 50%;
  top: 20px;
}
.step-list > li .title {
  padding-left: 20px;
}
.step-list > li:last-child .num:before {
  height: 0;
}
.table-form {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.table-form > tbody > tr > td {
  padding: 8px;
}
