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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    overflow-x: hidden;
    cursor: default;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #FFF;
}
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: table;
    clear: both;
}
.clearfix{
    *zoom:1;
}

fieldset {
    border:0;
    border-top:1px solid #424e65;
}
legend {
    color: #bdcae1;
    
    background-color: #fff;
}

@-ms-viewport {
    width: auto;
}
.rel{position: relative;}
.abs{position: absolute;}
.translate-center{
    position: absolute;
    left: 50%;top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mask{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
}
.t{
    display: table;
    width: 100%;
    height: 100%;
}
.t>.cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.t>.cell img{
	
}
.quality>.thumb .t>.cell>img{
	
}

.hide-scroll{
    overflow: hidden;
}
.hide-scroll .header{
    right: 17px;
}
.hide-scroll .modal-open{
    padding-right: 17px;
}
html{overflow-y: scroll;}
.new_log{
	width: 45px;
	height: 20px;
	background-color:#FF0000;
	float: left;
	margin:20px 0px 0px 5px;
	padding: 0 2px 0px 6px;
	border:1px solid #FF0000;
	border-radius:3px;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #fff !important;
}

.except-head{ background: url(../image/bg.jpg)}

