/*类别标签*/
.wpqtag {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.redStar{ color:red;}

/*.layui-main{width:calc(100% - 20px) !important; height: 100%;}*/
/*.layui-card{padding:10px 5px 0 5px;margin-bottom: 10px !important; min-height: calc(100% - 70px );}*/

.layui-main{
    width:calc(100% - 20px) !important;
    min-height: calc(100% - 20px );
    margin-bottom: 10px !important;
    background-color: white;
}
.layui-card{padding:10px 5px 0 5px;}

/*.preview_img{width:100px; height: 100px;cursor: pointer;}*/
/*.preview_img img{width:100px; height: 100px;}*/

.preview_img{width:100px; height: 100px;cursor: pointer; overflow: hidden;  border:1px solid gainsboro;}
.preview_img img{width:100%;  height:100%;  object-fit:cover;  } /*object-fit 居中css*/
/*cos上传图片*/
.att_one{ width:120px; height:120px; border-radius:20px; background: linear-gradient(to bottom, #eee, #ddd);
    border-top:1px solid white;position: relative; margin-right:10px; margin-top: 10px; float:left;
    padding-left: 10px; padding-right: 10px; cursor: pointer;}

.att_size{width:100%; text-align: center;margin-top:30px; font-weight: bold; position: relative;z-index: 100;}
.att_title{width:100%; text-align: center;margin-top:10px;position: relative;z-index: 100;
    box-sizing: border-box;overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.att_back{position:absolute;top:0;left:0; z-index:10;width:100%;height:100%;border-radius:20px; opacity: 0.3}
#att_back{position:absolute;top:0;left:0; z-index:10;width:100%;height:100%;border-radius:20px; opacity: 0.3}
.att_success{text-align: center;color:green;font-weight: bold;margin-top: 10px;}
.att_error{text-align: center;color:red;font-weight: bold;margin-top: 10px;}
.att_img{position:absolute;top:0;left:0; z-index:10;width:100%;height:100%;border-radius:20px;}

.att_ing{text-align: center;color:blue;font-weight: bold; margin-top: 10px;}
.att_ing:after {
    content: '.';
    -webkit-animation: loading 1s ease alternate infinite;
    animation: loading 1s ease alternate infinite;
}
.circleChart{position: absolute;z-index: 100; display: block;width: 100%;height: 85px;top: 35px;left: 0;}
.att_close{position: absolute;  right: -7px;  top: -7px;  z-index: 100;  width: 20px;  height: 20px;
    cursor: pointer;  border-radius: 50%;  font-weight: bold;  background: radial-gradient(#eee, #EE2C2C );
    text-align: center;  line-height: 20px;  color: white;}