@charset "utf-8";
/*整体布局样式*/
html,body{
	font-family: sans-serif;
	background:white;
	text-align:left;
	color:#555;
    font-weight: 500;
}
*{margin:0;padding:0;}
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,li,ol {list-style:none outside}
a{text-decoration:none; color: #555;}
img {border:none;}
input, button, select, textarea {outline: none;}
input,textarea {background:none}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
article, aside, footer, header, nav, section {
    display: block;
}
/*清除苹果按钮格式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}
/*整体布局样式结束*/
.clear{ width:100%; height:0; line-height:0; overflow: hidden; clear:both;}
:root {
    --themeColor1: #333333;
    --themeColor2: #555555;
    --themeColor3: #666666;
    --themeColor4: #999999;
    --themeColor5: #aaaaaa;
    --themeColor6: #ffffff;
    --themeColor7: #e6e6e6;
	--fontSzie20: 20px;
    --fontSzie18: 18px;
    --fontSzie14: 14px;
    --titleFontSize: 32px;  /*标题字体大小*/
    --titleFontWeight: 700; /*标题字体加粗*/
    --boxShadowBorder:0px 0px 4px rgba(124, 124, 124, 0.2);
    --boxShadowBorderPro:0px 0px 10px rgba(124, 124, 124, 0.4);
    --boxShadowBorderRed:0px 0px 4px rgba(0, 0, 0, 0.5);
    --Color1:#b6262b;
    --Color2: #002d84;
    --fontWeight600:600;
}
