.mui-content {
    background-color: transparent;
}

a {
    color: #cccccc;
    font-size: 14px;
    width: 100%;
}

.mui-input-group .mui-input-row {
    height: 2.8em;
    line-height: 1.82;
    padding: 0.5em 0.8em;
}

.form-item {
    margin-bottom: 1em;
}
p{
   color:  #3e3a39
}
p.yellow{
    margin-bottom: 1em;
}
p.yellow span{
    color: #3e3a39;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 120%;
    padding-left: 0.5em;
    border-left: 0.2em solid #ff0100 ;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.special dt{
    line-height: 160%;
    padding-left: 0.7em;
    color: #3e3a39;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    font-family: Microsoft YaHei;
    margin-bottom: 0.5em;
}
#next{
    padding: 10px 0px;
    margin-bottom: 0px;
    background-color: rgb(153, 153, 153);
    border-color: rgb(153, 153, 153);
}