*{
	
}
img{
	display:inline-block;
	vertical-align:middle
}

a,body{
	color:#333
}
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{
	margin:0;
	padding:0;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
a:active,a:hover{
	outline:0
}
img{
	border:none
}
li{
	list-style:none
}
button,input,optgroup,option,select,textarea{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	outline:0
}
pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word
}

a{
	text-decoration:none
}
/*a:hover{
	color:#777
}*/
a cite{
	font-style:normal;
	*cursor:pointer
}
.center_content{
	width: 1200px;
	margin:10px auto 50px auto; 
}
@media only screen and (max-width:768px) {
	.center_content{
		width: 95%;
		margin:10px auto 50px auto; 
	}
}

html {
  scroll-behavior: smooth;
}
hr{
	display: block;
    height: 1px;
    width: 100%;
    border: none;
    margin: 10px auto;
    background-image: linear-gradient(to right, transparent, #ebebeb 30%, 70%, transparent);
    /*margin-top: 20px;*/
}

.detail h1{
  font-size: 1.5em;
}
.redtips{
	position: absolute;
    top: -5px;
    right: -7px;
    background-color: red;
    color: #fff;
    /* width: 15px; */
    height: 16px;
    padding: 0 5px;
    border-radius: 8px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #519BFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}