    body {
      position: relative;
      font-family: "Prompt", serif;
    }
    input {
      font-family: "Prompt", serif;
    }
       html {
            font-size: 16px;
        }

        html,
        body {
            /*font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;*/
            overflow-x: auto;
            /*min-width: 1200px;*/
            height: 100%;
        }

        a {
            text-decoration: none;
            color: black;
        }

        html,
        body,
        img,
        p {
            padding: 0;
            margin: 0;
        }

        input {
            outline: none;
        }

        .ren-search {
            width: 420px;
            height: 300px;
            background-color: rgba(248, 248, 248, 1);
            padding: 30px 20px 0;
            box-sizing: border-box;
        }

        .ren-search-top {
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            /*font-family: Verdana;*/
            font-weight: 400;
            color: rgba(51, 51, 51, 1);
            display: flex;
        }

        .ren-search-top img {
            width: 71px;
            margin-right: 13px;
        }

        .ren-search .ren-search-value {
            width: 100%;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            /*font-family: Verdana;*/
            font-weight: 400;
            color: rgba(153, 153, 153, 1);
            padding-left: 20px;
            background-color: #fff;
            box-sizing: border-box;
            margin-top: 20px;
            border: none;
        }

        .ren-search-btn {
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            /*font-family: Verdana;*/
            font-weight: 400;
            color: rgba(51, 51, 51, 1);
            line-height: 36px;
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
        }

        .ren-search-btn a {
            width: 180px;
            text-align: center;
            cursor: pointer;
        }

        .ren-search-btn .ren-check {
            background-color: #FFEA33;
        }

        .ren-search-btn .ren-reset {
            border: 1px solid rgba(51, 51, 51, 1);
            box-sizing: border-box;
        }

        .ren-search-copyright {
            margin-top: 30px;
            font-size: 14px;
            /*font-family: Verdana;*/
            font-weight: 400;
            color: rgba(153, 153, 153, 1);
        }