@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #ccc;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "PingFang SC", "Microsoft YaHei";
  background: #ffffff;
}
.hide {
  display: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
@font-face {
  font-family: OPPOSans;
  src: url('../font/OPPOSans-M.ttf');
}
.fade-in-up {
  animation: fade-in-up 1.5s ease 1;
  -webkit-animation: fade-in-up 1.5s ease 1;
}
.fade-in-up-two {
  animation: fade-in-up 2.5s ease 1;
  -webkit-animation: fade-in-up 2.5s ease 1;
}
html,
body {
  min-width: 1400px;
}
aside {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 5;
}
aside .to_top {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
aside .follow_wx {
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
aside .follow_wx:hover .follow_box {
  display: block;
}
aside .follow_wx .follow_box {
  width: 240px;
  height: 255px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 30px 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 58px;
  display: none;
}
aside .follow_wx .follow_box h4 {
  font-size: 16px;
  line-height: 22px;
  color: #433834;
  text-align: center;
  font-weight: normal;
}
aside .follow_wx .follow_box p {
  font-size: 12px;
  line-height: 17px;
  color: #433834;
  margin-top: 2px;
  text-align: center;
}
aside .follow_wx .follow_box .qr {
  width: 140px;
  height: 140px;
  margin: 16px auto 0;
}
aside .follow_wx .follow_box .qr img {
  width: 100%;
}
header {
  height: 80px;
  position: relative;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .search_line {
  width: 100%;
  height: 168px;
  background: url("../images/bg_search.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  padding-top: 64px;
  box-sizing: border-box;
}
header .search_line.show {
  display: flex;
}
header .search_line form {
  width: 752px;
  height: 48px;
  border: 1px solid #ce3029;
  border-radius: 6px;
  padding: 13px 40px 13px 68px;
  box-sizing: border-box;
  position: relative;
}
header .search_line form::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ico/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .search_line form input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #383535;
}
header .search_line .search_btn {
  width: 120px;
  height: 48px;
  background: #ce3029;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
header .search_line .close_btn {
  width: 24px;
  height: 24px;
  background: url('../images/close.png') center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: 416px;
  cursor: pointer;
}
header > a {
  font-size: 0;
}
header > a img {
  width: 100%;
  max-height: 64px;
}
header nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 12px;
  position: relative;
}
header nav::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(56, 53, 53, 0.06);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header nav .nav {
  width: 120px;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #383535;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header nav .nav a {
  color: #383535;
}
header nav .nav::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ce3029;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
header nav .nav.cur,
header nav .nav:hover {
  font-weight: bold;
  color: #ce3029;
}
header nav .nav.cur::after,
header nav .nav:hover::after {
  width: 100%;
}
header nav .nav.cur a,
header nav .nav:hover a {
  color: #ce3029;
}
header .search {
  width: 32px;
  height: 32px;
  background: url("../images/ico/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  background-size: 20px 20px;
  background-position: center center;
  cursor: pointer;
  margin-left: 16px;
  background-color: rgba(229, 0, 20, 0.04);
  border-radius: 16px;
}
header .wza_btn {
  min-width: 76px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ce3029;
  background-color: rgba(229, 0, 20, 0.04);
  padding: 8px;
  border-radius: 16px;
  cursor: pointer;
  margin-left: 16px;
}
footer {
  height: 270px;
  background: #383838;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .w {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w .l .footer-logo {
  width: 183px;
}
footer .w .l .footer-logo img {
  width: 100%;
}
footer .w .l .addr {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
}
footer .w .l .banquan {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}
footer .w .r {
  width: 120px;
}
footer .w .r img {
  width: 120px;
}
footer .w .r p {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-top: 8px;
}
.to_top {
  width: 40px;
  height: 40px;
  background: url("../images/to_top.png") center center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 20%;
  right: 20px;
  cursor: pointer;
  z-index: 40;
}
.news_list_style {
  font-size: 16px;
  line-height: 24px;
}
.news_list_style a {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list_style a:hover {
  background: linear-gradient(110.85deg, #fff2f3 0%, #fff9f3 46.63%, #ffffff 100%);
}
.news_list_style a p.title {
  width: calc(100% - 160px);
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list_style a p.date {
  width: 120px;
  text-align: right;
  color: rgba(56, 53, 53, 0.6);
}
.wrap {
  margin: 0 auto;
  background: url("../images/bg.jpg") center top no-repeat;
  background-size: 100% auto;
  background-color: #f6f1f1;
  padding-bottom: 200px;
}
.wrap .w {
  width: 1400px;
  margin: 0 auto;
  padding-top: 1px;
  margin-top: -1px;
  box-sizing: border-box;
}
.wrap .bread_crumb {
  margin-top: 24px;
}
.wrap .bread_crumb span,
.wrap .bread_crumb a {
  font-size: 14px;
  line-height: 22px;
  color: rgba(56, 53, 53, 0.4);
  margin-right: 4px;
}
.wrap .bread_crumb span:last-child,
.wrap .bread_crumb a:last-child {
  color: rgba(56, 53, 53, 0.9);
}
.wrap.wrap_main .banner_s {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}
.wrap.wrap_main .banner_s::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 40.24%, rgba(0, 0, 0, 0) 100%);
}
.wrap.wrap_main .banner_s .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap.wrap_main .banner_s .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap.wrap_main .banner_s .banner_pagi {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.wrap.wrap_main .banner_s .banner_pagi .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  margin: 0 8px;
}
.wrap.wrap_main .banner_s .banner_pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  background-color: #fff;
}
.wrap.wrap_main .item {
  padding-top: 1px;
  margin-top: -1px;
  box-sizing: border-box;
}
.wrap.wrap_main .item .w {
  width: 1400px;
  margin: 0 auto;
}
.wrap.wrap_main .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.wrap.wrap_main .item .tit h4 {
  height: 52px;
  position: relative;
  padding: 10px 0 0 16px;
  box-sizing: border-box;
  user-select: none;
}
.wrap.wrap_main .item .tit h4::before {
  content: "";
  width: 48px;
  height: 52px;
  background: url("../images/tit_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap.wrap_main .item .tit h4 span {
  font-weight: 500;
  font-size: 24px;
  color: #ce3029;
}
.wrap.wrap_main .item .tit .view_more {
  font-size: 16px;
  line-height: 20px;
  color: #ce3029;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_main .item .tit .view_more::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ico/ico_enter.png") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}
.wrap.wrap_main .item2 .item2_box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.wrap.wrap_main .item2 .item2_box li {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  height: 216px;
  border-radius: 6px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.wrap.wrap_main .item2 .item2_box li:nth-child(3n) {
  margin-right: 0;
}
.wrap.wrap_main .item2 .item2_box li:nth-child(3n) a .benchmark .tip {
  left: -140px;
}
.wrap.wrap_main .item2 .item2_box li:nth-child(3n) a .benchmark .tip::before {
  left: 80%;
}
.wrap.wrap_main .item2 .item2_box li:hover {
  background: url("../images/bg_item2.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_main .item2 .item2_box li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.wrap.wrap_main .item2 .item2_box li a .fundcode {
  width: fit-content;
  font-size: 12px;
  line-height: 21px;
  padding: 0 6px;
  color: rgba(56, 53, 53, 0.8);
  background: rgba(229, 0, 20, 0.04);
  box-sizing: border-box;
}
.wrap.wrap_main .item2 .item2_box li a h4 {
  width: 100%;
  min-width: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #383535;
  box-sizing: border-box;
}
.wrap.wrap_main .item2 .item2_box li a .inc {
  width: fit-content;
  font-size: 24px;
  line-height: 32px;
  color: #d1160c;
  margin-top: 16px;
}
.wrap.wrap_main .item2 .item2_box li a .date {
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  color: #383535;
  margin-top: 8px;
}
.wrap.wrap_main .item2 .item2_box li a .line {
  width: 100%;
  height: 1px;
  background: rgba(56, 53, 53, 0.06);
  margin-top: 8px;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #383535;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark i {
  width: 16px;
  height: 16px;
  margin: 2px;
  background: url("../images/ico/ico_tip.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark i:hover .tip {
  display: block;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark i .tip {
  width: 480px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  color: rgba(56, 53, 53, 0.6);
  position: absolute;
  top: 16px;
  left: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 8px 0px rgba(0, 58, 143, 0.16);
  -webkit-transform: translate(-240px, 0);
  -moz-transform: translate(-240px, 0);
  -ms-transform: translate(-240px, 0);
  -o-transform: translate(-240px, 0);
  transform: translate(-240px, 0);
  font-style: normal;
  text-align: left;
  display: none;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark i .tip:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  top: -3px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.wrap.wrap_main .item2 .item2_box li a .benchmark span {
  color: rgba(56, 53, 53, 0.6);
  padding-right: 5px;
}
.wrap.wrap_main .item3 .item3_box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.wrap.wrap_main .item3 .item3_box li {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  height: 470px;
  border-radius: 6px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 16px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.wrap.wrap_main .item3 .item3_box li:hover img {
  opacity: 0;
}
.wrap.wrap_main .item3 .item3_box li:last-child {
  margin-right: 0;
}
.wrap.wrap_main .item3 .item3_box li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.wrap.wrap_main .item3 .item3_box li > div {
  width: 100%;
  height: 100%;
  padding-top: 98px;
  background: url("../images/img_cptx5.jpg") center center no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.wrap.wrap_main .item3 .item3_box li > div h4 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.wrap.wrap_main .item3 .item3_box li > div p {
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.wrap.wrap_main .item4 {
  margin-top: 40px;
}
.wrap.wrap_main .item4 .item4_box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.wrap.wrap_main .item4 .item4_box > li {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  height: 607px;
  border-radius: 6px;
  background: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.wrap.wrap_main .item4 .item4_box > li:nth-child(3n) {
  margin-right: 0;
}
.wrap.wrap_main .item4 .item4_box > li.li1 .li_head {
  background: url("../images/bg_cptx1.jpg") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.wrap.wrap_main .item4 .item4_box > li.li2 .li_head {
  background: url("../images/bg_cptx2.jpg") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.wrap.wrap_main .item4 .item4_box > li.li3 .li_head {
  background: url("../images/bg_cptx3.jpg") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.wrap.wrap_main .item4 .item4_box > li .li_head {
  width: 100%;
  height: 162px;
  position: relative;
}
.wrap.wrap_main .item4 .item4_box > li .li_head h4 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 16px;
  color: #ce3029;
  padding: 8px 0 5px 12px;
}
.wrap.wrap_main .item4 .item4_box > li .li_head h4::before {
  content: "";
  width: 32px;
  height: 35px;
  background: url("../images/tit_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap.wrap_main .item4 .item4_box > li .newslist li {
  height: 77px;
  padding: 0 16px;
  box-sizing: border-box;
}
.wrap.wrap_main .item4 .item4_box > li .newslist li a {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
  display: block;
  padding: 16px 0;
  box-sizing: border-box;
}
.wrap.wrap_main .item4 .item4_box > li .newslist li a .title {
  font-size: 14px;
  line-height: 20px;
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_main .item4 .item4_box > li .newslist li a .date {
  font-size: 12px;
  line-height: 17px;
  color: rgba(56, 53, 53, 0.6);
  margin-top: 8px;
}
.wrap.wrap_main .item4 .item4_box > li .view_more {
  width: fit-content;
  margin: 16px auto 0;
  font-size: 12px;
  color: #ce3029;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_main .item4 .item4_box > li .view_more::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ico/ico_enter.png") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}
.wrap.wrap_product .filters {
  padding: 16px 26px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  margin-top: 16px;
}
.wrap.wrap_product .filters .filter_line {
  height: 60px;
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wrap.wrap_product .filters .filter_line > p {
  color: rgba(56, 53, 53, 0.8);
  padding: 20px 0;
  margin-right: 8px;
}
.wrap.wrap_product .filters .filter_line ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.wrap.wrap_product .filters .filter_line ul li {
  min-width: 112px;
  padding: 10px 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  color: #383535;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.wrap.wrap_product .filters .filter_line ul li.cur,
.wrap.wrap_product .filters .filter_line ul li:hover {
  color: #ce3029;
}
.wrap.wrap_product .fund_types {
  height: 60px;
  text-align: center;
  margin: 16px auto 0;
  background: rgba(255, 255, 255, 0.4);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_product .fund_types li {
  width: 50%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 60px;
  color: rgba(56, 53, 53, 0.6);
  position: relative;
  cursor: pointer;
}
.wrap.wrap_product .fund_types li:nth-child(1) {
  margin-right: 40px;
  border-top-left-radius: 6px;
}
.wrap.wrap_product .fund_types li:nth-child(2) {
  border-top-right-radius: 6px;
}
.wrap.wrap_product .fund_types li.cur {
  color: #383535;
  background-color: #fff;
}
.wrap.wrap_product .fund_types li.cur:nth-child(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 60px solid transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -19px;
}
.wrap.wrap_product .fund_types li.cur:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 60px solid transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -19px;
}
.wrap.wrap_product .fund_list,
.wrap.wrap_product .huobi_list {
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 16px 24px;
  box-sizing: border-box;
  display: none;
}
.wrap.wrap_product .fund_list.cur,
.wrap.wrap_product .huobi_list.cur {
  display: block;
}
.wrap.wrap_product .fund_list .sort_line,
.wrap.wrap_product .huobi_list .sort_line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrap.wrap_product .fund_list .sort_line .sort_btn,
.wrap.wrap_product .huobi_list .sort_line .sort_btn {
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #383535;
  padding: 6px 16px;
  cursor: pointer;
}
.wrap.wrap_product .fund_list .sort_line .sort_btn[data-val="0"]::after,
.wrap.wrap_product .huobi_list .sort_line .sort_btn[data-val="0"]::after {
  background: url("../images/ico/ico_sort1.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_product .fund_list .sort_line .sort_btn[data-val="1"]::after,
.wrap.wrap_product .huobi_list .sort_line .sort_btn[data-val="1"]::after {
  background: url("../images/ico/ico_sort2.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_product .fund_list .sort_line .sort_btn[data-val="2"]::after,
.wrap.wrap_product .huobi_list .sort_line .sort_btn[data-val="2"]::after {
  background: url("../images/ico/ico_sort3.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_product .fund_list .sort_line .sort_btn::after,
.wrap.wrap_product .huobi_list .sort_line .sort_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/ico/ico_sort1.png") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}
.wrap.wrap_product .fund_list > ul,
.wrap.wrap_product .huobi_list > ul {
  margin-top: 16px;
}
.wrap.wrap_product .fund_list > ul li,
.wrap.wrap_product .huobi_list > ul li {
  height: 210px;
  padding: 40px;
  border: 1px solid rgba(56, 53, 53, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
.wrap.wrap_product .fund_list > ul li:hover,
.wrap.wrap_product .huobi_list > ul li:hover {
  background: url("../images/bg_fund.png") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.wrap.wrap_product .fund_list > ul li:hover::after,
.wrap.wrap_product .huobi_list > ul li:hover::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url("../images/bg_fund_after.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  right: 12px;
  pointer-events: none;
}
.wrap.wrap_product .fund_list > ul li a,
.wrap.wrap_product .huobi_list > ul li a {
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wrap.wrap_product .fund_list > ul li a h4,
.wrap.wrap_product .huobi_list > ul li a h4 {
  font-size: 24px;
  line-height: 34px;
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_product .fund_list > ul li a span,
.wrap.wrap_product .huobi_list > ul li a span {
  font-size: 12px;
  line-height: 22px;
  color: rgba(56, 53, 53, 0.8);
  background: rgba(229, 0, 20, 0.04);
  padding: 0 4px;
  margin-left: 16px;
  flex-shrink: 0;
}
.wrap.wrap_product .fund_list > ul li .fundmess,
.wrap.wrap_product .huobi_list > ul li .fundmess {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.wrap.wrap_product .fund_list > ul li .fundmess > div,
.wrap.wrap_product .huobi_list > ul li .fundmess > div {
  flex: 1;
  text-align: center;
}
.wrap.wrap_product .fund_list > ul li .fundmess > div:nth-child(1),
.wrap.wrap_product .huobi_list > ul li .fundmess > div:nth-child(1) {
  text-align: left;
}
.wrap.wrap_product .fund_list > ul li .fundmess > div:last-child,
.wrap.wrap_product .huobi_list > ul li .fundmess > div:last-child {
  text-align: right;
}
.wrap.wrap_product .fund_list > ul li .fundmess > div p:nth-child(1),
.wrap.wrap_product .huobi_list > ul li .fundmess > div p:nth-child(1) {
  font-size: 12px;
  line-height: 18px;
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_product .fund_list > ul li .fundmess > div p:nth-child(2),
.wrap.wrap_product .huobi_list > ul li .fundmess > div p:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  margin-top: 8px;
}
.wrap.wrap_pi .fund_top_mess {
  height: 250px;
  background: url("../images/bg_pi_header.png") no-repeat;
  background-color: #fff;
  background-position: bottom center;
  background-size: 100% 160px;
  padding: 60px 80px;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  margin-top: 16px;
}
.wrap.wrap_pi .fund_top_mess a {
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wrap.wrap_pi .fund_top_mess a h4 {
  font-size: 24px;
  line-height: 34px;
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_pi .fund_top_mess a span {
  font-size: 16px;
  line-height: 22px;
  color: rgba(56, 53, 53, 0.8);
  background: rgba(229, 0, 20, 0.04);
  padding: 2px 6px;
  margin-left: 16px;
  flex-shrink: 0;
}
.wrap.wrap_pi .fund_top_mess .line {
  width: 100%;
  height: 1px;
  background-color: rgba(56, 53, 53, 0.06);
  margin-top: 24px;
}
.wrap.wrap_pi .fund_top_mess .fundmess {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.wrap.wrap_pi .fund_top_mess .fundmess > div {
  flex: 1;
  text-align: left;
}
.wrap.wrap_pi .fund_top_mess .fundmess > div p:nth-child(1) {
  font-size: 12px;
  line-height: 18px;
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .fund_top_mess .fundmess > div p:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  margin-top: 8px;
}
.wrap.wrap_pi .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
.wrap.wrap_pi .main .l {
  width: calc(100% - 176px);
  min-height: 1000px;
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.wrap.wrap_pi .main .l h3 {
  height: 64px;
  position: relative;
  padding: 18px 0 0 12px;
  box-sizing: border-box;
  user-select: none;
  margin-top: 24px;
  border-bottom: 1px solid #ce3029;
}
.wrap.wrap_pi .main .l h3::before {
  content: "";
  width: 32px;
  height: 35px;
  background: url("../images/tit_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
.wrap.wrap_pi .main .l h3 span {
  font-weight: 500;
  font-size: 16px;
  color: #ce3029;
}
.wrap.wrap_pi .main .l .base_mess {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 0 16px;
}
.wrap.wrap_pi .main .l .base_mess p {
  width: calc(50% - 40px);
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  margin-bottom: 24px;
}
.wrap.wrap_pi .main .l .base_mess p:nth-child(odd) {
  margin-right: 80px;
}
.wrap.wrap_pi .main .l .base_mess p span {
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .main .l .fund_netValue {
  padding: 16px;
  box-sizing: border-box;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker p {
  width: 80px;
  font-size: 16px;
  line-height: 22px;
  color: #383535;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker .inputbox {
  width: calc((100% - 224px) / 2);
  height: 40px;
  border: 1px solid rgba(56, 53, 53, 0.2);
  padding: 4px 30px 4px 4px;
  box-sizing: border-box;
  position: relative;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker .inputbox::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/ico/ico_schedule.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker .inputbox input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #383535;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_datepicker .chart_btn {
  width: 120px;
  height: 40px;
  background-color: #ce3029;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.wrap.wrap_pi .main .l .fund_netValue .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
  margin: 24px auto 0;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_netValue_tab {
  border-bottom: 1px solid rgba(56, 53, 53, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_netValue_tab li {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  padding: 13px 24px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_netValue_tab li::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ce3029;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_netValue_tab li:hover::after,
.wrap.wrap_pi .main .l .fund_netValue .chart_netValue_tab li.cur::after {
  width: 102px;
}
.wrap.wrap_pi .main .l .fund_netValue #fundChart {
  width: 100%;
  height: 500px;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_date_tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_date_tab li {
  font-size: 16px;
  line-height: 22px;
  padding: 8px 24px;
  color: #383535;
  border-radius: 6px;
  cursor: pointer;
}
.wrap.wrap_pi .main .l .fund_netValue .chart_date_tab li.cur,
.wrap.wrap_pi .main .l .fund_netValue .chart_date_tab li:hover {
  background: #ce3029;
  color: #fff;
}
.wrap.wrap_pi .main .l .fund_netValue .lsjz_box table {
  width: 100%;
}
.wrap.wrap_pi .main .l .fund_netValue .lsjz_box table thead th {
  font-size: 16px;
  line-height: 22px;
  color: rgba(56, 53, 53, 0.6);
  padding: 13px;
  background: rgba(56, 53, 53, 0.04);
  text-align: center;
}
.wrap.wrap_pi .main .l .fund_netValue .lsjz_box table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  padding: 13px;
  text-align: center;
}
.wrap.wrap_pi .main .l .past_performance .tit {
  height: 54px;
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.wrap.wrap_pi .main .l .past_performance .tit::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e50014;
  border-radius: 50%;
  margin-right: 8px;
}
.wrap.wrap_pi .main .l .past_performance .tit span {
  color: rgba(56, 53, 53, 0.6);
  margin-left: 16px;
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs {
  width: 100%;
  border-collapse: collapse;
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr td,
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr th {
  border-top: 1px solid rgba(56, 53, 53, 0.06);
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr td:nth-child(1),
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr th:nth-child(1) {
  border-left: 1px solid rgba(56, 53, 53, 0.06);
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr td:last-child,
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr th:last-child {
  border-right: 1px solid rgba(56, 53, 53, 0.06);
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr th {
  width: 20%;
  font-size: 16px;
  line-height: 22px;
  padding: 13px;
  text-align: center;
  background: rgba(56, 53, 53, 0.04);
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .main .l .past_performance #gwyjzs tr td {
  font-size: 16px;
  line-height: 22px;
  padding: 13px;
  text-align: center;
  color: #383535;
}
.wrap.wrap_pi .main .l .past_performance #nhsyl {
  width: 100%;
  border-collapse: collapse;
}
.wrap.wrap_pi .main .l .past_performance #nhsyl tr td,
.wrap.wrap_pi .main .l .past_performance #nhsyl tr th {
  border: 1px solid rgba(56, 53, 53, 0.06);
}
.wrap.wrap_pi .main .l .past_performance #nhsyl tr th {
  font-size: 16px;
  line-height: 22px;
  padding: 25px;
  text-align: center;
  background: rgba(56, 53, 53, 0.04);
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .main .l .past_performance #nhsyl tr td {
  font-size: 16px;
  line-height: 22px;
  padding: 25px;
  text-align: center;
  color: #383535;
}
.wrap.wrap_pi .main .l .past_performance #nhsyl tr td:nth-child(1) {
  background: rgba(56, 53, 53, 0.04);
}
.wrap.wrap_pi .main .l .past_performance .tip1 {
  font-size: 12px;
  line-height: 17px;
  color: rgba(56, 53, 53, 0.6);
  padding: 8px 16px;
  border: 1px solid rgba(56, 53, 53, 0.06);
  border-radius: 6px;
}
.wrap.wrap_pi .main .l .past_performance .tip2 {
  font-size: 12px;
  line-height: 20px;
  color: rgba(56, 53, 53, 0.6);
  margin-top: 16px;
}
.wrap.wrap_pi .main .l .product_manual {
  margin-top: 16px;
}
.wrap.wrap_pi .main .l .product_manual .product_manual_list li {
  font-size: 16px;
  line-height: 24px;
}
.wrap.wrap_pi .main .l .product_manual .product_manual_list li a {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap.wrap_pi .main .l .product_manual .product_manual_list li a:hover {
  background: linear-gradient(110.85deg, #fff2f3 0%, #fff9f3 46.63%, #ffffff 100%);
}
.wrap.wrap_pi .main .l .product_manual .product_manual_list li a p.title {
  width: calc(100% - 160px);
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_pi .main .l .product_manual .product_manual_list li a p.date {
  width: 120px;
  text-align: right;
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .main .l .product_notice .product_notice_tab {
  border-bottom: 1px solid rgba(56, 53, 53, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}
.wrap.wrap_pi .main .l .product_notice .product_notice_tab li {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  padding: 13px 24px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.wrap.wrap_pi .main .l .product_notice .product_notice_tab li::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ce3029;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wrap.wrap_pi .main .l .product_notice .product_notice_tab li:hover::after,
.wrap.wrap_pi .main .l .product_notice .product_notice_tab li.cur::after {
  width: 102px;
}
.wrap.wrap_pi .main .l .product_notice #cpggbox li {
  font-size: 16px;
  line-height: 24px;
}
.wrap.wrap_pi .main .l .product_notice #cpggbox li a {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap.wrap_pi .main .l .product_notice #cpggbox li a:hover {
  background: linear-gradient(110.85deg, #fff2f3 0%, #fff9f3 46.63%, #ffffff 100%);
}
.wrap.wrap_pi .main .l .product_notice #cpggbox li a p.title {
  width: calc(100% - 160px);
  color: #383535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_pi .main .l .product_notice #cpggbox li a p.date {
  width: 120px;
  text-align: right;
  color: rgba(56, 53, 53, 0.6);
}
.wrap.wrap_pi .main .right_nav {
  width: 160px;
  margin-left: 16px;
  position: relative;
}
.wrap.wrap_pi .main .right_nav.pof ul {
  position: fixed;
  top: 96px;
}
.wrap.wrap_pi .main .right_nav ul {
  width: 160px;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.wrap.wrap_pi .main .right_nav ul li {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  padding: 24px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
  position: relative;
}
.wrap.wrap_pi .main .right_nav ul li:last-child {
  border-bottom: none;
}
.wrap.wrap_pi .main .right_nav ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #383535;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap.wrap_pi .main .right_nav ul li::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ce3029;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wrap.wrap_pi .main .right_nav ul li p {
  width: 92px;
  text-align: center;
}
.wrap.wrap_pi .main .right_nav ul li:hover,
.wrap.wrap_pi .main .right_nav ul li.cur {
  color: #e50014;
}
.wrap.wrap_pi .main .right_nav ul li:hover::before,
.wrap.wrap_pi .main .right_nav ul li.cur::before {
  background-color: #e50014;
}
.wrap.wrap_pi .main .right_nav ul li:hover::after,
.wrap.wrap_pi .main .right_nav ul li.cur::after {
  width: 100%;
}
.wrap.wrap_search {
  background: #fff;
}
.wrap.wrap_search .search_box {
  height: 198px;
  background: url("../images/bg_search.jpg") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.wrap.wrap_search .search_box .bread_crumb {
  margin-top: 8px;
}
.wrap.wrap_search .search_box .search-form {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_search .search_box .search-form form {
  width: 752px;
  height: 48px;
  border: 1px solid #ce3029;
  border-radius: 6px;
  padding: 13px 40px 13px 68px;
  box-sizing: border-box;
  position: relative;
}
.wrap.wrap_search .search_box .search-form form::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ico/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap.wrap_search .search_box .search-form form input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #383535;
}
.wrap.wrap_search .search_box .search-form #search {
  width: 120px;
  height: 48px;
  background: #ce3029;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.wrap.wrap_search .data_num {
  font-size: 16px;
  line-height: 22px;
  color: #383535;
  margin-top: 24px;
}
.wrap.wrap_search #articleBox {
  margin-top: 16px;
}
.wrap.wrap_search #articleBox li {
  border-bottom: 1px solid rgba(56, 53, 53, 0.06);
}
.wrap.wrap_search #articleBox li a {
  padding: 24px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap.wrap_search #articleBox li a:hover {
  background: linear-gradient(90deg, #4f92cc 0%, #63b6ff 100%);
}
.wrap.wrap_search #articleBox li a:hover .tit,
.wrap.wrap_search #articleBox li a:hover .date {
  color: #fff;
}
.wrap.wrap_search #articleBox li a:hover .down_btn {
  background: url("../images/ico/ico_download_a.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_search #articleBox li a .tit,
.wrap.wrap_search #articleBox li a .date {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.wrap.wrap_search #articleBox li a .down_btn {
  width: 30px;
  height: 30px;
  background: url("../images/ico/ico_download.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_search #articleBox li a .down_btn.unshow {
  opacity: 0;
}
.wrap.wrap_search #articleBox li a .tit {
  width: calc(100% - 246px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 80px;
}
.wrap.wrap_search #articleBox li a .date {
  width: 150px;
}
.wrap.wrap_search #articleBox .no_data {
  width: 240px;
  height: 240px;
  background: url("../images/nodata.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 120px auto;
}
.pagination-box {
  margin: 32px 0;
}
.pagination-box .pagination {
  display: flex;
  justify-content: space-between;
}
.pagination-box .pagination .num {
  margin: 0 24px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(56, 53, 53, 0.6);
}
.pagination-box .pagination .content {
  margin: 0 24px;
}
.pagination-box .pagination .content li {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  margin: 0 4px;
  box-sizing: border-box;
}
.pagination-box .pagination .content li a {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e7e8;
  border-radius: 4px;
  display: block;
}
.pagination-box .pagination .content li a:hover,
.pagination-box .pagination .content li a.current {
  background: #ce3029;
  color: #fff;
  border-color: #ce3029;
}
.pagination-box .pagination .content .last {
  background-image: url(../images/ico/arrow-left02.png);
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  cursor: default;
}
.pagination-box .pagination .content .last:hover {
  background-image: url(../images/ico/arrow-left02.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
  border-color: #e5e7e8;
  background-color: transparent;
}
.pagination-box .pagination .content .last.on {
  background-image: url(../images/ico/arrow-left01.png);
  cursor: pointer;
}
.pagination-box .pagination .content .last.on:hover {
  background-image: url(../images/ico/arrow-left03.png);
  background-color: #ce3029;
  border-color: #ce3029;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .next {
  background-image: url(../images/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
}
.pagination-box .pagination .content .next:hover {
  background-image: url(../images/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
  border-color: #ce3029;
}
.pagination-box .pagination .content .next.on {
  background-image: url(../images/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.pagination-box .pagination .content .next.on:hover {
  background-image: url(../images/ico/arrow-right03.png);
  background-color: #ce3029;
  border-color: #ce3029;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .left-more,
.pagination-box .pagination .content .right-more {
  background-image: url(../images/ico/page-more.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .left-more:hover {
  background-image: url(../images/ico/el-icon-d-arrow-left.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .right-more:hover {
  background-image: url(../images/ico/el-icon-d-arrow-right.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .go {
  display: flex;
  background: rgba(56, 53, 53, 0.06);
}
.pagination-box .pagination .go p {
  margin: 0 8px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.9);
}
.pagination-box .pagination input {
  width: 56px;
  text-align: center;
  border: 1px solid #ced9ea;
  border-radius: 2px;
  padding: 5px 12px;
  box-sizing: border-box;
  background: #fff;
}
.pagination-box .pagination input:focus {
  border: 1px solid #003a8f;
}
.pagination-box .pagination .btn {
  color: #003a8f;
  text-align: center;
  width: 60px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #003a8f;
  cursor: pointer;
}
.pagination-box .pagination .btn:hover {
  background-color: #003a8f;
  color: #ffffff;
}
.pagination-box .pagination .size {
  margin: 0 16px;
  display: flex;
  align-items: center;
}
.pagination-box .pagination .size p {
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.9);
}
.pagination-box .pagination .size .content {
  display: flex;
}
.pagination-box .pagination .select-box {
  position: relative;
}
.pagination-box .pagination .select-box::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg) translate(0, -50%);
  display: block;
  user-select: none;
  margin-top: -3px;
}
.pagination-box .pagination .select-box select {
  width: 90px;
  border-radius: 2px;
  padding: 5px 12px;
  border: 1px solid #ced9ea;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
