#card-detail-layer {
    position: fixed;
    z-index: 100;
    overflow: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(7, 17, 27, .8);
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

#card-detail-layer > ul,
#card-detail-layer > ul > li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

#card-detail-layer .close {
    position: relative;
    width: 100%;
    height: 10px;
}

#card-detail-layer .close > a {
    display: none;
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

#card-detail-layer > img {
    display: block;
    height: auto;
    width: 80%;
    margin:  0 auto;
}

#card-detail-layer .image {
    position: relative;
    width: 47%;
    height: 0;
    padding-top: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#card-detail-layer .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#card-detail-layer .content {
    padding: 0 50px 30px 50px;
    font-size: 12px;
    -webkit-tap-highlight-color:rgba(255,255,255,0)
}

#card-detail-layer .content > li + li {
    margin-top: 10px;
}

#card-detail-layer .content > li > label {
    margin-right: 15px;
    font-weight: bold;
}

#card-detail-layer .content .rule {
    float: left;
}

#card-detail-layer .content .rule-content {
    line-height: 1.6;
}

#card-detail-layer.verse .evo{
    width: 50%;
    margin: 0 auto;
    height: 25px;
    background: rgba(59,104,184,0.24);
    border: 1px solid #497CD5;
    border-radius: 3px;
    margin-bottom: 25px;
}

#card-detail-layer.verse .evo > i {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    color: #C0CDE5;
    line-height: 23px;
    font-style: normal;
}

#card-detail-layer.verse .evo .active{
    background: rgba(59,104,184,0.74);
    color: #FFFFFF;
}