﻿/* 视频播放功能CSS */
video.edui-upload-video { display: none; }

div[data-power-ui=advertisement_fixed] .fixedCount { margin-right: 5px; font-size: 5px; position: absolute; right: 0; bottom: 0; width: 100px; text-align: right; line-height: 18px; height: 18px; }

div[data-power-ui=advertisement_fixed] .fixedCount a { background-color: #a9a9a9; padding: 0px 10px 0px 10px; font-weight: bold; font-size: 12px; }

div[data-power-ui=advertisement_fixed] .fixedCount a.seld { color: #c71585; }

/* 漂浮广告 */

.floatPosition { -moz-box-shadow: 0px 0px 4px #333333; -webkit-box-shadow: 0px 0px 4px #333333; box-shadow: 0px 0px 4px #333333; }

.floatPosition a.close { display: block; color: #fff; width: 20px; height: 20px; line-height: 20px; position: absolute; font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif; font-weight: 100; top: 2px; right: 2px; font-size: 20px; text-decoration: none; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }

.floatPosition a.close:hover { background: #fff; color: #666; }