/* 顶部返回 */
.top{
	width: 100%;
	height: 3.125rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #fff;
}
.top a{
	margin-left: 0.375rem;
}
.top p{
	margin:0 auto;
	padding-right: 2.25rem;
}
/* tabbar */
.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    box-shadow: 0 1px 1px #9b9b9b;
    background: #fff;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #828282;
}
.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.6rem;
    color: rgba(202, 202, 202, 1);
}
.aui-tabBar-item-active .aui-tabBar-item-text {
    color: rgba(224,183,87, 1);
}
.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}
.flex-r{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.flex-c{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mt15{
	margin-top: 0.9375rem;
}
.ml15{
	margin-left: 0.9375rem;
}
.font16{
	font-size: 1rem;
}
.font12{
	font-size: 0.75rem;
}
.ml10{
	margin-left: 0.625rem;
}
.mt10{
	margin-top: 0.625rem;
}
.ml5{
	margin-left: 0.3125rem;
}
.mr10{
	margin-right: 0.625rem;
}
.mb70{
	margin-bottom: 4.375rem;
}
.mb15{
	margin-bottom: 0.9375rem;
}
.mr15{
	margin-right: 0.9375rem;
}
.mt20{
	margin-top: 1.25rem;
}
.mt5{
	margin-top: 0.3125rem;
}
.pt10{
	padding-top: 0.625rem;
}
.mb5{
	margin-bottom: 0.3125rem;
}
.mb10{
	margin-bottom: 0.625rem;
}
.w93{
	width: 93%;
}
.mauto{
	margin: 0 auto;
}
.pt5{
	margin-top: 0.3125rem;
}
.ml20{
	margin-left: 1.25rem;
}
.ml7{
	margin-left: 0.4375rem;
}
.jcsb{
	justify-content: space-between;
}
.font12{
	font-size: 0.75rem;
}
.orange{
	color: rgba(224,183,87, 1);
}
.red{
	color: rgba(255, 67, 67, 1);
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    color: #23abf0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 2px;
}

.theme-black .pagination > li > a,
.theme-black .pagination > li > span {
    color: #fff;
    padding: 6px 12px;
    background: #3f4649;
    border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #23abf0;
    border-color: #23abf0;
}

.theme-black .pagination > .active > a,
.theme-black .pagination > .active > span,
.theme-black .pagination > .active > a:hover,
.theme-black .pagination > .active > span:hover,
.theme-black .pagination > .active > a:focus,
.theme-black .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #23abf0;
    border-color: #23abf0;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-total {
    height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination-total .am-vertical-align-middle {
    font-size: 1.4rem;
}