html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #161F34;
}
.app-container {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
#app {
    position: relative;
}
.wrapBox{
    width: 100%;
    height: 100%;
    background: #fff;
}
.middleBox{
    width: 12.80rem;
    margin: 0 auto;
    text-align: center;
}
.navWrap{
    background: #161F34;
    height: 0.8rem;
    color: #fff;
    position: fixed;
    z-index: 10;
}
.nav{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
}
.logo img{
    width: 0.48rem;

}
.listBox ul{
    display: flex;
    align-items: center;
}
.listBox li{
    color:#fff;
    margin: 0 0.3rem;
    padding: 0.1rem;
    position: relative;
}
.listBox li:after{
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.03rem;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listBox li:hover,
.listBox li:focus {
    color: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.listBox li:hover:after,
.listBox li:focus:after{
    width: 100%;
    background: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listBox li.active{
    color: #E6339B;
    position: relative;
}
.listBox li.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.03rem;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.langChange{
    /*visibility: hidden;*/
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.langChange img{
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: middle;
    margin-left: 0.12rem;
}
.listWrap{
    background: #161F34;
    /* margin-top: 0.8rem; */

    padding: 0.4rem 0.7rem 0.35rem 0.7rem;
    color: #fff;
}
.blockBox ul{
    display: none;
    align-items: center;
    justify-content: center;
}
.blockBox ul li{
    width: 2.6rem;
    height: 1.2rem;
    margin: 0 0.22rem;
    background:rgba(36,49,78,1);
    border-radius:0.06rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding :0 0.18rem;
}
.blockBox ul li .listTop{
    font-size: 0.16rem;
}
.blockBox ul li .listMid{
    font-size: 0.24rem;
}
.blockBox ul li .listBot{
    font-size: 0.12rem;
    display: flex;
    justify-content: space-between;
}
.blockBox ul li .listColor{
    color: #E6339B;
}
.numsWrap{
    width: 100%;
    /*min-width: 12.8rem;*/
    /*background: #172139;*/
    background: url("../image/bach.png") no-repeat center;
    background-size: cover;
    margin-top: 0.3rem;
}
.numBox{
    width: 90%;
    margin:  0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#canvasBox {
    width: 7.9rem;
    height: 6.6rem;
    display: none;
}
.canvasBoxContainer{
    width: 8rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: -0.6rem;
    top: -8.19rem;
    margin: 0 auto;
}
.canvasBoxContainer2{
     width: 8rem;

     height: 8rem;
 }
.numLeft{
    width: 3.14rem;
    height: 3.39rem;
    position: relative;
    left: 0.35rem;
}
.numLeft .numLeftChild{
    /*width: 100%;*/
    /*height: 100%;*/
    padding: 0.3rem;
    border-top-right-radius: 0.4rem;
    background:rgba(36,49,78,1);
}
.numLeft .linbox{
    position: absolute;
    left: 3.6rem;
    bottom: 0.82rem;
}
.numLeft .linbox img{
    width: 2.12rem;
    height: 1.55rem;
}
.numLeft p{
    font-size: 0.16rem;
    color: #2BEAFF;
}
.numLeft li{
    margin: 0.1rem 0;
    color: #fff;
}
.numRight{
    width: 5.5rem;
    height: 5rem;
    padding: 0.3rem 0;
    overflow-y: hidden;
    position: relative;
}
.numRightBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    margin: 0.2rem 0;
}
.numRight .boxLeft{
    width: 2.9rem;
}
.numRight .boxLeft p{
    line-height: 0.3rem;
    font-size: 0.2rem;
}
.numRight .boxRight{
    width: 2.28rem;
    /* height: 0.9rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #24314E;
    font-size: 0.2rem;
    padding-left: 0.15rem;
    line-height: .36rem;
    padding: 0.05rem;
}
.numRight .boxRight .boxRightlast{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.numRight .boxLeft p:first-child{
    color: #2BEAFF;
    font-size: 0.22rem;
}
.numRight .numRightBoxParent{
    height: auto;
    overflow: hidden;
}
.numRight::-webkit-scrollbar{
    width:0;
}
::-webkit-scrollbar{
    width: 7px;
}
::-webkit-scrollbar-track{
      background-color: #fff;
}
::-webkit-scrollbar-thumb{
    background-color: #145677;
    border-radius: 0.05rem;
}
.listBox li a{
    color:#fff;
}
.listBox li a.active {
    color: #E6339B!important;
    position: relative;
}

.viewall{
    display: block;
    width:1.26rem;
    height:0.42rem;
    line-height: 0.42rem;
    text-align: center;
    font-size:0.16rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border:0.01rem solid rgba(227,227,227,1);
    border-radius:0.03rem;
    position: absolute;
    right: 1.05rem;
    top: 1.8rem;
}
.changeLang {
    position: absolute;
    background: #fff;
    top: 0.6rem;
    font-size: 0.16rem;
    color: #172139;
    right: 0.2rem;
    border-radius: 0.1rem;
    width: 1.4rem;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.changeLang .active {
    color: #E6339B;
}
