* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    background: #f1f1f1;
}

.banner {
    background: #1a70fb;
    height: 250px;
    position: relative;
}

    .banner h1, .banner h3, .banner h4 {
        color: #fff;
        text-align: center;
        font-weight: inherit;
        float: left;
        width: 100%;
        margin: 40px 0 0 0;
    }

    .banner .logo {
        color: #fff;
        margin: auto;
        text-align: center;
        color: #fff;
        height: 130px;
        padding: 25px 0 0 0;
    }

        .banner .logo img {
            max-width: 112px;
            margin: auto;
            width: 80px;
        }

    .banner .button {
        height: 120px;
        padding: 30px 0 0 0;
    }

        .banner .button .left, .right {
            width: 50%;
            float: left;
            text-align: center;
            color: #fff;
            font-size: 20px;
        }

        .banner .button i {
            font-size: 35px;
            border: 1p solid #fff;
        }

.advertising {
    width: 100%;
    margin: 10px 0;
}

.buttonX2 {
    width: 50%;
    height: 50px;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
}

.buttonX4 {
    width: 50%;
    padding: 0 10px;
    float: left;
}

    .buttonX4 .but {
        width: 100%;
        height: 100px;
        line-height: 25px;
        background: #f1f1f1;
        border-radius: 5px;
        text-align: center;
        border: 2px solid #ccc;
        padding: 20px 0;
    }

.navBars {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #1a70fb;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
}

    .navBars i {
        float: left;
        font-size: 25px;
        margin: 10px 0 0 0;
    }

    .navBars span {
        float: right;
        font-size: 15px;
    }

.bottomBut {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    background: #1a70fb;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.list {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
}

    .list li {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
        margin: 10px 0 0 0;
        position: relative;
    }

    .list img {
        width: 80px;
        height: 80px;
    }

    .list .text {
        position: absolute;
        left: 100px;
        right: 55px;
        top: 10px;
        height: 80px;
    }

        .list .text h4 {
            color: #000;
            margin: 0;
            text-align: left;
            font-size: 20px;
        }

        .list .text p {
            color: #afafaf;
            margin: 0;
            font-size: 16px;
        }

    .list .fa {
        font-size: 35px;
        float: right;
        display: inline-block;
        line-height: 80px;
        color: #afafaf;
    }

.money {
    padding: 0 10px 10px 10px;
    position: relative;
    height: 55px;
    line-height: 55px;
}

    .money i {
        font-size: 30px;
        margin: 10px 0 0 5px;
    }

    .money .inputBox {
        position: absolute;
        left: 45px;
        right: 10px;
        border-bottom: 1px solid #ccc;
        height: 45px;
        top: 0;
    }

        .money .inputBox input {
            width: 100%;
            height: 100%;
            float: left;
            border: 0;
            background: none;
        }

.loginBox {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 20px;
}

    .loginBox .row {
        width: 100%;
        height: 41px;
        display: flex;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

        .loginBox .row .tit {
            flex: 0 0 auto;
            height: 40px;
            line-height: 40px;
        }

        .loginBox .row .inputBox {
            flex: 1;
            padding: 0 0 0 10px;
        }

        .loginBox .row .icon {
            flex: 0 0 auto;
            line-height: 40px;
            color: #ccc;
        }

        .loginBox .row .inputBox input {
            width: 100%;
            height: 40px;
            border: 0;
            color: #333;
            background: none;
        }

    .loginBox button {
        width: 100%;
        height: 40px;
        background: #118eea;
        color: #fff;
        line-height: 40px;
        border: 0;
        border-radius: 5px;
        margin: 15px 0 0 0;
    }

    .loginBox a {
        font-size: 14px;
        color: #118eea;
        margin: 10px 0 0 0;
    }

.listFlex {
    width: 100%;
    height: 100%;
    padding: 10px;
}

    .listFlex li {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 10px 0;
    }

        .listFlex li .text {
            flex: 1;
        }

        .listFlex li span {
            flex: 0 0 auto;
            line-height: 42px;
            font-weight: bold;
            color: red;
        }

.bottomButX2 {
    position: fixed;
    height: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

    .bottomButX2 button {
        flex: 0 0 50%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        border: 0;
        background: #2772ff;
    }

.gathering {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    text-align: center;
}

    .gathering img {
        margin: 30px auto 10px auto;
        max-width: 80px;
    }

    .gathering .moneyy {
        display: flex;
        padding: 10px 30px;
    }

        .gathering .moneyy i {
            flex: 0 0 auto;
            font-size: 30px;
            line-height: 45px;
        }

        .gathering .moneyy input {
            width: 100%;
            height: 45px;
            border-bottom: 1px solid #ccc;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            margin: 0 0 0 10px;
        }


.password {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 20px;
}

    .password .row {
        width: 100%;
        height: 41px;
        display: flex;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

        .password .row .tit {
            flex: 0 0 auto;
            height: 40px;
            line-height: 40px;
        }

        .password .row .inputBox {
            flex: 1;
            padding: 0 0 0 10px;
        }

        .password .row .icon {
            flex: 0 0 auto;
            line-height: 40px;
            color: #ccc;
        }

        .password .row .inputBox input {
            width: 100%;
            height: 40px;
            border: 0;
            color: #333;
            background: none;
        }

    .password button {
        width: 100%;
        height: 40px;
        background: #118eea;
        color: #fff;
        line-height: 40px;
        border: 0;
        border-radius: 5px;
        margin: 15px 0 0 0;
    }

    .password a {
        font-size: 14px;
        color: #118eea;
        margin: 10px 0 0 0;
    }

.rightbtn {
    flex: 0 0 auto;
    font-size: 16px;
    height: 100%;
    line-height: 40px;
    margin: 0 10px 0 10px;
    background: #fff;
    padding: 0 10px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #118eea;
    color: #fff;
}


.lsTop {
    width: 100%;
    background: #2269eb;
    height: 290px;
    padding: 15px;
}

    .lsTop .tit {
        width: 100%;
        height: 50px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }

        .lsTop .tit i {
            float: left;
            font-size: 18px;
            margin: 15px 0 0 0px;
        }

    .lsTop .li {
        width: 100%;
        height: 50px;
        background: #fff;
        border-radius: 5px;
        display: flex;
        flex-flow: row nowrap;
        margin: 10px 0 20px 0;
    }

        .lsTop .li .leftLs {
            flex: 0 0 33.33%;
            font-size: 13px;
            padding: 10px 0 0 10px;
        }

        .lsTop .li .centerLs {
            flex: 0 0 33.33%;
            font-size: 13px;
            text-align: center;
            line-height: 70px;
            color: #7a7a7a;
        }

        .lsTop .li .rightLs {
            flex: 0 0 33.33%;
            font-size: 13px;
            padding: 10px 10px 0 0;
            text-align: right;
        }

            .lsTop .li .rightLs span {
                color: #2269eb;
            }

.lsCenter {
    width: 100%;
}

.lsCenter .li {
    width: 100%;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    margin: 10px 0 20px 0;
}

.lsCenter .li .leftLs {
    flex: 0 0 33.33%;
    font-size: 13px;
    padding: 10px 0 0 10px;
}

.lsCenter .li .centerLs {
    flex: 0 0 33.33%;
    font-size: 13px;
    text-align: center;
    line-height: 70px;
    color: #7a7a7a;
}

.lsCenter .li .rightLs {
    flex: 0 0 33.33%;
    font-size: 13px;
    padding: 10px 10px 0 0;
    text-align: right;
}

.lsCenter .li .rightLs span {
    color: #2269eb;
}

.lsBut {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2269eb;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}


.keyboard{
	position:fixed;
	z-index:5;
	height:218px;
	left:0;
	right:0;
	bottom:0;
	border-top:1px solid #ccc;
	background:#fff;
}
.close{
	text-align: center;
	font-size: 20px;
	color: #ccc;
	padding: 0;
	margin: 0;
}
.keyBox{
	height:192px;
}
.key{
	font-size:26px;
	text-align:center;
	line-height:48px;
	height:48px;
	width:33.33%;
	float:left;
	box-shadow:1px -1px 1px #dedede;
}
.actInput{
	background:#fff;
}