<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">shadow::before{
	content: '';
	box-shadow: 0 0 30px 1px #000;
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 0px;
 }
shadow::after{
	content: '';
	width: 100%;
	height: 44px;
	background: linear-gradient(to bottom, #dcdcdc 1% , transparent);
	position: absolute;
	z-index: 1;
	top: 84px;
}

.blueline {
	height: 4px;
	width: 80px;
	background: #42baff;
	background: linear-gradient(45deg,#42baff,#1e83ff);
	display: block;
	border-radius: 2px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.column-reverse{
	align-items:center;
	flex-direction:column-reverse;
}

.container{
	
	padding-top: 70px;
	/* [disabled]padding-bottom:70px; */
	overflow: hidden;
}
.container.white .content:first {
	padding-bottom: 70px;
}

.blue {
	background: #f1fbff;
}
.grey{
	background: #f7f7f7;
}
.content {
	width: 564px;
	/* [disabled]overflow: hidden; */
	/* [disabled]background: #F00; */
	/* [disabled]margin-right: 50px; */
}
.content:last-child {
	/* [disabled]margin-right: 0px; */
}
.content .more {
	margin-bottom:70px;
}
.banner
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	min-height: 720px !important;
	background-image: url(../images/banner-bg-graphedit.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 100px;
	/* [disabled]z-index: 1; */
	/*margin-top: 84px;*/
	/* [disabled]border-bottom: 1px solid #03F; */
}
/* 3. slider */
.banner-line-1 {
	position: absolute;
	top: 0px;
	z-index: 1;
	/*left: -120px;*/
	/* [disabled]left: 50%; */
	/* [disabled]margin-left: -952px; */
}
.banner-line-2 {
	position: absolute;
	z-index: 1;
	/*right: -240px;*/
	/* [disabled]right: 50%; */
	/*margin-right: -1006px;*/
	/* [disabled]margin-right: -70%; */
	top: 0px;
}
.banner-content {
	justify-content: space-between;
}
.banner-content h1 {
	color: #007ad0;
	font-size: 32px;
	line-height: 2;
	text-transform: capitalize;
	padding-top: 120px;
	position: relative;
	z-index: 2;
}
.banner-content h2 {
	font-size: 60px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #333;
	width: 80%;
	margin-top: -12px;
	position: relative;
	z-index: 2;
	/* [disabled]background: #F00; */
}
.banner-content p {
	color: #666;
	font-size: 18px;
	line-height: 2;
	padding-top: 40px;
	width: 80%;
	position: relative;
	z-index: 2;
}
/* button style */

.banner-content .butn-3{
	border-radius: 34px;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 68px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	overflow: hidden;
	height: 68px;
	width: 234px;
	clear: both;
	margin-top: 60px;
	margin-right: 10%;
	background: linear-gradient(45deg,#0072ff,#1e83ff,#2bc3a1,#03a79a,#03a79a);
	background-size: 240% 240%;
}
/*.banner-content .butn-3 img {
	transition: all 0.8s ease 0s;
}
.banner-content .butn-3:hover img {
	transform: rotateX(360deg);
}*/
.development {
	margin-top: 20px;
	text-align: center;
	justify-content: center;
	margin-bottom: 64px;
}
.container h1,.development h1,.version-container h1 {
	font-size: 44px;
	color: #007ad0;
}
.development h1 {
	line-height: 110px;
}
.container h1 {
	line-height: 56px;
}
.version-container h1 {
	padding-bottom: 30px;
	text-align: center;
}
.development ul  {
	margin: -30px 0px 0px;
	padding: 0px;
	text-align: left;
}
.development ul li {
	list-style: square url(../images/ico-chosed.png) inside;
}
.development .detail {
	display: none;
	/* [disabled]visibility: hidden; */
}



.development p {
	text-align: justify;
	margin-bottom: 30px;

}
.development p span {
	color: #1a99e9;
	font-weight: bold;
}
.development .ui {
	margin-top: 56px;
	width: 76%;
	
}

.development .PC {
	background: #f1fbff;
	width: 324px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	color: #666;
	/* [disabled]position: relative; */
	/* [disabled]z-index: 2; */
	height: 56px;
	padding: 32px 26px;
	display: block;
}
.development .PC h4 {
	color: #007ad0;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	transition: all 0.4s ease 0s;
}
.development .PC:hover h4 {
	color: #00a2ff;
}
.development .PC p {
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.development .PC img {
	transition: all 0.4s ease 0s;
}
.development .PC:hover img {
	transform: scale(1.2,1.2) translateX(2px);
}

@keyframes moiveAnimation {
            0%,100% {
                background-position: 0% 50%
            }
            50% {
                background-position: 100% 50%
            }
}
.banner .animated {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkitanimation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

@-webkit-keyframes fadeInOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
	  opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);    
  }
}

@keyframes fadeInOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.banner .fadeInOutLeft {
  -webkit-animation-name: fadeInOutLeft;
  animation-name: fadeInOutLeft;  
}
.VE-container .graph-1,.VE-container .graph-2,.VE-container .graph-3  {	
	position: absolute;
	border-radius: 10px;
}
.VE-container .graph-1  {
	padding: 15px 32px;
	background: #f5ffe8;
	box-shadow: 0px 0px 30px 0px rgba(147,204,0,0.2);
	margin-top: -468px;
}
.VE-container .graph-2  {
	padding: 32px;
	background: #fff9ee;
	box-shadow: 0px 0px 30px 0px rgba(161,110,7,0.2);
	margin-top: -354px;
	margin-left: 255px;
}
.VE-container .graph-3  {
	padding: 15px 36px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	margin-top: -216px;
	margin-left: 102px;
}

.THDG-container .graph-1,.THDG-container .graph-2{
	position:absolute;
	padding:32px 36px;
	border-radius:10px;
}
.THDG-container .graph-1 {
	background-color:#56cece;
	box-shadow: 0px 0px 30px 0px rgba(86,206,206,0.3);
	margin-top: -460px;
}
.THDG-container .graph-2  {
	background-color:#f1ffff;
	box-shadow: 0px 0px 30px 0px rgba(86,206,206,0.3);
	margin-top: -360px;
	margin-left: 212px;
}
.SG-container dl{
	position: absolute;
	width:340px;
	border-radius:10px;
	background-color:#FFF;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	margin-top:-414px;	
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	color:#222;
	text-align:center;	
	line-height:56px;
	overflow:hidden;
}
.SG-container dl dt,.SG-container dl dd{	
	width:25%;
	height:54px;	
	display: inline-block;
}
.SG-container dl dt.item-T{
	background-color:#f3f3f3;
}
.SG-container dl dt.item-L{
	width:24.5%;
	background-color:#fafafa;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.SG-container dl dt.last,.SG-container dl dd.last{
	border-bottom:0px;
}
.SG-container dl dd{
	border-bottom:1px solid #ddd;
}
.SG-container .graph{
	padding:25px;
	background-color:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	position:absolute;
	margin-top:-272px;
	margin-left:53px;
}
.SG-container .green-column-1,.SG-container .green-column-2,.SG-container .green-column-3,.SG-container .blue-column-1,.SG-container .blue-column-2,.SG-container .blue-column-3{
	position:absolute;
	width:30px;
	border-radius:5px 5px 0 0;
}
.SG-container .green-column-1,.SG-container .green-column-2,.SG-container .green-column-3{
	background-color:#93cc01;
}
.SG-container .green-column-1{
	height:40px;
	margin-left:70px;
	margin-top:-74px;
}
.SG-container .green-column-2{
	height:128px;
	margin-left:184px;
	margin-top:-162px;
}
.SG-container .green-column-3{
	height:96px;
	margin-left:294px;
	margin-top:-130px;
}
.SG-container .blue-column-1,.SG-container .blue-column-2,.SG-container .blue-column-3{
	background-color:#00a2ff;
}
.SG-container .blue-column-1{
	height:80px;
	margin-left:112px;
	margin-top:-114px;
}
.SG-container .blue-column-2{
	height:96px;
	margin-left:224px;
	margin-top:-130px;
}
.SG-container .blue-column-3{
	height:64px;
	margin-left:336px;
	margin-top:-98px;
}

.SG-container .animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-delay:1s;
  animation-delay:1s;
}
@-webkit-keyframes data-up-1 {
  0% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  20% {
	height:40px;
	margin-top:-74px;
    opacity: 1;
  }
  90% {	  
	opacity: 1;
  }
  100% {	  
	opacity: 0;
  }
}

@keyframes data-up-1 {
  0% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }

  20% {
    opacity: 1;
	height:40px;
	margin-top:-74px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-1 {
  -webkit-animation-name: data-up-1;
  animation-name: data-up-1;  
}
@-webkit-keyframes data-up-2 {
  0% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  20% {
	height:80px;
	margin-top:-114px;
    opacity: 1;
  }
  90% {	  
	opacity: 1;
  }
  100% {	  
	opacity: 0;
  }
}

@keyframes data-up-2 {
  0% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }

  20% {
    opacity: 1;
	height:80px;
	margin-top:-114px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-2 {
  -webkit-animation-name: data-up-2;
  animation-name: data-up-2;  
}
@-webkit-keyframes data-up-3 {
  0%,20% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  40% {
	height:128px;
	margin-top:-162px;
    opacity: 1;
  }
  90% {	  
	opacity: 1;
  }
  100% {	  
	opacity: 0;
  }
}

@keyframes data-up-3 {
  0%,20% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  40% {
    opacity: 1;
	height:128px;
	margin-top:-162px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-3 {
  -webkit-animation-name: data-up-3;
  animation-name: data-up-3;  
}
@-webkit-keyframes data-up-4 {
  0%,20% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  40% {
	height:96px;
	margin-top:-130px;
    opacity: 1;
  }
  90% {	  
	opacity: 1;
  }
  100% {	  
	opacity: 0;
  }
}

@keyframes data-up-4 {
  0%,20% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  40% {
    opacity: 1;
	height:96px;
	margin-top:-130px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-4 {
  -webkit-animation-name: data-up-4;
  animation-name: data-up-4;  
}

@-webkit-keyframes data-up-5 {
  0%,40% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  60% {
	height:96px;
	margin-top:-130px;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes data-up-5 {
  0%,40% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  60% {
    opacity: 1;
	height:96px;
	margin-top:-130px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-5 {
  -webkit-animation-name: data-up-5;
  animation-name: data-up-5;  
}
@-webkit-keyframes data-up-6 {
  0%,40% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  60% {
	height:64px;
	margin-top:-98px;
    opacity: 1;
  }
  90% {
	height:64px;
  }
  100% {
	height:64px;
  }
}

@keyframes data-up-6 {
  0%,40% {
    opacity: 0;
	height:0px;
	margin-top:-34px;
  }
  60% {
    opacity: 1;
	height:64px;
	margin-top:-98px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.SG-container .data-up-6 {
  -webkit-animation-name: data-up-6;
  animation-name: data-up-6;  
}


.version-container h3 {
	font-size: 30px;
	color: #1a99e9;
	text-align: left;
}


.DF-container,.TWDG-container,.FI-container,.THDG-container,.CF-container,.version-container,.footer-container {
	text-align: center;
	text-transform: capitalize;
}
.DF-container .content,.TWDG-container .content,.FI-container .content,.THDG-container .content,.CF-container .content,.version-container .content{
	text-align: left;
}
.VE-container p,.SG-container p,.DF-container p,.TWDG-container p,.FI-container p,.THDG-container p,.CF-container p {
	text-transform: none;
	text-align: justify;
	margin-top: 20px;
}
.TWDG-container .graph-1,.TWDG-container .graph-2{
	padding: 28px 32px;
	position: absolute;
	border-radius: 10px;
}
.TWDG-container .graph-1{
	background-color:#93d045;
	margin-top:-460px;
	margin-left:212px;
	box-shadow: 0px 0px 30px 0px rgba(147,208,69,0.3);
}
.TWDG-container .graph-2{
	background-color:#f9fff2;
	margin-top:-358px;
	box-shadow: 0px 0px 30px 0px rgba(147,208,69,0.3);
}
.CF-container .graph-1,.CF-container .graph-2{
	position:absolute;	
	border-radius:10px;
}
.CF-container .graph-1{
	background-color:#e9f8ff;
	padding:48px 36px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.3);
	margin-top:-406px;
	margin-left:176px;
}
.CF-container .graph-2{
	background-color:#f9fff2;
	padding:35px 40px;
	box-shadow: 0px 0px 30px 0px rgba(147,208,69,0.3);
	margin-top:-211px;
}
.CF-container .mask{
	width:281px;
	height:146px;
	overflow:hidden;
	position:absolute;
	z-index:-1;
}
.CF-container .animated {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes mask-1 {
  0% {	
	width: 0px;
  }
  20% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

@keyframes mask-1 {
  0% {	
	width: 0px;
  }
  20% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

.CF-container .mask-1 {
  -webkit-animation-name: mask-1;
  animation-name: mask-1;
}
@-webkit-keyframes mask-2 {
  0%,20% {	
	width: 0px;
  }
  40% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

@keyframes mask-2 {
  0%,20% {	
	width: 0px;
  }
  40% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

.CF-container .mask-2 {
  -webkit-animation-name: mask-2;
  animation-name: mask-2;
}
@-webkit-keyframes mask-3 {
  0%,40% {	
	width: 0px;
  }
  60% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

@keyframes mask-3 {
  0%,40% {	
	width: 0px;
  }
  60% {
	width:281px;
  }
  90% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}

.CF-container .mask-3 {
  -webkit-animation-name: mask-3;
  animation-name: mask-3;
}


.DF-container .box{
	border: 2px dashed #666;
	width: 260px;
	height: 150px;
	transition: all 0.5s ease 0s;
	text-transform: none;
	padding-left: 10px;
	margin-top: -250px;
	position: absolute;
	margin-left: 124px;
}
.DF-container .box .mouse,.DF-container .box .diagram{
	position: absolute;
	z-index: 2;
}
.DF-container .box .mouse{
	margin-left:262px;
	margin-top:152px;
}
.DF-container .box .diagram{
	margin-left: 12px;
	margin-top: 30px;
}
.DF-container .ctrl-box-1,.DF-container .ctrl-box-2,.DF-container .ctrl-box-3,.DF-container .ctrl-box-4{
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.DF-container .ctrl-box-2,.DF-container .ctrl-box-3{
	margin-left: 251px;
}
.DF-container .ctrl-box-1,.DF-container .ctrl-box-2{
	margin-top: -11px;
}
.DF-container .ctrl-box-3,.DF-container .ctrl-box-4{
	margin-top: 141px;
}
.DF-container .ctrl-box-1,.DF-container .ctrl-box-4{
	margin-left: -21px;
}
.DF-container .animated {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  *-webkitanimation-iteration-count:infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes zoomInDown-1 {
  0%,85% {	
	width: 260px;
	height: 150px;
  }
  15%,30% {
	width:312px;
	height:180px;
  }
  55%,70% {
	width: 208px;
	height: 120px;
  }
}

@keyframes zoomInDown-1 {
   0%,85% {	
	width: 260px;
	height: 150px;
  }
  15%,30% {
	width:312px;
	height:180px;
  }
  55%,70% {
	width: 208px;
	height: 120px;
  }
}

.DF-container .zoomInDown-1 {
  -webkit-animation-name: zoomInDown-1;
  animation-name: zoomInDown-1;
}
@-webkit-keyframes zoomInDown-2 {
  0%,85% {	
	width: 224px;
	height: 90px;
	margin-left: 12px;
	margin-top: 30px;
  }
  15%,30% {
	width:269px;
	height:108px;
	margin-left: 14px;
	margin-top: 36px;
  }
  55%,70% {
	width: 179px;
	height: 72px;
	margin-left: 10px;
	margin-top: 24px;
  }
}

@keyframes zoomInDown-2 {
   0%,85% {	
	width: 224px;
	height: 90px;
	margin-left: 12px;
	margin-top: 30px;
  }
  15%,30% {
	width:269px;
	height:108px;
	margin-left: 14px;
	margin-top: 36px;
  }
  55%,70% {
	width: 179px;
	height: 72px;
	margin-left: 10px;
	margin-top: 24px;
  }
}

.DF-container .zoomInDown-2 {
  -webkit-animation-name: zoomInDown-2;
  animation-name: zoomInDown-2;
}
@-webkit-keyframes moveIn-1 {
  0%,85% {
	margin-left:-21px;  
	}
  15%,30% {
	margin-left:-24px;
  }
  55%,70% {
	margin-left:-18px;
  }
}

@keyframes moveIn-1 {
  0%,85% {
	margin-left:-21px;  
	}
  15%,30% {
	margin-left:-24px;
  }
  55%,70% {
	margin-left:-18px;
  }
}

.DF-container .moveIn-1 {
  -webkit-animation-name: moveIn-1;
  animation-name: moveIn-1;
}
@-webkit-keyframes moveIn-2 {
  0%,85% {
	margin-left: 251px;
  }
  15%,30% {
	margin-left:303px;
  }
  55%,70% {
	margin-left:198px;
  }
}

@keyframes moveIn-2 {
  0%,85% {
	margin-left: 251px;
  }
  15%,30% {
	margin-left:303px;
  }
  55%,70% {
	margin-left:198px;
  }
}

.DF-container .moveIn-2 {
  -webkit-animation-name: moveIn-2;
  animation-name: moveIn-2;
}
@-webkit-keyframes moveIn-3 {
  0%,85% {
	margin-left: 251px;
	margin-top: 141px;
	}
  15%,30% {
	margin-left:303px;
	margin-top:171px;
  }
  55%,70% {
	margin-left:199px;
	margin-top:111px;
  }
}

@keyframes moveIn-3 {
  0%,85% {
	margin-left: 251px;
	margin-top: 141px;
  }
  15%,30%{
	margin-left:303px;
	margin-top:171px;
  }
  55%,70% {
	margin-left:199px;
	margin-top:111px;
  }
}

.DF-container .moveIn-3 {
  -webkit-animation-name: moveIn-3;
  animation-name: moveIn-3;
}
@-webkit-keyframes moveIn-4 {
  0%,85% {
	margin-top: 141px;
	}
  15%,30% {
	  margin-top:171px;
  }
  55%,70% {
	margin-top:111px;
  }
}

@keyframes moveIn-4 {
  0%,85% {
	margin-top: 141px;
	}
  15%,30% {
	margin-top:171px;
  }
  55%,70% {
	margin-top:111px;
  }
}

.DF-container .moveIn-4 {
  -webkit-animation-name: moveIn-4;
  animation-name: moveIn-4;
}
@-webkit-keyframes drag {
   0%,85% {
	margin-left:262px;
	margin-top:152px;  
	}
  15%,30% {
	margin-left:314px;
	margin-top:182px;
  }
  55%,70% {
	margin-left:210px;
	margin-top:122px;
  }
}

@keyframes drag {
   0%,85% {
	margin-left:262px;
	margin-top:152px;  
	}
  15%,30% {
	margin-left:314px;
	margin-top:182px;
  }
  55%,70% {
	margin-left:210px;
	margin-top:122px;
  }
}

.DF-container .drag {
  -webkit-animation-name: drag;
  animation-name: drag;
}

.FI-container .graph,.FI-container .formula-1,.FI-container .formula-2{
	position: absolute;
}
.FI-container .graph {
	background-color:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	padding:24px 32px;
	margin-top:-482px;
	margin-left:122px;
}
.FI-container .formula-1{
	margin-left:-220px;
	margin-top:-15px;
}
.FI-container .formula-2{
	margin-left:-90px;
	margin-top:90px;
}
.FI-container p a{
	/*font-weight:bold;*/
	color:#00a2ff;
	padding:4px 8px;
	border-radius:12px;
	transition: all 0.4s ease 0s;
}
.FI-container p a:hover{
	color:#fff;
	background-color:#00a2ff;
}

.version-container {
	padding-bottom:70px;
}

.version-container h3  {
	font-weight: normal;
}
.version-container .content {
	width: 444px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 100px 0px rgba(26,153,233,0.1);
	padding: 50px 60px;
}
.version-container .content.basic {
	background: #f9fdff;
}

.version-container .content .join {
	height: 60px;
	width: 200px;
	border-radius: 30px;
	line-height: 60px;
	margin-top: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
}
.version-container .content .join img {
	margin-left: 12px;
	vertical-align: -5%;
	transition: all 1s ease 0s;
}
.version-container .content .join:hover img {
	transform: rotateX(360deg);
}

.version-container .content ul {
	padding-top: 20px;
}
.version-container .content ul li {
	line-height: 36px;
	font-size: 16px;
	background: url(../images/ico-chosed.png) no-repeat left center;
	padding-left: 30px;
}
.version-container .content ul .havenot {
	background: url(none);
	color: #dddddd;
}


.version-container .content p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 44px;
	padding-top: 20px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 14px;
}
.version-container .content p span {
	font-size: 48px;
}



/*@media only screen and (max-width: 1180px) {
	.layout{
		justify-content:center;
		align-items:center;
	}
	.white .layout{
		align-items:center;
		flex-direction:column-reverse;
	}
	.banner-content{
		justify-content:space-between;
	}
	.banner-line-1{
		left:0;
		margin-left:-350px;
	}
	.banner-line-2{
		right:0;
		margin-right:-450px;
	}
}
@media only screen and (min-width: 1180px) {
	.layout{
		justify-content:space-between;
	}
	.white .layout{
		align-items:center;
		flex-direction:row;
	}
	.development{
		justify-content:center;
	}
	.banner-line-1{
		left:50%;
		margin-left:-934px;
	}
	.banner-line-2{
		right:50%;
		margin-right:-974px;
	}
}*/

/*@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
} 
@media only screen and (min-width: 992px) {
} 
@media only screen and (min-width: 1200px) {
}*/
</pre></body></html>