@charset "utf-8";

/* --------------------重置样式-------------------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin : 0;
    padding: 0;
}

/*设置默认字体*/
body {
    font-size  : 14px;
    font-style : normal;
    font-family: "微软雅黑","黑体","Microsoft YaHei",Arial,  -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}

/*字体太小用户体检不好，让small恢复12px*/
small {
    font-size: 12px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}
li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
img, fieldset {
border:0 none;
}
ins {
text-decoration:none;
}
a {
    text-decoration : none;
    background-color: transparent;
}

a:hover,
a:active {
    outline-width  : 0;
    text-decoration: none;
}

/*重置表格*/
table {
    border-collapse: collapse;
    border-spacing : 0;
}

/*重置hr*/
hr {
    border: 0;
    height: 1px;
}

/*图形图片*/
img {
    border-style: none;
    /*! width: auto; */
    /*! height: auto; */
    max-width: 100%;
    max-height: 100%;
}

img:not([src]) {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}
.clearfloat{
    zoom: 1;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
/*下面的操作是针对于html5页面布局准备的，不支持ie6~8以及其他低版本的浏览器*/
html {
    /*禁用系统默认菜单*/
    -webkit-touch-callout   : none;
    /*关闭iphone & Android的浏览器纵向和横向模式中自动调整字体大小的功能*/
    -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
    /*表单或者a标签在手机点击时会出现边框或彩色的背景区域，意思是去除点击背景框*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*重置html5元素的默认样式*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height : 0;
}

progress {
    vertical-align: baseline;
}

mark {
    background-color: #ff0;
    color           : #000;
}

sub,
sup {
    position      : relative;
    font-size     : 75%;
    line-height   : 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline  : 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding     : 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding   : 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset    : -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color  : inherit;
    opacity: 1;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font              : inherit;
}

/*-----------------常用样式-----------------------*/
.fl{float:left;}
.fr{float:right;}
.w100{width:100%;}
.clear{clear:both;}
.paddnone{padding:0px;}
.paddleft15{padding-left:15px;}
.paddleft30{padding-left:30px;}
.paddright30{padding-right:30px;}
.paddright15{padding-right:15px;}
.paddright20{padding-right:20px;}
.paddleft0{padding-left:0px;}
.paddright0{padding-right:0px;}
.paddbottom20{padding-bottom: 20px;}
.mar0{margin:0px;}
.mart0{margin-top:0px;}
.mart15{margin-top:15px;}
.mart10{margin-top:10px;}
.mart20{margin-top:20px;}
.marb15{margin-bottom:15px;}
.mart30{margin-top:30px;}
.mart35{margin-top:35px;}
.mart40{margin-top:40px;}
.mart50{margin-top:50px;}


/*-----------------通用方法-----------------------*/

:root {
    --theme: #0852ae;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}