h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    border: 0;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.demos-header {
    margin-top: 20px
}

.demos-title {
    text-align: center;
    font-size: 20px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%
}

.weui-tabbar {
    position: fixed
}

.weui-media-box__desc {
    line-height: 1.6
}

.weui-msg__desc {
    font-size: 14px;
}

.weui-btn_primary {
    background: #4672d9;
}

.weui-vcode-btn {
    color: #4672d9;
}

.weui-btn_primary:not(.weui-btn_disabled):active, .weui-btn_disabled.weui-btn_primary {
    background: #2b72bd;
}

.weui-vcode-btn:active {
    color: #2b72bd;
}

.weui-picker__action, .weui-icon-success, .weui-dialog__btn, .weui-cell_link, .important-text {
    color: #4672d9;
}

.weui-cells {
    margin-top: 6px;
}

.weui-msg__text-area:first-child {
    padding-top:0;
}

.wrapper {
    position: relative
}

.no-meal {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0
}

.content-padded {
    padding: 15px
}

.video-tip {
    position: absolute;
    top: 2px;
    right: 15px;
    padding-left: 26px
}

.video-tip .tag {
    display: inline-block;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    background: #45aa30;
    border-radius: 4px;
    width: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 16px
}

.video-tip p {
    line-height: 2px;
    color: #333;
    font-weight: 500
}

.page-footer {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 2px;
    margin-top: 8px;
    position: relative;
    z-index: 2
}

.weui-article h1 {
    margin-bottom: 10px;
}

.weui-form-preview__bd {
    font-size: 14px;
}

@media only screen and (min-width: 640px) {
    html, img {
        font-size: 200px
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    html, img {
        font-size: 132px
    }
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
    html, img {
        font-size: 121px
    }
}

@media only screen and (min-width: 360px) and (max-width: 400px) {
    html, img {
        font-size: 112.5px
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    html, img {
        font-size: 100px
    }
}

@media only screen and (max-width: 320px) {
    html, img {
        font-size: 100px
    }
}

.weui-dialog-opacity6{
    background-color: rgba(0,0,0,0.6);
}

.weui-dialog1 .weui-msg__title {
    font-size: 20px;
    padding-top: 20px;
}

.weui-dialog1 .weui-dialog__hd {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
}

button.weui-btn, a.weui-btn{
    width: 220px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.weui-bottom-fixed-opr-page .weui-bottom-fixed-opr .weui-btn {
    width: 80%;
}

.weui-half-screen-dialog__bd {
    padding-bottom: 30px;
}

