    @font-face {
        font-family: 'ding';
        src: url('./public/DINAlternateBold.ttf');
    }

    body,
    html {
        margin: 0;
        padding: 0;
        font-family: ding;
        /* font-weight: 400; */
        font-size: 0.24rem;
        color: #111111;
    }

    @media screen and (min-width:640px) {
        html {
            font-size: 100px;
        }
    }

    @media screen and (min-width:414px) and (max-width:639px) {
        html {
            font-size: 57.5px;
        }
    }

    @media screen and (min-width:375px) and (max-width:413px) {
        html {
            font-size: 52.08px;
        }
    }

    @media screen and (min-width:320px) and (max-width:374px) {
        html {
            font-size: 44.44px;
        }
    }

    a {
        text-decoration: none;
    }

    p {
        margin: 0 auto
    }

    input,
    textarea {
        -webkit-appearance: none;
        outline: none;
    }

    input::placeholder {
        color: #dddddd;
    }

    ul,
    li {
        padding: 0;
        margin: 0;
        list-style: none
    }

    footer {
        background: white;
        max-width: 7.5rem;
        width: 100%;
        height: 1.28rem;
        position: fixed;
        bottom: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer img {
        width: 0.37rem;
        height: 0.36rem;
    }

    .flex-jcenter {
        display: flex;
        justify-content: center;
    }

    .flex-acenter {
        display: flex;
        align-items: center;
    }

    .fixed {
        width: 100%;
        position: absolute;
        overflow: hidden;
    }

    .line {
        background-color: gray;
        height: 1PX;
    }

    .mydialog {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .mydialog .box {
        position: fixed !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .mydialog .content {
        bottom: 0;
        margin: 0;
        border-top-left-radius: 0.24rem;
        border-top-right-radius: 0.24rem;
        background: white;
        opacity: 1;
        height: 3.6rem;
        padding: 0 1.7rem;
        text-align: center;
    }

    .mydialog .content p {
        margin: 0.4rem 0;
        color: #111111;
        font-size: 0.28rem;
    }

    .upload_img {
        width: 1.6rem;
        height: 1.6rem;
        background-color: blue;
        margin-right: 0.2rem;
    }

    .layer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #firstDiv {
        background: #ddd;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        background: rgba(0, 0, 0, .6);
        border-radius: 5px;
    }

    #firstDiv .text {
        color: #fff;
        position: absolute;
        top: 80px;
        text-align: center;
        width: 100%;
    }


    .box_submit {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .submit {
        background-color: #1679FF;
        border-radius: 0.45rem;
        height: 0.9rem;
        margin: 0.2rem 0.3rem;
        text-align: center;
        color: white;
        line-height: 0.9rem;
        font-size: 0.32rem;
    }

    .disable {
        pointer-events: none;
    }

    .service_box {
        display: flex;
        align-items: center;
        margin-top: 0.3rem;
    }

    .service_box span {
        display: inline-block;
        width: 1.3rem;
        text-align: justify;
        text-align-last: justify;
    }

    .service_box span.xrequired::before {
        content: '*';
        color: red;
    }

    .service_box input {
        margin-left: 0.1rem;
        height: 0.53rem;
        border: 1px solid #E5E5E5;
        border-radius: 0.1rem;
        background-color: transparent;
        padding-left: 0.2rem;
    }

    input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        position: relative;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: url("/img/wap/wechat/clear.png") no-repeat center;
        background-size: 100% 100%;
    }


    .hint_dialog {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .hint_dialog .box {
        position: fixed !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hint_dialog .content {
        bottom: 0;
        margin: 0 0.5rem;
        border-radius: 0.12rem;
        background: white;
        text-align: left;
        opacity: 1;
        height: 6rem;
        padding: 0 0.5rem 0.2rem;
        position: relative;
    }

    .hint_dialog .box_title {
        color: #111111;
        font-size: 0.3rem;
        margin-top: 0.6rem;
    }

    .hint_dialog .describe {
        color: #B2B2B2;
        font-size: 0.26rem;
        line-height: 0.35rem;

        color: black;
        counter-reset: section;
        margin-top: 0.5rem;
    }

    .hint_dialog .content .describe p {
        margin: 0;
        padding-left: 0.3rem;
        text-indent: -0.3rem;
        margin-top: 0.2rem;
        line-height: 0.38rem;
    }

    .hint_dialog .content .describe p:before {
        counter-increment: section;
        content: counter(section) "、 ";
        display: inline-block;
        width: 0.3rem;
        text-align: right;
    }

    .hint_dialog .confirm {
        color: #00B050;
        text-align: right;
        position: absolute;
        font-size: 0.3rem;
        bottom: 0.4rem;
        right: 0.7rem;
    }

    .empty_box {
        text-align: center;
        display: none;
    }

    .empty_box img {
        width: 2rem;
        margin-top: 1.38rem;
    }

    .empty_box p {
        margin-top: 0.3rem;
        color: #B2BACB;
        font-size: 0.24rem;
        margin-right: 0.3rem;
    }


    .dialog {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .dialog .box {
        position: fixed !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dialog .content {
        bottom: 0;
        margin: 0 0.5rem;
        padding: 0.36rem 0.5rem 0.36rem;
        border-radius: 0.12rem;
        background: white;
        text-align: left;
        opacity: 1;
        position: relative;
        color: #111111;
    }

    .dialog .box_title {
        font-size: 0.32rem;
        font-weight: bold;
    }

    .dialog .confirm {
        color: #00B050;
        font-size: 0.26rem;
        text-align: right;
        margin-top: 0.5rem;
        margin-right: 0.3rem;
    }

    .dialog .subhead {
        color: #7F7F7F;
        font-size: 0.26rem;
        margin-top: 0.3rem;
    }

    .dialog .describe {
        color: #7F7F7F;
        font-size: 0.26rem;
        margin-top: 0.25rem;
    }


    /* ActionSheet */
    .mask {
        position: absolute;
        top: 0;
        display: none;
        height: 200rem;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        width: 100%;
    }

    .close-icon {
        width: 0.35rem;
        text-align: center;
    }

    .action-sheet {
        max-height: 8rem;
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem;
        display: none;
        background: #fff;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 100;
    }

    .menu-name {
        border-left: 6px solid #007eff;
        height: 0.5rem;
        text-indent: 0.2rem;
        line-height: 0.5rem;
        font-size: 0.44rem;
        font-weight: 700;
        color: #000;
    }

    .action-sheet {
        padding-bottom: 1rem;
    }
    .action-sheet .sheet-list{
        height: 7rem;
        overflow: auto;
    }
    .action-sheet ul li {
        margin: 0 0.4rem;
        color: #333;
        font-size: 0.36rem;
        height: 1.1rem;
        text-align: center;
        line-height: 1.1rem;
        border-top: 1px solid #eee;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .menu-title {
        display: flex;
        align-items: center;
        height: 1.4rem;
        margin: 0 0.4rem;
        justify-content: space-between;
        line-height: 1.4rem;
        background: #fff;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
    }

    .scroll-mask {
        height: 100%;
        overflow: scroll;
        overflow-y: hidden;
    }