@charset "UTF-8";
body {
    opacity: 0;
    background: #f3f3f6 url("./assets/page-header-bg.jpg") center top/100% auto no-repeat;
}

.margin-top-20 {
    margin-top: 0.2rem;
}
.box-shadow-deep {
    -webkit-box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.05);
}
.box-shadow-deep2 {
    -webkit-box-shadow: 0 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
}
.sec {
    position: relative;
}
.page-header {
    padding-top: 0.3rem;
}
.page-header .header-swiper {
    padding-bottom: 0.42rem;
    padding-top: 0.3rem;
}
.header-swiper .swiper-slide {
    position: relative;
    width: 7rem;
    padding: 0.18rem 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    border-radius: 0.12rem;
    -webkit-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
}
.header-swiper .swiper-slide img {
    display: block;
    width: 100%;
}
.header-swiper .swiper-slide .tag {
    position: absolute;
    top: -0.24rem;
    left: 0;
    font-size: 0.26rem;
    color: #ffffff;
    background-image: linear-gradient(to right, #ff454c, #fa252d);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid #ffffff;
    padding: 0.05rem 0.25rem 0.05rem 0.16rem;
    display: flex;
    align-items: center;
}
.header-swiper .swiper-slide .tag:after {
    content: '';
    position: absolute;
    bottom: -0.08rem;
    left: 0.2rem;
    width: 0;
    height: 0;
    border-width: 0.1rem 0 0 0.2rem;
    border-style: solid dashed dashed dashed;
    border-color: #ff434a transparent transparent transparent;
}
.header-swiper .swiper-slide .tag .crown-icon {
    width: 0.27rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}
.fund {
    display: block;
    background-color: #f8f9fa;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0.18rem 0.22rem;
}
.fund .fund-name {
    font-size: 0.26rem;
    color: #000000;
    font-weight: normal;
}
.fund .fund-msg {
    display: flex;
    justify-content: space-between;
    margin-top: 0.05rem;
}
.fund .fund-msg > div p {
    font-size: 0.2rem;
    color: #999999;
}
.fund .fund-msg > div h5 {
    height: 0.42rem;
}
.fund .fund-msg > div.left h5 {
    font-size: 0.3rem;
    color: #f43037;
}
.fund .fund-msg > div.left h5 i {
    font-style: normal;
}
.fund .fund-msg > div.center h5 {
    font-size: 0.28rem;
    color: #000000;
    font-weight: 700;
}
.fund .fund-msg > div.right a {
    display: inline-block;
    width: 1.7rem;
    padding: 0.1rem 0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    background-color: #f53037;
}
.header-swiper .swiper-pagination {
    bottom: 0;
}
.header-swiper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.03rem!important;
    border-radius: 0.3rem;
    background: #d5d5d5;
    opacity: 1;
}
.header-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.25rem;
    background: #b3b4b5;
}

.nav-bar {
    margin: 0.3rem 0.3rem 0.4rem;
}
.nav-bar li a{
    position: relative;
    display: block;
    text-align: center;
}
.nav-bar li a img{
    display: block;
    width: auto;
    height: 0.57rem;
    margin: 0 auto;
}
.nav-bar li a p{
    font-size: 0.26rem;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
    padding-top: 0.15rem;
}
.nav-bar li a .sup-text{
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 0.18rem;
    color: #fff;
    background-color: #ef3030;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0 0.05rem;
    white-space: nowrap;
}
.nav-bar .nav-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-bar .swiper-slide {
    flex: 1;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-body {
    padding: 0 0.25rem;
}

.page-body dl {
    border: 0.02rem solid #fff;
    padding: 0 0.1rem 0.22rem;
    -webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    border-radius: 0.12rem;
    margin-bottom: 0.3rem;
    -webkit-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.05);
}
.page-body dl:last-of-type {
    margin-bottom: 0;
}
.page-body dl dt {
    display: flex;
    align-items: flex-end;
    padding: 0.2rem 0 0.28rem;
}
.page-body dl dt .title-img {
    height: 0.44rem;
    margin-right: 0.12rem;
}
.page-body dl dt span {
    font-size: 0.2rem;
    line-height: 1;
    border: 0.015rem solid #c6d8f4;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    border-radius: 0.03rem;
    padding: 0.04rem 0.05rem;
}
.page-body dl dd .fund {
    background-color: #fff;
    padding: 0.26rem;
    margin-bottom: 0.15rem;
}
.page-body dl dd .fund:last-of-type {
    margin-bottom: 0;
}
.page-body dl dd .fund .fund-name {
    font-size: 0.28rem;
    color: #333333;
}
.page-body dl dd .fund .fund-msg {
    justify-content: flex-start;
}
.page-body dl dd .fund .fund-msg .left {
    width: 2.3rem;
}
.page-body dl dd .fund .fund-msg > div h5 {
    font-size: 0.3rem;
    height: 0.48rem;
}
.page-body dl dd .fund .fund-msg > div.center h5 {
    color: #333333;
}
.page-body dl dd .fund .fund-msg .fund-yield {
    font-size: 0.34rem;
}
.page-body dl dd .fund .fund-msg > div p {
    font-size: 0.22rem;
}
.page-body dl.blue-card {
    background: url("./assets/blue-card-bg.png") right top/3.2rem 1.12rem no-repeat, linear-gradient(to bottom, rgb(233,242,255) 55%, rgb(254,254,255) 100%);
}
.page-body dl.blue-card dt span {
    color: #7886d9;
    border-color: #c6d8f4;
}
.page-body dl.red-card {
    background: url("./assets/red-card-bg.png") right top/3.2rem 1.12rem no-repeat, linear-gradient(to bottom, #feede8 55%, #fff 100%);
}
.page-body dl.red-card dt span {
    color: #f53037;
    border-color: #f1a2a5;
}
.page-body dl.orange-card {
    background: url("./assets/orange-card-bg.png") right top/3.2rem 1.12rem no-repeat, linear-gradient(to bottom, #fcecdf 55%, #fff 100%);
}
.page-body dl.orange-card dt span {
    color: #af580b;
    border-color: #eac3af;
}
.page-body dl.purple-card {
    background: url("./assets/purple-card-bg.png") right top/3.2rem 1.57rem no-repeat, linear-gradient(to bottom, #f8eaf2 55%, #fff 100%);
}
.page-body dl.purple-card dt span {
    color: #a2778e;
    border-color: #e7bdd4;
}

.footer {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}