@charset "UTF-8";
/********************************** 入场 **********************************/
/* TRBL */
@-webkit-keyframes antrT {
  0% {
    opacity: 0;
    transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antrT {
  0% {
    opacity: 0;
    transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes antrTOS {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antrTOS {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes antrR {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes antrR {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes antrROS {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes antrROS {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes antrB {
  0% {
    opacity: 0;
    transform: translateY(100vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antrB {
  0% {
    opacity: 0;
    transform: translateY(100vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes antrBOS {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antrBOS {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes antrL {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes antrL {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes antrLOS {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes antrLOS {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 透明 */
@-webkit-keyframes antrO {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes antrO {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 缩放 */
@-webkit-keyframes antrS {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antrS {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes antrSY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes antrSY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@-webkit-keyframes antrSX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes antrSX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* 旋转缩放 */
@-webkit-keyframes antrSR {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes antrSR {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* 虚化小到大 */
@-webkit-keyframes antrSOY {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antrSOY {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 虚化大到小 */
@-webkit-keyframes antrSON {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antrSON {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 隐藏 */
@-webkit-keyframes antrNone {
  0% {
    pointer-events: none;
    opacity: 0;
  }
  100% {
    pointer-events: none;
    opacity: 0;
  }
}
@keyframes antrNone {
  0% {
    pointer-events: none;
    opacity: 0;
  }
  100% {
    pointer-events: none;
    opacity: 0;
  }
}
/********************************** 退场 **********************************/
/* TRBL */
@-webkit-keyframes antrTN {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100vw);
  }
}
@keyframes antrTN {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100vw);
  }
}
@-webkit-keyframes antrRN {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100vw);
  }
}
@keyframes antrRN {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100vw);
  }
}
@-webkit-keyframes antrBN {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100vw);
  }
}
@keyframes antrBN {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100vw);
  }
}
@-webkit-keyframes antrLN {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100vw);
  }
}
@keyframes antrLN {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100vw);
  }
}
/* 缩放 */
@-webkit-keyframes antrSN {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes antrSN {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes antrSYN {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes antrSYN {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@-webkit-keyframes antrSXN {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes antrSXN {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
/* 透明 */
@-webkit-keyframes antrON {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes antrON {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/********************************** 重复 **********************************/
/* 旋转 */
@-webkit-keyframes antrRI {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes antrRI {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes antrTBYI {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes antrTBYI {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes antrBTYI {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes antrBTYI {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes antrLRXI {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes antrLRXI {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes antrRLXI {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes antrRLXI {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/* 缩放 */
@-webkit-keyframes antrSI {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antrSI {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* 放大虚化 */
@-webkit-keyframes antrSOYI {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes antrSOYI {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/* 缩小虚化 */
@-webkit-keyframes antrSONI {
  from {
    transform: scale(2);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antrSONI {
  from {
    transform: scale(2);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
/* 透明 */
@-webkit-keyframes antrOI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antrOI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/********************************** div **********************************/
/*  */
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 600px) {
  * {
    scrollbar-width: 5px;
    scrollbar-color: #201919 #e0e0e0;
  }
  *::-webkit-scrollbar {
    width: 5px;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #201919;
  }
  *::-webkit-scrollbar-track {
    background-color: #e0e0e0;
  }
  *::-webkit-scrollbar-button {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

input {
  --inputPlaceholderColor: #808080;
  outline: none;
  border: none;
  background-color: transparent;
}
input::-webkit-input-placeholder {
  color: var(--inputPlaceholderColor);
}

button {
  line-height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
button::after {
  border: none;
}

html,
body {
  overflow-x: hidden;
}

@media screen and (min-width: 600px) {
  .M {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .P {
    display: none !important;
  }
}
/* 弹窗打开 */
.tipsY .tipsM {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.tipsY .tipsE {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(-50%) !important;
}

/* 弹窗样式 */
.tips .tipsM {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
}
.tips .tipsE {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 25;
  pointer-events: none;
  box-sizing: border-box;
  transition-duration: 0.4s;
  transform: translateY(-70%);
  background-color: #fff;
}

/* tab切换内容 */
.tabData {
  position: relative;
}
.tabData > div {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}
.tabData .Y {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  transition-duration: 0.4s;
}

/* 暂无数据 */
.listNone {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 100px auto;
}
.listNone img {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .listNone img {
    width: 100%;
  }
}

.banner {
  width: 100vw;
}

.itemBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

/* 头 */
.head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 360px;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 85px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  z-index: 15;
}
@media screen and (max-width: 1700px) {
  .head {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  .head {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .head {
    padding: 0 4vw;
  }
}
.head > img {
  position: absolute;
  left: 360px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1700px) {
  .head > img {
    left: 150px;
  }
}
@media screen and (max-width: 1500px) {
  .head > img {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .head > img {
    left: 4vw;
  }
}
.head .logoB {
  opacity: 0;
  z-index: 1;
}
.head .item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
}
.head .item > div {
  position: relative;
  --color: #fff;
}
.head .item > div > a {
  color: var(--color);
  font-size: 16px;
  line-height: 85px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.head .item > div > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background-color: var(--color);
  overflow: hidden;
  transition: all 0.2s ease;
}
.head .item > div + div {
  margin-left: 80px;
}
.head .item > div .more {
  position: absolute;
  left: 50%;
  top: 0;
  width: 150px;
  padding-top: 85px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1px 1px;
  transition: padding 0.1s ease-in-out, top 0.1s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, padding 0.1s ease-in-out, top 0.1s ease-in-out;
  transition: clip-path 0.5s ease-in-out, padding 0.1s ease-in-out, top 0.1s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
  -webkit-clip-path: polygon(-3px 0, calc(100% + 3px) 0, calc(100% + 3px) 0, -3px 0);
          clip-path: polygon(-3px 0, calc(100% + 3px) 0, calc(100% + 3px) 0, -3px 0);
  pointer-events: none;
}
.head .item > div .more a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  color: #fff;
  transition-duration: 0.4s;
}
.head .item > div .more a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ddebff;
  transition-duration: 0.3s;
  z-index: -1;
}
.head .item > div .more a:hover {
  transition-delay: 0.1s;
  color: #3888fc;
}
.head .item > div .more a:hover::after {
  width: 100%;
}
.head .item .moreHover .more a {
  color: #333;
}
.head .item .moreHover:hover {
  --color: #3888fc;
}
.head .item .moreHover:hover .more {
  pointer-events: all;
  -webkit-clip-path: polygon(-3px 0, calc(100% + 3px) 0, calc(100% + 3px) calc(100% + 3px), -3px calc(100% + 3px));
          clip-path: polygon(-3px 0, calc(100% + 3px) 0, calc(100% + 3px) calc(100% + 3px), -3px calc(100% + 3px));
}
.head .item .Y, .head .item > div:hover > a:after {
  width: 100%;
  transition-duration: 0.4s;
}

.headBg,
.headTintBg,
.headTransparentBg {
  background-color: #fff;
  box-shadow: 0 1px 4px #f3f3f3;
}
.headBg .item > div,
.headTintBg .item > div,
.headTransparentBg .item > div {
  --color: #333;
}
.headBg .item > div:hover,
.headTintBg .item > div:hover,
.headTransparentBg .item > div:hover {
  --color: #3888fc;
}
.headBg .logoA,
.headTintBg .logoA,
.headTransparentBg .logoA {
  opacity: 0;
}
.headBg .logoB,
.headTintBg .logoB,
.headTransparentBg .logoB {
  opacity: 1;
}

.headTintBg {
  background-color: rgba(255, 255, 255, 0.55);
}

.headTransparentBg {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 4px rgba(255, 255, 255, 0);
}

.headTintBg.headBg,
.headTransparentBg.headBg {
  background-color: #fff !important;
}

.headBg .more {
  padding-top: 0 !important;
  top: 100% !important;
}

/* 尾 */
.tail {
  padding: 0 360px;
  background-color: #282828;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1700px) {
  .tail {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  .tail {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .tail {
    padding: 0 4vw;
  }
}
.tail .tit {
  color: #b8b8b8;
  font-size: 18px;
}
.tail .cooperation {
  padding: 50px 0 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4a4a4b;
}
.tail .cooperation .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.tail .cooperation .list p,
.tail .cooperation .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 30px;
  margin: 15px 0;
  margin-left: 5%;
  transition-duration: 0.5s;
}
.tail .cooperation .list p img,
.tail .cooperation .list a img {
  width: 100%;
}
.tail .cooperation .list p:hover,
.tail .cooperation .list a:hover {
  transform: scale(1.1);
}
.tail .cooperation .list p:nth-child(7n+1),
.tail .cooperation .list a:nth-child(7n+1) {
  margin-left: 0 !important;
}
.tail .quick {
  display: flex;
  border-bottom: 1px solid #4a4a4b;
  padding-bottom: 30px;
}
.tail .quick .tit {
  margin-bottom: 20px;
}
.tail .quick > div .list {
  display: flex;
  flex-wrap: wrap;
}
.tail .quick > div .list a {
  color: #565656;
  font-size: 14px;
  line-height: 40px;
  display: block;
  width: 50%;
  transition-duration: 0.4s;
  white-space: nowrap;
}
.tail .quick > div .list a:hover {
  color: #b8b8b8;
}
.tail .quick .L {
  width: 200px;
}
.tail .quick .L .list a {
  width: 100% !important;
}
.tail .quick .C {
  width: 300px;
  margin-left: 120px;
  margin-right: 170px;
}
.tail .quick .R {
  width: 350px;
}
.tail .keeponrecord {
  text-align: center;
  padding: 20px 0;
  color: #b8b8b8;
  font-size: 14px;
}
.tail .keeponrecord a {
  color: #b8b8b8;
  padding-left: 8px;
}

#newMediaTiktok .banner {
  margin-top: 85px;
}
#newMediaTiktok .num {
  padding: 60px 0;
  margin: 0 360px;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .num {
    margin: 0 180px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .num {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1300px) {
  #newMediaTiktok .num {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .num {
    margin: 0 4vw;
  }
}
#newMediaTiktok .num > p {
  text-align: center;
  font-size: 34px;
  color: #333;
}
#newMediaTiktok .num > div {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 40px;
  padding: 30px 50px;
  border-radius: 10px;
  padding-left: 70px;
  background-image: linear-gradient(90deg, #e8e9ff 20%, #f1fcff 50%);
}
#newMediaTiktok .num > div > img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#newMediaTiktok .num > div .item + .item {
  border-left: 1px solid #c9d0d6;
}
#newMediaTiktok .num > div .item {
  padding: 0 60px;
}
@media screen and (max-width: 1300px) {
  #newMediaTiktok .num > div .item {
    padding: 0 40px;
  }
}
#newMediaTiktok .num > div .item > p {
  font-size: 24px;
  color: #666;
}
#newMediaTiktok .num > div .item > div {
  display: flex;
  align-items: flex-end;
  color: #333;
}
#newMediaTiktok .num > div .item > div p {
  font-size: 72px;
  font-family: "黑体";
  font-weight: bold;
}
#newMediaTiktok .num > div .item > div span {
  font-size: 18px;
  padding-bottom: 15px;
}
#newMediaTiktok .num > div .item > span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #3664db, #b472d6);
}
#newMediaTiktok .category {
  padding: 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-image: linear-gradient(90deg, #eff0fe, #f6f8fc);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .category {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .category {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .category {
    padding: 0 4vw;
  }
}
#newMediaTiktok .category > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#newMediaTiktok .category .list {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  padding: 30px 0 50px;
}
#newMediaTiktok .category .list > div {
  box-sizing: border-box;
  display: inline-block;
  width: 39%;
  height: 400px;
  margin: 3% 5.5%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 0;
  text-align: center;
  transition: box-shadow 0.4s ease-in-out;
}
#newMediaTiktok .category .list > div > p {
  color: #3564db;
  font-size: 24px;
  margin: 30px 0 20px;
}
#newMediaTiktok .category .list > div > div {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
#newMediaTiktok .category .list > div:hover {
  box-shadow: 0 0 40px #cedcff;
}
#newMediaTiktok .category .list > div:nth-child(odd) {
  transform: translateY(70px);
}
#newMediaTiktok .category .list > div:nth-child(1) {
  height: 380px;
}
#newMediaTiktok .category .list > div:nth-child(3) {
  transform: translateY(50px);
}
#newMediaTiktok .category .exp {
  width: 35%;
  margin-top: 280px;
  padding-left: 40px;
  box-sizing: border-box;
  white-space: nowrap;
}
#newMediaTiktok .category .exp p {
  font-size: 34px;
  color: #333;
  line-height: 55px;
}
#newMediaTiktok .category .exp div {
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  background-color: #b472d6;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 20px;
}
#newMediaTiktok .ad {
  margin: 0 360px;
  padding: 40px 0;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .ad {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .ad {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .ad {
    margin: 0 4vw;
  }
}
#newMediaTiktok .ad .tit {
  text-align: center;
  margin: 40px 0;
}
#newMediaTiktok .ad .tit p {
  font-size: 34px;
  color: #333;
  padding-bottom: 15px;
}
#newMediaTiktok .ad .tit span {
  color: #666;
  font-size: 17px;
}
#newMediaTiktok .ad .list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
#newMediaTiktok .ad .list .tabData {
  width: 50%;
  position: relative;
}
#newMediaTiktok .ad .list .tabData > div .type {
  font-size: 24px;
  color: #fff;
  padding: 15px;
  background-image: linear-gradient(90deg, #3964db, #b272d6);
  border-radius: 100px 100px 100px 0;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
#newMediaTiktok .ad .list .tabData > div .type::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-top: 15px solid #3964db;
  border-left: 0 solid transparent;
  border-right: 15px solid transparent;
}
#newMediaTiktok .ad .list .tabData > div > img {
  transition-duration: 0.4s;
}
#newMediaTiktok .ad .list .tabData > div > img:hover {
  transform: scale(1.02);
}
#newMediaTiktok .ad .list .tabData > div .exp {
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(90deg, #3766db, #fff 75%);
  padding: 10px 20px;
  display: block;
  border-radius: 10px;
  box-sizing: border-box;
}
#newMediaTiktok .ad .list .tab {
  width: 50%;
}
#newMediaTiktok .ad .list .tab > div + div {
  margin-top: 40px;
}
#newMediaTiktok .ad .list .tab > div {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#newMediaTiktok .ad .list .tab > div > img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease-in-out;
}
#newMediaTiktok .ad .list .tab > div .iconY {
  opacity: 0;
}
#newMediaTiktok .ad .list .tab > div > div {
  transition-duration: 0.4s;
  position: relative;
  z-index: 3;
  padding: 40px 50px;
  width: calc(100% - 120px);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
}
#newMediaTiktok .ad .list .tab > div > div::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(90deg, #3564db, #886dd8);
  transition: all 0.4s ease-in-out;
}
#newMediaTiktok .ad .list .tab > div > div img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
#newMediaTiktok .ad .list .tab > div > div p {
  font-size: 20px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
}
#newMediaTiktok .ad .list .tab > div > div span {
  font-size: 16px;
  color: #333;
  transition-duration: 0.4s;
}
#newMediaTiktok .ad .list .tab .Y .iconY {
  opacity: 1;
}
#newMediaTiktok .ad .list .tab .Y .iconN {
  opacity: 0;
}
#newMediaTiktok .ad .list .tab .Y > div::after {
  right: 0;
}
#newMediaTiktok .ad .list .tab .Y > div p {
  color: #f0d6ff;
}
#newMediaTiktok .ad .list .tab .Y > div span {
  color: #fff;
}
#newMediaTiktok .video {
  position: relative;
  padding-top: 40px;
  z-index: 2;
  overflow: hidden;
}
#newMediaTiktok .video .tit {
  font-size: 34px;
  text-align: center;
  color: #fff;
  line-height: 45px;
}
#newMediaTiktok .video .con {
  padding: 0 360px;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .video .con {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .video .con {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .video .con {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1300px) {
  #newMediaTiktok .video .con {
    padding-left: 20px !important;
  }
}
#newMediaTiktok .video .con .itemBg {
  height: calc(100% - 150px);
}
#newMediaTiktok .video .con .exp {
  margin: 165px 0;
  position: relative;
  padding-left: 20px;
}
#newMediaTiktok .video .con .exp::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -25px;
  width: 60px;
  height: 6px;
  background-color: #fff;
  border-radius: 100px;
}
#newMediaTiktok .video .con .exp p {
  display: block;
  width: 67%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
#newMediaTiktok .video .con .exp img {
  position: absolute;
  right: -50px;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}
#newMediaTiktok .video .con .list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 60px;
}
#newMediaTiktok .video .con .list > div {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  transition-duration: 0.4s;
}
#newMediaTiktok .video .con .list > div:hover {
  transform: translateY(-5px);
}
#newMediaTiktok .video .but {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 360px;
  position: relative;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .video .but {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .video .but {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .video .but {
    padding: 0 4vw;
  }
}
#newMediaTiktok .video .but img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#newMediaTiktok .video .but a {
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 100px;
  border-radius: 10px;
  background-color: #a871d7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition-duration: 0.4s;
}
#newMediaTiktok .video .but a:hover {
  transform: translateY(-3px);
}
#newMediaTiktok .video .but a + a {
  background-color: #3564db;
}
#newMediaTiktok .team {
  padding: 60px 0;
  overflow: hidden;
}
#newMediaTiktok .team .tit {
  text-align: center;
  margin-bottom: 40px;
}
#newMediaTiktok .team .tit p {
  font-size: 34px;
  color: #333;
  padding-bottom: 15px;
}
#newMediaTiktok .team .tit span {
  font-size: 18px;
  color: #666;
}
#newMediaTiktok .team .con {
  margin: 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .team .con {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .team .con {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .team .con {
    margin: 0 4vw;
  }
}
#newMediaTiktok .team .con > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition-duration: 0.4s;
}
#newMediaTiktok .team .con .iconL {
  left: 0;
}
#newMediaTiktok .team .con .iconL:hover {
  left: -3px;
}
#newMediaTiktok .team .con .iconR {
  right: 0;
}
#newMediaTiktok .team .con .iconR:hover {
  right: -3px;
}
#newMediaTiktok .team .con .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -46px;
}
#newMediaTiktok .team .con .point div {
  width: 13px;
  height: 13px;
  background-color: #d3d3d3;
  transition-duration: 0.4s;
  margin: 0 20px;
  border-radius: 100px;
  cursor: pointer;
}
#newMediaTiktok .team .con .point .pointY {
  background-color: #b472d6;
}
#newMediaTiktok .team .con .teamSwiper {
  margin: 0 170px;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > p {
  width: 295px;
  height: 295px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > p img {
  height: 100%;
  transition-duration: 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > p:hover img {
  transform: scale(1.1);
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div {
  width: calc(100% - 395px);
  margin-left: 100px;
  font-size: 16px;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div p {
  font-size: 18px;
  color: #333;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div span {
  color: #666;
  display: block;
  margin: 6px 0 25px;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: 4 !important;
  color: #999;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  height: 120px;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div a {
  display: block;
  color: #fff;
  background-color: #b472d6;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  margin-top: 15px;
  padding: 16px 0;
  float: right;
  transition-duration: 0.4s;
}
#newMediaTiktok .team .con .teamSwiper .swiper-slide .item > div a:hover {
  transform: translateX(-5px);
}
#newMediaTiktok .process {
  background-image: linear-gradient(#f0f0ff, #f6fdff);
  margin-top: 100px;
  padding-top: 70px;
  overflow: hidden;
}
#newMediaTiktok .process .tit {
  text-align: center;
}
#newMediaTiktok .process .tit p {
  font-size: 34px;
  color: #333;
}
#newMediaTiktok .process .tit span {
  font-size: 16px;
  color: #666;
}
#newMediaTiktok .process .list {
  padding: 0 360px;
  position: relative;
  z-index: 2;
  padding-bottom: 70px !important;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .process .list {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .process .list {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .process .list {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .process .list {
    padding-bottom: 40px !important;
  }
}
#newMediaTiktok .process .list .bgL {
  position: absolute;
  left: 0;
  top: 40px;
}
#newMediaTiktok .process .list .bgR {
  position: absolute;
  right: 0;
  top: -40px;
}
#newMediaTiktok .process .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#newMediaTiktok .process .list .item > div {
  position: relative;
  margin-top: 50px;
  width: 25%;
  text-align: center;
}
#newMediaTiktok .process .list .item > div img {
  width: 155px;
  transition: transform 0.4s ease-in-out;
}
#newMediaTiktok .process .list .item > div p {
  position: absolute;
  left: 70px;
  bottom: 4px;
  font-size: 24px;
  color: #333;
}
#newMediaTiktok .process .list .item > div:hover img {
  transform: translateX(30px);
}
#newMediaTiktok .process .consult {
  padding: 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  #newMediaTiktok .process .consult {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #newMediaTiktok .process .consult {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #newMediaTiktok .process .consult {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1300px) {
  #newMediaTiktok .process .consult {
    padding: 0 0 0 50px;
  }
}
#newMediaTiktok .process .consult > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#newMediaTiktok .process .consult > div {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
#newMediaTiktok .process .consult > div img {
  width: 335px;
  margin-bottom: 35px;
}
#newMediaTiktok .process .consult > div > div {
  color: #fff;
  margin-left: 50px;
}
#newMediaTiktok .process .consult > div > div p {
  font-size: 24px;
}
#newMediaTiktok .process .consult > div > div div {
  font-size: 36px;
  margin: 15px 0 20px;
  background-image: linear-gradient(#fff, #c2d3ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
#newMediaTiktok .process .consult > div > div span {
  font-size: 18px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px 20px;
}
#newMediaTiktok .process .consult a {
  color: #3564db;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 24px;
  width: 245px;
  text-align: center;
  margin-right: 40px;
  background-image: linear-gradient(#fff, #a9c1ff);
  transition-duration: 0.4s;
}
#newMediaTiktok .process .consult a:hover {
  transform: translateY(-5px);
}/*# sourceMappingURL=newMediaTiktok.css.map */

@media screen and (max-width: 999px) {
	#newMediaTiktok .num {
	padding: 30px 0;
}
#newMediaTiktok .num > p {
	font-size: 22px;
}	
	
	

	#newMediaTiktok .num > div {
	display: flex;
	padding: 30px 0px;
}
#newMediaTiktok .num > div .item {
	padding: 0 10px;
}	
#newMediaTiktok .num > div .item > p {
	font-size: 16px;
}	

#newMediaTiktok .num > div .item > span {
	font-size: 14px;
}
#newMediaTiktok .num > div .item > div p {
	font-size: 42px;

}
#newMediaTiktok .num > div > img {
	display: none;
}
#newMediaTiktok .category {
	display: block;
}
#newMediaTiktok .category .list {
	display: block;
	width: 100%;
	padding: 20px 0 20px;
}


#newMediaTiktok .category .list > div {
	width: 45%;
	height: auto;
	margin: 3% 2%;
}
#newMediaTiktok .category .list > div:nth-child(1) {
	height: auto;
}
#newMediaTiktok .category .list > div:nth-child(2n+1) {
	transform: translateY(0px);
}
#newMediaTiktok .category .list > div:nth-child(3) {
	transform: translateY(0px);
}
#newMediaTiktok .category .list > div > p {
	font-size: 18px;
}

#newMediaTiktok .category .list > div > div {
	font-size: 14px;
	line-height: 24px;
	height: 150px;
	overflow: hidden;
}
	
	
	
	
	#newMediaTiktok .category .exp p {
	font-size: 20px;
	color: #fff;
	line-height:30px;
}
	
#newMediaTiktok .category .exp {
	width: auto;
	margin-top: 0;
	padding-left: 0px;
}	

#newMediaTiktok .category .exp div {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 25px;
}
	
	#newMediaTiktok .ad .tit p {
	font-size: 22px;
}
	
	#newMediaTiktok .ad .list {
	display: block;
}
	#newMediaTiktok .ad .list .tabData {
	width: 100%;
}
#newMediaTiktok .ad .list .tabData > div > img {
	width: 100%;
}
	
	#newMediaTiktok .ad .list .tabData > div .type {
	font-size: 18px;
}
	
	#newMediaTiktok .ad .list .tabData > div .exp {
	font-size: 14px;
	background-image: linear-gradient(90deg, #3766db, #fff 95%);
	padding: 10px 10px;
}
	
#newMediaTiktok .ad .list .tab {
	width: 100%;
}

#newMediaTiktok .ad .list .tab > div > img {
	display:none;
}

#newMediaTiktok .ad .list .tab > div > div {
	padding: 20px 20px;
	width: auto;
}	
	#newMediaTiktok .ad .list .tab > div {
	margin-top: 20px;
}
	#newMediaTiktok .ad .list .tab > div + div {
	margin-top: 20px;
}
	
	#newMediaTiktok .ad .list .tab > div > div p {
	font-size: 18px;
}
	#newMediaTiktok .ad .list .tab > div > div span {
	font-size: 14px;

}
	
#newMediaTiktok .video .tit {
	font-size: 22px;
}	
	#newMediaTiktok .video .con .itemBg {
	height: 100%;
}
	#newMediaTiktok .video .con .exp {
	margin: 45px 0;
	padding-left: 0px;
}
#newMediaTiktok .video .con .exp img {
	position: relative;
	right: 0;
	top: 0;
	transform: translateY(0%);
	width: 100%;
}	
	#newMediaTiktok .video .con .exp p {
	width: auto;
}
#newMediaTiktok .video .con .exp::after {
	left: 0px;
}	
#newMediaTiktok .video .con .list {
	flex-wrap: wrap;
}	
	#newMediaTiktok .video .con .list > div {
	width: 33%;
	font-size: 14px;
	margin-bottom: 20px;
}

#newMediaTiktok .video .but {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
#newMediaTiktok .video .but a {
	padding: 10px 0;
	margin: 0 20px;
	font-size: 16px;
}

#newMediaTiktok .process {
	margin-top: 0px;
	padding-top: 30px;
}
#newMediaTiktok .process .tit p {
	font-size: 22px;
}
#newMediaTiktok .process .tit span {
	font-size: 14px;
}

#newMediaTiktok .process .list .item > div {
	margin-top: 25px;
	margin-bottom: 5%;
}

#newMediaTiktok .process .list .item > div img {
	width: 55px;
}
#newMediaTiktok .process .list .item > div:hover img {
  transform: translateX(5px);
}
#newMediaTiktok .process .list .item > div p {
	left: 13px;
	bottom: -25px;
	font-size: 14px;
}
#newMediaTiktok .process .consult > div img {
	display: none;
}
#newMediaTiktok .process .consult > img {
	height: 100%;
}
#newMediaTiktok .process .consult {
	padding: 0 0 0 20px;
}
#newMediaTiktok .process .consult > div > div {
	margin-left: 0;
	width: 80%;
}
#newMediaTiktok .process .consult > div > div p {
	font-size: 16px;
}
#newMediaTiktok .process .consult > div > div span {
	display: none;
}
#newMediaTiktok .process .consult > div > div div {
	font-size: 14px;
}
	#newMediaTiktok .process .consult a {
	padding: 10px 0;
	font-size: 18px;
	width: 145px;
	margin-right: 20px;
}
}