
body {
  font-size: 12px;
  min-width: 1200px;
}
.module-title h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-title img {
  width: 116px;
  height: 10px;
}
.module-title span {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  margin: 0 10px;
}
.module-title p {
  line-height: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  opacity: 0.3;
  text-align: center;
}

@keyframes move {
  0% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(12px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(12px);
  }
}
.container {
  width: 100%;
  overflow: hidden;
}
.banner {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: top center;
}
.banner1 {
  background-image: url(../images/banner.jpg);
}
.banner2 {
  background-image: url(../images/banner_activity.jpg);
}
.form-wrap {
  width: 100%;
  background-color: #F5F6FB;
  height: 125px;
}
.form-wrap .w1200 {
  position: relative;
}
.form-wrap form {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 1px 4px 38px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 48px 5px 40px;

  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: left 16px top 16px, right 16px top 16px;
}
.form-wrap form h4 {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.form-wrap form .first-item {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.form-wrap form .first-item span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.form-wrap form .first-item .label-parent {
  margin-left: 16px;
}
.form-wrap form .first-item .label-parent label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  padding-left: 24px;
  background-image: url(../images/default-icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.form-wrap form .first-item .label-parent label.on {
  background-image: url(../images/active-icon.png);
}
.form-wrap form .first-item .label-parent label + label {
  margin-left: 20px;
}
.form-wrap form .content {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-wrap form .content .item-form {
  width: 252px;
  height: 50px;
  position: relative;
}
.form-wrap form .content .item-form::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 16px;
  width: 1px;
  height: 17px;
  background-color: #CCCCCC;
}
.form-wrap form .content .item-form.last-item {
  width: 324px;
}
.form-wrap form .content .item-form img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 11px;
  top: 17px;
}
.form-wrap form .content .item-form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 160%;
  height: 100%;
  padding-left: 52px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding-right: 10px;
}
.form-wrap form .content .item-form input:focus {
  border-color: #10bbb8;
}
.form-wrap form .content .item-form .getCode {
  position: absolute;
  right: 25px;
  padding: 0;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #10BCB8;

}
.form-wrap form .content .submit-btn {
  width: 245px;
  height: 50px;
  background: #10BCB8;
  border-radius: 4px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 10px;
}
.hot-product {
  width: 100%;
  background-color: #F5F6FB;
  overflow: hidden;

}
.hot-product .hot-list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hot-product .hot-list li {
  width: 282px;
  height: 266px;
  background: #FFFFFF;
  box-shadow: 1px 5px 30px 0px rgba(213, 213, 213, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hot-product .hot-list li:hover > img {
  display: none;
}
.hot-product .hot-list li:hover h4 {
  margin-top: 40px;
  color: #10BCB8;
}
.hot-product .hot-list li:hover .cunsult {
  display: block;
}
.hot-product .hot-list li > img {
  margin-top: 40px;
  width: 64px;
  height: 64px;
}
.hot-product .hot-list li h4 {
  text-align: center;
  margin-top: 32px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
  line-height: 18px;
}
.hot-product .hot-list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #888888;
  margin-top: 14px;
}
.hot-product .hot-list li .cunsult {
  cursor: pointer;
  width: 140px;
  height: 42px;
  background: #10BCB8;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.hot-product .hot-list li .cunsult img {
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
.hot-product .hot-list li:nth-child(n+5) {
  margin-top: 20px;
}
.poser {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 64px 0 56px 0;
}
.poser ul {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.poser ul li {
  width: 126px;
  position: relative;
}
.poser ul li:last-child::after,
.poser ul li:last-child::before {
  display: none;
}
.poser ul li::after {
  content: '';
  height: 11px;
  width: 17px;
  background-image: url(../images/poser-icon1.png);
  background-size: cover;
  position: absolute;
  right: -70px;
  top: 76px;
}
.poser ul li:nth-child(2n+1)::before {
  content: '';
  width: 89px;
  height: 8px;
  background-image: url(../images/line1.png);
  background-size: cover;
  position: absolute;
  right: -90px;
  top: 30px;
}
.poser ul li:nth-child(2n+2)::before {
  content: '';
  width: 89px;
  height: 8px;
  background-image: url(../images/line1.png);
  background-size: cover;
  position: absolute;
  right: -88px;
  top: 88px;
  transform: rotate(180deg);
}
.poser ul li:hover::after {
  background-image: url(../images/poser-icon2.png);
}
.poser ul li:hover::before {
  background-image: url(../images/line2.png);
}
.poser ul li:hover h4 {
  background-color: #FB7A46;
}
.poser ul li div {
  width: 126px;
  height: 126px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  padding: 17px;
}
.poser ul li div h4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #10BCB8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: Impact;
  font-weight: 400;
  color: #FFFFFF;
}
.poser ul li p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.subsidy {
  width: 100%;
  background-image: url(../images/subsidy.jpg);
  background-size: cover;
  background-position: top center;
  padding: 64px 0 56px 0;
  overflow: hidden;
}
.subsidy .module-title span {
  color: #ffffff;
}
.subsidy .module-title p {
  color: rgba(255, 255, 255, 0.3);
}
.subsidy ul {
  margin-top: 52px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subsidy ul li {
  width: 386px;
  height: 363px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subsidy ul li > img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
}
.subsidy ul li > h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 30px;
}
.subsidy ul li p {
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.subsidy ul li .cunsult {
  width: 210px;
  height: 52px;
  background: #10BCB8;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 38px;
}
.subsidy ul li form {
  width: 100%;
  height: 100%;
  padding: 28px;
}
.subsidy ul li form h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.subsidy ul li form h5 img {
  width: 25px;
  height: 1px;
}
.subsidy ul li form h5 span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 10px;
}
.subsidy ul li form .item-form {
  width: 95%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.subsidy ul li form .item-form.item-form {
  margin-top: 12px;
}
.subsidy ul li form .item-form span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  text-justify: distribute-all-lines;
  display: block;
  width: 64px;
}
.subsidy ul li form .item-form input {
  width: 248px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  border: none;
  padding-left: 12px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.subsidy ul li form .item-form .code {
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0;
  right: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #10BCB8;
  z-index: 2;
}
.subsidy ul li form .item-form .code::before {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #E5E5E5;
  position: absolute;
  top: 12px;
  left: -12px;
}
.subsidy ul li form .submit {
  width: 60%;
  height: 42px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #10BCB8;
  margin-top: 20px;
  margin-left: 110px;
}
.subsidy ul li:last-child {
  background-image: url(../images/form-bg.jpg);
  background-size: cover;
}
.subsidy ul li:nth-child(n+4) {
  margin-top: 20px;
}
.expert-team {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/expert-team-bg.jpg);
  background-size: cover;
  padding: 64px 0 56px;
}
.expert-team .module-title p {
  opacity: 1;
}
.expert-team .des {
  margin-top: 38px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-left: 20px;
}
.expert-team .expert-swiper {
  width: 100%;
  height: 435px;
  margin-top: 76px;
  position: relative;
}
.expert-team .swiper-slide {
  position: relative;
}
.expert-team .swiper-slide .slide-left {
  width: 1140px;
  padding: 36px 0 40px 70px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  box-shadow: 1px 6px 17px 0px rgba(0, 0, 0, 0.1);
}
.expert-team .swiper-slide .slide-left .person {
  position: relative;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.expert-team .swiper-slide .slide-left .person span {
  font-size: 20px;
  font-weight: 400;
}
.expert-team .swiper-slide .slide-left .introduce {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 32px;
}
.expert-team .swiper-slide .slide-left .success {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #10BCB8;
  line-height: 16px;
  margin-top: 26px;
}
.expert-team .swiper-slide .slide-left .entrance {
  margin-top: 42px;
}
.expert-team .swiper-slide .slide-left .entrance p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
}
.expert-team .swiper-slide .slide-left .entrance div {
  display: flex;
  margin-top: 23px;
}
.expert-team .swiper-slide .slide-left .entrance div img {
  width: 150px;
  height: 60px;
  border: 1px solid #F5F5F5;
}
.expert-team .swiper-slide .slide-left .entrance div img + img {
  margin-left: 16px;
}
.expert-team .swiper-slide .slide-right {
  width: 386px;
  height: 375px;
  position: absolute;
  right: 0;
}
.expert-team .swiper-slide .slide-right img {
  width: 386px;
  height: 375px;
}
.expert-team .swiper-slide .slide-right .cunsult {
  width: 196px;
  height: 60px;
  background: rgba(34, 171, 169, 0.8);
  border-radius: 0px 16px 0px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.expert-team .swiper-button-next {
  width: 22px;
  height: 44px;
  background-image: url(../images/swiper-next.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 173px;
  cursor: pointer;
  z-index: 98;
}
.expert-team .swiper-button-prev {
  width: 22px;
  height: 44px;
  background-image: url(../images/swiper-prev.png);
  background-size: cover;
  position: absolute;
  left: 20px;
  bottom: 173px;
  cursor: pointer;
  z-index: 98;
}
.service-firm {
  width: 100%;
  overflow: hidden;
  padding: 64px 0 56px;
}
.service-firm .module-title p {
  opacity: 1;
}
.service-firm .service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.service-firm .service-list li {
  position: relative;
  width: 228px;
  height: 145px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.service-firm .service-list li img {
  width: 100%;
  height: 100%;
}
.service-firm .service-list li:nth-child(n+6) {
  margin-top: 20px;
}
.success-case {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/success-case-bg.jpg);
  background-position: top center;
  background-size: cover;
  padding: 60px 0;
}
.success-case .case-swiper {
  margin-top: 46px;
  padding-bottom: 56px;
}
.success-case .case-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.success-case .case-swiper .swiper-slide img {
  width: 392px;
  height: 280px;
}
.success-case .case-swiper .swiper-pagination {
  bottom: 0px;
}
.success-case .case-swiper .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  background: #FDFCFD;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px;
}
.success-case .case-swiper .swiper-pagination-bullet-active {
  background: #10BCB8;
  opacity: 0.5;
}
.confirm {
  width: 100%;
  overflow: hidden;

}
.confirm .module-title p {
  opacity: 1;
}
.confirm .confirm-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.confirm .confirm-list li {
  width: 374px;
  height: 331px;
  position: relative;
}
.confirm .confirm-list li:hover img {
  transform: scale(1.2);
}
.confirm .confirm-list li:nth-child(n+4) {
  margin-top: 40px;
}
.confirm .confirm-list li i {
  display: block;
  overflow: hidden;
  width: 344px;
  height: 280px;
}
.confirm .confirm-list li i img {
  width: 344px;
  height: 280px;
  transition: all 0.6s;
}
.confirm .confirm-list li div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.confirm .confirm-list li div p {
  width: 177px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.confirm .confirm-list li div h4 {
  width: 344px;
  height: 100px;
  background-color: #FFFFFF;
  background-image: url(../images/iconfont.jpg);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: right 22px center;
  box-shadow: 1px 4px 24px 0px rgba(23, 23, 26, 0.06);
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.confirm .form-group {
  width: 100%;
  background-color: #F5F6FB;
  height: 222px;
  background: #FFFFFF;
  box-shadow: 5px 6px 19px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  position: relative;
  margin-top: 56px;
}
.confirm .form-group form {
  width: 100%;
  border-radius: 6px;
  padding: 48px 0px 40px;

  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: left 16px top 16px, right 16px top 16px;
}
.confirm .form-group form h4 {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.confirm .form-group form .first-item {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.confirm .form-group form .first-item span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.confirm .form-group form .first-item .label-parent {
  margin-left: 16px;
}
.confirm .form-group form .first-item .label-parent label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  padding-left: 24px;
  background-image: url(../images/default-icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.confirm .form-group form .first-item .label-parent label.on {
  background-image: url(../images/active-icon.png);
}
.confirm .form-group form .first-item .label-parent label + label {
  margin-left: 20px;
}
.confirm .form-group form .content {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirm .form-group form .content .item-form {
  width: 252px;
  height: 50px;
  position: relative;
}
.confirm .form-group form .content .item-form::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 16px;
  width: 1px;
  height: 17px;
  background-color: #CCCCCC;
}
.confirm .form-group form .content .item-form.last-item {
  width: 324px;
}
.confirm .form-group form .content .item-form img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 11px;
  top: 17px;
}
.confirm .form-group form .content .item-form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 160%;
  height: 100%;
  padding-left: 52px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding-right: 10px;
}
.confirm .form-group form .content .item-form input:focus {
  border-color: #10bbb8;
}
.confirm .form-group form .content .item-form .getCode {
  position: absolute;
  right: 25px;
  padding: 0;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #10BCB8;
}
.confirm .form-group form .content .submit-btn {
  width: 245px;
  height: 50px;
  background: #10BCB8;
  border-radius: 4px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
footer {
  width: 100%;
  height: 145px;
  background: #1A1A1A;
  padding-top: 48px;
}
footer p {
  width: 100%;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.67);
}
footer p:nth-child(2) {
  margin-top: 20px;
}
.right-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 496px;
  background-image: url(../images/bg.png);
  background-size: cover;
  z-index: 999;
  padding: 0 10px;
}
.right-sidebar .sidebar-top {
  padding: 16px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.right-sidebar .sidebar-top p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.right-sidebar .sidebar-top p img {
  margin-right: 8px;
}
.right-sidebar .sidebar-top h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FEFCFC;
  margin-top: 6px;
}
.right-sidebar .sidebar-body {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.right-sidebar .sidebar-body div {
  width: 110px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFCFC;
  cursor: pointer;
}
.right-sidebar .sidebar-body div:not(.flicker):hover {
  background: #FFFF00;
  color: #FF3C00;
}
.right-sidebar .sidebar-body div.flicker {
  position: relative;
  animation: flicker 1s infinite;
  -webkit-animation: flicker 1.5s infinite;
}
.right-sidebar .sidebar-body div.flicker::after {
  content: '3';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #ED3737;
  border-radius: 50%;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFCFC;
  text-align: center;
  line-height: 16px;
  animation: show 1.5s infinite;
  -webkit-animation: show 1.5s infinite;
  display: block;
}
.right-sidebar .sidebar-body div + div {
  margin-top: 12px;
}
.right-sidebar .sidebar-footer {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.right-sidebar .sidebar-footer p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFCFC;
}
.right-sidebar .sidebar-footer h4 {
  font-size: 20px;
  font-family: Impact;
  font-weight: 400;
  color: #FEFCFC;
}
.right-sidebar .call-top {
  text-align: center;
  margin-top: 8px;
}
.right-sidebar .call-top img {
  width: 44px;
  height: 45px;
  cursor: pointer;
}
@keyframes flicker {
  0% {
    background: #FFFF00;
    color: #FF3C00;
  }
  50% {
    background-color: transparent;
    color: #FEFCFC;
  }
  100% {
    background: #FFFF00;
    color: #FF3C00;
  }
}
@-webkit-keyframes flicker {
  0% {
    background: #FFFF00;
    color: #FF3C00;
  }
  50% {
    background-color: transparent;
    color: #FEFCFC;
  }
  100% {
    background: #FFFF00;
    color: #FF3C00;
  }
}
@keyframes show {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
