body{margin: 0px;padding: 0px;}
div,span,select,a,label,form,h1,input,button,*{margin: 0px;padding: 0px;}
.rmain {
    float: right;height: auto;width: 1010px;border-radius: 4px;overflow: hidden;
}
.nav{
    width: auto;height: 55px;font-size: 16px;font-weight: bold;line-height: 55px;color: #333333;padding-left:20px;margin-bottom: 8px;background: #ffffff;
}
.content{
    position: relative;float: right;width: 970px;min-height: 580px;border-radius: 4px;padding:20px;background: #ffffff;
}
.table-m{
    min-height: 460px; margin-bottom: 15px;
}
.table-m table{
    width:100%;text-align:center;border-collapse:collapse;border-spacing:0;border-top: 1px solid #eeeeee;border-left: 1px solid #eeeeee;
}
.table-m tr th,.table-m tr td{
    word-break: break-all;word-wrap:break-word;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding: 8px; font-size: 13px;
}
.table-m tr td a{
    text-decoration: underline;
}
.table-m tr th{
    background: #f5f5f5;font-size: 14px;color: #3a3a3a;
}
.ser-m{
    display: block;width: auto;background: #f5f5f5; padding: 10px 15px;margin-bottom: 15px;
}
.ser-m .item{
    display: inline-block; clear: both;overflow: hidden; margin-right: 20px;
}
.ser-m .item .label{
    display: inline-block; font-size: 14px; color: #666666;
}
.ser-m .item .val-c{
    display: inline-block; border: 1px solid #dddddd; height: 30px; line-height: 30px; border-radius: 4px;  width: 150px; padding: 0 10px;
}
.ser-m .item .com-btn{
    display: block; width: 80px; height: 32px; line-height: 32px; color: #ffffff; background: #0075c2; text-align: center; border-radius: 4px;
}