	
	/* 2022-11-30 22:49:37  主页变灰色 beign 互联网医院暂时不变灰色 */
	/* html {
      height: 100%;
      filter: grayscale(100%) !important;
      -webkit-filter: grayscale(100%) !important;
      -moz-filter: grayscale(100%) !important;
      -ms-filter: grayscale(100%) !important;
      -o-filter: grayscale(100%) !important;

      filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
      -webkit-filter: grayscale(1) !important;
    }
		  body {
      min-height: 100%;
      -webkit-filter: grayscale(100%);
   
      -ms-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
    

    } */

	/* 2022-11-30 22:49:37  主页变灰色 end */

html {
overflow-x: auto;
/* overflow-x: hidden!important; */
overflow-y: scroll;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
font-weight: 400;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h4,
h5 {
margin: 0;
padding: 0;
}
body {
background-color: #FFFFFF;
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: left;
}
select {
font-size: 12px;
}
table {
border-collapse: collapse;
}
fieldset,
img {
border: 0none;
}
fieldset {
margin: 0;
padding: 0;
}
fieldset p {
margin: 0;
padding: 0008px;
}
legend {
display: none;
}
address,
caption,
em,
strong,
th,
i {
font-style: normal;
font-weight: 400;
}
table caption {
margin-left: -1px;
}
hr {
border-bottom: 1pxsolid#FFFFFF;
border-top: 1pxsolid#E4E4E4;
border-width: 1px0;
clear: both;
height: 2px;
margin: 5px0;
overflow: hidden;
}
ol,
ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
caption,
th {
text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: 鈥濃�;
}