@charset "UTF-8";
.sa-search-result-page
{
    position: absolute;
    text-align: center;
    bottom: 1.25rem;
    width: 21.9375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    background-color: rgba(255, 255, 255, 1);
}

.select-page-container 
{
    position: absolute;
    width: 23.4375rem;
    bottom: -1.25rem;
    right: 0;
    display: none;
    overflow: hidden;
}

.select-page-header 
{
    width: 100%;
    border-bottom: 0.0625rem solid rgba(229, 229, 229, 1);
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
	position: relative;
    z-index: 3;
}

.select-page-header-cancel 
{
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    float: left;
    margin-left: 0.75rem;
}

.select-page-header-title 
{
    display: inline-block;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 1rem;
    color: rgba(33, 33, 33, 1);
    height: 3rem;
    line-height: 3rem;
}

.select-page-header-confirm 
{
    display: inline-block;
    float: right;
    line-height: 3rem;
    height: 3rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(39, 111, 245, 1);
    margin-right: 0.75rem;
}

.select-page-list-container 
{
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    position: relative;
}

.select-page-list-greyback 
{
    background-color: rgba(242, 242, 242, 1);
    width: 100%;
    position: absolute;
    height: 2.25rem;
    top: 4.5rem;
    z-index: 1;
}

.select-page-list 
{
    width: 100%;
    height: 13.5rem;
    z-index: 2;
    position: relative;
}

.select-page-list-move
{
	transition: top 0.2s ease-in-out;
}

.page-item 
{
    width: 100%;
    height: 2.25rem;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
	color: rgba(33, 33, 33, 1);
}

.select-page-mask
{
    background-color: rgba(0, 0, 0, 30%);
    height: 1000%;
    width: 100%;
    position: fixed;
    top: 2.75rem;
    z-index: 0;
}

.icon-dropdown-container
{
	display: inline-block;
    width: 1.625rem;
    height: 1.75rem;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 0.25rem 0.25rem 0;
    vertical-align: top;
    padding: 0.5rem 0.375rem 0.5rem 0.5rem;
    border: 1px solid rgba(204, 204, 204, 1);
    margin-left: -1px;
}

.icon-dropdown
{
    background: url(../img/improve/icon_dropdown.png);
    background-size: cover;
	width: 0.75rem;
	height: 0.75rem;
}

.active 
{
   	display: inline-block;
    background: rgba(255, 255, 255, 1);
    width: 4.5rem;
    height: 1.75rem;
    line-height: 1.75rem;
    box-sizing: border-box;
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(33, 33, 33, 1);
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: 0.75rem;
}

.next
{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    float: right;
    display: inline-block;
    width: 4.5rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(33, 33, 33, 1);
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

.prev 
{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    float: left;
    display: inline-block;
    width: 4.5rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(33, 33, 33, 1);
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

.disable {
    border: 1px solid rgba(229, 229, 229, 1);
    color: rgba(204, 204, 204, 1);
}
