.homepage-block {
    height: 100%;
    position: relative;
}
.screen-container {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
}
.screen {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.white-screen {
    background: none repeat scroll 0 0 #fff;
}
.gray-screen {
    background: none repeat scroll 0 0 #f9f9f9;
}
.mainscreen {
    background: url("../../img/index/mainscreen-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.stage {
    display: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.stage.active {
    display: block;
}
.stage-1 {
}
.stage-1 .outer {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -562px rgba(0, 0, 0, 0);
    height: 444px;
    left: 50%;
    margin-left: -222px;
    margin-top: -222px;
    position: absolute;
    top: 50%;
    width: 444px;
}
.stage-1 .checkpoint {
    background: none repeat scroll 0 0 #181e25;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    position: absolute;
}
.stage-1 .checkpoint .point-wrapper {
    background: url("../../img/index/sprite-index-points.png") no-repeat scroll 0 0 #363636;
    border-radius: 50%;
    height: 100px;
    line-height: 90px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.stage-1 .point-security .point-wrapper {
    background-position: 0 -100px;
}
.stage-1 .point-speed .point-wrapper {
    background-position: 0 0;
}
.stage-1 .point-runtime .point-wrapper {
    background-position: 0 -200px;
}
.stage-1 .point-security .blink {
    background-color: #fe4e51;
    transition: background-color 2s ease 0s;
}
.stage-1 .point-speed .blink, .stage-1 .point-runtime .blink {
    background-color: #f39700;
    transition: background-color 2s ease 0s;
}
.stage-1 .checkpoint .opted {
    background-color: #8fc31f;
    transition: background-color 2s ease 0s;
}
.checkpoint.point-security {
    right: 20px;
    top: 10px;
}
.checkpoint.point-speed {
    bottom: 35px;
    right: -5px;
}
.checkpoint.point-runtime {
    bottom: 90px;
    left: -35px;
}
.stage-1 .middle {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -274px rgba(0, 0, 0, 0);
    height: 288px;
    left: 50%;
    margin-left: -144px;
    margin-top: -144px;
    position: absolute;
    top: 50%;
    width: 288px;
}
.stage-1 .inner {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -94px rgba(0, 0, 0, 0);
    height: 180px;
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    position: absolute;
    top: 50%;
    width: 180px;
}
.stage-1 .inner .wave {
    background: url("../../img/index/sprite-index.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 70px;
    position: relative;
    top: 46px;
    width: 75%;
}
.stage-1 .inner > div {
    color: #fff;
    position: relative;
    top: 50px;
}
.stage-1 .inner .mysite {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -69px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 25px;
    width: 25px;
}
.stage-1 .outer-points {
    background-position: 0 -562px;
    height: 444px;
    left: 50%;
    margin-left: -222px;
    margin-top: -222px;
    position: absolute;
    top: 50%;
    width: 444px;
}
.stage-1 .outer-tips {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.tips {
    position: absolute;
}
.tips .demo {
    left: 66px;
    margin-top: 10px;
    position: absolute;
    text-align: left;
    width: 165px;
}
.tips .demo .title {
    display: block;
}
.tips .demo .desp {
    color: #fff;
    display: block;
    font-size: 12px;
}
.tips .tip-block .opt {
    background-color: #00b7ee;
    bottom: 5px;
    box-shadow: 0 0 1px beige;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 9px;
    text-align: center;
    width: 40px;
}
.tips .tip-block .opt-focus {
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8));
    display: inline-block;
    margin: 67px 0 0 198px;
    position: absolute;
}
.tips .tip-block {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.08);
    height: 90px;
    width: 235px;
}
.tips.security {
    margin-right: -524px;
    margin-top: -222px;
    right: 50%;
    top: 50%;
}
.tips.security .line {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -1458px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 50px;
    left: -85px;
    position: absolute;
    top: 0;
    width: 80px;
}
.tips.security .demo .title {
    color: #fe4e51;
    font-size: 15px;
    font-weight: bold;
}
.tips.security .tips-icon {
    background: url("../../img/index/sprite-index.png") no-repeat scroll -36px -1046px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 37px;
}
.tips.speed {
    margin-right: -544px;
    margin-top: 161px;
    right: 50%;
    top: 50%;
}
.tips.speed .line {
    background: url("../../img/index/sprite-index.png") no-repeat scroll -88px -1458px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 50px;
    left: -85px;
    position: absolute;
    top: 0;
    width: 80px;
}
.tips.speed .tips-icon {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -1006px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 37px;
}
.tips.speed .demo .title {
    color: #f39700;
    font-size: 15px;
    font-weight: bold;
}
.tips.runtime {
    left: 50%;
    margin-left: -534px;
    margin-top: 151px;
    top: 50%;
}
.tips.runtime .line {
    background: url("../../img/index/sprite-index.png") no-repeat scroll -176px -1458px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -43px;
    top: -60px;
    width: 80px;
}
.tips.runtime .tips-icon {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -1046px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 37px;
}
.tips.runtime .demo .title {
    color: #f39700;
    font-size: 15px;
    font-weight: bold;
}
.stage-1-wrapper {
    background: url("../../img/index/mainscreen-stage1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.stage-2 {
}
.stage-2-wrapper {
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.stage-2 .bigdata {
    background: url("../../img/index/mainscreen-stage2.png") no-repeat scroll -410px -327px rgba(0, 0, 0, 0);
    height: 460px;
    left: 50%;
    margin-left: -550px;
    margin-top: -230px;
    position: absolute;
    top: 50%;
    width: 725px;
}
#nodes, #sites, #alerts, #ava_alerts {
    position: relative;
    top: 2px;
}
#nodes i, #sites i, #alerts i, #ava_alerts i {
    background: url("../../img/index/roll-number.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    width: 14px;
}
.hotspot {
    background: url("../../img/index/site-legend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px;
}
.hotspot-ok {
    background-position: 0 0;
}
.hotspot-warning {
    background-position: -13px 0;
}
.hotspot-ex {
    background-position: -26px 0;
}
.hotspot .pulse-circle {
    animation: 5s linear 0s normal none infinite running controller-pulse2;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease-out 0s;
    width: 100%;
}
.hotspot .pulse-circle-second {
    animation: 3s linear 1.6s normal none infinite running controller-pulse2;
    transform: translate3d(0px, 0px, 0px);
}
.hotspot-ok .pulse-circle {
    box-shadow: 0 0 8px rgba(143, 195, 31, 1), 0 0 5px rgba(143, 195, 31, 1) inset;
}
.hotspot-warning .pulse-circle {
    box-shadow: 0 0 8px rgba(243, 151, 0, 1), 0 0 5px rgba(243, 151, 0, 1) inset;
}
.hotspot-ex .pulse-circle {
    box-shadow: 0 0 8px rgba(254, 78, 81, 1), 0 0 5px rgba(254, 78, 81, 1) inset;
}
.hotspot-index-0 {
    left: 87.2%;
    top: 43.1%;
}
.hotspot-index-1 {
    left: 85.6%;
    top: 53.1%;
}
.hotspot-index-2 {
    left: 83.9%;
    top: 27.8%;
}
.hotspot-index-3 {
    left: 77.5%;
    top: 43.1%;
}
.hotspot-index-4 {
    left: 82.3%;
    top: 48.1%;
}
.hotspot-index-5 {
    left: 83.9%;
    top: 76.1%;
}
.hotspot-index-6 {
    left: 90.2%;
    top: 12.4%;
}
.hotspot-index-7 {
    left: 53.2%;
    top: 20.2%;
}
.hotspot-index-8 {
    left: 67.7%;
    top: 35.4%;
}
.hotspot-index-9 {
    left: 72.5%;
    top: 20.1%;
}
.hotspot-index-10 {
    left: 45.1%;
    top: 32.9%;
}
.hotspot-index-11 {
    left: 56.4%;
    top: 73.6%;
}
.hotspot-index-12 {
    left: 16%;
    top: 43.1%;
}
.hotspot-index-13 {
    left: 49.9%;
    top: 55.7%;
}
.hotspot-index-14 {
    left: 11.3%;
    top: 17.4%;
}
.hotspot-index-15 {
    left: 41.9%;
    top: 20.1%;
}
.hotspot-index-16 {
    left: 79.2%;
    top: 33.1%;
}
.hotspot-index-17 {
    left: 27.3%;
    top: 22.8%;
}
.hotspot-index-18 {
    left: 61.3%;
    top: 27.8%;
}
.hotspot-index-19 {
    left: 25.8%;
    top: 53.1%;
}
.hotspot-index-20 {
    left: 90.5%;
    top: 63.4%;
}
.hotspot-index-21 {
    left: 82.4%;
    top: 40.5%;
}
.hotspot-index-22 {
    left: 75.8%;
    top: 30.4%;
}
.hotspot-index-23 {
    left: 90.5%;
    top: 33.1%;
}
.hotspot-index-24 {
    left: 64.5%;
    top: 45.5%;
}
.hotspot-index-25 {
    left: 72.5%;
    top: 40.6%;
}
.hotspot-index-26 {
    left: 32.3%;
    top: 73.6%;
}
.hotspot-index-27 {
    left: 54.9%;
    top: 45.6%;
}
.hotspot-index-28 {
    left: 71%;
    top: 27.9%;
}
.hotspot-index-29 {
    left: 79.2%;
    top: 61%;
}
.stage-2 .result {
    height: auto;
    left: 50%;
    margin-left: 202px;
    margin-top: -230px;
    position: absolute;
    top: 50%;
    width: 300px;
}
.stage-2 .bg-title {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -1386px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.stage-2 .result-content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.08);
    border-top: 3px solid #00b8ee;
    color: #fff;
    font-size: 18px;
    height: 345px;
    margin-top: 5px;
    padding: 20px 20px 0;
    text-align: left;
}
.stage-2 ul {
    list-style: outside none none;
}
.stage-2 .result-content ul li {
    padding: 12px 0;
}
.stage-2 .result-content ul li + li {
}
.applyforfree {
    border: 2px solid #00b8ee;
    border-radius: 32px;
    color: #00b8ee;
    cursor: pointer;
    font-size: 24px;
    height: 55px;
    line-height: 52px;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 220px;
}
.applyforfree a {
    color: #00b8ee;
}
.applyforfree:hover {
    box-shadow: 0 0 4px #00b8ee;
}
.applyforfree:hover a {
    color: #00b8ee;
    text-shadow: 0 0 1px #00b8ee;
}
.stage-2 .legend {
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -540px;
    margin-top: 190px;
    position: absolute;
    top: 50%;
}
.stage-2 .legend > div {
    margin-bottom: 5px;
    text-align: left;
}
.stage-2 .legend ul li {
    float: left;
}
.stage-2 .legend ul li + li {
    margin-left: 15px;
}
.stage-2 .legend .legend-icon {
    background: url("../../img/index/sprite-index.png") no-repeat scroll 0 -1445px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 14px;
}
.stage-2 .legend .legend-icon.legend-icon-ok {
    background-position: 0 -1445px;
}
.stage-2 .legend .legend-icon.legend-icon-error {
    background-position: -26px -1445px;
}
.stage-2 .legend .legend-icon.legend-icon-warning {
    background-position: -13px -1445px;
}
.slavescreen {
    text-align: left;
}
.slavescreen > .row {
    margin: 0 auto;
}
.slavescreen > .row1 {
    width:1024px;
}
.slavescreen > .row2 {
    width:628px;
}
.slavescreen > .row3 {
    width:985px;
}
.slavescreen > .row4 {
    width:1008px;
}
.slavescreen .title {
    color: #223344;
    font-size: 32px;
    margin: 0 0 15px;
}
.slavescreen .content {
    font-size: 18px;
    line-height: 36px;
}
.slavescreen .content .more {
    color: #8899aa;
    font-size: 13px;
}
.slavescreen .content .more a {
    text-decoration: none;
}
.slavescreen .content .more a:hover span {
    background-color: #00b7ee;
}
.slavescreen .content .more span {
    background-color: #8899aa;
    border-radius: 4px;
    color: #fff;
    margin-left: 8px;
    padding: 1px 4px;
}
.slavescreen .content .aba {
    color: #666;
}
.slavescreen .content ul {
    color: #00b7ee;
    margin-left: 20px;
}
.slavescreen .content ul li {
}
.slavescreen .content ul li > div {
    color: #666;
    margin-left: -21px;
}
.screen-pagination {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 40%;
    z-index: 30;
}
.screen-pagination li {
    margin-bottom: 20px;
}
.screen-pagination li a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}
.screen-pagination li a.active {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    height: 8px;
    margin-left: -1px;
    width: 8px;
}
.slavescreen-feature-001 {
}
.slavescreen-feature-002 {
}
.slavescreen-feature-003 {
}
.slavescreen-feature-004 {
}
.goodness {
}
.goodness .points4 {
    margin: 20px auto;
    max-width: 1150px;
}
.goodness .points {
    text-align: center;
}
.goodness .points > span {
    display: inline-block;
    margin-top: 10px;
}
.goodness .goodness-title {
    text-align: center;
}
.goodness .goodness-title > h2 {
    color: #234;
    font-size: 32px;
}
.goodness .goodness-title > div {
    color: #666;
    font-size: 18px;
    line-height: 36px;
}
.goodness .footer-screen {
    background: none repeat scroll 0 0 #f9f9f9;
    margin-top: 20px;
    max-width: 100%;
    padding-bottom: 150px;
}
.footer-screen .weixin {
    margin-left: 100px;
}
.footer-screen .list {
}
.footer-screen .list ul {
    list-style: outside none none;
    margin-left: 60px;
}
.footer-screen ul li {
    float: left;
}
.footer-screen ul li + li {
    margin-left: 100px;
}
.footer-screen ul li .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-screen ul li span {
    display: block;
    font-size: 12px;
}
.footer-screen ul li span:hover a {
    color: #00b7f0;
}
.footer-screen ul li span a {
    color: #666;
    display: block;
    text-decoration: none;
}
.footer-screen .cs {
    margin-top: 15px;
}
.footer-screen .net-record {
    font-size: 12px;
    margin-top: 15px;
}
.footer-screen .net-record a {
    color: #666;
}
.footer-screen .net-record a:hover {
    color: #00b7f0;
}
.footer-screen .cs .qq_service {
    background: url("../../img/index/index-cs.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 93px;
}
.footer-screen .cs .weibo_service {
    background: url("../../img/index/index-cs.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 65px;
}
.footer-screen .cs a {
    display: block;
    height: 100%;
    width: 100%;
}
section {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
@media (min-width: 1367px) {
section {
    padding: 95px 0;
}
section.goodness {
    padding: 100px 0 0;
}
section.goodness .goodness-title {
    margin-bottom: 40px;
}
section.goodness .footer-screen {
    margin-top: 60px;
    padding-top: 50px;
}
}
@media (max-width: 1366px) {
section {
    padding: 45px 0;
}
section.goodness {
    padding: 0;
}
section.goodness .footer-screen {
    margin-top: 30px;
    padding-top: 10px;
}
section.goodness .footer-screen .weixin img {
    height: 100px;
    width: 100px;
}
.goodness .points4 {
    margin: 5px auto;
}
.goodness .applyforfree {
    margin-top: 35px;
}
}
@media (max-width: 991px) {
section {
    padding: 10px 20px;
}
}
@keyframes frisbee {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(720deg);
}
}
@keyframes frisbee {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(720deg);
}
}
@keyframes frisbee2 {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(360deg);
}
}
@keyframes frisbee2 {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(360deg);
}
}
@keyframes anti-frisbee {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(-1080deg);
}
}
@keyframes anti-frisbee {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(-1080deg);
}
}
@keyframes zoom-big {
0% {
    border-radius: 15px;
    height: 15px;
    left: 0;
    top: 0;
    width: 15px;
}
100% {
    border-radius: 55px;
    height: 55px;
    left: -19px;
    top: -19px;
    width: 55px;
}
}
@keyframes zoom-big {
0% {
    border-radius: 15px;
    height: 15px;
    left: 0;
    top: 0;
    width: 15px;
}
100% {
    border-radius: 55px;
    height: 55px;
    left: -19px;
    top: -19px;
    width: 55px;
}
}
.outer-rotate {
    animation: 2s ease-in-out 0s normal none 1 running frisbee;
}
.middle-rotate {
    animation: 2s ease-in-out 0s normal none 1 running anti-frisbee;
}
.points-blink {
    animation: 2s linear 0s normal none 3 running flash;
}
.points-rotate {
    animation: 1s linear 0s normal none 1 running frisbee2;
}
.opt-focus-opting {
    animation: 1s linear 0s normal none 2 running zoom-big;
}
@keyframes controller-pulse2 {
0% {
    opacity: 0;
    transform: scale(0.5);
}
30% {
    opacity: 0.4;
}
80% {
    opacity: 0.4;
}
100% {
    opacity: 0;
    transform: scale(4);
}
}
@keyframes controller-pulse2 {
0% {
    opacity: 0;
    transform: scale(0.5);
}
30% {
    opacity: 0.4;
}
80% {
    opacity: 0.95;
}
100% {
    opacity: 0;
    transform: scale(4);
}
}
.col-md-6 {
    float: left;
    width: 50%;
}
.col-md-3 {
    float: left;
    width: 25%;
}