﻿body {
  font-family: 'PingFangSC', 'Hiragino Sans GB', 'Microsoft YaHei',
    'WenQuanYi Micro Hei', sans-serif;
}
.page-antispam .pc-mod-banner .pc-mod-banner-wrapper .pc-mod-banner-title {
  z-index: 2;
}
.pc-mod-swiper-button-prev,
.pc-mod-swiper-button-next {
  margin-top: 20px;
}
.page-common .pc-g-header {
  position: static;
  left: 0;
  background: #fff;
  transform: translate(0);
}
.page-common .pc-g-header-item-title {
  color: #333;
}
.page-common .pc-mod-banner {
  background: #fff;
  padding-top: 76px;
}
.page-common .pc-mod-banner .l-wrapper {
  position: relative;
}
.page-common .pc-mod-banner > .l-wrapper:after {
  content: '';
  display: inline-block;
  width: 660px;
  height: 450px;
  position: absolute;
  right: -90px;
  top: -76px;
  background-repeat: no-repeat;
  -webkit-background-size: 640px auto;
  background-size: 640px auto;
  background-position: center top;
}
.page-common .banner-word-wrapper {
  width: 646px;
  padding-left: 24px;
}
.page-common .banner-title {
  color: #333;
  font-size: 46px;
  line-height: 1;
  padding-bottom: 22px;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .banner-describe {
  padding-bottom: 47px;
}
.page-common .banner-describe a {
  display: block;
}
.page-common .banner-describe a img {
  display: block;
  width: 512px;
  height: 70px;
}
.page-common .banner-describe,
.page-common .banner-describe p {
  color: #333;
  font-size: 25px;
  line-height: 35px;
}
.page-common .banner-tips {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 18px;
}
.page-common .banner-btns {
  font-size: 0;
  padding-bottom: 100px;
}
.page-common .banner-btns .btn-item {
  display: inline-block;
  width: 148px;
  height: 46px;
  background: #fff;
  color: #09f;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  margin-right: 14px;
  border: 1px solid #09f;
  border-radius: 2px;
  margin-top: 14px;
  transition: all 0.5s linear;
  cursor: pointer;
  box-sizing: border-box;
}
.page-common .banner-btns .btn-item:hover {
  background: #09f;
  color: #fff;
}
.page-common .banner-btns .btn-item.btn-blue {
  background: #09f;
  color: #fff;
  border: 1px solid #09f;
}
.page-common .banner-btns .btn-item.btn-blue:hover {
  background: #fff;
  color: #09f;
}
.page-common .banner-btns .btn-item:last-child {
  margin-right: 0;
}
.page-common .mod-nav {
  height: 106px;
  box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.1);
  background: #fff;
  transition: all 0.4s linear;
  width: 100%;
}
.page-common .mod-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  height: 92px;
}
.page-common .pc-mod-banner.fixed-nav {
  padding-bottom: 106px;
}
.page-common .mod-nav .l-wrapper ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-common .mod-nav .l-wrapper ul li {
  cursor: pointer;
}
.page-common .mod-nav .l-wrapper ul a {
  display: flex;
  font-size: 18px;
  color: #333;
  line-height: 34px;
}
.page-common .mod-nav .l-wrapper ul a:before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 34px;
  background-image: url(/pc/images/newversion/nav-icons.png?v=1111);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto 34px;
  background-size: auto 34px;
}
.page-common .mod-nav .l-wrapper ul a.case:before {
  background-position: -47px 0;
}
.page-common-solution .mod-nav .l-wrapper ul a.case:before {
  background-position: -378px 0;
}
.page-common .mod-nav .l-wrapper ul a.demo:before {
  background-position: -97px 0;
}
.page-common .mod-nav .l-wrapper ul a.price:before {
  background-position: -144px 0;
}
.page-common .mod-nav .l-wrapper ul a.business:before {
  background-position: -191px 0;
}
.page-common .mod-nav .l-wrapper ul a.solutioncase:before {
  background-position: -239px 0;
}
.page-common .mod-nav .l-wrapper ul a.certification:before {
  background-position: -330px 0;
}
.page-common .mod-nav .l-wrapper ul a.plan:before {
  background-position: -283px 0;
}
.page-common-solution .mod-nav .l-wrapper ul a.video:before {
  background-position: -427px 0;
}
.page-common-solution .mod-nav .l-wrapper ul a.solutioncase:before {
  background-position: -47px 0;
}
.page-common .pc-mod-title {
  font-size: 48px;
  color: #333;
  padding-top: 86px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .pc-mod-title:before {
  content: '';
  vertical-align: top;
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-right: 25px;
  background-image: url(/pc/images/newversion/title-icons.png?v=1111);
  background-repeat: no-repeat;
  -webkit-background-size: auto 68px;
  background-size: auto 68px;
  background-position: 0 0;
}
.page-common .pc-mod-message {
  background: none;
  font-size: 0;
  padding: 0;
}
.page-common .pc-mod-message .content-title {
  font-size: 28px;
  color: #333;
  line-height: 55px;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .pc-mod-message .content-describe {
  padding-bottom: 32px;
  margin-top: 5px;
}

.page-common .pc-mod-message .content-describe,
.page-common .pc-mod-message .content-describe p {
  font-size: 16px;
  color: rgba(51, 52, 51, 0.7);
  line-height: 27px;
}
.page-common .pc-mod-message .links {
  font-size: 16px;
  line-height: 21px;
  color: #09f;
}
.page-common .pc-mod-message .links:hover {
  color: #0185dd;
  text-decoration: underline;
}
.page-common .pc-mod-message .message-word {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.page-common .pc-mod-message .message-images {
  display: inline-block;
  width: 50%;
}
.page-common .pc-mod-basic-function .pc-mod-message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
.page-common .pc-mod-basic-function .message-images .main-bg {
  width: 550px;
}
.page-common .pc-mod-basic-function .pc-mod-message.pt0 {
  padding-top: 0;
}
.page-common .pc-mod-tab {
  display: block;
  border-bottom: 1px solid #dcddde;
  margin-bottom: 50px;
}
.page-common .pc-mod-tab-item-cur {
  color: #333;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .pc-mod-tab-item:last-child {
  margin-right: 0;
}
.page-common .application-scenarios .pc-mod-bussness-scene-list {
  position: relative;
  height: 518px;
}
.page-common .application-scenarios .pc-mod-bussness-scene-item {
  height: 100%;
  padding-top: 0;
}
/* .page-common .application-scenarios .pc-mod-scene-txt,
.page-common .application-scenarios .pc-mod-scene-img{
	width: 50%;
} */
.page-common .application-scenarios .pc-mod-scene-txt {
  width: 40%;
}
.page-common .application-scenarios .pc-mod-scene-img {
  width: 60%;
}
.page-common .application-scenarios .pc-mod-scene-txt {
  padding-top: 80px;
  /* padding-right: 30px; */
}
.page-common
  .application-scenarios
  .pc-mod-bussness-scene-item:first-child
  .pc-mod-scene-txt {
  display: block;
}
.page-common
  .application-scenarios
  .pc-mod-bussness-scene-item:first-child
  .pc-mod-scene-txt {
  display: block;
}
.page-common
  .application-scenarios
  .pc-mod-bussness-scene-item:first-child
  .pc-mod-scene-img {
  opacity: 1;
  display: block;
  right: 0px;
}
.page-common .application-scenarios .pc-mod-scene-img img {
  width: 680px;
  float: right;
}
.page-common .pc-mod-content .pc-mod-content-title {
  font-size: 28px;
  color: #333;
  line-height: 56px;
  padding-bottom: 0px;
  font-weight: 500;
  height: auto;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .pc-mod-content .pc-mod-content-describe,
.page-common .pc-mod-content .pc-mod-content-describe p {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 27px;
}
.page-common .pc-mod-content .links {
  display: block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #09f;
  color: #fff;
  font-size: 16px;
  margin-top: 65px;
  border-radius: 2px;
  transition: all 0.5s linear;
  border: 1px solid #09f;
}
.page-common .pc-mod-content .links:hover {
  color: #09f;
  background: #fff;
}
.page-common .pc-mod-cases {
  background: none;
}
.page-common .pc-mod-cases .pc-mod-swiper-button-prev {
  display: none;
}
.page-common .pc-mod-content .pc-mod-content-subtitle {
  font-size: 20px;
  color: #333;
  line-height: 28px;
}
.page-common .pc-mod-cases-banner .pc-mod-content-title {
  margin-bottom: 0;
  font-weight: 500;
}
.page-common .pc-mod-cases-banner .pc-mod-content-describe {
  margin-top: 32px;
}
.page-common .pc-mod-cases-banner .pc-mod-content-describe.no-sub-titile {
  margin-top: 11px;
}
.page-common .pc-mod-swiper-button-next {
  background-image: url(/pc/images/newversion/case-next-arrow.png);
}
.page-common .pc-mod-swiper-button-prev {
  background-image: url(/pc/images/newversion/case-prev-arrow.png);
}
.page-common .pc-mod-swiper-button-prev:hover,
.page-common .pc-mod-swiper-button-next:hover {
  background-color: transparent;
}
.page-common .pc-mod-cases-banner .pc-mod-cases-more {
  display: inline;
  border: none;
  color: #09f;
  font-size: 16px;
}
.page-common .pc-mod-cases-banner .pc-mod-cases-more:hover {
  background: none;
  border: none;
  color: #0185dd;
  text-decoration: underline;
}
.page-common .pc-mod-cases-banner .pc-mod-content-describe {
  margin-bottom: 10px;
}
.page-common .pc-mod-cases-banner .pc-mod-content {
  padding-top: 70px;
  width: 1200px;
  margin-left: 0;
  margin-top: 0;
  height: auto;
}
.page-common .pc-mod-swiper-shuffling {
  margin-top: 40px;
}
.page-common .pc-mod-swiper-pagination1 {
  width: 100%;
}
.page-common .pc-mod-swiper-pagination-switch {
  font-size: 0;
  width: auto;
  padding-top: 0px;
  height: 48px;
  -webkit-background-size: auto 47px;
  background-size: auto 47px;
  opacity: 0.2;
  margin-right: 130px;
}
.page-common
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:last-child {
  margin-right: 0;
}
.page-common .pc-mod-swiper-pagination-switch img {
  display: inline-block;
  height: 47px;
}
.page-common .pc-mod-swiper-pagination1 .pc-mod-swiper-active-switch {
  opacity: 1;
}
.page-common
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:nth-child(1) {
  background-image: none;
}
.page-common
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:nth-child(2) {
  background-image: none;
}
.page-common
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:nth-child(3) {
  background-image: none;
}
.page-common .pc-mod-demo .pc-mod-title:before {
  background-position: -249px 0;
}
.page-common .pc-mod-demo .content {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.page-common .pc-mod-demo .word {
  width: 100%;
  padding: 50px 165px;
  color: #333;
}
.page-common .pc-mod-demo .sub-title {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 9px;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .pc-mod-demo .content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.page-common .pc-mod-demo .content:last-child {
  margin-bottom: 0;
}
.page-common .pc-mod-demo .sub-title-describe {
  font-size: 16px;
  color: #333;
}
.page-common .pc-mod-demo .erweima {
  width: 220px;
  text-align: center;
  padding-right: 68px;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.page-common .pc-mod-demo .btns {
  text-align: left;
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 15px;
}
.pc-mod-demo .btns a {
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page-common .pc-mod-demo .erweima img {
  width: 100px;
  height: auto;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  padding: 5px;
}
.page-common .pc-mod-demo .plat-list {
  width: 470px;
  box-sizing: border-box;
  margin-right: 20px;
}
.page-common .pc-mod-demo .btns a:nth-child(3n) {
  margin-right: 0;
}
.page-common .pc-mod-demo .updatetime {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  line-height: 20px;
}
.page-common .pc-mod-demo .sources {
  float: right;
  text-align: right;
}
.page-common .pc-mod-demo .sources .source-item {
  margin-right: 30px;
}
.page-common .pc-mod-demo .sources a {
  display: inline;
  border: none;
  line-height: 20px;
  font-size: 16px;
}
.pc-mod-demo .btns .type {
  min-height: 116px;
}
.page-common .pc-mod-demo .sources a:hover {
  text-decoration: underline;
}
.page-common .pc-mod-demo .sources a:hover {
  background: none;
  color: #0185dd;
}
.page-common .pc-mod-demo .sources a:last-child {
  margin-right: 0;
}
.page-common .pc-mod-demo .sub-title-describe a {
  text-decoration: underline;
  display: inline-block;
}
.page-common .pc-mod-price-intro .pc-mod-title:before {
  background-position: -374px 0;
}
.im-price-intro .price-mod-list {
  overflow: hidden;
  padding-top: 26px;
}
.im-price-intro .price-mod-list .price-mod-item {
  float: left;
  padding: 31px 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 47.8%;
}
.im-price-intro .price-mod-list .price-mod-item:last-child {
  float: right;
}
.im-price-intro .price-mod-list .price-mod-item .title {
  color: #0099ff;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.im-price-intro .feature-list {
  overflow: hidden;
}
.im-price-intro .feature-list span {
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  position: relative;
  padding-left: 13px;
  padding-bottom: 8px;
  width: 50%;
  box-sizing: border-box;
}
.im-price-intro .feature-list span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #9ba5bb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.im-price-intro .price-info {
  padding-top: 44px;
  line-height: 35px;
}
.im-price-intro .price-info .price {
  color: #ff6600;
  font-size: 25px;
  font-weight: bold;
}
.im-price-intro .price-info .price .unit {
  font-size: 15px;
  font-weight: normal;
}
.im-price-intro .price-info .links {
  float: right;
  font-size: 16px;
}
.im-price-intro .price-info .links a:first-child:hover {
  text-decoration: underline;
}
em {
  font-style: normal;
}
.im-price-intro .price-info .links a {
  color: #09f;
}
.im-price-intro .price-info .links a:hover {
  color: #0185dd;
}
.im-price-intro .price-info .links .btn {
  display: inline-block;
  vertical-align: top;
  background: #09f;
  color: #fff;
  width: 112px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  margin-left: 15px;
  border: 1px solid #09f;
  transition: all 0.5s linear;
}
.im-price-intro .price-info .links .btn:hover {
  background: #fff;
  color: #09f;
}
.im-price-intro .price-info .links .btn:hover {
  background: #fff;
}
.page-common .pc-mod-product-docs {
  background: #fff;
}
.page-common .pc-mod-product-docs .mod-title {
  font-size: 31px;
  color: #333;
  line-height: 86px;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.pc-mod-product-docs .pc-mod-docs-item {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 5px solid #09f;
  border-radius: 2px;
  overflow: hidden;
}
.pc-mod-bottom-list {
  height: 59px;
}
.pc-mod-bottom-list li {
  padding-left: 32px;
}
.pc-mod-docs-item .pc-mod-docs-item-title {
  line-height: 58px;
  font-size: 19px;
  color: #333;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: 500;
  float: left;
  width: 20%;
  padding-left: 40px;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content {
  padding-top: 27px;
  padding-left: 0px;
}
.pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content p {
  font-size: 16px;
  line-height: 30px;
}
.pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content p a {
  color: #333;
}
.pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content p a:hover {
  text-decoration: underline;
  color: #09f;
}
.pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content {
  height: auto;
  overflow: hidden;
}
.pc-mod-product-docs .pc-mod-docs-item dl dt {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
}
.pc-mod-product-docs .pc-mod-docs-item dl {
  width: 20%;
  padding-left: 40px;
}
.pc-mod-product-docs .pc-mod-docs-item .im-doc-mod1 {
  width: 230px;
}
.pc-mod-product-docs .pc-mod-docs-item .im-doc-mod2 {
  width: 230px;
}
.pc-mod-product-docs .pc-mod-docs-item .im-doc-mod3 {
  width: 230px;
}
.pc-mod-product-docs .pc-mod-docs-item .im-doc-mod4 {
  width: 230px;
}
.pc-mod-product-docs .pc-mod-docs-item .im-doc-mod5 {
  width: 278px;
}
.pc-mod-product-docs .pc-mod-docs-item dl dt:before {
  display: none;
}
.pc-mod-product-docs .pc-mod-docs-item dl dd a {
  padding-left: 0;
  font-size: 16px;
}
.pc-mod-product-docs .pc-mod-docs-sub-item {
  width: 1200px;
}
.pc-mod-product-docs {
  padding-bottom: 80px;
}
.pc-mod-product-docs .sdk-links {
  text-align: right;
  padding-bottom: 24px;
  padding-top: 30px;
}
.pc-mod-product-docs .sdk-links a:hover {
  text-decoration: underline;
}
.pc-mod-product-docs .sdk-links a {
  margin-right: 40px;
  font-size: 16px;
}
.pc-mod-product-docs .sdk-links a.sdk-download {
  margin-right: 36px;
}
.page-common .pc-mod-basic-function {
  padding-bottom: 105px;
  height: auto;
  background: none;
}
.page-common .pc-mod-basic-function .message-word {
  padding-top: 45px;
  padding-right: 30px;
}
.page-common .pc-mod-basic-function .pc-mod-title {
  padding-bottom: 84px;
  padding-right: 30px;
}
.page-common .pc-mod-basic-function .pc-mod-title:before {
  background-position: -125px 0;
}
.page-common .application-scenarios .pc-mod-title {
  padding-bottom: 42px;
}
.page-common .im-price-intro {
  margin-top: 50px;
  margin-bottom: 70px;
}
.page-common .pc-mod-tab-item {
  margin-right: 120px;
  color: rgba(51, 51, 51, 0.7);
}
.page-common .pc-mod-tab-item-cur {
  color: #333;
}
.page-common .pc-mod-cases-banner {
  height: 550px;
}
.page-common .pc-mod-message .message-images img {
  width: 400px;
}
.page-common .pc-mod-message .content-describe.attach-links {
  /* padding-bottom: 8px; */
  padding-bottom: 32px;
  margin-top: 5px;
}
.page-common .pc-mod-basic-function .message-word {
  padding-right: 0;
  width: 550px;
  padding-right: 40px;
}
.page-common .pc-mod-basic-function .word-right .message-word {
  padding-right: 0;
  padding-left: 40px;
}
.page-common .pc-mod-basic-function .message-images {
  width: 550px;
  padding-left: 0;
}
.page-common .pc-mod-message .top-attach-links {
  margin-top: 41px;
}
.page-common .pc-mod-character-advantage {
}
.page-common .pc-mod-character-advantage .advantage-lists {
  height: 600px;
  position: relative;
}
.page-common .pc-mod-character-advantage .dyanmic-decoration:before {
  content: '';
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/pc/images/rtc-advantage-bg.png) no-repeat center center;
  background-size: 260px auto;
  z-index: 9;
}
.page-common .pc-mod-character-advantage .dyanmic-decoration {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background: url(/pc/images/rtc-advantage-bg.png) no-repeat center center; */
  /* background-size: 260px auto; */
}
.page-common .pc-mod-character-advantage .dyanmic-decoration .small {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  border: 1px solid rgba(8, 156, 255, 0.5);
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation: rtcballScale 5s 0s linear infinite;
  -moz-animation: rtcballScale 5s 0s linear infinite;
  -ms-animation: rtcballScale 5s 0s linear infinite;
  animation: rtcballScale 5s 0s linear infinite;
}
.page-common .pc-mod-character-advantage .dyanmic-decoration .inner {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  border: 1px solid rgba(8, 156, 255, 0.5);
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation: rtcballScale 5s 1s linear infinite;
  -moz-animation: rtcballScale 5s 1s linear infinite;
  -ms-animation: rtcballScale 5s 1s linear infinite;
  animation: rtcballScale 5s 1s linear infinite;
}
.page-common .pc-mod-character-advantage .dyanmic-decoration .outer {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  border: 1px solid rgba(8, 156, 255, 0.5);
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation: rtcballScale 5s 2s linear infinite;
  -moz-animation: rtcballScale 5s 2s linear infinite;
  -ms-animation: rtcballScale 5s 2s linear infinite;
  animation: rtcballScale 5s 2s linear infinite;
}
.page-common .pc-mod-character-advantage .pc-mod-content {
  position: absolute;
  width: 300px;
  margin-top: 0;
  margin-left: 0;
  height: auto;
}
.page-proprietarycloud .pc-mod-character-advantage .pc-mod-content.advantage5 {
  width: 304px;
}
.page-common .pc-mod-character-advantage .advantage1 {
  top: 0;
  left: 200px;
}
.page-common .pc-mod-character-advantage .pc-mod-content .pc-mod-content-title {
  line-height: 42px;
  color: #333;
  vertical-align: middle;
  margin-bottom: 3px;
  font-size: 20px;
  margin-top: 6px;
}
.page-common .pc-mod-character-advantage .title:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 48px;
  background: url(/pc/images/rtc-advantage-icons1.png) no-repeat center top;
  background-size: 46px auto;
}
.page-common .pc-mod-character-advantage .advantage2 .title:before {
  background-position: 0 -71px;
}
.page-common .pc-mod-character-advantage .advantage3 .title:before {
  background-position: 0 -142px;
}
.page-common .pc-mod-character-advantage .advantage4 .title:before {
  background-position: 0 -212px;
}
.page-common .pc-mod-character-advantage .advantage5 .title:before {
  background-position: 0 -281px;
}
.page-common .pc-mod-character-advantage .advantage6 .title:before {
  background-position: 0 -352px;
}
.page-common
  .pc-mod-character-advantage
  .pc-mod-content
  .pc-mod-content-describe,
.page-common
  .pc-mod-character-advantage
  .pc-mod-content
  .pc-mod-content-describe
  p {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 24px;
}
.page-common .pc-mod-character-advantage .advantage2 {
  top: 0;
  right: 200px;
}
.page-common .pc-mod-character-advantage .advantage3 {
  top: 190px;
  left: 0;
}
.page-common .pc-mod-character-advantage .advantage4 {
  top: 190px;
  right: 0;
}
.page-common .pc-mod-character-advantage .advantage5 {
  top: 380px;
  left: 200px;
}
.page-common .pc-mod-character-advantage .advantage6 {
  top: 380px;
  right: 200px;
}
.page-common .pc-mod-code-example .pc-mod-title:before {
  background-position: -249px 0;
}
.page-common .pc-mod-code-example .code-box {
  width: 1015px;
  margin: 20px auto 0;
  padding: 32px 0;
  border: 1px solid #cccccc;
  border-top: 5px solid #09f;
  border-radius: 2px;
}
.page-common .pc-mod-code-example .code-box code {
  width: 645px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: block;
  white-space: pre-line;
  word-break: break-word;
}
.blue {
  color: #09f;
}
.page-common a:hover,
.page-common a:focus {
  color: #0185dd;
}
.page-common .pc-mod-demo .pc-mod-title {
  padding-bottom: 40px;
}
.page-common .pc-mod-basic-function-list {
  padding-top: 16px;
}
.page-common .pc-mod-basic-function-list .pc-mod-title:before {
  background-position: -125px 0;
}
.page-cloud .pc-mod-character-advantage .pc-mod-title:before {
  display: none;
}
.page-common .basic-function-list {
  overflow: hidden;
  padding-top: 100px;
  font-size: 0;
}
.page-common .basic-function-list .function-list-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 117px;
  margin-bottom: 115px;
  position: relative;
  width: 476px;
  float: left;
}
.page-common .basic-function-list .function-list-info:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 102px;
  background: url(/pc/images/newversion/public-icon1.png) no-repeat center
    center;
  -webkit-background-size: 102px auto;
  background-size: 102px auto;
}
.page-common .basic-function-list .function-list-info:nth-child(2):before {
  background-image: url(/pc/images/newversion/public-icon2.png);
}
.page-common .basic-function-list .function-list-info:nth-child(3):before {
  background-image: url(/pc/images/newversion/public-icon3.png);
}
.page-common .basic-function-list .function-list-info:nth-child(4):before {
  background-image: url(/pc/images/newversion/public-icon4.png);
}
.page-common .basic-function-list .function-list-info:nth-child(5):before {
  background-image: url(/pc/images/newversion/public-icon5.png);
}
.page-common .basic-function-list .function-list-info:nth-child(6):before {
  background-image: url(/pc/images/newversion/public-icon6.png);
}
.page-common .basic-function-list .function-list-info:nth-child(2n) {
  float: right;
}
.page-common .function-list-info .info-title {
  font-size: 21px;
  line-height: 40px;
  color: #333;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-common .function-list-info .info-describe {
  font-size: 16px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.7);
}
.page-common .public-price-intro .price-mod-list {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 59px 0px;
  border-radius: 5px;
  margin-top: 27px;
}
.page-common .public-price-intro {
  padding-bottom: 25px;
}
.page-common .public-price-intro .price-erweima,
.page-common .public-price-intro .price-consult {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 410px;
  color: #333;
  vertical-align: top;
}
.page-common .public-price-intro .price-erweima {
  border-right: 1px solid #ccc;
}
.page-common .public-price-intro .price-erweima img {
  display: block;
  width: 112px;
  height: auto;
  margin: 0 auto 22px;
}
.page-common .public-price-intro .price-consult p {
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
  line-height: 36px;
  padding-bottom: 48px;
  padding-top: 33px;
}
.page-common .public-price-intro .price-consult .consult-public-price {
  display: block;
  width: 112px;
  height: 35px;
  background: #09f;
  color: #fff;
  line-height: 35px;
  border-radius: 2px;
  border: 1px solid #09f;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s linear;
  position: relative;
  left: -4px;
}
.page-common .public-price-intro .price-consult .consult-public-price:hover {
  background: #fff;
  color: #09f;
}
.page-privatecloud .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/private-banner.png);
}
.page-privatecloud
  .basic-function-list
  .function-list-info:nth-child(1):before {
  background-image: url(/pc/images/newversion/private-icon1.png);
}
.page-privatecloud
  .basic-function-list
  .function-list-info:nth-child(2):before {
  background-image: url(/pc/images/newversion/private-icon2.png);
}
.page-privatecloud
  .basic-function-list
  .function-list-info:nth-child(3):before {
  background-image: url(/pc/images/newversion/private-icon3.png);
}
.page-privatecloud
  .basic-function-list
  .function-list-info:nth-child(4):before {
  background-image: url(/pc/images/newversion/private-icon4.png);
}
.page-singlechat .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/singlechat-banner.jpg);
}
.page-singlechat .application-scenarios {
  background: #f5f7f9;
}
.page-singlechat .pc-mod-cases,
.page-groupchat .pc-mod-cases {
  background: #f5f7f9;
}
.page-singlechat .pc-mod-cases .pc-mod-title:before {
  display: none;
}
.page-singlechat .message-images img {
  display: block;
  width: 370px;
  opacity: 0;
  /* transform: scale(0); */
}
.page-singlechat .message-images.animated img {
  animation: singlechat1 2s cubic-bezier(0.12, 0.42, 0.17, 1.03);
  animation-fill-mode: forwards;
  transform-origin: top;
}
.page-singlechat .message-images.animated .message-anma1 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.page-singlechat .message-images.animated .message-anma2 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.page-singlechat .message-images.animated .message-anma3 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.page-singlechat .message-images.animated .message-anma4 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.page-groupchat .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/groupchat-banner.png);
}
.page-groupchat .message-images img {
  width: 575px;
}

.page-groupchat .message-images .content-describe {
  padding-bottom: 24px;
}
.page-product .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/product-banner.png);
}
.page-product .pc-mod-basic-function .pc-mod-message {
  padding-top: 60px;
}
.page-product .pc-mod-basic-function .pc-mod-message.message-mod1 {
  padding-top: 0;
}
.page-product .pc-mod-basic-function .message-word {
  padding-top: 0px;
}
.page-product .pc-mod-message.left .message-images {
  padding-left: 0;
}
.page-product .pc-mod-message .message-images {
  width: 550px;
  position: relative;
}
.page-product .pc-mod-message .message-images img {
  width: 550px;
}
.page-product .pc-mod-message.message-mod1 .message-images .message-anma2 {
  position: absolute;
  left: 296px;
  top: 45px;
  width: 169px;
}
.page-product .pc-mod-message.message-mod1 .message-images .message-anma3 {
  position: absolute;
  left: 296px;
  bottom: 30px;
  width: 169px;
}
.page-product .pc-mod-message.message-mod2 .message-images .mod-animated {
  position: relative;
  top: -346px;
  right: -334px;
  opacity: 0;
  width: 180px;
}
.page-product .pc-mod-message.message-mod2 .message-images .message-anma2 {
  width: 180px;
  display: block;
}
.page-product .pc-mod-message.message-mod2 .message-images .message-anma3 {
  position: absolute;
  top: 23px;
  left: 14px;
  width: 18px;
  display: block;
}
.page-product .pc-mod-message.message-mod2 .message-images .message-anma4 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 39px;
}
.page-product .pc-mod-message.message-mod3 .message-images {
  height: 422px;
  opacity: 0;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma1 {
  position: absolute;
  top: 120px;
  left: 185px;
  width: 171px;
  z-index: 4;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma2 {
  position: absolute;
  top: 48px;
  left: 94px;
  width: 123px;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma3 {
  position: absolute;
  top: 62px;
  left: 324px;
  width: 123px;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma4 {
  position: absolute;
  top: 257px;
  left: 106px;
  width: 124px;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma5 {
  position: absolute;
  top: 257px;
  left: 302px;
  width: 132px;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma6 {
  position: absolute;
  top: 147px;
  left: 408px;
  width: 71px;
}
.page-product .pc-mod-message.message-mod3 .message-images .message-anma7 {
  position: absolute;
  top: 216px;
  left: 60px;
  width: 71px;
}
.page-product .pc-mod-basic-function .message-word {
  width: 550px;
}
.page-productTem .pc-mod-basic-function .message-word {
  width: 550px;
}
.page-product .pc-mod-character-advantage {
  background: none;
  padding-bottom: 47px;
  height: auto;
}
.page-product .pc-mod-character-advantage .pc-mod-title:before {
  display: none;
}
.page-product .pc-mod-basic-function {
  padding-bottom: 75px;
}
.page-product .pc-mod-cases {
  background: #f5f7f9;
}

.page-groupchat .pc-mod-basic-function .message-word {
  padding-top: 0px;
}
.page-groupchat .svg-wrapper {
  width: 550px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page-groupchat .pc-mod-message .message-images {
  width: 550px;
}
.page-groupchat .application-scenarios {
  background: #f5f7f9;
}
.page-groupchat .pc-mod-cases .pc-mod-title:before {
  display: none;
}
.page-live
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:first-child
  + span,
.page-live
  .pc-mod-swiper-pagination1
  .pc-mod-swiper-pagination-switch:first-child
  + span
  + span {
  background-image: none;
}
.page-live .pc-mod-banner {
  background: #fff;
  height: auto;
  overflow: unset;
}
.page-live .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/live-banner.png);
}
.page-live .pc-mod-character-advantage {
  background: #fff;
}
.page-live .pc-mod-character-advantage .advantage-lists {
  height: 450px;
}
.page-live .pc-mod-character-advantage .pc-mod-title {
  padding-bottom: 0;
}
.page-live .pc-mod-character-advantage .pc-mod-title:before {
  display: none;
}
.page-live .pc-mod-character-advantage .advantage-lists {
  margin-top: 0;
}
.page-live .pc-mod-character-advantage .dyanmic-decoration:before {
  background-image: url(/pc/images/newversion/rtc-advantage-bg1.png);
}
.page-live .pc-mod-character-advantage .advantage3 {
  width: 400px;
  top: 180px;
}
.page-live .pc-mod-character-advantage .advantage4 {
  width: 400px;
  top: 180px;
}
.page-live .pc-mod-character-advantage .advantage5 {
  top: 400px;
  left: 414px;
  width: 400px;
}
.page-live .application-scenarios {
  background: #f5f7f9;
}
.page-live .pc-mod-cases {
  background: #f5f7f9;
}
.page-live .pc-mod-cases .pc-mod-title:before {
  display: none;
}
.page-system .pc-mod-code-example .code-box {
  height: 350px;
}
.page-system .pc-mod-code-example .code-box pre {
  position: relative;
  top: -42px;
}
.page-system .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/system-banner.png);
}
.page-system .pc-mod-cases .pc-mod-title:before {
  display: none;
}
.page-system .application-scenarios,
.page-system .pc-mod-cases {
  background: #f5f7f9;
}
.page-system .pc-mod-cases {
  padding-top: 10px;
}
.page-system .pc-mod-basic-function .pc-mod-message {
  padding-top: 100px;
}
.page-cloud.page-common .pc-mod-character-advantage .dyanmic-decoration:before {
  background-image: url(/pc/images/newversion/rtc-advantage-bg2.png);
}
.page-cloud .pc-mod-character-advantage {
  background: #fff;
  margin-top: 30px;
}
.page-cloud .pc-mod-character-advantage .advantage-lists {
  height: 550px;
  margin-top: 0px;
}
.page-cloud .pc-mod-character-advantage .advantage1 {
  top: 68px;
  left: 80px;
}
.page-cloud .pc-mod-character-advantage .advantage2 {
  top: 68px;
  right: 80px;
}
.page-cloud .pc-mod-character-advantage .advantage5 {
  top: 331px;
  left: 80px;
}
.page-cloud .pc-mod-character-advantage .advantage6 {
  top: 331px;
  right: 80px;
}
.page-cloud .pc-mod-cases {
  background: #f5f7f9;
}
.page-cloud .pc-mod-basic-function-list {
  padding-top: 0;
}
.page-cloud .basic-function-list {
  padding-top: 60px;
}
.page-cloud .basic-function-list .function-list-info {
  margin-bottom: 56px;
}
.page-cloud .basic-function-list .function-list-info:nth-child(5),
.page-cloud .basic-function-list .function-list-info:nth-child(6) {
  margin-bottom: 0;
}
.page-privatecloud .basic-function-list .function-list-info:nth-child(3),
.page-privatecloud .basic-function-list .function-list-info:nth-child(4) {
  margin-bottom: 0;
}
.page-overseascloud .basic-function-list .function-list-info:nth-child(3),
.page-overseascloud .basic-function-list .function-list-info:nth-child(4) {
  margin-bottom: 0;
}
.page-publiccloud .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/publiccloud-banner.png);
}
.page-publiccloud .pc-mod-character-advantage .title:before {
  background-image: url(/pc/images/newversion/public-advantage-icons1.png);
}
.page-privatecloud .pc-mod-character-advantage .title:before {
  background-image: url(/pc/images/newversion/private-advantage-icons1.png);
}

.page-proprietarycloud .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/proprietary-banner.png);
}
.page-proprietarycloud .pc-mod-character-advantage .title:before {
  background-image: url(/pc/images/newversion/proprietary-advantage-icons1.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(1):before {
  background-image: url(/pc/images/newversion/proprietary-icon1.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(2):before {
  background-image: url(/pc/images/newversion/proprietary-icon2.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(3):before {
  background-image: url(/pc/images/newversion/proprietary-icon3.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(4):before {
  background-image: url(/pc/images/newversion/proprietary-icon4.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(5):before {
  background-image: url(/pc/images/newversion/proprietary-icon5.png);
}
.page-proprietarycloud
  .basic-function-list
  .function-list-info:nth-child(6):before {
  background-image: url(/pc/images/newversion/proprietary-icon6.png);
}
.page-overseascloud .pc-mod-banner > .l-wrapper:after {
  background-image: url(/pc/images/newversion/overseas-banner.png);
}
.page-overseascloud .pc-mod-character-advantage .title:before {
  background-image: url(/pc/images/newversion/overseas-advantage-icons1.png);
}
.page-overseascloud
  .basic-function-list
  .function-list-info:nth-child(1):before {
  background-image: url(/pc/images/newversion/overseas-icon1.png);
}
.page-overseascloud
  .basic-function-list
  .function-list-info:nth-child(2):before {
  background-image: url(/pc/images/newversion/overseas-icon2.png);
}
.page-overseascloud
  .basic-function-list
  .function-list-info:nth-child(3):before {
  background-image: url(/pc/images/newversion/overseas-icon3.png);
}
.page-overseascloud
  .basic-function-list
  .function-list-info:nth-child(4):before {
  background-image: url(/pc/images/newversion/overseas-icon4.png);
}
.page-singlechat .pc-mod-basic-function .pc-mod-title {
  padding-bottom: 54px;
}
.page-singlechat .pc-mod-basic-function .pc-mod-message {
  padding-top: 0;
  align-items: flex-start;
}
.page-singlechat .pc-mod-basic-function .message-images {
  padding-left: 90px;
}
.page-singlechat .pc-mod-basic-function .message-word {
  padding-top: 73px;
}
.page-singlechat .pc-mod-cases-banner .pc-mod-content-describe {
  margin-top: 12px;
}
/* 修改svg里的img */
.message-mod1 .message-images {
  position: relative;
  width: 550px;
  height: 450px;
}
.message-mod1 .message-images .pc-message-mod1-svgBg {
  width: 550px;
  height: 450px;
  background: url(/pc/images/newversion/product-function-img1.png) no-repeat;
  background-size: 550px auto;
  position: absolute;
  top: 0;
}
.message-mod1 .message-images .message-A {
  width: 30px;
  height: 30px;
  background: url(/pc/images/newversion/A-icon.png) no-repeat;
  background-size: 25px auto;
  position: absolute;
  top: 229px;
  left: 175px;
}
.message-mod1 .message-images .message-B {
  width: 30px;
  height: 30px;
  background: url(/pc/images/newversion/C-icon.png) no-repeat;
  background-size: 21px auto;
  position: absolute;
  top: 126px;
  left: 240px;
}
.message-mod1 .message-images .message-C {
  width: 30px;
  height: 30px;
  background: url(/pc/images/newversion/B-icon.png) no-repeat;
  background-size: 21px auto;
  position: absolute;
  top: 260px;
  left: 240px;
}
.message-mod1 .message-images .message-HeaderOne {
  width: 52px;
  height: 52px;
  background: url(/pc/images/newversion/header1-icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 244px;
  left: 274px;
}
.message-mod1 .message-images .message-HeaderTwo {
  width: 52px;
  height: 52px;
  background: url(/pc/images/newversion/header2-icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 108px;
  left: 274px;
}
.message-mod1 .message-images .messageBContent {
  width: 160px;
  height: 67px;
  background: url(/pc/images/newversion/product-function-img1-anm1.png)
    no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 52px;
  left: 291px;
  opacity: 0;
  z-index: 9;
}
.message-mod1 .message-images .messageCContent {
  width: 165px;
  height: 110px;
  background: url(/pc/images/newversion/product-function-img1-anm2.png)
    no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 258px;
  left: 336px;
}
.message-mod1 .message-images .mod1-svg {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* 打印字体	 */
.print-text-container {
  font-size: 0;
}
.print-text-container .print-text,
.print-text-container .print-cursor {
  font-size: 14px;
  color: #2f3240;
}
.page-groupchat .pc-mod-basic-function .pc-mod-message.message-mod2 {
  padding-top: 100px;
}
@-webkit-keyframes singlechat1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
  }
}
@keyframes singlechat1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
  }
}
@-webkit-keyframes rtcballScale {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

@-moz-keyframes rtcballScale {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes rtcballScale {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes rtcballScale {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes riseUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes riseUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* IM即时通讯动画 */

.page-product .message-mod1 .message-images,
.page-product .message-mod2 .message-images,
.page-product .message-mod3 .message-images {
  opacity: 0;
}
.page-product .message-mod1.svgAnimate .message-images,
.page-product .message-mod2.pc-mod-animate-message .message-images,
.page-product .message-mod3.pc-mod-animate-icon .message-images {
  opacity: 1;
}
.message-mod2 .message-anma2,
.message-mod2 .message-anma3,
.message-mod2 .message-anma4 {
  opacity: 0;
}
.message-mod3 .message-images img {
  opacity: 0;
}

.page-product
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated {
  opacity: 1;
}
.page-product .pc-mod-message.message-mod3.pc-mod-animate-icon .message-images {
  opacity: 1;
}
.pc-mod-animate-message .message-images .message-anma1 {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
}
.pc-mod-animate-message .message-images .message-anma2 {
  position: absolute;
  left: 0px;
  animation: modMessageIn linear;
  animation-duration: 0.5s;
  -webkit-animation: modMessageIn 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes modMessageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modMessageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc-mod-animate-message .message-images .message-anma4 {
  animation: modTextIn linear;
  animation-duration: 0.5;
  -webkit-animation: modTextIn 0.5s linear;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s; /* Safari 和 Chrome */
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes modTextIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modTextIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.pc-mod-animate-message .message-images .message-anma3 {
  position: absolute;
  left: 14px;
  animation: modReceiverIn linear;
  animation-duration: 0.5;
  -webkit-animation: modReceiverIn 0.5s linear;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s; /* Safari 和 Chrome */
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes modReceiverIn {
  0% {
    opacity: 1;
    left: 14px;
  }
  50% {
    opacity: 1;
    left: 14px;
    transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    left: 14px;
    transform: rotate(-17deg);
  }
  70% {
    opacity: 1;
    left: 14px;
    transform: rotate(17deg);
  }
  80% {
    opacity: 1;
    left: 14px;
    transform: rotate(-17deg);
  }
  90% {
    opacity: 1;
    left: 14px;
    transform: rotate(17deg);
  }
  100% {
    opacity: 1;
    left: 14px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes modReceiverIn {
  0% {
    opacity: 1;
    left: 14px;
  }
  50% {
    opacity: 1;
    left: 14px;
    transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    left: 14px;
    transform: rotate(-17deg);
  }
  70% {
    opacity: 1;
    left: 14px;
    transform: rotate(17deg);
  }
  80% {
    opacity: 1;
    left: 14px;
    transform: rotate(-17deg);
  }
  90% {
    opacity: 1;
    left: 14px;
    transform: rotate(17deg);
  }
  100% {
    opacity: 1;
    left: 14px;
    transform: rotate(0deg);
  }
}

.pc-mod-animate-icon .message-anma1 {
  animation: modOneLevelIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes modOneLevelIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modOneLevelIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 1;
  }
}

.pc-mod-animate-icon .message-anma2,
.pc-mod-animate-icon .message-anma3,
.pc-mod-animate-icon .message-anma4,
.pc-mod-animate-icon .message-anma5 {
  animation: modOneLevelIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes modTwoLevelIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modTwoLevelIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }

  100% {
    opacity: 1;
  }
}

.pc-mod-animate-icon .message-anma6,
.pc-mod-animate-icon .message-anma7 {
  animation: modOneLevelIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#svg1 {
  background-image: url('/pc/images/newversion/singlechat-animation1.png')
    no-repeat;
}
/* 产品动效 */
.page-product .message-mod4 .message-images {
  opacity: 0;
}
.page-product .message-mod4.animated .message-images {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-product .message-mod5 .message-images .print-text-container {
  position: absolute;
  top: 104px;
  left: 179px;
}
.page-product .message-mod5 .message-images .message-anma2 {
  position: absolute;
  top: 140px;
  left: 136px;
}
.page-product .message-mod5 .message-images .message-anma2 {
  height: 141px;
  opacity: 0;
  overflow: hidden;
  transition: all 1.8s linear;
}
.page-product .message-mod5 .message-images .message-anma2 img {
  display: block;
  width: 268px;
}
.page-product .message-mod5.animated .message-images .message-anma2 {
  display: block;
  opacity: 1;
}

/* IM动画结束 */

/* 群聊svg+动画 */
.page-groupchat .pc-mod-basic-function .message-images {
  position: relative;
}
.page-groupchat .pc-mod-message .message-images .message-anma1 {
  opacity: 0;
}
.page-groupchat .pc-mod-animate-message .message-images .message-anma1 {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat .pc-mod-message .message-images .message-anma2 {
  position: absolute;
  top: 328px;
  left: 207px;
  display: block;
  width: 88px;
}
.page-groupchat
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .message-anma2 {
  animation: fadeInContent linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeInContent 0.6s linear;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
.page-groupchat .pc-mod-message #line .cls-2 {
  opacity: 0;
  transition: all 0.1s linear 1s;
}

.page-groupchat .pc-mod-message.pc-mod-animate-message #line .cls-2 {
  opacity: 1;
}
.page-groupchat .message-mod1 .message-images {
  opacity: 0;
}
.page-groupchat .message-mod1.groupChatAnimate .message-images {
  opacity: 1;
}
.page-groupchat .message-mod1.groupChatAnimate .svgBgImg {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .pc-mod-basic-function
  .pc-mod-message
  .message-images
  .svgBgImg {
  background: url(/pc/images/newversion/groupchat-animate1.png) no-repeat;
  width: 550px;
  height: 450.5px;
  background-size: 550px auto;
  position: absolute;
  top: 10px;
  left: 32px;
}
.page-groupchat .pc-mod-basic-function .message-images .pc-mod-groupChateSvg {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}
.page-groupchat
  .pc-mod-basic-function
  .message-mod1.groupChatAnimate
  .message-images
  .pc-mod-groupChatHeader {
  width: 52px;
  height: 52px;
  background: url(/pc/images/newversion/header2-icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 207px;
  left: 312px;
}

.groupChatAnimate .pc-mod-groupChatHeader {
  opacity: 0;
  animation: fadeIn linear;
  animation-duration: 0.5;
  -webkit-animation: fadeIn 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.page-groupchat .message-mod1 .pc-mod-groupChatContent {
  opacity: 0;
}
.page-groupchat .groupChatAnimate.message-mod1 .pc-mod-groupChatContent {
  width: 223px;
  height: 120px;
  background: url(/pc/images/newversion/pc-groupChat-content.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 52px;
  left: 294px;
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeInContent {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInContent {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInContent1 {
  0% {
    opacity: 1;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInContent1 {
  0% {
    opacity: 1;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.page-system .pc-mod-message .message-anma1 {
  opacity: 0;
}
.page-system .mod-message1.animated .message-anma1 {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-system .pc-mod-message .message-images {
  position: relative;
}
.page-system .mod-message1.pc-mod-message .message-anma2 {
  position: absolute;
  width: 240px;
  top: 253px;
  left: 15px;
  opacity: 0;
}
.page-system .mod-message2.animated .message-anma1 {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-system .mod-message1.animated .message-anma2 {
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
/* 聊天室动画 */
.pc-mod-live-svg .message-images {
  position: relative;
  width: 550px;
  height: 450px;
}
.pc-mod-live-svg .message-images .pc-mod-live-svg-bg {
  position: absolute;
  width: 550px;
  height: 450px;
  background: url(/pc/images/newversion/live-anma-svg.png) no-repeat;
  background-size: 550px auto;
  top: 0px;
  left: 0px;
}
.pc-mod-live-svg .pc-mod-live-svg {
  width: 550px;
  /* height: 450px; */
}
.pc-mod-live-svg .message-images .pc-mod-live-svg {
  position: absolute;
  z-index: 2;
}
.pc-mod-live-svg .live-advice {
  transform: scale(0);
}
.liveAnimate .live-advice {
  position: absolute;
  width: 254px;
  height: 40px;
  background: url(/pc/images/newversion/live-advice.png) no-repeat;
  background-size: 254px auto;
  left: 168px;
  bottom: 31px;
  animation: liveAdvice 1.2s linear;
  -webkit-animation: liveAdvice 1.2s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: scale(1);
}
@keyframes liveAdvice {
  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes liveAdvice {
  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
.pc-mod-live-anma .message-images {
  height: 450px;
  /* position: relative; */
}
.message-mod1.pc-mod-live-anma .message-images,
.message-mod2.liveAnimate .message-images {
  opacity: 1;
}
.pc-mod-live-anma .pc-mod-live-mod1-anma1 {
  width: 275px;
  height: 450px;
  background: url(/pc/images/newversion/live-mod1-anma1.png) no-repeat;
  background-size: 275px auto;
  position: relative;
  top: 0;
  left: 173px;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pc-mod-live-anma .pc-mod-live-mod1-anma2 {
  width: 200px;
  height: 220px;
  background: url(/pc/images/newversion/live-mod1-anma2.png) no-repeat;
  background-size: 200px auto;
  position: absolute;
  top: 166px;
  left: 166px;
  opacity: 0;
  animation: fadeInContent1 linear;
  animation-duration: 1s;
  -webkit-animation: fadeInContent1 0.8s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.pc-mod-live-anma .pc-mod-live-mod1-anma3 {
  width: 232px;
  height: 85px;
  background: url(/pc/images/newversion/live-mod1-anma3.png) no-repeat;
  background-size: 232px auto;
  position: absolute;
  top: 136px;
  left: -153px;
  opacity: 0;
  animation: fadeInContent linear;
  animation-duration: 1s;
  -webkit-animation: fadeInContent 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.page-live .liveAnimate .pc-mod-wireframe1 {
  width: 319px;
  height: 45px;
  background: url(/pc/images/newversion/wireframe.png) no-repeat;
  background-size: 319px auto;
  position: absolute;
  top: 267px;
  left: 131px;
  opacity: 0;
  animation: fadeIn 0.6s linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeIn 0.6s linear;
  animation-fill-mode: forwards;
}
.page-live .liveAnimate .pc-mod-wireframe2 {
  width: 319px;
  height: 45px;
  background: url(/pc/images/newversion/wireframe.png) no-repeat;
  background-size: 319px auto;
  position: absolute;
  top: 321px;
  left: 131px;
  opacity: 0;
  animation: fadeIn linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeIn 0.6s linear;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.page-live .liveAnimate .pc-mod-linellae {
  width: 2px;
  height: 15px;
  background: url(/pc/images/newversion/linellae.png) no-repeat;
  background-size: 2px auto;
  position: absolute;
  top: 365px;
  left: 291px;
  opacity: 0;
  animation: fadeIn linear;
  animation-duration: 0.2s;
  -webkit-animation: fadeIn 0.2s linear;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
/* 聊天室动画结束 */
/* 实时音视频 音视频会议 云端录制 音视频通话 音视频通话 */
.pc-mod-banner-img {
  display: inline-block;
  width: 660px;
  height: 450px;
  position: absolute;
  right: -90px;
  top: -76px;
  background-repeat: no-repeat;
  -webkit-background-size: 640px auto;
  background-size: 640px auto;
  background-position: center top;
}
.page-common #app .pc-mod-banner > .l-wrapper:after {
  width: 0;
  height: 0;
}
.producttem-videomeet .banner-word-wrapper {
  width: 610px;
}
.page-common.page-productTem .producttem-videomeet .pc-mod-banner-img {
  top: -72px;
  right: -100px;
}
.producttem-realvideo .banner-word-wrapper {
  width: 614px;
}
.page-common.page-productTem .producttem-realvideo .pc-mod-banner-img {
  right: -110px;
}
.producttem-videocall .banner-word-wrapper {
  width: 613px;
}
.page-common.page-productTem .producttem-videocall .pc-mod-banner-img {
  right: -110px;
  top: -86px;
}
.producttem-cloudlive .banner-word-wrapper {
  width: 616px;
}
.page-common.page-productTem .producttem-cloudlive .pc-mod-banner-img {
  right: -100px;
  top: -100px;
}
.producttem-lowlive .banner-word-wrapper {
  width: 616px;
}

.page-common.page-productTem .pc-mod-message .content-describe {
  /* padding-bottom: 10px; */
}

.page-common.page-productTem .pc-mod-message .pc-mod-basic-function-text {
  margin-top: 18px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-message.message-mod1
  .pc-mod-basic-function-text:first-child {
  padding-bottom: 32px;
}
.page-common.page-productTem
  .pc-mod-message
  .pc-mod-basic-function-text:nth-child(1) {
  margin-top: 0px;
}
.page-common.page-productTem
  .producttem-cloudlive
  .pc-mod-message.message-mod1
  .pc-mod-basic-function-text:nth-child(1)
  .content-describe {
  padding-bottom: 12px;
}
.page-common.page-productTem
  .producttem-cloudlive
  .pc-mod-message.message-mod2
  .pc-mod-basic-function-text:nth-child(1)
  .content-describe {
  padding-bottom: 12px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-message.message-mod1
  .pc-mod-basic-function-text:nth-child(1)
  .content-describe {
  padding-bottom: 0px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-message
  .pc-mod-basic-function-text:nth-child(1)
  .content-describe {
  padding-bottom: 10px;
}

.page-common.page-productTem
  .producttem-cloudlive
  .pc-mod-message.message-mod1
  .pc-mod-basic-function-text:nth-child(2)
  .content-describe {
  padding-bottom: 12px;
}
.page-common.page-productTem
  .producttem-lowlive
  .pc-mod-message
  .pc-mod-basic-function-text:nth-child(1)
  .content-describe {
  padding-bottom: 13px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage-lists {
  height: 600px;
  margin-top: 80px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage1 {
  top: 0;
  left: 200px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage2 {
  top: 0;
  right: 200px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage3 {
  top: 190px;
  left: 0;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage4 {
  top: 190px;
  right: 0;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage5 {
  top: 380px;
  left: 200px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six .advantage6 {
  top: 380px;
  right: 200px;
}
.page-common .pc-mod-character-advantage.pc-mod-advantage-six {
  background: none;
  padding-bottom: 47px;
  height: auto;
}
.page-common
  .pc-mod-character-advantage.pc-mod-advantage-six
  .pc-mod-features-content-list
  .pc-mod-content
  .pc-mod-content-title::before {
  display: none;
}
.advantage-icon {
  content: '';
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 48px;
  background-size: 46px auto !important;
}
/* .pc-mod-product-docs.templateDocs .pc-mod-docs-item,.pc-mod-product-docs.templateDocs .pc-mod-docs-item-content{
	padding: 0 100px;
} */
.page-productTem
  .pc-mod-product-docs.templateDocs
  .pc-mod-docs-item
  .pc-mod-docs-item-title,
.pc-mod-product-docs.templateDocs .pc-mod-docs-item-content dl {
  width: 27%;
}
.page-productTem
  .pc-mod-product-docs.templateDocs
  .pc-mod-docs-item
  .im-doc-mod1 {
  padding-left: 113px;
}
.page-productTem
  .pc-mod-product-docs.templateDocs
  .pc-mod-docs-item
  .im-doc-mod2 {
  padding-left: 88px;
}
.page-productTem
  .pc-mod-product-docs.templateDocs
  .pc-mod-docs-item
  .im-doc-mod3 {
  padding-left: 63px;
}
.page-productTem
  .pc-mod-product-docs.templateDocs
  .pc-mod-docs-item
  .im-doc-mod4 {
  width: 19%;
}
.page-productTem .pc-mod-product-docs .sdk-links a:last-child {
  margin-right: 116px;
}
.price-mod-list-tem {
  border: 1px solid #cccccc;
  height: 443px;
  border-radius: 5px;
  margin-top: 27px;
  padding: 0 165px;
}
.price-tem-title {
  font-size: 31px;
  color: #333;
  line-height: 31px;
  font-weight: 500;
  margin: 35px 0;
  margin-top: 50px;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.line-text {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.line-text span:first-child {
  font-size: 16px;
  color: rgb(51, 51, 51);
  margin-right: 8px;
}
.line-text span:last-child,
.oldPrice {
  font-size: 16px;
  color: rgb(51, 51, 51);
  margin-left: 7px;
  display: inline-block;
  text-align: right;
  display: inline-block;
  min-width: 108px;
  position: relative;
  top: -1px;
}
.oldPrice {
  text-decoration: line-through;
}
.line-text-line {
  display: flex;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed #cccccc;
  height: 10px;
}
.price-describe {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 34px;
}
.price-describe-group {
  margin-top: 15px;
}
.page-productTem .price-info {
  margin-top: 35px;
  line-height: 35px;
}
.page-productTem .price {
  font-size: 18px;
  color: rgb(255, 102, 0);
  line-height: 1.28;
}
.page-productTem .price .unit {
  font-size: 24px;
  font-weight: normal;
}
.page-productTem .price-info .links {
  float: right;
  font-size: 16px;
}
.page-productTem .links a {
  color: #09f;
}
.page-productTem .links .btn {
  display: inline-block;
  vertical-align: top;
  background: #09f;
  color: #fff;
  width: 112px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  margin-left: 15px;
  border: 1px solid #09f;
  transition: all 0.5s linear;
}
.page-common.page-productTem .pc-mod-title-icon {
  vertical-align: top;
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-right: 25px;
  background-image: url(/pc/images/newversion/title-icons.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 68px;
  background-size: auto 68px;
  background-position: 0 0;
}
.page-common.page-productTem .application-scenarios .pc-mod-title:before {
  display: none;
}
.page-common.page-productTem .public-price-intro {
  margin-top: 50px;
}
.halfWidth {
  width: 50%;
  display: inline-block;
  color: rgba(51, 52, 51, 0.7);
}
.content-describe .describe-text {
  color: rgba(51, 52, 51, 1);
}
.producttem-videomeet .content-describe ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgb(184, 187, 194);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 11px;
  position: relative;
  top: -2px;
  left: 4px;
}
[v-cloak] {
  display: none;
}
.showMoreDemo {
  font-size: 16px;
  color: #09f;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: -10px;
}
.showMoreDemo span:hover {
  color: #0185dd;
}
.showMoreDemo span:hover em {
  cursor: pointer;
  visibility: visible;
  animation: fade-in; /*动画名称*/
  animation-duration: 1; /*动画持续时间*/
  -webkit-animation: fade-in 0.5s; /*针对webkit内核*/
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(-10px);
  } /*初始状态 透明度为0*/

  100% {
    opacity: 1;
    transform: translate(0px);
  } /*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {
  /*针对webkit内核*/
  0% {
    opacity: 0;
    transform: translate(-10px);
  } /*初始状态 透明度为0*/

  100% {
    opacity: 1;
    transform: translate(0px);
  } /*结束状态 透明度为1*/
}
.producttem-videocall .message-word .pc-mod-basic-function-text:last-child {
  margin-top: 20px;
}
.producttem-videomeet .content-describe ul {
  margin-top: 5px;
}
.lineWidth {
  margin-top: 8px;
  color: rgba(51, 52, 51, 0.7);
}
.lineText {
  margin-left: 16px;
}
.rightText {
  margin-top: 8px;
}
.page-common.page-productTem
  .lessTextTop
  .pc-mod-basic-function-text:nth-child(2),
.page-common.page-productTem
  .lessTextTop
  .pc-mod-basic-function-text:nth-child(3) {
  margin-top: 20px;
}
.producttem-cloudlive .message-word .pc-mod-basic-function-text:last-child {
  margin-top: 20px;
}
.page-productTem .links .btn:hover {
  background: #fff;
  color: #09f;
}
.page-productTem .links a:first-child:hover {
  text-decoration: underline;
  color: #0185dd;
}
.page-common.page-productTem #cases .pc-mod-title {
  padding-bottom: 20px;
}
.page-common.page-productTem .pc-mod-message .content-describe {
  margin-top: 5px;
}
/* .page-common.page-productTem .producttem-realvideo .pc-mod-content .dyanmic-decoration .pc-mod-content-title{
	font-size: 21px;
} */
.page-productTem .content-title {
  font-size: 31px;
}
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-message
  .pc-mod-basic-function-text:last-child {
  margin-top: 46px;
}

/* 实时音视频动画 */
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-basic-function
  .pc-mod-message
  .message-images
  .svgBgImg {
  background-image: url(//cdn.ronghub.com//www/product/realvideo/img/animate1Img6.png);
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.groupChatAnimate .snippet {
  position: relative;
  top: 116px;
  left: -23px;
  opacity: 0;
  animation: slowShow 0.1s;
  -webkit-animation: slowShow 0.1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.filter-contrast {
  filter: contrast(5);
  background-color: white;
}
.groupChatAnimate .dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #ffffff;
  opacity: 0;
  animation: slowShowFlashing 1s infinite steps(4);
  -webkit-animation: slowShowFlashing 1s infinite steps(4);
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-iteration-count: 2;
  -webkit-iteration-count: 2;
}

.groupChatAnimate .dot-flashing-before,
.dot-flashing-after {
  content: '';
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #ffffff;
}

.groupChatAnimate .dot-flashing-before {
  left: 257px;
  opacity: 0;
  animation: slowShowbefore 1s infinite steps(4);
  -webkit-animation: slowShowbefore 1s infinite steps(4);
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-iteration-count: 2;
  -webkit-iteration-count: 2;
}

.groupChatAnimate .dot-flashing-after {
  left: 285px;
  opacity: 0;
  animation: slowShowFlashingafter 1s infinite steps(4);
  -webkit-animation: slowShowFlashingafter 1s infinite steps(4);
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-iteration-count: 2;
  -webkit-iteration-count: 2;
}

.producttem-realvideo .groupChatAnimate .animateHeaderImg3 {
  width: 92px;
  height: 91px;
  background: url(//cdn.ronghub.com//www/product/realvideo/img/animate1Img5.png)
    no-repeat;
  background-size: 93px;
  position: absolute;
  top: 74px;
  left: 205px;
  opacity: 0;
  animation: slowShowHeader3 1.4s cubic-bezier(0, 0, 0.57, 0.19);
  -webkit-animation: slowShowHeader3 1.4s cubic-bezier(0, 0, 0.57, 0.19);
  animation-delay: 3.1;
  -webkit-animation-delay: 3.1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* 实时音视频动画 */
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod1
  .message-images
  .svgBgImg {
  background-image: url(/pc/images/newversion/call-animate1Img1.png);
  width: 550px;
  height: 450.5px;
  background-size: 550px auto;
  position: absolute;
  top: 10px;
  left: 32px;
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message
  .message-images
  .mod-animated {
  width: 183px;
  position: relative;
  top: 127px;
  left: 20px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message {
  padding-top: 30px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message:first-child {
  padding-top: 0px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-title {
  padding-bottom: 40px;
}
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-basic-function
  .pc-mod-title {
  padding-bottom: 66px;
}
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-character-advantage
  .pc-mod-title {
  padding-top: 38px;
}
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-character-advantage
  .advantage-lists {
  margin-top: 57px;
}
.page-common.page-productTem
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-title {
  padding-bottom: 20px;
}
.page-common.page-productTem
  .producttem-cloudlive
  .pc-mod-basic-function
  .pc-mod-title {
  padding-bottom: 40px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-title {
  padding-bottom: 45px;
}
/* .page-common.page-productTem .producttem-realvideo .pc-mod-title{

} */
.page-common.page-productTem .producttem-lowlive .pc-mod-message.message-mod2 {
  padding-top: 50px;
}
.page-common.page-productTem
  .producttem-cloudlive
  .pc-mod-basic-function
  .pc-mod-message.message-mod2 {
  padding-top: 40px;
}
.page-common.page-productTem .producttem-cloudlive .pc-mod-basic-function {
  padding-bottom: 32px;
}
.page-common.page-productTem .producttem-lowlive .pc-mod-basic-function {
  padding-bottom: 95px;
}
.page-common.page-productTem
  .producttem-realvideo
  .pc-mod-basic-function
  .pc-mod-message.message-mod2 {
  padding-top: 132px;
}
.page-common.page-productTem .producttem-videocall .pc-mod-basic-function {
  padding-bottom: 85px;
}

.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .message-mod2 {
  padding-top: 55px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .message-mod3 {
  padding-top: 88px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .message-mod3
  .message-word {
  position: relative;
  top: -24px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .message-mod4 {
  padding-top: 88px;
}
.page-common.page-productTem
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .message-mod5 {
  padding-top: 58px;
}
.page-common.page-productTem .producttem-videomeet .pc-mod-basic-function {
  padding-bottom: 100px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message
  .message-images {
  height: 450px;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .mod-animated
  .message-anma2 {
  position: absolute;
  top: 102px;
  left: 20px;
  display: block;
  width: 226px;
  height: auto;
  opacity: 0;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .mod-animated
  .message-anma4 {
  position: absolute;
  top: 140px;
  left: 90px;
  color: #ffffff;
  z-index: 10;
  width: 108px;
  height: 20px;
  font-size: 15px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.8s;
  -webkit-animation-delay: 2.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.page-common.page-productTem .producttem-videocall .message-mod1 svg {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 138px;
  left: 64px;
}
.page-common.page-productTem
  .producttem-videocall
  .message-mod1.groupChatAnimate
  .line-fei-1 {
  animation-name: draw-fei-1;
  stroke: #fff;
  animation-duration: 1.5s;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.groupChatAnimate .masklayerhide {
  width: 15px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 137px;
  left: 62px;
  background: transparent;
}
.groupChatAnimate .masklayer {
  width: 15px;
  height: 25px;
  background: transparent;
  margin-top: 0px;
  animation: changeTop 0.2s ease-out;
  -webkit-animation: changeTop 0.2s ease-out;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .svgBgImg {
  background-image: url(//cdn.ronghub.com//www/product/videocall/img/animate2Img1.png);
  width: 550px;
  height: 450.5px;
  background-size: 550px auto;
  position: absolute;
  top: 10px;
  left: 32px;
  /* top: -190px; */
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma4 {
  width: 140px;
  position: absolute;
  top: 220px;
  left: 112px;
  color: #ffffff;
  z-index: 10;
  height: 20px;
  font-size: 15px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma2 {
  width: 250px;
  height: auto;
  top: 183px;
  left: 46px;
  animation: slowShow 0.6s linear;
  -webkit-animation: slowShow 0.6s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma5,
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma6,
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma7 {
  display: inline-block;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 152px;
  left: 83px;
  background: #ffffff;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma5 {
  background: url(//cdn.ronghub.com//www/product/videocall/img/animate2Img3.png)
    no-repeat;
  background-size: 18px auto;
  opacity: 0;
  animation: videocallanimate2 0.3s ease-out;
  -webkit-animation: videocallanimate2 0.3s ease-out;
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma6 {
  height: 7px;
  background: url(//cdn.ronghub.com//www/product/videocall/img/animate2Img4.png)
    no-repeat;
  opacity: 0;
  background-size: 18px 7px;
  top: 159px;
  animation: videocallanimate3 0.1s ease-out;
  -webkit-animation: videocallanimate3 0.1s ease-out;
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common.page-productTem
  .producttem-videocall
  .pc-mod-basic-function
  .pc-mod-message.message-mod2.pc-mod-animate-message
  .message-images
  .mod-animated
  .message-anma7 {
  height: 7px;
  background: url(//cdn.ronghub.com//www/product/videocall/img/animate2Img5.png)
    no-repeat;
  opacity: 0;
  background-size: 18px 7px;
  top: 163px;
  animation: videocallanimate4 0.1s ease-out;
  -webkit-animation: videocallanimate4 0.1s ease-out;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* 低延迟直播 */
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg {
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate1Img1.png)
    no-repeat;
  width: 550px;
  height: 450.5px;
  background-size: 550px auto;
  position: absolute;
  top: 10px;
  left: 32px;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img2 {
  width: 20px;
  height: 10px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate1Img2.png)
    no-repeat;
  background-size: 20px 10px;
  position: absolute;
  top: 289px;
  left: 200px;
  opacity: 0;
  animation: fade-in-right 0.8s linear;
  -webkit-animation: fade-in-right 0.8s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-iteration-count: infinite;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img3 {
  width: 244px;
  height: 125px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate1Img3.png)
    no-repeat;
  background-size: 244px auto;
  position: absolute;
  top: 75px;
  left: 352px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img4 {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 116px;
  left: 405px;
}
.producttem-lowlive
  .pc-mod-basic-function
  .groupChatAnimate
  .animate1Img4
  .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-lowlive .animate1Img4 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.producttem-lowlive .groupChatAnimate .animate1Img4 .line-fei-1 {
  stroke: #36d576;
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img5 {
  width: 130px;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 116px;
  left: 435px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img1 {
  width: 550px;
  height: 450px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate2Img1.png)
    no-repeat;
  background-size: 550px auto;
  position: relative;
  top: 10px;
  left: -90px;
  opacity: 0;
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img2 {
  width: 266px;
  height: 126px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate2Img2.png)
    no-repeat;
  background-size: 275px auto;
  position: absolute;
  top: 79px;
  left: 343px;
  opacity: 0;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img3 {
  width: 19px;
  height: 19px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate2Img3.png)
    no-repeat;
  background-size: 19px auto;
  position: absolute;
  top: 121px;
  left: 396px;
  opacity: 0;
  /* animation: slowShow 0.5s  linear;
	-webkit-animation: slowShow 0.5s  linear; */
  animation: flyRightTop 0.3s cubic-bezier(0.47, 0.21, 1, 1);
  -webkit-animation: flyRightTop 0.3s cubic-bezier(0.47, 0.21, 1, 1);
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img5 {
  width: 19px;
  height: 19px;
  background: url(//cdn.ronghub.com//www/product/lowlive/img/animate2Img3.png)
    no-repeat;
  background-size: 19px auto;
  position: absolute;
  top: 121px;
  left: 394px;
  opacity: 0;
  animation: topShowFly 0.5s cubic-bezier(0.49, 0.27, 1, 1);
  -webkit-animation: topShowFly 0.5s cubic-bezier(0.49, 0.27, 1, 1);
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-groupchat
  .producttem-lowlive
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img4 {
  width: 200px;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 121px;
  left: 419px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* 音视频会议动画 */
.page-groupchat
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg {
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate1img1.png)
    no-repeat;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  top: -20px;
}
.page-groupchat
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img2 {
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate1img2.png)
    no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 317px;
  left: 43px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img3 {
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate1img3.png)
    no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 317px;
  left: 89px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-message.groupChatAnimate
  .message-images
  .svgBgImg
  .animate1Img4 {
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate1img4.png)
    no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 317px;
  left: 135px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-groupchat
  .producttem-videomeet
  .pc-mod-basic-function
  .pc-mod-message.pc-mod-animate-message
  .message-images
  .animate2Img1 {
  width: 550px;
  height: 450px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate2Img1.png)
    no-repeat;
  background-size: 550px auto;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .pc-mod-message {
  padding-top: 70px;
}
.page-common
  .producttem-videomeet
  .pc-mod-basic-function
  .animatemodel
  .pc-mod-message.message-mod1 {
  padding-top: 0px;
}
.producttem-videomeet .animate3 .animate3Img1 {
  width: 550px;
  height: 450px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate3img1.png)
    no-repeat;
  background-size: 550px auto;
  position: relative;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate3 .animate3Img4 {
  width: 31px;
  height: 29px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate3img4.png)
    no-repeat;
  background-size: 31px auto;
  position: absolute;
  top: 104px;
  left: 482px;
  animation: animate3Img4Animate 1.4s steps(7);
  -webkit-animation: animate3Img4Animate 1.4s steps(7);
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate3 .animate3Img3 {
  width: 31px;
  height: 234px;
  opacity: 1;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate3img3.png)
    no-repeat;
  background-size: 31px auto;
  position: absolute;
  top: 104px;
  left: 482px;
  /* animation: slowShow 0.3s  linear;
	-webkit-animation: slowShow 0.3s  linear;
	animation-delay: 1.3s;
	-webkit-animation-delay:1.3s; 
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}
.producttem-videomeet .animate3 .animate3Img2 {
  width: 18px;
  height: 15px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate3img2.png)
    no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 225px;
  left: 39px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate4Img1 {
  width: 550px;
  height: 450px;
  opacity: 1;
  background: url(/pc/images/newversion/meeting-animate4img1.png) no-repeat;
  background-size: 550px auto;
  position: relative;
  animation: none;
  top: -30px;
}
.producttem-videomeet .animate4 .animate4Img4 {
  width: 132px;
  height: 56px;
  opacity: 0;
  z-index: 2;
  background: url(/pc/images/newversion/animate4img4.png) no-repeat;
  background-size: 132px auto;
  position: absolute;
  top: 295px;
  left: 277px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate4 .animate4Img5 {
  width: 74px;
  height: 11px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate4img5.png)
    no-repeat;
  background-size: 74px auto;
  position: absolute;
  top: 319px;
  left: 208px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate4Img7 {
  width: 175px;
  height: 90px;
  opacity: 0;
  background: url(/pc/images/newversion/zhezhao.png) no-repeat;
  background-size: 175px auto;
  position: absolute;
  top: 278px;
  left: 261px;
  animation: none;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate4 .animate4Img2 {
  width: 248px;
  height: 125px;
  opacity: 0;
  position: absolute;
  top: 272px;
  left: -6px;
  /* transform: translate3d(0,0,0); */
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate4img2.png)
    no-repeat;
  background-size: 248px auto;
  animation: slowShow 0.6s linear;
  -webkit-animation: slowShow 0.6s linear;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.producttem-videomeet .animate5 .animate5Img1 {
  width: 550px;
  height: 450px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate5img1.png)
    no-repeat;
  background-size: 550px auto;
  position: relative;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-videomeet .animate5 .animate5Img2 {
  width: 9px;
  height: 9px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate5img2.png)
    no-repeat;
  background-size: 9px auto;
  position: absolute;
  top: 129px;
  left: 239px;
  animation: scalecare 1s linear;
  -webkit-animation: scalecare 1s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-iteration-count: 1;
}
.producttem-videomeet .animate5 .print-text-container {
  width: 150px;
  height: 29px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  position: absolute;
  top: 124px;
  left: 255px;
}
/* 云端录制动画 */
.producttem-cloudlive .groupChatAnimate .animate1img1 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate1img1.png)
    no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .groupChatAnimate .animate1img2 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate1img2.png)
    no-repeat;
  width: 244px;
  height: 125px;
  background-size: 244px auto;
  position: absolute;
  opacity: 0;
  top: 125px;
  left: -58px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .groupChatAnimate .animate1img3 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 41px;
  left: 61px;
}
.producttem-cloudlive .groupChatAnimate .animate1img3 .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .animate1img3 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.producttem-cloudlive .groupChatAnimate .animate1img3 .line-fei-1 {
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pen {
  fill: none;
  stroke: #09f;
  stroke-width: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dashoffset: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.line-fei-1 {
  clip-path: url(#fei-1);
  stroke-dasharray: 100;
  opacity: 0;
}
@keyframes draw-fei-1 {
  0% {
    stroke-dashoffset: 100;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes draw-fei-1 {
  0% {
    stroke-dashoffset: 100;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.producttem-cloudlive .groupChatAnimate .animate1img4 {
  width: 120px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 41px;
  left: 90px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .pc-mod-animate-message .animate2img1 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate2img1.png)
    no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .pc-mod-animate-message .animate2img2 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate2img2.png)
    no-repeat;
  width: 252px;
  height: 135px;
  background-size: 252px auto;
  position: absolute;
  opacity: 0;
  top: 88px;
  left: 342px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.producttem-cloudlive .pc-mod-animate-message .animate2img3 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate2img3.png)
    no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px auto;
  position: absolute;
  opacity: 0;
  top: 133px;
  left: 398px;
  animation: rotate 1s linear;
  -webkit-animation: rotate 1s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-iteration-count: 1;
}
.producttem-cloudlive .pc-mod-animate-message .animate2img4 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate2img4.png)
    no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px auto;
  position: absolute;
  opacity: 0;
  top: 133px;
  left: 398px;
  animation: scalecare 0.7s linear;
  -webkit-animation: scalecare 0.7s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-iteration-count: 1;
}
.producttem-cloudlive .pc-mod-animate-message .animate2img5 {
  width: 136px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 133px;
  left: 427px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.7s;
  -webkit-animation-delay: 2.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-common .producttem-lowlive .public-price-intro .price-erweima {
  width: 410px;
  margin-left: 25px;
}
.page-common .producttem-lowlive .public-price-intro .price-consult {
  padding-left: 25px;
  width: 440px;
}
.producttem-lowlive .pc-mod-banner > .l-wrapper:after,
.producttem-videocall .pc-mod-banner > .l-wrapper:after,
.producttem-realvideo .pc-mod-banner > .l-wrapper:after,
.producttem-videomeet .pc-mod-banner > .l-wrapper:after,
.producttem-cloudlive .pc-mod-banner > .l-wrapper:after {
  display: none;
}
.page-common .pc-mod-demo .erweima {
  width: 247px;
  text-align: center;
  padding-right: 95px;
}
.producttem-cloudlive .price-mod-list-tem {
  height: 410px;
}
.page-common.page-productTem
  .producttem-lowlive
  .pc-mod-banner
  .pc-mod-banner-img {
  top: -110px;
}
.price-mod-list-tem.price-has-oldPrice {
  height: 473px;
}
@-webkit-keyframes lightAnimate {
  0% {
    opacity: 1;
    background-position-x: -34px;
  }
  25% {
    opacity: 1;
    background-position-x: -68px;
  }
  50% {
    opacity: 1;
    background-position-x: -102px;
  }
  75% {
    opacity: 1;
    background-position-x: -136px;
  }
  100% {
    opacity: 1;
    background-position-x: -170px;
  }
}
@keyframes lightAnimate {
  0% {
    opacity: 1;
    background-position-x: -34px;
  }
  25% {
    opacity: 1;
    background-position-x: -68px;
  }
  50% {
    opacity: 1;
    background-position-x: -102px;
  }
  75% {
    opacity: 1;
    background-position-x: -136px;
  }
  100% {
    opacity: 1;
    background-position-x: -170px;
  }
}
@keyframes animate3Img4Animate {
  0% {
    opacity: 0.4;
    top: 104px;
  }
  100% {
    opacity: 1;
    top: 309px;
  }
}
@-webkit-keyframes animate3Img4Animate {
  0% {
    opacity: 0;
    top: 104px;
  }
  100% {
    opacity: 1;
    top: 309px;
  }
}
@keyframes animate3Img4Animate1 {
  0% {
    opacity: 0.4;
    top: 104px;
  }
  100% {
    opacity: 1;
    top: 317px;
  }
}
@-webkit-keyframes animate3Img4Animate1 {
  0% {
    opacity: 0;
    top: 104px;
  }
  100% {
    opacity: 1;
    top: 317px;
  }
}
@keyframes topShow {
  0% {
    opacity: 0;
    top: -10px;
    left: 71px;
  }
  70% {
    opacity: 1;
    top: 45px;
    left: 71px;
  }
  100% {
    opacity: 1;
    top: 37px;
    left: 71px;
  }
}
@-webkit-keyframes topShow {
  0% {
    opacity: 0;
    top: -10px;
    left: 71px;
  }
  70% {
    opacity: 1;
    top: 45px;
    left: 71px;
  }
  100% {
    opacity: 1;
    top: 37px;
    left: 71px;
  }
}
@keyframes topShowFlySmall {
  0% {
    opacity: 0;
    top: 153px;
    left: 297px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 99px;
    left: 322px;
  }
}
@-webkit-keyframes topShowFlySmall {
  0% {
    opacity: 0;
    top: 153px;
    left: 297px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 99px;
    left: 322px;
  }
}
@keyframes topShowFly {
  0% {
    opacity: 0;
    top: 164px;
    left: 371px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 121px;
    left: 396px;
  }
}
@-webkit-keyframes topShowFly {
  0% {
    opacity: 0;
    top: 164px;
    left: 371px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 121px;
    left: 396px;
  }
}
@keyframes flyRightTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  99% {
    opacity: 1;
    transform: translate3d(120%, -100%, 0) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate3d(120%, -100%, 0) scale(0.8);
  }
}
@-webkit-keyframes flyRightTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  99% {
    opacity: 0;
    transform: translate3d(120%, -100%, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate3d(120%, -100%, 0) scale(0.8);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate(-10px);
  } /*初始状态 透明度为0*/
  50% {
    opacity: 1;
    transform: translate(-5px);
  } /*初始状态 透明度为0*/
  100% {
    opacity: 0;
    transform: translate(3px);
  } /*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in-right {
  /*针对webkit内核*/
  0% {
    opacity: 0;
    transform: translate(-10px);
  } /*初始状态 透明度为0*/
  50% {
    opacity: 1;
    transform: translate(-5px);
  } /*初始状态 透明度为0*/
  100% {
    opacity: 0;
    transform: translate(3px);
  } /*结束状态 透明度为1*/
}
@-webkit-keyframes rotate {
  0% {
    opacity: 1;
    transform: rotate(20deg);
  }
  25% {
    opacity: 1;
    transform: rotate(40deg);
  }
  50% {
    opacity: 1;
    transform: rotate(-20deg);
  }
  75% {
    opacity: 1;
    transform: rotate(-40deg);
  }
  100% {
    opacity: 1;
    transform: rotate(20deg);
  }
}
@keyframes rotate {
  0% {
    opacity: 1;
    transform: rotate(20deg);
  }
  25% {
    opacity: 1;
    transform: rotate(40deg);
  }
  50% {
    opacity: 1;
    transform: rotate(-20deg);
  }
  75% {
    opacity: 1;
    transform: rotate(-40deg);
  }
  100% {
    opacity: 1;
    transform: rotate(20deg);
  }
}
@-webkit-keyframes scalecare {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  75% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scalecare {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  75% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slowShowFlashing {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowShowFlashing {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slowShowFlashingafter {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowShowFlashingafter {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slowShowHeader {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 80px;
  }
}
@keyframes slowShowHeader {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 80px;
  }
}
@-webkit-keyframes videocallanimate4 {
  0% {
    opacity: 0;
    top: 258px;
  }
  100% {
    opacity: 1;
    top: 232px;
  }
}
@keyframes videocallanimate4 {
  0% {
    opacity: 0;
    top: 258px;
  }
  100% {
    opacity: 1;
    top: 232px;
  }
}
@-webkit-keyframes videocallanimate3 {
  0% {
    opacity: 0;
    top: 253px;
  }
  100% {
    opacity: 1;
    top: 228px;
  }
}
@keyframes videocallanimate3 {
  0% {
    opacity: 0;
    top: 253px;
  }
  100% {
    opacity: 1;
    top: 228px;
  }
}
@-webkit-keyframes videocallanimate2 {
  0% {
    opacity: 0;
    top: 240px;
  }
  100% {
    opacity: 1;
    top: 221px;
  }
}
@keyframes videocallanimate2 {
  0% {
    opacity: 0;
    top: 240px;
  }
  100% {
    opacity: 1;
    top: 221px;
  }
}
@-webkit-keyframes slowShowHeader2 {
  0% {
    opacity: 0;
    top: 204px;
  }
  100% {
    opacity: 1;
    top: 184px;
  }
}
@keyframes slowShowHeader2 {
  0% {
    opacity: 0;
    top: 204px;
  }
  100% {
    opacity: 1;
    top: 184px;
  }
}
@-webkit-keyframes changeTop {
  0% {
    background: #36d576;
    margin-top: 0px;
  }
  100% {
    margin-top: 25px;
    background: #36d576;
  }
}
@keyframes changeTop {
  0% {
    background: #36d576;
    margin-top: 0px;
  }
  100% {
    margin-top: 25px;
    background: #36d576;
  }
}
@-webkit-keyframes slowShowHeader3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowShowHeader3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slowShowImg {
  0% {
    opacity: 0;
    background-size: 248px auto;
  }
  100% {
    opacity: 1;
    background-size: 248px auto;
  }
}
@keyframes slowShowImg {
  0% {
    opacity: 0;
    background-size: 248px auto;
  }
  100% {
    opacity: 1;
    background-size: 248px auto;
  }
}

@-webkit-keyframes slowShowbefore {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowShowbefore {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slowShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-product .message-mod4.animated .message-images {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common .producttem-realvideo .pc-mod-message .message-images img {
  width: 520px;
}
.shoaAllDemoIcon,
.showLessDemoIcon {
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 8px;
  background: url(/pc/images/newversion/showmore.png) no-repeat;
  background-size: 15px auto;
  visibility: hidden;
  position: relative;
  top: -2px;
}
.showLessDemoIcon {
  background: url(/pc/images/newversion/showmoreup.png) no-repeat;
  background-size: 15px auto;
}
.page-common #solution .pc-mod-character-advantage .title:before {
  display: none;
}
/* 为何选择我们 4个模块的样式 */
.page-common .pc-mod-character-advantage.mod-four-items .advantage1 {
  top: 68px;
  left: 80px;
}
.page-common .pc-mod-character-advantage.mod-four-items .advantage2 {
  top: 68px;
  right: 80px;
}
.page-common .pc-mod-character-advantage.mod-four-items .advantage3 {
  top: 331px;
  left: 80px;
}
.page-common .pc-mod-character-advantage.mod-four-items .advantage4 {
  top: 331px;
  right: 80px;
}
.page-common .pc-mod-character-advantage.mod-four-items .advantage-lists {
  margin-top: 0;
  height: 550px;
}
.page-common-solution .message-images {
  height: auto;
}
.page-common-solution .pc-mod-application-scenarios {
  background: #fff;
}
.page-common-solution .pc-mod-basic-function {
  background: #f5f7f9;
}
.page-common-solution .pc-mod-character-advantage {
  background: #f5f7f9;
}
.page-solution-finance .message-mod1 .message-images {
  opacity: 0;
}
.page-solution-finance .message-mod1.animated .message-images {
  opacity: 1;
}
.page-solution-finance .message-mod1.animated .animate1img1 {
  background: url(/pc/images/solution-finance-img1-1.png) no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .message-mod1.animated .animate1img2 {
  background: url(/pc/images/solution-finance-img1-2.png) no-repeat;
  width: 244px;
  height: 125px;
  background-size: 244px auto;
  position: absolute;
  opacity: 0;
  top: 250px;
  left: -92px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .message-mod1.animated .animate1img3 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 37px;
  left: 61px;
}
.page-solution-finance .message-mod1.animated .animate1img4 {
  width: 102px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 26px;
  left: 96px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .message-mod1.animated .animate1img3 .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .animate1img3 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.page-solution-finance .message-mod1.animated .animate1img3 .line-fei-1 {
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke: #35d576;
}
.page-solution-finance .message-mod2 .message-images {
  opacity: 0;
}
.page-solution-finance .message-mod2.animated .message-images {
  opacity: 1;
}
.page-solution-finance .message-mod2.animated .animate1img1 {
  background: url(/pc/images/newversion/solution-finance-img2-1.png) no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .message-mod2.animated .animate1img2 {
  background: url(//cdn.ronghub.com//www/product/cloudlive/img/animate2img2.png)
    no-repeat;
  width: 252px;
  height: 135px;
  background-size: 252px auto;
  position: absolute;
  opacity: 0;
  top: 95px;
  left: 294px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-finance .message-mod2.animated .animate1img3 {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 43px;
  left: 61px;
  background: url(/pc/images/solution-finance-img2-2.png) no-repeat;
  background-size: 27px auto;
  animation: scalecare 0.5s linear;
  -webkit-animation: scalecare 0.5s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-iteration-count: 1;
}
.page-solution-finance .message-mod2.animated .animate1img4 {
  width: 120px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 45px;
  left: 96px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-lines .message-images .pc-mod-live-svg-bg {
  position: absolute;
  width: 550px;
  height: 450px;
  background: url(/pc/images/newversion/solution-finance-img3-1.png) no-repeat
    center center;
  background-size: 550px auto;
  top: 0px;
  left: 0px;
}
.page-common-solution .message-mod-lines.animated .pc-mod-wireframe1 {
  width: 319px;
  height: 45px;
  background: url(/pc/images/newversion/wireframe.png) no-repeat;
  background-size: 319px auto;
  position: absolute;
  top: 237px;
  left: 131px;
  opacity: 0;
  animation: fadeIn 0.6s linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeIn 0.6s linear;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-lines.animated .pc-mod-wireframe2 {
  width: 319px;
  height: 45px;
  background: url(/pc/images/newversion/wireframe.png) no-repeat;
  background-size: 319px auto;
  position: absolute;
  top: 293px;
  left: 131px;
  opacity: 0;
  animation: fadeIn linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeIn 0.6s linear;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-lines.animated .pc-mod-linellae {
  width: 2px;
  height: 15px;
  background: url(/pc/images/newversion/linellae.png) no-repeat;
  background-size: 2px auto;
  position: absolute;
  top: 336px;
  left: 291px;
  opacity: 0;
  animation: fadeIn linear;
  animation-duration: 0.2s;
  -webkit-animation: fadeIn 0.2s linear;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-lines.animated .live-advice {
  position: absolute;
  width: 254px;
  height: 40px;
  background: url(/pc/images/newversion/live-advice.png) no-repeat;
  background-size: 254px auto;
  left: 168px;
  bottom: 60px;
  animation: liveAdvice 1.2s linear;
  -webkit-animation: liveAdvice 1.2s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: scale(1);
}
.page-common-solution .message-mod-lines .message-images {
  position: relative;
  height: 450px;
}
.page-common-solution .message-mod-blue-lines.animated .pc-mod-wireframe1 {
  background-image: url(/pc/images/newversion/wireframe-1.png);
}
.page-common-solution .message-mod-blue-lines.animated .pc-mod-wireframe2 {
  background-image: url(/pc/images/newversion/wireframe-1.png);
}
.page-common-solution .message-mod-blue-lines.animated .pc-mod-linellae {
  background-image: url(/pc/images/newversion/linellae-1.png);
}
.page-common-solution .message-mod-blue-lines.animated .live-advice {
  background-image: url(/pc/images/newversion/live-advice-1.png);
}
.page-solution-finance .application-scenarios .pc-mod-scene-img img {
  width: 684px;
}
.page-solution-finance #character-advantage .pc-mod-title:before {
  display: none;
}
.page-solution-finance #price-intro .pc-mod-title:before {
  background-position: -499px 0;
}
.page-solution-finance .pc-mod-basic-function .pc-mod-title {
  padding-bottom: 28px;
}
.page-solution-finance .pc-mod-cases .pc-mod-title:before {
  background-position: -249px 0;
}
.page-common-solution .pc-mod-character-advantage {
  height: auto;
}
.page-common-solution .pc-mod-basic-function .message-word {
  padding-top: 0;
}
.page-solution-office .pc-mod-character-advantage .pc-mod-content {
  width: 320px;
}
.page-solution-office .message-mod1 .message-images .animate1img1 {
  display: block;
  width: 550px;
}
.page-solution-office .message-mod1 .animate1img1 {
  opacity: 0;
}
.page-solution-office .message-mod1.animated .animate1img1 {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office .message-mod2 .message-images {
  position: relative;
}
.page-solution-office .message-mod2 .message-images .message-anma1 {
  opacity: 0;
}
.page-solution-office .message-mod2.animated .message-images .message-anma1 {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office .message-mod2 .message-images .message-anma2 {
  position: absolute;
  top: 328px;
  left: 207px;
  display: block;
  width: 88px;
}
.page-solution-office .message-mod2.animated .message-images .message-anma2 {
  animation: fadeInContent linear;
  animation-duration: 0.6s;
  -webkit-animation: fadeInContent 0.6s linear;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
.page-solution-office .svg-wrapper {
  width: 550px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page-solution-office .pc-mod-message #line .cls-2 {
  opacity: 0;
  transition: all 0.1s linear 1s;
}
.page-solution-office .pc-mod-message.animated #line .cls-2 {
  opacity: 1;
}
.page-solution-office .cls-1 {
  fill: none;
  stroke: #cdcfd5;
  stroke-width: 2px;
  fill-rule: evenodd;
  opacity: 0;
}
.page-solution-office .cls-2 {
  fill: #cdcfd5;
}
.page-solution-office svg#line {
  width: 100%;
}
.page-solution-office .message-mod3 .message-images {
  opacity: 0;
}
.page-solution-office .message-mod3.animated .message-images {
  opacity: 1;
}
.page-solution-office .message-mod3.animated .animate3img1 {
  background: url(/pc/images/newversion/solution-office-img3-1.png) no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office .message-mod3.animated .animate3img2 {
  background: url(/pc/images/newversion/solution-office-img3-2.png) no-repeat;
  width: 260px;
  height: 125px;
  background-size: 260px auto;
  position: absolute;
  opacity: 0;
  top: 274px;
  right: 32px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office .message-mod3.animated .animate3img3 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 30px;
  left: 36px;
}
.page-solution-office .message-mod3.animated .animate3img3 .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office .animate3img3 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.page-solution-office .message-mod3.animated .animate3img3 .line-fei-1 {
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke: #09f;
}
.page-solution-office .message-mod3.animated .animate3img4 {
  width: 172px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 30px;
  left: 65px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-office #price-intro .pc-mod-title:before {
  background-position: -499px 0;
}
.page-solution-office .pc-mod-cases .pc-mod-title:before {
  background-position: -249px 0;
}
.page-solution-office .pc-mod-character-advantage .pc-mod-title:before {
  display: none;
}
.page-solution-government .pc-mod-character-advantage .pc-mod-title:before {
  display: none;
}
.page-solution-government .pc-mod-cases .pc-mod-title:before {
  background-position: -249px 0;
}
.page-solution-government #price-intro .pc-mod-title:before {
  background-position: -499px 0;
}
.page-solution-government
  .pc-mod-basic-function
  .pc-mod-message
  .message-images
  .svgBgImg {
  background: url(/pc/images/newversion/government-img1-1.png) no-repeat;
  width: 550px;
  height: 450.5px;
  background-size: 550px auto;
  /* position: absolute; */
  /* top: 10px; */
  /* left: 32px; */
}
.page-solution-government .message-mod1.animated .svgBgImg {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-government .animated.message-mod1 .pc-mod-groupChatContent {
  width: 223px;
  height: 120px;
  background: url(/pc/images/newversion/pc-groupChat-content.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 52px;
  left: 294px;
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.page-solution-government .message-mod1 .pc-mod-groupChatContent {
  opacity: 0;
}
.page-solution-government .message-mod1.animated .message-images {
  opacity: 1;
}
.page-solution-government .message-mod1 .message-images {
  opacity: 0;
  position: relative;
}
.page-solution-government .message-mod2 .message-images {
  opacity: 0;
}
.page-solution-government .message-mod2.animated .message-images {
  opacity: 1;
}
.page-solution-government .message-mod2.animated .animate1img1 {
  background: url(/pc/images/newversion/solution-government-anm2.png) no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-government .message-mod2.animated .animate1img2 {
  background: url(/pc/images/newversion/government-anm3.png) no-repeat;
  width: 244px;
  height: 125px;
  background-size: 244px auto;
  position: absolute;
  opacity: 0;
  top: 56px;
  right: 52px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-government .message-mod2.animated .animate1img3 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 41px;
  left: 61px;
}
.page-solution-government .message-mod2.animated .animate1img3 .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-government .message-mod2 .animate1img3 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.page-solution-government .message-mod2.animated .animate1img4 {
  width: 120px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 41px;
  left: 90px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-government .message-mod2.animated .animate1img3 .line-fei-1 {
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution #character-advantage .pc-mod-title {
  padding-top: 38px;
}
.page-solution-government .banner-title,
.page-solution-office .banner-title,
.page-solution-finance .banner-title {
  font-size: 44px;
}
.page-solution-government .banner-describe,
.page-solution-office .banner-describe,
.page-solution-finance .banner-describe {
  font-size: 23px;
}
.page-solution-government
  .pc-mod-character-advantage
  .dyanmic-decoration:before {
  background-image: url(/pc/images/newversion/rtc-advantage-bg2.png);
}
.page-solution-finance .pc-mod-character-advantage .dyanmic-decoration:before {
  background-image: url(/pc/images/newversion/rtc-advantage-bg2.png);
}
.page-solution-office .pc-mod-character-advantage .advantage-lists {
  height: 620px;
}
.page-common-solution .pc-mod-banner .banner-btns .btn-item {
  margin-top: 0;
}
.page-common #avlive .pc-mod-banner .banner-btns .btn-item {
  margin-top: 0;
}
.page-common #cloudvideo .pc-mod-banner .banner-btns .btn-item {
  margin-top: 0;
}
.page-solution-live .pc-mod-message .message-images {
  opacity: 0;
  height: 450px;
}
.page-solution-live .pc-mod-message.animated .message-images {
  opacity: 1;
}
.page-common-solution .message-mod-checked.animated .animate1img1 {
  background: url(/pc/images/newversion/solution-live-img1-1.png) no-repeat;
  width: 550px;
  height: 450px;
  opacity: 0;
  background-size: 550px auto;
  position: relative;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-checked.animated .animate1img2 {
  background: url(/pc/images/newversion/solution-live-img1-2.png) no-repeat;
  width: 244px;
  height: 125px;
  background-size: 244px auto;
  position: absolute;
  opacity: 0;
  top: 139px;
  left: -5px;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-checked.animated .animate1img3 .circle {
  display: block;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  animation: fadeInContent 0.3s linear;
  -webkit-animation: fadeInContent 0.3s linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-checked.animated .animate1img3 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 37px;
  left: 35px;
}
.page-common-solution .message-mod-checked .animate1img3 #calligraphy-content1 {
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 4;
}
.page-common-solution .message-mod-checked.animated .animate1img3 .line-fei-1 {
  animation-name: draw-fei-1;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke: #09f;
}
.page-common-solution .message-mod-checked.animated .animate1img4 {
  width: 156px;
  height: 29px;
  opacity: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: 26px;
  left: 66px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-live .message-mod2.animated img {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  width: 550px;
}
.page-solution-live .message-mod3.animated .animate1img1 {
  background-image: url(/pc/images/newversion/solution-live-img3-1.png);
}
.page-solution-live .message-mod3.animated .animate1img2 {
  background-image: url(/pc/images/newversion/solution-live-img3-2.png);
  top: 139px;
  right: -7px;
  left: unset;
}
.page-solution-live .message-mod3.animated .animate1img3 {
  background-image: url(/pc/images/newversion/solution-live-img3-3.png);
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  background-repeat: no-repeat;
  top: 40px;
  left: 65px;
  animation: scalecare 0.5s linear;
  -webkit-animation: scalecare 0.5s linear;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-iteration-count: 1;
}
.page-solution-live .message-mod3.animated .animate1img4 {
  top: 39px;
  left: 92px;
}
.page-solution-live .message-mod4 .message-images .pc-mod-live-svg-bg {
  background-image: url(/pc/images/newversion/solution-live-img4-1.png);
}
.page-solution-live .message-mod-lines.animated .pc-mod-wireframe1 {
  left: 151px;
}
.page-solution-live .message-mod-lines.animated .pc-mod-wireframe2 {
  left: 151px;
}
.page-solution-live .message-mod-lines.animated .pc-mod-linellae {
  left: 312px;
}
.page-solution-live .message-mod-lines.animated .live-advice {
  left: 184px;
}
.page-solution-live #character-advantage {
  padding-bottom: 50px;
}
.page-solution-live #demo {
  padding-bottom: 40px;
}
.page-common-solution .application-scenarios .pc-mod-title:before {
  background-position: -999px 0;
}
.page-common-solution #cases .pc-mod-title:before {
  background-position: -0px 0;
}
.page-common-solution #character-advantage .pc-mod-title:before {
  display: none;
}
.page-solution-business .message-mod1 .message-images .animate1img1 {
  background: url(/pc/images/newversion/solution-business-img1-1.png) no-repeat;
  width: 550px;
  height: 450px;
  background-size: 550px auto;
}
.page-solution-business .message-mod1.animated .message-images .animate1img1 {
  webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-business .message-mod1 .animate1img2 {
  opacity: 0;
}
.page-solution-business .message-mod1.animated .animate1img2 {
  width: 244px;
  height: 125px;
  background: url(/pc/images/newversion/solution-business-img1-2.png) no-repeat;
  background-size: 244px auto;
  position: absolute;
  top: 141px;
  left: -16px;
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.page-solution-business .message-mod3 .message-images .pc-mod-live-svg-bg {
  background-image: url(/pc/images/newversion/solution-business-img3-1.png);
}
.page-solution-business #character-advantage {
  padding-bottom: 50px;
}
.page-solution-business #cases {
  height: 840px;
}
.page-solution-business .message-mod2.animated img {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  width: 550px;
}
.page-solution-social #character-advantage {
  padding-bottom: 50px;
}
.page-solution-social #cases {
  height: 840px;
  margin-bottom: 0;
}
.page-solution-edu .pc-mod-message .message-images {
  opacity: 0;
}
.page-solution-edu .pc-mod-message.animated .message-images {
  opacity: 1;
}
.page-solution-edu .message-mod1 .animate1img1 {
  background: url(/pc/images/newversion/solution-edu-img1-1.png) no-repeat;
  width: 550px;
  height: 450px;
  background-size: 566px auto;
  position: relative;
}
.page-solution-edu .message-mod1.animated .animate1img1 {
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-edu .message-mod1 .animate1img2 {
  width: 244px;
  height: 125px;
  background: url(/pc/images/newversion/solution-edu-img1-2.png) no-repeat;
  background-size: 244px auto;
  position: absolute;
  top: 45px;
  left: 224px;
  opacity: 0;
}
.page-solution-edu .message-mod1.animated .animate1img2 {
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.page-solution-edu .message-mod2.animated .animate1img1 {
  background-image: url(/pc/images/newversion/solution-edu-img2-1.png);
}
.page-solution-edu .message-mod2.animated .animate1img2 {
  background-image: url(/pc/images/newversion/solution-edu-img2-2.png);
  left: 287px;
  top: 60px;
}
.page-solution-edu .message-mod2.animated .animate1img3 {
  left: 68px;
}
.page-solution-edu .message-mod2.animated .animate1img4 {
  top: 28px;
  left: 99px;
}
.page-solution-edu .message-mod3.animated .animate1img1 {
  background-image: url(/pc/images/newversion/solution-edu-img3-1.png);
}
.page-solution-edu .message-mod3.animated .animate1img2 {
  background-image: url(/pc/images/newversion/solution-edu-img3-2.png);
  left: 255px;
  top: 68px;
}
.page-solution-edu .message-mod3.animated .animate1img3 {
  left: 65px;
}
.page-solution-edu .message-mod3.animated .animate1img4 {
  top: 38px;
  left: 99px;
  color: #333;
}
.page-solution-edu .message-mod3.animated .animate1img3 .line-fei-1 {
  stroke: #36d576;
}
.page-solution-edu .message-mod3 .animate1img3 #calligraphy-content1 {
  width: 26px;
  height: 26px;
}
.page-solution-edu .message-mod4.animated .animate4Img1 {
  width: 550px;
  height: 450px;
  opacity: 0;
  background: url(/pc/images/newversion/solution-edu-img4-1.png) no-repeat;
  background-size: 550px auto;
  position: relative;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-edu .message-mod4.animated .animate4Img2 {
  width: 33px;
  height: 30px;
  opacity: 0;
  background: url(//cdn.ronghub.com//www/product/videomeet/img/animate3img4.png)
    no-repeat;
  background-size: 33px 30px;
  position: absolute;
  top: 104px;
  left: 496px;
  animation: animate3Img4Animate1 1.4s steps(7);
  -webkit-animation: animate3Img4Animate1 1.4s steps(7);
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-edu .message-mod4.animated .animate4Img3 {
  width: 31px;
  height: 242px;
  opacity: 1;
  background: url(/pc/images/newversion/solution-edu-img4-2.png) no-repeat;
  background-size: 31px auto;
  position: absolute;
  top: 104px;
  left: 498px;
}
.page-solution-edu .pc-mod-demo {
  padding-bottom: 40px;
}
.page-solution-edu #character-advantage {
  padding-bottom: 50px;
}
.page-solution-estate #character-advantage {
  padding-bottom: 50px;
}
.page-solution-traffic #character-advantage {
  padding-bottom: 50px;
}
.page-solution-estate #cases {
  height: 840px;
}
.page-solution-traffic #cases {
  height: 840px;
}
.page-common-solution .message-mod-pic2 .message-images .animate1img1 {
  background: url(/pc/images/newversion/solution-business-img1-1.png) no-repeat;
  width: 550px;
  height: 450px;
  background-size: 550px auto;
}
.page-common-solution .message-mod-pic2.animated .message-images .animate1img1 {
  webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-pic2 .animate1img2 {
  opacity: 0;
}
.page-common-solution .message-mod-pic2.animated .animate1img2 {
  width: 244px;
  height: 125px;
  background: url(/pc/images/newversion/solution-business-img1-2.png) no-repeat;
  background-size: 244px auto;
  position: absolute;
  top: 141px;
  left: -16px;
  animation: fadeInContent linear;
  animation-duration: 0.4s;
  -webkit-animation: fadeInContent 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.page-common-solution .message-mod-pic1.animated img {
  -webkit-animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  width: 550px;
}
.page-solution-estate .message-mod1 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-estate-img1-1.png);
}
.page-solution-estate .message-mod1.animated .message-images .animate1img2 {
  background-image: url(/pc/images/newversion/solution-estate-img1-2.png);
  top: 61px;
  left: 256px;
}
.page-solution-traffic .banner-word-wrapper {
  position: relative;
  z-index: 9;
}
.page-solution-traffic .message-mod1 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-traffic-img1-1.png);
}
.page-solution-traffic .message-mod1 .message-images .animate1img2 {
  background-image: url(/pc/images/newversion/solution-traffic-img1-2.png);
  left: -38px;
}
.page-common-solution .message-mod-pic7 .message-images {
  opacity: 0;
}
.page-common-solution .message-mod-pic7 img {
  opacity: 0;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma1 {
  position: absolute;
  top: 120px;
  left: 185px;
  width: 171px;
  z-index: 4;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma2 {
  position: absolute;
  top: 48px;
  left: 94px;
  width: 123px;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma3 {
  position: absolute;
  top: 62px;
  left: 324px;
  width: 123px;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma4 {
  position: absolute;
  top: 257px;
  left: 106px;
  width: 124px;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma5 {
  position: absolute;
  top: 257px;
  left: 302px;
  width: 132px;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma6 {
  position: absolute;
  top: 147px;
  left: 408px;
  width: 71px;
}
.page-common-solution .message-mod-pic7 .message-images .message-anma7 {
  position: absolute;
  top: 216px;
  left: 60px;
  width: 71px;
}
.page-common-solution .message-mod-pic7.animated .message-anma7,
.page-common-solution .message-mod-pic7.animated .message-anma6 {
  animation: modOneLevelIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common-solution .message-mod-pic7.animated .message-anma5,
.page-common-solution .message-mod-pic7.animated .message-anma4,
.page-common-solution .message-mod-pic7.animated .message-anma3,
.page-common-solution .message-mod-pic7.animated .message-anma2 {
  animation: modOneLevelIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common-solution .message-mod-pic7.animated .message-anma1 {
  animation: modOneLevelIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: modOneLevelIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page-common-solution .message-mod-pic7.animated .message-images {
  opacity: 1;
}
.page-common-solution .message-mod-pic7.animated .message-images {
  opacity: 1;
  height: 422px;
  position: relative;
}
.page-solution-estate .message-mod4 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-estate-img1-1.png);
}
.page-solution-estate .message-mod1.animated .message-images .animate1img2 {
  background-image: url(/pc/images/newversion/solution-estate-img1-2.png);
  top: 61px;
  left: 256px;
}
.page-solution-traffic .message-mod4 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-traffic-img4-1.png);
}
.page-solution-traffic .message-mod4 .message-images .animate1img2 {
  background-image: url(/pc/images/newversion/solution-traffic-img4-2.png);
  left: 248px;
  top: 240px;
}
.page-solution-live .pc-mod-character-advantage .pc-mod-content,
.page-solution-edu .pc-mod-character-advantage .pc-mod-content,
.page-solution-business .pc-mod-character-advantage .pc-mod-content {
  width: 320px;
}
.page-solution-game .message-mod1 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-game-img1-1.png);
}
.page-solution-game .message-mod1 .message-images .animate1img2 {
  background-image: url(/pc/images/newversion/solution-game-img1-2.png);
  left: 266px;
  top: 60px;
}
.page-solution-game .message-mod1.animated .animate1img3 .line-fei-1 {
  stroke: #36d576;
}
.page-solution-game .message-mod1.animated .animate1img3 {
  left: 72px;
}
.page-solution-game .message-mod1.animated .animate1img4 {
  color: #2f3240;
  left: 101px;
  top: 36px;
}
.page-solution-game .message-mod-pic2 .message-images .animate1img1 {
  background-image: url(/pc/images/newversion/solution-game-img2-1.png);
}
.page-solution-game .message-mod-pic2.animated .animate1img2 {
  background-image: url(/pc/images/newversion/solution-game-img2-2.png);
  left: 299px;
  height: 140px;
  width: 180px;
  background-size: 180px auto;
  top: 80px;
}
.page-solution-game .message-mod4.animated .message-images .animate4img1 {
  width: 550px;
  height: 450px;
  background: url(/pc/images/newversion/solution-game-img4-1.png) no-repeat;
  background-size: 550px auto;
  position: relative;
  top: 10px;
  left: -90px;
  opacity: 0;
  -webkit-animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  animation: riseUp 1.2s cubic-bezier(0.57, 0.04, 1, 1) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-game .message-mod-icon.animated .message-images .animate4img2 {
  width: 266px;
  height: 126px;
  background: url(/pc/images/newversion/solution-game-img4-2.png) no-repeat;
  background-size: 275px auto;
  position: absolute;
  top: 257px;
  left: 48px;
  opacity: 0;
  animation: slowShow 0.5s linear;
  -webkit-animation: slowShow 0.5s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-game .message-mod-icon.animated .message-images .animate4img3 {
  width: 28px;
  height: 25px;
  background: url(/pc/images/newversion/solution-game-img4-3.png) no-repeat;
  background-size: 28px auto;
  position: absolute;
  top: 37px;
  left: 71px;
  opacity: 0;
  animation: topShow 0.5s cubic-bezier(0.49, 0.27, 1, 1);
  -webkit-animation: topShow 0.5s cubic-bezier(0.49, 0.27, 1, 1);
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-game .message-mod-icon.animated .message-images .animate4img4 {
  width: 200px;
  font-size: 15px;
  line-height: 18px;
  color: #2f3240;
  position: absolute;
  top: 35px;
  left: 107px;
  opacity: 0;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-game #cases {
  height: 840px;
}
.page-solution-game #character-advantage {
  padding-bottom: 50px;
}
.page-solution-hardwear .pc-mod-tab-item {
  margin-right: 108px;
}
.page-solution-hardwear .message-mod-checked.animated .animate1img1 {
  background-image: url(/pc/images/newversion/solution-hardwear-img1-1.png);
}
.page-solution-hardwear .message-mod-checked.animated .animate1img2 {
  left: 281px;
  background-image: url(/pc/images/newversion/solution-hardwear-img1-2.png);
}
.page-solution-hardwear .message-mod-checked.animated .animate1img3 {
  top: 32px;
  left: 59px;
}
.page-solution-hardwear .message-mod-checked.animated .animate1img3 .circle {
  background: none;
}
.page-solution-hardwear
  .message-mod-checked.animated
  .animate1img3
  .line-fei-1 {
  stroke: #fff;
}
.page-solution-hardwear .message-mod-checked.animated .animate1img4 {
  top: 31px;
  left: 87px;
}
.page-solution-hardwear #character-advantage {
  padding-bottom: 50px;
}
.page-solution-hardwear #cases {
  height: 705px;
}
.page-solution-hardwear #cases .pc-mod-swiper-slide {
  -webkit-background-size: 603px auto;
  background-size: 603px auto;
}
.page-solution-hardwear .pc-mod-cases-banner {
  height: 410px;
}
.page-solution-hardwear .pc-mod-banner .banner-btns .btn-item {
  margin-top: 14px;
}
.page-solution-medical #character-advantage {
  padding-bottom: 50px;
}
.page-solution-medical #cases {
  height: 840px;
}
.page-solution-medical .animate4Img1 {
  width: 550px;
  height: 450px;
  opacity: 1;
  background: url(/pc/images/newversion/solution-medical-img3-4.png) no-repeat;
  background-size: 550px auto;
  position: relative;
  animation: none;
  top: -30px;
}
.page-solution-medical .animated .animate4Img4 {
  width: 141px;
  height: 58px;
  opacity: 0;
  z-index: 2;
  background: url(/pc/images/newversion/solution-medical-img3-2.png) no-repeat;
  background-size: 141px auto;
  position: absolute;
  top: 314px;
  left: 296px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-medical .animate4Img7 {
  width: 188px;
  height: 96px;
  opacity: 0;
  background: url(/pc/images/newversion/zhezhao2.png) no-repeat;
  background-size: 188px auto;
  position: absolute;
  top: 294px;
  left: 281px;
  animation: none;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-medical .animated .animate4Img5 {
  width: 90px;
  height: 11px;
  opacity: 0;
  background: url(/pc/images/newversion/solution-medical-img3-3.png) no-repeat;
  background-size: 90px auto;
  position: absolute;
  top: 340px;
  left: 211px;
  animation: slowShow 0.4s linear;
  -webkit-animation: slowShow 0.4s linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-solution-medical .animated .animate4Img2 {
  width: 248px;
  height: 125px;
  opacity: 0;
  position: absolute;
  top: 294px;
  left: -6px;
  /* transform: translate3d(0,0,0); */
  background: url(/pc/images/newversion/solution-medical-img3-5.png) no-repeat;
  background-size: 248px auto;
  animation: slowShow 0.6s linear;
  -webkit-animation: slowShow 0.6s linear;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-common-solution .pc-mod-banner {
  background: url(/pc/images/newversion/solution-banner-jianbian.png) repeat-x
    center top;
  -webkit-background-size: 1px 100%;
  background-size: 1px 100%;
}
.page-common-solution .pc-mod-banner .banner-btns .demo {
  background: transparent;
}
.page-common-solution .pc-mod-banner .banner-btns .demo:hover {
  background: #09f;
}
.page-domestic-integration .pc-mod-basic-function .pc-mod-title:before {
  background-position: -749px 0;
}
.page-domestic-integration .product-certification .pc-mod-title:before {
  background-position: -874px 0;
}
.page-domestic-integration .pc-mod-basic-function {
  padding-bottom: 10px;
}
.page-domestic-integration .basic-function-info {
  overflow: hidden;
}
.page-domestic-integration .pc-mod-basic-function .pic {
  float: left;
}
.page-domestic-integration .pc-mod-basic-function .pic img {
  display: block;
  width: 750px;
}
.page-domestic-integration .pc-mod-basic-function .word {
  float: right;
  width: 385px;
}
.page-domestic-integration .pc-mod-basic-function .word .info-title {
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 500;
  font-family: 'PingFangSC-Medium', 'Microsoft YaHei';
}
.page-domestic-integration .pc-mod-basic-function .word .info-title-value {
  padding-top: 105px;
}
.page-domestic-integration .pc-mod-basic-function .word .info-subtitle {
  font-size: 21px;
  color: #333;
  padding-bottom: 14px;
  padding-top: 55px;
  line-height: 1;
}
.page-domestic-integration .pc-mod-basic-function .word .info-describe {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.75);
  padding-bottom: 33px;
  line-height: 26px;
}
.page-domestic-integration .pc-mod-basic-function .word .attach-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 69px;
}
.page-domestic-integration .pc-mod-basic-function .word .attach-symbol {
  padding-left: 20px;
  position: relative;
  padding-bottom: 6px;
}
.page-domestic-integration .pc-mod-basic-function .word .attach-symbol:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/pc/images/newversion/domestic-icon1.png) no-repeat left
    top/16px;
}
.page-domestic-integration .product-certification-list {
  padding-top: 68px;
}
.page-domestic-integration .product-certification-list .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px;
}
.page-domestic-integration .product-certification-list .row img {
  width: 224px;
  display: block;
}
.page-domestic-integration .pc-mod-case {
  background: #f9fcff;
  padding-bottom: 1px;
}
.page-domestic-integration .pc-mod-case .pc-mod-title {
  padding-bottom: 70px;
}
.page-domestic-integration .pc-mod-case h3 {
  font-size: 28px;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}
.page-domestic-integration .pc-mod-case img {
  display: block;
  width: 1200px;
  margin: 0 auto 87px;
}
@media screen and (max-width: 1366px) {
  .page-common
    .pc-mod-character-advantage.pc-mod-advantage-six
    .advantage-lists {
    height: 570px;
  }
  .price-mod-list-tem {
    padding: 0 80px;
    height: 390px;
  }

  .price-tem-title {
    font-size: 26px;
  }
  .line-text span:first-child,
  .line-text span:last-child,
  .price-describe {
    font-size: 14px;
  }
  .page-productTem .price {
    font-size: 16px;
  }
  .page-productTem .price .unit {
    font-size: 20px;
  }
  .page-productTem .links a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .page-common.page-productTem .pc-mod-banner .pc-mod-banner-img {
    top: -60px;
  }
  .price-tem-title {
    margin: 35px 0 28px 0;
  }
  .page-productTem .price-info {
    margin-top: 28px;
  }
  .producttem-cloudlive .price-mod-list-tem {
    height: 360px;
  }
  .price-mod-list-tem.price-has-oldPrice {
    height: 420px;
  }
  .producttem-cloudlive .price-mod-list-tem {
    height: 390px;
  }
  .oldPrice {
    font-size: 14px;
    margin-left: 0px;
    position: relative;
    left: 8px;
  }
  .line-text {
    height: 30px;
  }
  .price-describe {
    line-height: 30px;
  }

  .price-describe-group {
    margin-top: 12px;
  }
  .pc-mod-demo .btns a {
    width: 144px;
  }
  .page-common .pc-mod-message .content-describe {
    margin-top: 0px;
  }
  .page-common.page-productTem .pc-mod-message .content-describe {
    margin-top: 0px;
  }
  .page-common .pc-mod-cases-banner .pc-mod-content-describe {
    margin-bottom: 30px;
  }
  .page-common .pc-mod-cases-banner .pc-mod-cases-more {
    font-size: 14px;
  }
  .page-common .pc-mod-banner {
    padding-top: 52px;
  }
  .page-common .pc-mod-cases-banner .pc-mod-content {
    width: 1000px;
  }
  .page-common .pc-mod-banner > .l-wrapper:after {
    width: 560px;
    height: 360px;
    position: absolute;
    right: -85px;
    top: -50px;
    background-repeat: no-repeat;
    -webkit-background-size: 560px auto;
    background-size: 560px auto;
  }
  .page-common.page-productTem .pc-mod-banner-img {
    -webkit-background-size: 540px auto;
    background-size: 540px auto;
  }
  .producttem-videocall .pc-mod-banner-img {
    top: -50px;
  }
  .pc-mod-product-docs .sdk-links a.sdk-download {
    margin-right: 18px;
  }
  .page-common .banner-word-wrapper {
    width: 506px;
    padding-left: 24px;
  }
  .page-common .banner-title {
    font-size: 40px;
    padding-bottom: 23px;
  }
  .page-common .banner-describe {
    padding-bottom: 20px;
  }
  .page-common .banner-describe,
  .page-common .banner-describe p {
    font-size: 20px;
    line-height: 28px;
  }
  .page-common .banner-tips {
    font-size: 13px;
    line-height: 18px;
  }
  .page-common .banner-btns {
    padding-bottom: 86px;
  }
  .page-common .banner-btns .btn-item {
    width: 144px;
    height: 38px;
    font-size: 15px;
    line-height: 38px;
    margin-right: 10px;
    margin-top: 14px;
  }
  .page-common .mod-nav {
    height: 80px;
  }
  .page-common .mod-nav.fixed {
    height: 74px;
  }
  .page-common .pc-mod-banner.fixed-nav {
    padding-bottom: 80px;
  }
  .page-common .mod-nav .l-wrapper ul a {
    font-size: 17px;
  }
  .page-common .mod-nav .l-wrapper ul a:before {
    transform: scale(0.87);
  }
  .page-common .pc-mod-title {
    padding-top: 62px;
    font-size: 32px;
  }
  .page-common .pc-mod-title:before {
    transform: scale(0.76);
    margin-right: 7px;
  }
  .page-common .pc-mod-basic-function .message-word {
    width: 410px;
    padding-right: 0;
  }
  .page-common .pc-mod-basic-function .word-right .message-word {
    padding-left: 0;
  }
  .page-common .pc-mod-basic-function .message-images {
    width: 410px;
  }
  .page-common .pc-mod-basic-function .message-images .main-bg {
    width: 410px;
  }
  .page-common .pc-mod-basic-function .pc-mod-message {
    padding-top: 50px;
  }
  .page-common .pc-mod-message .content-title {
    font-size: 22px;
  }
  .page-common .pc-mod-message .content-describe,
  .page-common .pc-mod-message .content-describe p {
    font-size: 14px;
    line-height: 24px;
  }
  .page-common .pc-mod-message .links {
    font-size: 14px;
  }
  .page-common .pc-mod-tab-item {
    font-size: 16px;
  }
  .page-common .pc-mod-content .pc-mod-content-title {
    font-size: 24px;
    line-height: 48px;
  }
  .page-common .application-scenarios .pc-mod-bussness-scene-item {
    padding-right: 0;
  }
  .page-common .pc-mod-content .pc-mod-content-describe,
  .page-common .pc-mod-content .pc-mod-content-describe p {
    font-size: 14px;
    line-height: 24px;
  }
  .page-common .pc-mod-content .links {
    width: 142px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    margin-top: 50px;
  }
  .page-common .pc-mod-tab {
    margin-bottom: 34px;
  }
  .page-common .application-scenarios .pc-mod-scene-img img {
    width: 580px;
  }
  .page-common .application-scenarios .pc-mod-bussness-scene-list {
    height: 468px;
  }
  .page-common .pc-mod-swiper-pagination-switch img {
    height: 40px;
  }
  .page-common .pc-mod-demo .word {
    padding: 40px 80px;
  }
  .page-common .pc-mod-demo .sub-title {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .page-common .pc-mod-demo .sub-title-describe {
    font-size: 14px;
  }
  .page-common .pc-mod-demo .erweima {
    width: 234px;
    padding-right: 74px;
  }
  .pc-mod-demo .btns a {
    font-size: 14px;
  }
  .page-common .pc-mod-demo .updatetime,
  .page-common .pc-mod-demo .sources a {
    font-size: 14px;
  }
  .page-cloud .pc-mod-cases {
    height: 660px;
  }
  .im-price-intro .price-mod-list .price-mod-item .title {
    font-size: 24px;
  }
  .im-price-intro .feature-list span {
    font-size: 14px;
    line-height: 22px;
  }
  .im-price-intro .price-info .links {
    font-size: 14px;
  }
  .im-price-intro .price-mod-list .price-mod-item {
    padding: 24px 22px;
  }
  .page-common .pc-mod-product-docs .mod-title {
    font-size: 26px;
    line-height: 78px;
  }
  .pc-list-item-IM .pc-mod-docs-item {
    width: 186px;
  }
  .pc-mod-product-docs .pc-mod-docs-sub-item {
    width: 1000px;
  }
  .pc-mod-product-docs .pc-mod-docs-item dl dd a {
    font-size: 14px;
  }
  .pc-mod-docs-item .pc-mod-docs-item-content a {
    font-size: 15px;
  }
  .pc-mod-docs-item .pc-mod-docs-item-title {
    font-size: 17px;
    line-height: 54px;
  }
  .pc-mod-product-docs .sdk-links {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .page-common .pc-mod-cases-banner {
    height: 453px;
  }
  .page-common .pc-mod-demo .pc-mod-title {
    padding-bottom: 30px;
  }
  .page-common .im-price-intro {
    margin-top: 30px;
  }
  .pc-mod-product-docs .pc-mod-docs-item dl {
    width: 20%;
    padding-left: 32px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .im-doc-mod1 {
    width: 192px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .im-doc-mod2 {
    width: 192px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .im-doc-mod3 {
    width: 192px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .im-doc-mod4 {
    width: 192px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .im-doc-mod5 {
    width: 230px;
  }
  .pc-mod-docs-item .pc-mod-docs-item-title {
    padding-left: 24px;
  }
  .pc-mod-product-docs .pc-mod-docs-item dl dt:before {
    display: none;
  }
  .pc-mod-product-docs .pc-mod-docs-sub-item {
    width: 1000px;
  }
  .pc-mod-product-docs .sdk-links a {
    margin-right: 24px;
    font-size: 15px;
  }
  .page-common .pc-mod-character-advantage .advantage-lists {
    height: 570px;
  }
  .page-common .pc-mod-character-advantage .dyanmic-decoration:before {
    width: 400px;
    height: 400px;
    position: absolute;
    /*  -webkit-transform: translate(-50%, -54%);
	    -moz-transform: translate(-50%, -54%);
	    -ms-transform: translate(-50%, -54%);
	    -o-transform: translate(-50%, -54%);
	    transform: translate(-50%, -54%); */
    background: url(/pc/images/rtc-advantage-bg.png) no-repeat center center;
    background-size: 240px auto;
    z-index: 9;
  }
  .page-common .pc-mod-character-advantage .dyanmic-decoration {
    /* -webkit-transform: translate(-50%, -54%);
	    -moz-transform: translate(-50%, -54%);
	    -ms-transform: translate(-50%, -54%);
	    -o-transform: translate(-50%, -54%);
	    transform: translate(-50%, -54%); */
  }
  .page-common .pc-mod-character-advantage .dyanmic-decoration .small {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
  }
  .page-common .pc-mod-character-advantage .dyanmic-decoration .inner {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
  }
  .page-common .pc-mod-character-advantage .dyanmic-decoration .outer {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
  }
  .page-common .pc-mod-character-advantage .pc-mod-content {
    position: absolute;
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    height: auto;
    padding-top: 0;
  }
  .page-common .pc-mod-character-advantage .advantage1 {
    left: 160px;
  }
  .page-common
    .pc-mod-character-advantage
    .pc-mod-content
    .pc-mod-content-title {
    line-height: 30px;
    font-size: 16px;
    margin-top: 4px;
  }
  .page-common .pc-mod-character-advantage .title:before {
    background-size: 40px auto;
  }
  .page-common .pc-mod-character-advantage .advantage2 .title:before {
    background-position: 0 -59px;
  }
  .page-common .pc-mod-character-advantage .advantage3 .title:before {
    background-position: 0 -122px;
  }
  .page-common .pc-mod-character-advantage .advantage4 .title:before {
    background-position: 0 -183px;
  }
  .page-common .pc-mod-character-advantage .advantage5 .title:before {
    background-position: 0 -242px;
  }
  .page-common .pc-mod-character-advantage .advantage6 .title:before {
    background-position: 0 -304px;
  }
  .page-common
    .pc-mod-character-advantage
    .pc-mod-content
    .pc-mod-content-describe,
  .page-common
    .pc-mod-character-advantage
    .pc-mod-content
    .pc-mod-content-describe
    p {
    font-size: 14px;
    line-height: 21px;
  }
  .page-common .pc-mod-character-advantage .advantage2 {
    right: 160px;
  }
  .page-common .pc-mod-character-advantage .advantage3 {
    left: 0;
  }
  .page-common .pc-mod-character-advantage .advantage4 {
    top: 190px;
    right: 0;
  }
  .page-common .pc-mod-character-advantage .advantage5 {
    top: 380px;
    left: 160px;
  }
  .page-common .pc-mod-character-advantage .advantage6 {
    top: 380px;
    right: 160px;
  }
  .page-common .basic-function-list {
    padding-top: 80px;
  }
  .page-common .basic-function-list .function-list-info:before {
    -webkit-background-size: 82px auto;
    background-size: 82px auto;
    height: 82px;
    width: 82px;
  }
  .page-common .basic-function-list .function-list-info {
    padding-left: 92px;
    margin-bottom: 88px;
    width: 460px;
  }
  .page-common .function-list-info .info-title {
    font-size: 19px;
  }
  .page-common .function-list-info .info-describe {
    font-size: 14px;
    line-height: 24px;
  }
  .page-cloud .pc-mod-character-advantage .advantage-lists {
    height: 450px;
  }
  .page-cloud .pc-mod-character-advantage .advantage1 {
    left: 30px;
    top: 50px;
  }
  .page-cloud .pc-mod-character-advantage .advantage2 {
    right: 16px;
    margin-right: 0;
    top: 50px;
  }
  .page-cloud .pc-mod-character-advantage .advantage5 {
    left: 30px;
    top: 275px;
  }
  .page-cloud .pc-mod-character-advantage .advantage6 {
    right: 16px;
    top: 275px;
    margin-right: 0;
  }
  .page-common .public-price-intro .price-mod-list {
    margin-top: 12px;
  }
  .page-product .pc-mod-message .message-images {
    width: 450px;
  }
  .page-product .pc-mod-basic-function .message-word {
    width: 430px;
  }
  .page-product .pc-mod-basic-function .pc-mod-message {
    padding-top: 40px;
  }
  .page-product .pc-mod-message.message-mod3 .message-images {
    left: -30px;
    transform: scale(0.85);
  }
  .page-product .pc-mod-message.message-mod4 .message-images img {
    width: 450px;
  }
  .page-product .pc-mod-message.message-mod2 .message-images img {
    width: 480px;
  }
  .page-product .pc-mod-message.message-mod2 .message-images .message-anma2 {
    width: 164px;
  }
  .page-product .pc-mod-message.message-mod2 .message-images .mod-animated {
    top: -300px;
    right: -320px;
  }
  .page-product .pc-mod-message.message-mod2 .message-images .message-anma3 {
    top: 19px;
  }
  .page-product .pc-mod-message.message-mod2 .message-images .message-anma4 {
    font-size: 13px;
    top: 21px;
  }
  .page-common .pc-mod-message .content-describe {
    padding-bottom: 22px;
  }
  .page-common .pc-mod-message .top-attach-links {
    margin-top: 22px;
  }
  .page-common .pc-mod-message .content-describe.attach-links {
    padding-bottom: 22px;
  }

  .page-singlechat .pc-mod-basic-function .pc-mod-title {
    padding-bottom: 40px;
  }
  .page-singlechat .pc-mod-basic-function .pc-mod-message {
    padding-top: 0px;
  }
  .page-singlechat .pc-mod-message .message-images img {
    width: 340px;
  }
  .page-singlechat .pc-mod-basic-function .message-images {
    padding-left: 20px;
  }
  .page-singlechat .pc-mod-basic-function {
    padding-bottom: 85px;
  }
  .pc-mod-bottom-list li,
  .pc-mod-product-docs .pc-mod-docs-item dl {
    padding-left: 24px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content {
    padding-top: 20px;
  }
  .pc-mod-product-docs .pc-mod-docs-item .pc-mod-docs-item-content p {
    font-size: 15px;
  }
  .page-product .pc-mod-basic-function .pc-mod-title {
    padding-bottom: 40px;
  }
  .page-live .pc-mod-character-advantage .advantage-lists {
    height: 400px;
  }
  .page-live .pc-mod-character-advantage .advantage3,
  .page-live .pc-mod-character-advantage .advantage4 {
    top: 155px;
  }
  .page-live .pc-mod-character-advantage .advantage5 {
    top: 360px;
    left: 350px;
  }
  .page-live .pc-mod-character-advantage {
    margin-bottom: 40px;
  }
  .page-groupchat .svg-wrapper {
    width: 450px;
  }
  .page-groupchat .svg.group-line1 {
    width: 100%;
    height: 321px;
  }
  .page-groupchat .pc-mod-basic-function .message-word {
    width: 430px;
  }
  .page-groupchat .pc-mod-basic-function .message-images {
    width: 450px;
  }
  .page-groupchat .pc-mod-basic-function .message-mod1 .message-images {
    width: 550px;
    transform: scale(0.9) translate(54px);
  }
  .page-groupchat .pc-mod-basic-function .pc-mod-message.message-mod2 {
    padding-top: 80px;
  }
  .page-groupchat .pc-mod-basic-function .message-images .main-bg {
    width: 450px;
  }
  .page-groupchat .pc-mod-basic-function .message-images .message-anma2 {
    width: 70px;
    top: 274px;
    left: 171px;
  }
  .page-groupchat .pc-mod-basic-function .pc-mod-message .content-describe {
    /* margin-top: 0px; */
    padding-bottom: 22px;
  }
  .page-common.page-productTem
    .producttem-cloudlive
    .pc-mod-message
    .pc-mod-basic-function-text:nth-child(1)
    .content-describe {
    padding-bottom: 3px;
  }
  .page-common.page-productTem
    .producttem-realvideo
    .pc-mod-message
    .pc-mod-basic-function-text:last-child {
    margin-top: 22px;
  }
  .page-common.page-productTem
    .producttem-cloudlive
    .pc-mod-message.message-mod1
    .pc-mod-basic-function-text:nth-child(1)
    .content-describe {
    padding-bottom: 12px;
  }
  .page-groupchat
    .pc-mod-basic-function
    .pc-mod-message
    .message-images
    .svgBgImg {
    -webkit-background-size: 450px auto;
    background-size: 450px auto;
  }
  .page-groupchat
    .pc-mod-basic-function
    .pc-mod-message.message-mod1
    .message-images
    .svgBgImg {
    -webkit-background-size: 550px auto;
    background-size: 550px auto;
  }
  .page-product .pc-mod-message .content-describe.attach-links {
    margin-top: 0px;
  }
  /* 直播小屏适配 */
  .page-live .pc-mod-live-anma .pc-mod-live-mod1-anma1 {
    background-size: 250px auto;
    left: 150px;
    top: 38px;
  }
  .page-live .pc-mod-live-anma .pc-mod-live-mod1-anma2 {
    background-size: 179px auto;
    top: 148px;
    left: 160px;
  }
  .page-live .pc-mod-live-anma .pc-mod-live-mod1-anma3 {
    background-size: 196px auto;
    top: 124px;
    left: -126px;
  }
  .page-live .pc-mod-basic-function .message-images {
    width: 550px;
    transform: scale(0.85);
  }
  .page-live .pc-mod-live-svg .pc-mod-live-svg {
    width: 100%;
  }
  .producttem-lowlive
    .pc-mod-basic-function
    .message-word
    .pc-mod-basic-function-text:last-child {
    margin-top: 10px;
  }
  .page-live .pc-mod-docs-item .pc-mod-docs-item-title {
    padding-left: 14px;
  }
  .page-productTem
    .pc-mod-product-docs.templateDocs
    .pc-mod-docs-item
    .im-doc-mod1 {
    padding-left: 95px;
  }
  .page-productTem .pc-mod-product-docs .sdk-links a:last-child {
    margin-right: 99px;
  }
  .page-common.page-productTem
    .producttem-realvideo
    .pc-mod-message
    .content-describe {
    margin-top: 0px;
  }
  .producttem-videomeet
    .message-mod1
    .message-word
    .pc-mod-basic-function-text:last-child {
    margin-top: 23px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-message.message-mod1
    .pc-mod-basic-function-text:first-child {
    padding-bottom: 0;
  }
  .page-common.page-productTem
    .producttem-videocall
    .pc-mod-message
    .pc-mod-basic-function-text:nth-child(1)
    .content-describe {
    padding-bottom: 2px;
  }
  .page-common.page-productTem
    .producttem-cloudvideo
    .pc-mod-message
    .pc-mod-basic-function-text:nth-child(1)
    .content-describe {
    padding-bottom: 13px;
  }
  .page-common.page-productTem
    .producttem-videocall
    .pc-mod-message
    .pc-mod-basic-function-text:nth-child(2)
    .content-describe {
    padding-bottom: 22px;
  }
  .groupChatAnimate .snippet {
    left: -25px;
  }
  .page-common
    .producttem-realvideo
    .pc-mod-message.message-mod1
    .message-images {
    transform: scale(0.9) translate(54px);
  }
  .page-common
    .producttem-realvideo
    .pc-mod-message.message-mod2
    .message-images {
    transform: scale(0.9) translate(-54px);
    top: 7px;
  }
  .page-common .producttem-realvideo .pc-mod-basic-function {
    padding-bottom: 85px;
  }
  .producttem-lowlive .pc-mod-basic-function .pc-mod-message .message-images {
    transform: scale(0.9) translate(-24px);
    top: -15px;
  }
  .page-groupchat
    .pc-mod-basic-function
    .pc-mod-message
    .message-images
    .svgBgImg {
    background-size: 550px;
  }
  .page-common.page-productTem
    .producttem-videocall
    .message-mod1
    .message-images {
    transform: scale(0.9) translate(-54px);
    top: 12px;
  }
  .page-common.page-productTem
    .producttem-videocall
    .message-mod2
    .message-images {
    transform: scale(0.9) translate(-54px);
    top: 14px;
  }
  .page-common.page-productTem
    .producttem-cloudlive
    .message-mod2
    .message-images {
    transform: scale(0.9) translate(-81px);
    top: 12px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .message-mod2
    .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-common.page-productTem
    .producttem-videomeet
    .message-mod3
    .message-images {
    transform: scale(0.9) translate(-22px);
  }
  .page-common.page-productTem
    .producttem-videomeet
    .message-mod4
    .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-common.page-productTem
    .producttem-videomeet
    .message-mod4
    .message-images
    .animate4Img2 {
    opacity: 0;
    animation: slowShowImg 0.6s linear;
    -webkit-animation: slowShowImg 0.6s linear;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .message-mod5
    .message-images {
    transform: scale(0.9) translate(-6px);
  }
  .page-common.page-productTem .producttem-videomeet .pc-mod-basic-function {
    padding-bottom: 0;
  }
  .page-common.page-productTem .producttem-lowlive .pc-mod-basic-function {
    padding-bottom: 62px;
  }
  .page-common.page-productTem .producttem-videocall .pc-mod-basic-function {
    padding-bottom: 55px;
  }
  .page-common.page-productTem
    .lessTextTop
    .pc-mod-basic-function-text:nth-child(2),
  .page-common.page-productTem
    .lessTextTop
    .pc-mod-basic-function-text:nth-child(3) {
    margin-top: 10px;
  }
  .page-common.page-productTem .producttem-cloudlive .pc-mod-basic-function {
    padding-bottom: 7px;
  }
  .page-common.page-productTem
    .producttem-lowlive
    .pc-mod-banner
    .pc-mod-banner-img {
    background-size: 520px auto;
    top: -62px;
  }
  .page-common.page-productTem
    .producttem-videocall
    .pc-mod-banner
    .pc-mod-banner-img {
    top: -50px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-banner
    .pc-mod-banner-img {
    top: -50px;
  }
  .page-common.page-productTem .producttem-cloudlive .pc-mod-banner-img {
    top: -75px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-basic-function
    .animatemodel
    .message-mod5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-basic-function
    .animatemodel
    .message-mod4 {
    padding-top: 50px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-basic-function
    .animatemodel
    .message-mod4 {
    padding-top: 50px;
  }
  .page-common.page-productTem .producttem-videomeet .pc-mod-basic-function {
    padding-bottom: 80px;
  }
  .page-common.page-productTem
    .producttem-videomeet
    .pc-mod-basic-function
    .animatemodel
    .message-mod3 {
    padding-top: 55px;
  }
  .page-common .pc-mod-character-advantage.mod-four-items .advantage1 {
    left: 30px;
    top: 50px;
  }
  .page-common .pc-mod-character-advantage.mod-four-items .advantage2 {
    right: 16px;
    margin-right: 0;
    top: 50px;
  }
  .page-common .pc-mod-character-advantage.mod-four-items .advantage3 {
    left: 30px;
    top: 275px;
  }
  .page-common .pc-mod-character-advantage.mod-four-items .advantage4 {
    right: 16px;
    top: 275px;
    margin-right: 0;
  }
  .page-common .pc-mod-character-advantage.mod-four-items .advantage-lists {
    margin-top: 0;
    height: 450px;
  }
  .page-solution-finance .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-finance .pc-mod-basic-function .pc-mod-message {
    padding-top: 15px;
  }
  .page-solution-finance .pc-mod-basic-function {
    padding-bottom: 54px;
  }
  .page-solution-office .pc-mod-basic-function .message-mod1 .message-images,
  .page-solution-office .pc-mod-basic-function .message-mod3 .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-office .pc-mod-basic-function .message-mod2 .message-images {
    width: 450px;
  }
  .page-solution-office
    .pc-mod-basic-function
    .message-mod2
    .message-images
    .main-bg {
    width: 450px;
  }
  .page-solution-office
    .pc-mod-basic-function
    .message-mod2
    .message-images
    .message-anma2 {
    width: 70px;
    top: 274px;
    left: 171px;
  }
  .page-solution-office .svg-wrapper {
    width: 450px;
  }
  .page-solution-office .pc-mod-basic-function .pc-mod-title {
    padding-top: 48px;
  }
  .page-solution-office .pc-mod-basic-function {
    padding-bottom: 54px;
  }
  .page-solution-office .pc-mod-character-advantage .advantage-lists {
    height: 594px;
  }
  .page-solution-government
    .pc-mod-basic-function
    .message-mod1
    .message-images {
    width: 550px;
    transform: scale(0.9) translate(100px);
  }
  .page-solution-government
    .pc-mod-basic-function
    .message-mod2
    .message-images {
    transform: scale(0.9) translate(0px);
  }
  .page-common-solution .pc-mod-banner-img {
    right: -85px;
    top: -50px;
    width: 560px;
    height: 398px;
    background-size: 560px auto;
  }
  .page-solution-finance
    .pc-mod-character-advantage
    .dyanmic-decoration:before {
    background-image: url(/pc/images/newversion/rtc-advantage-bg2.png);
  }
  .page-solution-government
    .pc-mod-character-advantage
    .dyanmic-decoration:before {
    background-image: url(/pc/images/newversion/rtc-advantage-bg2.png);
  }
  .page-solution-live .pc-mod-basic-function {
    padding-bottom: 54px;
  }
  .page-solution-live .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-business .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-edu .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-estate .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-traffic .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-54px);
  }
  .page-solution-game .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-32px);
  }
  .page-solution-hardwear .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-45px);
  }
  .page-solution-medical .pc-mod-basic-function .message-images {
    transform: scale(0.9) translate(-45px);
  }
  .page-solution-business #cases {
    height: 694px;
  }
  .page-solution-game #cases {
    height: 694px;
  }
  .page-solution-social #cases {
    height: 694px;
    margin-bottom: 0;
  }
  .page-solution-estate #cases {
    height: 694px;
  }
  .page-solution-traffic #cases {
    height: 694px;
  }
  .page-solution-hardwear .pc-mod-tab-item {
    margin-right: 85px;
  }
  .page-solution-hardwear #cases {
    height: 594px;
  }
  .page-solution-hardwear #cases .pc-mod-swiper-slide {
    -webkit-background-size: 482px auto;
    background-size: 482px auto;
  }
  .page-solution-hardwear .pc-mod-cases-banner {
    height: 349px;
  }
  .page-solution-hardwear .pc-mod-cases-banner .pc-mod-content {
    padding-top: 38px;
  }
  .page-solution-medical #cases {
    height: 694px;
  }
  .page-cloud .basic-function-list .function-list-info {
    margin-bottom: 45px;
  }
  .page-cloud .basic-function-list {
    padding-top: 48px;
  }
  .page-domestic-integration .pc-mod-banner-img {
    right: -85px;
    top: -50px;
    width: 560px;
    height: 398px;
    background-size: 560px auto;
  }
  .page-domestic-integration .pc-mod-basic-function .pic img {
    width: 632px;
  }
  .page-domestic-integration .pc-mod-basic-function .word {
    width: 308px;
  }
  .page-domestic-integration .pc-mod-basic-function .word .info-title {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .page-domestic-integration .pc-mod-basic-function .word .info-subtitle {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 50px;
  }
  .page-domestic-integration .pc-mod-basic-function .word .info-describe {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 28px;
  }
  .page-domestic-integration .pc-mod-basic-function .word .attach-symbol {
    padding-bottom: 3px;
  }
  .page-domestic-integration .pc-mod-basic-function .word .attach-border {
    padding-bottom: 66px;
  }

  .page-domestic-integration .pc-mod-basic-function .word .info-title-value {
    padding-top: 80px;
  }
  .page-domestic-integration .pc-mod-basic-function .pc-mod-title {
    padding-bottom: 64px;
  }
  .page-domestic-integration .pc-mod-basic-function {
    padding-bottom: 20px;
  }
  .page-domestic-integration .product-certification-list {
    padding-top: 50px;
  }
  .page-domestic-integration .product-certification-list .row {
    padding-bottom: 64px;
  }
  .page-domestic-integration .product-certification-list .row img {
    width: 178px;
  }
  .page-domestic-integration .pc-mod-case .pc-mod-title {
    padding-bottom: 56px;
  }
  .page-domestic-integration .pc-mod-case h3 {
    font-size: 24px;
    padding-bottom: 32px;
  }
  .page-domestic-integration .pc-mod-case img {
    width: 1000px;
    margin: 0 auto 71px;
  }
}
