@CHARSET "UTF-8";
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

iframe {
    border: none
}

html {
    height: 100%;
    font-size: 16px
}

body {
    height: 100%;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #0c82ff
}


.input, .textarea, .select  {
    padding: 5px;
    color: green;
    font-size: 12pt;
    width: 90%;
    padding-left: 10px;
}
.input  {
		height: 20px;
		height: 40px;
   	 margin-bottom: 10px;
}
.select  {
		height: 20px;
		height: 40px;
   	 margin-bottom: 10px;
}
.textarea {
	height: 100px;
}

tr {
	margin-bottom: 10px;
}

.split_line {
	padding: 10px 0px;
	border-bottom: 1px dotted #5fa022;
}

.form_title {
	margin: 10px;text-align: center;color:#4B7967;font-size: 15pt;
}

.table {
	margin: auto;text-align: center;width: 100%;margin: 10px 0;
}

.badge {
	margin: 0px 10px;
    position: absolute;
    left: 0px;
    display: inline-block;
    padding: 2px 7px;
    min-width: 8px;
    border-radius: 18px;
    background-color: rgb(244, 53, 48);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    top: -8px;
    cursor: pointer;
}
