* {
  padding: 0;
  margin: 0;
}
/* 字重 */
.fw600 {
  font-weight: 600;
}
body {
  font: initial;
}
header,
footer,
article,
section {
  display: block;
}
/* banner */
.banner-wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 300px;
  overflow: hidden;
}
.banner-wrap img {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  object-fit: cover;
}
.banner-wrap .banner-title {
  position: absolute;
  top: 100px;
  width: 1200px;
  height: 67px;
  line-height: 67px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
}
.banner-wrap .banner-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 44px;
  height: 4px;
  background: #f05a23;
}
.middle-wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #f6f6f6;
}
.middle-content {
  width: 1200px;
  margin: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

/* 面包屑 */
.breadcrumbs-wrap {
  width: 100%;
  min-width: 1200px;
  padding: 21px 0;
  background: #ffffff;
}
.breadcrumbs-wrap.out-middle {
  margin-bottom: 40px;
  padding: 0;
  line-height: 64px;
}
.breadcrumbs-wrap.out-middle .breadcrumbs-content img {
  vertical-align: text-bottom;
}
.breadcrumbs-wrap.detail {
  padding: 32px 0 26px;
  background: none;
}
.breadcrumbs-content {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  color: #565656;
}
.breadcrumbs-content span {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  color: #565656;
}
.breadcrumbs-content img {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}
.breadcrumbs-content a {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  color: #565656;
}
.breadcrumbs-content a:hover {
  text-decoration: underline;
  color: #f05a23;
}
/* 按钮效果 */

.animation-btn div {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.animation-btn div a {
  height: 100%;
  color: #f05a23;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-btn div::after {
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #ff4c00;
  transition: all 0.3s;
  content: "";
}
.animation-btn div:hover a {
  color: #fff;
}

.animation-btn div:hover::after {
  left: 0;
}

/* 大按钮 */
.large-btn {
  width: 200px;
  height: 56px;
}

.large-btn div {
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #f05a23;
  font-weight: 600;
  overflow: hidden;
  border: 2px solid #ff4c00;
  border-radius: 40px;
  box-sizing: border-box;
}

.large-btn div::after {
  border-radius: 40px;
}
.large-btn div a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/app_inc/pingan/v40/futures/images/arrows/teach-more-arrow.svg) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.large-btn div:hover a::after {
  background: url(/app_inc/pingan/v40/futures/images/arrows/teach-more-arrow_hover.svg) no-repeat;
}

.download-btn {
  width: 120px;
  height: 36px;
}
.download-btn div {
  text-align: center;
  line-height: 36px;
  font-size: 14px;

  font-weight: 600;
  overflow: hidden;

  border-radius: 28px;
  box-sizing: border-box;
}
.download-btn.download div {
  color: #f05a23;
  border: 1px solid #ff4c00;
}
.download-btn div::after {
  border-radius: 28px;
}
.download-btn.download div a {
  justify-content: flex-end;
}
.download-btn.download div a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(/app_inc/pingan/v40/futures/images/common/download-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.download-btn.download div .text {
  margin-right: 62px;
  text-align: right;
  display: block;
}
.download-btn.download div:hover a::after {
  background: url(/app_inc/pingan/v40/futures/images/common/download-icon_hover.svg) no-repeat;
}
.download-btn.normal {
  margin-left: 12px;
  background: #fff;
  border-radius: 28px;
}
.download-btn.normal.bg2 {
  background: #f6f6f6;
}
.download-btn.normal div a {
  color: #181818;
}
.download-btn.normal div:hover a,
.download-btn.normal.orange div:hover a {
  color: #fff;
}
.download-btn.normal.orange div a {
  color: #f05a23;
}
.single-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  zoom: 1;
}
