html,body{
	height:100%;
	width: 100%;
	margin: 0;
	font-family:Microsoft YaHei;
}
a{ 
	text-decoration:none;
}
p{
	font-size:24px;
	margin: 0;
}
ol, ul, dl{
	margin: 0;
	padding: 0;
}
#app{
	width: 100%;
	min-height: 100%;
}
h1{
	height:37px;
	font-size:36px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin: 0;
}
.share{
	background:url("../img/share/background.png") no-repeat center white;
	background-size: 750px;
}
.share > .m-view{
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.share-logo{
	width: 20%;
    margin: 0 auto;
	padding-top: 15%;
}
.share-slogan{
	width: 60%;
    margin: 0 auto;
	padding-top: 15%;
}
.share-code{
    margin: 0 auto;
    display: block;
    text-align: center;
	padding-top: 1rem;
	width:14rem;
	height:2rem;
	font-size:1.2rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:5rem;
}
.share-download{
	padding: 1.2rem 0 3.3rem 0;
}
.share-download  img{
	width: 50%;
}


.cs_share{
	background:url("../img/cs_share/background.png") no-repeat center white;
	background-size: 750px;
}
.cs_share > .m-view{
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.cs_share-logo{
	width: 20%;
	margin: 0 auto;
	padding-top: 15%;
}
.cs_share-slogan{
	width: 60%;
	margin: 0 auto;
	padding-top: 15%;
}
.cs_share-code{
	margin: 0 auto 10% auto;
	display: block;
	text-align: center;
	padding-top: 1rem;
	width:14rem;
	height:2rem;
	font-size:1.2rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:5rem;
}
.cs_share-download{
	padding: 1.2rem 0 3.3rem 0;
}
.cs_share-download  img{
	width: 50%;
}
.cs_share_button_background{
	margin-top: 25%;background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
}

.app{
	background:url("../img/app/background.png") no-repeat center white;
	background-size: cover;
	background-size: 750px;
}
.app > .m-view{
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.app-logo{
	width: 20%;
    margin: 0 auto;
	padding-top: 15%;
}
.app-slogan{
	width: 60%;
    margin: 0 auto;
	padding-top: 15%;
}
.app-download{
	padding: 1rem 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	background: rgba(0,0,0,0.2); 
	opacity: 0.85;
}
.app-download  img{
	width: 50%;
}
.pc-index-header{
	background:url("../img/index/pc_header.png") no-repeat center center;
	height: 700px;
	position: relative;
}
.pc-index-header > div{
	position: absolute;
	bottom: 45px;
	width: 100%;
}
.pc-index-download{
	width: 400px;
	margin: 0 auto;
}
.m-index-header{
	margin: auto auto -180px auto;
	background-size: 100% auto;
}
.m-index-header-bg img{
	width: 100%;
}
.index-title{
	text-align: center;
	margin: 5.6rem 0 1.8rem 0;
}
.index-sub-title{
	text-align: center;
	height:25px;
	font-size:20px;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.index-download{
	margin: 0 auto;
	width: 360px;
	position: relative;
	top: -300px;
	text-align: center;
}
.index-app-qrcode{
	width: 140px;
	height: 150px;
	padding-top: 10px;
	display: inline-block;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.index-app-qrcode.animation-line{
	animation-delay: 0s;
}
.index-app-qrcode span{
	padding-top:2px;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
}
.index-download-m-btns{
	width:200px; 
	height:160px;
	display:inline-block;
	margin-left:16px; 
	position: relative; 
	top: 16px;
}
.index-download-m-btns a{
	height:70px;
	width:200px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}
.index-download-a-btn{
	bottom: 8px;
	animation-delay: 0s; 
}
.index-download-a-btn, .index-download-i-btn{
	background:rgba(0,0,0,1);
	border-radius: 5px;
	border: solid rgba(255, 255, 255, 0.8) 1px;
}
.index-download-a-btn:hover, .index-download-i-btn:hover{
	background:rgba(32,32,32,1);
	border: solid rgba(255, 255, 255, 1) 1px;
}

.index-download-i-btn{
	top: 8px;
	animation-delay: .3s;
}
.index-download-btn{
	margin-top: 14px;
	text-align: center;
}
.index-download-btn img{
	width: 180px;
}
.index-download-btn.animation-line{
	animation-delay: .5s;
}
.index-intro{
	padding: 5.5rem 0;
	min-height: 197px;
}
.index-intro-title{
	margin-bottom:2rem;
	text-align: center;
}
.index-intro-detail{
	width:1130px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
	margin: 0 auto;
}
.index-intro-detail.animation-line{
	animation-delay: .8s;
}
.index-screen{
	height: 800px;
	background:rgba(238,238,238,1); 
	overflow: hidden;
}
.index-screen-desc{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
}
.index-screen-desc span{
	font-size: 1.5rem;
	color:rgba(102,102,102,1);
}
.m-index-screen-desc{
	text-align: center;
	color:rgba(102,102,102,1);
}
.index-screen-dot{
	width:10px;
	height:10px;
	background:rgba(204,204,204,1);
	border-radius:50%;
	display: inline-block;
	margin: 5px 10px 0 0;
}
.index-screen-imgs{
	width: 1090px; 
	margin: 0 auto;
	padding-top: 4.2rem;
}
.index-screen-imgs img[data-seq="1"], .index-screen-imgs img[data-seq="3"]{ 
	animation-delay: .8s; 
}
.index-screen-imgs img[data-seq="1"]{
	left: 100px;
	top: 100px;
}
.index-screen-imgs img{
	position: relative;
	opacity: 0;
}
.index-screen-imgs img[data-seq="2"]{
	z-index: 100;
}
.index-screen-imgs img[data-seq="3"]{
	left: -100px;
	top: 100px;
}
.index-expert{
	margin-bottom: 2.7rem;
	min-height: 197px;
}
.index-expert-list{
	display:flex;
	justify-content:space-around;
	width: 800px;
	margin: 4.4rem auto 0 auto;
}
.index-match{ 
	width: 1200px; 
	margin: 0 auto;
	height: 680px; 
}
.index-match > div{
	display: inline-block;
	margin: 6rem 0 0 2rem;
	position: relative; 
	left: -20px;
	float: right;
	height: 580px;
}
.index-match.hidden-sub > *{
	display: none;
}
.index-match-imgs{ 
	position: relative; 
	top: -680px;
}
.index-match-imgs img{ 
	margin-left: 20px;
	box-shadow:0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
}
.index-match-imgs img[data-seq="1"]{
	animation-delay: 0.8s;
}
.index-match-imgs img[data-seq="2"]{
	animation-delay: 1.1s;
}
.index-match-imgs img[data-seq="3"]{
	animation-delay: 1.4s;
}
.index-match-scheme{ 
	left: -394px; 
	top: -170px;
	position: relative;
}
.index-match-scheme img{ 
	filter: drop-shadow(0px 3px 70px rgba(0, 0, 0, 0.15)); 
	-webkit-filter:drop-shadow(0px 3px 70px rgba(0, 0, 0, 0.15));
}
.index-match-title{
	text-align: right;
	margin: 0 1.5rem 5rem 0;
}
.index-match-title h1{
	text-align: right;
	margin-bottom: 28px;
}
.index-match-title p{
	height:25px;
	color:rgba(136,136,136,1);
}
.index-contact{
	width: 100%;
	height: auto;
	display: inline-flex;
	padding: 6rem 0 6rem 0;
	position: relative;
	z-index: 1000;
}
.index-contact > div{
	width: 1200px; 
	height: 100%;
	margin: 0 auto;
}
.index-contact-info{
	width: 400px;
	float: left;
	padding-left: 50px;
}
.index-contact-info h1{
	margin: 0 0 4rem 0.5rem;
}
.index-contact-info span{
	position: relative;
	bottom: 10px;
	margin-left: 10px;
	font-size: 20px;
	color: #666666;
}
.index-contact-info [data-seq="2"]{
	animation-delay: .3s;
}
.index-contact-info [data-seq="3"]{
	animation-delay: .6s;
}
.index-contact-info [data-seq="4"]{
	animation-delay: .9s;
}
.index-contact-info [data-seq="5"]{
	animation-delay: 1.2s;
}
.index-contact-position{
	float: right;
	display: inline-block;
	width: 660px;
	height: 330px;
}
.pc-indexsafe-header{
	background:url("../img/indexsafe/pc_header.png") no-repeat center center;
	height: 1004px;
	position: relative;
}
.pc-indexsafe-header > div{
	position: absolute;
	bottom: 150px;
	width: 100%;
}
.pc-indexsafe-download{
	width: 400px;
	margin: 0 auto;
}
.m-indexsafe-header{
	margin: auto auto -180px auto;
	background-size: 100% auto;
}
.m-indexsafe-header-bg img{
	width: 100%;
}
.indexsafe-download{
	margin: 0 auto;
	width: 360px;
	position: relative;
	top: -300px;
	text-align: center;
}
.indexsafe-app-qrcode{
	width: 140px;
	height: 150px;
	padding-top: 10px;
	display: inline-block;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.indexsafe-app-qrcode.animation-line{
	animation-delay: 0s;
}
.indexsafe-app-qrcode span{
	width:60px; 
	padding-top:2px;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
}
.indexsafe-download-m-btns{
	width:200px; 
	height:160px;
	display:inline-block;
	margin-left:16px; 
	position: relative; 
	top: 16px;
}
.indexsafe-download-m-btns a{
	height:70px;
	width:200px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}
.indexsafe-download-i-btn{
	bottom: 8px;
	animation-delay: 0s; 
	background:rgba(72,105,225,1);
	border-radius: 5px;
}
.indexsafe-download-i-btn:hover{
	background:rgba(83,122,255,1);
}
.indexsafe-download-a-btn{
	top: 8px;
	animation-delay: .3s;
	background:rgba(207,44,44,1);
	border-radius: 5px;
}
.indexsafe-download-a-btn:hover{
	background:rgba(240,51,51,1);
}
.indexsafe-download-btn{
	margin-top: 14px;
	text-align: center;
}
.indexsafe-download-btn img{
	width: 180px;
}
.indexsafe-download-btn.animation-line{
	animation-delay: .5s;
}
.indexsafe-intro{
	margin-bottom: 130px;
	min-height: 197px;
}
.indexsafe-intro-title{
	margin-bottom: 40px;
	text-align: center;
}
.indexsafe-intro-detail{
	text-align: center;
	width:1130px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
	margin: 0 auto;
}
.indexsafe-intro-detail.animation-line{
	animation-delay: .8s;
}
.indexsafe-pk{
	height: 735px;
	background:rgba(238,238,238,1); 
	overflow: hidden;
}
.indexsafe-pk-imgs{
	width: 1090px; 
	margin: 0 auto;
	padding-top: 7rem;
}
.indexsafe-pk-imgs img[data-seq="1"], .indexsafe-pk-imgs img[data-seq="3"]{ 
	animation-delay: .8s; 
}
.indexsafe-pk-imgs img[data-seq="1"]{
	left: 100px;
	top: 100px;
}
.indexsafe-pk-imgs img{
	position: relative;
	opacity: 0;
}
.indexsafe-pk-imgs img[data-seq="2"]{
	z-index: 100;
}
.indexsafe-pk-imgs img[data-seq="3"]{
	left: -100px;
	top: 100px;
}
.indexsafe-match{ 
	width: 1200px; 
	margin: 0 auto;
	height: 680px; 
}
.indexsafe-match > div{
	display: inline-block;
	margin: 6rem 0 0 2rem;
	position: relative; 
	left: -20px;
	float: right;
	height: 580px;
}
.indexsafe-match.hidden-sub > *{
	display: none;
}
.indexsafe-match-imgs{ 
	position: relative; 
	top: -680px;
}
.indexsafe-match-imgs img{ 
	margin-left: 20px;
	box-shadow:0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
}
.indexsafe-match-imgs img[data-seq="1"]{
	animation-delay: 0.8s;
}
.indexsafe-match-imgs img[data-seq="2"]{
	animation-delay: 1.1s;
}
.indexsafe-match-imgs img[data-seq="3"]{
	animation-delay: 1.4s;
}
.indexsafe-match-scheme{ 
	left: -394px; 
	top: -170px;
	position: relative;
}
.indexsafe-match-scheme img{ 
	filter: drop-shadow(0px 3px 70px rgba(0, 0, 0, 0.15)); 
	-webkit-filter:drop-shadow(0px 3px 70px rgba(0, 0, 0, 0.15));
}
.indexsafe-match-title{
	text-align: right;
	margin: 0 1.5rem 5rem 0;
}
.indexsafe-match-title h1{
	text-align: right;
	margin-bottom: 28px;
}
.indexsafe-match-title p{
	height:25px;
	color:rgba(136,136,136,1);
}
.indexsafe-contact{
	width: 100%;
	height: auto;
	display: inline-flex;
	padding: 6rem 0 6rem 0;
	position: relative;
	z-index: 1000;
}
.indexsafe-contact > div{
	width: 1200px; 
	height: 100%;
	margin: 0 auto;
}
.indexsafe-contact-info{
	width: 400px;
	float: left;
	padding-left: 50px;
}
.indexsafe-contact-info h1{
	margin: 0 0 4rem 0.5rem;
}
.indexsafe-contact-info span{
	position: relative;
	bottom: 10px;
	margin-left: 10px;
	font-size: 20px;
	color: #666666;
}
.indexsafe-contact-info [data-seq="2"]{
	animation-delay: .3s;
}
.indexsafe-contact-info [data-seq="3"]{
	animation-delay: .6s;
}
.indexsafe-contact-info [data-seq="4"]{
	animation-delay: .9s;
}
.indexsafe-contact-info [data-seq="5"]{
	animation-delay: 1.2s;
}
.indexsafe-contact-position{
	float: right;
	display: inline-block;
	width: 660px;
	height: 330px;
}
.bottom-bar{
	height: 60px;
	background:rgba(0,0,0,1);
	opacity:0.8;
	padding-top: 2rem;
}
.bottom-bar > div{
	width: 500px;
	margin: 0 auto;
}
.bottom-bar a{
	height:15px;
	font-size:14px;
	font-weight:400;
	color:rgba(250,250,250,1);
	opacity:0.4;
}
.bottom-bar-copyright{
	height:14px;
	font-size:14px;
	font-weight:400;
	color:rgba(250,250,250,1);
	opacity:0.4;
}
.open-browser-arrow{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
}
.open-browser-tips{
	padding: 120px 0 0 2rem;
	width: 280px;
	margin: 0 auto;
}
.open-browser-tips img{
	width: 100%;
}
.open-browser-error { 
	height: 100%; 
	display: flex; 
	align-items: center;
}
.open-browser-error p{ 
	flex:1;
	font-size: 1.2rem;
}
.download-wx{
	background:url("../img/download_wx/bg.png") no-repeat center center;
	margin: auto;
	background-size: 100% 100%;
	display: flex;
}
.download-wx-content{
	width: 614px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.download-wx-content img.download-wx-qrcode{
	margin: auto;
	position: relative;
	bottom: 50px;
}
.download-wx-content img{
	margin: 0 auto;
}
.download-wx-bottom{
	width: 100%;
	height: 238px;
	position: fixed;
	bottom: 0;
}
.download-wx-bottom > div{
	width: 640px;
	margin: 0 auto;
}
.download-wx-bottom img{ 
	position: fixed; 
	bottom: 0;
}
.pk-ranking{
	max-width: 750px;	
	margin: 0 auto;
	padding: 25px 20px;
}
.pk-ranking h1, .pk-ranking p, .pk-ranking li{
	font-family:Source Han Sans CN;
	color:rgba(51,51,51,1);
}
.pk-ranking h1{
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.pk-ranking p, .pk-ranking li{
	font-size:13px;
	line-height: 24px;
}
.pk-ranking ol{ 
	list-style:none;
}
.pk-ranking-rules-title{
	margin-top: 35px;
}
.img-seq > li{
	list-style-type:none; 
	padding-left: 12px;
	background-repeat:no-repeat;
	background-position: 0px 2px; 
	background-size: 19px 19px; 
	padding-left: 24px; 
	line-height: 24px; 
	margin-bottom: 20px;
}
.img-seq > li[data-seq="1"]{
	background-image:url("../img/serial_1.png");
}
.img-seq > li[data-seq="2"]{
	background-image:url("../img/serial_2.png");
}
.img-seq > li[data-seq="3"]{
	background-image:url("../img/serial_3.png");
}
.img-seq > li[data-seq="4"]{
	background-image:url("../img/serial_4.png");
}
.img-seq > li[data-seq="5"]{
	background-image:url("../img/serial_5.png");
}
.img-seq > li[data-seq="6"]{
	background-image:url("../img/serial_6.png");
}
.img-seq > li[data-seq="7"]{
	background-image:url("../img/serial_7.png");
}
.img-seq > li[data-seq="8"]{
	background-image:url("../img/serial_8.png");
}
.img-seq > li[data-seq="9"]{
	background-image:url("../img/serial_9.png");
}
.img-seq > li[data-seq="10"]{
	background-image:url("../img/serial_10.png");
}
.img-seq > li[data-seq="11"]{
	background-image:url("../img/serial_11.png");
}
.pk-ranking-prize{
	padding-left: 0;
}
.pk-ranking-prize li{
	list-style-type:none; 
	background:url("../img/diamond_serial.png") no-repeat 0px center; 
	background-size: 9px 9px;
	padding-left: 12px; 
	color: #E3494B;
}
.important-text{
	color: #E3494B;
}
.icon-like{
	width: 16px; 
	padding-right: 3px;
	vertical-align: middle;
}
.like-num{
	height:9px;
	font-size:13px;
	color:rgba(188,188,188,1);
	line-height:20px;
	vertical-align: middle;
}
.float-right{
	float: right !important;;
}
.white-shadow{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
}
.position-relative{
	position: relative !important;;
}
.error-msg{
	font-size: 1.2rem;
	color: #dc3545;
}
.text-center{
	text-align: center !important;
}
.hidden{
	display: none;
}
.hidden-sub > *{
	display: none;
}
.m-view{
	max-width: 750px;	
	margin: 0 auto;
}
.white-sub-view > *{
	background-color: white;
}
.bg-gray{
	background-color: #EAEAEA;
}
.bg-white{
	background-color: white;
}
.for-pc{
	display: block;
}
.for-mobile{
	display: none;
}
.btn{
	appearance: none;
	border-radius: 4px;
	border: 0;
	box-sizing: border-box;
	font-size: 18px;
	height: 41px;
	outline: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius:3px;
}
.btn-light-red{
	color:rgba(255,255,255,1);
	background:linear-gradient(-90deg,rgba(241,88,90,1),rgba(247,114,115,1));
}
.animation-img{ 
	transform: translateX(40px) translateY(0px); 
	animation-name: translateXY; 
	animation-duration: .5s; 
	animation-timing-function: linear; 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards; 
	animation-delay: .5s; 
}
.animation-img.from-left{ 
	transform: translateX(-40px) translateY(0px); 
}
.animation-img.from-bottom{ 
	transform: translateX(0px) translateY(20px); 
}
.animation-line{
	transform: translateX(100px) translateY(0px);
	animation-name: translateX;
	animation-duration: .5s;
	animation-timing-function: cubic-bezier(0.68, 0.94, 0.76, 0.96);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: .2s;
	opacity: 0;
}
.animation-line.from-left{
	transform: translateX(-100px) translateY(0px); 
}
.animation-line.from-bottom{
	transform: translateX(0px) translateY(20px); 
}
.animation-line.from-top{
	transform: translateX(0px) translateY(-20px); 
}
.animation-scale{
	animation-name: scale;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.68, 0.94, 0.76, 0.96);
	animation-iteration-count: 1;
	animation-delay: .2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.circle-info{ 
	padding: 12px;
	margin-bottom: 10px;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.circle-info > div{ 
	padding: 0 12px;
}
.circle-info-author{ 
	display: table-cell; 
	vertical-align: middle;
	height: 40px;
}
.circle-info-avatar{
	width:35px;
	height:35px;
	background:rgba(188,188,188,1);
	border-radius:50%;
	vertical-align: middle;
}
.circle-info-nickname{
	height:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:18px;
	vertical-align: middle; 
	margin-left: 2px;
}
.circle-info-content{
	line-height: 26px;
}
.circle-info-imgs{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5px 0;
	align-items: flex-start;
}
.circle-info-imgs > div{
	width: 100%;
	margin-top: 3px;
}
.circle-info-imgs[column="2"] > div{
	width: 48%;
}
.circle-info-imgs[column="3"] > div{
	width: 32%;
}
.circle-info-imgs  img{
	width: 100%;
}
.circle-info-like{
    display: table-cell; 
	vertical-align: middle;
}
.comments{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	padding-bottom: 58px;
}
.comment{
	padding: 15px;
}
.comments-title{
	height:20px;
	background:rgba(248,248,248,1);
	padding: 8px 0 8px 15px; 
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.comments-title p{
	font-size:13px;
	line-height: 13px;
	height: 13px;
}
.comment-content{
	margin: 10px 0 10px 40px;
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:24px;
}
.comment-bottom{
	margin-left: 40px;
	border-bottom: solid rgba(242,243,243,1) 1px;
	padding-bottom: 10px;
}
.comment-time{
	height:12px;
	font-size:11px;
	color:rgba(51,51,51,1);
}
.download-top{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	height: 48px;
	margin-bottom: 10px;
	padding: 0 12px;
}
.download-top > div{
	padding-top: 8px;
}
.download-top .app-icon{
	width: 32px;	
	vertical-align: middle;
}
.btn.download-open{
	font-size: 11px;
	height: 27px;
	width: 64px;
	line-height: 27px;
	margin-top: 2.5px;
}
.download-top .app-name{
	margin-left: 8px;
}
.download-bottom{
	text-align: center;
	height: 58px;
	position: fixed; 
	bottom: 0;
	width: 100%; 
	max-width: 750px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.download-bottom-btn{
	font-size:15px;
	line-height:20px;
	width: 300px;
	height: 40px;
	margin-top: 9px;
}
.info-flow-title{ 
	font-size: 22px;
	margin: 20px;
	font-weight: 500;
}
.info-flow-content, .circle-info-content{
	margin:0 10px 20px 10px;
}
.info-flow-content p, .circle-info-content p{
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
}
.m-view img{
	max-width: 100%;
}
@keyframes translateX {
	100% {
		opacity: 1;
		transform: translateX(0px)
	}
}
@keyframes translateXY { 
	100% { 
		opacity: 1; 
		transform: translateX(0px) translateY(0px) 
	} 
}
@keyframes scale
{
	0%{
		transform: scale(0.2);  
	}
	50%{
		transform: scale(1.2);
		opacity: 1;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
@media (min-width: 576px) {
	.share-content{
		width: 530px;
	}
}
@media (max-height: 600px) {
	.share-content img{
		width: 75%;
	}
}
@media (max-width: 750px) {
	h1{
		font-size:1.5rem;
	}
	p{
		font-size:1.2rem;
	}
	.for-pc{
		display: none;
	}
	.for-mobile{
		display: block;
	}
	.m-index-header{
		min-height: 300px;
		margin-bottom: 50px;
	}
	.index-download{
		top: 50px;
	}
	.index-intro{
		margin-top: 58px;
		margin-bottom: 0;
		min-height: 490px;
	}
	.index-intro-detail{
		width: 80%;
		padding: 0 10% 1rem 10%;
	}
	.index-screen-imgs{
		width: 360px; 
		position: relative;
	}
	.index-screen-imgs img{
		width: 200px;
		position: absolute;
	}
	.index-screen-imgs img[data-seq="1"]{
		left: 5px;
		top: 100px;
	}
	.index-screen-imgs img[data-seq="2"]{
		left: 85px;
		top: 40px;
	}
	.index-screen-imgs img[data-seq="3"]{
		left: 155px;
		top: 100px;
	}
	.index-screen{
		height: 500px;
	}
	.index-match{ 
		width: 100%;
		height: 460px;
		overflow: hidden;
	}
	.index-match-title{
		margin: 0 0 3rem 0;
		text-align: center;
	}
	.index-match-title h1{
		text-align: center;
	}
	.index-match-imgs{
		top: -320px;
	}
	.index-match-imgs img{
		margin-left: 0;
		width: 120px;
	}
	.index-match-imgs img[data-seq="1"]{
		animation-delay: .2s;
	}
	.index-match-imgs img[data-seq="2"]{
		display: none;
	}
	.index-match-imgs img[data-seq="3"]{
		float: right;
		animation-delay: .2s;
	}
	.index-match > div{
		display: block;
		width: 320px;
		margin: 3rem auto 0 auto;
		left: 0;
		float: none;
	}
	.index-match-scheme{ 
		width: 200px;
		left: 0; 
		top: 0px;
		margin: 0 auto;
	}
	.index-match-scheme img{ 
		width: 100%;
	}
	.index-contact{ 
		padding: 2rem 0 2rem 0;
		min-height: 250px;
	}
	.index-contact-info{
		width: 100%;
		float: none;
		padding-left: 0;
		margin: 0 auto;
	}
	.index-contact-info h1{
		text-align: center;
		margin: 0 0 1rem 0;
	}
	.index-contact-info p{
		width: 300px;
	    margin: 0 auto;
	}
	.index-contact-info span{
		font-size: 1rem;
	}
	.index-contact-info img{
		width: 30px;
	}
	.index-contact-position{
		display: none;
	}
	.m-indexsafe-header{
		min-height: 300px;
		margin-bottom: 50px;
	}
	.indexsafe-download{
		top: 50px;
	}
	.indexsafe-intro{
		margin-top: 58px;
		margin-bottom: 0;
		min-height: 490px;
	}
	.indexsafe-intro-detail{
		width: 80%;
		padding: 0 10% 1rem 10%;
	}
	.indexsafe-pk-imgs{
		width: 360px; 
		position: relative;
	}
	.indexsafe-pk-imgs img{
		width: 200px;
		position: absolute;
	}
	.indexsafe-pk-imgs img[data-seq="1"]{
		left: 5px;
		top: 100px;
	}
	.indexsafe-pk-imgs img[data-seq="2"]{
		left: 85px;
		top: 40px;
	}
	.indexsafe-pk-imgs img[data-seq="3"]{
		left: 155px;
		top: 100px;
	}
	.indexsafe-pk{
		height: 400px;
	}
	.indexsafe-match{ 
		width: 100%;
		height: 460px;
		overflow: hidden;
	}
	.indexsafe-match-title{
		margin: 0 0 3rem 0;
		text-align: center;
	}
	.indexsafe-match-title h1{
		text-align: center;
	}
	.indexsafe-match-imgs{
		top: -320px;
	}
	.indexsafe-match-imgs img{
		margin-left: 0;
		width: 120px;
	}
	.indexsafe-match-imgs img[data-seq="1"]{
		animation-delay: .2s;
	}
	.indexsafe-match-imgs img[data-seq="2"]{
		display: none;
	}
	.indexsafe-match-imgs img[data-seq="3"]{
		float: right;
		animation-delay: .2s;
	}
	.indexsafe-match > div{
		display: block;
		width: 320px;
		margin: 3rem auto 0 auto;
		left: 0;
		float: none;
	}
	.indexsafe-match-scheme{ 
		width: 200px;
		left: 0; 
		top: 0px;
		margin: 0 auto;
	}
	.indexsafe-match-scheme img{ 
		width: 100%;
	}
	.indexsafe-contact{ 
		padding: 2rem 0 2rem 0;
		min-height: 250px;
	}
	.indexsafe-contact-info{
		width: 100%;
		float: none;
		padding-left: 0;
		margin: 0 auto;
	}
	.indexsafe-contact-info h1{
		text-align: center;
		margin: 0 0 1rem 0;
	}
	.indexsafe-contact-info p{
		width: 300px;
	    margin: 0 auto;
	}
	.indexsafe-contact-info span{
		font-size: 1rem;
	}
	.indexsafe-contact-info img{
		width: 30px;
	}
	.indexsafe-contact-position{
		display: none;
	}
	.bottom-bar{
		padding-top: 1rem;
	}
	.bottom-bar > div{
		width: 320px;
	}
	.download-wx-content{
		width: 100%;
	}
	.download-wx-qrcode{
		width:300px;
	}
	.download-wx-bottom > div{
		width: 100%;
	}
	.download-wx-bottom img{
		width: 100%;
	}
	.index-expert-list{
		width: 500px;
	}
	.app, .share{
		background-size: cover;
	}
}
