*{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-size: 0;

}
html{
    font-size: 100px;
    width: 100%;
    height:100%;
}
body{
    width: 100%;
    height:100%;
    /*overflow: auto;*/
}
#index{
    height: calc(100% - 0.24rem);
    /*height: 100%;*/
    width: calc(100% - 0.24rem);
    padding: 0.12rem;
    background-image: url("../img/bg2.jpg");
    background-size: 100% 100%;
    /*min-height: 945px;*/

}
/*body::-webkit-scrollbar {*/
/*    width: 5px;*/
/*}*/
/*body::-webkit-scrollbar-track {*/
/*    background-color:rgba(7,166,255,0.38);*/
/*    -webkit-border-radius: 2em;*/
/*    -moz-border-radius: 2em;*/
/*    border-radius:2em;*/
/*}*/
/*body::-webkit-scrollbar-thumb {*/
/*    background-color:rgb(7, 166, 255);*/
/*    -webkit-border-radius: 2em;*/
/*    -moz-border-radius: 2em;*/
/*    border-radius:2em;*/
/*}*/
/* #index{
    cursor:pointer
} */
