 body,div,p,ul,li,h1,h2,h3,h4,h5,h6,video{margin: 0;padding: 0;list-style:none;}
a{text-decoration:none;}
.clearfix:after{content:"";display: block;clear: both;}
/****************************************************************************/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
 }
a:link    {color:blue;}
a:visited {color:blue;}
a:hover   {color:red;font-size:110%;}
a:active  {color:yellow;}
/**----------------------------------**/
.toTop{position:fixed;right:0px;top: 650px;font-weight:bolder;}
.toTop a{background: #f00;color: #0ff;border-radius:5px;font-size:20px;}
.toTop a:hover{background: #33333355;color: #0f0;border-radius:5px;font-size:22px;text-decoration:none;}
/**----------------------------------**/
/*20191015*/
.layui-col-md9 img{max-width:100%;height:auto}
.hid_ip{
    display: none;
}
/*------------------------------------*/

@media only screen and (max-width: 768px) {
	.layui-nav>li.layui-nav-item{line-height:1.5em}
}


/*Grey for special day*/

/*html{*/
/*    -webkit-filter: grayscale(100%); / Chrome, Safari, Opera */
/*    filter: grayscale(100%);*/
/*}*/

/*
html {
	-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}

*/