/* Extracted from original webpack build: src/assets/css/index.css */
html, body {
    margin: 0;
    padding: 0;
}
html {
    background-color: #f8f8f8;
    font-family: "Microsoft YaHei";
}
* {
    font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
::-webkit-scrollbar {
    width: 0px;
    height: 1px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.Color_all-blue {
    color: #006EFF;
}
.Color_all-blue_bgc {
    background-color: #006EFF;
}
.Color_bgc {
    background-color: #EDF1F9;
}
.Color_bgc_F {
    background-color: #FFFFFF;
}
.Color_midBlue {
    color: #839AB1;
}
.Color_brownblue {
    color: #2B3239;
}
.Color_red {
    color: #FF002C;
}
.Color_green {
    color: #10CC78 !important;
}
.Color_yellow {
    color: #FFD033;
}
.shadow {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.14);
}
/* Main background container */
.specialks {
    background-image: url('../img/bj.png');
    background-repeat: no-repeat;
}
/* Report form container */
.chehui {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 30px;
    margin-top: 50px;
}
/* Input width */
.input-wht1 {
    width: 70%;
}
/* Position absolute helper */
.mioren {
    position: absolute;
    right: -10px;
}
/* Dialog/report list container */
.dayuhjfgjk {
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 50px 30px;
    border-radius: 30px;
    margin-top: 50px;
}
/* Report item name */
.syuhjs {
    text-align: left;
    margin: 10px 0;
    color: #666;
}
