@charset "UTF-8";

.photoDetail{
    width: calc(100% - 10px);
    padding: 5px;
}
.photoDetail .photoLists{
    margin: 10px auto;
    padding: 10px;
    border: solid 1px #edd278;
    background-image: linear-gradient(45deg, #edd278,10px, transparent 0),linear-gradient(-45deg, #edd278, 10px, transparent 0),linear-gradient(135deg, #edd278, 10px, transparent 0),linear-gradient(-135deg, #edd278, 10px, transparent 0);
}
.photoDetail .photoLists .imageBox{
    width: 100%;
    position: relative;
}
.photoDetail .photoLists .imageBox img{
    width: 100%;
}

.photoDetail .photoLists .profileBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.profileFlex{
    display: flex;
    flex-wrap: wrap;
}
.profileFlex li{
    width: calc(100% - 70px);
    padding: 5px;
    color: #FFF;

}
.profileFlex li a .castProf{
    font-size: 1.6rem;
}
.profileFlex li:first-child{
    width: 50px;
    padding: 5px;
}

.imageCast{
    padding: .3rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background-image: linear-gradient(to right, #ff79ae 0%, #f4f6ff 69%, #ff79ae 100%);*/
    background: #fff0c5;
    background: -moz-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: -webkit-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: linear-gradient(to bottom, #fff0c5 0%, #a67c18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c5', endColorstr='#a67c18',GradientType=0 );
    margin: 0 auto;
}

.photoDetail .photoLists .imageBox .profileBox .profileFlex li .imageCast img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 5rem solid #fff;*/
    object-fit: cover;

}

.photoDetail .photoLists .photoComments{
    width: calc(100% - 20px);
    padding: 20px 10px 40px;
    position: relative;
}

.photoDetail .photoLists .photoComments .comment{
    height: 100px;
    overflow: hidden;
    color: #FFF;
}

.open{
    height: auto !important;
}
.moreBtn{
    display: block;
    position: absolute;
    bottom: 5px;
    /*right: 0;*/
    color: #edd278;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.displayNone{
    display: none;
}

.photoDetailPage{
    width: 50%;
    margin: 20px auto;
}
.photoDetailPage ul{
    display: flex;
    flex-wrap: wrap;
}
.photoDetailPage ul li{
    width: calc(100% / 2);
    text-align: center;
}
.photoDetailPage ul li a{
    background: #a67c18;
    color: #FFF;
    border: solid 1px #fff0c5;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.photoImage{
    /*
    object-fit: contain;
    width: 100%;
    height: auto;
    content-visibility: auto;
     */
    object-fit: contain;
    /*object-fit: cover;*/
    width: 100%;
    /*height: calc(100vh - 500px);*/
    height: calc(100vh - 60px - 85px - 260px);
    content-visibility: auto;
}
.photoComments .comment img{
    max-width: 100% !important;
}

/*
.photoCastInfo{
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.photoCastInfoBox{
    display: flex;
    flex-wrap: wrap;
}

.photoCastInfoBox li{
    width: 100%;
    padding: 5px;
}
.photoCastInfoBox li:first-child{
    width: 120px;
    padding: 5px;
    margin: 10px auto;
}

.photoCastInfoBox li .castName{
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}
.photoCastInfoBox li .castProf{
    color: #FFF;
    font-size: 16px;
    padding: 10px;
}

.photoCastInfoBox li .schedule{
    margin: 10px 10px;
}
.photoCastInfoBox li .schedule .time{
    color: #a67c18;
    font-size: 20px;
    font-weight: bold;
}
.photoCastInfoBox li .schedule .status{
    background: #fff0c5;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding: 5px;
    margin: 5px 0;
}

.photoCastImage{
    padding: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff0c5;
    background: -moz-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: -webkit-linear-gradient(top, #fff0c5 0%, #a67c18 100%);
    background: linear-gradient(to bottom, #fff0c5 0%, #a67c18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c5', endColorstr='#a67c18',GradientType=0 );
    margin: 0 auto;
}

.photoCastImage img,.photoCastImage video{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

}
.photoBox{
    margin: 10px auto;
    width: 80%;
}
.photoImage{
    width: 100%;
    text-align: center;
}
.photoImage img{
    width: 100% !important;
    display: inline;
}
.photoBox .photoComment{
    color: #FFF;
    padding: 10px;
}

.photoDetailPage{
    width: 50%;
    margin: 20px auto;
}
.photoDetailPage ul{
    display: flex;
    flex-wrap: wrap;
}
.photoDetailPage ul li{
    width: calc(100% / 2);
    text-align: center;
}
.photoDetailPage ul li a{
    background: #a67c18;
    color: #FFF;
    border: solid 1px #fff0c5;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
*/
.photAllLink{
    padding: 1em 0;
    background: linear-gradient(125deg, #f7f7f7 0%, #edd278 10%, #a57d18 20%, #a57d18 80%, #edd278 90%, #f7f7f7 100%);
    border: 1px solid #ffc68a;
    text-shadow: 1px 1px 10px #ffb544;
    margin: 20px auto;
    width: 60%;
    display: inline-block;
    color: #FFF;

}
