.videoParent {
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 600;
    box-shadow: 2px 2px 7px 0px 
		rgba(0, 0, 0, 0.05);
    padding: 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -193px;
    margin-top: -105px;
    display: none;
}
.videoParent i {
    display: block;
    width: 14px;
    height: 7px;
    position: absolute;
    top: -6px;
    left: 20px;
}

.upStatus {
    width: 360px;
    height: 184px;
    position: relative;
    display: none;
}
.rjyeMi{
    position: relative;
    display: none;
}
.rjyeMi>p{
    position: relative;
}
.upStatus .backErr,.rjyeMi>p .backErr{
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    right: 2px;
    top: 2px;
}
.titleMi{
    width: 326px;
    margin: 39px auto 0;
    overflow: hidden;
}
.titleMi>span{
    color: #333333;
    font-size: 14px;
    float: left;
    margin-right: 8px;
    line-height: 31px;
}
.titleMi>div{
    width: 281px;
	height: 29px;
	background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 29px;
    float: left;
}
.titleMi>div input{
    width: 240px;
	height: 27px;
    float: left;
    border: none;
    text-indent: 8px;
}
.titleMi>div span{
    font-size: 12px;
    color: #666666;
    float: right;
    margin-right: 6px;
}
.sendJoo{
    width: 64px;
	height: 26px;
	background-color: #b5b5b5;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    outline: none;
    border: none;
    margin: 45px auto 16px;
    display: block;
}
.sendQue{
    background-color: #5c92ff;
}
.progressLine {
    width: 316px;
    margin: 0 auto;
    position: relative;
    top: 55px;
}
.uploadGro {
    width: 260px;
    height: 4px;
    background: #e5e5e5;
    float: left;
    border-radius: 2px;
    margin-top: 6px;
}
.uploadGro .barBg {
    width: 0px;
    height: 4px;
    background: #ff8a00;
    border-radius: 2px;
}
.NumPro {
    font-size: 12px;
    color: #999999;
    float: left;
    margin-left: 5px;
}
.clear {
    clear: both;
}
.videoUpLoading {
    text-align: center;
    position: relative;
    top: 68px;
    font-size: 14px;
    color: #666;
}
.msgWord {
    font-size: 12px;
    color: #666;
    text-align: center;
    position: relative;
    top: 88px;
}
.msgWord span {
    font-size: 12px;
    color: #38adff;
    cursor: pointer;
    vertical-align: top;
}
.upSuccess {
    width: 360px;
    height: 172px;
    position: relative;
    display: none;
}
.upSuccess .backErr {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.upSuccess .imgIco {
    width: 50px;
    height: 50px;
    background: #fff url(/img/shangchuanchenggong.png) no-repeat;
    margin: 0px auto;
    position: relative;
    top: 26px;
}
.upSuccess .vs {
    font-size: 14px;
    color: #666;
    text-align: center;
    position: relative;
    top: 46px;
}
.upSuccess .transcoding {
    text-align: center;
    font-size: 12px;
    color: #666;
    position: relative;
    top: 65px;
}
.upSuccess .kMsg {
    display: block;
    width: 64px;
    height: 26px;
    background: #5c92ff;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 65px;
    margin: 0 auto;
    cursor: pointer;
}

/* banner上传文件 */
.bannerFile{width: 100%;background: #fff;overflow: hidden;}
.bannerFileCo{width: 1190px;margin: 33px auto;position: relative;}
.bannerFileCo>img{height: 369px;}
.bannerFileCo>div{position: absolute;right: 26px;bottom: 22px;}
.bannerFileCo>div #drop_area{border: dashed 3px #8e90cd;color: #ffffff;padding: 23px 10px;font-size: 15px;margin-bottom: 19px;}
.bannerFileCo>div #drop_area span{width: 119px;height: 36px;text-align: center;line-height: 36px;margin-right: 7px;cursor:pointer;background-color: #fa533d;border-radius: 8px;font-size: 16px;color: #e9f9ff;display: inline-block;}
.bannerFileCo>div #drop_area input{width: 118px;height: 36px;position: absolute;top: 24px;opacity: 0;}
.bannerFileCo>div ul li{font-size: 14px;color: #8e90cd;margin-bottom: 14px;background: url(/img/sp_dian.png) 0 center no-repeat;padding-left: 19px;}
.bannerFileCo>div ul li:last-child{margin-bottom: 0;}