/*css reset*/
html,body,div,p,ul,li{margin: 0;padding: 0;}
/*Ïû³ýimgµÄÄ¬ÈÏ¼äÏ¶*/
div{font-size: 0;}
li{list-style: none;}
a{ text-decoration: none;}
/*css style*/
body{
	font-family: "Microsoft YaHei", SimHei,PingFangSC-Regular;
	text-align: center;
}
.wrapper{
	width: 100%;
	height: 100%;
	background: #F4533F;
	overflow: hidden;
}
.banner{
	position: relative;
}
.content{
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 28%;
}
.content span{
	color: #fe5330;
}
.content p:first-child{
	background: url(../img/gou.png) no-repeat;
	background-position: 15px 3px;
	background-size: 19px 19px;
/* 	padding-left: 20px; */
	font-size: 21px;
	color: #3a3a3a;
	line-height: 24px;
}
.content p:nth-child(2){
	color: #949494;
	font-size: 12px;
	margin-top: 15px;
}
.content p:last-child{
	margin-top: 14%;
	font-size: 12px;
	line-height: 12px;
	color: #949494;
	/*transform: scale(0.83);*/
}
.knowlege{
	width: 92%;
	margin: 10px auto 20px;
	background: #FFFFFF;
	border-radius: 10px;
}
.knowlege h3{
	font-size: 21px;
	line-height: 21px;
	color: #383838;
	margin-top: 22px;
} 
.fund{
	width: 66%;
	margin: 16px auto 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.fund p:first-child{
	display: inline-block;
	/*width: 36px;*/
	padding: 4px 6px;
	border-radius: 3px;
	border: solid 1px #ff6c44;
	font-size: 12px;
	line-height: 12px;
	color: #ff6c44;
}
.fund p:nth-child(2){
	margin-top: 10px;
	font-size: 12px;
	line-height: 12px;
	color: #979797;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.fund p:last-child{
	font-size: 20px;
	margin-bottom: 5px;
    margin-top: 10px;
}
.fund p:last-child span{
	font-size: 35px
}
.fund .left p:last-child{
	color: #606060;
}
.fund .right p:last-child{
	color: #f35833;
}
.fund .left p:first-child{
	margin-left: 30px;
}
.fund .right p:first-child{
	margin-right: 30px;
}
.knowlege>p:last-child{
/* 	text-align: right; */
	font-size: 12px;
	line-height: 12px;
	color: #979797;
/* 	transform: scale(0.75); */
/* 	-webkit-transform: scale(0.75); */
	padding-bottom: 15px;
	margin-top: 5px;
}
.downloadBtn{
	width: 82.4%;
	margin: 10px auto 25px;
}
.jingcai{
	padding-bottom: 25px;
}
.wrapper .footer{
	margin-top: 26px;
	font-size: 17px;
	color: #ffffff;
}
.wrapper .footer p:last-child{
	margin-top: 6px;
}
.detail{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #FFE4BE;
}
.rank{
	margin-top: 25px;
}
.rank .common{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	width: 92%;
	/*height: 76px;*/
	/*line-height: 76px;*/
	margin: 16px auto 0;
	background-color: #ffd8a2;
	border: 1px solid #FFC370;
}
.rank .common:first-child{
	margin-top: 0;
}
.rank .common .rotatetext{
	color: #FFFFFF;
	font-size: 12px;
	background: #FA5937;
	position: absolute;
    transform: rotate(-45deg);
    left: -21px;
    top: 16px;
    width: 94px;
}
.flexDiv{
	padding: 17px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.flexDiv>div{
	flex: 1;
	-webkit-flex: 1;
}
.leftside{
	border-right: 1px solid #E0C195;
}
.leftside p:first-child{
	font-size: 22px;
	line-height: 30px;
	color: #fe5330;
}
.leftside p:first-child span{
	font-size: 15px;
}
.leftside p:last-child{
	font-size: 12px;
	line-height: 15px;
	color: #636363;
}
.rightside p:first-child{
	font-size: 15px;
	line-height: 30px;
	color: #535353;
}
.rightside p:last-child{
	font-size: 12px;
	color: #636363;
}
.wind{
	text-align: right;
	padding-right: 4%;
	margin-top: 10px;
	color: #878787;
	font-size: 12px;
	padding-bottom: 25px;
	border-bottom: 5px solid #FFDFB1;
}
.advance {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 18px;
}
.advance>div{
	flex: 1;
	-webkit-flex: 1;
}
.advance p{
	margin-top: 10px;
	font-size: 12px;
	color: #636363;
	line-height: 12px;
}
.advance p:last-child{
	margin-top: 5px;
}
.advance p span{
	color: #fe5330;
}
@-webkit-keyframes start {
    0%,30% {opacity: 0;-webkit-transform: translate(0,0px);}
    60% {opacity: 0.5;-webkit-transform: translate(0,-10px);}
    100% {opacity: 1;-webkit-transform: translate(0,-15px);}
}
@-moz-keyframes start {
    0%,30% {opacity: 0;-moz-transform: translate(0,0px);}
    60% {opacity: 1;-moz-transform: translate(0,-10px);}
    100% {opacity: 0;-moz-transform:translate(0,-15px);}
}
@keyframes start {
    0%,30% {opacity: 0;transform: translate(0,0px);}
    60% {opacity: 1;transform: translate(0,-10px);}
    100% {opacity: 0;transform: translate(0,-15px);}
}
.arrow_up {
    width: 30px;
    height: 15px;
    -webkit-animation: start 2s ease-in-out infinite;
    -moz-animation: start 2s ease-in-out infinite;
    animation: start 2s ease-in-out infinite;
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
}

.swiper-container{
    width:100%;
    height:100%;
    position: relative;
}
.swiper-container .swiper-slide.homePage{
    width: 100%;
    height: 100%;
}
.disN{
    display: none!important;
}
.disB{
    display: block!important;
}
.jingcai p{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 25px;
}

@media (max-width: 320px) {
	.content p:last-child {
		margin-top: 6%;
		transform: scale(0.83);
	}
}
@media (min-width: 321px) and (max-width: 375px){
	.content p:last-child {
		margin-top: 11%;
	}
}

.tc_bg { position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5) none repeat scroll 0 0!important; top:0px;left:0px;filter: alpha(opacity=50); background:#000;z-index:2015127;}
.tc_main {width:280px;position: fixed;left:50%; margin-left:-140px; top:50%;margin-top:-87px; background:#fff; text-align:center;border-radius: 10px;padding-bottom: 25px;}
.tc_main h3 {font-size:16px; color:#ff4143; padding:30px 10px; }
.tc_main p {height:36px; line-height:36px;font-size:14px; color:#FFFFFF; background:#F35833;width: 150px;border-radius: 18px;margin: 0 auto;}