header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}



.headerBoxt {
    height: 1rem;
	display: flex;
	align-items: center;
	/*padding: 0;*/
	/*padding: 0.28rem 0 0.2rem 0;*/
}

.header-logo {
	width: 1.91rem;
	height: 0.54rem;
}

.header-logo img {
	width: 100%;
	height: 100%;
}

.header-right {
    height: 100%;
	flex: 1;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header-fabox {
	height: 100%;
	margin-right: 0.35rem;
    position: relative;
}
.header-sonbox{
    width: 200%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    display: none;
     box-shadow: 0.04rem 0.04rem 0.08rem rgba(0,0,0,0.2);
}
.two-abox{
    text-align: center;
    font-size: 0.16rem;
    display: block;
    margin: 0 0.1rem;
    border-bottom: 0.01rem solid rgba(33,33,33,.15);
    line-height: 0.5rem;
}
.two-abox:hover{
    color: #004FA3;
    font-weight: bold;
    border-bottom: 0.01rem solid #004FA3;
}
.header-fabox:hover .header-sonbox{
    display: block;
}



.header-fatit {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	/*padding: 0.28rem 0 0.2rem 0 ;*/
}
.header-fatit.active{
	color: #004FA3;
	font-weight: bold;
}
.lange {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size:18px;
}

.header-fabox:hover .header-fatit {
	color: #004FA3;
	font-weight: bold;
}

/* 移动适配 */
.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    
    
    
.common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
.header-menu-phone{
    height: 30px;
}
.header-logo-phone {
    height: 30px;
}
.header-search-phone {
    height: 30px;
}

.header-search-box-phone {
    display: none;
}


.header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
}
    
    
    
    
.side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background:rgba(0, 0, 0, .5);
}
.side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
}

.side-container.shown {
    display: block;
    width: 100%;
}




@keyframes ani_side{
    from {
        display: none;
        width: 3rem;
    }
    to {
        display: block;
        width: 100%;
    }
}

.side-wrap {
    width: 100%;
}

.side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.side-logo {
    width: 2rem;
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
height: auto;
    overflow: auto;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
}

.nav-item-inner span{
    display: flex;
    align-items: center;
    font-size: 14px;
}


.nav-item-inner img{
    /* width: .48rem; */
    width: .4rem;
}
.side-nav-list .nav-item a{
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: inline-block !important;
}



.side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}   

.side-nav-list-sub {
    display: none;
}
.side-nav-list-sub  .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}
.lange{
    color: #333333 !important;
    font-size: 14px;
    height: auto;
}
}