body{
    margin: 0;
}
a{
    text-decoration: none;
}
.main {
    height: 100vh;
    background: url(".././img/nabBg2.png") no-repeat center;
    /* background: url(".././img/navBg.png") no-repeat center; */
    background-size: 100% 100%;

}

.main .fullBg {
    width: 100%;
    height: 100%;
    position: relative;

}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;

}

.content .leftMain {
    position: absolute;
        /* position: relative; */
        left: 5%;
        top: 5%;
         margin-top: 5%;
    width: 60%;
    height: 80%;
    /* background-color: #0575a8; */
    /* flex: 3; */

}

.content .leftMain .qyyj {
    position: absolute;
    top: 13%;
    right: 22%;
    width: 260px;
    height: 260px;
    background: url(".././img/qyyj.png") no-repeat center;
    background-size: 100% 100%;
    animation: disappear 9s linear infinite;
}

.content .leftMain .hxjzg {
    position: absolute;
    top: 5%;
    left: 14%;
    width: 300px;
    height: 300px;
    background: url(".././img/hxjzg.png") no-repeat center;
    background-size: 100% 100%;
    animation: disappear 10s linear infinite;
}

.content .leftMain .fzln {
    position: absolute;
    top: 60%;
    left: 12%;
    width: 260px;
    height: 260px;
    background: url(".././img/fzln.png") no-repeat center;
    background-size: 100% 100%;
    animation: disappear 12s linear infinite;
}

.content .leftMain .ztzlmb {
    position: absolute;
    top: 57%;
    right: 25%;
    width: 240px;
    height: 240px;
    background: url(".././img/ztzlmb.png") no-repeat center;
    background-size: 100% 100%;
    animation: disappear 11s linear infinite;
}

@keyframes disappear {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    10% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    30% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    40% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    60% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    70% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    80% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    90% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.content .rightMain {
    position: fixed;
    top: 5%;
    right: 10%;
    /* flex: 2; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.content .rightMain .nav {
    margin-top: 3%;
    padding: 2%;
    background: url(".././img/navBoxBg.png") no-repeat center;
    background-size: 100% 100%;
}

.headerTitle {
    font-size: 28px;
    line-height: 56px;
    font-family: "sjxptc";
    background: linear-gradient(0deg, #0575a8 0%, #09c2b9 79.2236328125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.el-card {
  border: none !important;
}
.card {
  border-radius: 25px !important;
  width: 180px;
  height: 180px;

  background-size: 100% 100%;
  
}
.card:hover {
    cursor: pointer;
    margin-top: -10px;
  }
.card1 {
  background: url(".././img/cardBg1.png") no-repeat center;
}
.card2 {
  background: url(".././img/cardBg2.png") no-repeat center;
}
.card3 {
  background: url(".././img/cardBg3.png") no-repeat center;
}
.card4 {
  background: url(".././img/cardBg4.png") no-repeat center;
}
.card5 {
  background: url(".././img/cardBg5.png") no-repeat center;
}
.card6 {
  background: url(".././img/cardBg6.png") no-repeat center;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  }
  .section .icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
   

}
.section .icon  .iconStyle {
  width: 66px;
  height: 66px;
}
.section  .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "sjxptc";
  background: linear-gradient(0deg, #00e4ff 0%, #e6faff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section  .subtext {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  font-family: "sjxptc";
  /* background: linear-gradient(0deg, #00e4ff 0%, #e6faff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.section  .open {
  font-size: 14px;
  line-height: 20px;
  font-family: "sjxptc";
  color: #2ccb92;
}