body {
    background: url(../images/BackgroundDecor\ \(1\).png) no-repeat;
    background-size: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
}

.members {
    background-size: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.analysis {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px;
    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;
}

.table {
    /* width: 950px; */
    margin: 0 auto;
    margin-top: 20px;
}

th {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    background-color: #F5F7FA;

}

.table>thead>tr>th {
    border-bottom: 1px solid #EBEEF5;
}

.table>tbody>tr>td {
    border-bottom: 1px solid #EBEEF5;
}

tbody>tr>td p {
    font-size: 14px;
    font-weight: 400;
    color: #11223F;
    line-height: 48px;
    margin-bottom: 0;
}

.analysistitle {
    font-size: 20px;
    font-weight: 600;
    color: rgba(17, 34, 63, 0.85);
    line-height: 28px;
}

.Intelligent {
    background: url(../../images/fundamentals.png) no-repeat;
    background-size: 2000px;
    height: 350px;
}

.fundament {
    max-width: 1540px;
    margin: 0 auto;
    margin-top: 65px;
    height: 100%;
    padding: 0px;
    text-align: center;
}

.fundament h1 {
    font-size: 56px;
    font-weight: 500;
    color: #11223F;
    line-height: 60px;
    letter-spacing: 1px;
    margin-top: 83px;
}

.fundambtn {
    margin-top: 39px;
}

.form-control {
    width: 427px;
}

.analysistitles {
    font-size: 14px;
    /* width: 639px; */
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}

.breadcrumb {
    background-color: #ffffff;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    padding: 15px;
    border-top: none;
}

.btn-primary {
    background-image: none;
    background-color: #ffffff;
    border: none;
    color: #217BF4;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-shadow: none;
}

.btn-primary img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.nav-tabs>li {
    float: none;
}

.nav-tabs {
    border: none;
    margin-top: 70px;
    border-right: 1px solid #EBEEF5;
    height: 500px;
    overflow-x: hidden;

    overflow-y: scroll;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #666666;
    background-color: #fff;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #217BF4;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
    border: none;
}

.analysislist a {
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
}

.analysislist a img {
    margin-right: 10px;
    width: 24px;
}



/* //滚动条css */
.nav-tabs::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.nav-tabs::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cecece;
}

.nav-tabs::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    /*border-radius: 5px;*/
    background: #fff;
}




/* 搜索框样式 */

.fundambtn {
    width: 600px;
    margin: 0 auto;
    margin-top: 39px;
}

.diagnosis {
    width: 146px;
    height: 52px;
    background: #217BF4;
    box-shadow: 0px 7px 44px 0px rgba(33, 123, 244, 0.34);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    float: left;
    margin-left: 10px;
}

#search {
    width: 427px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    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;
}



@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .Intelligent {
        background-size: 2000px;
    }

    #search{
        width: 205px;
    }
    tbody>tr>td p {
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .Intelligent {
        background-size: 2000px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .Intelligent {
        background-size: 2000px;
    }
}

@media (min-width: 1200px) {

    /*大屏幕设备 桌面*/
   
}