@charset "utf-8";

#videoview .bd .videobox {
    padding-left: 0
}

#videoview .bd .videobox .box-b {
    width: 388px;
    height: 284px
}

#videolist .video-tab {
    height: 40px;
    border-bottom: 2px solid #f5b5cf;
    margin: 0 10px 10px 20px;
    padding-top: 8px
}

#videolist .video-tab a {
    display: inline-block;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    vertical-align: top;
    color: #ec7aa7;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    font-size: 20px
}

#videolist .video-tab a:hover,
#videolist .video-tab a.active {
    height: 38px;
    border-bottom: 4px solid #d65185;
    text-decoration: none;
    color: #d65185
}

#videolist .video-tab a:not(p) {
    line-height: 38px
}

#videolist .video-tab a:not(p)::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 4px;
    overflow: hidden;
    background: #d65185;
    border-radius: 2px;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s
}

#videolist .video-tab a:not(p):hover,
#videolist .video-tab a:not(p).active {
    border: 0
}

#videolist .video-tab a:not(p):hover::after,
#videolist .video-tab a:not(p).active::after {
    width: 100%
}

#videolist .video-tab a:not(p):first-child {
    font-size: 23px
}

#videolist .label-con {
    color: #ec7aa7;
    font-size: 14px;
    line-height: 22px;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    margin: 0 10px 26px 20px
}

#videolist .label-con a {
    cursor: pointer
}

#videolist .label-con a:hover {
    text-decoration: none
}

#videolist .label-con .title,
#videolist .label-con .label-list {
    float: left;
    margin-top: 4px
}

#videolist .label-con .label-list a {
    display: inline-block;
    vertical-align: middle;
    min-width: 52px;
    padding: 0 5px;
    height: 22px;
    border: 1px solid #f5b5cf;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap
}

#videolist .label-con .label-list a:hover {
    background: #ec7aa7;
    color: #fff
}

#videolist .label-con .label-list a:active {
    background: #d44c82;
    color: #fff
}

#videolist .label-con a.change {
    float: left;
    background: url(https://www.1931.co/dream/images/1931v2/icons-tab_de582b1.png) no-repeat;
    text-indent: 20px;
    line-height: 15px;
    margin-top: 8px
}

#videolist .label-con a.change:hover {
    text-decoration: underline
}

#videolist .label-con .search-con {
    float: right;
    width: 346px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5b5cf;
    background: #fff;
    border-radius: 3px;
    position: relative
}

#videolist .label-con .search-con input {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    width: 270px;
    background: 0;
    border: 0;
    outline: 0
}

#videolist .label-con .search-con a {
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
    height: 30px;
    text-indent: 28px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    background: url(https://www.1931.co/dream/images/1931v2/icons-tab_de582b1.png) 0 -27px no-repeat #ec7aa7
}

#videolist .label-con .search-con a:hover {
    background-color: #f48fb7
}

#videolist .label-con .search-con a:active {
    background-color: #d44c82
}

#videorecommend .hd {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 20px;
    color: #ea7ba6;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1"
}

#focusview {
    position: relative;
    height: 370px;
    overflow: hidden
}

#focusview .v-pic {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 370px;
    width: 1000px
}

#focusview .v-btn {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://www.1931.co/dream/images/1931v2/null_b926f9b.gif)
}

#focusview .v-btn:hover {
    background: url(https://www.1931.co/dream/images/1931v2/playbtn2_2fb6c21.png) no-repeat center 80px #000;
    _background-color: #eee;
    filter: Alpha(opacity=50)
}

#focusview .v-btn:not(p):hover {
    background: url(https://www.1931.co/dream/images/1931v2/playbtn2_2fb6c21.png) no-repeat center 80px;
    filter: Alpha(opacity=100);
    background-color: rgba(0, 0, 0, 0.5)
}

#focusview .v-info {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 30px;
    _width: 940px;
    background: #fff
}

#focusview .v-info h2 {
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    margin-bottom: 10px;
    font-size: 18px;
    color: #ec7aa7;
    line-height: 30px;
    font-weight: normal
}

#focusview .v-info p {
    color: #999;
    line-height: 22px
}

#videoview .bd .videobox .box .v-btn .v-btn-icon {
    background: url(https://www.1931.co/dream/images/1931v2/null_b926f9b.gif)
}

#videoview .bd .videobox .box .v-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)
}

#videoview .bd .videobox .box .v-btn:not(p):hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false')
}

#videoview .bd .videobox .box .v-btn:hover .v-btn-icon {
    background: url("https://www.1931.co/dream/images/1931v2/playbtns_c9b61c2.png") left -50px no-repeat
}

#videoview .bd .videobox .box-b .v-btn {
    height: 244px
}

#videoview .bd .videobox .box-s .v-btn {
    height: 97px
}

.placeholder {
    color: #999
}

