﻿        *{
            margin: 0;
            padding: 0;
            box-sizing: border - box; 
            -webkit-box-sizing: border - box;
        }
        ul,
        ol,
        li {
            list-style: none;
        }

        body {
            font-size: 14px;

        }
        html,
       
        body {
            font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";

        }

        .hr-popup{
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, .6);
            z-index: 99;
            font-size: 16px;
        }
        .hr-popup p{
            margin-bottom: 10px;
            line-height: 1.7;
           
        }
        .hr-popup p a{
            text-decoration: none;
            color: #52b2f6;
            font-weight: bold;
        }
        .hr-poptip{
            width: 550px;
            background: white;
            border-radius: 15px;
            padding: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            overflow: hidden;
            padding-bottom: 0;
        }
        .hrpop-title{
            text-align: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px #eee solid;
        }
        .agreen-ment{
            position: relative;
            overflow: hidden;
            margin: 0 -20px;
        }
        .agreen-ment a{
            float: left;
            width: 50%;
            line-height: 40px;
            text-align: center;
            text-decoration: none;
        }
        .not-agreen{
            background: #eeeeee;
            color: #000;
        }
        .has-agreen{
            background: #52b2f6;
            color: white;
        }
