body {
  background: #FFFFFF;
}
.wp_body button {
  width: 120px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  background: linear-gradient(252deg, #fe3975, #ff1b2d);
  border: 1px solid #ff1b2d;
  border-radius: 22px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.section_banner {
  overflow: hidden;
  min-width: 1240px;
}
.section_banner .banner_container {
  width: 100%;
}
.section_banner .banner_container .block_banner_one {
  min-width: 1240px;
  flex-shrink: 0;
  width: 100%;
  height: 650px;
  position: relative;
  cursor: pointer;
}
.section_banner .banner_container .block_banner_one img {
  width: 100%;
  height: 100%;
  min-width: 1240px;
  min-height: auto;
  position: relative;
  object-fit: cover;
}
.section_banner .banner_container .block_banner_one .banner_one_container .banner_one_wors {
  width: 470px;
  height: 166px;
  position: absolute;
  top: 28%;
  left: 13%;
  font-size: 50px;
}
.section_banner .banner_container .block_banner_one .banner_one_container .banner_one_wors .banner_wors_one {
  display: block;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  white-space: nowrap;
}
.section_banner .banner_container .block_banner_one .banner_one_container .banner_one_wors .banner_wors_two {
  width: 470px;
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 37px 0px 0px;
  line-height: 34px;
}
.section_banner .banner_container .block_banner_one .banner_one_container .banner_one_wors .banner_wors_two strong {
  font-weight: 600;
}
.section_banner .banner_container .block_banner_one .banner_one_container .banner_one_wors .banner_wors_three {
  display: block;
  width: 140px;
  height: 50px;
  background: linear-gradient(to right, #fe376d, #ff1f34);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  margin-top: 75px;
  cursor: pointer;
}
.section_banner .banner_container .block_banner_two {
  min-width: 1240px;
}
.section_banner .banner_container .block_banner_two img {
  width: 100%;
  height: 100%;
  min-width: 1240px;
  position: relative;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors {
  width: 490px;
  height: 166px;
  position: absolute;
  top: 20%;
  left: 18%;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_one {
  display: block;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  white-space: nowrap;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_two {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 37px 0px 0px;
  line-height: 34px;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_two strong {
  font-weight: 600;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_three {
  display: block;
  width: 140px;
  height: 50px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  margin-top: 75px;
  cursor: pointer;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_three a {
  color: black;
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_three:hover {
  background: linear-gradient(to right, #fe376d, #ff1f34);
}
.section_banner .banner_container .block_banner_two .banner_two_container .banner_two_wors .banner_wors_three:hover a {
  color: white;
}
.section_banner .swiper-button-prev:hover {
  background-color: #8E8E8E;
}
.section_banner .swiper-button-next:hover {
  background-color: #8E8E8E;
}
.section_banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #CECECE;
}
.section_banner .swiper-pagination-bullet-active {
  background: #FF3355;
}
.section_banner .swiper-pagination {
  min-width: 1240px;
}
#product_function {
  width: 100%;
  background: #f4f6f9;
  text-align: center;
}
#product_function h2 {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3a3e4b;
  padding-top: 50px;
  padding-bottom: 46px;
}
#product_function .free_trial {
  margin: 10px auto 56px;
}
#product_function .free_trial:hover {
  background: linear-gradient(252deg, #ff4764, #ff4764);
}
#product_function ul {
  width: 1100px;
  height: 260px;
  margin: 0px auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#product_function ul:first-of-type {
  margin-bottom: 54px;
}
#product_function ul:last-of-type {
  margin-bottom: 45px;
}
#product_function ul li {
  width: 330px;
  height: 260px;
  background: #FFFFFF;
  border: 1px solid #eff4f5;
  border-radius: 6px;
  float: left;
  box-sizing: border-box;
  padding: 40px 33px 20px;
  position: relative;
  overflow: hidden;
  cursor: inherit;
  word-break: break-all;
  word-wrap: break-word;
}
#product_function ul li:hover {
  box-shadow: 0px 10px 24px 0px rgba(26, 48, 81, 0.1);
}
#product_function ul li img {
  width: 66px;
  height: 66px;
  display: block;
  margin: 0px auto;
}
#product_function ul li p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #2c3138;
  align-items: center;
  position: absolute;
  top: 116px;
  left: 50%;
  transform: translateX(-50%);
  /*垂直居中*/
}
#product_function ul li span {
  display: block;
  font-size: 14px;
  color: #4c565d;
  display: inline-block;
  position: absolute;
  text-align: left;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 215px;
}
#product_function ul li:nth-child(2) {
  margin: 0px auto;
}
.talkfun_sence_wp {
  min-width: 1200px;
}
.talkfun_sence_wp .talkfun_sence {
  overflow: hidden;
  margin: auto;
  width: 1200px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_title {
  display: block;
  text-align: center;
  color: #3A3E4B;
  font-size: 30px;
  font-weight: 400;
  padding-top: 100px;
  padding-bottom: 70px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_title_small {
  display: block;
  text-align: center;
  color: #84848D;
  font-size: 15px;
  padding: 10px 0 20px 0;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main {
  padding-bottom: 80px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul {
  width: 1194px;
  height: 150px;
  margin-bottom: 60px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li {
  height: 150px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  margin-right: 36px;
  box-sizing: border-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.3s;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li:hover img {
  transform: scale(1.2);
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li:nth-child(5) {
  margin-right: 0px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li div {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  left: 0px;
  top: 0px;
  color: #ffffff;
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: 66px;
  text-align: center;
  position: absolute;
  z-index: 20;
  cursor: inherit;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main > ul li div span {
  display: block;
  width: 100%;
  line-height: 150px;
  text-align: center;
  cursor: pointer;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul {
  display: flex;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a {
  display: block;
  margin: 13px;
  overflow: hidden;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li {
  margin: 13px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img {
  width: 280px;
  display: block;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img img {
  width: 280px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img h3 {
  display: block;
  height: 16px;
  position: absolute;
  font-size: 16px;
  top: 16px;
  left: 14px;
  color: white;
  font-weight: 600;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img h3 .h3_under {
  width: 19px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img .talkfun_word {
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0;
  width: calc(100%);
  height: calc(100%);
  background: rgba(0, 0, 0, 0.64);
  transition: 0.2s all ease;
  border-radius: 5px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img .talkfun_word p {
  width: 252px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img .talkfun_word span {
  display: block;
  width: 60px;
  height: 26px;
  border-radius: 13px;
  border: 1px #fff solid;
  text-align: center;
  color: white;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  left: 110px;
  cursor: pointer;
  line-height: 26px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li .talkfun_img .talkfun_word span:hover {
  background: linear-gradient(to right, #fe376d, #ff1f34);
  border: 1px #ff1f34 solid;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li :hover .talkfun_word {
  position: relative;
  top: -175px;
  left: 0;
  padding: 15px 0;
  width: calc(100%);
  height: calc(101%);
  transition: 0.2s all ease;
  border-radius: 5px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li:first-child {
  margin-left: 0;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .talkfun_first ul a li:last-child {
  margin-right: 0;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene {
  width: 1050px;
  margin: 0 auto;
  background: #e5e8ec;
  border-radius: 25px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category {
  width: 864px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li {
  flex: 1;
  color: #3A3E4B;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li h3 {
  display: block;
  color: #3A3E4B;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li h3 .i_video {
  font-size: 22px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li h3 .i_video.video_metting {
  background-image: url(img/xClass_live/video_metting.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  line-height: 22px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li h3 .i_video.employ_online {
  background-image: url(img/xClass_live/employ_online.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category li:first-child {
  color: #787B83;
  font-size: 16px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category :hover h3 {
  color: red;
  background: #e5e8ec;
  box-shadow: 0px 0px 10px 0px #c4cbd4;
  border-radius: 25px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category :hover h3 .i_video {
  color: red;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category :hover h3 .i_video.video_metting {
  background-image: url(img/xClass_live/video_metting_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  line-height: 22px;
}
.talkfun_sence_wp .talkfun_sence .talkfun_main .scene .scene_category :hover h3 .i_video.employ_online {
  background-image: url(img/xClass_live/employ_online_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  line-height: 22px;
}
.product_introduct {
  width: 1100px;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  margin: 0px auto;
  border-bottom: 1px solid #ededed;
}
.product_introduct .free_trial {
  background: linear-gradient(252deg, #fe3975, #ff1b2d);
}
.product_introduct .free_trial:hover {
  background: linear-gradient(252deg, #ff4764, #ff4764);
}
.product_introduct .inform_online {
  background: none;
  border: 1px solid #ff1b2d;
  color: #FF1B2D;
  background: #FFFFFF F;
  margin-right: 50px;
}
.product_introduct .inform_online:hover {
  background: #fff6f6;
}
.product_introduct:nth-of-type(5) {
  border-bottom: 0px;
}
.product_introduct h2 {
  padding: 0px 0px 100px;
  text-align: center;
  font-size: 30px;
  color: #3a3e4b;
}
.product_introduct .introduct_details {
  display: inline-block;
  min-width: 450px;
}
.product_introduct .introduct_details:last-child {
  float: right;
}
.product_introduct .introduct_details ul {
  margin-bottom: 42px;
}
.product_introduct .introduct_details ul li {
  overflow: hidden;
  margin-bottom: 8px;
}
.product_introduct .introduct_details ul li img {
  margin-top: 4px;
  width: 24px;
  display: block;
  float: left;
}
.product_introduct .introduct_details ul li div {
  text-align: left;
  float: left;
}
.product_introduct .introduct_details ul li div p {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #2c3138;
  margin-bottom: 30px;
  transition: all 0.2s;
}
.product_introduct .introduct_details ul li div span {
  line-height: 16px;
  font-size: 14px;
  color: #4c565d;
  transition: all 0.2s;
}
.product_introduct .introduct_img {
  display: inline-block;
}
.product_introduct .introduct_img:last-child {
  float: right;
}
.product_introduct.simple_operation > img {
  margin-right: 40px;
}
.product_introduct.dependable_live .introduct_details {
  width: 450px;
  margin-left: 120px;
}
.mod_our_clients {
  padding-bottom: 80px;
  overflow: hidden;
  background: #f4f6f9;
}
.mod_our_clients .client_inner {
  width: 1100px;
  margin: auto;
}
.mod_our_clients h3 {
  padding: 70px 0px 60px;
  text-align: center;
  font-size: 30px;
  color: #3a3e4b;
}
.mod_our_clients ul {
  display: flex;
}
.mod_our_clients ul li {
  width: 216px;
  min-height: 384px;
  flex: none;
  margin-right: 80px;
}
.mod_our_clients ul li img {
  display: block;
  box-shadow: 0px 4px 16px 0px #a6acb6;
}
.mod_our_clients ul li h4 {
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  text-align: center;
  margin: 20px auto 0;
}
.mod_our_clients ul li:nth-last-child(1) {
  margin-right: 0;
}
.section_customer {
  min-width: 1200px;
  background-color: #EEF0F2;
  padding-bottom: 50px;
}
.section_customer .mod_block_customer {
  overflow: hidden;
}
.section_customer .mod_block_customer .customer_start {
  display: block;
  text-align: center;
  color: #3A3E4B;
  font-size: 30px;
  font-weight: 400;
  padding: 70px 0px 52px;
}
.section_customer .mod_block_customer .customer_logo {
  width: 100%;
  overflow: hidden;
}
.section_customer .mod_block_customer .customer_logo ul {
  width: 100%;
  overflow: hidden;
}
.section_customer .mod_block_customer .customer_logo ul li {
  width: 20%;
  height: 92px;
  float: left;
}
.section_customer .mod_block_customer .customer_logo ul li img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_customer .mod_block_customer .customer_logo ul li img:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
