.box {
    /* min-width: 1010px; */
    /* min-height: 585px; */
    background-color: #f7f7f7;
}

.with-margin {
    margin: 20px;
}

.input {
    /* width: 200px; */
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    background: none;
    outline: none;
}

.button {
    background: none;
}

.compact1 {
    /* width: 40px; */
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.width {
    width: 120px;
    height: 45px;
}

.blue-gradient {
    background-color: rgb(0, 135, 220);
    border: 0;
}

/* 表格主体 */

th, td {
    vertical-align: middle;
    /* border-top-color: #fff!important; */
}

.caozuo {
    width: 24px;
    height: 24px;
}

.ipt {
    width: 20px;
    height: 20px;
}

.new_circle img.active {
    animation: new_circle_active 1s ease-out alternate infinite;
    /* box-shadow: 1px 1px 1px #fff, 2px 2px 2px #000; */
}

@keyframes new_circle_active {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* 图片的定位 */
.img_position {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

/* 图片的背景 */
.img_div_bg {
    position: relative;
    height: 190px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

/* 图片的黑色上传定位 */
.img_up_position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-bottom: 0;
}