html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,textarea,input,button,textarea{
	margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box !important;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: SourceHanSerifSC;
    box-sizing: border-box;
    color:#555;
    font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a {
    display: block;
    text-decoration: none;
    outline: none;
    color:#555;
}
/* a:hover{
    color:
} */

img{
    border: 0;
    /* display: block; */
}

input {
    outline: none;
    background-color: transparent;
    border:0;
}

button {
    display: block;
    outline: none;
    cursor: pointer;
    background: transparent;
    border:0;
}

span {
    display: inline-block;
}

b,em,i{
    display: inline-block;
    font-style: normal;
}
input[type=file] {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    font-size: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index:1000;
    width:100%;
    height:100%;
    cursor: pointer;
}
.layui-form-radio>i{
    color:#fff;
}

.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #2680fb;
}


.base_red{
    color:#fd5522;
}
.base_green{
    color:#08c61e;
}
.base_blue{
    color:#2680fb;
}
.base_orgen{
    color:#f6bb43;
}