@charset "utf-8";
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%;
    /*background: transparent;*/
}
html,body,#app{
    width: 100%;
    height: 100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {border:0;}
/*address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}*/
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
}
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*png css hack for ie6*/

.Richtext>p img{
   display: block;
   text-align: center !important;
   margin: 0 auto;
   max-width: 1100px;
 }
.Richtext>video{
  margin: 0 auto;
  width: 800px;
  height: 500px;
  margin-left: 50%;
  transform: translateX(-50%);
}
figure.image{
  width: 100%;
  max-width: 1100px !important;
  margin: 0 auto;
  text-align: center !important;
}
figure.image img{
  max-width: 1100px !important;
}
.details-content.Richtext{
  width: 1100px !important;
}


