@charset "utf-8";
/* =reset 网页样式重置
------------------------------------------------------------------------------------------------------------------------------*/
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;overflow:-moz-scrollbars-vertical;/*强制firefox出现滑动条*/}
body { font-size:0.75em;}
label { cursor:pointer;}
a:link, a:visited { text-decoration:none;}
input:focus { outline: none; }
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } /*利用阴影来填充掉input自动填充色*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

textarea,input,select { background: none; border:none; margin: 0; padding: 0; }

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, var { margin:0; padding:0;}

article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block;} /*html5设置*/

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em;}
body, input, button, select, textarea, sub{font-family: "微软雅黑",Arial,sans-serif;}
em, cite, address, optgroup { font-style:normal;}
kbd, samp, code { font-family:monospace;}

img, input, button, select, textarea { vertical-align:middle;outline:none;}
ul, ol { list-style:none;}
img, fieldset { border:0;}
abbr, acronym { cursor:help; border-bottom:1px dotted black;}
table {	width:100%; border-spacing:0; border:0;}
table th, table td { border:0;}
legend, hr { overflow:hidden; position:absolute; top:0; left:0;}
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0;}

/*footer*/
.footer_new_pc{
	font-size: 13px;
	color: #838383;
	text-align: center;
}
.footer_new_pc>p>a{
	color: #838383;
}
.footer_new_wap{
	text-align: center;
	font-size: .24rem;
	color: #838383;
	padding:.3rem 0rem;
}
.footer_new_wap>p>a{
	color: #838383;
}
/**
 * = global 统一样式
 *******************************************************************************************************/
 
 
  .footer_new_pc {
    font-size: 13px;
    color: #838383;
    text-align: center;
}

.pc_footer{
	padding:30px 0px;
	text-align:center;
	font-size:12px;
	color:#bdbaba;
}
.pc_footer p{
	text-align:center;
}
.wap_footer{
	padding:.3rem 0rem;
	text-align:center;
	font-size:.12rem;
	color:#bdbaba;
}
.wap_footer p{
	text-align:center;
}
.wap_footer>p>a{
	color:#bdbaba;
}

.sy1326_footer {
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sy1326_footer>p ,.sy1326_footer>p>a{
    font-size: 17.48px;
    color: #7a7a7a;
    line-height: 30px;
}
