@charset "utf-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,aside,dialog,figure,footer,header,legend,nav,section{display:block;}
.clearfix{clear: both;}
a{ text-decoration: none; color: #333;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
img{border: 0px; display: block; }
ul li{list-style:none;}
.jianbian{letter-spacing:1px; 
    background-image: -webkit-linear-gradient(left, #0099FF, #00CCFF 25%, #0099FF 50%, #00CCFF 75%, #0099FF 100%);
    background-size: 200% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: mask 2s infinite linear;
    
		}
		@-webkit-keyframes mask {
	0%  { background-position: 0 0;}
	100% { background-position: -100% 0;}
	}
	
body{
	font-size: 14px;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
}					
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-scrollbar-track {
 background-color: #cbd0fa;
}

::-webkit-scrollbar {
 width: 6px;
 background-color: #999;
}

::-webkit-scrollbar-thumb {
 background-color: #5973e2;
}
/*GO HOME*/