.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.popover-list a {
  display: block;
  font-size: 16px;
  color: #101010;
  line-height: 2em;
  padding: 0 20px;
  margin: 5px 0;
  cursor: pointer;
}
.popover-list a:hover {
  background: #eee;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  width: 149px;
  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: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to bottom, #8c5595, #743975);
  height: 52px;
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
#app .right_gg .right_gg-item:hover {
  opacity: 0.9;
}
#app .right_gg .bottom-line::after {
  position: absolute;
  left: 15px;
  bottom: -13px;
  content: '';
  width: 120px;
  height: 13px;
  background: #471748;
  transform: skewX(120deg);
}
#app .right_gg .right_gg_qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 143px;
  font-size: 0;
  background: url(../images/qr_bg.png) no-repeat center;
}
#app .right_gg .right_gg_qr img {
  width: 131px;
}
#app .right_gg .right_gg-top {
  border-radius: 6px;
}
#app .right_gg .right_gg-top img {
  margin-left: 6px;
  transform: translateY(3px);
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1200px;
  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 {
  height: 100%;
  font-size: 20px;
  color: #08137d;
  line-height: 100px;
  font-weight: bold;
  padding: 0 35px;
  background: #fff;
  transition: background 0.2s;
  cursor: pointer;
}
#app .header ul li:hover {
  background: #f4f5f5;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .banner {
  position: relative;
}
#app .banner .banner1 {
  width: 100%;
  height: 650px;
  background: url("../images/banner1_0310.jpg") no-repeat center / cover;
}
#app .banner .banner2 {
  width: 100%;
  height: 650px;
  background: url("../images/banner2_0310.jpg") no-repeat center / cover;
}
#app .banner .banner-nav {
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
  width: 1200px;
  z-index: 2;
  display: flex;
  justify-content: center;
}
#app .banner .banner-nav li {
  width: 183px;
  height: 62px;
  margin-right: 40px;
  border-radius: 6px;
  background: #fff;
  transform: translateY(0);
  box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px -5px, rgba(0, 0, 0, 0) 0px 8px 16px -8px;
  transition: all 0.15s;
}
#app .banner .banner-nav li:last-child {
  margin-right: 0;
}
#app .banner .banner-nav li:hover {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.35) 0px 13px 27px -5px, rgba(0, 0, 0, 0.4) 0px 8px 16px -8px;
}
#app .banner .banner-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
#app .banner .banner-nav li img {
  margin-right: 7px;
}
#app .banner .banner-nav li span {
  font-size: 23px;
  color: #111d4d;
  font-weight: bold;
}
#app .beijing {
  padding: 40px 0 50px;
}
#app .beijing .content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .beijing .content .text p {
  font-size: 20px;
  color: #171717;
  line-height: 1.5em;
  text-indent: 2em;
  margin-bottom: 5px;
}
#app .beijing .content .text p:last-child {
  margin-bottom: 0;
}
#app .liangdian {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 691px;
  padding-top: 45px;
  background: url(../images/bg/2.png) no-repeat center;
  color: #fff;
}
#app .liangdian .content {
  display: flex;
  margin-top: 45px;
}
#app .liangdian .content li {
  width: 183px;
  height: 389px;
  overflow: hidden;
  transition: width 0.15s;
}
#app .liangdian .content li.active {
  width: 649px;
}
#app .liangdian .content li > div {
  position: relative;
  width: 649px;
  height: 389px;
}
#app .liangdian .content li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .liangdian .content li > div .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  text-align: center;
}
#app .liangdian .content li > div .text h3 {
  font-size: 18px;
}
#app .liangdian .content li > div .text p {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 15px;
}
#app .liangdian .liangdian-tab {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: #6f317b;
}
#app .liangdian .liangdian-tab ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#app .liangdian .liangdian-tab ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 63px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: background 0.15s;
}
#app .liangdian .liangdian-tab ul li:hover,
#app .liangdian .liangdian-tab ul li.active {
  background: #471748;
}
#app .tongqihuodong {
  width: 100%;
  height: 686px;
  box-sizing: border-box;
  background: url("../images/bg/1.png") no-repeat center / cover;
  padding: 55px 0 0;
}
#app .tongqihuodong .content {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
#app .tongqihuodong .content li {
  width: 294px;
  box-sizing: border-box;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 2px 2px 0;
  margin-right: 8px;
  border: 1px solid #9cabc0;
}
#app .tongqihuodong .content li:nth-child(4),
#app .tongqihuodong .content li:nth-child(7) {
  margin-right: 0;
}
#app .tongqihuodong .content li a {
  cursor: pointer;
}
#app .tongqihuodong .content li a.no-href {
  cursor: default;
}
#app .tongqihuodong .content li div {
  width: 288px;
  height: 158px;
  overflow: hidden;
}
#app .tongqihuodong .content li div img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
#app .tongqihuodong .content li:hover div img {
  transform: scale(1.1);
}
#app .tongqihuodong .content li p {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .tongqihuodong .content li p span {
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
}
#app .yicheng-bg {
  box-sizing: border-box;
  padding: 70px 0;
  background: url("../images/bg/3.png") no-repeat center bottom, #f9f9f9;
}
#app .richeng .content {
  margin-top: 60px;
}
#app .richeng .content table {
  width: 1076px;
  margin: 0 auto;
  border-collapse: collapse;
}
#app .richeng .content table tr td {
  padding: 7px 25px;
  border: 1px solid #2250a5;
  background: #f6f6f6;
  font-size: 18px;
  color: #000b31;
  box-sizing: border-box;
}
#app .richeng .content table tr td.tc {
  text-align: center;
  padding: 7px 0;
}
#app .richeng .content table tr td span {
  margin-right: 5px;
  font-weight: bold;
  line-height: 1.5em;
}
#app .richeng .content table tr:first-child td {
  background: #6c449d;
  color: #fff;
}
#app .yicheng {
  margin-top: 40px;
  overflow: hidden;
}
#app .yicheng .centerBox {
  overflow: hidden;
}
#app .yicheng .yicheng-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
#app .yicheng .yicheng-tab li {
  position: relative;
  height: 43px;
  padding: 0 45px;
  margin: 0 31px;
  font-size: 22px;
  color: #fff;
  line-height: 43px;
  background: #8655ba;
  border-radius: 12px;
  cursor: pointer;
}
#app .yicheng .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 #6f4899;
  border-bottom: 20px solid transparent;
}
#app .yicheng .yicheng-tab li.active {
  background: #9271b6;
}
#app .yicheng .yicheng-tab li.active::after {
  display: block;
}
#app .yicheng .content {
  width: 1150px;
  margin: 50px auto 0;
}
#app .yicheng .content table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#app .yicheng .content table th {
  height: 46px;
  background: #6f4899;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #6f4899;
  border-bottom: 1px solid #d9cee4;
}
#app .yicheng .content table td {
  padding: 10px 25px;
  border: 1px solid #9271b6;
  font-size: 16px;
  color: #101010;
}
#app .yicheng .content table .section td {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #9271b6;
}
#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 .blue-book {
  height: 718px;
  padding: 60px 0 0;
  background: url(../images/blue_book.png) no-repeat center;
  background-size: 1200px auto;
}
#app .blue-book .content {
  margin-top: 65px;
}
#app .blue-book .content p {
  padding: 0 20px;
  font-size: 23px;
  color: #2c1637;
  line-height: 1.5em;
}
#app .blue-book .content a {
  display: block;
  width: 201px;
  height: 48px;
  margin: 393px auto 0;
  background: url(../images/icon/btn.png) no-repeat center;
}
#app .bangdan {
  height: 892px;
  box-sizing: border-box;
  background: url("../images/bg/4.png") no-repeat center / cover;
  padding-top: 100px;
}
#app .bangdan .centerBox {
  width: 1295px;
}
#app .bangdan .content {
  margin-top: 60px;
}
#app .bangdan .content > h3 {
  width: 638px;
  height: 60px;
  border-radius: 12px;
  background: #347ae4;
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
}
#app .bangdan .content > h3 img {
  margin-left: 15px;
  vertical-align: middle;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
}
#app .bangdan .content ul li {
  position: relative;
  width: 421px;
  height: 490px;
  box-sizing: border-box;
  padding: 118px 28px 0;
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-position: center;
}
#app .bangdan .content ul li h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 421px;
  height: 97px;
  border-radius: 18px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 97px;
}
#app .bangdan .content ul li h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
#app .bangdan .content ul li p {
  line-height: 1.9em;
  font-weight: bold;
}
#app .bangdan .content ul li p span {
  color: #ed1b24;
}
#app .bangdan .content ul li .button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 282px;
  height: 39px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 39px;
}
#app .bangdan .content ul li:nth-child(1) {
  background-image: url(../images/bangdan1.png);
}
#app .bangdan .content ul li:nth-child(1) h3 {
  background-color: #f83a48;
}
#app .bangdan .content ul li:nth-child(2) {
  background-image: url(../images/bangdan2.png);
}
#app .bangdan .content ul li:nth-child(2) h3 {
  background-color: #3a4bc9;
}
#app .bangdan .content ul li:nth-child(3) {
  background-image: url(../images/bangdan3.png);
}
#app .bangdan .content ul li:nth-child(3) h3 {
  background-color: #6f4899;
}
#app .jiabin {
  height: 624px;
  box-sizing: border-box;
  padding: 65px 0 0;
  background: url(../images/bg/6.png) no-repeat center;
}
#app .jiabin .content {
  margin-top: 55px;
  position: relative;
  box-sizing: border-box;
}
#app .jiabin .jiabin-swiper {
  width: 1200px;
  --swiper-pagination-color: #24d1cd;
}
#app .jiabin .bufen-jiabin-item {
  width: 200px;
  height: 284px;
  font-size: 0;
}
#app .jiabin .bufen-jiabin-item .pic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .bufen-jiabin-item .pic img {
  border-radius: 100%;
  width: 176px;
  height: 176px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .bufen-jiabin-item .name {
  color: #24d1cd;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
#app .jiabin .bufen-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#app .renqun {
  height: 642px;
  box-sizing: border-box;
  background: url('../images/bg/5.png') no-repeat center top;
  background-size: cover;
  padding-top: 50px;
}
#app .renqun .content {
  position: relative;
  left: -25px;
  width: 575px;
  height: 393px;
  margin: 30px auto 0;
  background: url(../images/bg/renqun.png) no-repeat center;
}
#app .renqun .content ul {
  position: absolute;
  left: 136px;
  top: -15px;
  width: 334px;
  height: 334px;
}
#app .renqun .content ul li {
  position: absolute;
  width: 285px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
}
#app .renqun .content ul li i {
  position: absolute;
  width: 25px;
  height: 25px;
  transform: scale(1);
  transition: transfrom 0.25s ease-in-out;
}
#app .renqun .content ul li:hover i {
  transform: scale(1.5);
}
#app .renqun .content ul li:nth-child(1) {
  top: 10px;
  left: -398px;
}
#app .renqun .content ul li:nth-child(1) i {
  top: 7px;
  right: -33px;
  background: url(../images/icon/icon11.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(2) {
  top: 245px;
  left: -398px;
}
#app .renqun .content ul li:nth-child(2) i {
  top: 103px;
  right: 0;
  background: url(../images/icon/icon12.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(3) {
  width: 445px;
  top: 410px;
  left: 102px;
}
#app .renqun .content ul li:nth-child(3) i {
  top: -27px;
  right: 225px;
  background: url(../images/icon/icon13.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(4) {
  top: 10px;
  left: 450px;
}
#app .renqun .content ul li:nth-child(4) i {
  top: 5px;
  left: -33px;
  background: url(../images/icon/icon14.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(5) {
  top: 245px;
  left: 450px;
}
#app .renqun .content ul li:nth-child(5) i {
  top: 9px;
  left: -33px;
  background: url(../images/icon/icon15.png) no-repeat center;
}
#app .renqun .content ul div {
  position: absolute;
  left: 0;
  top: 0;
  width: 334px;
  height: 334px;
  background: url(../images/bg/ring.png) no-repeat center / cover;
  z-index: 1;
}
#app .renqun .content ul div:hover {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .wangjiehuoban {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 60px;
  background: #ededed;
}
#app .wangjiehuoban .centerBox {
  position: relative;
}
#app .wangjiehuoban .tabs {
  position: absolute;
  top: 0;
  left: -30px;
  box-sizing: border-box;
  width: 242px;
  padding: 30px 0;
  border-radius: 12px;
  background: linear-gradient(to bottom, #6f4899, #3b167a);
  z-index: 2;
}
#app .wangjiehuoban .tabs li {
  width: 100%;
  height: 74px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transform: scale(1);
  transition: all 0.2s;
  cursor: pointer;
}
#app .wangjiehuoban .tabs li:last-child {
  margin-bottom: 0;
}
#app .wangjiehuoban .tabs li p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
#app .wangjiehuoban .tabs li img {
  display: none;
}
#app .wangjiehuoban .tabs li.active {
  background: #6f4899;
  transform: scale(1.1);
}
#app .wangjiehuoban .tabs li.active img {
  display: block;
}
#app .wangjiehuoban .content {
  float: right;
  width: 956px;
  height: 860px;
  border-radius: 16px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#app .wangjiehuoban .content .swiper-block {
  position: relative;
  box-sizing: border-box;
  width: 956px;
  padding: 28px 28px 0;
}
#app .wangjiehuoban .content .daka-swiper {
  padding-top: 20px;
}
#app .wangjiehuoban .content .daka-swiper .swiper {
  height: 840px;
}
#app .wangjiehuoban .content .qiye-swiper,
#app .wangjiehuoban .content .meiti-swiper {
  font-size: 0;
  text-align: center;
}
#app .wangjiehuoban .content .scroll-box {
  height: 804px;
}
#app .wangjiehuoban .content .scroll-box .el-scrollbar__wrap {
  overflow-x: hidden;
}
#app .wangjiehuoban .content .scroll-box .el-scrollbar__bar.is-vertical {
  opacity: 1;
}
#app .wangjiehuoban .wj-jiabin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item {
  width: 25%;
  height: 280px;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .name {
  color: #1b2586;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic {
  width: 164px;
  height: 164px;
  margin: 0 auto;
  position: relative;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  height: 164px;
  background: url("../images/jiabin_wj/bg.png") center no-repeat;
  background-size: 100% 100%;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic img {
  border-radius: 100%;
  width: 121px;
  height: 121px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #1b2586;
}
#app .goupiao {
  padding: 85px 0 30px;
}
#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 .review {
  padding: 50px 0;
}
#app .review .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#app .review .content video {
  width: 760px;
  height: 495px;
}
#app .review .content ul li {
  position: relative;
  width: 368px;
  height: 124px;
  margin-bottom: 2px;
}
#app .review .content ul li:last-child {
  margin-bottom: 0;
}
#app .review .content ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#app .zanzhu {
  min-width: 1200px;
  height: 1258px;
  background: url(../images/map_0310.png) no-repeat center top, #ededed;
}
#app .zanzhu .content {
  position: relative;
  width: 1026px;
  height: 1171px;
  margin: 0 auto;
}
#app .zanzhu .content > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .zanzhu .content > div a {
  width: 514px;
  height: 100%;
}
#app .jigou {
  height: 1072px;
  background: url(../images/jigou.png) no-repeat center top, #ededed;
}
#app .aboutUs {
  height: 466px;
  box-sizing: border-box;
  padding: 75px 0 0;
  background: url(../images/bg/7.png) no-repeat center;
  background-size: cover;
}
#app .aboutUs .centerBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
#app .aboutUs .content-left {
  width: 688px;
}
#app .aboutUs .content-left > h3 {
  padding-right: 22px;
  border-right: 2px solid #fff;
  font-size: 41px;
  line-height: 1;
  text-align: right;
  font-weight: 500;
}
#app .aboutUs .content-left ul {
  width: 100%;
  margin-top: 140px;
}
#app .aboutUs .content-left .card {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 330px;
  height: 125px;
  padding: 40px 0 0 18px;
  margin-right: 25px;
  background: #1e2384;
  border-radius: 30px 0 30px 0;
}
#app .aboutUs .content-left .card h3 {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 17px;
}
#app .aboutUs .content-left .card h3 i {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icon/us.png) no-repeat left center;
  vertical-align: middle;
  margin-left: 5px;
}
#app .aboutUs .content-left .card p {
  font-size: 15px;
  line-height: 1.5em;
}
#app .aboutUs .content-left .card p span {
  font-size: 12px;
}
#app .aboutUs .content-left .card > img {
  position: absolute;
  top: -68px;
  right: 15px;
  width: 123px;
}
#app .aboutUs .content-left .card:last-child {
  margin-right: 0;
}
#app .aboutUs .content-right img {
  width: 120px;
}
#app .aboutUs .content-right p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 25px;
}
#app .aboutUs .content-right p:last-child {
  margin-bottom: 10px;
}
@-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);
  }
}
