@charset 'UTF-8';
html body { 
	_background-image: url(about:blank);     /*用浏览器空白页面作为背景*/
    _background-attachment: fixed;     /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
	_overflow:hidden;
} 
body { font-family: 'microsoft yahei'; user-select: none;}
[v-cloak] {
    display: none;
}
.partake-topic .topic-info{
    display: none;
}
.topic-info-bg{
    display: inline-block;
    max-width: 100%;
    background: #F7F7F7;
    border-radius: 4px;
    color: #FB544B;
    /* padding: 0 10px; */
    height: 30px;
}
.partake-topic .topic-info .topic-info-bg .topic-name{
    /* display: inline-block; */
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    text-overflow: ellipsis;
    padding-left: 4px;
}
.partake-topic .topic-info .delete-topic{
    display: inline-block;
    vertical-align: middle;
    /* margin-top: -21px; */
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../../images/upload/topic-close.png) no-repeat center;
    margin-right: 8px;
}
.partake-topic .add-topic{
    box-sizing: border-box;
    width: 120px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    background: #F7F7F7;
    border: 1px dashed #E2E2E2;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.partake-topic .add-topic:hover{
    border: 1px dashed #CCCCCC;
}
.topic-dialog{
    display: none;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -299px;
    margin-top: -235px;
    width: 598px;
    height: 470px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 2px 2px 6px #cccccc;
    z-index: 2000;
}
.topic-dialog .title{
    box-sizing: border-box;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 598px;
    height: 40px;
    background: #FB544B;
    border-radius: 6px 6px 0px 0px;
    font-size: 18px;
    color: #FFFFFF;
}
.topic-dialog .go-back{
    display: none;
    position: absolute;
    left: 20px;
    top: 13px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 14px;
}
.topic-dialog .go-back .back-icon{
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url('../../images/upload/back-icon.png') no-repeat 0 0;
    vertical-align: top;
}
.topic-dialog .close-btn{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url('../../images/upload/close-btn.png') no-repeat 0 0;
}
.topic-dialog .close-btn{
    background: url('../../images/upload/close-btn.png') no-repeat -20px 0;
}
.main{
    box-sizing: border-box;
    width: 100%;
    height: 430px;
}
.main .topic-type-list{
    width: 100%;
    height: 100%;
    margin: 75px auto;
    text-align: center;
    box-sizing: border-box;
}
.main .topic-type-list li{
    box-sizing: border-box;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}
.main .topic-container{
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.main .topic-container .nav-list{
    box-sizing: border-box;
    float: left;
    width: 116px;
    height: 100%;
    background: #F7F7F7;
    border-radius: 0px 0px 0px 6px;
    overflow-x: hidden;
    overflow-y: auto;
}
.main .topic-container .nav-list li{
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
}
.main .topic-container .nav-list li.select{
    color: #F44941;
    background: #FFFFFF;
}
.main .topic-list-container{
    box-sizing: border-box;
    float: left;
    width: 482px;
    height: 100%;
}
.main .topic-list-container .second-wrap {
    margin: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.main .topic-list-container .second-wrap .second-nav-list {
    display: inline-block;
    white-space: nowrap;
}
.main .topic-list-container .second-wrap .second-nav-list li {
    display: inline-block;
    /* width: 68px; */
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding: 0 12px;
}
.main .topic-list-container .second-wrap .second-nav-list li.active {
    color: #F44941;
    background: #F6F6F6;
    border-radius: 16px;
}
.main .topic-list-container .topic-list{
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 348px;
    padding: 0 30px 6px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.main .topic-list-container .topic-list .topic-item{
    box-sizing: border-box;
    display: flex;
    margin-bottom: 14px;
    height: 70px;
    align-items: center;
}
.main .topic-list-container .topic-list .topic-item .cover{
    width: 70px;
    height: 70px;
    border-radius: 6px;
}
.main .topic-list-container .topic-list .topic-item .topic-name-container{
    /* width: 258px; */
    height: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    flex: 1;
}
.main .topic-list-container .topic-list .topic-item .topic-name-container .topic-name{
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.main .topic-list-container .topic-list .topic-item .topic-name-container .hot-value{
    font-size: 14px;
    color: #999999;
}
.main .topic-list-container .topic-list .topic-item .partake-btn{
    box-sizing: border-box;
    /* width: 64px; */
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #FF4E46;
    border-radius: 15px;
    font-size: 14px;
    color: #FF4E46;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0 12px;
}
.main .topic-list-container .topic-list .topic-item .partake-btn:hover{
    background-color: #ff4e46;
    color: #FFFFFF;
}
.main .topic-list-container .empty-container{
    display: none;
    box-sizing: border-box;
    width: 100%;
    /* height: 100%; */
    font-size: 14px;
    color: #666666;
    padding-top: 100px;
}
.main .topic-list-container .empty-container .empty-img{
    display: block;
    margin: 0 auto 15px;
}
.main .topic-list-container .empty-container .empty-text{
    text-align: center;
}
::-webkit-scrollbar{
    width: 6px !important;
    height: 5px !important;
}
::-webkit-scrollbar-thumb{
    height: 40px;
    border-radius: 5px;
    background: #d7d7d7;
}
::-webkit-scrollbar-track{
    border-radius: 5px;
}
.main .topic-list-maxheight .topic-list{
    padding-top: 20px;
    height: 100%;
}
.main .topic-list-maxheight .empty-container{
    padding-top: 170px;
}
#uploadContainer #uploadVideoView{
    overflow:hidden;
    float: left;
    width: 338px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e2e2e2;
    padding:0 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#uploadContainer .uploadLabel{
    font-size:14px;
    margin-left: 8px;
    border:1px solid #e2e2e2;
    background: #FB544B;
    color: #FFFFFF;
    display:inline-block;
    width: 79px;
    height: 28px;
    text-align:center;
    line-height:28px
}
#uploadContainer #uploadVideo{
    width:0;
    height:0;
    opacity:0;
    display:block;
    overflow:hidden;
}

.main_wrap{width:1200px;margin:0 auto;margin-top:35px;overflow:hidden}
.main_left{float:left;_display:inline;width:670px;padding-bottom:70px}
.main_left_title{font-size:24px;color:#111111}
.ml_tit p{font-size:14px;color:#333333}
.grey1{color:#666666}
.red{color:#ff6666}
a.blue{color:#3d86ff}
.zpbt{width:338px;height:36px;line-height:30px;border:1px solid #e2e2e2; padding: 0 10px;font-size: 14px; }
.fileup{float:left;_display:inline;width:338px;height:28px;line-height:28px;border:1px solid #e2e2e2; padding-left: 10px;}
.browseBox{float:left;_display:inline;margin-left:8px;width:79px; height:30px; background:url('../../images/upload/selfile.jpg') no-repeat; overflow:hidden;}
#file{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; width:79px; height:30px;}
.alhavefile{float:left;_display:inline;margin-left:8px;height:30px;line-height:30px;}

.zpms{width:338px;height:108px;border:1px solid #e2e2e2;vertical-align: top;resize: none;padding: 10px; line-height: 22px;color: #666;}
.zpms::-webkit-input-placeholder{ font-size: 12px; color: #999;}
.add_pic_cover{position:relative;cursor:pointer;width:120px;height:120px;background: url('../../images/upload/addpic-1.png') no-repeat;}
.add_new_pic{position:relative;cursor:pointer;width:120px;height:120px;background: url('../../images/upload/addpic-1.png') no-repeat;}
.add_new_flt{position:absolute;left:0;right:0;bottom:0;font-size:14px;color:#F7F7F7;text-align:center;}
.flt_work { color: #dddcdc; background-color: rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); }
.flt_bg { opacity:0.25;filter:alpha(opacity=25);background-color: #000000; }
.add_pic_cover .cut-img { display:block; width: 100%; height: 100%; }
.pic_list{position:relative;width:670px;height:120px;overflow:hidden}
.pic_list_ul{width:704px;height:120px;}
.pic_list_ul li{position:relative;float:left;_display:inline;width:120px;height:120px;margin-right:18px;overflow:hidden}
.pic_list_ul li img{/*width:120px;height:120px*/}
.pic_list_ul li:hover .picdelbtn{display:block}
.picdelbtn{display:none;cursor:pointer;position:absolute;right:0;top:0;width:28px;height:28px;background: url('../../images/upload/picclose.png') no-repeat;}
.desc_left{float:left;_display:inline}
.total_pic{font-size:14px;color:#666;}
.add_more_pic{cursor:pointer;margin-left:15px;font-size:14px;color:#3196fe}
.desc_right{float:right;_display:inline;font-size:14px;color:#bbbbbb}
.line{margin-left:12px;margin-right:10px}
.prevbtn,.nextbtn{cursor:pointer;color:#45a5ff}
.ml_input label{cursor:pointer;}
.simibtn{float:left;_display:inline;margin-top:3px;width:16px;height:16px}
.simibtnnot{background: url('../../images/upload/simibtn.png') no-repeat;}
.simibtnsel{background: url('../../images/upload/simibtnsel.png') no-repeat;}
.simiup{float:left;_display:inline;margin: 0 5px;font-size:16px;color:#333333}
.uploadbtn{cursor:pointer;float:left;_display:inline;border-radius:4px;width:118px;height:38px;line-height:38px;font-size:16px;color:#ffffff;text-align:center;border:1px solid #e65048;background-color:#e65048}
.cancelbtn{cursor:pointer;float:left;_display:inline;margin-left:20px;border-radius:4px;width:118px;height:38px;line-height:38px;font-size:16px;color:#666666;text-align:center;border:1px solid #d4d4d4;background-color:#ffffff}

.main_right{float:left;_display:inline;width:380px;padding-left:70px;border-left:1px solid #e0e0e0}
.mr_content{font-size:12px;color:#666666}
.mr_content_more{line-height:22px}
.mt10{margin-top:10px}
.mt25{margin-top:25px}

#overlay { display: none; position: fixed; left: 0px; top: 0px; opacity: 0.7; filter: alpha(opacity=70); background-color: #000000; z-index: 1000; width: 100%; height: 100%; }
#overbody { display: none; position: fixed; left: 0px; top: 0px; z-index: 1010; width: 100%; height: 100%; }
#overlay,
#overbody{ _position:absolute; _top:expression(eval(document.documentElement.scrollTop)); _left:expression(eval(document.documentElement.scrollLeft)); _width:expression(eval(document.documentElement.clientWidth)); _height:expression(eval(document.documentElement.clientHeight)); }

.apfloat_layer{z-index:1555;position:fixed;width:800px;height:624px;left:50%;margin-left:-400px;top:50%;margin-top:-312px;background-color:#fff}
.apfloat_layer_no{z-index:1555;position:fixed;width:800px;height:500px;left:50%;margin-left:-400px;top:50%;margin-top:-250px;background-color:#fff}
.apfloat_layer_succ{z-index:1555;position:fixed;width:800px;height:540px;left:50%;margin-left:-400px;top:50%;margin-top:-270px;background-color:#fff}
.apfloat_layer_succ_zm{z-index:1555;position:fixed;width:800px;height:540px;left:50%;margin-left:-400px;top:50%;margin-top:-270px;background-color:#fff}
.apfloat_layer_tips{
    z-index:1555;
    position:fixed;
    /* width:400px;
    height:220px; */
    min-width:400px;
    min-height:220px;
    left:50%;
    margin-left:-200px;
    top:50%;
    margin-top:-110px;
    background-color:#fff}
.apfloat_layer_tips_1{z-index:1555;position:fixed;width:400px;height:220px;left:50%;margin-left:-200px;top:50%;margin-top:-110px;background-color:#fff}
.apf_top{position:relative;width:100%;height:40px;line-height:40px;background-color:#f7f7f7}
.apf_close{cursor:pointer;position:absolute;width:13px;height:13px;right:-28px;top:0;background: url('../../images/upload/apf_close.png') no-repeat;}
.apf_top p{margin: 0 20px;font-size:16px;color:#333333}
.apf_con{position:relative;width:800px;height:460px;overflow-x:hidden;overflow-y:auto}
.apf_con_no{width:800px;margin-top:150px;text-align:center;}
.apf_con_no p{font-size:26px;color:#333333}
.apf_con_tips{font-size:20px;min-width:400px;margin-top:52px;padding: 0 12px;text-align:center;}
.apf_con_tips p{font-size:26px;color:#333333}
.apf_con_tips_1{font-size:16px;width:400px;margin-top:60px;}
.jindu_wrap{float:left;_display:inline;width:310px;height:20px;margin: 0 20px;background-color:#f0f0f0}
.jindu_bar{height:20px;width:0%;background-color:#49d077;}




.apf_con ul.apf_con_ul{margin-top:36px;margin-left:45px;width:800px}
.apf_con ul.apf_con_ul li{position:relative;cursor:pointer;float:left;_display:inline;margin-right:50px;margin-bottom:50px;width:140px;height:140px;overflow:hidden}
.apf_con ul.apf_con_ul li img{display:block;/*width:140px;height:140px;*/overflow:hidden}
.space-album-pic-mask{ display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.14); z-index: 1;}
.space-album-pic-mask.block{ display: block;}
.apf_sel{position:absolute;width:30px;height:30px;right:10px;bottom:10px;background: url('../../images/upload/flsel.png') no-repeat; z-index: 2;}
.apf_sel_none{display:none;}


.apf_sub{width:800px;margin-top:40px; text-align: center;}
.apf_sub_tips{
    min-width:400px;
    margin:36px 0;
}
.apf_sub_btn{cursor:pointer;margin:0 auto;border-radius:4px;display:block;width:170px;height:50px;background-color:#ff736c;line-height:50px;font-size:20px;color:#ffffff;text-align:center}
a.apf_sub_btn_go{cursor:pointer;margin:0 auto;border-radius:4px;display:block;width:170px;height:50px;background-color:#ff736c;line-height:50px;font-size:20px;color:#ffffff;text-align:center}
a.apf_sub_btn_up{cursor:pointer;display:inline-block;border-radius:4px;width:140px;height:50px;margin:0 30px;background-color:#ff736c;line-height:50px;font-size:20px;color:#ffffff;text-align:center}
a.apf_sub_btn_check{cursor:pointer;display:inline-block;margin:0 30px;border-radius:4px;width:140px;height:50px;background-color:#669ff5;line-height:50px;font-size:20px;color:#ffffff;text-align:center}
.apf_tips_btn{
    cursor:pointer;
    float:right;
    _display:inline;
    /* margin-left:304px; */
    margin-right: 24px;
    border-radius:4px;display:block;width:80px;height:36px;background-color:#ff736c;line-height:36px;font-size:18px;color:#ffffff;text-align:center}

/*上传封面图*/
.up_cover_wrap{z-index:1555;position:fixed;width:430px;height:470px;left:50%;margin-left:-216px;top:50%;margin-top:-236px;background-color:#fff;border-radius:6px;}
.up_cover_wrap .up-cover-tit{height:35px;padding:0 14px;font-size:14px;color:#FBFBFB;line-height:35px;text-align:left;background-color:#CE4029;border-top-left-radius:6px;border-top-right-radius:6px;}
.up_cover_wrap .up-cover-tit .close-btn{float: right; cursor: pointer;width:13px;height:13px;margin-top: 11px;background: url('../../images/upload/apf_close.png') no-repeat;}
.upload_img { padding: 20px 30px 25px; }
.upload_img .tip { font-size: 14px; line-height: 32px; color: #999999; }
.upload_img .tip .tip-text { display: inline-block; width: 250px; }
.upload_img .tip label.upload {
    display: inline-block; 
    /* width: 110px;  */
    padding: 0 8px;
    height: 32px; 
    margin-right: 9px; 
    border: 1px solid #E5E5E5; 
    background-color: #F6F6F6; font-size: 14px; line-height: 32px; text-align: center; color: #666; border-radius: 16px; vertical-align: top; }
.upload_img .tip label.upload:hover { color: #333; cursor: pointer; }
.upload_img .upload-file{width:0;height:0;overflow: hidden;position: absolute;}
.upload_img .box .left {position: relative; width: 258px; height: 258px; border: 1px solid rgba(0, 0, 0, 0.12); margin: 19px auto 21px; background: #F3F3F5 center no-repeat;background-image: url("../../images/upload/default.png");}
.upload_img .box .left .shade { background-color: rgba(0,0,0,0.6); position: absolute; left: 0; top: 0; }
.upload_img .box .left .shade img { position: absolute; left: 0; top: 0; z-index: -1; visibility: hidden; }
.upload_img .box .left .cut { position: absolute; left: 0; top: 0; margin-left: -1px; margin-top: -1px; width: 152px; height: 152px; border: 1px solid red; cursor: move; display: none; }
.upload_img .cut em { display: block; width: 5px; height: 5px; background-color: red; position: absolute;border: 10px solid rgba(0,0,0,0);background-clip: content-box; }
.upload_img .cut em.l { left: -10px; top: 50%; margin-top: -12px; cursor: w-resize; }
.upload_img .cut em.t { top: -10px; left: 50%; margin-left: -12px; cursor: n-resize; }
.upload_img .cut em.r { right: -10px; top: 50%; margin-top: -12px; cursor: e-resize; }
.upload_img .cut em.b { bottom: -10px; left: 50%; margin-left: -12px; cursor: s-resize; }
.upload_img .cut em.lt { left: -10px; top: -10px; cursor: nw-resize; }
.upload_img .cut em.rt { right: -10px; top: -10px; cursor: ne-resize; }
.upload_img .cut em.lb { left: -10px; bottom: -10px; cursor: sw-resize; }
.upload_img .cut em.rb { right: -10px; bottom: -10px; cursor: se-resize; }
.upload_img .box .left .cut  { overflow: hidden; }
.upload_img .box .left .cut .img { display: block; }
.upload_img .button { line-height: 30px; text-align: center; }
.upload_img .button .confirm { display: inline-block; width: 88px; height: 30px; font-size: 14px; line-height: 30px; color: #fff; text-align: center; margin: 0 19px; border: 1px solid #ec5244; background-color: #ec5244; border-radius: 15px; }
.upload_img .button .confirm:hover { border: 1px solid #DB5048; background-color: #DB5048; cursor: pointer; }
.upload_img .button .cancel { display: inline-block; width: 88px; height: 30px; font-size: 14px; line-height: 30px; color: #525252; text-align: center; margin: 0 19px; border: 1px solid #CCCCCC; background-color: #fff; border-radius: 15px; }
.upload_img .button .cancel:hover { border: 1px solid #AAAAAA; color: #333; cursor: pointer; }
.upload_img .button .cancel.disable,
.upload_img .button .cancel.disable:hover { background-color: #CCCCCC; color: #fff; cursor: default; }
#overbody { display: none; position: fixed; left: 0px; top: 0px; z-index: 1010; width: 100%; height: 100%; }
#overbody p { position: absolute; left: 50%; top: 50%; color: #fe826a; font-size: 16px; line-height: 70px; text-align: center; width: 250px; height: 70px; margin-top: -35px; margin-left: -125px; background: #fff no-repeat center; border-radius: 5px; visibility: hidden; box-shadow: 0px 0px 5px #ccc; }

/* 字幕 */
.caption_wrap {
    margin-top: 24px;
    font-size: 14px;
    color: #333333;
}
.caption_wrap .radio_title {
    float: left;
}
.caption_wrap .caption_radio {
    float: left;
    margin: 0 18px 0 14px;
    cursor: pointer;
}
.caption_wrap .caption_radio .caption_radio_icon {
    width: 18px;
    height: 18px;
    margin: 1px 7px 0 0;
    float: left;
    background: url(../../images/upload/lrc_choose_icon.png) no-repeat center;
    background-position: 0 0;
}
.caption_wrap .caption_radio:hover .caption_radio_icon {   
    background-position: -18px 0;
}
.caption_wrap .caption_radio.selected .caption_radio_icon {
    background-position: -36px 0;
}
.caption_wrap .select_box {
    display: none;
    margin-top: 16px;
}
.caption_wrap .select_box .lrc_view {
    float: left;
    width: 328px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    padding: 0 22px 0 10px;
    color: #999999;
    position: relative;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caption_wrap .select_box .lrc_view .lrc_close_icon {
    display: none;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../../images/upload/lrc_close_icon.png) no-repeat center;
    background-position: 0 0;
}
.caption_wrap .select_box .lrc_view .lrc_close_icon:hover { 
    background-position: -18px 0;
}
.caption_wrap .select_box .lrc_label {
    font-size:14px;
    margin: 0 8px;
    color: #FFFFFF;
    display:inline-block;
    width: 74px;
    height: 30px;
    text-align:center;
    line-height:30px;
    background: #FB544B;
    border-radius: 2px;
    cursor: pointer;
}
.caption_wrap .select_box #lrc_label_confirm {
    display: none;
}
.caption_wrap .select_box .upload_lrc{
    width:0;
    height:0;
    opacity:0;
    display:block;
    overflow:hidden;
}
.caption_wrap #lrcTextArea, .caption_wrap #capTextArea{
    display: none;
    width: 418px;
    height: 325px;
    margin-top: 12px;
    line-height: 26px;
    color: #333333 !important;
    font-size: 14px !important;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    resize: none;
}
.caption_wrap #lrcTextArea {
    color: #999999 !important;
}


[dir="rtl"] .caption_wrap .radio_title,
[dir="rtl"] .caption_wrap .caption_radio,
[dir="rtl"] #uploadContainer #uploadVideoView,
[dir="rtl"] .caption_wrap .select_box .lrc_view,
[dir="rtl"] .simibtn,
[dir="rtl"] .simiup,
[dir="rtl"] .uploadbtn,
[dir="rtl"] .jindu_wrap,
[dir="rtl"] .main_left,
[dir="rtl"] .main .topic-container .nav-list { float: right;}
[dir="rtl"] #uploadContainer .uploadLabel { margin-right: 8px; }
[dir="rtl"] .upload_img .tip { line-height: 20px; }
[dir="rtl"] .upload_img .tip label.upload { margin-left: 9px; margin-right: 0; }
[dir="rtl"] .upload_img .box .left { float: right; direction: ltr; }
[dir="rtl"] .caption_wrap .select_box .lrc_view .lrc_close_icon { left: 8px; right: unset; }
[dir="rtl"] .cancelbtn { float: right; margin-right: 20px;}
[dir="rtl"] .apf_close { left: -28px; right: unset; }
[dir="rtl"] .apf_tips_btn { float: left; margin-left: 24px; }
[dir="rtl"] .caption_wrap .caption_radio .caption_radio_icon { margin: 0 0 0 7px; float: right; }