.dialogFund {
    width: 100%;
}

.top-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.dialogFund-quiz {
    width: auto;
    padding: 2.667vw 3.2vw;
    display: flex;
    justify-content: space-between;
    background-color: #FFF9EF;
}

.dialogFund-quiz-text {
    color: #AE780D;
    line-height: 4vw;
    font-size: 0.24rem;
}

.dialogFund-quiz button {
    /* width: 8vw; */
  padding: 0 0.667vw;
    border: none;
    background: none;
    color: #548EFE;
    font-size: 0.24rem;
    outline: none;
    line-height: 4vw
}

.dialogFund-list {
    width: auto;
    padding: 3.2vw 3.2vw 0 3.2vw;
}

.dialogFund-list-main {
    padding: 3.2vw 2.4vw 3.2vw 4vw;
    background-color: #FFFFFF;
    border-radius: 2vw;
    margin-bottom: 2.133vw;
}

.dialogFund-list-title {
    font-family: PingFang SC;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 5.867vw;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1.6vw;
    word-break: break-all;
    word-wrap: break-word;
}

.dialogFund-list-box {
    padding: 2.667vw;
    background: #F8F8F8;
    border-radius: 2vw;
}

.dialogFund-list-content {
    width: 100%;
    display: flex;
    margin-bottom: 3.2vw;
}

.dialogFund-list-content-img {
    width: 4.533vw;
    padding-top: 0.8vw;
    display: flex;
}

.dialogFund-list-content-img img {
    width: 3.2vw;
    height: 3.2vw;
}

.dialogFund-list-content-box {
    width: calc(100% - 4.533vw);
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 4.8vw;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     word-break: break-all;
    word-wrap: break-word;
}
.dialogFund-list-content-box>p{
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.dialogFund-list-msg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 5.333vw;
}

.dialogFund-list-fundMsg {
    display: flex;
}

.dialogFund-list-head {
    position: relative;
    margin-right: 1.6vw;
}

.dialogFund-list-head img:nth-child(1) {
    width: 5.333vw;
    height: 5.333vw;
    border-radius: 50%;
    display: block;
}
.dialogFund-list-head-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.4vw;
    height: 2.4vw;
}

.dialogFund-list-name {
    font-size: 0.24rem;
    color: #201F1F;
    line-height: 5.333vw;
    margin-right: 1.6vw;
}

.dialogFund-list-date {
    line-height: 5.333vw;
    color: #8D8F91;
    font-size: 0.24rem;
}

.dialogFund-list-like {
    width: 5.333vw;
    height: 5.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #8D8F91;
}

.dialogFund-list-like img {
    width: 3.467vw;
    height: 3.467vw;
    margin-left: 1.067vw;
}

.dialogFund-classify {
    width: calc(100% - 3.2vw);
    height: 16.533vw;
    background-color: #FFFFFF;
    padding: 0 0 0 3.2vw;
}
.dialogFund-classify-box{
    overflow-x: scroll;
    padding-top: 4.267vw;
    margin-bottom: 3.2vw;
    transition:1s;
    scrollbar-width: none;
}
.dialogFund-classify-box::-webkit-scrollbar{
    display: none;
}
.dialogFund-classify-main {
    white-space: nowrap;
    min-width: 100%;
    
    display: flex;
}
.dialogFund-classify-item {
    width: 20.133vw;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    background-color: #F5F5F5;
    color: #999999;
    margin-right: 2.133vw;
    border-radius: 2vw;
    font-size: 0.26rem;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}
.dialogFund-classify-item-content{
    width: 100%;
    height: 100%;
    text-overflow: ellipsis; /* 溢出显示省略号 */
      overflow: hidden; /* 溢出隐藏 */
      white-space: nowrap;  /* 强制不换行 */
}
.newImg{
    position: absolute;
    left: 0;
    top: -0.19rem;
    width: 0.46rem;
    height: 0.39rem;
   }
   .fireImg{
    position: absolute;
    left: 0;
    top: -0.19rem;
    width: 0.46rem;
    height: 0.39rem;
   }
.dialogFund-classify-item-active {
    color: #D83D38;
    font-weight: 500;
    background-color: #FCECEC;
}

.dialogFund-explain {
    width: calc(93.6vw - 6.4vw);
    height: calc(13.6vw - 4vw);
    background: #FCF7EC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.133vw 3.2vw 1.867vw 3.2vw;
}

.dialogFund-explain-content {
    width: 61.333vw;
    color: #AE780D;
    font-size: 0.24rem;
    line-height: 4.8vw;
    font-weight: 600;
}

.dialogFund-explain-btn {
    box-shadow: 0px 2px 8px 0px #E92B2679;
    background: linear-gradient(270deg, #E72624 0%, #FD583B 100%);
    width: 15.2vw;
    height: 6.667vw;
    color: #FFFFFF;
    font-size: 0.24rem;
    line-height: 6.667vw;
    border-radius: 3.333vw;
    text-align: center;
}
.mescroll{
    position: fixed;
    top: 25.867vw;
    bottom: 0;
    height: auto;/*如设置bottom:50px,则需height:auto才能生效*/
}