﻿.hdBgImage {
    width: 100%;
    height: 770px;
    overflow: hidden;
}

.hdBgImage > img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.showDetailBox {
    /*margin:40px 0;
	float: left;*/
}


.book-movie-poster {
    float: left;
    height: 380px;
    overflow: hidden;
    width: 25%;
}

.book-movie-poster img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: 0 0;
    -moz-object-position: 0 0;
    -ms-object-position: 0 0;
    -o-object-position: 0 0;
    object-position: 0 0;
}

.book-movie-detail {
    /*float: left;
	background: #f1f1f1;
	padding:20px;*/
}

.book-movie-cast {
    border-top: 1px solid #747474;
    float: left;
    margin-top: 20px;
    padding: 15px 0 10px;
    width: 100%;
}

.book-movie-cast li {
    list-style: none;
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

.book-movie-cast li > label {
    width: 120px;
    float: left;
    font-size: 14px; color: #ffffff;
}

.book-movie-cast li > span {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
    font-size: 14px; color: #ffffff;
}

.detailBlock .movieTitle {
    width: 100%;
    float: left;
}

.book-movie-desc h2 {
    margin: 20px 0 10px;
    color: #fe3737;
    font-size: 32px;
    float: left;
    width: 100%;
}

.book-movie-desc {
    margin: 0;
    width: calc(100%);
    padding-left: 30px;
    float: left;
}


.book-movie-desc p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.book-movie-detail h2 {
    margin: 0 0 5px 0;
}

.genre {
    color: #fe7900;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.book-movie-detail .sfBtn {
    float: left;
    margin-top: 5px;
    margin-right: 0;
}

.sfTrailerWrapper {
     float: left;
    overflow: hidden;
    width: 75%;
    padding: 0 0 0 30px;
}
.sfTrailerContent > iframe {
    height: 380px;
    max-width: 100%;
    min-width: 680px;
}
.sfTrailerWrapper h2 {
    margin: 40px 0 5px 0;
}

.sfTrailerContent {
    display: flex;
    margin: 0 -15px;
}

.sfTrailerContent .main-trailer {
    width: 50%;
    position: relative;
    padding: 15px;
}

.sfTrailerContent .main-trailer .main-trailer-img {
    width: 100%;
    height: 100%;
}

.sfTrailerContent .main-trailer .main-trailer-img img {
    width: 100%;
    height: 100%;
}

.sfTrailerContent .side-trailer {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.sfTrailerContent .side-trailer .trailer-img {
    width: 50%;
    position: relative;
    padding: 15px;
}

.sfTrailerContent .side-trailer .trailer-img > img {
    width: 100%;
    height: 100%;
}

.sfTrailerContent .side-trailer .trailer-img .fa,
.sfTrailerContent .main-trailer .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: rgba(254, 254, 254, 0.8);
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -mox-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sfTrailerContent .side-trailer .trailer-img:hover img,
.sfTrailerContent .main-trailer-img:hover img {
    filter: grayscale(100%);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}

.sfTrailerContent .side-trailer .trailer-img:hover .fa,
.sfTrailerContent .main-trailer-img:hover .fa {
    color: #fe3737;
}

.book-movie-detail {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 15px;
}

.select-location {
    margin:10px 8px;
    border-radius: 5px;
    padding: 15px 26px 15px 15px;
    cursor: pointer;
    display: flex;
    background: #ffe2d3;
    color:#333;
    flex: 1;
    min-width: 220px;
    transition:all 0.3s;
    align-items: center;
}


    .desc-head{
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .desc-head > i {
        margin: 0 15px 15px 0;
        width: 42px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        background: rgba(255,255,255,0.25);
        border-radius: 50%;
        font-size: 24px;
        
        }

    .select-location:hover {
        background: #bc480c;
        color: white;
    }

    .select-location span {
        font-size: 0.75rem;
        line-height: 1.5;
    }

        .select-location span.locationName {
            display: block;
            font-size: 1rem;
        }


input:checked + label {
    background: #F1671F;
    color: white;
}
.divLocation{
    margin: 0px -8px 0 -8px;
    

}

