/*-------------------------------------------
	APP下載
-------------------------------------------*/

.gardenapp-wrap{
    font-family: KaiTi;
    background: url(../buddhism/tang/img/content_bg.png) repeat;
    position: relative;
    height: 750px;
}

.left-container {
    position: absolute;
    top: 50px;
    left: 130px;
    margin-right: 160px;
    width: 350px;
    height: 622px;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 370px;
    height: 642px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}

.swiper-slide img {
    width: 350px;
    box-shadow: 0px 0px 8px #999999;
}

.right-container {
    position: absolute;
    top: 50px;
    left: 610px;
    width: 460px;
}
.right-container .title {
    font-size: 34px;
}

.right-container .text {
    font-size: 20px;
    margin-top: 50px;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-align: justify;
}

.download {
    margin-top: 50px;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    margin-right: 35px;
}

.download img {
    width: 180px;
}

.download .img2 {
    margin-top: 55px;
    margin-bottom: 10px;
}

