img{
    display: block;
}
body {
  background: #111; }
a {
  text-decoration: none;
}

.profile_col_4 {
    width: 880px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-wrap: wrap;
}
.profile_col_4 > div {
    width: 200px;
    padding: 10px 10px;
    /* display: flex; */���ؗp
}
.anemone_castpf_card {
    width: 100%;
    max-width: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 0;
}

.anemone_castpf_card img {
    max-width: 100%;
}

.anemone_castpf_thumb {
    display: block;
    width: 100%;
    height: auto;
}

.foot_castpf_item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 8px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
}


.foot_castpf_item .cast__name{
    color: #FFF;
    font-size: 1em;
    line-height: 17px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

.foot_castpf_item .cast__style{
    color: #FFF;
    font-size: .8em;
    line-height: 14px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}
.foot_castpf_item .cast__schedule,
.foot_castpf_item .cast__catch{
    color: #d1caa1;
    font-size: .9em;
    line-height: 14px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

.foot_castpf_item .cast__name,
.foot_castpf_item .cast__style{
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 4px 8px 0px;
}
.foot_castpf_item .cast__schedule,
.foot_castpf_item .cast__catch{
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 4px 8px 0px;
}
.foot_castpf_item .cast__rank {
    position: absolute;
    bottom: 57px;
    left: 6px;
    background: rgba(0,0,0,0.35);
    padding: 4px 6px 3px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
line-height: 16px;
    text-shadow: 1px 1px 2px black;
}

.anemone_new_castpf{
    position: absolute;
    top: 0;
    left: 0;
}

.anemone_new_castpf img{
    width: 45px;
}