/*author:mefisto
    time:2016/8/10
    company:Beswell
*/

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%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    /* Fix for webkit minFont size */
    -webkit-tap-highlight-color :rgba(0, 0, 0, 0);
    /* Remove highlight on tap event*/
    -moz-tap-highlight-color :rgba(0, 0, 0, 0);
    -ms-tap-highlight-color :rgba(0, 0, 0, 0);
    tap-highlight-color :rgba(0, 0, 0, 0);
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    /* 上面的css是用来禁止用户选中 */
    font-family:"verdana ,simsun", \5FAE\8F6F\96C5\9ED1, Tohoma;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
/*20160520*/
.detail_relative_list a img{
	width:150px;
	height:150px;
}


/* 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;
}
caption, th, td {
    font-weight: normal;
    float:none !important;
}
table, th, td {
    vertical-align: middle;
}
em, i {
    font-style:normal;
}
/* Remove annoying border on linked images. */
a img {
    border: none;
    text-decoration:none;
}
/* Remember to define your own focus styles! */
:focus {
    outline: 0;
}
/* #Clearing
================================================== */
/*布局辅助*/
.w1200, .w990, .w960, .w800, .w630, .w600, .w330 {
    display: block;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w990 {
    width: 990px;
    margin: 0 auto;
}
.w600 {
    width: 600px;
}
.w598 {
    width: 598px;
}
.clear {
    clear: both;
}
.green_text {
    color: #1add39;
}

.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 */
/*color*/
.blue {
    color: #3385FF;
}
.photo-browser .bar {
    background-color: #fff;
    background-image: none;
}