.nation-list-wrap{
    height: calc(100% - 50px);
    width: 100%;
    padding: 1rem 0;
}
.nation-search-header-box{
    height: 40px;
    padding: 0 1.5rem;
}
.nation-search-box{
    display: flex;
    align-items: center;
    background-color: #F4F5F8;
    border-radius: 14px;
    font-size: 12px;
    padding: 0 10px;
}
.nation-search-icon{
    margin-right: 10px;
}
.nation-list-box{
    height: calc(100% - 40px);
    padding: 0 1.5rem;
    overflow: auto;
}
.nation-list-item-name{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.hot-nation-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hot-nation-item{
    width: calc(33.33% - 5px);
    border: 1px solid #979797;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.slide-sort-list-wrap{
    width: 15px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #0085FF;
    font-size: 12px;
    text-align: center;
}
/*.hot-nation-item:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/


