/* Extracted from original webpack build: src/assets/css/delayed.css */
.special {
    /* container for special images */
}
.special .special_img {
    width: 660px;
    cursor: pointer;
    position: relative;
    height: 300px;
    border-radius: 5px;
    align-items: center;
}
.special_imgs {
    position: relative;
}
/* Report form - smaller width */
.chehui {
    width: 380px;
    max-width: 80%;
    margin: 50px auto;
}
/* Title text */
.heitou {
    font-size: 30px;
    line-height: 60px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}
