.taiapp-wrap {
    padding: 30px 0;
}
.taiapp-wrap .download-wrap {
    text-align: center;
}
.taiapp-wrap .download-wrap .app-item {
    margin-bottom: 15px;
    background: url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) top center no-repeat, url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) bottom center no-repeat;
    background-size: auto 3px;
    padding: 1rem 0;
    display: none;
}
.taiapp-wrap .download-wrap .app-item.show {
    display: block;
}
.taiapp-wrap .download-wrap .app-item a {
    cursor: pointer;
    filter: drop-shadow(0 10px 5px rgba(255, 183, 0, 0.09));
}
.taiapp-wrap .download-wrap .app-item a img {
    width: 360px;
}
.taiapp-wrap .vpn-wrap {
    text-align: center;
    background: url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) top center no-repeat, url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) bottom center no-repeat;
    background-size: auto 3px;
    padding: 1rem 0;
    margin-top: 15px;
    cursor: pointer;
}
.taiapp-wrap .vpn-wrap .vpn-button img {
    width: 360px;
}
.taiapp-wrap .vpn-wrap .vpn-text {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}
.taiapp-wrap .web-play-wrap {
    text-align: center;
    background: url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) top center no-repeat, url(/wp-content/plugins/we-taiapp/assets/img/line-btn.png) bottom center no-repeat;
    background-size: auto 3px;
    padding: 1rem 0;
}
.taiapp-wrap .web-play-wrap .web-play-button {
    cursor: pointer;
}
.taiapp-wrap .web-play-wrap .web-play-button img {
    width: 300px;
}