    /* 轻询首页默认样式 */

    html {
        height: 100%;
    }

    body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #page {
        width: 80%;
    }

    #led {
        border-radius: 5px;
        background: #67b26f !important;
        background: -moz-linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
        background: -webkit-linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
        background: linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
        margin-bottom: 15px;
        padding: 12px;
    }

    #led span {
        color: #fff;
    }

    #led b {
        color: yellow;
    }

    .van-field__control {
        /*border: 1px solid #ebebeb;*/
        font-size: 15px;
        height: 38px;
        border-radius: 2px;
        padding: 5px 12px;
        line-height: inherit;
        transition: 0.2s linear;
        box-shadow: none;
    }

    /* 输入框左侧的图标 */
    .van-field__left-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .van-icon-manager,
    .van-icon-lock,
    .van-icon-photo,
    .van-icon-invitation {
        font-size: 22px !important;
        padding: 0px 5px !important;
        color: #33cabb;
    }

    #login {
        background: #33cabb;
        border-color: #33cabb;
        height: 38px;
        background: #67b26f !important;
        background: -moz-linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
        background: -webkit-linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
        background: linear-gradient(45deg, #67b26f 0, #4ca2cd 100%) !important;
    }

    #yzmInput {
        width: 100%;
    }

    #yzmImg {
        width: 100px;
        height: 36px;
        display: block;
        float: right;
    }

    .inputBlock {
        padding: 8px 4px;
    }

    #selectBlock {
        border: 0px;
    }

    .van-checkbox__icon--checked .van-icon {
        background: #33cabb;
        border-color: #33cabb;
    }

    .offline-help {
        color: #33cabb;
    }