.stock-details-page .submit-btn {
    margin-top: 55px;
    margin-bottom: 55px;

}

.stock-details-page .btn {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.stock-details-page .submit-btn {
    width: 303px;
    height: 44px;
    background: #004dd6;
    border-radius: 22px;
    margin: 11px auto 0 auto;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-details-page .top {
    height: 96px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(40, 40, 40, .2)
}

.stock-details-page .top .top-name {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center
}

.stock-details-page .top .top-name-green {
    color: #70ad47;
    font-size: 14px;
    margin-left: 5px
}

.stock-details-page .top .top-name-red {
    color: red;
    font-size: 14px;
    margin-left: 5px
}

.stock-details-page .top .top-state {
    height: 22px;
    border: 0.5px solid #004ed6;
    border-radius: 3px;
    font-size: 13px;
    font-family: FZLanTingHeiT-R-GB;
    background: #fff;
    font-weight: 400;
    color: #004ed6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    padding: 0 11px;
}

.stock-details-page .top .top-num {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 11px
}

.stock-details-page .list-box {
    margin: 0 11px
}

.stock-details-page .list-box .list-top {
    height: 49px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center
}

.stock-details-page .list-box .list-item {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.stock-details-page .list-box .list-item .item-left {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.stock-details-page .list-box .list-item .item-right {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}