@import '../font-icon/proAdrFont/style.css';
a:hover {
  text-decoration: unset;
}
ul {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
.button-item {
  transition: ease-in-out all 0.3s;
}
.button-item:hover {
  transform: scale(1.05);
}
.pro-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
  display: none;
}
.pro-header .flex-content {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}
.pro-header .flex-content .logo-box {
  display: flex;
  align-items: center;
}
.pro-header .flex-content .logo-box img {
  width: 49px;
  height: 49px;
}
.pro-header .flex-content .logo-box .logo-text {
  font-size: 18px;
  color: #000000;
  margin-left: 16px;
  font-weight: bold;
}
.pro-header .flex-content .menu-box {
  display: flex;
  justify-content: space-between;
}
.pro-header .flex-content .menu-box .menu-list {
  display: flex;
  align-items: center;
}
.pro-header .flex-content .menu-box .menu-list li {
  margin-left: 43px;
}
.pro-header .flex-content .menu-box .menu-list li a {
  position: relative;
  padding-bottom: 7px;
  font-size: 16px;
}
.pro-header .flex-content .menu-box .menu-list li a:hover {
  color: #0854E7;
}
.pro-header .flex-content .menu-box .menu-list li a:hover:hover {
  color: #0854E7;
  border-bottom: 2px solid #0854E7;
}
.pro-header .flex-content .menu-box .button-box {
  margin-left: 50px;
}
.pro-header .flex-content .menu-box .button-box .button-item {
  width: 138px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
}
.pro-header .flex-content .menu-box .button-box .button-item:not(.pro-header .flex-content .menu-box .button-box .button-item:first-child) {
  margin-left: 14px;
}
.pro-header .flex-content .menu-box .button-box .button-item.download {
  background: #D4EBFF;
}
.pro-header .flex-content .menu-box .button-box .button-item.download img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.pro-header .flex-content .menu-box .button-box .button-item.download span {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.pro-header .flex-content .menu-box .button-box .button-item.buy {
  background: linear-gradient(93.29deg, #FFAE50 -30.91%, #FF3939 160.79%);
  font-size: 18px;
  color: #fff;
}
.mobile_header {
  display: none;
}
@media (max-width: 996px) {
  .pro-header {
    display: none;
  }
  .mobile_header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
  }
  .mobile_header .flex-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
  }
  .mobile_header .flex-content .logo-box {
    display: flex;
    align-items: center;
    position: relative;
  }
  .mobile_header .flex-content .logo-box .logo {
    width: 37px;
    height: 37px;
  }
  .mobile_header .flex-content .logo-box .logo-text {
    margin-left: 12px;
    display: flex;
    align-items: center;
  }
  .mobile_header .flex-content .logo-box .logo-text span {
    font-size: 18px;
  }
  .mobile_header .flex-content .logo-box .logo-text img {
    margin-left: 7px;
    width: 11px;
    height: 6px;
  }
  .mobile_header .flex-content .logo-box .menu-list {
    position: absolute;
    left: 43px;
    top: 51px;
    padding: 8px 20px;
    background: #fff;
    display: none;
  }
  .mobile_header .flex-content .logo-box .menu-list ul li {
    font-size: 16px;
    color: #313131;
  }
  .mobile_header .flex-content .logo-box .menu-list ul li:not(.mobile_header .flex-content .logo-box .menu-list ul li:first-child) {
    margin-top: 17px;
  }
  .mobile_header .flex-content .button-box .button-item {
    width: 27px;
    height: 27px;
    background-size: 100% 100%;
    display: inline-block;
  }
  .mobile_header .flex-content .button-box .button-item.download {
    background-image: url(../images/jinshi-video/mb-download.svg);
  }
  .mobile_header .flex-content .button-box .button-item.buy {
    margin-left: 9px;
    background-image: url(../images/jinshi-video/mb-gou.svg);
  }
}
.jinshi-video-pro .banner {
  background-image: url(../images/jinshi-video/banner-bg.png);
  background-size: cover;
  width: 100%;
  min-height: 619px;
}
.jinshi-video-pro .banner .flex-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 619px;
}
.jinshi-video-pro .banner .flex-content .left-box {
  flex: 0 0 46%;
}
.jinshi-video-pro .banner .flex-content .left-box .title {
  font-size: 58px;
  font-weight: bold;
  color: #FFFFFF;
  text-align-last: justify;
  width: 390px;
}
.jinshi-video-pro .banner .flex-content .left-box .desc {
  font-size: 18px;
  line-height: 184.02%;
  color: #D2D2D2;
  margin: 20px 0;
}
.jinshi-video-pro .banner .flex-content .left-box .score {
  display: flex;
  align-items: center;
}
.jinshi-video-pro .banner .flex-content .left-box .score .text {
  font-size: 18px;
  color: #D2D2D2;
}
.jinshi-video-pro .banner .flex-content .left-box .score .star-box {
  margin-left: 10px;
}
.jinshi-video-pro .banner .flex-content .left-box .score .star-box li {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url('../images/jinshi-video/star.svg');
  background-size: 100% 100%;
}
.jinshi-video-pro .banner .flex-content .left-box .score .star-box li:not(.jinshi-video-pro .banner .flex-content .left-box .score .star-box li:first-child) {
  margin-left: 2px;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac {
  margin-top: 24px;
  background: #0E25A4;
  box-shadow: inset 0px 1px 4px #0D1C70;
  border-radius: 20px;
  width: 128px;
  display: flex;
  position: relative;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac {
  flex: 0 0 50%;
  height: 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win em,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac em,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win .text,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac .text {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win em::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac em::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win .text::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac .text::before {
  color: #fff;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win .text,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac .text {
  display: none;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win.active em,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac.active em,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win.active .text,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac.active .text {
  color: #000;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win.active em::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac.active em::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win.active .text::before,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac.active .text::before {
  color: #000;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .win.active .text,
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .mac.active .text {
  display: inline-block;
  margin-left: 5px;
}
.jinshi-video-pro .banner .flex-content .left-box .win-or-mac .trans {
  transition: ease-in-out all 0.2s;
  position: absolute;
  left: 2px;
  height: 34px;
  top: 2px;
  width: 50%;
  transform: translateX(0);
  background: #fff;
  border-radius: 20px;
  z-index: 2;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper {
  margin-top: 38px;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item {
  display: inline-block;
  border-radius: 7px;
  width: 170px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item em {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.yellow {
  background: #D4EBFF;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.yellow .button-text,
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.yellow em::before {
  color: #000;
  vertical-align: middle;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.white {
  margin-left: 28px;
  background: linear-gradient(93.29deg, #FFAE50 -30.91%, #FF3939 160.79%);
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.white .button-text,
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.white em::before {
  color: #fff;
  vertical-align: middle;
}
.jinshi-video-pro .banner .flex-content .left-box .button-wrapper .butto-desc {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  text-align: left;
}
.jinshi-video-pro .banner .flex-content .right-box {
  flex: 0 0 46%;
}
.jinshi-video-pro .banner .flex-content .right-box img {
  width: 100%;
}
@media (max-width: 996px) {
  .jinshi-video-pro .banner {
    background-image: url(../images/jinshi-video/mb-banner-bg.png);
    min-height: 375px;
    padding: 80px 0 57px 0;
  }
  .jinshi-video-pro .banner .flex-content {
    display: flex;
    flex-direction: column;
    min-height: 375px;
  }
  .jinshi-video-pro .banner .flex-content .left-box {
    flex: unset;
  }
  .jinshi-video-pro .banner .flex-content .left-box .title {
    font-size: 38px;
    text-align: center;
    text-align-last: unset;
    width: auto;
  }
  .jinshi-video-pro .banner .flex-content .left-box .desc {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .jinshi-video-pro .banner .flex-content .left-box .score {
    justify-content: center;
  }
  .jinshi-video-pro .banner .flex-content .left-box .win-or-mac {
    margin: 24px auto 0 auto;
  }
  .jinshi-video-pro .banner .flex-content .left-box .button-wrapper {
    text-align: center;
  }
  .jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item {
    display: inline-block;
    border-radius: 6px;
    width: 137px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
  }
  .jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item em {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
  }
  .jinshi-video-pro .banner .flex-content .left-box .button-wrapper .button-item.white {
    margin-left: 14px;
  }
  .jinshi-video-pro .banner .flex-content .left-box .button-wrapper .butto-desc {
    margin-top: 15px;
    text-align: center;
  }
  .jinshi-video-pro .banner .flex-content .right-box {
    display: none;
  }
}
.jinshi-video-pro .tabs-wrapper {
  margin-top: 115px;
}
.jinshi-video-pro .tabs-wrapper .tabs-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item {
  flex: 0 0 14%;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item.active:after {
  display: inline-block;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  width: 99px;
  background: #FF984C;
}
.jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item img {
  width: 45px;
  height: 45px;
}
.jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item .text {
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
  display: inline-block;
}
.jinshi-video-pro .tabs-wrapper .tabs-content {
  margin-top: 28px;
  padding: 0 10px;
  position: relative;
  min-height: 510px;
}
.jinshi-video-pro .tabs-wrapper .tabs-content .content-item {
  background: #ECF3FC;
  height: 100%;
  border-radius: 22px;
  padding: 30px 50px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.jinshi-video-pro .tabs-wrapper .tabs-content .content-item .title {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  width: 80%;
  margin: 0 auto;
}
.jinshi-video-pro .tabs-wrapper .tabs-content .content-item .pic-content {
  margin-top: 20px;
}
.jinshi-video-pro .tabs-wrapper .tabs-content .content-item .pic-content img {
  width: 100%;
}
@media (max-width: 996px) {
  .jinshi-video-pro .tabs-wrapper {
    margin-top: 54px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-list {
    flex-wrap: wrap;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item {
    flex: 0 0 32%;
    margin-top: 15px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item.active:after {
    height: 2px;
    width: 66px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item img {
    width: 30px;
    height: 30px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-list .tabs-item .text {
    font-size: 12px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-content {
    min-height: 244px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-content .content-item {
    padding: 26px 12px;
  }
  .jinshi-video-pro .tabs-wrapper .tabs-content .content-item .title {
    font-size: 14px;
    line-height: 26px;
    width: 95%;
  }
}
.jinshi-video-pro .flex-wrapper {
  margin-top: 137px;
  padding: 79px 0 143px 0;
  background-image: url(../images/jinshi-video/flex-wrapper-bg.png);
  background-size: 100% 100%;
  width: 100%;
  min-height: 620px;
}
.jinshi-video-pro .flex-wrapper .title {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bold;
  background-image: url('../images/jinshi-video/title-bg.png');
  background-size: 100% 100%;
  width: 377px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
}
.jinshi-video-pro .flex-wrapper .flex-box {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item {
  flex: 0 0 32%;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(7px);
  border-radius: 14px;
  padding: 22px 25px 0;
  height: 258px;
  border: 1px solid #b2a3df;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item .icon-wrapper {
  display: flex;
  align-items: center;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item .icon-wrapper .icon-box {
  background: #FFFFFF;
  box-shadow: 2.21176px 6.08235px 23.5px 2.76471px rgba(38, 75, 118, 0.1);
  border-radius: 13.1047px;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item .icon-wrapper .icon-box img {
  max-width: 26px;
  max-height: 26px;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item .icon-wrapper .text {
  font-size: 24px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 14px;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item ul {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item ul li {
  text-align: center;
  flex: 0 0 17%;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.jinshi-video-pro .flex-wrapper .flex-box .flex-item p {
  margin-top: 18px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 184.02%;
  text-align: left;
}
.jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper {
  display: none;
}
@media (max-width: 996px) {
  .jinshi-video-pro .flex-wrapper {
    margin-top: 73px;
    padding: 46px 0;
    background: linear-gradient(55.72deg, #1732BF 9.1%, #8A16C0 117.07%);
    background-size: 100% 100%;
    width: 100%;
    min-height: 474px;
  }
  .jinshi-video-pro .flex-wrapper .title {
    font-size: 28px;
    width: 296px;
    line-height: 63px;
  }
  .jinshi-video-pro .flex-wrapper .flex-box {
    display: none;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 44px;
    height: 305px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper {
    height: 305px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item {
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(7px);
    border-radius: 14px;
    padding: 22px 25px 0;
    height: 276px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item .icon-wrapper .icon-box {
    background: #FFFFFF;
    box-shadow: 2.21176px 6.08235px 23.5px 2.76471px rgba(38, 75, 118, 0.1);
    border-radius: 13px;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item .icon-wrapper .icon-box img {
    max-width: 26px;
    max-height: 26px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item .icon-wrapper .text {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 14px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item ul {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item ul li {
    text-align: center;
    flex: 0 0 17%;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-wrapper .swiper-slide .item p {
    margin-top: 18px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 184.02%;
    text-align: center;
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:not(.jinshi-video-pro .flex-wrapper .mbflex-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5px;
  }
}
.jinshi-video-pro .grid-wrapper {
  margin-top: 119px;
}
.jinshi-video-pro .grid-wrapper .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(360deg, #081EE7 -276.72%, rgba(177, 211, 255, 0) 100%);
  border-radius: 39.5px;
  width: 269px;
  line-height: 79px;
  margin: 0 auto;
}
.jinshi-video-pro .grid-wrapper .grid-box {
  margin-top: 61px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item {
  width: 100%;
  min-height: 336px;
  position: relative;
  transition: ease-in-out 0.3s all;
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item:hover {
  transform: scale(1.05);
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item img {
  width: 100%;
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(13px);
  border-radius: 0px 0px 10px 10px;
  padding: 15px 17px;
  z-index: 2;
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask .grid-title {
  font-size: 24px;
  color: #FFFFFF;
}
.jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask .desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
@media (max-width: 996px) {
  .jinshi-video-pro .grid-wrapper {
    margin-top: 68px;
  }
  .jinshi-video-pro .grid-wrapper .title {
    font-size: 28px;
    width: 202px;
    line-height: 63px;
  }
  .jinshi-video-pro .grid-wrapper .grid-box {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
  .jinshi-video-pro .grid-wrapper .grid-box .grid-item {
    margin-top: 40px;
    min-height: 199px;
  }
  .jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask {
    padding: 15px 17px;
  }
  .jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask .grid-title {
    font-size: 16px;
  }
  .jinshi-video-pro .grid-wrapper .grid-box .grid-item .bottom-mask .desc {
    font-size: 12px;
    margin-top: 10px;
  }
}
.jinshi-video-pro .step-wrapper {
  margin-top: 146px;
  background: #F7FAFE;
  padding: 79px 0 119px 0;
}
.jinshi-video-pro .step-wrapper .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(360deg, #081EE7 -276.72%, rgba(177, 211, 255, 0) 100%);
  border-radius: 39.5px;
  width: 269px;
  line-height: 79px;
  margin: 0 auto;
}
.jinshi-video-pro .step-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 69px;
}
.jinshi-video-pro .step-wrapper .wrapper .step-box {
  flex: 0 0 43%;
}
.jinshi-video-pro .step-wrapper .wrapper .step-box .step-item {
  padding: 22px 22px 28px;
  cursor: pointer;
}
.jinshi-video-pro .step-wrapper .wrapper .step-box .step-item.active {
  background: #FFFFFF;
  box-shadow: 0px 10px 28px 7px rgba(222, 222, 222, 0.25);
  border-radius: 14px;
}
.jinshi-video-pro .step-wrapper .wrapper .step-box .step-item .step-title {
  font-size: 24px;
  color: #305CEF;
  font-weight: bold;
}
.jinshi-video-pro .step-wrapper .wrapper .step-box .step-item .step-desc {
  font-size: 16px;
  color: #292929;
  margin-top: 5px;
}
.jinshi-video-pro .step-wrapper .wrapper .step-pic {
  flex: 0 0 52%;
  position: relative;
  height: 368px;
}
.jinshi-video-pro .step-wrapper .wrapper .step-pic .pic-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.jinshi-video-pro .step-wrapper .wrapper .step-pic .pic-item:not(.jinshi-video-pro .step-wrapper .wrapper .step-pic .pic-item:first-child) {
  display: none;
}
.jinshi-video-pro .step-wrapper .wrapper .step-pic .pic-item img {
  width: 100%;
}
.jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper {
  display: none;
}
@media (max-width: 996px) {
  .jinshi-video-pro .step-wrapper {
    margin-top: 108px;
    padding: 45px 0 82px 0;
  }
  .jinshi-video-pro .step-wrapper .title {
    font-size: 28px;
    width: 202px;
    line-height: 63px;
  }
  .jinshi-video-pro .step-wrapper .wrapper {
    display: none;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 35px;
    height: 347px;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper {
    height: 307px;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper .swiper-slide .item {
    height: 289px;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper .swiper-slide .item .text-box .step-title {
    font-size: 20px;
    color: #305CEF;
    text-align: center;
    font-weight: bold;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper .swiper-slide .item .text-box .step-desc {
    font-size: 14px;
    color: #292929;
    margin-top: 10px;
    text-align: center;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper .swiper-slide .item .pic-item {
    margin-top: 18px;
    min-height: 245px;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-wrapper .swiper-slide .item .pic-item img {
    width: 100%;
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:not(.jinshi-video-pro .step-wrapper .mbstep-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5px;
  }
}
.jinshi-video-pro .carousel-wrapper {
  margin-top: 109px;
}
.jinshi-video-pro .carousel-wrapper .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(360deg, #081EE7 -276.72%, rgba(177, 211, 255, 0) 100%);
  border-radius: 39.5px;
  width: 386px;
  line-height: 79px;
  margin: 0 auto;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper {
  margin-top: 62px;
  width: 100%;
  height: 600px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide {
  padding: 33px 40px 40px 40px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: 0px 10px 47px rgba(38, 78, 118, 0.04);
  height: 520px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  box-shadow: 0px 6px 47px rgba(38, 78, 118, 0.1);
  transform: scale(1.05);
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .stars {
  text-align: left;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .stars img {
  width: 120px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .desc {
  margin-top: 18px;
  font-size: 18px;
  line-height: 38px;
  color: #343D48;
  text-align: left;
  min-height: 342px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .user {
  display: flex;
  align-items: center;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .user img {
  width: 55px;
  height: 55px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .user .text {
  margin-left: 20px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .user .text .name {
  font-size: 16px;
  color: #0F2137;
  font-weight: bold;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-wrapper .swiper-slide .user .text .job {
  margin-top: 3px;
  font-size: 14px;
  color: #8C8C8C;
  text-align: left;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-next {
  right: 510px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-prev {
  left: 510px;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-prev,
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-next {
  bottom: 0px;
  top: unset;
}
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-prev::after,
.jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper .swiper-button-next::after {
  font-size: 28px;
}
.jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper {
  display: none;
}
@media (max-width: 996px) {
  .jinshi-video-pro .carousel-wrapper {
    margin-top: 108px;
  }
  .jinshi-video-pro .carousel-wrapper .title {
    font-size: 28px;
    width: 292px;
    line-height: 63px;
  }
  .jinshi-video-pro .carousel-wrapper .carousel-wrapper-swiper {
    display: none;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 51px;
    height: 405px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item {
    height: 340px;
    padding: 25px 15px 35px 15px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0px 6px 17px rgba(38, 78, 118, 0.1);
    border-radius: 15px;
    margin: 15px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .stars {
    text-align: left;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .stars img {
    width: 103px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .desc {
    margin-top: 18px;
    font-size: 14px;
    line-height: 31px;
    color: #343D48;
    text-align: left;
    min-height: 186px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .user {
    display: flex;
    align-items: center;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .user img {
    width: 45px;
    height: 45px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .user .text {
    margin-left: 15px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .user .text .name {
    font-size: 14px;
    font-weight: bold;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-wrapper .swiper-slide .item .user .text .job {
    margin-top: 3px;
    font-size: 12px;
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:not(.jinshi-video-pro .carousel-wrapper .mbcarousel-wrapper-swiper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5px;
  }
}
.jinshi-video-pro .download-wrapper {
  margin-top: 104px;
  background: #1a186e;
  background-image: url(../images/jinshi-video/pro-bottom-bg.png);
  background-size: cover;
  width: 100%;
  min-height: 306px;
  display: flex;
  align-items: center;
}
.jinshi-video-pro .download-wrapper .title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
.jinshi-video-pro .download-wrapper .desc {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 8px;
}
.jinshi-video-pro .download-wrapper .button-wrapper {
  margin-top: 41px;
  text-align: center;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item {
  display: inline-block;
  border-radius: 7px;
  width: 170px;
  height: 49px;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item:last-child {
  margin-left: 28px;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container em {
  font-size: 24px;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container .text {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.yellow {
  background: #D4EBFF;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.yellow .text,
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.yellow em::before {
  color: #000;
  vertical-align: middle;
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.white {
  background: linear-gradient(93.29deg, #FFAE50 -30.91%, #FF3939 160.79%);
}
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.white .text,
.jinshi-video-pro .download-wrapper .button-wrapper .button-item.white em::before {
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 996px) {
  .jinshi-video-pro .download-wrapper {
    margin-top: 54px;
    background-image: url(../images/jinshi-video/mbpro-bottom-bg.png);
  }
  .jinshi-video-pro .download-wrapper .title {
    font-size: 28px;
  }
  .jinshi-video-pro .download-wrapper .desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper {
    margin-top: 30px;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper .button-item {
    width: 140px;
    height: 42px;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper .button-item:last-child {
    margin-left: 24px;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container {
    display: flex;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container em {
    font-size: 18px;
  }
  .jinshi-video-pro .download-wrapper .button-wrapper .button-item .flex-container .text {
    font-size: 14px;
  }
}
