#wrap{
	max-width:19.2rem;
	position:relative;
	overflow: hidden;
	margin:0 auto;
}
.kv{
	width:100%;
	height:11.45rem;
	background:url(../images/kv.jpg) no-repeat center;
	background-size:cover;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.slo{
	width:10.73rem;
	height:3.24rem;
	background:url(../images/slo.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:3.88rem;
	top:7.18rem;
}
.slo::after{
	display: block; 
	content: ''; 
	width:10.73rem;
	height:3.24rem;
	background:url(../images/slo.png) no-repeat center;
	background-size:cover;
    animation: heartBeat 4s ease-in-out both infinite;
    -webkit-animation: heartBeat 4s ease-in-out both infinite;
}
.logo{
	display:block;
	width:10.61rem;
	position:absolute;
	left:.76rem;
	top:.14rem;
}
/*图片闪烁放大效果*/
@keyframes heartBeat {
  0% {transform: scale(1); opacity: 1;}
  30% {transform: scale(1.4); opacity: 0;}
  100% {transform: scale(1); opacity: 0;}
}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1); opacity: 1;}
  30% {-webkit-transform: scale(1.4); opacity: 0;}
  100% {-webkit-transform: scale(1); opacity: 0;}
}
.kvMenu{
	width:100%;
	height:.99rem;
	background:url(../images/dh.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
	overflow: hidden;
	z-index:10;
}
.kvMenu ul{
	width:100%;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
}
.kvMenu ul li{
	width:2.98rem;
	height:.9rem;
	margin-top:.09rem;
	cursor: pointer;
}
.kvMenu ul li.active{
	background:url(../images/ho.png) no-repeat center;
	background-size:cover;
}
.kvMenu ul li:nth-child(1){
	margin-left:2.1rem;
}
.kvMenu ul li:nth-child(2){
	margin-left:.3rem;
}
.kvMenu ul li:nth-child(3){
	margin-left:2.52rem;
}
.kvMenu ul li:nth-child(4){
	margin-left:.74rem;
}
.sec{
	width:100%;
	height:11.82rem;
	background:url(../images/sec.jpg) no-repeat center;
	background-size:cover;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.secTit{
	width:10.28rem;
	height:.85rem;
	position:relative;
	overflow: hidden;
	margin:2.07rem auto 0;
	z-index:10;
}
.secTit ul{
	width:100%;
	height:.85rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position:relative;
}
.secTit ul li{
	width:2.16rem;
	height:.85rem;
	background:url(../images/wei.png) no-repeat center;
	background-size:cover;
	font-size:.34rem;
	color:#fff;
	line-height:1rem;
	cursor: pointer;
	text-align: center;
}
.secTit ul li a{
	color:#fff;
}
.secTit ul li.active {
	background:url(../images/hoc.png) no-repeat center;
	background-size:cover;
	color:#fff;
}
.secTit ul li.active a{
	color:#fff;
}
.secBody{
	width:100%;
	position:relative;
	z-index:2;
}
.secBody>div.bannerDiv{
	width:14rem;
	position:relative;
	margin:0 auto 0;
}
.secBody>div.bannerDiv .playBanner{
	width:10.9rem;
	position:relative;
	overflow:hidden;
	margin:.35rem 0 0 1.7rem;
}
.secBody>div.bannerDiv .playBanner .liPic{
	width:3.33rem;
	height:6.68rem;
	position:relative;
	overflow:hidden;
}
.secBody>div.bannerDiv .playBanner .liPic .liBg{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.secBody>div.bannerDiv .playBanner .liPic .roleName{
	width:2.35rem;
	height:.43rem;
	background:url(../images/kuang.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0.3rem auto 0;
	font-family: 'webfont';
	font-size:.26rem;
	text-align:center;
	line-height:.43rem;
	z-index:1;
}
.secBody>div.bannerDiv .playBanner .liPic .renBg{
	display:block;
	width:3.3rem;
	position:absolute;
	left:0;
	top:0;
}
.secBody>div.bannerDiv .playBanner .liPic .roleQian{
	font-size:.22rem;
	width:100%;
	position:absolute;
	text-align:center;
	left:0;
	top:5.08rem;
	z-index:1;
	color:#fff494;
}
.secBody>div.bannerDiv .playBanner .weiguan{
	display:block;
	width:2.31rem;
	height:.41rem;
	background:url(../images/guan.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-1.155rem;
	bottom:.78rem;
	z-index:1;
}
.secBody>div.bannerDiv .playBanner .swiper-slide{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.secBody>div.bannerDiv .playBanner .swiper-slide.swiper-slide-active{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.prev1{
	width:1.2rem;
	height:.86rem;
	background:url(../images/left.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-.43rem;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.prev1:hover{
	transform: translate(-.1rem,0);
	-webkit-transform: translate(-.1rem,0);
}
.next1{
	width:1.2rem;
	height:.86rem;
	background:url(../images/right.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-.43rem;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.next1:hover{
	transform: translate(.1rem,0);
	-webkit-transform: translate(.1rem,0);
}
.btnList{
	width:6.57rem;
	height:.84rem;
	margin:0 auto 0;
	position:relative;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.btnList p{
	width: 2.16rem;
	height: 0.85rem;
	background: url(../images/wei.png) no-repeat center;
	background-size: cover;
	font-size: .34rem;
	color: #fff;
	line-height: 1rem;
	cursor: pointer;
	text-align: center;
}
.secBody>div{
	display: none;
	width: 100%;
	position:relative;
}
.secBody>div.active{
	display: block;
}
.secBody>div .starDiv{
	width:13.64rem;
	height:6.21rem;
	position:relative;
	margin:0.4rem auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.secBody>div .starDiv div{
	width:4.32rem;
	overflow:hidden;
	position:relative;
}
.secBody>div .starDiv div .starBg{
	display:block;
	width:4.32rem;
	position:relative;
}
.secBody>div .starDiv div .bangName{
	-webkit-text-stroke: 1px #fff;
	font-size:.9rem;
	color:#000;
	font-weight:bold;
	width:100%;
	position:absolute;
	left:0;
	top:1.6rem;
	text-align:center;
}
.secBody>div .starDiv div .xuan{
	width:3.72rem;
	height:.86rem;
	background:url(../images/xuan.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-1.86rem;
	top:4.2rem;
	font-size:.26rem;
	text-align:center;
	line-height:.4rem;
	color:#fff;
}
.secBody>div .starDiv div .xuan span{
	display:block;
	width:2.9rem;
	margin:0 auto 0;
}
.secBody>div .starDiv div .huiName{
	width:3.38rem;
	height:1.14rem;
	background:url(../images/name.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:.4rem auto 0;
	font-size:.46rem;
	color:#502c0f;
	text-align: center;
	line-height:.8rem;
	font-weight:bold;
}
.secBody>div:nth-child(3){
	width:14rem;
	overflow:hidden;
	position:relative;
	margin:-1.12rem auto 0;
}
.secBody>div:nth-child(3) .teamBanner{
	width:9rem;
	overflow:hidden;
	margin:0 auto 0;
	position:relative;
}
.secBody>div:nth-child(3) .teamBanner .perc{
	display:block;
	width:9rem;
}
.secBody>div:nth-child(3) .teamBanner a{
	display:block;
	width:3.88rem;
	height:1.06rem;
	position:absolute;
	left:50%;
	margin-left:-1.94rem;
	bottom:0;
}
.secBody>div:nth-child(3) .teamBanner a img{
	display:block;
	width:100%;
}
.newThc{
	width:100%;
	height:11.73rem;
	background:url(../images/new.jpg) no-repeat center;
	background-size:cover;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.teamList{
	width:15.17rem;
	position:relative;
	margin:2.3rem 0 0 2.1rem;
}
.teamList ul{
	width:100%;
	position:relative;
	z-index:5;
}
.teamList ul li{
	width:1.54rem;
	height:1.69rem;
	position:relative;
	font-size:.38rem;
	color:#000;
	text-align: center;
	line-height:1.69rem;
	font-weight:bold;
	-webkit-text-stroke: 1px #fff;
	font-family: "FZCYSK";
	cursor: pointer;
}
.teamList ul li.active{
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	z-index:2;
}
.teamList ul li:nth-child(1){
	background:url(../images/l1.png) no-repeat center;
	background-size:cover;
}
.teamList ul li:nth-child(1):after{
	display: block;
	content:'';
	clear:both;
}
.teamList ul li:nth-child(2){
	background:url(../images/l2.png) no-repeat center;
	background-size:cover;
}
.teamList ul li:nth-child(3){
	background:url(../images/l3.png) no-repeat center;
	background-size:cover;
}
.teamList ul li:nth-child(4){
	background:url(../images/l4.png) no-repeat center;
	background-size:cover;
}
.teamList ul li:nth-child(5){
	background:url(../images/l5.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:0;
	top:0;
}
.teamList ul li:nth-child(6){
	background:url(../images/l6.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:0;
	top:1.72rem;
}
.teamList ul li:nth-child(7){
	background:url(../images/l7.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:0;
	top:3.4rem;
}
.teamList ul li:nth-child(8){
	background:url(../images/l8.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:0;
	bottom:0;
}
.mainDesc{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.mainPic{
	width:4.58rem;
	height:3.59rem;
	background:url(../images/wind.png) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position:relative;
	margin:.32rem auto 0;
}
.mainPic h3{
	width:3.75rem;
	margin:1.6rem 0 0 .2rem;
	font-size:.48rem;
	color:#f8f0e4;
	font-weight:bold;
	text-align: center;
	font-family: "HYYaKuHeiW";
}
.mainPic p{
	font-size:.24rem;
	color:rgba(255,255,255,.75);
	text-align: center;
	margin-top:.2rem;
}
.picList{
	width:10.7rem;
	height:2.8rem;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:0 auto 0;
}
.picList img{
	display: block;
	width:1.58rem;
	height:100%;
}
.mouse{
	display: block;
	position:absolute;
	left:50%;
	margin-left: -.455rem;
    bottom: .25rem;
	animation: start infinite 1s ease-in-out;
	-webkit-animation: start infinite 1s ease-in-out;
	z-index:2;
}
@-webkit-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -.1rem);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0.08rem);
	}
}

@-moz-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -.1rem);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0.08rem);
	}
}

@keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -.1rem);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0.08rem);
	}
}

@-ms-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -.1rem);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0.08rem);
	}
}
.tth{
	width:100%;
	height:11.71rem;
	background:url(../images/tth.jpg) no-repeat center;
	background-size:cover;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.latest{
	width:14.67rem;
	height:6.36rem;
	margin:2.8rem auto 0;
	background:url(../images/jiang.png) no-repeat center;
	background-size:cover;
	position:relative;
}
.latest ul{
	width:100%;
	height:100%;
	position:relative;
}
.latest ul li{
	width:1.64rem;
	height:.61rem;
	background:url(../images/sb.png) no-repeat center;
	background-size:cover;
	position:absolute;
	font-size:.2rem;
	color:#000;
	line-height:.61rem;
	text-align: center;
	font-weight:bold;
}
.latest ul li.active{
	background:url(../images/sl.png) no-repeat center;
	background-size:cover;
	color:#fff;
}
.latest ul li:nth-child(1){
	left:0;
	top:1.22rem;
}
.latest ul li:nth-child(2){
	left:0;
	top:2.74rem;
}
.latest ul li:nth-child(3){
	left:2.85rem;
	top:2rem;
}
.latest ul li:nth-child(4){
	left:0;
	top:4.25rem;
}
.latest ul li:nth-child(5){
	left:0;
	top:5.76rem;
}
.latest ul li:nth-child(6){
	left:2.8rem;
	top:5rem;
}
.latest ul li:nth-child(7){
	left:5.5rem;
	top:3.5rem;
}
.latest ul li:nth-child(8){
	left:7.4rem;
	top:3.5rem;
}
.latest ul li:nth-child(9){
	right:2.8rem;
	top:2rem;
}
.latest ul li:nth-child(10){
	right:0;
	top:1.22rem;
}
.latest ul li:nth-child(11){
	right:0;
	top:2.74rem;
}
.latest ul li:nth-child(12){
	right:2.8rem;
	top:5rem;
}
.latest ul li:nth-child(13){
	right:0;
	top:4.25rem;
}
.latest ul li:nth-child(14){
	right:0;
	top:5.75rem;
}
.latest ul li:nth-child(15){
	width: 3.02rem;
    height: .97rem;
    background: url(../images/final.png) no-repeat center;
	background-size:cover;
    position: absolute;
    left: 50%;
    margin-left: -1.51rem;
    top: 2.18rem;
    text-align: center;
    font-size: .36rem;
    line-height: .97rem;
    font-weight: bold;
    color: #fff;
}
.final{
	width:3.02rem;
	height:.97rem;
	background:url(../images/final.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-1.51rem;
	top:2.18rem;
	text-align: center;
	font-size:.36rem;
	line-height:.97rem;
	font-weight:bold;
	color:#fff;
}
.thc{
	width:100%;
	height:15.45rem;
	background:url(../images/thc.jpg) no-repeat center;
	background-size:cover;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.tit{
	display: block;
	width:5.75rem;
	position:relative;
	margin:0 0 0 6.8rem;
}
.secJdt {
    width: 14.03rem;
    height: 3.02rem;
    background: url(../images/jdt.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin: -.56rem auto 0;
}
.secJdt i{
	display:block;
	height:.05rem;
	background:#d6c676;
	position:absolute;
	left:0.07rem;
	top:1.1rem;
	border-radius: .3rem;
}
.secJdt span{
	display:block;
	width:1.67rem;
	height:3.02rem;
	background:url(../../jia/images/hoc.png) no-repeat center;
	background-size:cover;
	position:absolute;
	top:0;
}
.secJdt span:nth-child(1){
	left:1.84rem;
}
.secJdt span:nth-child(2){
	left:4.55rem;
}
.secJdt span:nth-child(3){
	left:7.85rem;
}
.secJdt span:nth-child(4){
	left:10.7rem;
}
.ruleCon{
	width:12.98rem;
	height:6.87rem;
	background:url(../images/kua.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:1.36rem auto 0;
}
.ruleTxt{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:1.4rem auto 0;
}
.ruleTxt .ruleOne{
	width:4.5rem;
	float:left;
	overflow: hidden;
	position:relative;
	margin:0 0 0 .66rem;
}
.ruleTxt .ruleTwo{
	width:5.1rem;
	float:right;
	overflow: hidden;
	position:relative;
	margin:0 .3rem 0 0;
}
.ruleTxt p{
	width:100%;
	overflow: hidden;
	line-height:.4rem;
	font-size:.22rem;
	color:#fff;
	font-family: "KaiTi";
	margin-bottom:.5rem;
}
.ruleTxt .ruleTwo p{
	margin-bottom:.2rem;
	line-height:.38rem;
}
.ruleTxt p em{
	display: block;
	width:.25rem;
	height:.25rem;
	border:0.01rem solid #fff;
	float:left;
	text-align: center;
	line-height:.25rem;
	border-radius: 50%;
	font-size:.16rem;
	color:#fff;
	font-style: normal;
	margin:0.08rem 0.08rem 0 0;
}
.ruleTxt p span{
	display: block;
	float:left;
	letter-spacing: 0.02rem;
}
.ruleTxt .ruleOne p span{
	width:4rem;
}
.ruleTxt .ruleTwo p span{
	width:4.5rem;
}
.ckTip{
	font-size:.22rem;
	color:#fff;
	text-align: center;
	margin-top:.15rem;
	font-family: 'kaiti';
}
.thMore{
	display: block;
	width:1.18rem;
	height:.31rem;
	position:relative;
	overflow: hidden;
	margin:.3rem auto 0;
	transform: translate(-.2rem,0);
	-webkit-transform: translate(-.2rem,0);
}
.thMore:hover img:nth-child(1){
	display: none;
}
.four{
	width:100%;
	height:31.25rem;
	background:url(../images/for.jpg) no-repeat center;
	background-size:cover;
	margin:-0.01rem auto 0;
	position:relative;
	overflow: hidden;
}
.foBi{
	display: block;
	width:9.96rem;
	margin:0.18rem 0 0 4.3rem;
}
.cup{
	display: block;
	width:10.06rem;
	margin:.35rem auto 0;
}
.foTit{
	display: block;
	width:9.55rem;
	margin:.2rem auto 0;
}
.pai{
	display: block;
	width:14.12rem;
	margin:.5rem auto 0;
}
.shui{
	display: block;
	width:6.22rem;
	margin:0.78rem auto 0;
}
.lastTxt{
	width:11.25rem;
	overflow: hidden;
	position:relative;
	margin:1rem auto 0;
	font-family: 'KaiTi';
}
.lastTxt h3{
	font-size:.2rem;
	color:rgba(255,255,255,.75);
	text-align: center;
	margin-bottom:.25rem;
}
.lastTxt h3 span{
	position:relative;
}
.lastTxt h3 span:before{
	display: block;
	content:'';
	width:.5rem;
	height:0.02rem;
	background:rgba(255,255,255,.75);
	position:absolute;
	left:-.58rem;
	top:.1rem;
}
.lastTxt h3 span:after{
	display: block;
	content:'';
	width:.5rem;
	height:0.02rem;
	background:rgba(255,255,255,.75);
	position:absolute;
	right:-.58rem;
	top:.1rem;
}
.lastTxt p{
	font-size:.21rem;
	line-height:.4rem;
	color:rgba(255,255,255,.75);
}
.lastTxt p em{
	display: block;
	font-style: normal;
	float:left;
	margin-right:.28rem;
}
.lastTxt p span{
	display: block;
	width:10.3rem;
	float:left;
}
.float{
	width:2.78rem;
	height:4.9rem;
	position:fixed;
	overflow: hidden;
	right:3%;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:20;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.float.active{
	height:2.1rem;
}
.float .opClose{
	display:block;
	width:100%;
	height:2.15rem;
	position:absolute;
	left:0;
	top:0;
	cursor: pointer;
	z-index:1;
}
.float img{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.float ul{
	width:1.43rem;
	overflow: hidden;
	position:relative;
	margin:2.06rem 0 0 .62rem;
}
.float ul li{
	width:100%;
	height:.38rem;
	background:url(../images/w.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin-top:.19rem;
	font-size:.18rem;
	color:#e3cb72;
	text-align: center;
	line-height:.38rem;
	font-family: "Source Han Sans CN";
	cursor: pointer;
}
.float ul li.active{
	background:url(../images/y.png) no-repeat center;
	background-size:cover;
	color:#371312;
}
.att{
	display: block;
    width: 1.74rem;
	height:.51rem;
    position: absolute;
    right: 6.5%;
    top: 12%;
    cursor: pointer;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.att img{
	display:block;
	width:100%;
}
.att:hover{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.loginTc,.loginTc1{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display:none;
}
.loginBody{
	width:7.2rem;
	height:5.84rem;
	background:url(../images/tc.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.loginTc1 .loginBody{
	height:6.64rem;
	background:url(../images/tcc.png) no-repeat center;
	background-size:cover;
}
.close{
	display:block;
	width:.51rem;
	height:.51rem;
	position:absolute;
	right:.3rem;
	top:.04rem;
	cursor: pointer;
	z-index:2;
}
.tj{
	display:block;
	width:4.21rem;
	margin:0 auto 0;
	cursor: pointer;
}
.tj1{
	display:block;
	width:4.21rem;
	margin:0 auto 0;
	cursor: pointer;
}
.s_put{
	width:4.85rem;
	overflow: hidden;
	position:relative;
	margin:.46rem auto 0;
}
.s_put p{
	font-size:.34rem;
	color:#61341b;
	font-weight:bold;
	width:1.6rem;
	text-align: left;
	float:left;
}
.loginTc1 .s_put p{
	font-size:.28rem;
}
.s_put input{
	display:block;
	width:3.06rem;
	height:.45rem;
	position:relative;
	float:left;
	font-size:.3rem;
	color:#ffdecc;
	background:#ae835b;
	border:none;
	line-height:.45rem;
	float:left;
	text-indent:.16rem;
}
.a_put{
	width:4.76rem;
	overflow: hidden;
	position:relative;
	margin:0.24rem auto 0;
}
.a_put p{
	font-size:.34rem;
	color:#61341b;
	font-weight:bold;
	text-align: center;
}
.a_put textarea{
	display:block;
	width:100%;
	height:1.9rem;
	background:#ae835b;
	font-size:.32rem;
	color:#ffdecc;
	border:none;
	outline:none;
	text-indent:.1rem;
	line-height:.4rem;
}
/*input placeholder样式修改*/
input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
	/*text-align: center;*/
	color:#ffdecc;
}
input::-moz-placeholder { /* Firefox 19+ */  
	/*text-align: center;*/
	color:#ffdecc;
}	
input:-ms-input-placeholder { /* IE 10+ */
	/*text-align: center;*/
	color:#ffdecc;
}
input:-moz-placeholder { /* Firefox 18- */
	/*text-align: center;*/
	color:#ffdecc;
}