.operate{
    position: absolute;
    height: 33px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: right;
}

.operate a{
    width: 50px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: -5px;
    padding: 0 !important;
    float: right !important;
}

.addModule{
    background:#5cb85c
}

.editModule{
    background:#5bc0de !important
}

.removeModule{
    background: #d9534f;
}


#layerBox{
    position: fixed;
    width: 500px;
    height: 300px;
    background: #fff;
    z-index: 999;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    z-index: 1000;
    display: none;
}

#layerBox .layer-title{
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    position: relative;
}

#layerBox .layer-title b{
    font-weight: normal;
}

#layerBox .layer-title a.close-layer{
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    /* top: 13px; */
    opacity: 1;
    font-size: inherit;
}

#layerBox .layer-title a.close-layer img{
    width: 100%;
}

#layerBox .conserve{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1E9FFF;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

.layer-content{
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.upload-file{
    width: 100px;
    text-align: center;
    margin: 20px;
    float: left;
    margin-right: 10px;
}

.upload-file p{
    line-height: 30px;
    color: #666;
}

.file-box{
    width: 100px;
    height: 100px;
    border: 1px dashed #ccc;
    position: relative;
    background: url('https://img.ingping.com/static/css/activity/template/images/add.png') no-repeat center center;
    background-size: 35px;
    cursor: pointer;
}

.file-box input[type=file]{
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.video-link{
    margin-left: 20px;
    float: left;
    margin-top: 15px;
    width: 195px;
}

.video-link p{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #666;
}

.video-link input[type=text]{
    width: 100%;
    outline: none;
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
}

img[src=""],img:not([src]){
    opacity:0;
}


.add-btn{
    padding: 10px 25px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin: 50px 20px;
    font-size: 15px;
    cursor: pointer;
}

.add-btn:hover{
    background: #1E9FFF;
    border: 1px solid #1E9FFF;
    color: #fff;
}

.add-btn.active{
    background: #1E9FFF;
    border: 1px solid #1E9FFF;
    color: #fff;
}

#add-wrap{
    display: none;
    text-align: center;
}

#edit-wrap{
    display: none
}

#adv-edit-wrap{
    display: none;
}

#monographic .a_02 ul li{
    display: block;
    float: left;
    position: relative;
}

#monographic .a_02 ul li .editModule{
    float: inherit;
    margin: 0;
    display: inline-block;
    margin: 0;
}


.a_left p{
    position: relative;
}

#monographic .a_box{
    position: relative;
    margin-right: 0;
}

#monographic .a_brand ul li{
    width: 140px;
    height: 78px;
    float: left;
    display: block;
    position: relative;
}

#monographic .a_left{
    position: relative;
}

#monographic .a_right{
    position: relative;
}

#monographic .a_right .bulkEdit{
    position: absolute;
    top: -28px;
    right: 0;
    width: 80px ;
    height: 28px ;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #5bc0de;
    cursor: pointer;
}

#monographic .a_box_width{
    position: relative;
}

#monographic .a_sd a{
    position: relative;
}

#monographic .a_sd li{
    width: 190px;
    height: 190px;
    float: left;
    margin: 0px 7px 7px 0;
    position: relative;
}

#monographic .a_sd li:nth-child(5n){
    margin-right: 0;
}

#monographic .a_zx ul li{
    width: 480px;
    height: 186px;
    float: left;
    margin: 0px 10px 10px 0;
    position: relative;
}

#monographic .recommendList ul li{
    width: 20%;
    height: 200px;
    float: left;
    position: relative;
}

#monographic .recommendList ul li a{
    width: 100%;
}

#monographic .a_right li {
    margin-right: 7px;
    width: 220px;
    float: left;
}

#monographic .a_right li:nth-child(3n){
    margin-right: 0 !important;
}


#monographic .a_right li:nth-child(1){
    margin-bottom: 7px;
}
#monographic .a_right li:nth-child(2){
    margin-bottom: 7px;
}
#monographic .a_right li:nth-child(3){
    margin-bottom: 7px;
}