/*@media only screen and  (max-width: 799px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 800px) and  (max-width: 1279px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 25px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1280px) and  (max-width: 1439px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 30px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1440px) and  (max-width: 1599px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 35px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1600px) and  (max-width: 1679px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 40px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1680px) and  (max-width: 1919px){*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 45px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1920px) {*/
/*    html, body, button, input, select, textare{*/
/*        font-size: 50px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 990px) {
    .InvestmentEdition-m{
        display: none;
    }
    .InvestmentEdition-s{
        display: block;
    }
}
@media only screen and (min-width: 990px) {
    .InvestmentEdition-m{
        display: block;
    }
    .InvestmentEdition-s{
        display: none;
    }
}
/* 大屏幕 */
/* 易懂投研版头部 */
.InvestmentEdition-m{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
}
.InvestmentEdition-m .header{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 5.2rem;
    background: #D4E3F8;

}
.InvestmentEdition-m .header .header-bg{
    height: 5.2rem;
    object-fit: cover;
}
.InvestmentEdition-m .header .con{
    position: absolute;
    top: 0.68rem;
    left: 4.26rem;
}
.InvestmentEdition-m .header .con .title{
    font-weight: 500;
    font-size: 0.4rem;
    color: #333333;
}
.InvestmentEdition-m .header .con .title-desc{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #0077FF;
    margin-top: 0.1rem;
}
.InvestmentEdition-m .header .con .label{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 4.14rem;
    height: 1.48rem;
    margin-top: 0.2rem;
}
.InvestmentEdition-m .header .con .label-item{
    display: flex;
    width: 1.64rem;
    height: 0.49rem;
    margin-top: 0.2rem;
}
.InvestmentEdition-m .header .con .label-item img{
    display: flex;
    width: 0.44rem;
    height: 0.44rem;
}
.InvestmentEdition-m .header .con .label-item .right{
    font-family: 'PingFang SC';
    font-weight: 400;
    margin-left: 0.08rem;
}
.InvestmentEdition-m .header .con .label-item .right .title{
    font-size: 0.2rem;
    line-height: 0.28rem;


}
.InvestmentEdition-m .header .con .label-item .right .title-desc{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #666666;
    margin-top: 0.01rem;
}
.InvestmentEdition-m .header .con .trial{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.08rem 0;

    width: 1.12rem;
    height: 0.4rem;

    background: #FA6400;
    box-shadow: 0 6px 25px rgba(165, 192, 219, 0.8);
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    margin-top: 0.5rem;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

/* 投研版 */
.InvestmentEdition-m .label-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.InvestmentEdition-m .label-title .title{
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 0.48rem;
}
.InvestmentEdition-m .label-title img{
    width: 0.26rem;
    height: 0.32rem;
    object-fit: cover;
    margin: 0 0.2rem;
}
/* 标题 */
.InvestmentEdition-m .introduce{
    margin-top: 1rem;
}
.InvestmentEdition-m .introduce .con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.InvestmentEdition-m .introduce .con .img{
    width: 6.6rem;
    height: 3.6rem;
    object-fit: cover;
    margin-top: 0.46rem;
}
.InvestmentEdition-m .introduce .con .list{
    margin-top: 0.56rem;
}
.InvestmentEdition-m .introduce .con .list .item{
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.InvestmentEdition-m .introduce .con .list .item img{
   width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}
.InvestmentEdition-m .introduce .con .list .item:nth-child(1){
    margin-top: 0;
}
.InvestmentEdition-m .introduce .con .list .item .desc{
    width: 4.69rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-left: 0.12rem;
    color: #3E444F;
}
/* 主要能力 */
.InvestmentEdition-m .ability{
    margin-top: 1rem;
    color: #FFFFFF;
    width: 100%;
    height: 6.12rem;
    background: url("../../img/InvestmentEdition/ability-bg.png") no-repeat;
    background-size: 100% 6.12rem;
    box-sizing: border-box;
    padding: 0.8rem 0 1.22rem;
}
.InvestmentEdition-m .ability .con{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0.72rem;
}
.InvestmentEdition-m .ability .con .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 2.8rem;
    height: 2.9rem;
    padding: 0.43rem 0.05rem 0.05rem 0.32rem;
    background: #FFFFFF;
    margin-right: 0.26rem;
    opacity: 0.96;
    border-radius: 8px;
}
.InvestmentEdition-m .ability .con .item h4{
    font-family: 'PingFang SC';
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 0.31rem;
    color: #333333;
}
.InvestmentEdition-m .ability .con .item .desc{
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #666666;
    margin-top: 0.16rem;
    box-sizing: border-box;
    padding-right: 0.27rem;
}
.InvestmentEdition-m .ability .con .item .img{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 1.24rem;
}
.InvestmentEdition-m .ability .con .item .img img{
    width: 1.24rem;
    height: 1.24rem;
}
/* 投研服务优势 */
.InvestmentEdition-m .service{
    margin-top: 0.78rem;
    margin-bottom: 1.97rem;
}
.InvestmentEdition-m .service .con{
    display: flex;
    justify-content: center;
    margin-top: 0.52rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
}
.InvestmentEdition-m .service .con .item{
    position: relative;
    width: 3.85rem;
    box-sizing: border-box;
    padding-bottom: 0.48rem;
    margin-right: 0.22rem;
    cursor: pointer;
}
.InvestmentEdition-m .service .con .item:nth-last-child(1){
    margin-right: 0;
}
.InvestmentEdition-m .service .con .item::after{
    content: '';
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   height: 1px;
    background: #EEEEEE;
}
.InvestmentEdition-m .service .con .item:hover::after{
    background: #1990FE;
}
.InvestmentEdition-m .service .con .item:hover .title{
    color: #1990FE;
}
.InvestmentEdition-m .service .con .item img{
    width: 3.85rem;
    height: 2.17rem;
    object-fit: cover;
    margin-bottom: 0.24rem;
}
.InvestmentEdition-m .service .con .item .desc{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    margin-top: 0.2rem;
}
/* 申请试用 */
.InvestmentEdition-m .kefu{
    position: fixed;
    right: 0.24rem;
    bottom: 50%;
    width: 0.44rem;
    height: 1.26rem;
    background: #1990FE;
    color: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(25, 144, 254, 0.8);
    border-radius: 100px;
    box-sizing: border-box;
    padding: 0.12rem 0.14rem ;
    cursor: pointer;
}
.InvestmentEdition-m .kefu img{
    width: 0.16rem;
    height: 0.16rem;
    object-fit: cover;
}

.mt197{
    /*margin-bottom: 1.97rem;*/
    /*width: 1px;*/
    height: 1px;
}



/* 小屏幕 */
/* 头部 */
.InvestmentEdition-s{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
}
.InvestmentEdition-s .header{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /*height: 5.2rem;*/
    background: #D4E3F8;

}
.InvestmentEdition-s .header .header-bg{
    width: 100%;
    height: 5.6rem;
    object-fit: cover;
}
.InvestmentEdition-s .header .con{
    position: absolute;
    top: 0.42rem;
    left: 0.32rem;
}
.InvestmentEdition-s .header .con .title{
    font-weight: 700;
    font-size: 0.27rem;
    line-height: 0.4rem;
    color: #333333;
}
.InvestmentEdition-s .header .con .title-desc{
    font-size: 0.18rem;
    line-height: 0.27rem;
    color: #0077FF;
    margin-top: 0.09rem;
}
.InvestmentEdition-s .header .con .label{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100vw - 0.45rem);
    height: 2.93rem;
    margin-top: 0.25rem;
}
.InvestmentEdition-s .header .con .label-item{
    display: flex;
    width: calc(100vw - 0.4rem);
    height: 0.49rem;
    margin-top: 0.2rem;
}
.InvestmentEdition-s .header .con .label-item img{
    display: flex;
    width: 0.44rem;
    height: 0.44rem;
}
.InvestmentEdition-s .header .con .label-item .right{
    font-family: 'PingFang SC';
    font-weight: 400;
    margin-left: 0.08rem;
    margin-top: -0.03rem;
}
.InvestmentEdition-s .header .con .label-item .right .title{
    font-size: 0.14rem;
    line-height: 0.20rem;


}
.InvestmentEdition-s .header .con .label-item .right .title-desc{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #555555;
    margin-top: 0.06rem;
}
.InvestmentEdition-s .header .con .trial{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.08rem 0.24rem;

    width: 1.12rem;
    height: 0.4rem;

    background: #FA6400;
    box-shadow: 0 6px 25px rgba(165, 192, 219, 0.8);
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    margin-top: 0.32rem;
    cursor: pointer;
}

/* 标题 */
.InvestmentEdition-s .label-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.InvestmentEdition-s .label-title .title{
    font-weight: 500;
    font-size: 0.27rem;
    line-height: 0.4rem;
}
.InvestmentEdition-s .label-title img{
    width: 0.26rem;
    height: 0.32rem;
    object-fit: cover;
    margin: 0 0.2rem;
}
/* 投研版 */
.InvestmentEdition-s .introduce{
    width: 100vw;
    margin-top: 0.6rem;
}
.InvestmentEdition-s .introduce .con{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;

}
.InvestmentEdition-s .introduce .con .img{
    width: 3.16rem;
    height: 1.75rem;
    object-fit: cover;
    margin-top: 0.17rem;
}
.InvestmentEdition-s .introduce .con .list{
    position: absolute;
    left: 35px;
    top: 0;
    display: flex;
    margin-top: 0.3rem;
}
.InvestmentEdition-s .introduce .con .entry{
    height: 1.4rem;
}
.InvestmentEdition-s .introduce .con .list .item{
    display: flex;
    align-items: center;
    width: 3.59rem;
    /*height: 1.08rem;*/
    margin-left: 0.2rem;
    background: #FAFCFF;
    border: 1px solid #F0F5FA;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0.12rem 0.1rem;
}
.InvestmentEdition-s .introduce .con .list .item img{
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}
.InvestmentEdition-s .introduce .con .list .item:nth-child(1){
    margin-top: 0;
}
.InvestmentEdition-s .introduce .con .list .item .desc{
    /*width: 2.13rem;*/
    font-size: 0.14rem;
    line-height: 0.21rem;
    margin-left: 0.06rem;
    color: #3E444F;
}
.InvestmentEdition-s .introduce .con .order{
    display: flex;
    margin-top: 0.21rem;
}
.InvestmentEdition-s .introduce .con .order .on{
    width: 0.28rem;
    height: 0.02rem;
    background:#EEEEEE;
    margin-right: 0.02rem;
}
.InvestmentEdition-s .introduce .con .order .on.hover{
    background:#1990FE;
}
/* 主要能力 */
.InvestmentEdition-s .ability{
    color: #FFFFFF;
    width: 100%;
    /*height: 6.12rem;*/
    /*background: url("../../img/InvestmentEdition/ability-bg.png") no-repeat;*/
    background: linear-gradient(190.04deg, #2A71E9 -4.85%, #665AF0 84.6%);
    /*background-size: 100% 6.12rem;*/
    margin-top: 0.73rem;

    box-sizing: border-box;
    padding: 0.46rem 0;
}
.InvestmentEdition-s .ability .con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.72rem;
}
.InvestmentEdition-s .ability .con .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 2.8rem;
    height: 2.9rem;
    padding: 0.43rem 0.05rem 0.05rem 0.32rem;
    background: #FFFFFF;
    margin-bottom: 0.32rem;
    opacity: 0.96;
    border-radius: 8px;
}
.InvestmentEdition-s .ability .con .item h4{
    font-family: 'PingFang SC';
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 0.31rem;
    color: #333333;
}
.InvestmentEdition-s .ability .con .item .desc{
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #666666;
    margin-top: 0.16rem;
    box-sizing: border-box;
    padding-right: 0.27rem;
}
.InvestmentEdition-s .ability .con .item .img{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 1.24rem;
}
.InvestmentEdition-s .ability .con .item .img img{
    width: 1.24rem;
    height: 1.24rem;
}
/* 投研服务优势 */
.InvestmentEdition-s .service{
    margin-top: 0.78rem;
    margin-bottom: 0.57rem;
}
.InvestmentEdition-s .service .con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.52rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
}
.InvestmentEdition-s .service .con .item{
    position: relative;
    width: 3.85rem;
    box-sizing: border-box;
    padding-bottom: 0.48rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.InvestmentEdition-s .service .con .item:nth-last-child(1){
    margin-right: 0;
}
.InvestmentEdition-s .service .con .item::after{
    content: '';
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}
.InvestmentEdition-s .service .con .item:hover::after{
    background: #1990FE;
}
.InvestmentEdition-s .service .con .item:hover .title{
    color: #1990FE;
}
.InvestmentEdition-s .service .con .item img{
    width: 3.85rem;
    height: 2.17rem;
    object-fit: cover;
    margin-bottom: 0.24rem;
}
.InvestmentEdition-s .service .con .item .desc{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    margin-top: 0.2rem;
}
/* 申请试用 */
.InvestmentEdition-s .kefu{
    position: fixed;
    right: 0.24rem;
    bottom: 20%;
    width: 0.44rem;
    height: 1.26rem;
    background: #1990FE;
    color: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(25, 144, 254, 0.8);
    border-radius: 100px;
    box-sizing: border-box;
    padding: 0.12rem 0.14rem ;
    cursor: pointer;
}
.InvestmentEdition-s .kefu img{
    width: 0.16rem;
    height: 0.16rem;
    object-fit: cover;
}