.box {
    background: #fafafa;
    padding: 11px;
    margin: 0 11px
}

.own-stock-page .top {
    height: 44px;
    margin: 16px 11px 0 11px;
    display: flex;
    align-items: center;
    justify-content: center
}

.own-stock-page .top .top-item {
    width: 126px;
    height: 44px;
    background: #e4eeff;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-right: 5px
}

.own-stock-page .top .top-item span {
    font-size: 11px;
    font-weight: 500;
    color: #000
}

.own-stock-page .top .top-item-on {
    background: #004dd6;
    color: #fff
}

.own-stock-page .top .top-item-on span {
    color: #fff
}

.own-stock-page .title {
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.own-stock-page .card {
    height: 193px;
    background: #e4eeff;
    margin: 0 11px
}

.own-stock-page .card .card-name {
    height: 33px;
    background: #333;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 11px
}

.own-stock-page .card .card-list {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 700;
    color: #000
}

.own-stock-page .card .card-list span {
    font-size: 11px;
    font-family: Roboto;
    font-weight: 700;
    color: #000
}

.own-stock-page .card2 {
    background: #e4eeff;
    margin: 0 11px;
    padding: 0.5px 16px 28px 16px
}

.own-stock-page .card2 .card2-list {
    min-height: 27px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    color: #000
}

.own-stock-page .card2 .card2-list .tit {
    width: 93px;
    font-size: 11px;
    font-family: Roboto;
    font-weight: 700;
    color: #000;
    display: block
}

.own-stock-page .card2 .card2-list .txt {
    width: calc(100% - 93px);
    display: flex;
    justify-content: flex-end
}

.own-stock-page .card2 .margin-top-22 {
    margin-top: 12px
}

.own-stock-page .middle {
    height: 88px;
    background: #e4eeff;
    display: flex;
    align-items: center;
    justify-content: center
}

.own-stock-page .middle .middle-box {
    width: 100%;
    height: 71px;
    background: #fafafa;
    margin: 0 5px;
    display: flex;
    align-items: center
}

.own-stock-page .middle .middle-item {
    width: calc((100% - 1px) / 3);
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    color: #000
}

.own-stock-page .middle .middle-item span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 16px
}

.own-stock-page .middle .middle-item .green {
    color: #70ad47
}

.own-stock-page .middle .middle-item .red {
    color: red
}

.own-stock-page .red {
    color: red
}

.own-stock-page .green {
    color: #70ad47
}


.own-stock-page .middle .middle-line {
    width: 0.5px;
    height: 60px;
    background: #b2b2b2
}

.own-stock-page .bigSelect {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px
}

.own-stock-page .bigSelect .bigSelect-item {
    width: 193px;
    height: 44px;
    background: #535353;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.own-stock-page .bigSelect .bigSelect-item-on {
    background: #171717;
    color: #fff;
    border: 1px solid #ffa200;
    background-color: #ffa2006b;
}

.own-stock-page .bigItem {
    margin-bottom: 11px
}

.own-stock-page .bigItem .bigItem-top {
    background: #fafafa;
    border: 0.5px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-head {
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 300;
    color: grey
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-head .name {
    line-height: 22px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    max-width: 207px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-head .name .name-code {
    margin-left: 7px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 9px;
    font-family: DIN;
    font-weight: 400;
    color: #fff;
    background: #e09ff8;
    padding: 0 2px;
    display: inline-block;
}

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

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

.own-stock-page .bigItem .bigItem-top .bigItem-top-foot {
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-foot .price {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: 22px;
    display: flex;
    align-items: center
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-foot .price .green {
    color: #04bc09;
    font-size: 14px;
    font-weight: 700
}

.own-stock-page .bigItem .bigItem-top .bigItem-top-foot .price .red {
    color: red;
    font-size: 14px;
    font-weight: 700
}

.own-stock-page .bigItem .bigItem-middle {
    height: 33px;
    background: #f5f5f5;
    display: flex;
    align-items: center
}

.own-stock-page .bigItem .bigItem-middle .bigItem-middle-item {
    width: 25%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #000
}

.own-stock-page .bigItem .bigItem-foot {
    background: #fff;
    border: 0.5px solid #ccc
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-top {
    height: 49px;
    display: flex;
    align-items: center
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-item {
    width: 25%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: DIN;
    font-weight: 700;
    color: #000
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-bottom {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-btn1 {
    width: 130px;
    height: 35px;
    background: #000000;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-btn2 {
    width: 130px;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px
}


.own-stock-page .bigItem .bigItem-foot .bigItem-foot-btn3 {
    width: 182px;
    height: 44px;
    background: #fa0000;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px
}

.own-stock-page .bigItem .bigItem-foot .bigItem-foot-btn4 {
    width: 182px;
    height: 44px;
    border: 1px solid #fa0000;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #fa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px
}