html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font: 12px/1 "Microsoft YaHei",Tahoma,sans-serif;
  background: #fff;
  max-width: 640px;
  margin: 0 auto !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
  max-width:100%;
}

.introduce img {
  max-width: 100%;
}

em, i, strong {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

del {
  text-decoration: line-through;
}

input, button, textarea, select {
  font-size: 100%;
  border: none;
  background: none;
}

select.select_sty {
  -webkit-appearance: normal;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 0 none;
}
 
a {
  text-decoration: none;
  color: #666;
}

a:hover, .txt:hover {
  color: #f30;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-ms-clear, ::-ms-reveal {
  display: none;
}

body {
  color: #666;
}

.zq-sec {
	/*margin-top: 4.267vw;*/
	padding: 1.6vw 2.667vw 1.6vw 1.6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 14.933vw;
	background-image: linear-gradient(90deg, #dee2d9 0%, #f1fef5 100%);
	border-radius: 1.6vw;
	box-sizing: border-box;
}

.zqs-img {
	width: 11.733vw;
	height: 11.733vw;
	background-color: #d8d8d8;
	border-radius: 2.133vw;
}

.zqs-title-des {
	flex: 1;
	padding: 0 3.2vw;
}

.zqs-title {
	width: 42.667vw;
	font-size: 3.889vw;
	font-weight: bold;
}

.info .content .minit {
    height: 18px;
    margin: 18px 0 15px 2px;
}

.info .content .minit .bt {
    font-size: 16px;
    font-weight: bold;
}

.info .content.small .minit {
    height: 18px;
    margin: 18px 0 15px 2px;
}


.info .content.small .minit .bt {
    font-size: 16px;
    font-weight: bold;
}