/**
 * @author Lenovo dzd
 * @date 2021/1/20 16:10
 */

*{ margin: 0;padding: 0; }
a { text-decoration: none;color: #fff;outline: none }
.container{
    width: 100%;
    height: 100%;
    background: url('/star/images/allStart.jpg')no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    overflow: hidden;
}

