.myBargin {
    width: 6.38rem;
    height: 7.42rem;
    background: #ffffff;
    border-radius: 0.24rem;
    padding: 0.38rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -3.19rem;
    margin-top: -3.71rem;
}
.myBargin-list {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 1;
}
.myBargin .myBarginTitle {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    border-bottom: 0.02rem solid #e5e5e5;
    padding-bottom: 0.32rem;
}
.myBargin li dl:first-child {
    font-size: 0.30rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.22rem;
}
.myBargin li dl:nth-of-type(2) {
    font-size: 0.24rem;
    color: #999999;
    margin-bottom: 0.24rem;
    max-height: 0.94rem;
    overflow-y: auto;
}
.myBargin li {
    border-bottom: 0.02rem solid #e5e5e5;
    padding-bottom: 0.27rem;
    margin-top: 0.27rem;
}
.myBargin li button {
    width: 1.80rem;
    height: 0.64rem;
    background: rgba(224, 82, 75, 1);
    border-radius: 0.32rem;
    float: right;
    font-size: 0.30rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.myBargin .noAward {
    text-align: center;
    display: none;
}
.myBargin .noAward img {
    display: block;
    margin: 0.7rem auto 0.4rem;
    width: 2.71rem;
    height: 2.2rem;
}
.myBargin .noAward dl {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.myBargin_closeBtn {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.3rem;
    top: 0.44rem;
}
.myBargin li button a{
    color: #ffffff;
    text-decoration: none;
}