
#report {
    padding-top: 0 !important;
    font-family: 'Times New Roman', Times, serif;
}
#report .page {
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.page .rma-head {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.page .rma-head img {
    float: left;
}
.page .rma-head h2 {
    width: calc(100% - 300px);
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #333;
    float: left;
}
.page .rma-head span{
    line-height: 40px;
    float: right;
}
.page .rma-li {
    width: 100%;
    line-height: 30px;
    float: left;
}
.page .rma-li span {
    font-size: #000;
    font-size: 14px;
}
.page .rma-lis {
    width: 100%;
    font-size: 26px;
    line-height: 50px;
    color: #333;
    /* border-bottom: 1px dashed red; */
    text-align: center;
    float: left;
    position: relative;
    margin-top: 20px;
}
.page .rma-lis::after{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}
.page .rma-lis span {
    height: 50px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 5px;
}
.page .rma-table {
    width: 100%;
    float: left;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-top: 20px;
    margin-bottom: 30px;
}
.page .rma-table1 {
    margin: 0
}
.page .rma-table dl {
    width: 100%;
    height: 57px;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    float: left;
    vertical-align: middle;
    line-height: 47px;
}
.page .rma-table dl dt {
    /* border-bottom: 1px solid #ddd; */
    /* border-left: 1px solid #ddd; */
}
.page .rma-table dl dd {
    /* border-bottom: 1px solid #ddd; */
    /* border-left: 1px solid #ddd; */
}
.page .rma-table dl dt,.page .rma-table dl dd {
    padding: 6px 10px;
    width: 15%;
    /* text-align: center; */
    float: left;
}
.page .rma-table dl dt:nth-child(1),.page .rma-table dl dd:nth-child(1) {
    width: 5%;
}
/* .page .rma-table dl dt:nth-child(4),.page .rma-table dl dd:nth-child(4) {
    width: 56.4%;
}
.page .rma-table dl dd:nth-child(4) {
    max-height: 43px;
    line-height: 16px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.page .rma-table dl dt:nth-child(4),.page .rma-table dl dd:nth-child(4) {
    width: 16.4%;
    font-size: 12px;
}
.page .rma-table dl dt:nth-child(5){
    width: 38%;
}
.page .rma-table dl dd:nth-child(5) {
    width: 38%;
    font-size: 12px;
}
.right_button {
    width: 100px
}
.right_button button {
    margin-bottom: 15px;
    margin-left: 0 !important;
}

