﻿* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    color: #212121;
}

.hiddenDom {
    display: none !important;
}

.baoMaBox {
    margin: 0 auto;
    width: 100%;

}

.baoMaBoxC {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 12px 0;
}

.baoMaBoxCItem {
    height: 108px;
    color: #fff;
    margin: 0 5px;
    border: 5px solid #7f7f7f;
    flex-grow: 1;
    -webkit-flex-grow: 1;


    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.baoMaBoxCItem>div {

    font-weight: bold;
}

.xiaoMaBox {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 30px;
}

.maBox {
    font-size: 48px;
    color: #fff;
    height: 53px;
    line-height: 53px;
}

.xiaoBox {
    font-size: 43px;
    line-height: 45px;
    height: 45px;
}

.tipBox {
    font-size: 40px;
    color: #7f7f7f;
}

.nowQiNum,
.addSymbol {
    border: none;
    margin: 0;
    font-weight: bold;
    font-size: 50px;

}

.baoMaBoxB {
    padding-left: 1px;
    padding-right: 1px;
    background-color: rgb(255, 255, 204);
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 26.3px;
    height: 38px;
    line-height: 38px;

}

.baoMaBoxB1 {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.hoverDom {
    cursor: pointer;
}

.hoverDom:hover {
    position: relative !important;
    top: 1px !important;
    left: 1px !important;
}

.baoMaBoxB11 {

    color: #FF9900;
}

.boldStyle {
    color: #FF0000;
}

.gxzc {
    position: relative;
    left: -10px;
    display: none;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}