.new-index-data-box{
    width: 1200px;
    margin: 0 auto;
}

.new-index-data-top{
    background: #FFFFFF;
    padding: 0 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.new-index-data-top-1{
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.new-index-data-top-1-r{
    display: flex;
}

.new-index-data-bottom-right-item{
    margin-left: 24px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.new-index-data-bottom-right-item:nth-child(1){
    margin-left: 0;
}

.new-index-data-bottom-right-item img{
    margin-right: 4px;
}

.new-index-data-bottom-right-item span{
    color: #999999;
}

.new-index-data-top-1-l{
    display: flex;
    align-items: center;
}

.new-index-data-top-1-l-item{
    padding: 0 8px;
    background: rgba(102, 102, 102, 0.1);
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
}

.new-index-data-top-1-l-item.active{
    background: #09A79D;
    color: #FFFFFF;
}

.new-index-data-top-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.new-index-data-top-2-left{
    display: flex;
    align-items: center;
}

.new-index-data-top-2-text1{
    padding:4px 8px 2px 8px;
    background: #06A22F;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 8px;
}

.index-data-box-left-item-p1 img{
    margin-right: 4px;
}

.index-data-box-left-item-p1 span{
    margin-right: 4px;
}

.index-data-box-left-item-p1{
    display: flex;
    align-items: center;
}

.more-num{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 4px;
    background: #09A79D;
    border-radius: 6px;
    margin-right: 6px;
}

.new-index-data-top-2-right{
    display: flex;
    align-items: center;
}

.new-index-data-bottom{
    display: flex;
}

.new-index-notify-wrap{
    background: #E7F7F6;
    border-radius: 0px 0px 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 922px;
    height: 19px;
    padding: 24px;
}

.new-index-notify-wrap{
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #09A79D;
    align-items: center;
}

.new-index-data-top-1-l-item-r{
    width: 656px;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.new-index-data-right-tab-item{
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row nowrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #282828;
}

.new-index-data-right-tab-item span:nth-child(1){
    color: #999;
    margin-right: 8px;
    font-weight: 400;
}

.new-index-data-right-tab-item span:nth-child(2){
    margin-right: 4px;
}