        .e_box {
            width: 24px;
            height: 150px;
            position: fixed;
            top: 20%;
            right: 0;
            padding-left: 5px;
            z-index: 999999;
            text-align: center;
            background-color: #567019;
        }

        .e_btn {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            height: 100%;
            cursor: pointer;
        }

        .e_btn svg {
            color: #fff;
            font-size: 24px;
            margin-top: 20px;
            fill: currentColor;
            width: 18px;
            height: inherit;

        }

        .p_box {
            display: none;
            position: absolute;
            width: auto;
            height: auto;
            background-color: rgba(255, 255, 255, 1);
            z-index: 9999;
            left: -24px;
            top: 0;
            left: -200px;
            border: 1px #eee solid;
            padding-bottom: 30px;
        }

        .p_box.active {
            display: block;
        }

        .p_box .title {
            margin-bottom: 40px;

        }

        .p_box .title svg {
            font-size: 12px;
            color:  #999; width:inherit;
          height: inherit;
            display: inline-block; fill: currentColor;
        }

        .p_box .title p {
            display: flex;
            align-items: center;
            margin-top: 10px;
            margin-bottom: 5px;
            margin-left: 10px;
            font-size: 16px;
            color: #666;

        }

        .p_box .title p >svg {
            font-size: 0;
            color: #999;
           
        }

        .p_box .title>span {
            color: #333;
            font-weight: 900;
            font-size: 18px;
            display: block;
            text-align: left;
            padding-left: 15px; font-family: none;
        }

        .content p {
            font-size: 14px;
            line-height: 24px;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            ;
            color: #999;
        }

        .content svg {
            fill: currentColor;
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .p_box .content {
            padding-left: 10px;
            font-size: 14px;
            padding-right: 30px;
        }

        .p_box .lin {
            width: 100%;
            height: 2px;
            background-color: #eee;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .p_box .content .items span {
            color: #999;
            font-size: 12px;
        }

        .p_box .content .items {
            display: flex;
            align-items: center;

        }
