.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.shareBox .social-share .item {
  margin-bottom: 10px;
}
.shareBox .social-share .item:last-child {
  margin-bottom: 0;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
.popover-qr-box {
  font-size: 0;
  text-align: center;
}
.popover-qr-box img {
  width: 120px;
  margin-bottom: 5px;
}
.popover-qr-box p {
  font-size: 14px;
  color: #0a102c;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 56px;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
#app .right_gg .right_gg-item .right_gg-icon {
  vertical-align: middle;
  margin-right: 6px;
}
#app .right_gg .right_gg-item::after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 137px;
  height: 48px;
  box-sizing: border-box;
  border: 1px dashed #fff;
  border-radius: 8px;
  content: '';
}
#app .right_gg .bg-color1 {
  background: #1426c0;
}
#app .right_gg .bg-color2 {
  background: #f3665b;
}
#app .right_gg .bg-color3 {
  background: #11cadf;
}
#app .right_gg .bg-color4 {
  background: #fd9d37;
}
#app .right_gg .bg-color5 {
  background: #006cff;
}
#app .right_gg .bg-color6 {
  background: #9e9e9e;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #0b135a;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 22px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  transition: background 0.15s;
}
#app .header ul li:hover {
  background: #002991;
}
#app .gray-bg {
  background: #efefef;
}
#app .titleCC {
  position: relative;
  box-sizing: border-box;
  width: 1025px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 8px solid #fafafa;
}
#app .titleCC p {
  font-size: 20px;
  color: #929292;
  line-height: 1em;
  text-transform: uppercase;
}
#app .titleCC p:last-child {
  font-size: 34px;
  color: #222;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 6px;
}
#app .titleCC::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 210px;
  height: 8px;
  transform: translateX(-50%);
  background: #00d5d8;
  content: '';
}
#app .titleCC.has-bg {
  border-bottom: 8px solid rgba(250, 250, 250, 0.67);
}
#app .titleCC.has-bg p:last-child {
  color: #fff;
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -95px;
}
#app .button-next {
  right: -95px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  width: 100%;
  height: 660px;
  box-sizing: border-box;
  background: url("../images/banner_0214.jpg") no-repeat center;
}
#app .tongqihuodong {
  padding: 65px 0 50px;
}
#app .tongqihuodong .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .tongqihuodong .content li {
  width: 371px;
  height: 203px;
  margin-bottom: 12px;
  overflow: hidden;
}
#app .tongqihuodong .content li:last-child {
  margin-bottom: 0;
}
#app .tongqihuodong .content li a {
  cursor: pointer;
}
#app .tongqihuodong .content li a.no-href {
  cursor: default;
}
#app .tongqihuodong .content li img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
#app .tongqihuodong .content li:hover img {
  transform: scale(1.1);
}
#app .beijing {
  padding: 50px 0;
}
#app .beijing .content {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .beijing .content .beijing-swiper {
  width: 588px;
  height: 330px;
  --swiper-pagination-color: #00c1c4;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .beijing .content .beijing-text {
  width: 575px;
  font-size: 19px;
  color: #000;
  line-height: 1.5em;
  text-indent: 2em;
}
#app .beijing .content .beijing-text p {
  margin-top: 8px;
}
#app .beijing .content .beijing-text p:first-child {
  margin-top: 0;
}
#app .beijing .numBox {
  display: flex;
  text-align: center;
}
#app .beijing .numBox .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 55px;
  margin: 0 auto 12px;
  font-size: 0;
}
#app .beijing .numBox .desc {
  border-right: 2px solid #d1d1d1;
  font-size: 14px;
  color: #333;
}
#app .beijing .numBox .desc p {
  padding: 0 70px;
}
#app .beijing .numBox > div:last-child .desc {
  border-right: none;
}
#app .beijing .numBox .num {
  font-size: 20px;
  margin-bottom: 4px;
}
#app .beijing .numBox .num .counter {
  font-size: 28px;
  font-weight: bold;
}
#app .beijing .numBox .num b {
  font-size: 28px;
}
#app .beijing .beijing-btn {
  display: block;
  width: 211px;
  height: 51px;
  margin-right: 60px;
  background: url("../images/icon/btn1.png") no-repeat center / cover;
  cursor: pointer;
}
#app .liangdian {
  height: 654px;
  box-sizing: border-box;
  background: url("../images/bg/1.png") no-repeat center;
  padding-top: 70px;
}
#app .liangdian .content {
  position: relative;
  width: 895px;
  height: 378px;
  margin: 55px auto 0;
  --swiper-pagination-color: #00c1c4;
  --swiper-pagination-bullet-inactive-color: #fff;
}
#app .liangdian .content .swiper {
  border-radius: 50px;
}
#app .liangdian .content .swiper-pagination {
  bottom: -30px;
}
#app .richeng {
  padding-top: 75px;
}
#app .richeng .content {
  overflow: hidden;
}
#app .richeng .content table {
  width: 1010px;
  margin: 35px auto;
  border-collapse: collapse;
}
#app .richeng .content table tr td {
  padding: 12px 25px;
  border: 1px solid #2250a5;
  font-size: 18px;
  color: #000b13;
  box-sizing: border-box;
}
#app .richeng .content table tr td.tc {
  text-align: center;
  padding: 12px 0;
}
#app .richeng .content table .thead td {
  font-weight: bold;
}
#app .yicheng {
  padding: 35px 0 70px;
}
#app .yicheng .content {
  width: 1150px;
  margin: 50px auto 0;
}
#app .yicheng .content .yicheng-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
#app .yicheng .content .yicheng-tab li {
  position: relative;
  height: 43px;
  padding: 0 45px;
  margin: 0 31px;
  font-size: 22px;
  color: #fff;
  line-height: 43px;
  background: #4d72b8;
  border-radius: 12px;
  cursor: pointer;
}
#app .yicheng .content .yicheng-tab li::after {
  display: none;
  position: absolute;
  left: 50%;
  top: 43px;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #204fa6;
  border-bottom: 20px solid transparent;
}
#app .yicheng .content .yicheng-tab li.active {
  background: #345eae;
}
#app .yicheng .content .yicheng-tab li.active::after {
  display: block;
}
#app .yicheng .content table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#app .yicheng .content table th {
  height: 46px;
  background: #204fa6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #3a64b0;
  border-bottom: 1px solid #3a64b0;
}
#app .yicheng .content table td {
  padding: 10px 25px;
  border: 1px solid #3a64b0;
  font-size: 16px;
  color: #101010;
}
#app .yicheng .content table .section td {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #4d72b8;
}
#app .yicheng .content table .time {
  width: 164px;
  text-align: center;
}
#app .yicheng .tips {
  width: 1150px;
  margin: 12px auto 0;
  font-size: 12px;
  color: #101010;
  text-align: right;
}
#app .pingxuan {
  box-sizing: border-box;
  height: 858px;
  padding: 45px 0 0;
  background: url(../images/bg/2.png) no-repeat center;
}
#app .pingxuan .content {
  margin-top: 55px;
  padding-left: 87px;
}
#app .pingxuan .content > p {
  padding-right: 87px;
  font-size: 22px;
  color: #fbe4b8;
  line-height: 1.7em;
}
#app .pingxuan .content .award-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
#app .pingxuan .content .award-wrap p {
  box-sizing: border-box;
  width: 701px;
  height: 55px;
  padding: 0 35px;
  background: url(../images/award_time.png) no-repeat center;
  font-size: 24px;
  color: #fffbd8;
  line-height: 55px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 10px;
}
#app .pingxuan .content .award-wrap a {
  position: absolute;
  left: 523px;
  bottom: 75px;
  width: 177px;
  height: 34px;
  background: url(../images/icon/btn2.png) no-repeat center;
}
#app .blue-book {
  padding: 70px 0 60px;
  background: #efefef;
}
#app .blue-book .content {
  margin-top: 65px;
}
#app .blue-book .content .blue-book-text {
  position: relative;
  width: 855px;
}
#app .blue-book .content .blue-book-text > p {
  font-size: 19px;
  color: #0d0d0d;
  line-height: 1.5em;
}
#app .blue-book .content .blue-book-text > a {
  display: block;
  width: 194px;
  height: 36px;
  margin: 30px 0 10px 465px;
  background: url(../images/icon/btn3.png) no-repeat center;
}
#app .blue-book .content .blue-book-text > h3 {
  font-size: 32px;
  color: #0d0d0d;
}
#app .blue-book .content .blue-book-text > h3:first-child {
  margin-bottom: 10px;
}
#app .blue-book .content .blue-book-text > img {
  position: absolute;
  right: -290px;
  top: -5px;
  width: 165px;
}
#app .blue-book .content .blue-book-step {
  width: 1275px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  transform: translateX(-26px);
}
#app .blue-book .content .blue-book-step li {
  width: 398px;
  height: 320px;
  background: url(../images/bg/book_item_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
#app .blue-book .content .blue-book-step li > div {
  position: relative;
  width: 326px;
  height: 315px;
  margin-left: 26px;
  padding: 80px 10px 0;
  box-sizing: border-box;
}
#app .blue-book .content .blue-book-step li > div h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 28px 8px 6px;
  font-size: 23px;
  color: #fff;
  line-height: 1;
}
#app .blue-book .content .blue-book-step li > div p {
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
}
#app .blue-book .content .blue-book-step li > div .p1 {
  font-size: 18px;
}
#app .blue-book .content .blue-book-step li > div .p2 {
  font-size: 22px;
  color: #41fffd;
  margin: 6px 0 12px;
}
#app .blue-book-tg {
  height: 386px;
  background: url("../images/bg/3.png") no-repeat center / cover;
}
#app .bangdan {
  padding: 60px 0 80px;
  background: #efefef;
}
#app .bangdan .content {
  margin-top: 60px;
}
#app .bangdan .content > h3 {
  font-size: 32px;
  color: #424242;
  line-height: 1em;
  margin: 0 0 30px;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
#app .bangdan .content ul li {
  position: relative;
  width: 380px;
  height: 360px;
  box-sizing: border-box;
  border: 1px solid #434343;
  background: #fff;
  padding: 115px 24px 0;
  font-size: 14px;
  color: #333;
}
#app .bangdan .content ul li h3 {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  width: 340px;
  height: 135px;
}
#app .bangdan .content ul li h3 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  height: 70px;
  margin: auto;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
#app .bangdan .content ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#app .bangdan .content ul li p {
  line-height: 1.9em;
}
#app .bangdan .content ul li p span {
  color: #ed1b24;
}
#app .bangdan .content ul li .button {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 32px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
#app .bangdan .content ul li:nth-child(1) h3 {
  background-color: #be462b;
}
#app .bangdan .content ul li:nth-child(1) h3 span {
  font-size: 58px;
  background-color: #0b1f40;
}
#app .bangdan .content ul li:nth-child(2) h3 {
  background-color: #00005a;
}
#app .bangdan .content ul li:nth-child(2) h3 span {
  background-color: #ed1b24;
}
#app .bangdan .content ul li:nth-child(3) h3 {
  background-color: #c6e3f5;
}
#app .bangdan .content ul li:nth-child(3) h3 span {
  background-color: #2e3192;
}
#app .guanzhong {
  height: 526px;
  padding: 65px 0 0;
  box-sizing: border-box;
  background: url("../images/bg/6.png") no-repeat center top / cover;
}
#app .guanzhong .content ul {
  margin-top: 50px;
  padding-left: 87px;
}
#app .guanzhong .content ul li {
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
#app .guanzhong .content ul li i {
  margin-right: 10px;
  font-weight: bold;
}
#app .wj-jiabin {
  height: 808px;
  box-sizing: border-box;
  padding: 60px 0 0;
  background: url("../images/bg/4.png") no-repeat center top;
}
#app .wj-jiabin .content {
  position: relative;
  margin-top: 65px;
  --swiper-pagination-color: #00c1c4;
  --swiper-pagination-bullet-inactive-color: #fff;
}
#app .wj-jiabin .content .swiper-pagination {
  bottom: -20px;
}
#app .wj-jiabin .content .wj-jiabin-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item {
  width: 16.6%;
  height: 263px;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .name {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .pic {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  position: relative;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  background: url("../images/jiabin/bg.png") center no-repeat;
  background-size: 100% 100%;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .pic img {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .wj-jiabin .content .wj-jiabin-list .wj-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#app .wj-jiabin .content .button-prev {
  left: -140px;
}
#app .wj-jiabin .content .button-next {
  right: -140px;
}
#app .wj-qiye {
  height: 627px;
  box-sizing: border-box;
  padding: 60px 0 0;
  background: url("../images/bg/5.png") no-repeat center top;
}
#app .wj-qiye .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#app .wj-qiye .content .qiye-swiper {
  position: relative;
  width: 681px;
  padding: 0 60px;
  --swiper-pagination-color: #00c1c4;
  --swiper-pagination-bullet-inactive-color: #fff;
}
#app .wj-qiye .content .qiye-swiper .swiper-slide {
  height: 315px;
}
#app .wj-qiye .content .qiye-swiper .swiper-pagination {
  bottom: -30px;
}
#app .wj-qiye .content .qiye-swiper .button-prev,
#app .wj-qiye .content .qiye-swiper .button-next {
  top: auto;
  bottom: 3px;
  transform: translateY(0);
}
#app .wj-qiye .content .qiye-swiper .button-prev {
  left: 0;
}
#app .wj-qiye .content .qiye-swiper .button-next {
  right: 0;
  transform: translateY(0) rotate(180deg);
}
#app .wj-qiye .content .qiye-text {
  width: 370px;
  color: #fff;
  text-align: center;
}
#app .wj-qiye .content .qiye-text p {
  font-size: 15px;
  line-height: 1.5em;
}
#app .wj-qiye .content .qiye-text p:first-child {
  font-size: 24px;
  margin-bottom: 12px;
}
#app .wj-qiye .content .qiye-text p b {
  font-size: 58px;
}
#app .wj-qiye .content .qiye-text a {
  display: block;
  width: 290px;
  height: 28px;
  font-size: 15px;
  color: #000040;
  line-height: 28px;
  background: #fff;
  margin: 38px auto 0;
}
#app .goupiao {
  padding: 70px 0 50px;
  background: #efefef;
}
#app .goupiao .content {
  margin-top: 50px;
}
#app .goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
#app .goupiao .content .buyBtnBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8em;
  justify-content: space-between;
  color: #282828;
}
#app .goupiao .content .buyBtnBox span {
  color: #ff0000;
}
#app .goupiao .content .buyBtnBox .buyBtn {
  width: 224px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ff0000;
  cursor: pointer;
  user-select: none;
}
#app .goupiao table {
  border-collapse: collapse;
}
#app .jijin {
  height: 635px;
  box-sizing: border-box;
  padding: 65px 0 0;
  background: url("../images/bg/7.png") no-repeat center top;
}
#app .jijin .content {
  width: 100%;
  position: relative;
  margin-top: 75px;
  --swiper-pagination-color: #004344;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .jijin .content .swiper-pagination {
  bottom: -30px;
}
#app .jijin .content .swiper-slide {
  width: 382px;
}
#app .jijin .content .button-prev {
  left: -80px;
}
#app .jijin .content .button-next {
  right: -70px;
}
#app .jijin .content .review-item {
  width: 382px;
  background: #fff;
  border-radius: 3px 3px 15px 15px;
  overflow: hidden;
}
#app .jijin .content .review-item div {
  box-sizing: border-box;
  width: 100%;
  height: 199px;
  border: 3px solid #00d5d8;
  border-radius: 3px;
  overflow: hidden;
}
#app .jijin .content .review-item div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s;
}
#app .jijin .content .review-item p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  font-size: 14px;
  color: #0b0306;
  text-align: center;
  line-height: 1.5em;
}
#app .jijin .content .review-item:hover div img {
  transform: scale(1.1);
}
#app .zanzhu {
  padding: 70px 0 50px;
  background: #d8d8d8;
}
#app .zanzhu .content {
  position: relative;
  width: 1026px;
  margin: 55px auto 0;
}
#app .zanzhu .content img {
  display: block;
}
#app .zanzhu .content > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .zanzhu .content > div a {
  width: 50%;
  height: 100%;
}
#app .jigou {
  height: 1181px;
  background: url("../images/jigou.png") no-repeat center;
}
#app .us {
  width: 100%;
  box-sizing: border-box;
  background: url("../images/bg/8.png") no-repeat center / cover;
  padding: 50px 0;
}
#app .us .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#app .us .content .titleEn {
  font-size: 52px;
  color: #fff;
}
#app .us .content .titleCn {
  font-size: 40px;
  color: #fff;
}
#app .us .content ul {
  display: flex;
  margin-top: 30px;
}
#app .us .content ul li {
  font-size: 16px;
  color: #fff;
  margin-right: 60px;
}
#app .us .content ul li div,
#app .us .content ul li p {
  margin-bottom: 10px;
}
#app .us .content ul li p {
  font-size: 20px;
  color: #00d5d8;
}
#app .us .content ul li > div:first-child {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.25);
}
#app .us .content .right {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
#app .us .content .right > div:first-child {
  margin-right: 32px;
}
#app .us .content .right p {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
