header{
	width: 100%;
	z-index: 99999;
	
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
}
.logo{
	width: 120px;
	/*height: 30px;*/
	margin-right: 20px !important;
}
header .left{
	display: flex;align-items: center;
}
header .left img{
	margin-right: 10px;
}
header .left .title h4{
	font-size: 20px;
	color: #E74479;
	line-height: 30px;
	text-align: left;
}
header .left .title p{
	font-size: 12px;
	color: #E74479;
	line-height: 20px;
}
.header-box{
	height: 70px;
	display: flex;align-items: center;justify-content: space-between;
}
header .right{
	display: flex;align-items: center;justify-content: space-between;
}

header .right .search{
	position: relative;
}

header .right .search input{
	width: 300px;
	height: 30px;
	background: #FFFFFF;
	outline: 0;border: 1px solid #E74479;
	
	font-size: 12px;
	color: #E74479;
	padding-left: 10px;
	
}
header .right .search input::placeholder { color: #E74479; }

header .right .search img{
	position: absolute;
	right: 8px;
	top: 8px;
	
}

header .right .dw{
	display: flex;align-items: center;
	margin-left: 30px;
}

header .right .dw p{
	font-weight: bold;
	font-size: 14px;
	color: #E74479;
	line-height: 16px;
	margin-left: 5px;
	
}
header .right .login{
	margin-left: 30px;
	width: 100px;
	height: 36px;
	background: rgba(255,255,255,0.01);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #E74479;
	display: flex;align-items: center;justify-content: center;
	font-weight: bold;
	font-size: 12px;
	color: #E74479;
	line-height: 14px;
}
header .header-nav{
	
	width: 100%;
	
	background: #E74479;
}
header .nav{
	display: flex;align-items: center;justify-content: space-between;
	height: 50px;
}
header .nav .active{
	padding: 10px;
	background: #333333;
	display: flex;align-items: center;justify-content: center;
	height: 50px;
}

header .nav li a{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}



.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;
}

@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;
}

}