﻿:root {
    --main-bg-color: #FAFAFA;
    --font-inactive: #BBBBBB;
    --font-title: #00AC46;
    --font-desc: #5B5B5B;
    --vorwerk-green: rgba(0, 148, 66, 1);
}

body {
    font-family: "Microsoft YaHei UI";
    background-color:var(--main-bg-color);
}
input::-webkit-input-placeholder {
    font-family: "Microsoft Yahei Regular ";
    font-size: 17px !important;
    color: #D9DADA !important;
}
input {
    font-family: "Microsoft Yahei Regular ";
    font-size: 17px !important;
    color: #4B4A4B !important;
}
label {
    font-family: "Microsoft Yahei Regular ";
    font-size: 17px !important;
    color: #4B4A4B !important;
}
.lead-universal-logo {
    width: 25%;
    /*height: 94px;*/
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.lead-form-title {
    font-size: 20px;
    color: #00AC46;
    font-family: "Microsoft Yahei Regular";
}
.lead-form-cell-title {
    color: #4B4A4B !important;
    font-family: "Microsoft Yahei Regular";
    font-size: 14px;
}
.lead-form-cell-input-title {
    color: #4B4A4B !important;
    font-family: "Microsoft Yahei Regular";
    font-size: 14px;
}

.weui-footer__text {
    margin-bottom: 25px;
    margin-top: 25px;
}
.page-container{
    height: 100vh;
}
.page-container .body {
    height: 100%;
}
.red {
    color: red !important;
}
.font-16 {
    font-size: 16px;
}
.too-long-display {
    width: 100%;
}
.text-right {
    text-align: right;
    width: 100%;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

/*#backBtn {
    display: none !important;
}*/
.weui-btn_primary{
    background: var(--font-title);
}