@charset "utf-8";
@font-face {
	font-family: BuenosAiresTTFRegular;
	src: url('https://www.idp.cn/fonts/BuenosAiresTTFRegular.ttf') format('truetype'), url('https://www.idp.cn/fonts/BuenosAiresWOFFRegular.woff') format('woff'),url('https://www.idp.cn/fonts/BuenosAiresEOTRegular.eot') format('embedded-opentype');
	/* ie4+ 支持eot格式，ie9支持woff*/
}
html {
	font-family: BuenosAiresTTFRegular,"思源黑体 CN Regular";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html,
body {
font-family: BuenosAiresTTFRegular,"思源黑体 CN Regular";
  -webkit-user-select: none;
  user-select: none;
}
html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  background-color: transparent;
}
li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: none;
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
em {
  list-style: normal;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-image: -webkit-linear-gradient(transparent, transparent);
  background-image: linear-gradient(transparent, transparent);
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans",
    "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  line-height: normal;
}
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],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 .02px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
html,
body {
  color: #333333;
  width: 100%;
  height: 100%;
  font-size: 100px;
  background-color: #fafafa;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}
.left {
  float: left;
}

.right {
  float: right;
}
#container {
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0.28rem;
  position: relative;
}

.wrapper  {
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}
.content{
  width: 6.7rem;
  margin: 0.4rem auto 0;
}

.section {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
h1 {
	font-size: .48rem;
	color: #292929;
	line-height: .64rem;
	margin-bottom: .2rem;
}
h2 {
	font-size:.34rem;
	line-height: .56rem;
	color: #292929;
	margin-bottom:.1rem;
}
.sec_content a {
	color: #292929;
}

.sec_content a p:hover {
	color: #0086F8;
}
/*相关推荐title*/
.section_title {
	margin: .5rem 0 .4rem 0;
}
.section_title h2{font-size: .48rem; color: #292929; line-height:.6rem; margin-bottom:.15rem;}
.section_title p {
	width:.8rem;
	height:.16rem;
	background: url('../../images/idp/head_line_b.png') no-repeat center center;
  background-size: .8rem .16rem;
}
.line{ height:1.2rem;}
.atr_pic{ padding:.4rem; width:6.7rem; height:5.03rem;border-radius: .08rem;}