html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  font-family: '微软雅黑';
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
  text-decoration: none;
  color: #666;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-inline{
  display: inline;
}
.d-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.align-center{
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-start{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end{
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-start{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.space-between{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around{
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.space-evenly{
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-wrap{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-nowrap{
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex-fill{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.text-nowrap{
  white-space: nowrap;
}
.text-center{
  text-align: center;
}
.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.rotate180{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* @media screen and (min-width: 320px){
  html{
      font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px){
  html{
      font-size: 48px;
  }
}
@media screen and (min-width: 375px){
  html{
      font-size: 50px;
  }
}
@media screen and (min-width: 412px){
  html{
      font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px){
  html{
      font-size: 55.2px;
  }
}
@media screen and (min-width: 768px){
  html{
      font-size: 100px;
  }
}
@media screen and (min-width: 1200px){
  html{
      font-size: 136px;
  }
} */

/* 轮播反馈 */
#feedback{
  text-align: center;
}
.feedback-wrap{
  width: 1200px;
  height: 607px;
  margin: 0 auto;
}
.feedback-wrap h2{
  font-family: MicrosoftYaHei;
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 2px;
  color: #333333;
  text-align: center;
}
.swiperUnit{
  padding: 29px 20px;
}
.swiperUnit img{
  height: 73px;
  width: 73px;
  border-radius: 50%;
}
.swiperUnit h3{
  font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.swiperUnit .position{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
}
.swiperUnit .divider{
	width: 244px;
	height: 1px;
  background-color: #dddddd;
  margin-top: 15px;
  margin-bottom: 41px;
}
.swiperUnit .content{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
  letter-spacing: 0px;
  width: 241px;
  text-align: left;
	color: #444444;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container{
  width: 740px;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 10px;

}
#certify  .swiper-slide {
	width: 285px!important;
	height: 395px!important;
	background: #fff;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
}

.swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
}

.swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    content: unset;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next,
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev{
    outline: unset;
    background: unset!important;
    background-image: none!important;
}

body {
  min-width: 1200px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.download {
  cursor: pointer;
  background: #7a5fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download:hover {
  background: #886fff;
}
.download:active {
  background-color: #7a5fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
.header .container {
  height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .left {
  display: inline-block;
  line-height: 47px;
  height: 47px;
  font-size: 0;
}
.header .left img {
  width: 47px;
  height: 47px;
  margin-right: 16px;
  vertical-align: middle;
}
.header .left span {
  font-size: 22px;
  line-height: 47px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.header .download {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner {
  height: 585px;
  margin-top: 87px;
  background: url("../img/topBG.png") no-repeat;
  background-position: center;
  padding-top: 154px;
  color: #fff;
}
.banner div h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
}
.banner div h3 {
  font-size: 24px;
  line-height: 40px;
}
.banner div .download {
  width: 318px;
  height: 67px;
  border-radius: 34px;
  margin-top: 35px;
  color: #2c6afa;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(92, 101, 238, 0.32);
          box-shadow: 0px 6px 0px 0px rgba(92, 101, 238, 0.32);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner div .download > * {
  vertical-align: middle;
}
.banner div .download span {
  font-size: 32px;
  line-height: initial;
}
.banner div .download .icon {
  display: inline-block;
  margin-left: 17.5px;
  width: 21px;
  height: 28px;
  background: url("../img/download_blue.png") no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner div .download:hover {
  background-color: #ffb22b;
  -webkit-box-shadow: 0px 6px 0px 0px #3360fa;
          box-shadow: 0px 6px 0px 0px #3360fa;
  color: #fff;
}
.banner div .download:hover .icon {
  background: url("../img/download_white.png") no-repeat;
  background-position: center;
}
.banner div h4 {
  text-align: left;
  margin-top: 17px;
  font-size: 15px;
  line-height: 31px;
  opacity: 0.7;
  font-weight: 300;
  color: #fff;
}

.abilities {
  margin-top: 62px;
  padding-bottom: 135px;
  position: relative;
}
.abilities h2 {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-top: 74px;
}
.abilities .list1 {
  font-size: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.abilities .list1 li {
  text-align: center;
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  cursor: pointer;
  margin-top: 57px;
  position: relative;
}
.abilities .list1 li > a {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.abilities .list1 li > a img {
  width: 80px;
  height: 80px;
}
.abilities .list1 li > a span {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  margin: 20px 0;
  margin: 32px 0 18px;
}
.abilities .list1 li > a .desc {
  display: block;
  max-width: 17em;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.abilities .list1 li > a > * {
  display: block;
  margin: 0 auto;
}
.abilities .list1 li:not(:nth-child(3n))::after {
  position: absolute;
  content: "";
  right: 0;
  height: 150px;
  width: 0;
  top: 58px;
  border-left: 1px dashed #ccc;
}

.h-100 {
  height: 100%;
}

.centerBanner {
  height: 800px;
  background: url("../img/centerBG.png") no-repeat;
  background-position: 100% 100%;
  margin-bottom: 133px;
}
.centerBanner .container {
  position: relative;
}
.centerBanner .container > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerBanner .container > div .circleLayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.centerBanner .container > div .layer1 {
  width: 735px;
  height: 735px;
  background-color: #ecf1ff;
}
.centerBanner .container > div .layer1 .layer2 {
  width: 534px;
  height: 534px;
  background-color: #e4ebff;
}
.centerBanner .container > div .layer1 .layer2 .layer3 {
  width: 393px;
  height: 393px;
  background-color: #d5e0ff;
}
.centerBanner .container > div .layer1 .layer2 .layer3 .layer4 {
  width: 309px;
  height: 309px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #d5e0ff;
  background-image: -webkit-linear-gradient(132deg, #882cff 0%, #219dff 99%), -webkit-linear-gradient(#7a5fff, #7a5fff);
  background-image: -moz-linear-gradient(132deg, #882cff 0%, #219dff 99%), -moz-linear-gradient(#7a5fff, #7a5fff);
  background-image: -o-linear-gradient(132deg, #882cff 0%, #219dff 99%), -o-linear-gradient(#7a5fff, #7a5fff);
  background-image: linear-gradient(-42deg, #882cff 0%, #219dff 99%), linear-gradient(#7a5fff, #7a5fff);
  background-blend-mode: normal, normal;
}
.centerBanner .container > div .layer1 .layer2 .layer3 .layer4 h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 27px;
}
.centerBanner .container > div .layer1 .layer2 .layer3 .layer4 h3 {
  font-size: 42px;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.centerBanner .container .label {
  position: absolute;
  width: 230px;
  height: 75px;
  line-height: 75px;
  border-radius: 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 38px;
  font-size: 26px;
  color: #333;
}
.centerBanner .container .dark {
  background-color: #866dff;
  color: #fff;
}
.centerBanner .container .label1 {
  top: 110px;
  left: 66px;
}
.centerBanner .container .label2 {
  top: 95px;
  right: 190px;
}
.centerBanner .container .label3 {
  top: 306px;
  left: 146px;
}
.centerBanner .container .label4 {
  top: 263px;
  right: 4px;
}
.centerBanner .container .label5 {
  bottom: 231px;
  left: 4px;
}
.centerBanner .container .label6 {
  bottom: 274px;
  right: 174px;
}
.centerBanner .container .label7 {
  bottom: 76px;
  left: 301px;
}
.centerBanner .container .label8 {
  bottom: 79px;
  right: 69px;
}

.radiusContent {
  background: #fff;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.radiusContent .animate1 {
  position: relative;
  height: 544px;
}
.radiusContent .animate1 .img1 .highLight {
  height: 30px;
  line-height: 30px;
  background: #ffaa3b;
  opacity: 0.35;
  width: 0px;
  -webkit-animation: highLight 9s infinite;
     -moz-animation: highLight 9s infinite;
       -o-animation: highLight 9s infinite;
          animation: highLight 9s infinite;
  position: absolute;
  left: 522px;
  top: 235px;
}
.radiusContent .animate1 .img1 .dashLine {
  height: 0;
  width: 0;
  border-bottom: 2px dashed #f6891d;
  -webkit-animation: dashLine 9s infinite;
     -moz-animation: dashLine 9s infinite;
       -o-animation: dashLine 9s infinite;
          animation: dashLine 9s infinite;
  position: absolute;
  left: 367px;
  top: 355px;
}
.radiusContent .animate1 .img1 .text {
  float: right;
  margin-top: 106px;
}
.radiusContent .animate1 .img1 .text h2 {
  font-size: 42px;
  line-height: 42px;
  color: #333;
  position: relative;
  margin-bottom: 58px;
}
.radiusContent .animate1 .img1 .text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 62px;
  height: 6px;
  border-radius: 3px;
  background: #f6891d;
}
.radiusContent .animate1 .img1 .text h3 {
  max-width: 291px;
  font-size: 18px;
  line-height: 28px;
  color: #999;
  margin-bottom: 54px;
}
.radiusContent .animate1 .img1 .text .download {
  display: block;
  width: 260px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 26px;
  color: #fff;
}
.radiusContent .animate1 .img1 .text .download > * {
  vertical-align: middle;
}
.radiusContent .animate1 .img1 .text .download img {
  display: inline-block;
  margin-left: 7px;
  width: 24px;
  height: 24px;
}
.radiusContent .animate1 .img1 .animation {
  position: absolute;
  right: 365px;
  top: 0;
  bottom: 0;
  width: 899px;
  background: url("../img/pic1/1.png") no-repeat;
  background-position: left;
  -o-background-size: cover;
     background-size: cover;
}
.radiusContent .animate1 .img1 .animation .icon {
  position: absolute;
}
.radiusContent .animate1 .img1 .animation .iconImage {
  top: 66px;
  left: 64px;
  width: 108px;
  height: 100px;
}
.radiusContent .animate1 .img1 .animation .iconPage {
  width: 97px;
  height: 93px;
  right: 10px;
  top: 0;
}
.radiusContent .animate1 .img1 .animation .iconTree {
  left: 89px;
  bottom: 72px;
  width: 57px;
  height: 103px;
}
.radiusContent .animate1 .img1 .animation .iconPerson {
  right: 19px;
  bottom: 49px;
  width: 157px;
  height: 258px;
}
.radiusContent .animate2 {
  position: relative;
  height: 505px;
  margin-top: 139px;
}
.radiusContent .animate2 .img2 .text {
  float: left;
  margin-top: 69px;
}
.radiusContent .animate2 .img2 .text h2 {
  font-size: 42px;
  line-height: 42px;
  color: #333;
  position: relative;
  margin-bottom: 58px;
}
.radiusContent .animate2 .img2 .text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 62px;
  height: 6px;
  border-radius: 3px;
  background: #f6891d;
}
.radiusContent .animate2 .img2 .text h3 {
  max-width: 269px;
  font-size: 18px;
  line-height: 28px;
  color: #999;
  margin-bottom: 54px;
}
.radiusContent .animate2 .img2 .text .download {
  display: block;
  width: 260px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 26px;
  color: #fff;
}
.radiusContent .animate2 .img2 .text .download > * {
  vertical-align: middle;
}
.radiusContent .animate2 .img2 .text .download img {
  display: inline-block;
  margin-left: 7px;
  width: 24px;
  height: 24px;
}
.radiusContent .animate2 .img2 .animation {
  position: absolute;
  left: 390px;
  top: 0;
  bottom: 0;
  width: 875px;
  background: url("../img/pic2/1.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: left;
}
.radiusContent .animate2 .img2 .animation .icon {
  position: absolute;
}
.radiusContent .animate2 .img2 .animation .iconTeam {
  top: 26px;
  left: 24px;
  width: 88px;
  height: 83px;
}
.radiusContent .animate2 .img2 .animation .iconHandShock {
  width: 100px;
  height: 76px;
  right: 0;
  top: 0;
}
.radiusContent .animate2 .img2 .animation .iconPeople {
  left: 24px;
  bottom: 71px;
  width: 124px;
  height: 188px;
}
.radiusContent .animate2 .img2 .animation .iconTree {
  right: 66px;
  bottom: 71px;
  width: 56px;
  height: 103px;
}
.radiusContent .animate2 .img2 .animation .img2_main {
  position: absolute;
  top: 31px;
  left: 148px;
  right: 148px;
  bottom: 106px;
  overflow: hidden;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: img2_change 12s infinite;
     -moz-animation: img2_change 12s infinite;
       -o-animation: img2_change 12s infinite;
          animation: img2_change 12s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_1,
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_2 {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  -o-background-size: cover;
     background-size: cover;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_1 {
  background: url("../img/pic2/2.png") no-repeat;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_1 .highLight {
  position: absolute;
  height: 34px;
  line-height: 34px;
  background: #ffaa3b;
  opacity: 0.35;
  left: 165px;
  top: 120px;
  -webkit-animation: highLight2 6s infinite;
     -moz-animation: highLight2 6s infinite;
       -o-animation: highLight2 6s infinite;
          animation: highLight2 6s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_1 .textMouth {
  position: absolute;
  height: 27px;
  width: 11px;
  left: 160px;
  top: 123px;
  -webkit-animation: textMouth 6s infinite;
     -moz-animation: textMouth 6s infinite;
       -o-animation: textMouth 6s infinite;
          animation: textMouth 6s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_1 .innerTip {
  position: absolute;
  right: 117px;
  bottom: 148px;
  height: 83px;
  width: 174px;
  opacity: 0;
  -webkit-animation: showTip 6s infinite;
     -moz-animation: showTip 6s infinite;
       -o-animation: showTip 6s infinite;
          animation: showTip 6s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_2 {
  background: url("../img/pic2/9.png") no-repeat;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_2 .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 265px;
  top: 84px;
  -webkit-animation: arrowMove 6s infinite;
     -moz-animation: arrowMove 6s infinite;
       -o-animation: arrowMove 6s infinite;
          animation: arrowMove 6s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_2 .transform {
  top: 166px;
  left: 220px;
  width: 255px;
  height: 136px;
  position: absolute;
  opacity: 0;
  -webkit-animation: showTransform 6s infinite;
     -moz-animation: showTransform 6s infinite;
       -o-animation: showTransform 6s infinite;
          animation: showTransform 6s infinite;
}
.radiusContent .animate2 .img2 .animation .img2_main .img2_ul .img2_2 .success {
  top: 166px;
  left: 220px;
  width: 255px;
  height: 136px;
  position: absolute;
  opacity: 0;
  -webkit-animation: showSuccess 6s infinite;
     -moz-animation: showSuccess 6s infinite;
       -o-animation: showSuccess 6s infinite;
          animation: showSuccess 6s infinite;
}
.radiusContent .centerBanner {
  background: #f7f9ff;
  margin: 109px 0 106px;
  height: 408px;
  padding-top: 100px;
  font-size: 0;
}
.radiusContent .centerBanner .container {
  height: 208px;
  line-height: 208px;
  white-space: nowrap;
}
.radiusContent .centerBanner .container > * {
  display: inline-block;
  vertical-align: middle;
}
.radiusContent .centerBanner .container .left img {
  display: block;
  width: 310px;
  margin-bottom: 33px;
}
.radiusContent .centerBanner .container .left div {
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.radiusContent .centerBanner .container .left div .theCode {
  font-size: 29px;
  line-height: 29px;
  color: #f6891d;
}
.radiusContent .centerBanner .container .verticalDash {
  height: 199px;
  border-left: 2px dashed #dee3f4;
  margin: 0 52px;
}
.radiusContent .centerBanner .container .center h3 {
  font-size: 28px;
  line-height: 50px;
  font-weight: 300;
  background-image: 50px;
  color: #333;
  margin-bottom: 41px;
  max-width: 606px;
  white-space: pre-wrap;
}
.radiusContent .centerBanner .container .center .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 318px;
  height: 67px;
  border-radius: 34px;
  font-size: 32px;
  color: #fff;
}
.radiusContent .centerBanner .container .center .download > * {
  vertical-align: middle;
  line-height: 67px;
}
.radiusContent .centerBanner .container .center .download img {
  display: inline-block;
  margin-left: 17.5px;
  width: 28px;
  height: 28px;
}
.radiusContent .centerBanner .container .rightImg {
  width: 109px;
  height: 164px;
  vertical-align: bottom;
  margin-left: 73px;
}
.radiusContent .why {
  text-align: center;
  padding-bottom: 119px;
}
.radiusContent .why h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 98px;
  position: relative;
}
.radiusContent .why h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 62px;
  height: 6px;
  border-radius: 3px;
  margin-left: -31px;
  margin-top: -50px;
  z-index: 999;
  background: #f6891d;
}
.radiusContent .why ul {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.radiusContent .why ul li + li {
  margin-left: 80px;
}
.radiusContent .why ul li {
  display: inline-block;
}
.radiusContent .why ul li > * {
  display: block;
  margin: 0 auto;
}
.radiusContent .why ul li .circle {
  width: 211px;
  height: 210px;
  line-height: 210px;
  border-radius: 105px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(249, 161, 59, 0.19);
          box-shadow: 0px 0px 24px 0px rgba(249, 161, 59, 0.19);
  text-align: center;
  margin-bottom: 45px;
}
.radiusContent .why ul li .circle img {
  width: 88px;
  height: 88px;
  vertical-align: middle;
}
.radiusContent .why ul li h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
}
.radiusContent .why ul li h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-top: 23px;
  max-width: 242px;
  white-space: pre-wrap;
  color: #999;
}

footer {
  padding-top: 80px;
  text-align: center;
  color: #fff;
  height: 472px;
  background-color: #333;
}
footer h2 {
  font-size: 52px;
  line-height: 52px;
  font-weight: 500;
}
footer h2 span {
  font-weight: 300;
}
footer h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 37px 0 62px;
}
footer .download {
  display: block;
  width: 318px;
  margin: 0 auto;
  height: 67px;
  line-height: 67px;
  border-radius: 34px;
  font-size: 32px;
  color: #fff;
}
footer .download > * {
  vertical-align: middle;
}
footer .download img {
  display: inline-block;
  margin-left: 17.5px;
  width: 21px;
  height: 28px;
}
footer .copyright {
  color: #666;
  font-size: 14px;
  margin-top: 60px;
}
footer .copyright a {
  font-size: 14px;
}
footer .copyright a:hover {
  color: #fff;
}

@-webkit-keyframes showTransform {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes showTransform {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes showTransform {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showTransform {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showSuccess {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showSuccess {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes showSuccess {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSuccess {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  32% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    right: 275px;
    top: 74px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  38% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66% {
    right: 275px;
    top: 74px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  71% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes arrowMove {
  0% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  32% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  33% {
    right: 275px;
    top: 74px;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  38% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  65% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  66% {
    right: 275px;
    top: 74px;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  71% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    right: 265px;
    top: 84px;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes arrowMove {
  0% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
  32% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
  33% {
    right: 275px;
    top: 74px;
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
  38% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
  65% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
  66% {
    right: 275px;
    top: 74px;
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
  71% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
  100% {
    right: 265px;
    top: 84px;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes arrowMove {
  0% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  32% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  33% {
    right: 275px;
    top: 74px;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
  38% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  65% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  66% {
    right: 275px;
    top: 74px;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
  71% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    right: 265px;
    top: 84px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes img2_change {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0;
  }
  51% {
    margin-left: -100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes img2_change {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0;
  }
  51% {
    margin-left: -100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-o-keyframes img2_change {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0;
  }
  51% {
    margin-left: -100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes img2_change {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0;
  }
  51% {
    margin-left: -100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes highLight {
  0% {
    width: 0;
  }
  5% {
    width: 1em;
  }
  33% {
    width: 11.3em;
  }
  100% {
    width: 11.3em;
  }
}
@-moz-keyframes highLight {
  0% {
    width: 0;
  }
  5% {
    width: 1em;
  }
  33% {
    width: 11.3em;
  }
  100% {
    width: 11.3em;
  }
}
@-o-keyframes highLight {
  0% {
    width: 0;
  }
  5% {
    width: 1em;
  }
  33% {
    width: 11.3em;
  }
  100% {
    width: 11.3em;
  }
}
@keyframes highLight {
  0% {
    width: 0;
  }
  5% {
    width: 1em;
  }
  33% {
    width: 11.3em;
  }
  100% {
    width: 11.3em;
  }
}
@-webkit-keyframes highLight2 {
  0% {
    width: 0;
  }
  33% {
    width: 8em;
  }
  100% {
    width: 8em;
  }
}
@-moz-keyframes highLight2 {
  0% {
    width: 0;
  }
  33% {
    width: 8em;
  }
  100% {
    width: 8em;
  }
}
@-o-keyframes highLight2 {
  0% {
    width: 0;
  }
  33% {
    width: 8em;
  }
  100% {
    width: 8em;
  }
}
@keyframes highLight2 {
  0% {
    width: 0;
  }
  33% {
    width: 8em;
  }
  100% {
    width: 8em;
  }
}
@-webkit-keyframes textMouth {
  0% {
    left: 160px;
    opacity: 1;
  }
  33% {
    left: 305px;
    opacity: 1;
  }
  100% {
    left: 305px;
    opacity: 1;
  }
}
@-moz-keyframes textMouth {
  0% {
    left: 160px;
    opacity: 1;
  }
  33% {
    left: 305px;
    opacity: 1;
  }
  100% {
    left: 305px;
    opacity: 1;
  }
}
@-o-keyframes textMouth {
  0% {
    left: 160px;
    opacity: 1;
  }
  33% {
    left: 305px;
    opacity: 1;
  }
  100% {
    left: 305px;
    opacity: 1;
  }
}
@keyframes textMouth {
  0% {
    left: 160px;
    opacity: 1;
  }
  33% {
    left: 305px;
    opacity: 1;
  }
  100% {
    left: 305px;
    opacity: 1;
  }
}
@-webkit-keyframes showTip {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes showTip {
  0% {
    -moz-transform: scale(0.3);
         transform: scale(0.3);
    opacity: 0;
  }
  33% {
    -moz-transform: scale(0.3);
         transform: scale(0.3);
    opacity: 0;
  }
  34% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  66% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes showTip {
  0% {
    -o-transform: scale(0.3);
       transform: scale(0.3);
    opacity: 0;
  }
  33% {
    -o-transform: scale(0.3);
       transform: scale(0.3);
    opacity: 0;
  }
  34% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
  66% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}
@keyframes showTip {
  0% {
    -webkit-transform: scale(0.3);
       -moz-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(0.3);
       -moz-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  34% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  66% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes dashLine {
  0% {
    width: 0;
  }
  33% {
    width: 0;
  }
  66% {
    width: 21em;
  }
  100% {
    width: 21em;
  }
}
@-moz-keyframes dashLine {
  0% {
    width: 0;
  }
  33% {
    width: 0;
  }
  66% {
    width: 21em;
  }
  100% {
    width: 21em;
  }
}
@-o-keyframes dashLine {
  0% {
    width: 0;
  }
  33% {
    width: 0;
  }
  66% {
    width: 21em;
  }
  100% {
    width: 21em;
  }
}
@keyframes dashLine {
  0% {
    width: 0;
  }
  33% {
    width: 0;
  }
  66% {
    width: 21em;
  }
  100% {
    width: 21em;
  }
}