﻿
*{margin: 0; padding: 0; outline: none;}
*:not(input,textarea){-webkit-touch-callout: inherit; -webkit-user-select: auto;}
body{width: 100%; font-family:"微软雅黑"; font-size: 14px; color: #fff; -webkit-touch-callout: inherit ; -webkit-user-select: auto ; }
a{color: #FFF; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover{text-decoration: none;}
button,input,select,textarea{font-size: 100%; margin: 0; padding: 0; outline: none;}
dt,dd{display: inline-block;}
textarea,input{resize: none; outline: none;}
textarea{resize: none; -webkit-appearance: none;}
ul,ol,li{list-style: none;}
em{font-style: normal;}
.fl, .fr { display: inline; float: left; }
.fr { float: right; }

.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.blank10{ width:100%; height:10px; line-height:10px; clear:both; overflow:hidden;}
.blank20{ width:100%; height:20px; line-height:20px; clear:both; overflow:hidden;}
.blank30{ width:100%; height:30px; line-height:30px; clear:both; overflow:hidden;}

#loading{ background-color:#000000;}
.sk-circle {
  margin: 400px auto;
  width: 40px;
  height: 40px;
  position: relative; }
 
            
.moveFromloading {
	-webkit-animation: moveRound2 2s linear both infinite;
	animation: moveRound2 2s linear both infinite;
}


@-webkit-keyframes moveRound2 {
	0% {  -webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
	100% { -webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes moveRound2 {
	0% {  -webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
	100% { -webkit-transform:rotate(0deg);transform:rotate(0deg);}}


			
			
			.main1{ color:#000000; width:825px; margin:0  auto; background-color:#FFFFFF; font-size:16px; padding:20px 140px 100px;}
			.main1 .tit{ font-size:18px; font-weight:bold; padding:30px 0px;}
			.main1 .txt{ font-size:16px; line-height:25px;}
			.main1 .b{ font-weight:bold;}
			
		
		.hide {
    display: none;
}	

/*

.pt-page-movediv {
	-webkit-animation: move1 ease 1s both;
	animation: move1 ease 1s both;
	-webkit-animation-delay:.1s;
	animation-delay:.1s;
}

.pt-page-movediv1 {
	-webkit-animation: move1 ease .5s both;
	animation: move1 ease .5s both;
	-webkit-animation-delay:.1s;
	animation-delay:.1s;
}
.pt-page-movediv2 {
	-webkit-animation: move1 ease .5s both;
	animation: move1 ease .5s both;
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.pt-page-movediv3 {
	-webkit-animation: move1 ease .5s both;
	animation: move1 ease .5s both;
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.pt-page-movediv4 {
	-webkit-animation: move1 ease .5s both;
	animation: move1 ease .5s both;
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.pt-page-movediv5 {
	-webkit-animation: move1 ease .5s both;
	animation: move1 ease .5s both;
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}


@-webkit-keyframes move1 {
	0% {  opacity:0; }
	100% {  opacity:1;}
}
@keyframes move1 {
	0% {  opacity:0; }
	100% {  opacity:1;}
}
*/