body{
    background-color: rgba(249,234,219,0.55);
    /*font-family: "Yuanti SC", "PingFang SC";*/
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #EF5C33;
}
.currentRegion{
    top: 150px;
    position: fixed;
    width: 350px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-out;
    transform-origin: 0 12.5px;
    background-color: rgba(249,234,219);
    z-index: 1000;
}
.unavailable{
    position: absolute;
    display: none;
    font-size: 10px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
#next{
    position: fixed;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.select{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-out;
    width: 330px;
    overflow: hidden;
}
.option{
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 12.5px 0 12.5px 25px;
    border-radius: 5px;
}
.option:hover{
    background-color: #EF5C33;
    color: white;

}
button{
    width: 90px;
    height: 30px;
    margin: 10px 0;
    color: #EECC41;
    border-radius: 8px;
    background-color: #EF5C33;
    border: #EF5C33 solid 1px;
    font-size: 15px;
}
.flag{
     height: 25px;
     border-radius: 3px;
     left: 20px;
 }
#unfold{
    position: absolute;
    width: 30px;
    height: 25px;
    padding: 1px;
    right: 20px;
    top: 12.5px;
}
#unfold:hover{
    background-color: rgba(232,205,92);
    border-radius: 6px;
}
.option p{
    margin: 1px 20px;
    left: 150px;
}
footer{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
tips{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(232,205,92,0.55);
    color: #EF5C33;
    padding: 20px;
    border-radius: 15px;
    transition: 0.5s ease-out;
    z-index: 99;
}
.younnishing_logo{
    position: relative;
    width: 250px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
shop{
    display: none;
}