﻿/*初始化样式-全站使用不允许修改-  2021-2-24*/
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

em, th, i, address, caption, th {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, button {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

body {
    min-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Heiti SC", tahoma, arial, Hiragino Sans GB, "sans-serif" !important;
    color: #333;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(245, 245, 245, 0.47);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    border-radius: 3px;
    background-color: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    background-color: rgba(85, 85, 85, 0.4);
}


/*basic end*/