body { font-family: "微软雅黑"; }
a:link, a:visited { color: #000; text-decoration: none; outline: none; }
a:hover { color: #0E4470; }
.clear { clear: both; }
ul li, ul { list-style-type: none; padding: 0; margin: 0; }
#choserarContainer{ display:none;}
.webuploader-container {position: relative;}
.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick-hover{}
#divFileProgressContainer { position: relative; }
.webuploader-pick-disable { opacity: 0.6; pointer-events: none; }
.progressName { font-size: 14px; margin: 10px 0px; }
.progressName a { float: right; border: 1px solid #35AC20; padding: 4px 10px; border-radius: 4px; font-size: 12px; }
.cancle { position: absolute; right: 0; width: 70px; height: 26px; border: 1px solid #ff7a19; color: #ff7a19; border-radius: 5px; line-height: 26px; text-align: center; }
.progressBarInProgress { height: 100%; display: block; background: #35AC20; border-radius: 3px; }
.jindu { width: 100%; height: 23px; padding: 3px; border: 1px solid #D3D3D3; border-radius: 4px; margin-top: 20px; margin-bottom: 8px; }
.progressBarStatus ul li { float: left !important; width: 25% !important; text-align: center !important; clear:none !important;}
.progressBarStatus ul li.first { text-align: left !important; }
.progressBarStatus ul li.last { text-align: right !important; }
.uploadmain{margin:0 auto;}
/*新增*/
#chosevideo {
display: inline-block;
float: left;
margin-right:10px;
}
.upbox{text-align:center;}

.webuploader-pick {
    display: flex;
    align-items: center;
    width: 180px;
    height: 52px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin: 0 10px;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    background: url(/Aiimg/img/b2.png) 22px center no-repeat;
    background-color: #fff;
}