@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;
}

#customizedWeb .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 635px;
  z-index: 3;
  overflow: hidden;
}
#customizedWeb .banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 5760px;
  height: 100%;
  background-image: linear-gradient(90deg, #8095ff, #715aff 1920px, #8095ff 3840px, #715aff 5760px);
  -webkit-animation: bannerBgXI 10s linear infinite;
          animation: bannerBgXI 10s linear infinite;
  z-index: -2;
  pointer-events: none;
}
@-webkit-keyframes bannerBgXI {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3840px);
  }
}
@keyframes bannerBgXI {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3840px);
  }
}
#customizedWeb .banner > div {
  margin: 0 360px;
  padding-top: 25px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .banner > div {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .banner > div {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #customizedWeb .banner > div {
    margin: 0 4vw;
  }
}
#customizedWeb .banner > div span {
  font-size: 42px;
  display: block;
  -webkit-animation: antrNone 0.2s ease 1, antrROS 0.6s ease-in-out 1 0.2s;
          animation: antrNone 0.2s ease 1, antrROS 0.6s ease-in-out 1 0.2s;
}
#customizedWeb .banner > div p {
  font-size: 20px;
  margin: 15px 0 70px;
  letter-spacing: 1px;
  -webkit-animation: antrNone 0.3s ease 1, antrROS 0.6s ease-in-out 1 0.3s;
          animation: antrNone 0.3s ease 1, antrROS 0.6s ease-in-out 1 0.3s;
}
#customizedWeb .banner > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  -webkit-animation: antrNone 0.4s ease 1, antrROS 0.6s ease-in-out 1 0.4s;
          animation: antrNone 0.4s ease 1, antrROS 0.6s ease-in-out 1 0.4s;
}
#customizedWeb .banner > div > div a {
  color: #675bff;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 25px;
  background-image: linear-gradient(#fff, #d9deff);
  margin-right: 25px;
  transition-duration: 0.4s;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}
#customizedWeb .banner > div > div a::after, #customizedWeb .banner > div > div a::before {
  content: "";
  position: absolute;
  left: calc(50% - 87.5px);
  top: calc(50% - 87.5px);
  border-radius: 100%;
  width: 175px;
  height: 175px;
  pointer-events: none;
}
#customizedWeb .banner > div > div a::after {
  background-color: rgba(102, 91, 255, 0.4);
  z-index: -2;
  -webkit-animation: antrSOYI 2s ease-in-out infinite;
          animation: antrSOYI 2s ease-in-out infinite;
  filter: blur(5px);
}
#customizedWeb .banner > div > div a::before {
  background-color: #d4d8ff;
  transition-duration: 0.3s;
  transform: scale(0);
  z-index: -1;
}
#customizedWeb .banner > div > div a:nth-child(1)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#customizedWeb .banner > div > div a:nth-child(2)::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#customizedWeb .banner > div > div a:nth-child(3)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#customizedWeb .banner > div > div a:nth-child(4)::after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#customizedWeb .banner > div > div a:hover {
  transform: translateY(-5px);
}
#customizedWeb .banner > div > div a:hover::before {
  transform: scale(1);
}
#customizedWeb .banner .img {
  position: absolute;
  right: 260px;
  bottom: 0;
  z-index: -1;
  transform-origin: 100% 100%;
  -webkit-animation: antrNone 0.5s ease 1, antrROS 0.6s ease-in-out 1 0.5s;
          animation: antrNone 0.5s ease 1, antrROS 0.6s ease-in-out 1 0.5s;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .banner .img {
    right: 150px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .banner .img {
    right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  #customizedWeb .banner .img {
    right: 0;
    transform: scale(0.85);
  }
}
#customizedWeb .banner .img:hover {
  transform: translateX(10px);
}
#customizedWeb .imgBg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
#customizedWeb .title {
  padding: 100px 0 75px;
  text-align: center;
  color: #665afe;
  font-size: 35px;
  font-weight: bold;
  pointer-events: none;
}
#customizedWeb .ability {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
#customizedWeb .ability .imgBg {
  width: 1920px;
  height: auto;
  top: 40px;
}
#customizedWeb .ability .title {
  padding: 60px 0;
}
#customizedWeb .ability .num {
  margin: 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .ability .num {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .ability .num {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #customizedWeb .ability .num {
    margin: 0 4vw;
  }
}
#customizedWeb .ability .num > div {
  width: 287px;
  padding: 55px 0 50px;
  box-sizing: border-box;
  transition-duration: 0.4s;
}
#customizedWeb .ability .num > div span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #333;
  font-weight: bold;
  font-family: DINMEDIUM;
  padding-right: 0.3em;
  transition-duration: 0.4s;
}
#customizedWeb .ability .num > div span::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 0.5em;
  top: 0;
  transform: translateX(100%);
}
#customizedWeb .ability .num > div p {
  padding: 25px 0;
  font-size: 18px;
  color: #999;
  display: inline-block;
  position: relative;
  transition-duration: 0.4s;
}
#customizedWeb .ability .num > div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition-duration: 0.4s;
  transform: translateY(5px);
  opacity: 0;
}
#customizedWeb .ability .num > div:hover {
  background-color: #ffc300;
}
#customizedWeb .ability .num > div:hover span,
#customizedWeb .ability .num > div:hover p {
  color: #fff;
}
#customizedWeb .ability .num > div:hover p::after {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
#customizedWeb .ability .list .tab {
  padding: 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .ability .list .tab {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .ability .list .tab {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #customizedWeb .ability .list .tab {
    padding: 0 4vw;
  }
}
#customizedWeb .ability .list .tab > div {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-bottom: 25px;
  transition-duration: 0.4s;
  cursor: pointer;
}
#customizedWeb .ability .list .tab .Y {
  color: #665afe;
}
#customizedWeb .ability .list .tab .icon {
  position: absolute;
  bottom: -6.5px;
  width: 12px;
  height: 12px;
  background-color: rgba(100, 89, 253, 0.37);
  box-sizing: border-box;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
#customizedWeb .ability .list .tab .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: #fff;
  border: 2px solid #6559fd;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#customizedWeb .ability .list .tabData {
  margin: 0 360px;
  padding-top: 65px;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .ability .list .tabData {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .ability .list .tabData {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #customizedWeb .ability .list .tabData {
    margin: 0 4vw;
  }
}
#customizedWeb .ability .list .tabData .Y > div, #customizedWeb .ability .list .tabData .Y > p {
  transform: translateY(0);
}
#customizedWeb .ability .list .tabData .Y > p {
  transition-delay: 0.2s;
  opacity: 1;
}
#customizedWeb .ability .list .tabData > div {
  display: flex;
}
#customizedWeb .ability .list .tabData > div > div {
  width: 600px;
  padding-top: 70px;
  letter-spacing: 0.5px;
  transform: translateY(40px);
  transition-duration: 0.4s;
}
#customizedWeb .ability .list .tabData > div > div .tit {
  font-size: 26px;
  padding-bottom: 20px;
  position: relative;
}
#customizedWeb .ability .list .tabData > div > div .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 5px;
  background-color: #6559fd;
  border-radius: 2px;
}
#customizedWeb .ability .list .tabData > div > div .exp {
  letter-spacing: 0;
  color: #665afe;
  font-size: 17px;
  margin: 15px 0 40px;
}
#customizedWeb .ability .list .tabData > div > div .info {
  width: 500px;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #999;
  line-height: 24px;
  text-align: justify;
}
#customizedWeb .ability .list .tabData > div > div .but {
  margin-top: 60px;
}
#customizedWeb .ability .list .tabData > div > div .but a {
  display: block;
  text-align: center;
  width: 160px;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff;
  padding: 12px 0;
  border-radius: 100px;
  transition-duration: 0.4s;
  background-image: linear-gradient(25deg, #9aa9ff, #9088ff);
  box-shadow: 0 1px 5px #e5e3ff;
}
#customizedWeb .ability .list .tabData > div > div .but a + a {
  margin-left: 25px;
}
#customizedWeb .ability .list .tabData > div > div .but a:hover {
  transform: translateX(-5px);
}
#customizedWeb .ability .list .tabData > div > div .label {
  margin-top: 50px;
  padding: 45px 25px 15px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
}
#customizedWeb .ability .list .tabData > div > div .label p {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  position: relative;
  font-size: 14px;
  color: #666;
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition-duration: 0.4s;
}
#customizedWeb .ability .list .tabData > div > div .label p::before {
  content: "";
  background-color: #b0b0b0;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #f7f7f7, 0 0 0 3px #b0b0b0;
  transition-duration: 0.4s;
}
#customizedWeb .ability .list .tabData > div > div .label p:hover {
  transform: translateX(-3px) scale(1);
  color: #6559fd;
}
#customizedWeb .ability .list .tabData > div > div .label p:hover::before {
  background-color: #6559fd;
  box-shadow: 0 0 0 2px #f7f7f7, 0 0 0 3px #6559fd;
}
#customizedWeb .ability .list .tabData > div > p {
  width: 600px;
  margin-right: 50px;
  transform: translateY(40px);
  transition-duration: 0.4s;
  opacity: 0;
  text-align: center;
}
#customizedWeb .ability .list .tabData > div > p img {
  max-width: 600px;
  transition-duration: 0.4s;
}
#customizedWeb .ability .list .tabData > div > p img:hover {
  transform: translateY(-5px);
}
#customizedWeb .service {
  padding: 80px 0;
  position: relative;
}
#customizedWeb .service .bgL {
  position: absolute;
  left: 0;
  bottom: 0;
}
#customizedWeb .service .list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  margin: 0 320px;
}
@media screen and (max-width: 1700px) {
  #customizedWeb .service .list {
    margin: 0 130px;
  }
}
@media screen and (max-width: 1500px) {
  #customizedWeb .service .list {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #customizedWeb .service .list {
    margin: 0 4vw;
  }
}
#customizedWeb .service .list > div {
  width: 220px;
  height: 245px;
  padding: 65px 0;
  box-sizing: border-box;
  text-align: center;
  transition-duration: 0.4s;
  border-radius: 8px;
  border: 1px solid #ededed;
  overflow: hidden;
}
#customizedWeb .service .list > div img {
  display: block;
  margin: 0 auto 15px;
  height: 68px;
}
#customizedWeb .service .list > div span {
  font-size: 16px;
  color: #333;
}
#customizedWeb .service .list > div p {
  font-size: 14px;
  color: #999;
  transition-duration: 0.4s;
  pointer-events: none;
  opacity: 0;
  width: 225px;
  margin: 20px auto 0;
  display: block;
  line-height: 25px;
  transform: translateY(20px);
}
#customizedWeb .service .list > div + div {
  margin-left: 20px;
}
#customizedWeb .service .list > div:hover {
  width: 300px;
  height: 290px;
  padding-top: 45px;
  box-shadow: 0 0 10px 5px #f7f7f7;
  border-color: #fff;
}
#customizedWeb .service .list > div:hover p {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
#customizedWeb .contact {
  padding: 70px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
#customizedWeb .contact span {
  font-size: 38px;
}
#customizedWeb .contact p {
  font-size: 18px;
  margin: 35px 0 40px;
}
#customizedWeb .contact a {
  display: block;
  font-size: 16px;
  color: #5b6aff;
  padding: 12px 0;
  width: 240px;
  margin: 0 auto;
  background-color: #fff;
  transition-duration: 0.4s;
  overflow: hidden;
  z-index: 2;
}
#customizedWeb .contact a::after {
  content: "";
  position: absolute;
  left: calc(50% - 120px);
  top: calc(50% - 120px);
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-color: rgba(91, 105, 255, 0.15);
  transition-duration: 0.2s;
  transform: scale(0);
  z-index: -1;
  filter: blur(10px);
}
#customizedWeb .contact a:hover {
  transform: translateY(-5px);
}
#customizedWeb .contact a:hover::after {
  transform: scale(1);
}/*# sourceMappingURL=customizedWeb.css.map */