/* CSS Document */

@font-face {
  font-family: "opensans";
  src: url("../font/opensans.woff2") format("woff2"),
       url("../font/opensans.woff") format("woff"),
       url("../font/opensans.ttf") format("truetype"),
       url("../font/opensans.eot") format("embedded-opentype"),
       url("../font/opensans.svg") format("svg");
}
@font-face {font-family: "HELVETICALTSTD-BLKCOND";
  src: url("../font/HELVETICALTSTD-BLKCOND.woff2") format("woff2"),
       url("../font/HELVETICALTSTD-BLKCOND.woff") format("woff"),
       url("../font/HELVETICALTSTD-BLKCOND.ttf") format("truetype"),
       url("../font/HELVETICALTSTD-BLKCOND.eot") format("embedded-opentype"),
       url("../font/HELVETICALTSTD-BLKCOND.svg") format("svg");
}
body {
	font-family: 'opensans', 'Microsoft Yahei';
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{ color:#666; 
text-decoration:none;
-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;}
a:hover{ color:#ff7162}

.getstart a {
		text-align: center;
		font-size: 18px; 
		text-decoration: none;
		padding:12px 30px;
        color: #fff;
		background:#ff7162;
		border:2px solid #ff7162;

	}
 .getstart a:hover{
    border:2px solid #253b70;
	color:#fff;
	background:#253b70;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
