 
  #serviceAgreement {
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
            margin: 30px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }
        
        .website_tabs-p {
            font-size: 24px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 25px;
            
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }
        
        .website_tabs-p1 {
            font-size: 14px;
            margin-bottom: 15px;
            text-align: justify;
        }
        .website_tabs-p2 {
            
            margin-bottom: 15px;
            text-align: justify;
            font-weight: 600; 
            font-size:16px;
        }
        
        /* Numbered section headings */
        /*.website_tabs-p1:nth-child(n+7):nth-child(-n+29):first-line {*/
        /*    font-weight: 600;*/
        /*    color: #2c3e50;*/
        /*}*/
        
        /* Special styling for numbered sections */
        .website_tabs-p1[style*="text-indent"] {
            padding-left: 20px;
            position: relative;
        }
        
        /* Notice section styling */
        .website_tabs-p1:last-child, 
        .website_tabs-p1:nth-last-child(2), 
        .website_tabs-p1:nth-last-child(3) {
            background-color: #f0f7fc;
            padding: 15px;
            border-left: 4px solid #3498db;
            margin: 20px 0;
        }
        
        /* List items within paragraphs */
        .website_tabs-p1 ul {
            margin: 10px 0 10px 20px;
            padding-left: 20px;
        }
        
        .website_tabs-p1 li {
            margin-bottom: 5px;
        }
        
               /* 左侧菜单样式 */
.help-main-left {
    width: 260px;
    background-color: #fff;
 
    padding: 15px 0;
    height: 450px;
}
 .nav_nonconfig{
    border-bottom: 1px solid #CFCFCF; margin-right: 20px;
 
}
.nav_nonconfig a{
    line-height: 40px;
        text-decoration: none;
    padding-left: 20px;
    color: #333;
    font-weight: bold;
    display: block;
    font-size: 14px;
}
.help-main-left h2{
        vertical-align: top;
    margin-left: 0px;
    font-size: 16px;
    color: #888;
    font-weight: bold;
    line-height: 24px;
}

.help-main-left .nav_nonconfig > a:hover,
.help-main-left .nav_nonconfig > a.active {
    color: #0193e6;
    background-color: #fff;
    text-decoration: none;
    /* border-left: 3px solid #0193e6; */
    font-weight: 700;
}
