﻿
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b,  i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	    margin: 0;
		_margin: 0;
    	padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
		font-family:微软雅黑;
	}
ol, ul {
    list-style: none;
	}
blockquote, q {
    quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
	}
	
.newDynamic2 .div{height: 90px;}
.newDynamic2 .div img{width: 90px;height: 90px;padding-right: 4px;}
/* remember to define focus styles! */
:focus {
	 outline: 0;
	}
	 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
    text-decoration: line-through;
	}
	 
/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
	}
a{
	text-decoration:none;}
.mark{
    z-index: 9000;
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0px;
    left: 0px;
}
.header{
    line-height: 1;
}
/* Resetting HTML5! */
section, article, aside, header, footer, nav, dialog, figure { display:block; }
@-ms-viewport { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*
body{
	background-color:#fffff3;
}
*/
.oyh{
	overflow-y:hidden;
}
.content>img{
	max-width: 726px;
}