﻿@charset "UTF-8";

body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,optgroup,p,blockquote,figure,hr,menu,dir,thead,tbody,tfoot,th,td {
	margin: 0;
	padding: 0
}

ul,ol {
	list-style-type: none;
	list-style-image: none
}

a {
	text-decoration: none;
	background-color: transparent
}

a:active,a:hover {
	outline-width: 0
}

a:focus {
	outline: 1px dotted
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

body {
	font-size: 16px
}

body,button,input,select,textarea,p {
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

b,strong {
	font-weight: 700
}

small {
	titie
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: left
}

table th,table td {
	border: 1px solid #ddd;
	padding: 8px 10px
}

table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

.titie {
    font-size: 28px;
    font-family: "Microsoft yahei";
    color: #333;
    line-height: 50px;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    font-weight: 400;
}

img {
	border-style: none;
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	object-fit: cover
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border-style: none;
	white-space: normal;
	*margin-left: -7px
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border: none;
	background: 0 0
}

input,button {
	*overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],input[disabled] {
	cursor: default
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border-style: none;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

textarea {
	overflow: auto;
	resize: vertical
}

select:disabled option:checked,option:disabled:checked {
	color: #d2d2d2
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input {
		line-height: normal!important
	}
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: darkGray;
	opacity: 1
}

label {
	cursor: pointer
}

select[size],select[multiple],select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

audio,canvas,video,progress {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}[draggable] {
	cursor: move
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}





