/**公共CSS**/
.red{color:#ff0000}
.blue {color:#0075ff;}
.left{float:left}
.right{float:right}
.mr30{margin-right:30px;}
/**配置容器**/
#divMain2{margin-bottom:30px;}
#divMain2 form{margin:0;}
/**扩展容器**/
.extend{margin:15px 0 0 0;width:99%;overflow:hidden;}
/**插入视频**/
.mp4video{position:relative;max-width:600px;width:100%;margin:0.5em 0}
.mp4video input{padding:5px 110px 5px 10px!important;width:100%;height:33px;}
.mp4video #mp4v-in{position:absolute;right:0;top:0;padding:0 5px;line-height: 33px;cursor:pointer;border-left:1px solid #ccc}
/* 选择栏目/页面 */
.pages option{cursor: pointer; margin-right:10px;white-space:normal;display:inline-block;color:#1d4c7d}
/* 输入框 */
#divMain2 table textarea , .extend table textarea{max-width:600px;width:100%;padding: 5px 10px;height:80px;vertical-align:middle;}
#divMain2 table input[type=text] , .extend table input[type=text] {max-width: 600px;width:100%;padding: 5px 10px;height:33px;}
/* 按钮 */
#divMain2 input.button{width: 180px;height: 38px;}
/* 图标 */
#divMain2 table td i , .extend table td i{color:#999;margin-left: 5px;}
/* 注释 */
.note , .note2{ max-width: 600px;line-height: 24px;overflow: hidden; position: relative;font-family: 'zblog' !important; }
.note { height:24px;}
.noteicon::before{content:"\ec94";position: relative; top:1px;margin-right: 5px;}
.note .note-show , .note .note-hide{float:right;margin-left:5px;color:#666;position: relative; top:1px; cursor: pointer;}
.note .note-show::before{content:"\ec8d";}
.note .note-hide::before{content:"\eac1";}
.note-height{height:auto;}
/* 子菜单的子菜单 */
.SubMenu2 {line-height: 30px;margin:0;}
.SubMenu2 a{display: inline-block;padding:0 10px;margin-right: 10px;color:#1d4c7d;}
.SubMenu2 a.current{background: #ededed;font-weight: bold;}
.checktr , .checkp{display: none;}
.checktr-tr {display: table-row;}
.checkp-p{display: block;}
/* 插入图片 */
.upload-img{position: relative;padding:0.5em 0;max-width: 600px;}
.upload-img p{padding:0;}
.upload-img form{margin:0!important;padding:0!important;}
.upload-img input.read{padding:5px 90px 5px 10px!important;}
.btnbox{position:absolute;right:0;top:.5em;overflow:hidden;display:inline-block;width:80px;line-height:33px;box-sizing:border-box;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background:#3a6ea5}
.btnbox:hover{background:#3399cc;}
.upload-img .btn{position:absolute;z-index:9;top:0;right:0;margin:0;padding:0;display:block;height:33px;min-width:90px;border:0;background:0 0;opacity:0;cursor:pointer}
.upload-img .file p{padding:0.5em 0 0 0;}
/* 获取网站meta */
.websitemeta{position: relative;padding:0.5em 0;max-width: 600px;}
.websitemeta #metabtn{position:absolute;right:0;top:.5em; z-index: 9;margin:0;padding:0 10px;height:33px;}
.websitemeta #metabtn:hover{background:#3399cc;}
/* 折叠 */
.extend-hide table{display: none;}
.extend label.editinputname {user-select:none;}
.extend-hide label.editinputname span::before{content:"+";}
.extend-show label.editinputname span::before{content:"-";}