/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/report.css ***!
  \****************************************************************************************************************/
/* form update */

.innerresize-body > div {
    width: 800px;
    max-width: 100%;
}
.date, .icon-file-upload {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    cursor: pointer;
    z-index: 11;
}
.inner-title {
    margin-bottom: 24px;
}
.icon-file-upload {
    right: 6px;
}
.tips-form .icon-arrow-down {
    top: 14px;
    pointer-events: none;
}
.license-error-tips {
    color: #D50000;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
input.license-error-tips {
    border: 1px solid #D50000!important;
}
.file-upload input {
    cursor: pointer;
}
.innerresize-l ul select, .innerresize-l ul input {
    height: 40px;
}
.contact-btns {
    max-width: 180px;
    margin: 0 auto;
    position: relative;
}
.tips-des {
    font-weight: 400;
    display: block;
    color: #666;
    font-size: 14px;
}
.tips-form li .s-tips{
    position: initial;
    display: block;
    color:#333;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
}
.tips-form li.focus .s-tips{
    font-size: 16px;
  }
.s-tips + span {
    font-size: 14px;
    font-weight: normal;
}

.tips-form li input,.tips-form li select,.tips-form li textarea {
    padding-top: 0;
}
.inputgroup:after {
    display: none;
}
.innerresize-l ul li {
    margin-bottom: 36px;
}
.layui-upload {
    margin-bottom: 32px;
    font-size: 0;
}
.col-left {
    width: 58%;
    display: inline-block;
}
.col-right {
    width: 40%;
    display: inline-block;
    float: right;
}
.tips {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 12px;
    font-weight: 500;
}
.tips span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}
.upload-add {
background: #FAFAFA;
border: 1px dashed #ccc;
border-radius: 2px;
box-sizing: border-box;
width: 100px;
height: 100px;
cursor: pointer;
line-height: 100px;
text-align: center;
display: inline-block;
position: relative;
vertical-align: top;
}
.imgContainer {
    display: inline-block;
    height: inherit;
}
.imgContainer img {
    width: 100px;
    height: 100px;
}
.imgContainer video {
    width: 100px;
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
}
.item-img {
    margin-right: 24px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.video-case:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.video-case .icon-triangle {
    position: absolute;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.8;
    z-index: 2;
}
.upload-add i {
    font-size: 20px;
    color: #ccc;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 每张图片的X删除按钮  通过定位来实现 */

.imgContainer span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -6px;
    top: -6px;
    background: #4F4F4F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}
.imgContainer span i {
    color: #fff;
    font-size: 8px;
}
@media (max-width: 767px) {
    .item-img {
        margin-right: 16px;
    }
    .link-li textarea {
        height: 120px!important;
    }
}
@media (max-width: 375px) {
    .imgContainer img, .upload-add {
        width: 98px;
        height: 98px;
    }
    .flex-center .item-img:last-child {
        margin-right: 0;
    }
}
@media (max-width: 320px) {
    .imgContainer img, .upload-add {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .innerresize-body {
        padding: 0 12px;
    }
}
