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

}
html{
    font-size: 100px;
}
html,body{
    width: 100%;
    height:100%;
    /*min-width: 1080px;*/
    /*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%;
    position: relative;
}
.head{
    cursor:pointer
}
