@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  max-width: 750px;
  font-family:  'Source Han Sans CN';
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust:none;
	margin: 0 auto;
}
body {
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  background: #fff;
  color: #2d2d2d;
  font-size: 0.28rem;
  overflow-x: hidden;
  overflow-y: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin:0;
  padding:0;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
a {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #333;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul,p{ 
  padding:0; margin:0;
}
ul {
	list-style: none;
}
img{
	width: 100%;
}
::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #999; 
} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #999; 
}

.contain {
	width:100%;
	min-height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fffdfc;
	padding-bottom: 0;
}
header {
	width: 100%;
	min-height: 100vh;
	flex: 1;
	padding: 0.2rem 0.24rem;
	background:url("../images/bg-body.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.icon-logo {
	display: block;
	width: 2.72rem;
	height: 0.94rem;
	flex-shrink: 0;
}
.img-top {
	display:block;
	width: 100%;
	max-width: 7.16rem;
	height: auto;
	flex: 1;
	object-fit: contain;
	object-position: center center;
	margin: 0.4rem auto;
	transform: scale(0.9);
}
.content-main {
	padding:0 0.24rem;
	width: 100%;
}
.img-yl {
	display: block;
	width: 100%;
	padding-bottom:0.2rem;
}

.content-node {
	width:100%;
	background: #f7f9fe;
	border:2px solid #a6c1fa;
	padding:0 0.24rem 0.24rem;
	margin: 0.36rem auto;
	border-radius: 0.24rem;
}
.tit-node {
	width: 100%;
	height: 0.48rem;
	background: url("../images/bg-tit.png") center top no-repeat;
	background-size: 3.28rem 0.48rem;
	margin-bottom: 0.24rem;
	color:#fff;
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
	line-height: 0.48rem;
}
.node-info {
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
}
.color-orange {
	color: #ff5501;
}
.img-hot {
	width:100%;
	display: block;
}
.btn-reg {
	width: 4.2rem;
	height: 1.2rem;
	display: block;
	animation: changeBiger 1s linear infinite;
	margin: 0 auto;
}
@keyframes changeBiger {

0% {

transform: scale(1);

}

50% {

transform: scale(1.1);

}
100% {

transform: scale(1);

}

}


.bottom-b {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.2rem 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	max-width: 750px;
	text-align: center;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-b-app{
	width:2.8rem;
	height: 0.6rem;
	background: #fb5005;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.6rem;
	margin-left: 0.36rem;
}
.btn-b-reg{
	width:2.8rem;
	height: 0.6rem;
	background: #138af9;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.6rem;
	margin-left: 0.36rem;
}

.link-service {
    position: fixed;
    top: 20%;
    right: 2%;
    width: 1.02rem;
    z-index: 9999;
	
}
@media (min-width: 750px){
	.link-service {
    right: 50%;
	margin-right: -20%;	
}
}

