
header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	
}
.logo{
	width: 120px;
	height: 30px;
}
.left-ul{
	font-size: 0;
	height: 100%;
	
}
header .header-box{
	height: 60px;
	
}
header .header-box .left{
	width: 100%;
	display: flex;align-items: center;justify-content: space-between;
	
}

header .header-box .left a img{
	width: 100px;

}

.header-box ul li{
	margin-left: 40px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #000000;
	height: 100%;
    display: flex;
    align-items: center;

}
.header-box ul li a:hover{
	color: #E61E4F;
}
.header-box ul .active{
	color: #3F60F2;
    /*border-bottom: 1px solid #3F60F2;*/

}
.right-div{
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.right-div .gou{
	position: relative;
}
.right-div .gou .header-ewm{
	position: absolute;
  top: -200px;
  left: -15px;
  /*transition: all 0.2s ease-in-out;*/
}
.right-div .gou:hover .header-ewm{
	top: 55px;
}
.right-div div{
	display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 14px;
  justify-content: center;
  color: #666666;
}
.right-div img{
	padding-right: 5px;
}
.right-div .btn{
	width: 150px;
	height: 40px;
	color: #333333;
	padding:0 5px;
	display: flex;align-items: center;justify-content: flex-start;
  background: rgba(255,255,255,0.1);
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.1);
}
.right-div .btn i{
	background: url(https://cdn.chiefgr.com/fan05/images/head1@2x.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-size:100% 100%;
	
}

.floats{
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
	/*color: #000000;*/
  /*transition: .5s;*/
}
.mobile-nav {
	display: none;
}
.m-menu{
  display: none;
}
.mobile-nav .close{
  display: none;
}



.page .start,
.page .end {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .start .shou,
.page .end .wei {
    display: block;
    width: 60px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 5px;
}

.page .start .last,
.page .end .next {
    display: block;
    width: 70px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 5px;
}

.page-list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-list a {
    display: block;
    width: 40px !important;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 5px;
}

.page .start a:hover,
.page .end a:hover,
.page-list a:hover {
    background: #7D3CEB;
    color: #FEFEFE;
}

.page {
    /*width: 280px;*/
    height: 40px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}


@media (max-width: 630px){

header {
	display: flex;
	height: auto;
	width: 100%;
	
}
header .header-box{
    display: none;
}
header .mobile-nav{
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
    
}
.mobile-nav .menu{
	width: 26px;
  height: 26px;
}
.mobile-nav .logo img{
    
    width: 1.92rem;
    height: 0.48rem;
}
.mobile-nav .close{
		width: 26px;
		height: 26px;
}
.mobile-nav div{
    height: 100%;
}

.m-menu{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-size: 14px;
  color: #333;
  z-index: 999999;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.1);
}

.m-menu li{
  line-height: 40px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}

}