<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**--message--**/
.container{
    background: url("../image/mess_bg.jpg") center no-repeat;
    height: 1016px;
    *height: 976px;
}
.container .recBox{
    background: transparent;
    padding-top: 20px;
}
.recBox .desc-area{
    text-align: center;
    margin: 0 auto 30px;
}
.recBox .desc-area .title-info{
    position: relative;
    margin: 0;
}
.recBox .desc-area .line{
    position: absolute;
    height: 3px;
    width: 100%;
    background:url("../image/title_line.png") no-repeat center;
    top: 50%;
    left: 0;
    margin-top: -1px;
    z-index: 1;
}
.recBox .desc-area a{
    text-decoration: none;
}
.recBox .desc-area .title{
    font: 28px "microsoft yahei";
    color: #333333;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}
.recBox .desc-area .english-text{
    font: 12px "Verdana";
    color: #666666;
}
.recBox .desc-area .desc-info{
    width: 500px;
    margin: 0 auto;
    font: 12px "microsoft yahei";
    color: #aaa;
    line-height: 18px;
}
.container #message{
    width: 500px;
    margin: 0 auto;
}
#message dl {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}
#message dl dt {
    width: 70px;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    float: left;
}
#message  dl dd {
    float: left;
    margin: 0;
    line-height: 40px;
}
#message .tip-info{
    margin: 20px auto;
    text-align: center;
}
#message .success-info{
    color: #449d44;
    height: 26px;
    line-height: 26px;
    background-color: #fbf8e9;
}
#message  .error-info{
    color: #cc0000;
    height: 26px;
    line-height: 26px;
    background-color: #fbf8e9;
}
#refreshCode {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
#message .textarea {
    padding: 4px;
    height: 140px;
    overflow-y: hidden;
}
#message  input.text-input,#message textarea {
    background: #d4e6e8;
    font-size: 12px;
    line-height: 1.531;
    outline: none;
    width: 360px;
    margin: 0;
    border: none;
}
#message .vcode {
    float: left;
    text-transform: uppercase;
    background: #d4e6e8;
    outline: none;
    width: 285px;
}
#message .text-input,#message .vcode {
    padding: 0 4px;
    height: 36px;
    *height: 34px;
    border: 1px solid #DDDDDD;
}
#message .submit {
    margin: 20px auto 20px;
    text-align: center;
}
#message .btn {
    outline: none;
    display: inline-block;
    background-color: #0072C6;
    color: #EEE;
    padding: 6px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
}</pre></body></html>