<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0px;
    margin: 0px;
}
html body{
    background: #f5f5f5;
}

.mail{
    width: 1200px;
    margin:40px auto 0 auto;    
}
.mail&gt;.leftside{
    width: 240px;
    float: left;
    color:#fff;
}
.mail&gt;.leftside&gt;.top{
    margin-bottom: 16px;
    background: rgb(63 130 202);
    padding: 20px 30px;
    border-radius: 4px;
}
.mail&gt;.leftside&gt;.bottom{
    background: rgb(63 130 202);
    padding: 30px;
    border-radius: 4px;
}
.mail&gt;.leftside h3{
    font-size: 18px;
    line-height: 40px;
    color: inherit;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}
.mail&gt;.leftside h3 span{
    display: block;
    text-align: right;
    color: #f6f6f6;
}
.mail&gt;.leftside a{
    display: block;
    line-height: 30px;
     color: inherit;
}
.mail&gt;.leftside a:hover{
    text-decoration: underline;
}
.mail&gt;.leftside&gt;.bottom p{
    line-height: 20px;
    padding: 4px 0px;
}

/*�割唱*/
.mail&gt;.rightside{
    float: right;
    width: 876px;
    padding:30px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.mail&gt;.rightside h1{
    margin-bottom: 40px;
}
.mail&gt;.rightside h1 strong{
    display: block;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 8px;
    text-align: center;
   
}
.mail&gt;.rightside h1 span{
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #666;
    line-height: 20px;
}
.mail&gt;.rightside p{
    line-height: 30px;
    margin: 20px 0px;
}
.mail&gt;.rightside h3{
    line-height: 26px;
    padding-bottom: 10px;
}

.mail&gt;.rightside table td, .mail&gt;.rightside table tr, .mail&gt;.rightside table th{
    border: 1px solid #e4e4e4;
    line-height: 24px;
    padding: 5px 0px;
    vertical-align:middle;
    padding-left: 8px;
    font-size: 13px;
}
.mail&gt;.rightside table th{
    padding: 5px 0px;
    text-align: center;
}

.mail&gt;.rightside table td.md{
    font-weight: bold;
}
.mail&gt;.rightside table tr.md{
    background: #f2f2f2;
}


</pre></body></html>