@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: '微软雅黑';
  font-weight: normal;
  font-size: 14px;
  background: #f5f5f5;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
input,
button {
  outline: none;
  border: 0;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .center {
    width: 80%;
  }
}
.bg-fff {
  background-color: #fff !important;
}
.bg-f7 {
  background-color: #f7f7f7 !important;
}
.bg-f5 {
  background-color: #f5f5f5 !important;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
}
#bread {
  position: relative;
}
.order {
  padding-bottom: 50px;
}
.form .td-el-input {
  text-align: center;
}
.form .td-el-input input {
  width: 70%;
  display: inline-block;
}
.form * {
  box-sizing: border-box;
}
.form .center {
  padding: 25px 40px;
}
.form h3 {
  font-weight: normal;
  line-height: 52px;
  text-align: left;
  font-size: 24px;
  color: #666666;
}
.form table {
  border-top: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  text-align: center;
  width: 100%;
}
.form table th {
  background: #f3f9fd;
  font-size: 14px;
  font-weight: bold;
  width: 33.3%;
}
.form table td {
  font-size: 16px;
  color: #666666;
}
.form table th,
.form table td {
  line-height: 60px;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.coupons {
  line-height: 36px;
  text-align: right;
}
.coupons select {
  border: solid 1px #ccc;
  height: 28px;
  line-height: 28px;
  outline: none;
}
.price {
  float: right;
  width: 560px;
  margin: 15px 0;
}
.price h3 {
  font-size: 18px;
  color: #666;
  text-align: right;
  line-height: 54px;
  font-weight: normal;
  margin-left: 20px;
}
.price h3 b {
  font-weight: bold;
  color: #e2383a;
  font-size: 18px;
}
.price .price-btn {
  display: block;
  width: 180px;
  height: 36px;
  line-height: 34px;
  padding: 0;
  background: #dd2726;
  border-radius: 4px;
  text-align: center;
  float: right;
  border: solid 1px #e2383a;
}
.price .price-btn span {
  color: #fff;
  font-size: 16px;
}
.price .price-btn:link {
  background: #e2383a;
  color: #fff;
  border-color: #e2383a;
  box-shadow: 0;
}
.price .price-btn:focus {
  background: #e2383a;
  color: #666666;
  border-color: #e2383a;
  box-shadow: 0;
}
.price .price-btn:hover {
  background: #e2383a;
  color: #fff;
  box-shadow: 0;
  border-color: #e2383a;
}
.price .price-btn:hover span {
  color: #fff;
}
.price .price-btn:visited {
  background: #e2383a;
  color: #fff;
  border-color: #e2383a;
  box-shadow: 0;
}
.price .price-btn:active {
  background: #e2383a;
  color: #fff;
  box-shadow: 0;
  border-color: #e2383a;
}
