.works_img img {
    height: 420px;
}

.iuv_sign img {
    width: 80%;
    margin: 10px;
}

.sche {
    margin: 5px 0
}

.sche-div {
    padding: 10px 15px 5px 15px;
}

.sche-dt {
    display: inline-block;
    background: #a68c69;
    color: #fff;
    float: left;
    font-weight: 300;
    width: 50px;
    height: 50px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
}

.sche-dd {
    display: inline-block;
    float: left;
    width: 80%;
}

.sche-dd-div {
    display: inline-block;
    float: left;
    background: rgba(212, 210, 210, 0.616);
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 10px;
    margin: 0 0 5px 5px
}

.bookingConditions {
    padding: 15px;
}

.bookingConditions label {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
}

.dw-persp,
.dwo {
    z-index: 20000000;
}

.dw {
    z-index: 20000001;
}

.button_img {
    display: inline-block;
}

.viewSchedule {
    margin-left: 20px;
    background: #DD9C0C;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 6px;
    padding: 8px 25px;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    position: absolute;
}

.viewSchedule:hover {
    background: #BA7F0F;
    color: #fff;
}

.bookingConditions-branch {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
}

.bookingConditions input {
    width: 150px !important;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-clip: padding-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 400;
    overflow: visible;
    box-sizing: border-box;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 27px;
    text-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    background-color: rgb(248, 248, 248);
    white-space: nowrap;
    vertical-align: middle;
}

.bookingConditions input::-webkit-input-placeholder {
    color: #000;
}

.bookingConditions input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

.bookingConditions input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.bookingConditions input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.bookingConditions div.select_container {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    display: inline-block;
}

.bookingConditions select {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 30px;
}

.bookingConditions em {
    margin-left: 15px;
    font-style: normal;
}

.bookingConditions div.select_container:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(__PUBLIC__/images/pulldown.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 45%;
    pointer-events: none;
}

.clear {
    clear: both;
}

/** 视频 */
.rVideoListView {
    position: relative
}

.rVideoListView:hover > a {
    opacity: 1
}

.rVideoListView > a {
    display: block;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 100;
    opacity: 0.5
}

.rVideoListView ul li {
    width: 250px;
    float: left;
    margin-right: 26.5px
}

.rVideoListView ul li a {
    display: block
}

.rVideoListView ul li a div {
    width: 250px;
    height: 150px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
    display: flex;
    justify-content: center;
}

.rVideoListView ul li a div .overlazy {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

.rVideoListView ul li a div .time {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 0 5px;
    line-height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.rVideoListView ul li a div img {
    vertical-align: middle
}

.rVideoListView ul li a div img.videoListImg {
    max-width: 250px;
    height: 150px
}

.rVideoListView ul li a div img.playerImg {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    z-index: 9;
    opacity: 0.8
}

.rVideoListView ul li a > h3 {
    line-height: 56px;
    text-align: center;
    font-size: 17.5px;
    color: #1b1b1b
}

.rVideoListView ul li a:hover .playerImg {
    opacity: 1
}

.rVideoListView ul li a:hover h3 {
    color: #89817a
}

@keyframes popOut {
    to { transform: scale(1) }
}

#div-player {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: -250px;
    width: 850px;
    height: 500px;
    /*transform:scale(0);*/
    /*animation: popOut .3s ease-in-out forwards;*/
}

#div-player video {
    width: 100%;
    height: 100%;
}