@import url(../css/root.css);

/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 16px;
    padding: 12px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: linear-gradient(to right, #45bbbd, #2582bf);
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con {
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0;
        gap: 4px;
    }
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
        border-radius: 20px;
        width: auto;
        flex-basis: unset;
        flex-grow: unset;
        background-color: #f7f7f7;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}
/* subtop */
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 600px;
}
#subtop .fbox h1 {
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 600;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* ms1 */
#ms1 {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
#ms1 .vdo {
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
#ms1 .txt {
    position: relative;
    z-index: 10;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ms1 .txt .txtCon {
    width: 872px;
    position: relative;
}
#ms1 .txt .txtCon .ifinityItem {
    position: absolute;
    top: 15%;
    left: 55%;
    z-index: 10;
    
    -webkit-animation: arr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    -moz-animation: arr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    -ms-animation: arr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    -o-animation: arr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    animation: arr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
#ms1 .txt .top,
#ms1 .txt .bt {
    display: flex;
    align-items: center;
    position: relative;
}
#ms1 .txt .top {
    justify-content: flex-start;
    z-index: 5;
}
#ms1 .txt .bt {
    justify-content: flex-end;
    z-index: 15;
}
#ms1 .txt .post {
    position: absolute;
    padding: 14px 18px;
    box-shadow: 15px 25px 20px rgba(0, 0, 0, .15);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1em;
    z-index: 20;
    white-space: nowrap;
    font-family: "Oxanium";
    backdrop-filter: blur(5px);
}
#ms1 .txt .post.post1 {
    left: 100%;
    top: 10%;
    background-color: rgba(4, 150, 255, 0.8);
    color: #111;
    transform: rotate(10deg);
}
#ms1 .txt .post.post2 {
    left: 93%;
    bottom: 12%;
    background-color: rgba(4, 150, 255, 0.85);
    color: #111;
    transform: rotate(12deg);
}
#ms1 .txt .post.post3 {
    left: 10%;
    bottom: 43%;
    background-color: rgba(4, 150, 255, 0.85);
    color: #111;
    transform: rotate(-4deg);
}
#ms1 .txt .tcon .tt {
    position: relative;
}
#ms1 .txt .tcon .tt .lined {
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    width: 600px;
    height: 1px;
    background-color: #fff;
}
@media (min-width:1200px) {
    #ms1 .txt {
        min-height: 100svh;
    }
    #ms1 .txt .huge {
        font-size: 200px;
    }
}
@media (max-width:1200px) {
    #ms1 .txt .txtCon .op {
        opacity: .3;
    }
}
@media (max-width:1200px) and (min-width:768px) {
    #ms1 .txt .txtCon {
        width: 655px;
    }
    #ms1 .txt .huge {
        font-size: 150px;
    }
    #ms1 .txt .txtCon .ifinityItem {
        top: 5%;
        left: 55%;
        max-width: 40vw;
    }
}
@media (max-width:768px) and (min-width:500px) {
    #ms1 .txt {
        height: 700px;
    }
    #ms1 .txt .txtCon {
        width: 437px;
    }
    #ms1 .txt .huge {
        font-size: 100px;
    }
    #ms1 .txt .txtCon .ifinityItem {
        top: 10%;
        left: 65%;
        max-width: 30vw;
    }
    #ms1 .txt .post {
        padding: 8px 10px;
        font-size: 12px;
    }
    #ms1 .txt .post.post2 {
        bottom: 25%;
    }
    #ms1 .txt .post.post3 {
        bottom: 54%;
    }
}
@media (max-width:500px) {
    #ms1 .txt {
        height: 550px;
    }
    #ms1 .txt .txtCon {
        width: 263px;
        margin-right: 5%;
    }
    #ms1 .txt .huge {
        font-size: 60px;
    }
    #ms1 .txt .txtCon .ifinityItem {
        top: 7%;
        left: 60%;
        max-width: 30vw;
    }
    #ms1 .txt .post {
        padding: 4px 6px;
        font-size: 10px;
    }
    #ms1 .txt .post.post2 {
        bottom: 50%;
    }
    #ms1 .txt .post.post3 {
        bottom: 70%;
    }
}

/* rotateTxt */
#rotateTxtWrp {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 150px;
    position: relative;
    overflow: hidden;
}
#rotateTxt {
    display: flex;
    gap: 0 60px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#rotateTxt .item {
    display: flex;
    align-items: center;
}
#rotateTxt .item .icon {
    width: 110px;
    text-align: center;
}
#rotateTxt .item .tcon {
    width: calc(100% - 110px);
    padding-left: 15px;
}
#rotateTxt .item .tcon .dft {
    white-space: nowrap;
}
@media (max-width:768px) {
    #rotateTxtWrp {
        height: 100px;
    }
    #rotateTxt .item .icon {
        width: 50px;
    }
    #rotateTxt .item .tcon {
        width: calc(100% - 50px);
    }
}


/* ms2 */
#ms2 {
    position: relative;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ms2 .ms2_bg {
    transform: scale(.2);
    opacity: 0;
}
#ms2 .rotTxt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-bottom: 5%;
}
#ms2 .scene {
  margin: auto;
  transform: rotateY(145deg) rotate(-45deg) scale(2);
  transform-origin: center center;
  transform-style: preserve-3d;
}
#ms2 .scene .circle {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  animation: circle_rotate 20s linear infinite;
  transform-style: preserve-3d;
}
#ms2 .scene .circle span {
  position: absolute;
  color: #fff;
}

@keyframes circle_rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(1turn);
    }
}
@media (max-width:992px){
    #ms2 .ms2_bg {
        transform: scale(.8);
        opacity: 1;
    }
}
@media (max-width:768px){
    /* ms2 */
    #ms2 {
        height: auto;
    }
    #ms2 .scene {
        transform: rotateY(145deg) rotate(-45deg) scale(.8);
    }
    #ms2 .ms2_bg {
        transform: scale(.8);
        opacity: 1;
    }
}


/* topName */
.topName {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left; */
    display: inline-block;
}
.topName .dft {
    position: relative;
    padding-left: 15px;
}
.topName .dft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50px;
}

/* ms3 */
#ms3 {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}
#ms3 .inner {
    position: relative;
}
#ms3 .container {
    position: relative;
}
#ms3 .topName,
#ms3 .container {
    z-index: 5;
}
#ms3 .flWrp {
    gap: 10px;
}
#ms3 .flWrp img {
    -webkit-animation: ani_rotate 4s linear infinite;
    -moz-animation: ani_rotate 4s linear infinite;
    -ms-animation: ani_rotate 4s linear infinite;
    -o-animation: ani_rotate 4s linear infinite;
    animation: ani_rotate 4s linear infinite;
}
#ms3 .flWrp img {
    width: 45px;
}
#ms3 .com_float {
    position: absolute;
    z-index: 0;
}
#ms3 .com_float img {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, .2);
}
#ms3 .com_float_inner {
    display: block;
}
#ms3 .com_float.com_float1 {
    left: 10%;
    top: 25%;
    max-width: 30vw;
    opacity: .3;
}
#ms3 .com_float.com_float2 {
    right: 0;
    top: 0;
    max-width: 20vw;
    opacity: .2;
}
#ms3 .com_float.com_float3 {
    right: 10%;
    bottom: 20%;
    max-width: 20vw;
    opacity: .2;
}
#ms3 .com_float.com_float4 {
    left: 20%;
    bottom: 0%;
    max-width: 25vw;
    opacity: .2;
}
@keyframes ani_rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@media (min-width:992px){
    #ms3 .inner {
        min-height: 100svh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:768px){
    #ms3 .flWrp img {
        width: 20px;
    }
}

/* topRibbon */
.ribbon {
    height: 110px;
    position: relative;
    overflow: hidden;
    width: 110vw;
    left: -5vw;
}
.ribbon.ribbon1 {
    box-shadow: 30px 30px 50px rgba(0, 0, 0, .3);
    transform: rotate(-3deg);
    z-index: 5;
    background-color: #0498ff;
}
.ribbon.ribbon2 {
    box-shadow: 30px 30px 50px rgba(0, 0, 0, .3);
    transform: rotate(3deg);
    z-index: 2;
    background-color: #04c7ff;
}
.ribbon .con {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ribbon1 .con {
    transform: translateX(-50%);
}
.ribbon2 .con {
    transform: translateX(0%);
}
.ribbon .con .dft {
    white-space: nowrap;
    color: #050102;
}
@media (max-width:992px){
    .ribbon {
        height: 80px;
    }
}
@media (max-width:768px){
    .ribbon {
        height: 70px;
    }
}

/* ms4 */
#ms4 {
    position: relative;
}
#ms4 .navCon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
#ms4 .navCon a {
    display: block;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 150px;
    text-decoration: none;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#ms4 .navCon a:hover {
    background-color: rgba(4, 150, 255, 0.85);
    border: 2px solid rgba(4, 150, 255, 0.85);
}
@media (max-width:992px){
    #ms4 .navCon a {
        padding: 5px 20px;
    }
}
@media (max-width:768px){
    #ms4 .navCon a .dft {
        font-size: 15px;
    }
}


/* pList */
.pList li {
    position: relative;
    padding-left: 15px;
}
.pList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
@media (max-width:768px){
    .pList li:after {
        top: 7px;
    }
}

/* arrSmBtn */
.arrSmBtn a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 30px;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.arrSmBtn a:hover {
    background-color: #fff;
    color: #111 !important;
}
@media (max-width:500px){
    .arrSmBtn a {
        font-size: 12px;
        padding: 5px 20px;
    }
}
/* cateWrpContent */
.cateWrpContent .cateItem {
    perspective: 1000px;
    display: block;
    text-decoration: none;
}
.cateWrpContent .cateItem .imgcon {
    position: relative;
}
.cateWrpContent .cateItem .tTit {
    position: relative;
}
.cateWrpContent .cateItem .tTit .num {
    background-color: rgba(4, 150, 255, 0.85);
    border: 2px solid rgba(4, 150, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 100px;
    padding: 5px 20px;
}
.cateWrpContent .cateItem .cateItem-inner {
    display: flex;
    align-items: center;
    height: 800px;
    border-radius: var(--border-radius-25);
    justify-content: space-between;
    transform-origin: top;
    overflow: hidden;
}
.cateWrpContent .cateItem.cateItem1 .cateItem-inner {
    background-color: #09141c;
}
.cateWrpContent .cateItem.cateItem2 .cateItem-inner {
    background-color: #060e1b;
}
.cateWrpContent .cateItem.cateItem3 .cateItem-inner {
    background-color: #09141c;
}
.cateWrpContent .cateItem.cateItem4 .cateItem-inner {
    background-color: #060e1b;
}
.cateWrpContent .cateItem.cateItem5 .cateItem-inner {
    background-color: #09141c;
}
.cateWrpContent .cateItem.cateItem6 .cateItem-inner {
    background-color: #060e1b;
}
.cateWrpContent .cateItem .tcon {
    padding: 0 30px 0 130px;
}
@media (max-width:1200px){
    .cateWrpContent .cateItem .cateItem-inner {
        flex-direction: column;
        height: auto;
        padding: 50px 20px;
    }
    .cateWrpContent .cateItem .cateItem-inner > div {
        width: 100%;
    }
    .cateWrpContent .cateItem .tcon {
        margin-bottom: 30px;
        padding: 40px;
    }
    .cateWrpContent .cateItem .imgcon {
        text-align: center;
    }
    .cateWrpContent .cateItem .imgcon img {
        border-radius: 20px;
    }
}
@media (max-width:500px){
    .cateWrpContent .cateItem .cateItem-inner {
        overflow: visible;
        padding: 30px 20px;
    }
    .cateWrpContent .cateItem + .cateItem {
        margin-top: 15px;
    }
    .cateWrpContent .cateItem .tcon {
        margin-bottom: 20px;
        padding: 20px;
    }
    .cateWrpContent .cateItem .tTit .num {
        font-size: 15px;
        padding: 3px 10px;
    }
    .cateWrpContent .cateItem .tTit br {
        display: none;
    }
}

/* ms5 */
#ms5 {
    position: relative;
}
#ms5 .sym_img_wrp {
    position: relative;
}
#ms5 .sym_img_wrp .sym_img2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:992px){
    #ms5 .sym_img_wrp .sym_img {
        scale: .3;
        opacity: 0;
    }
    #ms5 .sym_img_wrp .sym_img2 img {
        opacity: 0;
        transform: translateY(50%);
    }
}
@media (max-width:992px){
    #ms5 .sym_img_wrp .sym_img {
        scale: .7;
        opacity: 0.5;
        filter: blur(15px);
    }
    #ms5 .sym_img_wrp .sym_img2 img {
        max-width: 50vw;
    }
}
/* ms6 */
#ms6 {
    position: relative;
}
#ms6 ul.nav-pills {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    border-color: transparent;
    border-right: 0px solid #ddd;
}
#ms6 ul.nav-pills::before,
#ms6 ul.nav-pills::after {
    display: none;
}
#ms6 ul.nav-pills li {
    flex-basis: 16.66666%;
    flex-grow: 1;
    text-align: center;
    margin: 0px !important;
}
#ms6 ul.nav-pills > li > a {
    font-size: 18px;
    margin: 0;
    border: 1px solid #ddd !important;
    background-color: #fff;
    border-radius: 0%;
    padding: 15px 3px;
    color: #999 !important;
    font-weight: 600;
    margin-right: -1px;
    margin-top: -1px;
    text-transform: uppercase;
}
#ms6 ul.nav-pills > li.active a {
    color: #333 !important;
    border: 1px solid #333 !important;
    position: relative;
    background-color: #fff !important;
    z-index: 5;
}

@media (max-width:768px) {
    #ms6 ul.nav-pills > li {
        display: block;
    }
    #ms6 ul.nav-pills > li a {
        font-size: 13px;
        padding: 10px;
    }
    #ms6 ul.nav-pills > li {
        flex-basis: 20%;
    }
}
@media (max-width:600px) {
    #ms6 ul.nav-pills > li a {
        font-size: 12px;
        padding: 10px 5px;
    }
    #ms6 ul.nav-pills > li {
        flex-basis: 25%;
    }
}
/* hisCircle */
.hisCirclesWrp {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.hisCircles {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    gap: 10px;
    width: 3270px;
}
.hisCircles .hisCircle {
    height: 400px;
    width: 400px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hisCircles .hisCircle.hisCircle4,
.hisCircles .hisCircle.hisCircle8 {
    border: 0px;
}
.hisCircles .hisCircle.hisCircle4 {
    background: url(../img/hisCircle4.png) center center no-repeat;
    background-size: cover;
    -webkit-animation: ani_rotate 4s linear infinite;
    -moz-animation: ani_rotate 4s linear infinite;
    -ms-animation: ani_rotate 4s linear infinite;
    -o-animation: ani_rotate 4s linear infinite;
    animation: ani_rotate 4s linear infinite;
}
.hisCircles .hisCircle.hisCircle8 {
    background: url(../img/hisCircle8.png) center center no-repeat;
    background-size: cover;
    -webkit-animation: ani_rotate 4s linear infinite;
    -moz-animation: ani_rotate 4s linear infinite;
    -ms-animation: ani_rotate 4s linear infinite;
    -o-animation: ani_rotate 4s linear infinite;
    animation: ani_rotate 4s linear infinite;
}
.hisCircles .hisCircle:not(.hisCircle4, .hisCircle8):after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.05);
}
.hisCircles .hisCircle .inner {
    position: relative;
    z-index: 3;
}
@media (min-width:1200px){
    .hisCircles {
        transform: translateX(30%);
    }
}
@media (max-width:1200px){
    .hisCircles {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
    .hisCircles .hisCircle {
        height: 40vw;
        width: 40vw;
    }
}
@media (max-width:768px){
    .hisCircles .hisCircle .inner {
        transform: scale(.7);
    }
    .hisCircles .hisCircle .inner .his_label {
        width: auto;
        height: auto;
        color: rgba(0, 0, 0, 0.4);
    }
}

/* pfITems */
.pfITems .row {
    margin: 0 -1px;
}
.pfITems .row > div {
    padding: 1px;
}
.pfITems a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    position: relative;
}
.pfITems a .img {
    position: relative;
}
.pfITems a .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    mix-blend-mode: darken;
}
.pfITems a .img img {
    transition: all 1.3s;
    -o-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
}
.pfITems a .txt .sbj {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width:992px){
    .pfITems a .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(10, 10, 10, 0.7);
        opacity: 0;
        text-align: center;
        backdrop-filter: blur(3px);
        
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .pfITems a:hover .txt {
        opacity: 1;
    }
    .pfITems a:hover img {
        transform: scale(1.1);
    }
    .pfITems a .txt .sbj {
        color: #fff;
    }
}
@media (max-width:992px){
    .pfITems .row {
        margin: 0 -5px;
    }
    .pfITems .row > div {
        padding: 0 5px;
    }
    .pfITems a .img {
        border-radius: var(--border-radius-20);
        overflow: hidden;
    }
    .pfITems a .txt {
        min-height: 25vw;
        padding: 10px 0;
    }
}

/* ms7 */
#ms7 {
    position: relative;
}
#ms7 #particles-js { 
    position:absolute; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; 
    z-index: 1;
    opacity: .3;
    filter: brightness(0);
}
#ms7 .container {
    position: relative;
    z-index: 5; 
}
@media (max-width:768px){
    #ms7 .huge {
        font-size: 30px;
    }
}
@media (max-width:500px){
    #ms7 .huge {
        font-size: 25px;
    }
    #ms7 .fbox > .txt {
        margin-bottom: 30px;
    }
    #ms7 .fbox > div {
        width: 100%;
        text-align: center;
    }
}
/* loopingword */
.cloneable {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.looping-words {
    height: 3.3em;
    padding-left: .1em;
    padding-right: .1em;
    font-size: 3vw;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase;
}
.looping-words__list {
    text-align: center;
    white-space: nowrap;
    flex-flow: column;
    align-items: center;
    padding: 0;
    font-weight: 700;
    list-style: none;
    display: flex;
    position: relative;
}
.looping-words__list.is--primary {
    color: var(--main-color);
}
.looping-words__list.is--gray {
    color: #999;
}
.looping-words__list .looping-words__p {
    color: #222;
}
.looping-words__fade {
    background-image: linear-gradient(180deg, #fff 5%, transparent 40%, transparent 60%, #fff 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.looping-words__fade.is--radial {
    background-image: radial-gradient(circle closest-side at 50% 50%, transparent 64%, #999 93%);
    width: 140%;
    display: block;
    left: -20%;
}
.looping-words__selector {
    pointer-events: none;
    width: 100%;
    height: 1.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.looping-words__edge {
    border-top: .035em solid var(--main-color);
    border-left: .035em solid var(--main-color);
    width: .125em;
    height: .125em;
    position: absolute;
    top: 0;
    left: 0;
}
.looping-words__edge.is--2 {
    left: auto;
    right: 0;
    transform: rotate(90deg);
}
.looping-words__edge.is--3 {
    inset: auto 0 0 auto;
    transform: rotate(180deg);
}
.looping-words__edge.is--4 {
    top: auto;
    bottom: 0;
    transform: rotate(270deg);
}
.looping-words__containers {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.looping-words__p {
    margin: 0;
}

@media (max-width:1200px) and (min-width:768px) {
    .looping-words {
        font-size: 5vw;
    }
}
@media  (max-width:768px) {
    .looping-words {
        font-size: 8vw;
    }
}


/* subTabs */
#subTabs {
    padding: 30px 0;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTabs .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
}
@media (min-width:992px) {
    #subTabs .tabWrps #lnbMn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.05);
        padding: 8px;
        border-radius: 100px;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn li {
        display: block;
        flex-grow: 1;
        flex-basis: 50%;
        color: rgba(10,10,10,.5);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 12px 10px;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: rgba(255, 255, 255, 1);
        background-color: var(--main-color);
        border-radius: 100px;
    }
}
@media (max-width:992px) {
    #subTabs .tabWrps #lnbMn {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn.act {
        display: block;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color);
        background-color: #f2faff;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

/* subTitleDot */
.subTitleDot {
    padding-left: 35px;
    position: relative;
}
.subTitleDot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 7px solid var(--main-color);
    transform: translateY(-60%);
}
@media (max-width:768px) {
    .subTitleDot {
        padding-left: 25px;
    }
    .subTitleDot .dot {
        width: 17px;
        height: 17px;
        border-width: 4px;
    }
}

/* tabs */
.tabs {
    
}
.tabs .nav-tabs {
	display: flex;
	align-items: center;
    border-color: transparent;
    border-right: 0px solid #ddd;
}
.tabs .nav-tabs::before,
.tabs .nav-tabs::after {
    display: none;
}
.tabs .nav-tabs li {
    flex-basis: 25%;
    flex-grow: 1;
    text-align: center;
}
.tabs .nav-tabs.col2 li {
    flex-basis: 50%;
}
.tabs .nav-tabs.col3 li {
    flex-basis: 33.33333%;
}
.tabs .nav-tabs li a {
    font-size: 18px;
    margin: 0;
    border: 1px solid #ddd !important;
    background-color: #fff;
    border-radius: 0%;
    padding: 15px 10px;
    color: #999 !important;
    font-weight: 600;
    margin-right: -1px;
    text-transform: uppercase;
}
/* .tabs .nav-tabs li:not(:last-child) a {
    border-right: 0px !important;
} */
.tabs .nav-tabs li.active {
    position: relative;
    z-index: 2;
}
.tabs .nav-tabs li.active a {
    color: #333 !important;
    border: 1px solid #333 !important;
    /* border-bottom-color: transparent !important; */
}
.tabs .tab-content {
	border: 0;
	padding: 0;
	box-shadow: 0 0 0;
}
.tabs .tab-content .subTitle {
    text-transform: uppercase;
}
@media (max-width:768px) {
    .tabs .nav-tabs {
        flex-wrap: nowrap !important;
    }
    .tabs .nav-tabs li {
        display: block;
    }
    .tabs .nav-tabs li a {
        font-size: 13px;
        padding: 10px;
    }
    .tabs .nav-tabs li {
        flex-basis: 50%;
    }
}
@media (max-width:500px) {
    .tabs .nav-tabs {
        gap: 5px;
        justify-content: center;
    }
    .tabs .nav-tabs li {
        flex-basis: auto;
    }
    .tabs .nav-tabs li a {
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 4px;
    }
}

/* adsBox */
.adsBox {
    display: flex;
    align-items: center;
}
.adsBox > div {
    width: 50%;
}
.adsBox > .rt {
    padding-left: 30px;
}
.adsBox .contentImg {
    border-radius: var(--border-radius-20);
    border: 1px solid #ddd;
    overflow: hidden;
}
.adsBox .contentItem {
    border-radius: var(--border-radius-20);
    border: 1px solid #ddd;
    padding: 30px;
    aspect-ratio: 800/550;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.adsBox .adsBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.adsBox .adsBtns .adsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
    border: 1px solid #ddd;
    height: 70px;
    border-radius: 100px;
    cursor: pointer;
    color: #666;
    line-height: 1.2em;
    padding: 0 15px;
    text-align: center;
}
.adsBox .adsBtns .adsBtn.act {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
@media (max-width:992px) {
    .adsBox {
        flex-wrap: wrap;
    }
    .adsBox > div {
        width: 100%;
    }
    .adsBox > .rt {
        padding-left: 0;
        padding-bottom: 20px;
        order: 1;
    }
    .adsBox > .lft {
        order: 2;
    }
    .adsBox .adsBtns {
        gap: 7px;
    }
    .adsBox .adsBtns .adsBtn {
        width: calc(50% - 7px);
        height: auto;
        min-height: 50px;
    }
    .adsBox .adsBtns .adsBtn br {
        display: none;
    }
}