@import url('simple-line-icons.css');
.w1200 {
  width: 1200px;
}
@media (max-width: 1200px) {
  .w1200 {
    width: 100%;
  }
}
.row {
  display: block;
}
.grid,
.main,
.side {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.red {
  color: red;
  vertical-align: middle;
}
.text-intro p {
  margin: 12px 0;
  line-height: 24px;
  font-size: 16px;
  text-indent: 2em;
}
.text-intro p a {
  margin: 0 5px;
  color: #06b;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.text-intro p a:hover {
  opacity: 0.7;
}
.info-btns [class*='btn'] {
  margin: 10px;
  transition: 0.3s;
}
.t1 {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px;
}
.t1 b {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  font-size: 18px;
}
.t1 b:before {
  right: 100%;
  margin-right: 20px;
}
.t1 b::after {
  left: 100%;
  margin-left: 20px;
}
.t1 b:before,
.t1 b::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 0;
  border-bottom: 1px solid #ddd;
}
.t3 {
  position: relative;
  border-bottom: 1px dotted #ddd;
  padding: 12px 15px;
  line-height: 16px;
}
.t3 b {
  display: inline-block;
  margin-left: -15px;
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  border-left: 8px solid #2d8fff;
}
.forms input[type='radio'],
.forms input[type='checkbox'] {
  appearance: auto;
}
.forms .control-label {
  font-size: 16px;
}
.forms .form-control {
  padding: 6px;
  height: 38px;
}
.forms .input-group-addon img {
  display: block;
  height: 34px;
  margin: -6px -12px;
}
.info-detail {
  font-size: 16px;
  line-height: 2;
}
.info-detail .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
