.margin-top130{margin-top: 130px;}

.address{display: flex;flex-wrap: wrap;box-sizing: border-box;padding:40px;} 
.address h1{font-size:60px;}
.address p{font-size: 40px;padding-bottom: 20px;}
.address span,.address span *{font-size:30px;line-height: 1.2;}

.flavored-tea dl{display: flex;flex-wrap: wrap;}
.flavored-tea dd{display:inline-block;width:50%;box-sizing: border-box;padding:20px;}
.flavored-tea dd>p{font-size: 26px;font-weight:bold;line-height: 1.2;text-align: center;margin:20px 0;}
.flavored-tea dd>span{display:block;box-sizing: border-box;padding:10px;background-color: #eee;}
.flavored-tea dd>span b{padding-right: 10px;}

#swiper-popup{position: fixed; top: 0;height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 9999; display: flex; justify-content: center; align-items: center;width:750px; margin: 0 auto;}
#swiper-popup>div{position: relative; width:90%;height: auto;}
#close-btn{position: absolute;width:100px;height: 100px;left: 50%;margin-left: -50px;bottom: -150px;font-size:60px;font-weight: normal;border-radius: 50%;background:rgba(255, 255, 255, 0.1);border:none;color: white;}