@CHARSET "UTF-8";

/*ydwxp*/
.ydwxp-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #c9c9ca;
    background-color: #f4f4f4;
    color: #000;
    border-radius: 5px 5px 0 0;
}

.ydwxp-tabs-body {
    border-left: 1px solid #c9c9ca;
    border-right: 1px solid #c9c9ca;
    border-bottom: 1px solid #c9c9ca;
    min-height: 100px;
    padding: 20px;
    background-color:#fff;
}

/*文件上传*/
#ydwxp-drag-drop-area {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
}

#ydwxp-drag-drop-area:HOVER {
    border: 2px dashed #3a54a4;
}

/***素材****/
.ydcms-material {
    margin: 0px 0px 20px 0px;
}

.ydcms-material img {
    /*height: 120px;
    width: 120px;*/
}
.img-grid{
	height: 120px;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
}
.img-grid:hover{
	border: 1px solid #aaa;
}
.img-grid img {
    max-width: 118px;
    max-height: 118px;
    margin:0px auto;
}
.img-list{
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
}
.img-list:hover{
    border: 1px solid #aaa;
}
.img-list img{
    max-width: 48px;
    max-height: 48px;
    margin:0px auto;
}
.ydcms-material a {
    color: #6c6b6c;
    outline: none;
}

.ydcms-material img {
    border: 1px solid #fff;
    display: block;
}

.ydcms-material img:HOVER {
    /*border: 1px solid #ddd;*/
}

.ydcms-material .ydcms-material-mask {
    display: block;
    background: url('/img/checked.png');
    background-size: cover;
    background-repeat: round;
/*     height: 120px; */
/*     width: 120px; */
    position: absolute;
    z-index: 999;
}
.ydcms-material small{
    word-break: break-all;
    word-wrap: break-word;
}
