*{
    margin: 0;
    padding: 0;
    font-size: 0;
}
html, body{
    width: 100%;
    height: 100%;
}
body{
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.bodyBox{
    position: relative;
    height: 100%;
    width: 100%;
}
.main {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.main img{
    width: 100%;
}
#haveASit{
    width: 100%;
}
.main-btn{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.main-btn img{
    width: 100%;
}
.mask-container{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(0,0,0,.3);
}

.popup{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 299;
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
}
.close{
    text-align: right;
    padding: 4vw 6vw 0 0;
    box-sizing: border-box;
}
.close img{
    width: 5vw;
    height: 5vw;
}
.content-img img{
    width: 100%;
}
.popup-btn img{
    width: 100%;
}
#title-container{
    display: flex;
    align-items: center;
    padding: 16px 7vw;
    box-sizing: border-box;
}
.single{
    justify-content: center;
}
.two{
    justify-content: space-between;
}
.title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.4vh;
    font-size: 4vw;
}
.single-title{
    width: 80%;
    background: #fff;
    border: 1px solid #ff8986;
    color: #ff8986;
    border-radius: 30px;
}
.two-title{
    width: 45%;
    color: #4e4e4e;
    background: #f5f5f5;
    border-radius: 30px;
}
.two-title-active{
    background: #fff;
    border: 1px solid #ff8986;
    color: #ff8986;
}