﻿@charset "utf-8";
/*
 * @author : lijingchang
 * @data   : 2017/08/07/
 * @desc   : 百度金融
 **/


/*------------------------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------    重置    -----------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, strike, strong, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
button, input, textarea {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "HelveticaLight", "Helvetica Neue", "Heiti SC", "Microsoft Yahei", tahoma, arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: 'courier new', courier, monospace;
}
ul, ol {
	list-style: none;
}
button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="reset"] {
	vertical-align: middle;
	cursor: pointer;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active {
	text-decoration: none;
}
:focus {
	outline: 0;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	background: transparent;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto !important;
	display: inline;
	vertical-align: middle;
}
html, body {
	font-size: 10px;
}
 @media (max-width:375px) {
html {
	font-size: 10px;
}
}
 @media (min-width:376px) and (max-width:450px) {
html {
	font-size: 12px;
}
}
 @media (min-width:450px) and (max-width:640px) {
html {
	font-size: 14px;
}
body {
	width: auto;
}
}
 @media (min-width:640px) {
html {
	font-size: 16px
}
body {
	width: 640px;
	margin: 0 auto;
}
}
/*头部开始*/
.top {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-sizing: border-box;
}
.topic {
	width: 145px;
	margin-top: 10px;
	margin-right: 10px;
}
.topic img {
	width: 145px;
}
.sou {
	display: -webkit-box;
	-webkit-box-flex: 1;
	margin-top: 15px;
	width: 100%;
	border: 1px solid #feca64;
	height: 30px;
	border-radius: 5px;
}
.sou input {
	height: 30px;
	border: none;
	outline: none;
	-webkit-box-flex: 1;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: -webkit-box;
	width: 100%;
	font-size: 12px;
	background-size: 15px;
}
.spic {
	width: 20px;
	padding: 5px;
}
.spic img {
	width: 100%;
}
/*头部结束*/
.line1 {
	width: 100%;
	height: 1px;
	background: #eaeaea;
}
.footspace {
	width: 100%;
	height: 4rem;
	float: left;
}
/*底部开始*/
.foot {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #ccc;
	padding: 1% 0;
	max-width: 640px;
	z-index: 99;
}
.ipone {
	width: 100%;
	position: relative;
}
.ipone1 {
	width: 20%;
	float: left;
	color: #666;
	font-size: 0.8em;
}
.ipone1.te1 {
	margin-left: 20%;
}
.ipone1 a {
	width: 100%;
	color: #666;
}
.ipone1 a img {
	width: 40%;
	float: left;
	margin: 1% 30%;
}
.ipone1 a span {
	width: 100%;
	float: left;
	text-align: center;
}
.circle {
	width: 20%;
	position: absolute;
	top: -2rem;
	margin: 0 40%;
}
.circle img {
	width: 67%;
	margin: 0 15%;
}
.circle p {
	font-size: 1.2rem;
	color: #ff0000;
	text-align: center;
}
/*底部结束*/
/*翻页开始*/
.ye {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.ye_item {
	padding: 3px 8px;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.ye_item.ser {
	background: #ff7900;
}
.ye_item a {
	color: #333;
}
.ye_item.ser a {
	color: #fff;
}
