* {
  margin: 0;
  padding: 0;
}

.w960 {
  clear: both;
}

.w960 form {
  padding-top: 0 !important;
}

.item-main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 8px;
}

.main-title {
  height: 25px;
  margin-bottom: 30px;
}

.top-img {
  width: 1903px;
  margin-bottom: 20px;
}

.breadcream {
  height: 25px;
  width: 4px;
  border-radius: 2px;
  background-color: #ee5043;
  float: left;
  margin-right: 12px;
}

.title {
  color: #ee5043;
  font-size: 26px;
  line-height: 25px;
}

.box-table {
  width: 1200px;
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
  color: #777777;
  font-size: 18px;
}

.box-table tr {
  height: 70px;
}

.box-table td {
  border-top: 1px dashed #ebebeb;
}

tr:nth-child(2) td {
  border-top: 2px solid #ebebeb;
}

.box-table .th {
  text-align: center;
  border-bottom: 2px solid #ebebeb;
}

.box-table .td {
  text-align: center;
  font-weight: 300;
}

.btn-top1,
.btn-top2,
.btn-top3,
.btn-top4 {
  width: 0;
  height: 0;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
  overflow: hidden;
  outline: none;
  background-color: #fff;
  position: relative;
  top: 1px;
  left: -17px;
}

.btn-bottom1,
.btn-bottom2,
.btn-bottom3,
.btn-bottom4 {
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #777 transparent;
  overflow: hidden;
  outline: none;
  background-color: #fff;
  position: relative;
  top: -14px;
  top: -8px\9;
}


.btn1 {
  display: inline-block;
  width: 56px;
  height: 30px;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
  background: -webkit-linear-gradient(left, #fd513c, #ff0c58);
  background: -o-linear-gradient(right, #fd513c, #ff0c58);
  background: -moz-linear-gradient(right, #fd513c, #ff0c58);
  background: linear-gradient(to right, #fd513c, #ff0c58);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fd513c, endColorstr=#ff0c58);
  outline: none;
  vertical-align: top;
}

.btn2 {
  display: inline-block;
  width: 56px;
  height: 30px;
  color: #ee5043;
  font-size: 18px;
  line-height: 26px;
  border-radius: 6px;
  outline: none;
  background-color: #fff;
  border: 2px solid #ee5043;
  box-sizing: border-box;
  font-family: 微软雅黑, 宋体;
}

.disable1 {
  background-color: #ccc;
  display: inline-block;
  width: 56px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 6px;
  outline: none;
  border: none;
  pointer-events: none;
}

.disable2 {
  color: #ccc;
  display: inline-block;
  width: 56px;
  height: 30px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 6px;
  outline: none;
  background-color: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
  pointer-events: none;
}

.main-info {
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 16px;
}

a:hover {
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.btn1:hover {
  color: #fff;
}

.btn2:hover {
  color: #ee5043;
}

.btn-bottom1{
  border-color:  transparent transparent #ee5043 transparent;
}