*{
    margin: 0px;
    padding: px;
}
/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
.page-navbar{
    background-color: #0077FF;
}


.page-navbar img{
    width: 100%;
    height: 18.48rem;
}

.body-center{
    width: 100%;
    background-color: #0077FF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.img-centerone{
    
    height: 55.32rem;
    width: 14.04rem;

}
.center-text{
    position: relative;

}

.center-descripton{
    position: absolute;
    width: 14.04rem;
    top:-0.1rem;
   
}
.center-title{
   margin-left:3.84rem;
    width: 6.4rem;
    height:.64rem;
    font-size:.64rem;
    font-family:Source Han Sans CN;
    font-weight:500;
    line-height:1.16rem;
    color:rgba(255,255,255,1);
    opacity:1;
}

.Description{
    width: 100%;
 
    display: flex;
    justify-content: space-between;
    margin-bottom: .48rem;

}
.Description{
    margin-top: 1.17rem;
}
.Description img{
    width: 7.16rem;
    height: 6.2rem;
}
.Descript-left img{
    margin-left: .72rem;
}
.Descript-right{
    width: 6.2rem;
}
/* style one */
.Descript-right div:nth-child(1){
    font-size:.72rem;
    font-family:Source Han Sans CN;
    font-weight:500;
    line-height:.72rem;
    color:rgba(0,244,255,1);
    opacity:1;
    margin-bottom: .96rem;
}
.Descript-right div:nth-child(2){
    margin-left: .52rem;
    width: 4.96rem;
    font-size: .56rem;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height: .72rem;
    color:rgba(255,255,255,1);
    opacity:1;
}


/* style two */
.Descript-lefts div:nth-child(1){
    font-size:.72rem;
    margin-left: .32rem;
    font-family:Source Han Sans CN;
    font-weight:500;
    line-height:.72rem;
    color:rgba(0,244,255,1);
    opacity:1;
    margin-bottom: .96rem;
}

.Descript-lefts div:nth-child(2){
    margin-left: .72rem;
    width: 4.96rem;
    font-size: .56rem;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height: .72rem;
    color:rgba(255,255,255,1);
    opacity:1;
}

.Descript-rights img{
    margin-right: .84rem;
}
.buttom-btoow{
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.page-btton{
    width: 100%;
    height: 2.84rem;
    display: flex;
    justify-content: center;
    background-color: #FFF;
   
    
   
}

.bttons{
    margin-top: .48rem;
    background-color: #0077FF;
    width: 14.04rem;
    height: 1.88rem;
    font-size: .72rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height: 1.88rem;
    text-align: center;
    color:rgba(255,255,255,1);
    letter-spacing: .32rem;
    opacity:1;
    border-radius: 8px;
}