/*Reset*/
*{margin:0;padding:0;}
/*
::-webkit-scrollbar{width: 6px;height: 6px;background-color: #dedede;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:50px;background-color:#dedede;}
::-webkit-scrollbar-thumb{border-radius:50px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#454545;}
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
html{overflow-y: scroll;}
body{font:normal 16px/24px "Microsoft YaHei","微软雅黑","webfont_SourceHanSansNormal",Arial,sans-serif;/*font-family:"Microsoft YaHei","微软雅黑","SimHei","宋体";*/background:#fff;color:#1b1b1b;font-size:16px;min-width:1200px;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
img{vertical-align: middle;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0; font-variant:normal;}
sup{ vertical-align:text-top;}
sub{ vertical-align:text-bottom;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{ color:#1b1b1b;}
a{text-decoration:none;color:#556fb5;outline:none;}
a:hover{color:#556fb5;text-decoration:none;}

.mainbody{width: 100%;overflow: hidden;margin:auto;position: relative;}