.clearfix{
    overflow: hidden;
}
.clearfix .fixleft{
    float: left;
}
.clearfix .fixright{
    float: right;
}

.syappBtn {
	position: relative;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: #111;
    width: 80%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.sen {
	margin-right: 8px;
    float: left;
    width: 4px;
    height: 18px;
    background: #000;
}
body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
.demos-title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.demos-sub-title {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.demos-header {
    padding: 35px 0;
}

.demos-content-padded {
    padding: 15px;
}

.demos-second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

footer a {
    color: #999;
    text-decoration: none;
}
.weui-cells,.weui-form-preview__btn,.weui-btn,.weui-input{
	font-size: inherit;
}