* {
    margin: 0px;
    padding: 0px
}

html, body {
    padding: 0px;
    margin: 0px auto;
}

/* 本例子css -------------------------------------- */
.picScroll {
    text-align: center;
}

.tempWrap {
    overflow: hidden;
    position: relative;
}

.bd {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    transition-duration: 200ms;
    transform: translate(0px, 0px) translateZ(0px);
}

.picScroll .bd ul {
    width: 100%;
    /*float: left;*/
    /*padding-top: 10px;*/
    display: table-cell;
    vertical-align: top;
    width: 1440px;
    padding-left: 0;
    padding-bottom: 5px;
}

.picScroll .bd li {
    position: relative;
    float: left;
    width: 33%;
    float: left;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
}

    .picScroll .bd li div {
        width: 100%;
        overflow: hidden;
    }

    .picScroll .bd li a {
        /* 取消链接高亮 */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.fengmian {
    width: 100%;
    background: url(http://m.3456.tv/image/loading.gif) #fff center center no-repeat;
    margin-top: -35px;
    height: auto;
    margin-bottom: -55px;
}

.bofang {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.picScroll .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #80BD6D;
    background: #f6f6f6;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}

    .picScroll .hd ul {
        float: right;
        padding-top: 16px;
    }

    .picScroll .hd li {
        float: left;
        width: 8px;
        height: 8px;
        background: #D0D0D0;
        margin: 0 5px;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .picScroll .hd .on {
        background: #80BD6D;
    }

.picScroll .prev, .picScroll .next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(http://m.3456.tv/images/pisScrollIcons.gif) -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
}

.picScroll .next {
    background-position: -34px -7px;
}

.picScroll .prevStop {
    background-position: -6px -40px;
}

.picScroll .nextStop {
    background-position: -34px -40px;
}


/* video class */

#title {
    background-color: #fff;
    color: #000;
    margin-bottom: 0px;
}

#playvideo {
    position: relative;
    width: 100%;
    height: 100%;
}

#title1 {
    width: 100%;
    opacity: 0.9;
    position: absolute;
    top: 10px;
    z-index: 100;
}

#a1 {
    position: absolute;
    right: 8%;
    color: #fff;
    font-size: 19px;
    width: 40px;
    background-color: #000; /*#535456*/
    text-align: center;
    border-radius: 8px;
    opacity: 0.56;
    padding-top: 4px;
    padding-bottom: 4px;
}

#title2 {
    margin: 10px auto;
    opacity: 0.9;
    position: absolute;
    bottom: 8.5%;
    z-index: 100;
    font-size: 24px;
    color: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width: 43%;*/
}

#p1 {
    color: #fff;
    background-color: #3ce61b;
    border-radius: 5px;
    font-size: 25px;
    /*text-align: center;*/
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

#playvideo:-moz-full-screen {
    height: 100%
}

#playvideo:-webkit-full-screen {
    height: 100%
}

#playvideo:-ms-fullscreen {
    height: 100%
}

#playvideo:fullscreen {
    height: 100%
}

/*
#playvideo {
    width: 100%;
    position: relative;
}

#title1 {
    position: absolute;
    top: 5%;
    width: 100%;
    color: white;
    padding-right: 20px;
    font-size: 20px;
    cursor: pointer;
}

#title2 {
    position: absolute;
    bottom: 5%;
    width: 100%;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
*/
