.btn_01 {background:#222222;}
.btn_01_c p,.btn_01_t,.btn_01_c2 p a,.btn_01_c1 em span{color:#969696 ;}
.powerby{
	background:#222222;color:#969696;
	padding-bottom:40px;
}
.btn_02 p.p1 em.fl a {
    font-size: 16px;
    color: #ffffff;
}
.btn_02 {
	padding-bottom:0px;
}
.btn_01_c2{
	display:flex;justify-content: space-between;
}

.btn_01_c2 p a span.sp1{
	padding-top: 60px;
    background: url(/statics/images/online.png) top no-repeat;
      background-size: 100%;
	padding-left:0;
}
.btn_01_c2 p a{
	 border: #222222 0px !important;
}
.btn_01_c2 p a span.sp2{
	padding-top: 60px;
   
    background: url(/statics/images/server.png) top no-repeat;
    background-size: 84%;
	padding-left:0;
}
::-webkit-scrollbar{
  width:3px;
  height:3px;
  -ms-overflow-style: none;
  
   scrollbar-width: thin;
  /**/
}
::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
::-webkit-scrollbar-thumb{
  background: #e91e63;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
  background: #333;
}
::-webkit-scrollbar-corner{
  background: #179a16;
}
.site_slide .swiper-wrapper::-webkit-scrollbar { width: 0px; height: 0px; }
.site_slide .swiper-wrapper{
	overflow-x: scroll;
	width:100%;
	scrollbar-width: none;
}
@media screen and (max-width: 1300px)
	.top_02 a {
		height:auto !important
	}
}