.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 70px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item .share-n:hover {
  color: #000;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  width: 145px;
  position: fixed;
  right: -150px;
  top: 30%;
  box-sizing: border-box;
  background: url(../images/right_bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: right 0.5s;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
#app .right_gg .right_gg-item span {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  z-index: 2;
}
#app .right_gg .right_gg-item:hover span {
  color: #f00;
}
#app .right_gg_activate {
  right: 10px;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  height: 100%;
}
#app .header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#app .header ul a,
#app .header ul li {
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
#app .header ul a span,
#app .header ul li span {
  position: relative;
  z-index: 2;
}
#app .titleCC {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#app .titleCC .cn {
  font-size: 53px;
  line-height: 53px;
  font-weight: 600;
  color: #f9d78e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #0b62bc, #0bafb8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#app .titleCC .cn b {
  font-size: 80px;
}
#app .titleCC .cn i {
  font-size: 30px;
  line-height: 20px;
}
#app .titleCC .en {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}
#app .button-next {
  right: -80px;
}
#app .banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  background: url("../images/banner.png") no-repeat center;
}
#app .banner .centerBox {
  height: 100%;
  box-sizing: border-box;
}
#app .banner .centerBox a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .intro {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#app .intro .content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  display: flex;
}
#app .intro .content .swiperBox {
  width: 390px;
  box-sizing: border-box;
}
#app .intro .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .intro .content .swiperBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .intro .content .swiperBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .intro .text {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 50px;
}
#app .intro .text p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}
#app .why {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
}
#app .why .content {
  margin-top: 50px;
}
#app .why .content ul {
  display: flex;
  flex-wrap: wrap;
}
#app .why .content ul li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  height: 240px;
  border-left: 1px dashed #f1be70;
  border-bottom: 1px dashed #f1be70;
  cursor: pointer;
  color: #f1be70;
}
#app .why .content ul li .name,
#app .why .content ul li .desc {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
#app .why .content ul li .name {
  opacity: 1;
}
#app .why .content ul li .name p {
  font-size: 20px;
  margin-top: 15px;
}
#app .why .content ul li .desc {
  opacity: 0;
}
#app .why .content ul li .desc p {
  box-sizing: border-box;
  width: 100%;
  padding: 0 26px;
  font-size: 15px;
  line-height: 1.8em;
}
#app .why .content ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #ff8e12, rgba(255, 142, 18, 0));
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: '';
}
#app .why .content ul li:hover::after {
  opacity: 0.24;
}
#app .why .content ul li:hover .name {
  opacity: 0;
}
#app .why .content ul li:hover .desc {
  opacity: 1;
}
#app .why .content ul li:nth-child(1),
#app .why .content ul li:nth-child(5) {
  border-left: none;
}
#app .why .content ul li:nth-child(5),
#app .why .content ul li:nth-child(6),
#app .why .content ul li:nth-child(7),
#app .why .content ul li:nth-child(8) {
  border-bottom: none;
}
#app .liucheng {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
}
#app .liucheng .content {
  margin-top: 120px;
}
#app .liucheng .content .tab {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#app .liucheng .content .tab li {
  position: relative;
  padding: 48px 18px;
  box-sizing: border-box;
  border-radius: 20px;
}
#app .liucheng .content .tab li .pingxuanTitle {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#app .liucheng .content .tab li .desc {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: justify;
  margin-top: 55px;
}
#app .liucheng .content .tab li .jieduan {
  position: absolute;
  top: -75px;
  left: 0;
  width: 170px;
  height: 185px;
  font-size: 22px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom-right-radius: 50px;
}
#app .liucheng .content .tab .tab1 {
  background-image: linear-gradient(to right, #bd2524, #761829);
}
#app .liucheng .content .tab .tab1 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #f37c48);
}
#app .liucheng .content .tab .tab2 {
  background-image: linear-gradient(to right, #c85810, #862f04);
}
#app .liucheng .content .tab .tab2 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #e08b2b);
}
#app .liucheng .content .tab .tab3 {
  background-image: linear-gradient(to right, #5f2ec1, #2e2979);
}
#app .liucheng .content .tab .tab3 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #b776d9);
}
#app .liucheng .content .rule {
  box-sizing: border-box;
  height: 236px;
  margin-top: 60px;
  padding-top: 35px;
  background: url(../images/rule.png) no-repeat center;
  background-size: 100% auto;
}
#app .liucheng .content .rule h3 {
  width: 140px;
  height: 40px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff4dd;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background: linear-gradient(to bottom, #bd2524, #7c1829);
}
#app .liucheng .content .rule p {
  padding: 0 38px;
  margin-top: 22px;
  font-size: 18px;
  color: #fff4dd;
  line-height: 32px;
  letter-spacing: 1px;
}
#app .liucheng .content .rule p span {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 10px 0 45px;
  margin-left: 5px;
  line-height: 30px;
  border-radius: 15px 15px 15px 0;
  background: linear-gradient(to right, #a82425, rgba(243, 204, 47, 0));
}
#app .liucheng .content .rule p span i {
  position: absolute;
  left: 0;
  top: -5px;
  width: 44px;
  height: 40px;
  background: url(../images/icon.png) no-repeat center;
}
#app .yichneg {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background: url(../images/huiyiBG.png) no-repeat center bottom;
  background-size: cover;
}
#app .yichneg table {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 50px;
}
#app .yichneg table tr th {
  background-color: #0ed5ff;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  padding: 10px 0;
}
#app .yichneg table tr td {
  padding: 15px 0;
  vertical-align: text-top;
}
#app .yichneg table tr td .title {
  font-size: 22px;
  color: #0b62bb;
  font-weight: 600;
  line-height: 24px;
}
#app .yichneg table tr td p {
  font-size: 18px;
  line-height: 24px;
}
#app .yichneg table tr td:nth-child(2n+1) {
  text-align: center;
  padding: 0 10px;
}
#app .yichneg table tr:nth-child(2n) {
  background-color: #e7f3ff;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  padding-bottom: 60px;
  background-color: #fff;
}
#app .liangdian .swiperBox {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
}
#app .liangdian .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .liangdian .swiperBox .swiper .swiper-slide {
  background: url(../images/ldBG.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 30px;
  gap: 10px;
}
#app .liangdian .swiperBox .swiper .swiper-slide .title {
  font-size: 24px;
  font-weight: 600;
  color: #0b62bb;
}
#app .liangdian .swiperBox .swiper .swiper-slide .desc {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
#app .liangdian .swiperDito {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
#app .tongqi {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  padding-bottom: 60px;
  background: url(../images/tongqiBG.png) no-repeat center bottom;
  background-size: cover;
}
#app .tongqi .descInfo {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 50px;
}
#app .tongqi .descInfo .title {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  background: url(../images/tongqiBG2.png) no-repeat center bottom;
  background-size: cover;
}
#app .tongqi .descInfo .title li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  gap: 20px;
  cursor: pointer;
  opacity: 0.7;
}
#app .tongqi .descInfo .title .activate {
  opacity: 1;
}
#app .tongqi .descInfo .infoContent {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
#app .tongqi .descInfo .infoContent1 .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-indent: 2em;
}
#app .tongqi .descInfo .infoContent1 .info2 .title2 {
  font-size: 24px;
  color: #0b63bb;
  font-weight: 600;
  line-height: 40px;
  border-left: 6px solid #0ed4ff;
  padding-left: 15px;
}
#app .tongqi .descInfo .infoContent1 .info2 table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#app .tongqi .descInfo .infoContent1 .info2 table tr td {
  color: #0b63bb;
  font-size: 16px;
  line-height: 30px;
}
#app .tongqi .descInfo .infoContent1 .info2 table tr td span {
  color: #000;
}
#app .tongqi .descInfo .infoContent2 .descBox {
  width: 100%;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
}
#app .tongqi .descInfo .infoContent2 .descBox .title2 {
  font-size: 24px;
  color: #0b62bb;
  font-weight: 600;
}
#app .tongqi .descInfo .infoContent2 .descBox .text {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}
#app .tongqi .descInfo .infoContent2 .descBox .desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#app .tongqi .descInfo .infoContent2 .title2 {
  font-size: 24px;
  color: #0b62bb;
  font-weight: 600;
}
#app .canhui {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  padding-bottom: 60px;
  background-color: #e4f1ff;
}
#app .canhui .descInfo {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  margin-top: 60px;
  align-items: center;
}
#app .canhui .descInfo ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}
#app .canhui .descInfo ul li {
  min-height: 100px;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #fff;
  display: flex;
  border-radius: 10px;
  align-items: center;
  font-size: 18px;
  background-image: linear-gradient(to right, #0b62bb, #249fff);
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  padding-bottom: 60px;
  background-color: #e4f1ff;
}
#app .jiabin .content {
  position: relative;
}
#app .jiabin .content .tag {
  text-align: center;
  color: #666666;
  font-weight: 18px;
  padding-top: 30px;
}
#app .jiabin .content .swiper-button-next {
  right: -80px;
  font-weight: 900;
}
#app .jiabin .content .swiper-button-prev {
  left: -80px;
  font-weight: 900;
}
#app .jiabin .content .swiper-pagination {
  position: unset;
  inset: unset;
  margin-top: 50px;
}
#app .jiabin .content .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 60px;
  display: inline-block;
  box-sizing: border-box;
}
#app .jiabin .content .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #0b63bb;
}
#app .jiabin .content .swiper {
  width: 100%;
  height: 100%;
}
#app .jiabin .content .tips {
  font-size: 20px;
  color: #fff4dd;
  line-height: 40px;
}
#app .jiabin .jiabin-list {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  grid-row-gap: 0px;
  grid-column-gap: 20px;
}
#app .jiabin .jiabin-list .jiabin-item {
  margin-top: 40px;
  position: relative;
}
#app .jiabin .jiabin-list .jiabin-item .pic {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#app .jiabin .jiabin-list .jiabin-item .pic img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
#app .jiabin .jiabin-list .jiabin-item .user {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#app .jiabin .jiabin-list .jiabin-item .name {
  width: 100%;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #0b63bb;
}
#app .jiabin .jiabin-list .jiabin-item .info {
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #000;
}
#app .tuiguang {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background-color: #dfedff;
}
#app .tuiguang .content ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 20px;
  margin-top: 100px;
}
#app .tuiguang .content ul li {
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  padding-top: 60px;
}
#app .tuiguang .content ul li .info {
  position: relative;
}
#app .tuiguang .content ul li .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#app .tuiguang .content ul li .title {
  color: #0b63bb;
  font-size: 22px;
  font-weight: 600;
}
#app .qiye,
#app .meiti {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e2f0ff;
}
#app .qiye .content,
#app .meiti .content {
  position: relative;
  margin-top: 25px;
}
#app .qiye .content .swiper-pagination,
#app .meiti .content .swiper-pagination {
  position: unset;
  inset: unset;
  margin-top: 50px;
}
#app .qiye .content .swiper-pagination .swiper-pagination-bullet,
#app .meiti .content .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 60px;
  display: inline-block;
  box-sizing: border-box;
}
#app .qiye .content .swiper-pagination .swiper-pagination-bullet-active,
#app .meiti .content .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #0b63bb;
}
#app .review {
  box-sizing: border-box;
  padding-top: 50px;
}
#app .review .content {
  position: relative;
  margin-top: 50px;
  --swiper-pagination-color: #b33a07;
  --swiper-pagination-bullet-inactive-color: #e8c086;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
#app .review .content .swiper-pagination {
  bottom: -50px;
}
#app .review .content .review-box {
  position: relative;
  height: 532px;
  overflow: hidden;
}
#app .review .content .swiper,
#app .review .content .swiper-slide {
  width: 100%;
  height: 100%;
}
#app .review .content .swiper .reviewInfo,
#app .review .content .swiper-slide .reviewInfo {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  border: 10px solid rgba(251, 234, 202, 0.34);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
#app .review .content .swiper .reviewInfo .info,
#app .review .content .swiper-slide .reviewInfo .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fffef7;
}
#app .review .content .swiper .reviewInfo .info .desc,
#app .review .content .swiper-slide .reviewInfo .info .desc {
  padding: 0 22px;
  height: 240px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .review .content .swiper .reviewInfo .info .desc p,
#app .review .content .swiper-slide .reviewInfo .info .desc p {
  font-size: 18px;
  font-weight: 600;
  color: #50201b;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b2b0;
}
#app .review .content .swiper .reviewInfo .info .desc .time,
#app .review .content .swiper-slide .reviewInfo .info .desc .time {
  color: #414141;
  font-size: 17px;
}
#app .review .content .swiper .reviewInfo .info .desc .more,
#app .review .content .swiper-slide .reviewInfo .info .desc .more {
  text-align: right;
  margin-top: 58px;
}
#app .review .content .swiper .reviewInfo .info .desc .more a,
#app .review .content .swiper-slide .reviewInfo .info .desc .more a {
  color: #272727;
  font-size: 16px;
}
#app .review .content .swiper .reviewInfo .info .img,
#app .review .content .swiper-slide .reviewInfo .info .img {
  flex: 1;
}
#app .review .content .swiper .reviewInfo .info .img img,
#app .review .content .swiper-slide .reviewInfo .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .review .content .swiper .reviewInfo .info:nth-child(2n),
#app .review .content .swiper-slide .reviewInfo .info:nth-child(2n) {
  background-color: #fbf2e2;
  flex-direction: column-reverse;
}
#app .baoming {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
#app .baoming .content {
  margin-top: 50px;
}
#app .baoming .content ul {
  display: flex;
  justify-content: space-around;
}
#app .baoming .content ul li {
  width: 544px;
  height: 214px;
  background: url(../images/item_bm.png) no-repeat center;
}
#app .baoming .content ul li h3 {
  height: 50px;
  font-size: 24px;
  color: #442011;
  line-height: 50px;
  text-align: center;
}
#app .baoming .content ul li div {
  display: flex;
  align-items: center;
  height: 150px;
  margin-top: 8px;
  text-align: center;
}
#app .baoming .content ul li div p {
  width: 100%;
  font-size: 20px;
  color: #fff4dd;
}
#app .baoming .content ul li div p a {
  display: inline-block;
  width: 106px;
  height: 30px;
  margin: 0 auto;
  font-size: 18px;
  color: #fffbf4;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #e73f1a, #c50c0b);
}
#app .zanzhuType {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #e2f0ff;
}
#app .zanzhuType .content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
#app .zanzhuType .content .info {
  flex: 1;
}
#app .zanzhuType .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 20px;
}
#app .zanzhuType .content ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#app .zanzhuType .content ul li .title {
  width: 270px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #00f6ff, #24a0ff);
  font-size: 30px;
  color: #fff;
  padding: 4px 0;
  border-radius: 6px;
  text-align: center;
}
#app .wangjie {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  padding-bottom: 200px;
  background: #e2f0ff url(../images/wangjieBG.png) no-repeat center bottom;
  background-size: cover;
}
#app .wangjie .content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .wangjie .content .content2 {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
#app .wangjie .content .content2 .descInfo {
  width: 385px;
  height: 425px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 100px;
  left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#app .wangjie .content .content2 .descInfo .desc_title {
  font-size: 24px;
  font-weight: 900;
  color: #000;
}
#app .wangjie .content .content2 .descInfo .time {
  font-size: 18px;
  color: #666666;
}
#app .wangjie .content .content2 .descInfo .toRight {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
}
#app .wangjie .content .content2 .button-next,
#app .wangjie .content .content2 .button-prev {
  z-index: 9999;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #00f6ff, #24a0ff);
}
#app .wangjie .content .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 50px;
}
#app .wangjie .content .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .wangjie .content .swiper-slide img {
  width: 100%;
  height: auto;
}
#app .wangjie .content .swiper-slide {
  width: 60%;
}
#app .wangjie .content .swiper-slide:nth-child(2n) {
  width: 60%;
}
#app .wangjie .content .swiper-slide:nth-child(3n) {
  width: 60%;
}
#app .contact {
  box-sizing: border-box;
  height: 400px;
  padding-top: 60px;
  background: url("../images/contact.png") no-repeat center;
}
#app .contact .titleCC {
  font-size: 44px;
  color: #fcf0d4;
  line-height: 1em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 80px;
  color: #fff;
}
#app .contact .content .text li h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}
#app .contact .content .text li p {
  font-size: 17px;
  line-height: 1.5em;
}
#app .contact .content .qr {
  display: flex;
}
#app .contact .content .qr li {
  margin-left: 45px;
  text-align: center;
}
#app .contact .content .qr li p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 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);
  }
}
