@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;
}
.w1400 {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1px;
  margin-top: -1px;
  box-sizing: border-box;
  position: relative;
}
.wrap {
  background-color: #f6faff;
}
.wrap .w1400 {
  padding: 0.24rem 0.68rem;
  box-sizing: border-box;
}
.wrap .product-filter {
  padding: 0.24rem 0.4rem;
  background: #fff;
}
.wrap .product-filter .title {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #0b0c33;
  position: relative;
}
.wrap .product-filter .title::after {
  content: "";
  width: 1.06rem;
  height: 0.06rem;
  background: url("../img/product/line.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-top: 0.08rem;
}
.wrap .product-filter .fund-filter-box {
  margin-top: 0.24rem;
}
.wrap .product-filter .fund-filter-box .filter-condition {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
}
.wrap .product-filter .fund-filter-box .filter-condition h3 {
  width: 1rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #292f41;
}
.wrap .product-filter .fund-filter-box .filter-condition ul {
  display: flex;
}
.wrap .product-filter .fund-filter-box .filter-condition ul li {
  margin-left: 0.16rem;
}
.wrap .product-filter .fund-filter-box .filter-condition ul li.active p {
  background: #005096;
  color: #fff;
}
.wrap .product-filter .fund-filter-box .filter-condition ul li:hover p {
  border: 1px solid #005096;
}
.wrap .product-filter .fund-filter-box .filter-condition ul li p {
  min-width: 1.6rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  color: rgba(41, 47, 65, 0.6);
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}
.wrap .fund-box {
  padding: 0.24rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.24rem;
}
.wrap .fund-box .title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .fund-box .title-line h3 {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #292f41;
  display: flex;
  align-items: center;
}
.wrap .fund-box .title-line h3::before {
  content: "";
  width: 0.03rem;
  height: 0.16rem;
  background: url(../img/product/ico_title2.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.wrap .fund-box .title-line .show-btn {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: rgba(11, 12, 51, 0.6);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrap .fund-box .title-line .show-btn.hide span:nth-child(1) {
  display: none;
}
.wrap .fund-box .title-line .show-btn.hide span:nth-child(2) {
  display: block;
}
.wrap .fund-box .title-line .show-btn.hide i {
  transform: rotate(0);
}
.wrap .fund-box .title-line .show-btn span:nth-child(1) {
  display: block;
}
.wrap .fund-box .title-line .show-btn span:nth-child(2) {
  display: none;
}
.wrap .fund-box .title-line .show-btn i {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: url("../img/product/btn_show.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.08rem;
  transform: rotate(180deg);
}
.wrap .fund-box .fund-list {
  margin-top: 0.24rem;
}
.wrap .fund-box .fund-list > li {
  width: 100%;
  margin-top: 0.16rem;
  background-color: rgba(3, 75, 149, 0.04);
  background-image: url("../img/product/product_bg.png");
  background-repeat: no-repeat;
  background-size: 1.6rem 1.49rem;
  background-position: 0.18rem 0.4rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.wrap .fund-box .fund-list > li:hover {
  background-color: #034b95;
  background-size: 1.6rem 1.49rem;
  background-position-x: calc(100% - 0.4rem);
  background-position-y: 0.18rem;
}
.wrap .fund-box .fund-list > li:hover a {
  color: #fff;
}
.wrap .fund-box .fund-list > li:hover .tags span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wrap .fund-box .fund-list > li:hover .portion-type p {
  color: rgba(255, 255, 255, 0.6);
}
.wrap .fund-box .fund-list > li:hover .portion-type .portion-list {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.wrap .fund-box .fund-list > li:hover .portion-type .portion-list::after {
  background: url("../img/product/ico_arrow_a.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap .fund-box .fund-list > li:hover .portion-type .portion-list ul {
  background-color: #034b95;
}
.wrap .fund-box .fund-list > li:hover .portion-type .portion-code {
  color: #fff;
}
.wrap .fund-box .fund-list > li:hover .base-mess p {
  color: rgba(255, 255, 255, 0.6);
}
.wrap .fund-box .fund-list > li:hover .base-mess p span {
  color: #fff;
}
.wrap .fund-box .fund-list > li a {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #292f41;
}
.wrap .fund-box .fund-list > li .tags {
  display: flex;
  flex-wrap: wrap;
}
.wrap .fund-box .fund-list > li .tags span {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #005096;
  background: rgba(0, 80, 150, 0.1);
  padding: 0.02rem 0.08rem;
  box-sizing: border-box;
  margin-right: 0.08rem;
  margin-top: 0.08rem;
}
.wrap .fund-box .fund-list > li .portion-type {
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
}
.wrap .fund-box .fund-list > li .portion-type p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(11, 12, 51, 0.6);
}
.wrap .fund-box .fund-list > li .portion-type .portion-list {
  width: 2.4rem;
  height: 0.4rem;
  border: 1px solid #dbd9d9;
  border-radius: 0.04rem;
  background-color: #fff;
  padding: 0.08rem 0.16rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.wrap .fund-box .fund-list > li .portion-type .portion-list::after {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/product/ico_arrow.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform-origin: center 0;
}
.wrap .fund-box .fund-list > li .portion-type .portion-list:hover::after {
  -webkit-transform: rotate(180deg) translate(0, -50%);
  -moz-transform: rotate(180deg) translate(0, -50%);
  -ms-transform: rotate(180deg) translate(0, -50%);
  -o-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
}
.wrap .fund-box .fund-list > li .portion-type .portion-list:hover ul {
  display: block;
}
.wrap .fund-box .fund-list > li .portion-type .portion-list ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #dbd9d9;
  display: none;
}
.wrap .fund-box .fund-list > li .portion-type .portion-list ul li {
  padding: 0.04rem;
  box-sizing: border-box;
  text-align: center;
}
.wrap .fund-box .fund-list > li .portion-type .portion-code {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #0b0c33;
  margin-left: 0.16rem;
}
.wrap .fund-box .fund-list > li .base-mess {
  background: rgba(3, 75, 149, 0.04);
  padding: 0.14rem 0.28rem;
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wrap .fund-box .fund-list > li .base-mess p {
  width: calc(25% - 0.08rem);
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(11, 12, 51, 0.6);
  margin: 0 0.04rem;
}
.wrap .fund-box .fund-list > li .base-mess p span {
  color: #0b0c33;
}
.wrap .fund-box .pagination {
  justify-content: flex-end;
}
