
.section-title{
    text-align: center;
}

.section-title .title{
    display: inline-block;
    min-width: 500px;
    background-image: linear-gradient(to right, #F9DF82, #FFF9CD, #F9DF82);
    font-size: 40px;
    line-height: 80px;
    color: #333;
    font-weight: bold;
    border-radius: 40px;
    padding: 0 60px;
}


.section-title .subtitle{
    color: #333;
    font-size: 34px;
    line-height: 41px;
    margin-top: 30px;
}

.btn-google, .btn-appstore{
    display: block;
    width: 168px;
    height: 50px;
    background-size: 100% 100%;
    margin-right: 15px;
}

.btn-google{
    background-image: url(../images/btn-google.png);
}

.btn-appstore{
    background-image: url(../images/btn-appstore.png);
}

.hero{
    margin: 20px 20px 0;
    background-image: url(../images/hero-bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner{
    padding: 94px 0 90px;
    padding-top: 20px;
}

.banner-info h3{
    font-size: 56px;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
    width: 877px;
    margin-bottom: 30px;
}

.banner-info p{
    width: 871px;
    font-size: 19px;
    line-height: 1.2em;
    color: #fff;
}

.banner-info p.gold{
    font-size: 34px;
    color: #FFF6BE;
    font-weight: bold;
}

.banner-info a{
    margin-top: 40px;
    width: 500px;
    height: 71px;
    line-height: 71px;
    display: flex;
    background-image: linear-gradient(to right, #F9DF82, #FFF9CD, #F9DF82);
    border-radius: 36px;
    padding-left: 30px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.banner-info a .icon-arrow{
    flex: none;
    width: 44px;
    height: 44px;
    background-color: #333;
    background-image: url(../images/arrow1.png);
    background-size: 100% 100%;
    border-radius: 22px;
}

.why-choose{
    padding-top: 149px;
    padding-bottom: 120px;
    margin: 0 20px;
    position: relative;
}

.why-choose::before{
    content:'';
    display: block;
    width: 100%;
    height: 234px;
    background-image: url(../images/section1-top.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.why-choost-inner{
    padding: 45px 58px 61px 41px;
    background-image: url(../images/section1-box.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.why-choost-title{
    text-align: right;
    margin-bottom: 60px;
}

.why-choost-title h4{
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #333;
}

.why-choose-item{
    display: flex;
    margin-bottom: 34px;
}

.why-choose-item:last-child{
    margin-bottom: 0;
}

.why-choose-item .title{
    flex: none;
    width: 260px;
    height: 52.5px;
    line-height: 52.5px;
    background-color: #379B38;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 36px;
    margin-right: 20px;
}

.why-choose-item .content{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-top: 10px;
}

.our-product{
    background-image: url(../images/product-bg.png);
    background-size: 100% auto;
    background-position: center center;
}

.product{
    display: flex;
    justify-content: space-between;    
}

.product-item{
    width: 360px;
    height: 492px;
    position: relative;
}

.product-item{
    background-position: center center;
    background-size: 100% 100%;
}

.product-item.p1{
    background-image: url(../images/p1.png);
}

.product-item.p2{
    background-image: url(../images/p2.png);
}

.product-item.p3{
    background-image: url(../images/p3.png);
}

.product-title{
    position: absolute;
    left: 30px; top: 30px;    
}

.product-title h4{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
}

.product-content{
    position: absolute;
    left: 52px; bottom: 46px;
    width: 296px;
}

.product-content p{
    font-size: 14px;
    line-height: 14px;
}

.customer{
    position: relative;
}

.customer-item{
    background-size: 100% 100%;
    padding: 20px 50px 45px;
    box-sizing: border-box;
}

.customer-name{
    margin-top: -34px;
}

.customer-name h4{
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
}

.customer-content{
    margin-top: 5px;
}

.customer-content p{
    font-size: 16px;
    color: #000;
    line-height: 19px;
}


.customer-item.c1{
    width: 674px;
    height: 122px;
    background-image: url(../images/b1.png);
    margin: 0 auto;
}

.customer-item.c2{
    width: 622px;
    height: 122px;
    background-image: url(../images/b2.png);
    margin-left: -41px;
    margin-top: -10px;
}

.customer-item.c2 .customer-name{
    margin-top: -17px;
}

.customer-item.c2 .customer-content{
    margin-top: 20px;
}

.customer-item.c3{
    width: 663px;
    height: 122px;
    background-image: url(../images/b3.png);
    margin-right: -67px;
    margin-top: -95px;
    float: right;
}

.customer-item.c4{
    width: 502px;
    height: 102px;
    background-image: url(../images/b4.png);
    margin-left: 270px;
    margin-top: 30px;
    padding-left: 34px;
    padding-right: 34px;
}

.customer-item.c5{
    width: 416px;
    height: 86px;
    background-image: url(../images/b5.png);
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -80px;
    margin-right: -85px;
}

.customer-item.c6{
    width: 366px;
    height: 136px;
    background-image: url(../images/b6.png);
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 26px;
    margin-top: -19px;
    margin-left: -85px;
}

.customer-item.c6 .customer-name{
    margin-top: -40px;
}

.customer-item.c7{
    width: 662px;
    height: 122px;
    background-image: url(../images/b7.png);
    float: right;
    margin-top: -97px;
    margin-right: 156px;
    padding-top: 30px;
}

.customer-item.c7 .customer-name{
    margin-top: -44px;
}

.customer-item.c8{
    width: 488px;
    height: 86px;
    background-image: url(../images/b8.png);
    margin-top: 30px;
    margin-left: 165px;
    padding-left: 26px;
    padding-right: 0;
    padding-top: 32px;
}

.customer-item.c9{
    width: 546px;
    height: 86px;
    background-image: url(../images/b9.png);
    float: right;
    margin-top: -80px;
    margin-right: -65px;
}

.customer-item.c10{
    width: 306px;
    height: 86px;
    background-image: url(../images/b10.png);
    margin-top: 30px;
    margin-left: 113px;
    padding-left: 22px;
    padding-right: 16px;
}

.customer-item.c11{
    width: 466px;
    height: 106px;
    background-image: url(../images/b11.png);
    float: right;
    margin-top: -80px;
    margin-right: 200px;
}

.download{
    margin-top: 140px;
    display: flex;
    justify-content: space-around;
}

.download .button{
    display: block;
    width: 500px; height: 125px;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 27px 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.download .button p{
    font-size: 30px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.download .button .icon-arrow{
    flex: none;
    width: 66px;
    height: 66px;
    background-image: url(../images/arrow.png);
    background-size: 100% 100%;
}

.swift{
    background-image: url(../images/speed-bg.png);
    background-size: 100% auto;
    background-position: center center;
}

.swift p{
    text-align: center;
    color: #fff;
}

.swift p:first-child{
    font-size: 60px;
    line-height: 72px;
}

.swift p:last-child{
    font-size: 90px;
    line-height: 108px;
}