/*写真集封面*/
.list-en-photo {
    width: 5.2rem;
    height: 7.28rem;
    text-align: center;
    position: relative;
    transform: scale(0.455);
    transform-origin: top left;
    -webkit-transform: scale(0.455);
    -webkit-transform-origin: top left;
}
.pc-list-en-photo {
    text-align: center;
    position: relative;
    width:100%;
}
.list-txt{
    position: relative;
    margin:.47rem .36rem .47rem .36rem;
    text-align: center;
}
.list-txt p{
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    line-height: .32rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-txt span{
    display: block;
    font-size: .24rem;
    line-height: .24rem;
    color: #999;
    margin-top: .2rem;
}
.list-icon {
    position: absolute;
    height: .48rem;
    background-color: rgba(0,0,0,.3);
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: .24rem;
    z-index: 1;
}
.iconright {
    width: 1.1rem;
    right: .24rem;
}
.iconright img {
    width: .28rem;
}
.list-icon span {
    margin-left: .1rem;
    font-size: .28rem;
}
.iconWrap,.pre-iconWrap,.admin-iconWrap,.pc-iconWrap{
    position: absolute;
    left: 0;
    top: 0;
}
.pc-iconWrap,.buyBox>.iconWrap{
    position: absolute;
    left: 8px;
    top: 8px;
}

.list-en-photo .iconWrap .imgPreview {
    width: .92rem;
    position: absolute;
    bottom: 54.5%;
    left: 22.7%;
    height: 1.295rem;
    background-position: center center;
    background-size: cover;
}
.pc-iconWrap .imgPreview,.buyBox .iconWrap .imgPreview{
    position: absolute;
    background-position: center center;
    background-size: cover;
    width: 98px;
    height: 135px;
    margin-left: 150px;
    margin-top: 236px;
}
.pre-iconWrap .imgPreview {
    position: absolute;
    width: 58px;
    height: 82px;
    margin-left: 82px;
    margin-top: 132px;
    background-position: center center;
    background-size: cover;
}
.pc-list-en-photo .imgPreview{
    position: absolute;
    bottom: 54.5%;
    left: 22.7%;
    background-position: center center;
    background-size: cover;
}
.admin-iconWrap .imgPreview{
    width: 42px;
    position: absolute;
    margin-top: 77px;
    margin-left: 54px;
    height: 59px;
    background-position: center center;
    background-size: cover;
}
.list-txt>span:last-child {
    margin-top: .47rem;
}
.iconWrap .icon-facebox {
    width: 5.2rem;
    height: 7.28rem;
}
.pc-list-en-photo .iconWrap .icon-facebox{
    width: 100%;
}
.pc-iconWrap .icon-facebox,.buyBox .iconWrap .icon-facebox{
    position: absolute;
    width: 584px;
    height: 826px;
    vertical-align: middle;
}
.admin-iconWrap .icon-facebox{
    position: absolute;
    width: 216px;
    height:305px;
}
.pre-iconWrap .icon-facebox{
    position: absolute;
    width: 343.3px;
    height:480px;
}
.iconWrap .faceType {
    position: absolute;
    bottom: 51%;
    left: 32.5%;
    font-size: .12rem;
    color: white;
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
}
.pc-list-en-photo  .iconWrap .faceType,.admin-iconWrap .faceType {
    position: absolute;
    margin-bottom: -9px;
    margin-left: 5px;
    font-size: .12rem;
    color: white;
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform-origin: top left;
}
.pc-iconWrap .faceType{
    position: absolute;
    margin-top: 418px;
    margin-left: 220px;
    font-size: 13px;
    color: white;
    width: 200px;
    text-align: left;
}
.admin-iconWrap .faceType {
    position: absolute;
    margin-top: 142px;
    margin-left: 76px;
    font-size: 12px;
    color: white;
    width: 150px;
    transform: scale(0.52);
    -webkit-transform: scale(0.52);
    transform-origin: top left;
}
.pre-iconWrap .faceType {
    position: absolute;
    margin-top: 225px;
    margin-left: 120px;
    font-size: 12px;
    color: white;
    width: 150px;
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    transform-origin: top left;
}

