.videoUp {
    background: #468c92;
    width: 100px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    -moz-box-shadow: 0px 0px 6px #f1f3f3;
    -webkit-box-shadow: 0px 0px 6px #f1f3f3;
    box-shadow: 0px 0px 20px #f1f3f3;
    margin-left: 6px;
    border-radius: 5px;
}

.videoUp:hover {
    cursor: pointer;
}

.popbox {
    width: 1000px;
    height: 600px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -300px;
    z-index: 10;
    background: #fff;
    display: none;
}

.popbox .top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #efefef;
    font-size: 20px;
    text-align: center;
}

.shadow {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.popbox .middle {
    padding: 48px 100px 48px 100px;
    font-size: 15px;
}

.popbox .middle dl {
    margin-bottom: 35px;
}

.popbox .middle dt, .popbox .middle dd {
    display: inline-block;

}

.popbox .middle dd input {
    min-width: 219px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;

}

.popbox .middle dd span {
    color: #999;
    font-size: 12px;
}

.popbox .middle dl:nth-of-type(4) input,
.popbox .middle dl:nth-of-type(5) input {
    border: 0;
}

.popbox .middle .queren {
    width: 142px;
    height: 46px;
    color: #fff;
    background: #468c92;
    border: 0;
    border-radius: 2px;
    text-align: center;
    margin-left: 329px;
}

.popbox .middle dl dd .imgupload, .popbox .middle dl dd .videoupload {
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.popbox .middle dd div {
    width: 100px;
    height: 32px;
    background: #478c92;
    color: #fff;
    position: relative;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}
.popbox .middle .showRule{
    height: 370px;
    overflow-y: scroll;
    position: relative;
}
.popbox .middle .return{
    padding-top: 20px;
    float: right;
    color: #0099ff;
    cursor: pointer;
}
.popbox .middle .rule{cursor: pointer;padding-left: 10px}
.popbox .middle .rule:hover{  color: #468c92;}
ul.video_list2 li a:hover{	background: #468c92;}
@keyframes toBlueBg{
    0%{ box-shadow: none;}
    100% {background:#468c92; box-shadow:0 0 10px #468c92; color:#fff;}
}
.alertVideo{width:358px;position:fixed;left:50%;top:50%;margin:-25px 0 0 -87px;z-index:999; text-align:center; background:rgba(0,0,0,.7); border-radius:5px; display:none;color: #fff;line-height: 60px;}