.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  height: 192px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5.025px;
  background: #e4c589;
  text-align: center;
  font-size: 15.975px;
  color: #000;
  line-height: 50.025px;
  border-radius: 10px;
  cursor: pointer;
}
#app .right_gg .right_gg-item > img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#app .right_gg .right_gg-item > .jinqun {
  display: none;
}
#app .right_gg .social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
#app .right_gg .social-share {
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .social-share .item {
  display: flex;
  justify-content: flex-start;
}
#app .right_gg .share-component {
  display: none;
}
#app .right_gg .share-btn:hover .share-component {
  display: block;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
#app .right_gg .social-share .social-share-icon:hover span {
  color: #000 !important;
}
#app .right_gg .line_we_box {
  position: relative;
}
#app .right_gg .line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
#app .right_gg .line_we_box .line_we img {
  width: 20px;
}
#app .right_gg .line_we_box .line_we span {
  display: inline-block;
}
#app .right_gg .line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr {
  position: relative;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #6d010f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#app .header .centerBox {
  height: 100%;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  font-size: 20px;
  cursor: pointer;
  color: #ffe3be;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #eb883f;
  font-size: 20px;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  position: relative;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul li .btn.fire-icon {
  background-color: #ffcb70;
  color: #000;
  padding-left: 45px;
}
#app .header ul li .btn.fire-icon img {
  position: absolute;
  left: 10px;
  top: -15px;
}
#app .header ul .bar {
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.15s ease;
}
#app .header ul .bar:hover {
  color: #131313;
  background-color: #ffe3be;
}
#app .banner img {
  width: 100%;
}
#app .titleCC {
  text-align: center;
}
#app .titleCC img {
  height: 100px;
}
#app .jieshao {
  height: 808px;
  background: url('../images/intro_bg1.png') no-repeat center top;
  background-size: cover;
}
#app .jieshao .centerBox {
  position: relative;
  padding-top: 58px;
}
#app .jieshao .content {
  width: 100%;
  height: 600px;
  background: url('../images/intro_bg2.png') no-repeat center top;
  background-size: 100% auto;
}
#app .jieshao .intro-text {
  padding: 80px 80px 40px;
  font-size: 18px;
  color: #fee49e;
  line-height: 1.6em;
}
#app .jieshao .intro-data {
  font-size: 0;
  text-align: center;
}
#app .jieshao .intro-data li {
  display: inline-block;
  margin: 0 35px;
  font-size: 20px;
  color: #fee49e;
}
#app .jieshao .intro-data li i {
  display: block;
  width: 61px;
  height: 61px;
  margin: 0 auto 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#app .jieshao .intro-data li p {
  line-height: 1;
}
#app .jieshao .intro-data li span {
  font-size: 30px;
}
#app .jieshao .intro-data li:nth-child(1) i {
  background-image: url(../images/icon/icon1.png);
}
#app .jieshao .intro-data li:nth-child(2) i {
  background-image: url(../images/icon/icon2.png);
}
#app .jieshao .intro-data li:nth-child(3) i {
  background-image: url(../images/icon/icon3.png);
}
#app .jieshao .intro-data li:nth-child(4) i {
  background-image: url(../images/icon/icon4.png);
}
#app .liyou {
  width: 100%;
  box-sizing: border-box;
  height: 971px;
  background: url('../images/why_bg1.png') no-repeat center top;
  background-size: cover;
}
#app .liyou .centerBox {
  padding-top: 85px;
}
#app .liyou .content {
  padding-top: 85px;
}
#app .liyou .content ul {
  position: relative;
  width: 468px;
  height: 381px;
  margin: 0 auto;
  background: url('../images/why_bg2.png') no-repeat center top;
}
#app .liyou .content ul li {
  position: absolute;
  width: 97px;
  height: 97px;
}
#app .liyou .content ul li .imgbox {
  width: 97px;
  height: 97px;
}
#app .liyou .content ul li .liyou-text {
  position: absolute;
}
#app .liyou .content ul li .tt {
  font-size: 26px;
  font-weight: 600;
  color: #fdd691;
  margin-bottom: 10px;
}
#app .liyou .content ul li .desc {
  color: #fdd691;
  font-size: 14px;
}
@keyframes icon1 {
  100% {
    background: url(../images/icon/1.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  0% {
    background: url(../images/icon/1.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  8.3% {
    background: url(../images/icon/1a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/1.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/1.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
}
@keyframes icon2 {
  0% {
    background: url(../images/icon/2.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/2.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  24.9% {
    background: url(../images/icon/2a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/2.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/2.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
}
@keyframes icon3 {
  0% {
    background: url(../images/icon/3.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/3.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  41.5% {
    background: url(../images/icon/3a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/3.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/3.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
}
@keyframes icon4 {
  0% {
    background: url(../images/icon/4.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/4.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  58.1% {
    background: url(../images/icon/4a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  }
  66.4% {
    background: url(../images/icon/4.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/4.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
}
@keyframes icon5 {
  0% {
    background: url(../images/icon/5.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  66.4% {
    background: url(../images/icon/5.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  74.7% {
    background: url(../images/icon/5a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  }
  83% {
    background: url(../images/icon/5.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/5.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  }
}
#app .liyou .content ul .li01 {
  top: -10px;
  left: -25px;
}
#app .liyou .content ul .li01 .icon01 {
  background: url(../images/icon/1a.png) no-repeat center, url(../images/icon/0a.png) no-repeat center;
  animation: icon1 5s infinite linear;
}
#app .liyou .content ul .li01 .liyou-text {
  width: 340px;
  right: 150px;
  top: -5px;
  text-align: right;
}
#app .liyou .content ul .li02 {
  top: 200px;
  left: -25px;
}
#app .liyou .content ul .li02 .icon02 {
  background: url(../images/icon/2.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  animation: icon2 5s infinite linear;
}
#app .liyou .content ul .li02 .liyou-text {
  width: 340px;
  right: 150px;
  top: -5px;
  text-align: right;
}
#app .liyou .content ul .li03 {
  top: 330px;
  left: 190px;
}
#app .liyou .content ul .li03 .icon03 {
  background: url(../images/icon/3.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  animation: icon3 5s infinite linear;
}
#app .liyou .content ul .li03 .liyou-text {
  width: 462px;
  left: 50%;
  top: 132px;
  transform: translateX(-50%);
  text-align: center;
}
#app .liyou .content ul .li04 {
  top: 200px;
  right: -25px;
}
#app .liyou .content ul .li04 .icon04 {
  background: url(../images/icon/4.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  animation: icon4 5s infinite linear;
}
#app .liyou .content ul .li04 .liyou-text {
  width: 340px;
  left: 150px;
  top: -5px;
}
#app .liyou .content ul .li05 {
  top: -10px;
  right: -25px;
}
#app .liyou .content ul .li05 .icon05 {
  background: url(../images/icon/5.png) no-repeat center, url(../images/icon/0.png) no-repeat center;
  animation: icon5 5s infinite linear;
}
#app .liyou .content ul .li05 .liyou-text {
  width: 340px;
  left: 150px;
  top: -5px;
}
#app .richeng {
  padding-top: 90px;
  padding-bottom: 35px;
  background: url('../images/bg.png') repeat-y center top;
  background-size: cover;
}
#app .richeng .content {
  margin-top: 40px;
}
#app .richeng .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app .richeng .content ul li {
  width: 272px;
  height: 273px;
  padding: 28px 30px 0;
  margin-top: 37px;
  margin-right: 37px;
  box-sizing: border-box;
  background: url('../images/award.png') no-repeat center top;
  color: #965e3f;
}
#app .richeng .content ul li:nth-child(4n),
#app .richeng .content ul li:last-child {
  margin-right: 0;
}
#app .richeng .content ul li .descBox {
  width: 100%;
  height: 175px;
  display: none;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#app .richeng .content ul li .descBox .pCon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#app .richeng .content ul li .descBox .pCon .p_T {
  color: #603521;
  font-size: 16px;
  margin-bottom: 10px;
}
#app .richeng .content ul li .descBox .pCon .p_C {
  color: #603521;
  font-size: 11px;
  padding: 0 20px;
}
#app .richeng .content ul li .jiangbei {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 9px;
  height: 175px;
  opacity: 1;
  transition: all 0.5s;
}
#app .richeng .content ul li .jiangbei > div {
  text-align: center;
}
#app .richeng .content ul li .jiangbei .desc > div:first-child {
  font-size: 14px;
  margin-bottom: 5px;
}
#app .richeng .content ul li .jiangbei .desc > div:last-child {
  font-size: 20px;
}
#app .richeng .content ul li .jiangbei .triangle-icon {
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
}
#app .richeng .content ul li .jiangbei .triangle-icon i {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid transparent;
  border-bottom: 16px solid #965e3f;
}
#app .richeng .content ul li .jiangbei.tips {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  font-size: 11px;
  text-align: center;
}
#app .richeng .content ul li .btn {
  font-size: 0;
  text-align: center;
}
#app .richeng .content ul li .btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffefbe;
  line-height: 28px;
}
#app .richeng .content ul li:hover .descBox {
  display: flex;
  opacity: 1;
}
#app .richeng .content ul li:hover .jiangbei {
  display: none;
  opacity: 0;
}
#app .richeng .content ul li:hover .jiangbei.tips {
  display: flex;
  opacity: 1;
}
#app .richeng .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .liucheng {
  width: 100%;
  height: 1180px;
  background: url('../images/bg2.png') no-repeat center top;
  background-size: cover;
}
#app .liucheng .centerBox {
  padding-top: 55px;
}
#app .liucheng .content {
  margin-top: 100px;
  overflow: hidden;
}
#app .liucheng .liucheng-box {
  position: relative;
  width: 1200px;
  height: 63px;
  margin: 155px auto 430px;
  background: url('../images/line.png') no-repeat center top;
}
#app .liucheng .liucheng-box ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  position: absolute;
  left: 0;
}
#app .liucheng .liucheng-box ul li {
  width: 255px;
  box-sizing: border-box;
  font-size: 14px;
}
#app .liucheng .liucheng-box .liucheng-ul1 {
  bottom: 110px;
  align-items: flex-end;
}
#app .liucheng .liucheng-box .liucheng-ul1 li {
  color: #fdd691;
  text-align: center;
}
#app .liucheng .liucheng-box .liucheng-ul1 li p:first-child {
  margin-bottom: 5px;
  font-size: 22px;
}
#app .liucheng .liucheng-box .liucheng-ul1 li p:last-child {
  margin-top: 14px;
  color: #fff;
}
#app .liucheng .liucheng-box .liucheng-ul2 {
  top: 87px;
}
#app .liucheng .liucheng-box .liucheng-ul2 li {
  position: relative;
  height: 305px;
  padding: 74px 15px 0;
  background: url(../images/line_bg.png) no-repeat center top;
  color: #010101;
  line-height: 1.5em;
}
#app .liucheng .liucheng-box .liucheng-ul2 li i {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 123px;
  height: 123px;
}
#app .liucheng .liucheng-box .liucheng-ul2 li:nth-child(1) i {
  background: url(../images/icon/icon5.png) no-repeat center top;
}
#app .liucheng .liucheng-box .liucheng-ul2 li:nth-child(2) i {
  background: url(../images/icon/icon6.png) no-repeat center top;
}
#app .liucheng .liucheng-box .liucheng-ul2 li:nth-child(3) i {
  background: url(../images/icon/icon7.png) no-repeat center top;
}
#app .liucheng .liucheng-box .liucheng-ul2 li:nth-child(4) i {
  background: url(../images/icon/icon8.png) no-repeat center top;
}
#app .liucheng .way {
  padding-bottom: 130px;
  color: #ffd99b;
  text-align: center;
}
#app .liucheng .way h3 {
  margin-bottom: 15px;
  font-size: 28px;
}
#app .liucheng .way p {
  display: inline-block;
  padding: 26px 36px;
  border-top: 2px solid #ffd99b;
  border-bottom: 2px solid #ffd99b;
  background: url(../images/line2.png) no-repeat center;
  background-size: cover;
  font-size: 18px;
  text-align: left;
}
#app .tow-bg {
  background-image: url(../images/bg4.png), url(../images/bg.png);
  background-position: center right, center;
  background-repeat: no-repeat, repeat-y;
  background-size: auto, cover;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  padding: 95px 0;
}
#app .liangdian .content {
  margin-top: 25px;
}
#app .liangdian .content .swiper-bg {
  width: 1200px;
  height: 700px;
  background: url(../images/logo_list_bg.png) no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
#app .liangdian .content .swiper {
  width: 1140px;
  height: 585px;
  margin: 55px auto 0;
}
#app .liangdian .content .swiper-slide img {
  display: block;
  width: 100%;
}
#app .liangdian .content .tips {
  text-align: right;
  color: #fff4ba;
  font-size: 12px;
  margin-top: 10px;
}
#app .canhui {
  padding-top: 96px;
  padding-bottom: 60px;
}
#app .canhui .centerBox {
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(90, 0, 255, 0.1);
  padding: 70px;
  background: url('../images/duixiangBg.png') no-repeat right top;
}
#app .canhui .centerBox .content {
  width: 550px;
  box-sizing: border-box;
}
#app .canhui .centerBox .content .left p {
  font-size: 18px;
  color: #000;
  padding-top: 35px;
  position: relative;
}
#app .canhui .centerBox .content .left p::after {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #ffc000;
  position: absolute;
  top: 43px;
  left: -20px;
  transform: rotate(45deg);
}
#app .zixun {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background: url('../images/zixunBg.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .zixun .content ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 35px;
}
#app .zixun .content ul li {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 580px;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 15px;
  border-radius: 5px;
}
#app .zixun .content ul li .imgBox {
  margin-right: 10px;
}
#app .zixun .content ul li .desc .p1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .zixun .content ul li .desc .p2 {
  font-size: 13px;
}
#app .zixun .content ul li .desc .p2 a {
  color: #ff0000;
}
#app .wangqi {
  width: 100%;
  background: url('../images/bg.png') no-repeat center top;
  background-size: cover;
  padding: 35px 0 0;
}
#app .wangqi .content {
  margin-top: 30px;
}
#app .wangqi .content img {
  width: 1200px;
}
#app .shenbao {
  padding-bottom: 40px;
}
#app .shenbao .content {
  margin-top: 60px;
}
#app .shenbao .content ul {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 475px;
  background: url(../images/apply_bg1.png) no-repeat center bottom;
}
#app .shenbao .content ul li {
  width: 286px;
  height: 363px;
  margin: 0 90px;
  background: url(../images/apply_bg2.png) no-repeat center;
  text-align: center;
  box-sizing: border-box;
}
#app .shenbao .content ul li p {
  font-size: 18px;
  color: #ffe4ab;
  line-height: 2em;
}
#app .shenbao .content ul li img {
  margin: 12px 0;
}
#app .jiabin {
  width: 100%;
  height: 1082px;
  box-sizing: border-box;
  background: url('../images/bg3.png') no-repeat center top;
  background-size: cover;
  padding: 104px 0;
}
#app .jiabin .content {
  margin-top: 70px;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  width: 16.65%;
}
#app .jiabin > .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .jiabin .guest-item {
  margin-bottom: 30px;
  height: 285px;
  width: 100%;
}
#app .jiabin .guest-item .name {
  color: #ffd99b;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .pic {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  background: url("../images/jiabin/ring.png") center no-repeat;
}
#app .jiabin .guest-item .pic img {
  border-radius: 100%;
  width: 138px;
  height: 138px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .guest-item .pic .tips {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 138px;
  height: 138px;
  margin: auto;
  border-radius: 50%;
  background: #fff2e0;
  font-size: 13px;
  color: #550005;
  text-align: center;
  line-height: 138px;
  z-index: 2;
}
#app .jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .jiabin .guest-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #ffd99b;
}
#app .xuanchuan {
  padding-top: 50px;
  padding-bottom: 50px;
}
#app .xuanchuan .content {
  margin-top: 30px;
}
#app .xuanchuan .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .xuanchuan .content ul li {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
#app .xuanchuan .content ul li .decT {
  font-size: 20px;
  color: #5a00ff;
  font-weight: 600;
  padding-bottom: 20px;
}
#app .xuanchuan .content ul li .imgbox {
  margin-right: 20px;
}
#app .aboutUs {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/bg5.png') repeat-y center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
}
#app .aboutUs .content {
  margin-top: 60px;
}
#app .aboutUs .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  color: #ffe0b4;
}
#app .aboutUs .content .card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  width: 460px;
  padding: 40px 50px 15px 18px;
  background: #670d0f;
  border-radius: 4px;
}
#app .aboutUs .content .card h3 {
  font-size: 28px;
}
#app .aboutUs .content .card h4 {
  font-size: 16px;
  margin: 5px 0 20px;
}
#app .aboutUs .content .card p {
  line-height: 1.8em;
}
#app .aboutUs .content .card p img {
  margin-right: 8px;
}
#app .aboutUs .content .card-wx {
  width: 165px;
  padding-bottom: 5px;
  text-align: center;
}
#app .aboutUs .content .card-wx img:first-child {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
#app .aboutUs .content .card-wx p {
  font-size: 12px;
  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);
  }
}
