.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%;
}

.article-info{
	position: relative;
	min-height: 200px;
}
.chain {
    position: absolute;
    right: 70px;
    top: -165px;
    width: 99px;
z-index: 10000;}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("../images/subPage/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("../images/subPage/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}