.country_modelBg {
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    display: none;
    animation: modelBg 0.5s forwards;
}

.country_modelBox {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    width: 100%;
    z-index: 100000;
    border-radius: 1.6rem 1.6rem 0 0;
}

.country_modelAnimate {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.country_modelClose {
    background: url(../images/user/close_black.svg) no-repeat center center;
    background-size: 100%;
    width: 0.97rem;
    height: 0.97rem;
    position: absolute;
    top: 1.55rem;
    right: 1.22rem;
}

.country_modelTitle {
    text-align: center;
    font-size: 1rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #22292E;
    padding: 1.2rem 0;
    background: #fff;
    border-radius: 1.6rem 1.6rem 0 0;
}

.country_letterBox {
    width: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.2rem;
    text-align: center;
    padding: 0.65rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0.81rem;
    background: #F2F2F7;
    margin-top: 2.4rem;
    z-index: 1;
}

.country_letterBox li {
    color: #8A8A8E;
    font-size: 0.81rem;
    line-height: 0.81rem;
    display: block;
    padding: 0.2rem 0.4rem;
    margin-bottom: 0.2rem;
}

.country_letterBox .country_letterSel {
    color: #5859F3;
}

.country_box {
    height: 36.3rem;
    overflow-y: auto;
}

.country_letterBox {
    width: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.22rem;
    text-align: center;
    padding: 0.61rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0.8rem;
    background: #F2F2F7;
    margin-top: 2.4rem;
    z-index: 1;
}

.country_letterBox li {
    color: #8A8A8E;
    font-size: 0.8rem;
    line-height: 0.8rem;
    display: block;
    padding: 0.2rem 0.4rem;
    margin-bottom: 0.2rem;
}
.country_letterBox .country_letterSel {
    color: #5859F3;
}

.country_listBox {
    padding: 0 3.2rem 1.22rem 1.22rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.country_list {
    padding-top: 1.22rem;
}

.country_list p {
    color: #22292E;
    font-size: 0.97rem;
    line-height: 2.4rem;
    margin-top: 0.8rem;
}

.country_list.country_hot {
    padding-top: 1.63rem;
}

.country_list.country_hot .country_listTitle {
    font-weight: normal;
    font-size: 1.14rem;
    color: #8A8A8E;
}

.country_list.country_hot p {
    margin-top: 0;
}

.country_list.country_hot p::after {
    display: block;
    content: "";
    clear: both;
}

.country_list.country_hot p span {
    padding: 0.8rem 2.2rem 0.4rem 0;
    float: left;
}

.country_list.country_hot p span:nth-of-type(1) {
    color: #5859F3;
}

.country_list.country_hot p span:nth-of-type(2) {
    color: #63CEDA;
}

.country_list.country_hot p span:nth-of-type(3) {
    color: #F4BB3B;
}

.country_list.country_hot p span:last-child {
    padding-right: 0;
}

.country_modelBox button {
    border: none;
}

.country_listTitle {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.63rem;
    display: block;
    color: #22292E;
}

.country_viewNum {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 0.8rem;
    text-align: right;
    padding-right: 0.8rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #8A8A8E;
}

.country_view {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}