button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 33px;
  height: 50px;
  background: #FF565E;
  box-shadow: 0px 8px 20px rgba(255, 86, 94, 0.3);
  border-radius: 25px;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
}
button:hover {
  background: #FF3E47;
}
.banner {
  width: 100%;
  height: 33.854vw;
  min-height: 420px;
  position: relative;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-align: center;
}
.banner-container {
  width: 100%;
  height: 100%;
  background: linear-gradient(272deg, rgba(255, 173, 78, 0.88) 0%, rgba(255, 86, 94, 0.88) 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner-container h3 {
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  margin: -60px auto 43px;
}
.banner-container > h5 {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 auto;
}
.banner-entry {
  position: absolute;
  z-index: 80;
  bottom: -80px;
  width: 1000px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(255, 86, 94, 0.16);
  border-radius: 12px;
  left: 50%;
  margin-left: -500px;
  background-image: url(../images/banner-entry.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: left;
}
.banner-entry h5 {
  width: 300px;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #3A434B;
  margin-bottom: 17px;
}
.banner-entry span {
  font-size: 14px;
  color: #5F676E;
}
.screen {
  width: 100%;
  height: 655px;
  padding-top: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.screen p {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
}
.screen h6 {
  font-size: 16px;
  color: #5F676E;
  margin: 20px auto 107px;
}
.screen ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.screen ul li {
  width: 260px;
  height: 190px;
  background: #F8FAFB;
  border-radius: 12px;
  float: left;
  padding: 34px 18px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
  transition: all 2s;
}
.screen ul li:nth-of-type(1) .screen_img:before {
  background-image: url('../images/screen1.png');
}
.screen ul li:nth-of-type(2) .screen_img:before {
  background-image: url('../images/screen2.png');
}
.screen ul li:nth-of-type(3) .screen_img:before {
  background-image: url('../images/screen3.png');
}
.screen ul li:nth-of-type(4) .screen_img:before {
  background-image: url('../images/screen1.png');
}
.screen ul li:hover {
  background: linear-gradient(180deg, #FFAD4E 0%, #FF565E 100%);
  box-shadow: 0px 10px 22px rgba(255, 86, 94, 0.3);
}
.screen ul li:hover h5 {
  color: #ffffff;
}
.screen ul li:hover span {
  color: #ffffff;
}
.screen ul li .screen_img {
  width: 74px;
  height: 74px;
  background: linear-gradient(180deg, #FFAD4E 0%, #FF565E 100%);
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen ul li .screen_img:before {
  display: block;
  content: '';
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.screen ul li h5 {
  font-size: 18px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 14px;
}
.screen ul li span {
  font-size: 14px;
  color: #7C8287;
  display: block;
  width: 100%;
  line-height: 21px;
}
.select {
  width: 100%;
  height: 660px;
  background-image: url(../images/selectBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select .explain {
  margin-top: 40px;
  margin-right: 140px;
}
.select .explain h4 {
  width: 100%;
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #3A434B;
  margin-bottom: 27px;
  text-align: right;
}
.select .explain ul li {
  cursor: pointer;
  margin-bottom: 14px;
}
.select .explain ul li:nth-of-type(1) > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon1.svg);
}
.select .explain ul li:nth-of-type(1).current > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon1_hover.svg);
}
.select .explain ul li:nth-of-type(1).current > div h5 {
  color: #FF565E;
}
.select .explain ul li:nth-of-type(2) > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon2.svg);
}
.select .explain ul li:nth-of-type(2).current > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon2_hover.svg);
}
.select .explain ul li:nth-of-type(2).current > div h5 {
  color: #FF565E;
}
.select .explain ul li:nth-of-type(3) {
  margin-bottom: 33px;
}
.select .explain ul li:nth-of-type(3) > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon3.svg);
}
.select .explain ul li:nth-of-type(3).current > div {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/select_icon3_hover.svg);
}
.select .explain ul li:nth-of-type(3).current > div h5 {
  color: #FF565E;
}
.select .explain ul li div {
  background-repeat: no-repeat;
  background-size: 96px 96px;
  padding-left: 108px;
  background-position: 0 center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 96px;
  transition: all 0.4s;
}
.select .explain ul li div h5 {
  font-size: 18px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.select .explain ul li div span {
  font-size: 14px;
  color: #5F676E;
}
.select .explain button {
  margin-left: 24px;
}
.select .select_swiper {
  width: 656px;
  height: 577px;
  padding-top: 64px;
  overflow: hidden;
  margin: 0;
}
.select .select_swiper .select_side {
  text-align: center;
  font-size: 18px;
  position: relative;
}
.select .select_swiper .select_side::before {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.6;
}
.select .select_swiper .select_side.swiper-slide-active {
  transform: translateY(-64px) !important;
}
.select .select_swiper .select_side.swiper-slide-active::before {
  opacity: 0;
}
.online_retailers_scheme {
  width: 100%;
  height: 988px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.online_retailers_scheme h4 {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 20px;
}
.online_retailers_scheme > span {
  font-size: 16px;
  color: #5F676E;
  display: block;
  margin-bottom: 48px;
}
.online_retailers_scheme ul {
  height: 600px;
  margin-bottom: 44px;
}
.online_retailers_scheme ul li {
  width: 295px;
  height: 100%;
  margin: 0 29px;
  float: left;
  padding-top: 523px;
  box-sizing: border-box;
  background-size: 295px 523px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.6s;
}
.online_retailers_scheme ul li:nth-of-type(1) {
  background-image: url(../images/scheme1.png);
}
.online_retailers_scheme ul li:nth-of-type(2) {
  background-image: url(../images/scheme2.png);
}
.online_retailers_scheme ul li:nth-of-type(3) {
  background-image: url(../images/scheme3.png);
}
.online_retailers_scheme ul li:hover {
  transform: translateY(-30px);
}
.online_retailers_scheme ul li p {
  width: 54px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #3A434B;
  margin: 0 auto 14px;
}
.online_retailers_scheme ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5F676E;
}
.live_advantage {
  width: 100%;
  height: 690px;
  background-image: url(../images/advantageBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.live_advantage h4 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.live_advantage h6 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 55px;
}
.live_advantage_container {
  width: 900px;
  height: 504px;
  border-radius: 30px 30px 0px 0px;
  background-color: #ffffff;
  margin: 0 auto;
}
.live_advantage_container ul {
  padding: 0 50px;
  overflow: hidden;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEF4F6;
}
.live_advantage_container ul li {
  line-height: 80px;
  float: left;
  padding-left: 40px;
  font-size: 16px;
  color: #5F676E;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 25px;
  position: relative;
  cursor: pointer;
}
@keyframes changeWidth {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.live_advantage_container ul li.current::before {
  z-index: 20;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  width: 0;
  height: 2px;
  background: linear-gradient(270deg, #FFAD4E 0%, #FF565E 100%);
  opacity: 1;
  border-radius: 1px;
  animation: changeWidth 3s infinite;
  -webkit-animation: changeWidth 3s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.live_advantage_container ul li.current::after {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 2px;
  background: #D9DDE1;
  opacity: 1;
  border-radius: 1px;
}
.live_advantage_container ul li:nth-of-type(1) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/advantage_icon1.svg);
}
.live_advantage_container ul li:nth-of-type(2) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/advantage_icon2.svg);
}
.live_advantage_container ul li:nth-of-type(3) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/advantage_icon3.svg);
}
.live_advantage_container ul li:nth-of-type(4) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/advantage_icon4.svg);
}
.live_advantage_container ul li:nth-of-type(5) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/advantage_icon5.svg);
}
.live_advantage_container .live_advantage_swiper {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 0 auto;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side {
  padding: 0 350px 0 57px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 350px 410px;
  background-position: calc(100% - 40px) 0;
  text-align: left;
  position: relative;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side h4 {
  font-size: 18px;
  font-weight: bold;
  color: #3A434B;
  margin: 105px 0 22px;
  clear: both;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side span {
  font-size: 14px;
  color: #5F676E;
  margin-bottom: 10px;
  clear: both;
  display: block;
  position: relative;
  padding-left: 14px;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side span:last-of-type {
  margin-bottom: 32px;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #FF565E;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side button {
  flex: none;
  flex-shrink: 0;
  clear: both;
}
.live_advantage_container .live_advantage_swiper .live_advantage_side img {
  position: absolute;
  right: 50px;
  top: 10px;
}
.classify {
  width: 100%;
  height: 872px;
  padding-top: 100px;
  text-align: center;
}
.classify h4 {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 20px;
}
.classify > span {
  font-size: 16px;
  color: #5F676E;
  margin-bottom: 40px;
  display: block;
}
.classify button {
  height: 40px;
  border: 1px solid #FF565E;
  border-radius: 25px;
  font-size: 14px;
  line-height: 40px;
  color: #FF565E;
  background-color: #ffffff;
  margin: 0 10px 49px;
}
.classify button.current {
  background: #FF565E;
  border-radius: 25px;
  color: #FFFFFF;
}
.classify .classify_swiper {
  width: 910px;
}
.classify .classify_swiper .classify_side {
  height: 504px;
  text-align: left;
  padding-top: 33px;
  padding-left: 576px;
  background-repeat: no-repeat;
  background-size: 468px 504px;
  background-position: 0 0;
  background-color: #ffffff;
}
.classify .classify_swiper .classify_side.store {
  background-image: url(../images/classify1.png);
}
.classify .classify_swiper .classify_side.store li:nth-of-type(1) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon1.svg);
}
.classify .classify_swiper .classify_side.store li:nth-of-type(2) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon2.svg);
}
.classify .classify_swiper .classify_side.store li:nth-of-type(3) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon3.svg);
}
.classify .classify_swiper .classify_side.store li:nth-of-type(4) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon4.svg);
}
.classify .classify_swiper .classify_side.company {
  background-image: url(../images/classify2.png);
}
.classify .classify_swiper .classify_side.company li:nth-of-type(1) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon5.svg);
}
.classify .classify_swiper .classify_side.company li:nth-of-type(2) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon6.svg);
}
.classify .classify_swiper .classify_side.company li:nth-of-type(3) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon7.svg);
}
.classify .classify_swiper .classify_side.company li:nth-of-type(4) {
  background-image: url(https://static-1.talk-fun.com/talklfun_index/pc/ecomIndex/images/classify_icon8.svg);
}
.classify .classify_swiper .classify_side p {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-bottom: 42px;
}
.classify .classify_swiper .classify_side p::before {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: -20px;
  content: '';
  display: block;
  width: 8px;
  height: 28px;
  line-height: 40px;
  background: #FF565E;
  float: left;
}
.classify .classify_swiper .classify_side ul li {
  padding-left: 76px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 0 0;
  margin-bottom: 30px;
}
.classify .classify_swiper .classify_side ul li div {
  font-size: 18px;
  color: #3A434B;
  margin-bottom: 6px;
}
.classify .classify_swiper .classify_side ul li span {
  font-size: 14px;
  color: #878F95;
}
.company_select {
  width: 100%;
  height: 790px;
  background: #F8FAFB;
  text-align: center;
  padding-top: 51px;
  box-sizing: border-box;
}
.company_select h3 {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 20px;
}
.company_select h5 {
  font-size: 16px;
  color: #5F676E;
  margin-bottom: 70px;
}
.company_select ul {
  width: 864px;
  margin: 0 auto;
}
.company_select ul li {
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.company_select ul li:hover div {
  height: 104px;
}
.company_select ul li:hover::after {
  height: 125px;
}
.company_select ul li div {
  width: 100%;
  height: 50px;
  padding: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s;
  z-index: 60;
}
.company_select ul li div p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.company_select ul li div span {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 7px;
}
.company_select ul li::after {
  content: '';
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 40;
  width: 496px;
  height: 0px;
  background: linear-gradient(180deg, rgba(255, 173, 78, 0) 0%, #FF565E 100%);
  opacity: 0.8;
  border-radius: 0px 0px 8px 8px;
  z-index: 0;
}
.company_select ul li:nth-of-type(1) {
  width: 348px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-image: url(../images/company_select1.png);
}
.company_select ul li:nth-of-type(2) {
  width: 496px;
  margin-bottom: 20px;
  background-image: url(../images/company_select2.png);
}
.company_select ul li:nth-of-type(3) {
  width: 496px;
  margin-right: 20px;
  background-image: url(../images/company_select3.png);
}
.company_select ul li:nth-of-type(4) {
  width: 348px;
  background-image: url(../images/company_select4.png);
}
.company_use {
  width: 100%;
  height: 496px;
  background: #FFFFFF;
  text-align: center;
}
.company_use p {
  font-size: 30px;
  font-weight: bold;
  color: #3A434B;
  margin: 70px auto 60px;
}
.company_use .company_logo {
  margin: 0 auto;
  width: 1200px;
  height: 266px;
  background-image: url(../images/company_logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.learn_more {
  width: 100%;
  height: 500px;
  text-align: center;
}
.learn_more .learn_more_instruction {
  width: 100%;
  height: 340px;
  padding-top: 77px;
  box-sizing: border-box;
  background-image: url(../images/learn_more.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.learn_more .learn_more_instruction h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.learn_more .learn_more_instruction span {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 50px;
  display: block;
}
.learn_more .learn_more_instruction button {
  background: #FFFFFF;
  font-size: 16px;
  color: #5F676E;
}
.learn_more .learn_more_instruction button:hover {
  background: #FFFFFF;
}
.learn_more ul {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learn_more ul li {
  height: 96px;
  margin: 0 38px;
  padding-left: 96px;
  background-repeat: no-repeat;
  background-size: 96px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.learn_more ul li:nth-of-type(1) {
  background-image: url(../images/learn_more_icon1.png);
}
.learn_more ul li:nth-of-type(2) {
  background-image: url(../images/learn_more_icon2.png);
}
.learn_more ul li:nth-of-type(3) {
  background-image: url(../images/learn_more_icon3.png);
}
.learn_more ul li:nth-of-type(4) {
  background-image: url(../images/learn_more_icon4.png);
}
.learn_more ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #3A434B;
  margin-bottom: 10px;
}
.learn_more ul li span {
  font-size: 14px;
  color: #5F676E;
}
