{
    /*设置全局的盒子模型*/
    box-sizing: border-box;
    margin: 0;
    padding: 0；
}

body{
    font-family: `poppins`,sans-serif;
}

ul,li{
    /*居中*/
    display: flex;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    /*取消前面黑点*/
    list-style: none;
}

a{
    /*下滑线去除*/
    text-decoration: none;
    color: whitesmoke;
    padding: 20px;
}

.container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}

.row{
    display: flex;
    justify-content: space-between;
    /*水平居中*/
    align-items: center;
}

.logo h2{
    color: whitesmoke;
    margin-right: 525px;
}

.a{
    width: 100%;
    background-color: #30089f;
}

.icon img{
    width: 100%;
    max-width: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}