.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}
.shareBox > div img {
  width: 30px;
  margin-right: 10px;
}
.shareBox > div .qr {
  width: 150px;
}
.shareBox .weixin {
  position: relative;
}
.shareBox .weixin .qrBox {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -160px;
  left: -200px;
  width: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.shareBox .weixin .qrBox h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #777;
}
.shareBox .weixin .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.shareBox .weixin:hover .qrBox {
  display: block;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .fixedBox {
  width: 144px;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  border: 4px solid #1818ff;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .fixedBox .fixed > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  position: relative;
}
#app .fixedBox .fixed > ul li {
  width: 112px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 20px;
  background-color: #187fff;
  border-radius: 8px;
  transition: all 0.5s;
}
#app .fixedBox .fixed > ul li a {
  color: #fff;
}
#app .fixedBox .fixed > ul li:hover {
  background-image: linear-gradient(to right, #18c7f1, #181aff);
}
#app .fixedBox .fixed > ul .top {
  width: 93px;
  height: 22px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #601806;
  margin-bottom: 0;
  margin-top: 15px;
  background: url('../images/topBg.png') no-repeat center;
}
#app .isFixedBar {
  right: 0px;
  opacity: 1;
}
#app .huaxu {
  width: 100%;
  background-color: #1e0539;
  padding-top: 50px;
}
#app .huaxu .content {
  margin-top: 50px;
}
#app .titleCC {
  height: 74px;
  position: relative;
}
#app .titleCC img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#app .header {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}
#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: 18px;
  cursor: pointer;
  color: #000;
}
#app .header ul li a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 18px;
  color: #fff;
  padding: 10px 12px;
  border-radius: 5px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#app .header ul .bar a {
  color: #fff;
}
#app .header ul .bar:hover {
  font-weight: 600;
}
#app .banner {
  width: 100%;
  height: 789px;
  box-sizing: border-box;
}
#app .banner .swiperBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .banner .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .banner .swiperBox .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: no-repeat center / cover;
}
#app .banner .centerBox {
  height: 100%;
  padding-top: 162px;
}
#app .banner2 {
  width: 100%;
  height: 86px;
  box-sizing: border-box;
  background: url('../images/banner2.png') no-repeat center top;
  background-size: cover;
}
#app .titleCC {
  text-align: center;
}
#app .titleCC img {
  max-width: 100%;
}
#app .jieshao {
  padding-bottom: 50px;
  background: #fff;
  background-size: 100% 100%;
}
#app .jieshao .centerBox {
  position: relative;
}
#app .jieshao .centerBox .titleCC {
  padding: 50px 0;
}
#app .jieshao .content {
  width: 100%;
  box-sizing: border-box;
}
#app .jieshao .content .tagBox {
  text-indent: 2em;
  font-size: 20px;
  text-align: justify;
  padding-top: 10px;
  line-height: 35px;
}
#app .jieshao .content .tagBox span {
  color: #20a5fc;
}
#app .jieshao .content .infoBox {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .jieshao .content .infoBox .imgBox {
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
#app .jieshao .content .infoBox .imgBox img {
  max-width: 100%;
}
#app .jieshao .content .infoBox .descBox {
  width: 675px;
  box-sizing: border-box;
}
#app .jieshao .content .infoBox .descBox p {
  font-size: 20px;
  line-height: 48px;
  color: #000;
  text-indent: 2em;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: #eeeeee;
}
#app .liangdian .content .title {
  margin-bottom: 15px;
}
#app .liangdian .content .title span {
  font-size: 30px;
  font-weight: 900;
  color: #161616;
  position: relative;
  padding-bottom: 8px;
}
#app .liangdian .content .title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d27614;
}
#app .liangdian .content .desc {
  font-size: 20px;
  line-height: 44px;
}
#app .liangdian .content .swiperBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 50px;
  border-radius: 10px;
  position: relative;
}
#app .liangdian .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 70px;
}
#app .liangdian .content .swiperBox .swiper-3d .swiper-slide-shadow-right,
#app .liangdian .content .swiperBox .swiper-3d .swiper-slide-shadow-left {
  background-image: unset;
}
#app .liangdian .content .swiperBox .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .liangdian .content .swiperBox .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background: no-repeat center / cover;
}
#app .liangdian .content .swiperBox .swiper-slide .imgBox img {
  background: transparent;
}
#app .liangdian .content .swiperBox .swiper-slide .text {
  padding: 10px 0;
}
#app .huigu {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: #eeeeee;
}
#app .huigu .content .swiperBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  border-radius: 10px;
  position: relative;
}
#app .huigu .content .swiperBox .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#app .huigu .content .swiperBox .swiper-3d .swiper-slide-shadow-right,
#app .huigu .content .swiperBox .swiper-3d .swiper-slide-shadow-left {
  background-image: unset;
}
#app .huigu .content .swiperBox .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
  background: #fff;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background: no-repeat center / cover;
}
#app .huigu .content .swiperBox .swiper-slide .text {
  padding: 10px 0;
}
#app .huigu .content .swiperBox .swiper-slide img {
  display: block;
  width: 100%;
}
#app .tongqi {
  width: 100%;
  height: 590px;
  box-sizing: border-box;
  background: #240c41 url('../images/tongqiBG.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .tongqi .content ul {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 366px);
  grid-template-rows: repeat(3, 175px);
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  margin-top: 50px;
}
#app .tongqi .content ul li img {
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#app .zanzhu {
  padding: 50px 0;
  box-sizing: border-box;
  background: url('../images/zanzhuBG1.png') no-repeat center bottom;
  background-size: cover;
}
#app .zanzhu .titleCC {
  padding: 15px 0;
}
#app .zanzhu .content {
  height: 555px;
  box-sizing: border-box;
  text-align: center;
  background: url('../images/zanzhuBG.png') no-repeat center;
}
#app .zanzhu .content ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .zanzhu .content ul .desc {
  width: 500px;
  height: 125px;
  box-sizing: border-box;
  cursor: pointer;
}
#app .zanzhu .content ul .desc .default {
  width: 100%;
  height: 100%;
  padding-right: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  color: #fff;
}
#app .zanzhu .content ul .desc .desc_text {
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #fff;
  display: none;
  text-align: justify;
  padding-right: 80px;
  justify-content: flex-end;
}
#app .zanzhu .content ul .desc .desc_text span {
  width: 300px;
  display: inline-block;
}
#app .zanzhu .content ul .desc:hover .default {
  display: none;
}
#app .zanzhu .content ul .desc:hover .desc_text {
  display: flex;
}
#app .zanzhu .content ul .desc1 {
  position: absolute;
  top: 90px;
  left: -90px;
  box-sizing: border-box;
  background: url('../images/xc1.png') no-repeat center right;
}
#app .zanzhu .content ul .desc2 {
  position: absolute;
  top: 220px;
  left: -165px;
  box-sizing: border-box;
  background: url('../images/xc2.png') no-repeat center right;
}
#app .zanzhu .content ul .desc3 {
  position: absolute;
  top: 355px;
  left: -90px;
  box-sizing: border-box;
  background: url('../images/xc3.png') no-repeat center right;
}
#app .zanzhu .content ul .desc4 {
  position: absolute;
  top: 80px;
  right: -100px;
  box-sizing: border-box;
  background: url('../images/xc4.png') no-repeat center left;
}
#app .zanzhu .content ul .desc4 .default {
  flex-direction: row-reverse;
  padding-left: 70px;
}
#app .zanzhu .content ul .desc4 .desc_text {
  padding-left: 80px;
  justify-content: flex-start;
}
#app .zanzhu .content ul .desc5 {
  position: absolute;
  bottom: 80px;
  right: -100px;
  box-sizing: border-box;
  background: url('../images/xc5.png') no-repeat center left;
}
#app .zanzhu .content ul .desc5 .default {
  flex-direction: row-reverse;
  padding-left: 70px;
}
#app .zanzhu .content ul .desc5 .desc_text {
  padding-left: 80px;
  justify-content: flex-start;
}
#app .huigu {
  padding: 50px 0;
  box-sizing: border-box;
}
#app .huigu .titleCC {
  padding: 15px 0;
}
#app .huigu .content {
  text-align: center;
}
#app .huigu .content ul {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .huigu .content ul > div {
  display: flex;
  width: 950px;
  box-sizing: border-box;
}
#app .huigu .content ul .top {
  border-bottom: 1px solid;
}
#app .huigu .content ul .top li {
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
}
#app .huigu .content ul .bottom {
  border-top: 1px solid;
  transform: translateX(50px);
}
#app .huigu .content ul .bottom li {
  border: 1px solid #000;
  border-bottom: none;
  border-top: none;
}
#app .huigu .content ul .bottom li img {
  transform: translateY(10px);
}
#app .huigu .content ul li {
  width: 475px;
  height: 240px;
  box-sizing: border-box;
  padding: 0 20px;
}
#app .huigu .content ul li .default {
  width: 100%;
  box-sizing: border-box;
}
#app .huigu .content ul li .default img {
  max-width: 100%;
}
#app .huigu .content ul li .active {
  display: none;
}
#app .huigu .content ul li .active img {
  max-width: 100%;
}
#app .huigu .content ul li:hover .default {
  display: none;
}
#app .huigu .content ul li:hover .active {
  display: block;
}
#app .meiti {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
#app .meiti .content {
  text-align: center;
  margin-top: 50px;
}
#app .richeng {
  padding: 50px 0;
}
#app .richeng .titleCC {
  padding: 30px;
}
#app .richeng .tabBar {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .richeng .tabBar li {
  width: 195px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #ed5557;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin: 50px;
  cursor: pointer;
  user-select: none;
}
#app .richeng .tabBar .active {
  background-color: #425cf0;
  position: relative;
}
#app .richeng .tabBar .active::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  border-width: 0 15px 15px;
  border-style: solid;
  transform: rotate(180deg) translateX(50%);
  border-color: transparent transparent #425cf0;
}
#app .richeng table {
  width: 100%;
  border: 1px solid #425cf0;
}
#app .richeng table table {
  border: none;
}
#app .richeng table ul {
  display: flex;
}
#app .richeng table ul li {
  font-size: 18px;
  line-height: 36px;
  flex: 1;
}
#app .richeng .tabTitle {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #425cf0;
  padding: 20px 0;
}
#app .richeng .time {
  width: 240px;
  text-align: center;
  border-top: 1px solid #425cf0;
  padding: 15px 0;
}
#app .richeng .block {
  border-top: 1px solid #425cf0;
  border-left: 1px solid #425cf0;
  padding: 15px 0;
  padding-left: 90px;
}
#app .richeng .title {
  font-size: 18px;
  color: #425cf0;
  font-weight: 600;
  padding: 10px 0;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  background: #000 url('../images/guanzhongBG.png') no-repeat center top / cover;
  padding-top: 60px;
  padding-bottom: 30px;
}
#app .qiye .content {
  width: 850px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  margin-top: 50px;
}
#app .qiye .content .swiper {
  width: 100%;
  height: 100%;
}
#app .qiye .content .swiper-slide {
  text-align: center;
  font-size: 18px;
}
#app .qiye .content .swiper-button-next,
#app .qiye .content .swiper-button-prev {
  width: 68px;
  height: 90px;
  border-radius: 10px;
  background-color: #150cbe;
  color: #fff;
}
#app .qiye .content .swiper-button-prev {
  left: -110px;
}
#app .qiye .content .swiper-button-next {
  right: -110px;
}
#app .qiye .content .swiper-slide {
  display: flex;
  justify-content: center;
}
#app .qiye .content .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #000;
}
#app .qiye .content .tips {
  text-align: right;
  color: #fff4ba;
  font-size: 12px;
  margin-top: 10px;
}
#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 .shenbao {
  width: 100%;
  box-sizing: border-box;
  background: #1e0539;
  background-size: 100% 100%;
  padding: 80px 0;
}
#app .shenbao .content {
  margin-top: 50px;
}
#app .shenbao .content ul {
  display: flex;
  justify-content: center;
}
#app .shenbao .content ul li {
  padding: 0 10px;
}
#app .canhui {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 80px;
}
#app .canhui .content {
  color: #000;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .canhui .content .left {
  width: 740px;
  box-sizing: border-box;
}
#app .canhui .content .left ul {
  width: 100%;
  box-sizing: border-box;
}
#app .canhui .content .left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
#app .canhui .content .left ul li .jinduBox {
  width: 288px;
  height: 115px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #228de2;
}
#app .canhui .content .left ul li .jinduBox .name {
  font-size: 30px;
  line-height: 30px;
  color: #228de2;
}
#app .canhui .content .left ul li .jinduBox .num {
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  color: #228de2;
  margin: 5px 0;
}
#app .canhui .content .left ul li .jinduBox .jindu {
  width: 200px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 6px;
  position: relative;
}
#app .canhui .content .left ul li .jinduBox .jindu .el-progress-bar__innerText {
  display: none;
}
#app .canhui .content .left ul li .desc {
  font-size: 22px;
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 35px;
  background: url('../images/canhui1.png') no-repeat;
  background-size: 100% 100%;
}
#app .canhui .content .left ul li:last-child {
  color: #fb5b97;
}
#app .canhui .content .left ul li:last-child .jinduBox {
  border: 1px solid #fb5b97;
}
#app .canhui .content .left ul li:last-child .jinduBox .name {
  color: #fb5b97;
}
#app .canhui .content .left ul li:last-child .jinduBox .num {
  color: #fb5b97;
}
#app .canhui .content .left ul li:last-child .desc {
  background: url('../images/canhui2.png') no-repeat;
  background-size: 100% 100%;
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/wagnjieJiabin.png') no-repeat center;
  background-size: 100% 100%;
  padding: 50px 0;
}
#app .jiabin .content {
  margin-top: 50px;
  overflow: hidden;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  width: 20%;
  position: relative;
}
#app .jiabin .tips {
  width: 1000px;
  font-size: 18px;
  color: #fff;
  padding-top: 30px;
  position: absolute;
  top: 30px;
}
#app .jiabin .guest-item {
  margin-bottom: 35px;
  width: 190px;
}
#app .jiabin .guest-item .name {
  color: #fff4ba;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .pic {
  width: 191px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .guest-item .pic img {
  border-radius: 75px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}
#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%;
  height: auto;
  box-sizing: border-box;
  background: #160528 url('../images/usbg.png') no-repeat center top;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}
#app .aboutUs .content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
#app .aboutUs .content ul {
  width: 100%;
}
#app .aboutUs .content ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-right: 50px;
  margin-bottom: 50px;
}
#app .aboutUs .content ul li .text p {
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
#app .aboutUs .content ul li .text p:first-child {
  font-size: 25px;
  font-weight: 600;
}
#app .aboutUs .content ul li .imgBox {
  width: 200px;
  text-align: center;
  color: #fff;
}
#app .aboutUs .content ul li .imgBox img {
  width: 130px;
  height: 130px;
}
#app .aboutUs .content ul li .imgBox .imgText {
  margin-top: 10px;
}
#app .aboutUs .content ul li .imgText {
  text-align: center;
}
@-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);
  }
}
