::-webkit-scrollbar {
    width: 8px;
    height:8px;
}
/* ������ */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}
/* ���������� */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(153,153,153,0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.3);
}
*{padding: 0;margin: 0;}
body{
	
	color: #404040;
	font: normal normal 14px "Microsoft YaHei", Arial, Verdana, sans-serif;
}
a{
	vertical-align: baseline;
	text-decoration: none; 
}
a:focus { text-decoration: none; }
ol, ul { list-style: none; }
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select:not(:-internal-list-box) {
    overflow: visible !important;
}

select, select[size="0"], select[size="1"] {
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

select {
    border-radius: 5px;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
   
    margin: 0em;
    font: 13.3333px Arial;
}

