/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/products/screenrecording/screenrecording.css ***!
  \*******************************************************************************************************************************/
/** 头部部分 **/
.audio-header {
  position: relative;
  width: 100%;
  height: 740px;
  min-height: 740px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-header-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.audio-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.audio-header-cover{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  background: rgba(19, 20, 21, 0.5);

}

.div-header-title {
  display: flex;
  z-index: 200;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  position: relative;
}

.div-header-type {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
}

.div-header-tag {
  height: 55px;
  width: 137px;
  position: absolute;
  display: flex;
  right: 0px;
  top: -10px;
  transform: translate(50%, -50%);
  justify-content: center;
}



.div-header-tag-content {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  position: relative;

}

.div-header-tag img {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 137px;
}

.div-header-tag-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  z-index: 10;
}

.div-header-name {
  font-size: 64px;
  font-weight: 700;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.div-header-desc {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}


.div-header-grid {
  display: flex;
  margin: 32px 0 24px 0;
}

.div-header-grid :last-child {
  margin-right: 0 !important;
}


.header-grid-item {
  display: flex;
  margin-right: 64px;
  flex-direction: column;
  align-items: center;

}

.header-grid-item img {
  height: 62px;
  width: 62px;
  margin-bottom: 8px;
}

.header-grid-item span {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
}


.div-cover-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  position: relative;
  margin: 24px 0;
}


.div-cover-row:last-child {
  margin-right: 0 !important;
}

.div-cover-item {
  display: flex;
  z-index: 10;
  margin-right: 24px;
  width: fit-content;
  align-items: center;
}

.div-cover-item img {
  height: 24px;
  width: 24px;
}

.div-cover-item span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 8px;
  color: rgba(255, 255, 255, 1);
}



.audio-right-desc {
  font-size: 20px;
  font-weight: 400;
  z-index: 10;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}


.audio-right-desc-higtlight {
  color: rgba(186, 120, 255, 1) !important;
  margin-bottom: 4px;
  margin-left: 6px;
  margin-right: 6px;
  font-weight: bold;
  font-size: 24px !important;
}

.div-header-download {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}


.audio-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 205px;
  text-decoration: none;
  height: 64px;
}

.audio-download-btn img {
  height: 32px;
  width: 32px;
  z-index: 10;
}

.audio-download-btn span {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin-left: 10px;
}

.div-header-bottom-desc {
  margin-top: 8px;
  font-size: 16px !important;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4) !important;
}


.div-header-bottom-desc a{
    font-size: 16px !important;
    font-weight: 400;
  color: rgba(255, 255, 255, 0.4) !important;
    margin-left: 24px;
    text-decoration: none;
    cursor: pointer;
  }


/** desc部分 **/

.audio-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.audio-desc-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 187px;
  min-height: 187px;
  width: 100%;
  object-fit: cover;
}

.audio-desc-title {
  height: 72px;
  min-height: 72px;
  margin-top: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-desc-title h2 {
  font-size: 40px;
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
  margin: 0;
  z-index: 10;
}

.audio-desc-p {
  margin: 21px 0 29px 0;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: rgba(40, 40, 60, 1);
}

.audio-desc-video-root {
  width: 1208px;
  height: 593px;
  background-color: rgba(186, 120, 255, 0.1);
  display: flex;
  position: relative;
  border-radius: 24px;
  padding: 8px;
}

.audio-desc-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.btn-video-ope{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  height: 72px;
  width: 72px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-video-ope:hover{
  background: linear-gradient(89.19deg, #716ACC 2.96%, #BB57CC 98.21%);
}


.btn-video-ope img{
  height: 43px;
  width: 43px;
}

.div-desc-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.div-desc-item-index {
  margin-right: 32px;
  height: 19px;
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-desc-item-index img {
  width: 30px;
  height: 19px;
  display: none;
}

.div-desc-item-index-active img {
  display: block !important;
}


.div-desc-item {
  display: flex;
  margin-right: 32px;
  height: 120px;
  width: 168px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.div-desc-item-active {
  background: rgba(186, 121, 255, 0.2) !important;
}

.div-desc-item img {
  height: 48px;
  width: 48px;
}

.div-desc-item span {
  color: rgba(40, 40, 60, 1);
  font-size: 20px;
  font-weight: 400;
  margin-top: 16px;
  white-space: nowrap;
}

.div-desc-download {
  display: flex;
  margin-top: 30px;
  margin-bottom: 12px;
  align-items: center;
}

.audio-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 171px;
  height: 54px;
}

.audio-download-btn img {
  height: 27px;
  width: 27px;
  z-index: 10;
}

.audio-download-btn span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 9px;
}

.div-header-bottom-desc {
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.3);
}





/** sence部分 **/

.audio-sence {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.audio-sence-title {
  margin-top: 114px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-sence-title h2{
  font-size: 40px;
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
  margin: 0;
  z-index: 10;
}

.audio-sence-row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.audio-sence-row :last-child{
  margin-right: 0px !important;
}

.audio-sence-item {
  width: 265px;
  max-width: 265px;
  min-width: 265px;
  height: 252px;
  min-height: 252px;
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  align-items: flex-start;
}


.audio-sence-item img{
  height: 144px;
  width: 100%;
  border-radius: 16px;
}

.audio-sence-item div{
  font-size: 24px;
  font-weight: bold;
  color: rgba(40, 40, 60, 1);
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: left;
}

.audio-sence-item p{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  color: rgba(19, 20, 21, 0.5);
  font-size: 16px;
}



.div-desc-download {
  display: flex;
  margin-top: 42px;
  margin-bottom: 12px;
  align-items: center;
}


.audio-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 171px;
  height: 54px;
}

.audio-download-btn img {
  height: 27px;
  width: 27px;
  z-index: 10;
}

.audio-download-btn span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 9px;
}

.div-header-bottom-desc {
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.3);
}



/** func部分 **/

.audio-func {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.audio-func-title {

    margin-top: 119px;
    margin-bottom: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1208px;
}

.audio-func-title h2 {
    font-size: 40px;
    color: rgba(186, 120, 255, 1);
    font-weight: 700;
    margin: 0;
    z-index: 10;
    width: 100%;
    text-align: left;
}

.audio-func-row {
    display: flex;
    width: 1208px;
    min-width: 1208px;
    z-index: 10;
}

.audio-func-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 438px;
    min-width: 438px;
    justify-content: space-between;
}

.func-menu-item {
    display: flex;
    width: 206px;
    height: 80px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(121px);
    border: 1px solid rgba(230, 226, 237, 1);
    background: rgba(253, 252, 255, 1);
    border-radius: 16px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    box-sizing: border-box;
}

.func-menu-item-active {
    background: rgba(186, 120, 255, 1);

    border: 2px solid #9560CC;

    color: #fff;
    font-weight: bold;
}

.audio-func-img {
    height: 600px;
    width: 747px;
    min-width: 747px;
    display: flex;
    align-items: center;
    margin-left: 19px;
    justify-content: center;
}

.audio-func-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.div-func-download {
    display: flex;
    margin-top: 28px;
}

.audio-download-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #4752E6 0%, #956AE1 48.96%, #DE81DE 100%);
    box-shadow: 0px 10px 30px 0px rgba(97, 125, 251, 0.25);
    border-radius: 12px;
    width: 236px;
    height: 62px;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.audio-download-btn img {
    height: 30px;
    width: 30px;
    z-index: 10;
}

.audio-download-btn span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-left: 14px;
}




/** Solution部分 **/

.audio-solution {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.audio-solution-title {
  margin-top: 114px;
  margin-bottom: 21px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-solution-title h2 {
  font-size: 40px;
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
  margin: 0;
  z-index: 10;
}

.audio-solution-desc {
  color: rgba(40, 40, 60, 1);
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.audio-solution-row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.audio-solution-row :last-child {
  margin-right: 0px !important;
}

.audio-solution-item {
  width: 387px;
  max-width: 387px;
  min-width: 387px;
  height: 228px;
  min-height: 228px;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  align-items: flex-start;
}



.audio-solution-item div {
  font-size: 24px;
  font-weight: bold;
  color: rgba(40, 40, 60, 1);

  text-align: left;
}

.audio-solution-item p {
  width: 100%;
  padding: 0;
  margin: 8px 0 16px 0;
  text-align: left;
  color: rgba(19, 20, 21, 0.5);
  font-size: 16px;
}

.audio-solution-item img {
  height: 144px;
  width: 100%;
  border-radius: 16px;
}


.div-desc-download {
  display: flex;
  margin-top: 42px;
  margin-bottom: 12px;
  align-items: center;
}


.audio-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 171px;
  height: 54px;
}

.audio-download-btn img {
  height: 27px;
  width: 27px;
  z-index: 10;
}

.audio-download-btn span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 9px;
}

.div-header-bottom-desc {
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.3);
}




/** setup部分 **/

.audio-setup {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 113px;
}

.audio-setup-title {
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.audio-setup-title h2 {
  font-size: 40px;
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
  margin: 0;
  z-index: 10;
}

.audio-setup-dl-row {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 150px;
  transform: translate(-50%, 0);
}


.audio-setup-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  border-radius: 41px;
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 259px;
  height: 82px;
  box-shadow: 0px 0px 24px 0px rgba(231, 198, 255, 1);
  text-decoration: none;
}


.audio-setup-download-btn img {
  height: 41px;
  width: 41px;
  z-index: 10;
}

.audio-setup-download-btn span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 8px;
}


.sudio-setup-row {
  display: flex;
  align-items: center;
}

.audio-setup-item {
  width: 386px;
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.audio-setup-item img {
  height: 41px;
  width: 41px;
  border-radius: 50%;
}

.audio-setup-item h2 {
  margin: 16px 0 16px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(31, 33, 25, 1);
}

.audio-setup-item span {
  color: rgba(134, 144, 156, 1);
  font-size: 16px;
  font-weight: 400;
}

.audio-setup-item-select img {
  box-shadow: 0px 0px 24px 0px rgba(231, 198, 255, 1);
}

.audio-setup-item-select h2 {
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
}


.setup-right-img {
  height: 24px;
  width: 24px;
  margin-top: 30px;
}

.audio-setup-content {
  display: flex;
  position: relative;
  width: 1208px;
  height: 736px;
  min-height: 736px;
  margin-top: 40px;
}

.audio-setup-content-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


/** eva部分 **/


.audio-eva {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}

.audio-eva-title {
  margin-top: 120px;
  margin-bottom: 21px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-eva-title h2 {
  font-size: 40px;
  color: rgba(186, 120, 255, 1);
  font-weight: 700;
  margin: 0;
  z-index: 10;
}

.audio-eva-desc {
  color: rgba(40, 40, 60, 1);
  font-size: 20px;
  margin: 0;
  padding: 0;
}


.swiper2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-eva-row {
  width: 1463px;
  max-width: 1463px;
  height: 284px;
  box-sizing: border-box;
  display: flex;
  margin-top: 32px;
  margin-bottom: 52px;
  align-items: center;
  justify-content: center;

  /* gap: 32px; */
}



.audio-scoll-banner {
  width: 1191px;
  height: 284px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: center;
  overflow-x: scroll;
  min-width: 1191px;
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.audio-scoll-banner::-webkit-scrollbar {
  display: none;
}

.audio-eva-item {
  display: flex;
  width: 380px;
  max-width: 380px;
  min-width: 380px;
  height: 264px;
  max-height: 264px;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  padding: 32px 24px 0px 24px;
  box-shadow: 0px 5.29px 13.65px 0px rgba(0, 0, 0, 0.04);
}

.audio-eva-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.audio-eva-col {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.eva-user-name {
  font-size: 18px;
  font-weight: 700;
  color: rgba(186, 120, 255, 1);
}

.audio-eva-col img {
  height: 14px;
  width: 70px;
  margin-top: 8px;
}


.eva-user-avatar {
  height: 64px;
  width: 64px;
  z-index: 12;
  max-height: 64px;
  max-width: 64px;
}

.eva-user-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0 0 0;
  color: rgba(51, 51, 51, 1);
}


.audio-eva-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 150px;
  position: relative;
  width: 1400px;
  min-width: 1400px;
}


.audio-eva-btn {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.audio-eva-btn img {
  height: 20px;
  width: 20px;
}

.audio-eva-content {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}




/** footer部分 **/

.audio-footer {
  width: 100%;
  display: flex;
  height: fit-content;
  flex-direction: column;
  align-items: center;
}

.div-footer-content {
  position: relative;
  display: flex;
  min-height: 579px;
  height: 579px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.audio-footer-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}

.div-footer-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}

.footer-left {
  width: 728px;
  height: 476px;
  min-width: 728px;
}

.footer-left img {
  width: 100%;
  height: 100%;
}


.footer-right {
  display: flex;
  flex-direction: column;
  margin-left: 29px;
  align-items: flex-start;
}

.audio-footer-content {
  font-size: 32px;
  font-weight: 700;
  z-index: 10;
  text-align: left;
  padding: 0;
  margin: 0;
  color: rgba(25, 29, 33, 1);
}



.div-footer-download {
  display: flex;
  margin-top: 24px;
  align-items: center;
  z-index: 10;
}


.footer-download-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  background: linear-gradient(89.19deg, #8E84FF 2.96%, #EB6DFF 98.21%);
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 171px;
  height: 54px;
  text-decoration: none;
}

.footer-download-btn img {
  height: 27px;
  width: 27px;
  z-index: 10;
}

.footer-download-btn span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 9px;
}

.div-footer-author {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(25, 29, 49, 1);
  height: 48px;
  min-height: 48px;
}

.footer-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.span-space {
  height: 24px;
  width: 1px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.6);
}

.footet-link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  text-decoration: none;
}






  .btn-ripple-bg{
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    background-color: #87cdff;
    opacity: 1;
    animation-name: btn-animation-ripple;
    animation-duration: 2s;
    animation-iteration-count: infinite; /* 无限循环 */
    z-index: 0 !important;
}



.btn-download-text{
    z-index: 10;
}

@keyframes btn-animation-ripple {
    from {
        width: 1px;
        height: 1px;
        transform: scale(0);
        opacity: 1;
    }

    to {
        width: 1px;
        height: 1px;
        transform: scale(400);
        opacity: 0;
    }
}
