body {
    background: url(../images/BackgroundDecor\ \(1\).png) no-repeat;
    background-size: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    overflow: -Scroll;
    overflow-x: hidden
}

.members {
    background-size: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.analysis {
    max-width: 1160px;
    margin: 0 auto;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 20px 60px 0px rgba(33, 123, 243, 0.1);
    border-radius: 14px;
}

.shares {
    width: 156px;
    height: 48px;
}

#shares {
    width: 156px;
    height: 48px;
}


.analysistitle {
    font-size: 16px;
    font-weight: 600;
    color: #11223F;
    /* line-height: 22px; */
}

.headerimg {
    text-align: right;

}

.Intelligent {
    padding: 0px;
}

.analysisrisk {
    background: #F7FAFF;
    border-radius: 3px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #217BF4;
    line-height: 16px;
}

.analysisrisk img {
    margin-right: 5px;
}

.analysisrisk1 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding-left: 25px;
    margin-top: 10px;
}

.risklist {
    padding: 12px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin: 12px;
}

.risknum {
    font-size: 24px;
    font-weight: 400;
    color: #E73146;
    line-height: 33px;
    text-align: center;
    padding-top: 20px;
}

.risknumtitle {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    text-align: center;
}

.risknumprodName {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.risklistname {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-right: 0px;
}
.risklist1{
    border-left:1px solid #EEEEEE ;
}
#dataList{
    height: 90px;
    overflow: hidden;
}
.queryRiskStatic{
    font-weight: 600;
    color: #333333;
}


/* 搜索框样式 */

.fundambtn {
    width: 500px;
    /* margin: 0 auto; */
    margin-top: 39px;
}

.diagnosis {
    width: 116px;
    height: 52px;
    background: #217BF4;
    box-shadow: 0px 7px 44px 0px rgba(33, 123, 244, 0.34);
    border-radius: 14px;
    /* border: 1px solid #217BF4; */
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

#search {
    width: 327px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    border: 1px solid rgba(33, 123, 244, 0.5);
    float: left;
}

.searchSelect_box {
    position: relative;
}

.searchSelect_box>.searchSelect {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    border: none;
    transition: all .2s ease-in-out;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 24px;
}

.searchSelect_box>.searchSelect:focus {
    border-color: #57a3f3 !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(45 140 240 / 20%) !important;
}

.searchSelect_box>.drawer {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    position: absolute;
    z-index: 900;
    left: 0;
    top: 50px;
    display: none;
}

.searchSelect_box>.drawer>li {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #515a6e;
    font-size: 14px !important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchSelect_box>.drawer>.none {
    padding: 0 16px;
    text-align: center;
    color: #ccc;
}

.searchSelect_box>.drawer>li:hover {
    background-color: rgba(0, 0, 0, .1);
}

.searchSelect_box>.drawer>.active {
    color: #57a3f3;
}