    /* 服务协议和隐私条款 */
    #protocol-service {


      width: 100%;
      height: 100%;

      background: #fff;
    }

    #protocol-service .button {
      width: 7.08rem;
      height: 1.07rem;
      line-height: 1.07rem;
      margin: 1.2rem auto;
      text-align: center;
      font-size: .44rem;
      padding: 0;
      background: #FE6033;
      color: #fff;
      border-radius: 4px;
    }

    #protocol-service>div {
      padding: .4rem .4rem 0;
      font-size: .4rem;
      line-height: 1.6;
      color: #000;
    }

    #protocol-service p {
      margin: 0;
      padding: 0;
    }

    #protocol-service .title {
      font-weight: 500;
    }

    /* 职业发布规则 */
    #guize {

      width: 100%;
      height: 100%;

    }

  

    #guize>div {
      padding:20px;
      font-size: 16px;;
      line-height: 1.6;
      color: #000;
    }

    #guize p {
      margin: 0;
      padding: 0;
    }

    #guize .title {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #guize .title span {
      padding: 20px;
      font-weight: 600;
      font-size: 22px;
    }


    #guize .subtitle {
      font-size: 27px;
      font-weight: 600;

    }

    #guize .textBold {
      font-weight: 600;
    }

    #guize li {
      padding-left: 24px;
      list-style-type: circle;
    }


    /* 个人信息条款 */
       
        #clause {
    
           width: 100%;
           height: 100%;
    
         }
    
    
    
        #clause>div {
           padding: 20px;
           font-size: 18px;
           
           line-height: 1.6;
           color: #000;
         }
    
        #clause p {
           margin: 0;
           padding: 0;
         }
    
            
    
                #clause .title span {
           
           font-weight: 600;
           font-size: 24px;
         }
    
    
            
    
                 #clause .textBold {
           font-weight: 600;
         }
    
         