@import '~css/public.scss';

.Headline{
    .navWrap{
        width: 100%;
        padding: $padding2;
        margin-bottom: .1rem;
        background-color: #fff;
        .nav{
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            border-radius: .05rem;
            @include shadow1;
            >a{
                float: left;
                width: 25%;
                padding: .1rem 0;
                padding-top: .5rem;
                line-height: .2rem;
                text-align: center;
                font-size: .12rem;
                background: url('../../../images/icon/icon4.png') no-repeat center .1rem;
                background-size: .36rem;
                &:nth-of-type(2){
                    background: url('../../../images/icon/icon8.png') no-repeat .45rem .12rem,url('../../../images/icon/icon5.png') no-repeat center .1rem;
                    background-size: .24rem,.36rem;
                }
                &:nth-of-type(3){
                    background-image: url('../../../images/icon/icon6.png');
                }
                &:nth-of-type(4){
                    background-image: url('../../../images/icon/icon7.png');
                    background-size: .3rem;
                }
            }
        }
    }
    .DefaultImage{
        padding-top: 1.2rem;
        background-position: center .1rem;
    }
}