.tradeYoukuBox {
    width: 100%;
    min-height: 38rem;
    padding: 0.5rem;
    /* background-color: pink; */
}

.tradeTopInfo {
    width: 100%;
    /* background-color: saddlebrown; */
}

.tradeInput {
    width: 100%;
    /* background-color: skyblue; */
}

.inputBox,
.tradeTip {
    width: 100%;
}

.inputBox {
    display: flex;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    /* background-color: #00BFFF; */
}

.input_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    /* background-color: #c1c1c1; */
}

input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    /* color: #ccc;  */
    font-size: 0.7rem;
}

.tradeTip {
    display: flex;
    /* justify-content: center; */
    /* height: 0.8rem; */
    font-size: 0.5rem;
    /* background-color: #00BFFF; */
}

p {
    color: red;
}

.tradeButtons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* padding: 0.5rem; */
    width: 100%;
    /* background-color: bisque; */
}

.tradeBut {
    align-items: center;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.65rem;
    justify-content: center;
    padding: 0.3rem 0.4rem;
    margin: 0.25rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

.cumulativeInfo {
    width: 100%;
}

.youku_accrued {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    /* background-color: cadetblue; */
}

.usersInfo {
    display: flex;
    width: 100%;
    padding: 0.5rem;
    /* background-color: #c1c1c1; */
}

.userImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
}

.userImg img {
    max-width: 90%;
    border-radius: 50%;
}

.userMessage {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* background-color: #fff; */
}

.userMessage>div:nth-child(1) {
    font-size: 0.7rem;
}

.userMessage>div:nth-child(2) {
    font-size: 0.55rem;
}

.tradeHistory {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.6rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    /* background-color: skyblue; */
}

.historyTime {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    /* background-color: rgb(235, 175, 135); */
}

.historyInfo {
    width: 100%;
    padding: 0.3rem 0;
    /* background-color: rgb(233, 235, 135); */
}

.tradeHistory .usersInfo {
    width: 100%;
    padding: 0.5rem 0;
    /* background-color: rgb(147, 235, 135); */
}

.tradeHistory .usersInfo .userImg {
    width: 2rem;
    height: 2rem;
}