div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active,
a:link,
a:visited{
    text-decoration: none;
}

img{
    font-size: 0;
}
ul,li{
    list-style: none;
}

.flex {
    display: flex;
}

.header {
    height: 0.4rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(182, 182, 183, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

.header > .logo {
    width: auto;
    height: 0.24rem;
}

.header > .menu-btn {
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.header > .menu-btn > div {
    width: 100%;
    height: 0.03rem;
    background-color: rgba(11, 96, 169, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 500ms;
}

.header > .menu-btn.active > div:first-child {
    transform-origin: center;
    transform: rotate(45deg) translate(0.035rem, 0.085rem);
}

.header > .menu-btn.active > div:nth-child(2) {
    display: none;
}

.header > .menu-btn.active > div:last-child {
    transform-origin: center;
    transform: rotate(-45deg) translate(0.035rem, -0.085rem);
}

.fixed-nav-bar {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 8;
    transform: translateY(-276px);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 500ms;
}

.fixed-nav-bar.active {
    visibility: visible;
    transform: translateY(0.4rem);
}

.fixed-nav-bar > .item{
    width: 100%;
    border-bottom: 1px solid rgba(182, 182, 183, 1);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.14rem;
    color: #332c2b;
    transition: height 500ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 500ms;
    overflow: hidden;
}

.fixed-nav-bar > div.item{
    height: auto;
}

.fixed-nav-bar > a.item{
    height: 0.32rem;
    padding: 0 0.3rem;
}

.fixed-nav-bar > .item > p{
    width: 100%;
    height: 0.32rem;
    padding: 0 0.3rem;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.fixed-nav-bar > .item > p > i{
    display: block;
    width: .12rem;
    height: .12rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/angle-black.png");
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 500ms;
    margin-left: .1rem;
}

.fixed-nav-bar > .item > .subnav{
    width: 100%;
}

.fixed-nav-bar > .item > .subnav > .sub-item{
    width: 100%;
    height: .32rem;
    border-top: 1px solid rgba(182, 182, 183, 1);
}

.fixed-nav-bar > .item > .subnav > .sub-item > a{
    width: 100%;
    height: 100%;
    padding: 0 0.3rem 0 .5rem;
    font-size: 0.14rem;
    color: #332c2b;
    align-items: center;
    justify-content: flex-start;
}

.fixed-nav-bar > .item > .subnav > .sub-item > a:active{
    background-color: #bfe1ff;
}

.fixed-nav-bar > .item.active > p{
    color: #0B60A8;
}

.fixed-nav-bar > .item.active > p > i{
    display: block;
    width: .12rem;
    height: .12rem;
    background-image: url("../img/angle-primary.png");
    transform: rotate(180deg);
}

.tabbar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .6rem;
    background-color: #0B60A8;
}

.tabbar > .tab-item{
    flex: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabbar > .tab-item:not(:last-child) {
    border-right: 1px solid #fff;
}

.tabbar > .tab-item > img {
    width: auto;
    height: .18rem;
    margin-bottom: .04rem;
}

.tabbar > .tab-item > span {
    font-size: .14rem;
    line-height: .16rem;
    color: #fff;
}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    background-color: rgba(0, 0, 0, .5);
}
/*·ÖÒ³Ò³Âë*/
.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
	.page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.page-list a,
    .page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .page-list a:active{ background:#ececec; }
	.page-list span{ color:#999; }
	.page-list a{ color:#333; }
	.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
	.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
	.page-list .current{ display:block; float:left; }
