<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main{
    height: auto;
    margin-top: 50px;
    width: 928px;
    float: left;
}
.main .survey {
    width: 1200px;
    height: auto;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.main .survey .subTitle {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
}
.main .survey .subTitle span {
    font-size: 18px;
    color: #333;
    padding: 5px 10px;
    border-left: 3px solid #d94537;
}
.main .survey .subText {
    padding: 0 20px 40px;
}
.main .survey .subText p {
    text-indent: 30px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 30px;
}
.main .basicMsg {
    margin-top: 40px;
    width: 1200px;
    height: auto;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.main .basicMsg .basicTitle {
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
}
.main .basicMsg .basicTitle .titleText {
    width: 166px;
    height: 50px;
    line-height: 50px;
    background: #d94537;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.main .basicMsg .basicWrap {
    width: 1200px;
    padding: 30px 15px;
}
.main .basicMsg .basicWrap div {
    height: auto;
}
.main .basicMsg .basicWrap div p {
    line-height: 60px;
    float: left;
    width: 50%;
}
.main .basicMsg .basicWrap div p .label {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: bolder;
    width: 160px;
    text-align: left;
}
.main .basicMsg .basicWrap div p .labelText {
    display: inline-block;
    width: auto;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    color: #333;
}</pre></body></html>