.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}
.clearfix-menu a{
    padding: 0;
}
.logo{
    margin-left: -37px !important;
}
.btn-blue{
    font-size: 13.333px;
}
.app-top{
    padding-top: 125px;
    height: 550px;
    background-image: url(../img/app-top.png);
}
.heading{
    margin-bottom: 14px;
}
.subtitle{
    font-size: 16px !important;
    margin-bottom: 66px !important;
}
.download{
    width: 100%;
    margin: 30px auto 20px;
}
.download-content{
    width: 340px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.icon-font-size{
    font-size: 18px !important;
    margin-right: 5px;
}
.download-url{
    display: block;
    color: #ffffff;
    width: 170px;
}
.download-url:hover{
    display: block;
    color: #ffffff;
    width: 170px;
}
.download-btn{
    height: 38px;
    border-radius: 30px;
    background-color: #0E54FF;
    margin-left: 30px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 12px;
}
.rcode{
    width: 38px;
    height: 38px;
}
.rcode-content{
    height: 14px;
    cursor: pointer;
    width: 14px;
    background-size: cover;
    margin: 12px 20px 0;
    background-image: url(../img/top-code.png);
}
.rcode:hover+.top-download-content{
    display: block;
}
.top-download-content{
    position: absolute;
    top: -32px;
    right: 50px;
    width: 120px;
    height: 120px;
    display: none;
    background-color: #ffffff;
}
.download-code{
    margin: 10px;
    width: 100px;
    height: 100px;
    background: url(../img/qrcode.png);
    background-size: cover;
}
.download-title{
    font-size: 14px;
}
.mid{
    position: relative;
    height: 465px;
    padding-top: 70px;
}
.mid-content{
    margin-left: 60px;
}
.mid-top{
    font-size: 28px;
}
.mid-bold{
    font-weight: 600;
}
.mid-bot{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
}
.mid-right{
    background: url(../img/left-bg.png);
    width: 348px;
    height: 522px;
    background-size: cover;
    position: absolute;
    top: -160px;
    right: 30%;
}
.mid-right-img{
    width: 240px;
    height: 472px;
    position: absolute;
    top: 25px;
    right: 24px;
    background-size: cover;
}
.first-item{
}
.container{
    display: flex;
}
.first-left{
    background: url(../img/right-bg.png);
    width: 334px;
    height: 522px;
    background-size: cover;
    position: relative;
}
.first-img{
    width: 240px;
    height: 472px;
    position: absolute;
    top: 25px;
    right: 70px;
    background-size: cover;
}
.first-img-display{
    display: none;
}
.first-right{
    margin-left: 136px;
}
.first-top{
    margin-left: 33px;
    margin-bottom: 50px;
}
.first-content{
    padding: 23px 33px;
    width: 463px;
    margin-bottom: 13px;
    cursor: pointer;
}
.active-content{
    background: #F3F4F7;
}
.first-content-title{
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
}
.first-content-content{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
}

.second-item{
    margin: 120px 0;
}


.second-img{
    width: 240px;
    height: 472px;
    position: absolute;
    top: 25px;
    right: 12px;
    background-size: cover;
}
.second-content{
    padding: 23px 33px;
    width: 463px;
    margin-bottom: 13px;
    cursor: pointer;
}
.second-right{
    margin-left: 100px;
    background: url(../img/left-bg.png);
    width: 334px;
    height: 522px;
    background-size: cover;
    position: relative;
}
.three-img{
    width: 240px;
    height: 472px;
    position: absolute;
    top: 25px;
    right: 70px;
    background-size: cover;
}
.three-content{
    padding: 23px 33px;
    width: 463px;
    margin-bottom: 13px;
    cursor: pointer;
}
.app-footer{
    background: url(../img/footer.png);
    width: 100%;
    height: 434px;
    margin-top: 80px;
}
.bot-heading{
    font-size: 36px;
    margin-top: 88px;
    font-weight: 600;
    margin-bottom: 18px;
}
.bot-subtitle{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 75px;
}
.bot-info{
    font-size: 14px;
    color: #0E54FF;
    font-weight: 400;
}
.bot-btn{
    width: 145px;
    height: 42px;
    background: #0E54FF;
    border-radius: 22px;
    margin: 0 auto 39px;
    position: relative;
    line-height: 38px;
    cursor: pointer;
}
.bot-code-content{
    position: absolute;
    top: -30px;
    left: -130px;
    width: 120px;
    height: 120px;
    display: none;
    background-color: #ffffff;
}

.bot-download-code{
    margin: 10px;
    width: 100px;
    height: 100px;
    background: url(../img/qrcode.png);
    background-size: cover;
}
.bot-btn:hover .bot-code-content{
    display: block;
}
.bot-code{
    background-image: url(http://127.0.0.1:8003/themes/simpleboot3_front/public/assets/app/img/top-code.png);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 12px;
    left: 28px;
    background-size: cover;
}
.bot-title-info{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 28px;
}