.darkin-list {
    padding-bottom: 40px;
    overflow: hidden;
}

@media(max-width:1024px) {
    .darkin-list {
        padding: 20px 10px 40px;
    }
}

.darkin-box {
    /* width: calc(50% - 5px); */
    width: 100%;
    height: 320px;
    background-color: #9fb0b9;
    float: left;
    margin-bottom: 10px;
    border-radius: 4px;
    background-size: cover;
    background-position: center 20%;
    position: relative;
}

.darkin-box p {
    color: #fff;
}

.info {
    position: absolute;
    width: 60%;
    bottom: 12%;
    left: 5%;
    z-index: 2;
}

.darkin-box p.t-name {
    font-size: 29px;
    font-weight: bold;
    color: #ffffff82;
    line-height: 12px;
}

.darkin-box p.t-cn {
    font-size: 50px;
    font-weight: bold;
}

.darkin-box p.t-bio {
    font-size: 14px;
    text-shadow: 1px 1px 1px #00000082;
    text-indent: 1px;
    letter-spacing: 1px;
    line-height: 21px;
}

.weapon {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 120px;
    height: 120px;
    background-size: 110% 110%;
    background-position: center center;
    border-radius: 67px;
    z-index: 3;
}

.t-region {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    text-shadow: 1px 1px 1px #00000082;
}

@media(max-width:1024px) {
    .darkin-box {
        height: 160px;
    }

    .weapon {
        width: 70px;
        height: 70px;
    }

    .t-region {
        font-size: 16px;
    }

    .darkin-box p.t-cn {
        font-size: 26px;
    }

    .darkin-box p.t-bio {
        display: none;
    }
}