/*样式*/.data_first {
position: absolute;
    top: 42%;
    right:0;
    transform: translateY(-50%);
    width: 65px
;}

.data_first .top {
    background: transparent;
    height: 48px;
    border: 1px solid #a41c27;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    line-height: 48px;
    color: #9a030f;
    font-size: 30px;
    text-align: center;}

.data_first .bottom {
        background: #a41c27;
    height: 21px;
    text-align: center;
    width: 65px;
    border: 1px solid #a41c27;
    line-height: 21px;
    color: #ffffff;
    font-size: 12px;}