.page-paiqi-banner {
    width: 100%;
    height: 300px;
    background: url(../images/banner_paiqi.jpg) no-repeat center top;
    background-size: cover;
}
.page-paiqi { padding-top: 100px; padding-bottom: 100px; }
.page-paiqi table { width: 100%; border-collapse: collapse; cellspacing: 0; border: 1px solid #f4f4f4; }
.page-paiqi table thead { background-color: #999; }
.page-paiqi table thead tr th { padding: 15px 0; width: 25%; font-size: 18px; line-height: 20px; font-weight: normal; color: #fff; }
.page-paiqi table tbody tr { background-color: #fff; }
.page-paiqi table tbody tr td { text-align: center; padding-top: 12px; padding-bottom: 12px; font-size: 16px; line-height: 20px; color: #333; }
.page-paiqi table tbody tr:nth-child(even) { background-color: #f4f4f4; }
.page-paiqi .tab-nav { position: relative; z-index: 99; font-size: 0; line-height: 0; margin-bottom: -1px; }
.page-paiqi .tab-nav li { display: inline-block; }
.page-paiqi .tab-nav li a { padding: 15px; display: block; font-size: 16px; line-height: 20px; border-bottom: 2px solid transparent; color: #999; }
.page-paiqi .tab-nav li.active a { color: #de1620; border-bottom: 2px solid #de1620; }
