body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.inner_box {
    width: 80%;
    margin: 0 auto;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.cashWave_container {
    position: relative;
    width: 100%;
    height: 796px;
    background: url("../images/bg.png") no-repeat center top;
    background-size: cover;
}

.cashWave_header { padding:  30px 0;margin: 0 260px;display: flex;align-items: center;justify-content: space-between; }
.cashWave_header a { font-size: 24px;color: #999;text-decoration: underline;display: flex;align-items: center; }
.cashWave_header a img { width: 28px;height: 28x;margin-right: 10px; }

.cashWave_logo {
    display: flex;
    align-items: center;
}

.cashWave_logo img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.cashWave_logo span {
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.cashWave_info {
    margin: 0 260px;
    width: 555px;
    padding-top: 150px;
}

.cashWave_info h1 {
    font-size: 56px;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.cashWave_info h1 span { color: #FF4F40; }

.cashWave_info p {
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
}

.cashWave_info img {
    height: 73px;
}
.cashWave_footer {
    height: 380px;
    padding: 70px 260px 0;
    background: #333;
    
}

.cashWave_footer ul li {
    font-size: 22px;
    color: #D6D6D6;
    width: 25%;
    float: left;
    text-align: left;
}

.cashWave_footer ul li .tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;

}
.cashWave_footer ul li .tit img { width: 32px;height: 32px; }

.cashWave_footer a {
    display: block;
    width: 80%;
    height: 64px;
    background: #5c5c5c;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 48px;
    border-radius: 10px;
    line-height: 64px;
    text-decoration: underline;
}
