html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
p{
	padding: 0;
	margin: 0;	
}
body{
    font-family: 'AlibabaSans', "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#333;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
    color: #333;
}
a:hover{
    color: #EA543F;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
.fancybox__content :focus,button:focus,input:focus{
    outline: none !important;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
textarea{
	resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #666;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #666;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #666;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #666;   
}
embed,
iframe,
object {
  max-width: 100%;
  margin:auto;
  display:block;
}

/* 上一篇/下一篇 导航 hover 效果 */
.hover-shadow {
  transition: box-shadow .2s ease, border-color .2s ease;
}
.hover-shadow:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  border-color: #dee2e6;
}

