*{
    padding: 0;
    margin: 0;
}
/*
pc app.css微调版（用于三号模板）
*/
body,html{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#content{
    background-color: rgba(64, 158, 255, 0);
    position: relative;
    padding: 0;
}
#content>div{
    position: relative;
    height: auto;
    z-index: 8888;
    width: 100%;
    min-height: 450px;
}
#main-part{
    width: 100%;
    height: auto;
}

.title{
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.children{
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: var(--Color);
    color: var(--bgColor);
    border-radius: 15px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
}
.children>a>div{
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
}
.title:hover{
    background-color: var(--bgColor);
    color: var(--Color);
    opacity: .5;
}
.children-active{
    font-weight: bold;
    background-color: var(--bgColor);
    color: var(--Color);
}
html,body{
    width: 100%;
    height: 100%;
}
#content-body{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    --bannerHeight: 1920px;
}
#content-body::-webkit-scrollbar{
    position: fixed;
    top: 0;
    right: 0;
    width: 5px;
    background-color: #00000000;
}
#content-body::-webkit-scrollbar-button{
    display: none;
}
#content-body::-webkit-scrollbar-thumb{
    background-color: #727272;
    border-radius: 3px;
}
#content-body::-webkit-scrollbar-track{
    background-color: #00000000;
}
#toast{
    position: fixed;
    min-height: 200px;
    left: 50%;
    transform: translateX(-100%);
    top: 1em;
    z-index: 999999999;
}
#toast .toast{
    min-width: 270px;
}
#nax-biggest-box>div{
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    background-color: var(--bgColor);
    color: var(--Color);
}
.index-info>div{
    margin-bottom: 30px;
}
.surfacePlot{
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.surfacePlot>img{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: all 0.5s;
}
.surfacePlot:hover>img{
    transform: translate3d(-50%,-50%,0) scale(1.2);
}
.surfacePlot>div{
    width: 100%;
    position: absolute;
    padding: 1em;
    height: 150px;
    bottom: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.38);
    text-align: center;
    transition: all 0.5s;
}
.surfacePlot:hover>div{
    height: 100%;
}
.websiteList{
    text-align: center;
    padding: 2em;
}
.websiteList>h2{
    font-weight: bold;
    border-radius: 15px;
    padding: 10px;
    color: var(--bgColor);
    background-color: rgba(255, 255, 255, 0.47);
}
.surfacePlot>div>h3{
    font-weight: bold;
}
.surfacePlot>div>h3,.surfacePlot>div>h4{
    color:var(--bgColor);
}
.surfacePlot>div>.button{
    border: 0;
    text-align: center;
    height: 0;
    color: var(--bgColor);
    width: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box;
}
.surfacePlot:hover>div>.button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s;
    border: 1px solid var(--bgColor);
}
.surfacePlot>div>.button:hover{
    cursor: pointer;
    background-color: var(--bgColor);
    color: var(--Color);
}
.surfacePlot>div>a>.button{
    border: 0;
    text-align: center;
    height: 0;
    color: var(--bgColor);
    width: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box;
}
.surfacePlot:hover>div>a>.button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s;
    border: 1px solid var(--bgColor);
}
.surfacePlot>div>a>.button:hover{
    cursor: pointer;
    background-color: var(--bgColor);
    color: var(--Color);
}
#link-list>div{
    text-align: right;
    line-height: 1.2em;
    padding: 0.7em 0;
}
#link-list-right>div{
    line-height: 1.2em;
    padding: 0.7em 0;
}
.footer>.container>.row>.col-4>div:nth-child(1){
    padding: 0;
}
*{
    scroll-behavior: smooth;
}
.auxiliaryInformation{
    position: absolute;
    top: calc(50% - 150px);
    left: 50%;
    height: 300px;
    border-radius: 0 15px 15px 0;
    padding-left: 0;
    margin-left: -15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0,0,0,0);
    transition: all 0.5s;
    box-sizing: border-box;
}
.index-info>.row:hover>.auxiliaryInformation{
    border: 1px solid rgba(0,0,0,0);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
#customBannerButton,#customBannerButton *{
    margin: 0;
}
#customBannerButton{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    min-height: calc(var(--bannerHeight) * 0.2);
}
#customBannerButton>div>button>span>svg>path{
    fill: var(--Color);
    transition: all 0.3s;
    opacity: .8;
}
#customBannerButton>div>button>span:hover>svg>path{
    opacity: 1;
    fill: var(--bgColor);
}
#carouselExampleIndicators>.carousel-indicators{
    z-index: 8889;
}
#carouselExampleIndicators>.carousel-indicators>.active{
    background-color: var(--bgColor);
}
#index-main-body{
    min-height: 100px;
    margin: 15px auto;
}
.test{
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: 46%;
    height: 15%;
    z-index: 9000;
}
.test2{
    position: absolute;
    top: 68%;
    left: 51%;
    transform: translateX(-50%);
    width: 54%;
    height: 15%;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1em;
    z-index: 9000;
    border-radius: 0 0 50% 50%;
}
#time-info{
    position: absolute;
    top: 38%;
    left: 51%;
    transform: translateX(-50%);
    width: 54%;
    height: 29%;
    z-index: 9000;
}
#time-info>div{
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    letter-spacing:0;
}
#time-info-content{
    font-family: "Microsoft YaHei";
    font-size: 23px;
    font-weight: bold;
    color: var(--bgColor);
}
#time-info>div .chinesePrompt{
    font-size: calc(1rem - 1px);
    font-family: "Microsoft YaHei UI Light";
    color: #212529;
}
#time-info-content>span:not(.chinesePrompt){
    display: inline-block;
    width: 31px;
    height: 27px;
    overflow: hidden;
}
#latticeArray>div:nth-child(odd){
    padding: 14px 7px 14px 14px;
}
#latticeArray>div:nth-child(even){
    padding: 14px 14px 14px 7px;
}
#latticeArray>div>.item-body{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.01);
    transition: all 0.5s;
}
.item-body:nth-child(1){
    border-radius: 5px 0 0 5px;
}
#latticeArray>div>.item-body>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: all 0.5s;
}
#latticeArray:hover>.latticeOne>.item-body>img{
    transform: translate3d(-50%,-50%,0) scale(1.1);
}
.item-title{
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    z-index: 555;
    backdrop-filter: blur(5px);
    color: var(--bgColor);
    font-weight: bold;
    font-size: 25px;
    transition: all 0.5s;
}
.footer>.container>.row div{
    padding: 0;
}
.latticeTow>.item-body>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
#exampleModal{
    background-color: rgba(255, 255, 255, 0.45);
}
#exampleModal .tab-content{
    min-height: 292px;
}
.side-by-side .row>div>img{
    height: 38px;width: 100%;
}
.side-by-side .row{
    margin: 0;
}
.side-by-side .row>.col-5:not(.form-control){
    padding: 0;
}
.side-by-side .row>.col-7{
    padding-right: 0;
}
.side-by-side .row>.col-7>.btn-light{
    width: 100%;
    border: 1px solid #a3a3a3;
}
#exampleModal .modal-header{
    border: 0;
}
.banner{
    margin-top: 82px;
    position: relative;
}
/*单独设置样式*/
#nax-biggest-box{
    background-color: var(--bgColor);
    padding: 1em 0;
    position: fixed;
    top: 0;
}


.footer{
    background-color: var(--bgColor);
    color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
#functional-zone{
    width: 85px;
    height: auto;
    background-color: #FFFFFF;
    color: var(--bgColor);
    position: fixed;
    top: 70%;
    right: 1rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    opacity: .5;
    z-index: 9999;
    transition: all .3s;
}
#functional-zone:hover{
    opacity: 1;
}
#functional-zone>div>div{
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#functional-zone>div>div>.col-12:nth-child(1){
    height: 60px;
    position: relative;
}
#functional-zone>div>div>.col-12{
    padding: 0;
    text-align: center;
}
#functional-zone>div>div>.col-12:nth-child(1)>img{
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
#exampleModal-login .button-box{
    margin: 0;
    padding: 0;
    width: 100%;
}
#exampleModal-login .button-box>div:nth-child(2){
    text-align: right;
}
.top-img{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.top-img>div{
    padding-left: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 88;
    color: var(--Color);
    font-weight: bolder;
}
.Placeholder-frame{
    background-color: rgba(0, 0, 0, 0.04);
    padding: 1rem 0;
    text-align: center;
    transition: 0.3s all;
    cursor: pointer;
}
.Placeholder-frame>h6{
    color: rgba(51,51,51);
    font-size: 14px;
    transition: 0.3s all;
    /*opacity: .8;*/
}
.Placeholder-frame>span{
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 16.8px;
    transition: 0.3s all;
}
.content-body{
    margin: 0 0;
    padding: 15px 0;
}
.content-body>.col-2{
    padding-left: 0;
}
#nav-box{
    height: auto;
    /*box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);*/
    /*border-radius:0 15px 15px 0;*/
    position: relative;
    overflow: hidden;
    padding-left: 13px;
}
#nav-box>.nav{
    background-color: rgba(0,0,0,0.02);
    border-radius: 10px;
    padding: 15px 0;
}
html,body{
    background-color: rgba(0,0,0,0.01);
}
#content-body .content-body{
    margin-top: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
}
#nav-box>nav .active{
    background-color: rgba(255, 255, 255, 0);
    border-left: 2px solid var(--bgColor);
    color: var(--bgColor);
}
#nav-box>nav>li a{
    color: #000000;
    text-indent: 15px;
}
#Background-occupation{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    opacity: .05;
    z-index: -1;
    border-radius:0 15px 15px 0;
}
.content-show:nth-child(even){
    width: calc(100% - 5px);
    border-radius: 15px;
}
.content-show{
    padding-bottom: 15px;
}
#nav-box>nav>li .nav-link{
    height: 50px;
    line-height: 50px;
    padding-right: 0;
}
.nav-link{
    padding: 0;
}
#nav-box>nav>li .nav-link:hover{
    background-color: var(--bgColor);
    color: #FFFFFF;
}
#minapp-link,#phone-link{
    height: 266px;
}
#phone-link canvas{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#exampleModal-qr .col-12{
    text-align: center;
}
#minapp-link>img{
    position: absolute;
    width: 256px;
    height: 256px;
    left: 50%;
    transform: translateX(-50%);
}
#exampleModal-qr .modal-body>.row{
    margin-bottom: 15px;
}
.nav-item{
    border-radius: 0;
}
.nav-item>.nav-link{
    border-radius: 0;
}
.nav-item>a{
    /*text-indent: 15px;*/
    border-left: 2px solid rgba(255, 255, 255, 0);
    font-weight: bold;
    text-wrap: nowrap;
    overflow-y: hidden;
}
.daterangepicker{
    z-index: 9980!important;
}
.select2-dropdown{
    z-index: 9000 !important;
    /*以上两个为插件自带层级低于页面设定基础层级，故重新给定层级*/
}
.view-more{
    background-color: var(--bgColor);
    border: 1px solid var(--bgColor);
    color: #FFFFFF;
}
.view-more:hover{
    background-color: var(--bgColor);
}
.view-more:active{
    background-color: var(--bgColor);
}
#nav-box{
    position: relative;
}
#top-column{
    /*顶部图片下面的三个板块单独调色*/
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
#top-column>.col{
    padding: 0 0.2rem;
}
#top-column>.col:last-child{
    padding-right: 0;
}
#top-column>.col:first-child{
    padding-left: 0;
}
#top-column>.col .Placeholder-frame:hover{
    background-color: var(--bgColor);
}
#top-column>.col .Placeholder-frame:hover>*{
    color: #FFFFFF !important;
}
#top-column>.col .Placeholder-frame>span{
    font-family: 宋体;
}
#top-column>.col .Placeholder-frame>h6{
    margin-bottom: 10px;
}
#functional-zone2{
    position: fixed;
    top: 100px;
    right: 7.5vw;
    width: 180px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    z-index: 10000;
}
#functional-zone2>.qr{
    width: 180px;
    height: 180px;
    padding: 1.5rem;
    box-sizing: border-box;
}
#functional-zone2>.qr>img{
    width: 100%;
    height: 100%;
}
#functional-zone2>.button-list{
    padding: 0 1rem 1rem;
    box-sizing: border-box;
}
#functional-zone2>.button-list>a{
    text-decoration: none;
}
#functional-zone2>.button-list>a:hover{
    text-decoration: none;
}
#functional-zone2>.button-list>a>div{
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: bold;
}
#functional-zone2>.button-list>a>div{
    color: #FFFFFF;
    background-color: var(--backColor);
}
#functional-zone2>.button-list>a:nth-child(1)>div{
    margin: 0;
}
.required:after{
    content: '*';
    color: red;
    margin: 0 0.5rem;
}
.error-text{
    color: red;
    position: relative;
    opacity: 0;
}
.error-text>span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
}
#inform{
    width: 85%;
    height: 1.8rem;
    border-radius: 8px;
    /*text-indent: 1.5rem ;*/
    background-color: rgba(0, 0, 0, 0.06);
    line-height: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
#inform>.iconfont{
    position: absolute;
    top: 50%;
    left: 0.4rem;
    transform: translateY(-50%);
    font-size: 19px;
}
#inform>span:not(.iconfont){
    margin-left: 2.8rem;
    font-size: 20px !important;
    letter-spacing: 3px;
}
#inform>span>p{
    font-size: 20px !important;
}
.letter-title{
    font-size: 0.9rem;
    font-weight: bold;
    color: #5f5f5f !important;
}
.letter-item>h6{
    background-color: rgba(128, 128, 128, 0.04);
    border: 1px solid rgba(255, 255, 255, 0);
    font-weight: bold;
    transition: all 0.2s;
    cursor: pointer;
}
.letter-item>h6:hover{
    background-color: var(--bgColor);
    border: 1px solid var(--bgColor);
    color: #FFFFFF;
}
#info-box{
    padding-right: 0;
}
/*#top-column>.col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .Placeholder-frame>*{*/
/*    opacity: 0;*/
/*}*/
#info-box>.col-12:nth-child(5) .letter-item:last-child{
    display: none;
}