/*
 * 文件描述:  CSS MODULE
 * 对应功能页：Preview
 * 期望执行浏览器：所有浏览器(IE8及非IE效果更佳)
*/
.download-plugin {
    position: relative;
    top: 50%;
    font-size: 14px;
    text-align: center;
}
.download-plugin a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 24px;
    padding: 4px 20px 4px 28px;
    text-decoration: underline;
    text-align: center;
}
.download-plugin-icon {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background-position: -210px 0;
    background-repeat: no-repeat;
}
.download-plugin a:hover {
    text-decoration: none;
}
.download-plugin a:hover .download-plugin-icon {
    background-position: -210px -30px;
}
.pre-head .stream-config {
    display: inline-block;
    *display: inline;
    width: 230px;
}
.pre-head .pre-other {
    float: left;
    margin-right: 10px;
}
.pre-other input {
    vertical-align: middle;
}
.pre-other span {
    line-height: 20px;
}
.video-wrap {
    width: 100%;
    height: 333px;
}
.video {
    width: 100%;
    height: 100%;
    position: relative;
}
.pre-main .sidec {
    display: inline-block;
    width: 165px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sidec h1,
.sidec .title {
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.sidec .title {
    height: 24px;
    line-height: 24px;
}
.sidec .content{
    padding: 4px;
    margin: 0;
    text-align: center;
}
.sidec .title {
    width: 100%;  
}
.sidec .title li {
    float: left;
    width: 76px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px 4px 0 0;
}
.sidec .title li.current {

}

/*图像调节 icons*/
.icon-light,
.icon-contrast,
.icon-chroma,
.icon-saturation {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.icon-light {
    background-position: 0 -60px;
}
.icon-contrast {
    background-position: -30px -60px;
}
.icon-chroma {
    background-position: -60px -60px; 
}
.icon-saturation {
    background-position: -90px -60px;
}
.side .u-slider {
    float: left;
    width: 135px;
}
.side .u-slider-content {
    width: 110px;
}
.videobox {
    height: 100%;
}
.videobox .plate {
    width: 418px;
}
.plate-item {
    width: 100%;
    margin-top: 5px;
}
.plate-item h1 {
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.plate-item .platebox1 {
    margin: 4px;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.plate-item .platebox2 {
    height: 110px;
    padding: 4px;
}
.pic-content {
    min-height: 433px;
    padding: 4px 3px;
}
.picbox .pic1 {
    min-height: 430px;
    height: 99%;
    display: none;
}
.picbox .pic4 {
    width: 49%;
    min-height: 208px;
    height: 48%;
    margin-bottom: 2px;
}
.picbox .ui-video-item {
    float: right;
}
.picbox .ui-video-icon {
    margin-right: 6px;
    margin-left: 0;
}
.picbox .details {
    margin-top: 5px;
}
.picbox .clear {
    width: 13px;
    height: 16px;
    float: left;
    display: block;
    margin-left: 2px;
    _margin-left: 0px;
    margin-top: 2px;
}
.ly-videofull #side {
    display: none;
}
.ly-videofull .videobox {
    width: 100%;
    position: relative;
}
.ly-videofull .video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 34px;
    right: 0;
    height: auto; 
}
.ly-videofull .ui-videobar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.ly-videofull.ly-side #side {
    display: block;
}
.ly-videofull.ly-side #pre_content {
    margin: 0 180px 0 5px;
}
.ly-videofull.ly-focus #pre_content {
    margin: 0 277px 0 5px;
}
.ly-videofull.ly-ptz #pre_content {
    margin: 0 177px 0 5px;
}

.ly-picfull #picBox_table {
    display: none;
}
.ly-picfull .picbox {
    margin: 0;
    position: relative; 
}
.ly-picfull .pic-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 34px;
    right: 0;
    height: auto;
}
.ly-picfull .ui-videobar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.ly-picone .pic1 {
    display: block;
}
.ly-picone .pic4 {
    display: none;
}
.ly-picfour .pic1 {
    display: none;
}
.ly-picfour .pic4 {
    display: block;
}

/*聚焦缩放*/
.pre-focus {
    float: right;
    margin-right: 10px;
    width: 260px;
    text-align: center;
    zoom: 1;
}
.pre-focus-title {
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.pre-focus-con {
    float: left;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.arrow-off, .arrow-on {
    float: left;
    display: block;
    width: 20px;
    height: 13px;
    margin-top: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.arrow-off {
    background-image: url(../image/blue_arrow1.png);
}
.arrow-on {
    background-image: url(../image/blue_arrow2.png);
}
.pre-focus .u-button {
    float: left;
}
.pre-focus .ui-form-item {
    margin-top: 8px;
}
.focus-istl {
    float: left;
    width: 18px;
    height: 18px;
    margin: 4px 0 0 4px;
    background-image: url(../image/install.png);
    background-repeat: no-repeat;
}
.pre-ptz {
    float: right;
    margin-right: 10px;
    width: 160px;
    text-align: center;
    zoom: 1;
}
.pre-ptz-step {
    margin: 0 auto;
}
.pre-ptz-adjust {
    margin-left: 20px;
    padding-bottom: 10px;
}

.u-tab.menu{
    background: #4e4e4e;
    height: 20px;
}
.u-tab.menu li{
    height: 20px;
    line-height: 20px;
    margin-right: 0px;
    font-size: 12px;
    min-width: 76px;
}
.u-tab.menu li{
    background-color: #4E4E4E;
    color: #B2B2B2;
}
.u-tab.menu .current{
    background-color: #5C5C5C;
    color: #FFFFFF;
    font-weight: normal;
}