.step-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.step-list .step-item {
  height: 96px;
  width: 160px;
  margin-right: 50px;
  padding-top: 63px;
  text-align: center;
  position: relative;
}
.step-list .step-item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  width: 51px;
  height: 16px;
  background: url("../images/trade_info_detail/img_step_arrow.png") center no-repeat;
}
.step-list .step-item:last-child {
  margin-right: 0;
}
.step-list .step-item:last-child::after {
  display: none;
}
.step-list .step-item .item-name {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  height: 18px;
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.step-list .step-item .item-date {
  height: 18px;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
.step-list .step-item:nth-child(1) {
  background: url("../images/trade_info_detail/icon_step1.png") center top no-repeat;
}
.step-list .step-item:nth-child(1).current, .step-list .step-item:nth-child(1).finish {
  background: url("../images/trade_info_detail/icon_step1_h.png") center top no-repeat;
}
.step-list .step-item:nth-child(1).current::after, .step-list .step-item:nth-child(1).finish::after {
  background: url("../images/trade_info_detail/img_step_arrow_h.png") center no-repeat;
}
.step-list .step-item:nth-child(2) {
  background: url("../images/trade_info_detail/icon_step2.png") center top no-repeat;
}
.step-list .step-item:nth-child(2).current, .step-list .step-item:nth-child(2).finish {
  background: url("../images/trade_info_detail/icon_step2_h.png") center top no-repeat;
}
.step-list .step-item:nth-child(2).current::after, .step-list .step-item:nth-child(2).finish::after {
  background: url("../images/trade_info_detail/img_step_arrow_h.png") center no-repeat;
}
.step-list .step-item:nth-child(3) {
  background: url("../images/trade_info_detail/icon_step3.png") center top no-repeat;
}
.step-list .step-item:nth-child(3).current, .step-list .step-item:nth-child(3).finish {
  background: url("../images/trade_info_detail/icon_step3_h.png") center top no-repeat;
}
.step-list .step-item:nth-child(3).current::after, .step-list .step-item:nth-child(3).finish::after {
  background: url("../images/trade_info_detail/img_step_arrow_h.png") center no-repeat;
}
.step-list .step-item:nth-child(4) {
  background: url("../images/trade_info_detail/icon_step4.png") center top no-repeat;
}
.step-list .step-item:nth-child(4).current, .step-list .step-item:nth-child(4).finish {
  background: url("../images/trade_info_detail/icon_step4_h.png") center top no-repeat;
}
.step-list .step-item:nth-child(4).current::after, .step-list .step-item:nth-child(4).finish::after {
  background: url("../images/trade_info_detail/img_step_arrow_h.png") center no-repeat;
}
.step-list .step-item:nth-child(5) {
  background: url("../images/trade_info_detail/icon_step5.png") center top no-repeat;
}
.step-list .step-item:nth-child(5).current, .step-list .step-item:nth-child(5).finish {
  background: url("../images/trade_info_detail/icon_step5_h.png") center top no-repeat;
}
.step-list .step-item:nth-child(5).current::after, .step-list .step-item:nth-child(5).finish::after {
  background: url("../images/trade_info_detail/img_step_arrow_h.png") center no-repeat;
}

.tab {
  position: relative;
  padding-top: 74px;
}
.tab-hd {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 46px;
  background: -webkit-linear-gradient(top, #edf6ff 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #edf6ff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #edf6ff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #edf6ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 8px 0px rgba(110, 135, 164, 0.25);
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #ffffff;
}
.tab-hd .tab-nav {
  min-width: 164px;
  padding: 0 15px;
  border-radius: 100px 100px 100px 100px;
  height: 100%;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.tab-hd .tab-nav.current {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: -webkit-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -moz-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -o-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: linear-gradient(180deg, #1e80e2 0%, #005cb8 100%);
  box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #ffffff;
}

.result-attach-list {
  margin-bottom: 30px;
}
.result-attach-item {
  margin-bottom: 16px;
  height: 46px;
  background: -webkit-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: linear-gradient(180deg, #ecf0f9 0%, #ffffff 100%);
  box-shadow: 1px 1px 8px 0px #d8e1ea;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #fff;
}
.result-attach-item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 34px;
  padding-right: 10px;
  background: url("../images/trade_info_detail/icon_list.png") left 10px center no-repeat;
}
.result-attach-item > a .item-name {
  font-size: 16px;
  width: 529px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
}
.result-attach-item > a .item-date {
  font-size: 16px;
  color: #999999;
  display: block;
}
.result-attach-item:hover {
  background: -webkit-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: linear-gradient(180deg, #ecf0f9 0%, #ffffff 100%);
  box-shadow: 1px 1px 8px 0px #d8e1ea;
  border: 1px solid #005cb8;
}
.result-attach-item.current {
  background: -webkit-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ecf0f9 0%, #ffffff 100%);
  background: linear-gradient(180deg, #ecf0f9 0%, #ffffff 100%);
  box-shadow: 1px 1px 8px 0px #d8e1ea;
  border: 1px solid #005cb8;
}

.result-attach-item:hover a .item-name,
.result-attach-item:hover a .item-date {
  color: #005cb8;
}
.result-attach-item:last-child {
  margin-bottom: 0;
}

.big {
    font-size: 24px !important;
}

.small{
    font-size: 12px !important;
}

.article-info img{
	max-width: 100%;
}