<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .top{
	background: #EFF1F3;
}
header .top-box{
	display: flex;align-items: center;justify-content: space-between;
	height: 34px;
}
header .top .left{
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	display: flex;align-items: center;
}
header .top img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
header .top ul{
	/* width: 420px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .top ul li{
	font-size: 12px;
	color: rgba(102,102,102,0.75);
	line-height: 19px;
	display: flex;align-items: center;
}
header .cen{
	background: #FFFFFF;
}
header .cen-box{
	height: 100px;
	background: #FFFFFF;
	display: flex;align-items: center;justify-content: space-between;
}
header .cen-box .logo img{
	width: 220px;
	/*height: 40px;*/
}
header .cen-box .right{
	display: flex;align-items: center;
}
header .cen-box .right .search{
	width: 400px;
	height: 50px;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #DDDDDD;
	position: relative;
	padding: 0 20px 0 10px;
	display: flex;align-items: center;
	position: relative;
}
header .cen-box .right .search .sou{
	width: 30px;
	height: 30px;
	position: absolute;right: 20px;
	
}
header .cen-box .right .search input{
	border: 0;
	outline: none;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	padding: 0 15px;
}
header .cen-box .right .search .leimu .tong{
	display: flex;align-items: center;
	height: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-right: 15px;
	border-right:1px solid  #EEEEEE;
	cursor: pointer;
}
header .cen-box .right .search .leimu .tong img{
	width: 8px;
	height: 4px;
	margin-left: 5px;
}
header .cen-box .right .search .leimu{
	height: 100%;
}
header .cen-box .right .search .leimu ul{
	display: none;
}

header .cen-box .right  .btn-box{
	display: flex;align-items: center;
	margin-left: 20px;
}
header .cen-box .right  .btn-box .btn{
	width: 150px;
	height: 50px;
	background: linear-gradient(90deg, #FF7D55 0%, #F64C35 100%);
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	display: flex;align-items: center;justify-content: center;
}
header .cen-box .right  .btn-box .btn:nth-child(2){
	background: linear-gradient(270deg, #1D43FF 0%, #037CFF 100%);
	margin-left: 5px;
}

.head{
	
	background: #1E44FF;
}
.head .head-box{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .head-box li img{
	width: 33px;
	height: 16px;
	margin-left: 5px;
	animation: myfirst 2s infinite;
}
.head .head-box li{
	height: 100%;
	}
.head .head-box li a{
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 27px;
}
.head .head-box .active{
	background: #F74C36;
}



.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;
}
@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-3px);

}

100% {

transform: translateY(0px);

}

}
@media (max-width: 630px){

.dy{
	overflow: hidden;
}

.con{
	width: 100%;
	padding: 0 0.24rem;
}
header .cen{
	display: none;
}
header .head{
	display: none;
}
.m-menu{
	display: none;
}
.header-box{
	display: none;
}
header {
	display: flex;
	height: auto;
	width: 100%;
}

header .mobile-nav{
    height: 1rem;
    display: flex;
    align-items: center;
    position: relative;
}
header .top{
	display: none;
}
.mobile-nav .logo{
    display: flex;
   
}
.mobile-nav .menu{
	width: 26px;
  height: 26px;
}
.mobile-nav .logo img{
    width: 2.24rem;
    /*height: 0.48rem;*/
}
.mobile-nav .logo img:nth-child(2){
    width: 2.96rem;
    height: 0.48rem;
    margin-left: 5px;
}
.img3{
	width: 0.4rem;
  height: 0.4rem;
  
}
.mobile-nav .close{
		width: 26px;
		height: 26px;
		display: none;
}
.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;
}

}</pre></body></html>