/*后退栏，有50px的展示空间*/
.top-bg {
    background: #2E8AF3;
    height: 74px;
}

.top-back {
    width: 100%;
    position: relative;
    z-index: 10;
}

.top-text {
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    background: #2E8AF3;
}
.top-text a{
	line-height: 1;
}

.top-text .basic-title {
    font-family: 'Source Han Sans';
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: center;
    color: #FFFFFF;
    width: 81%;
    letter-spacing: 0.29px;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bi-chevron-left {
    cursor: pointer;
    background: url(../images/left-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*页面搜索栏*/
.top-select-area {
	display:flex;
    border-bottom: 1px solid rgba(225, 225, 225, 0.6);
    padding: 0px 16px;
    height: 49px;
}
/*后退*/
.top-back-btn {
    height: 30px;
    margin: 10px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px;
    width: 30px;
}
/*搜索框*/
.weui-search-bar {
    background: #fff;
    border: 1px solid #0dc8f1;
    width: 90%;
    margin: 8px auto;
    border-radius: 36px;
    padding: 5px;
    height: 34px;
    z-index: 20;
}

.weui-search-bar__box .weui-icon-search {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    left: inherit;
    width: 24px;
    height: 24px;
    color: #0dc8f1;
}

.weui-search-bar__box {
    padding-left: 14px;
}

.weui-search-bar__box input {
    background: #fff;
    border: 0;
    outline: 0;
    font-size: 14px;
    width: 90%;
}

/*按钮*/
.top-btn-area {
    height: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2px;
}
.top-btn-area a,.top-btn-area a img{
	height:100%;
}

/*页面查询条件区*/
.tab-select-area {
    width: 100%;
    border-bottom: 1px solid rgba(225, 225, 225, 0.6);
    padding: 5px 16px;
    height: 24px;
    font-size: 12px;
}

.tab-change{
    margin-right: 10px;
    cursor: pointer;
}

.common-select-area {
    position: relative;
    z-index: 20;
    color: #333;
    display: flex;
}

.text-blue {
    color: #0dc8f1;
}