@charset "utf-8";
/* CSS Document */

	.header {
    background: #fff;
    zoom: 1;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: .29rem;
    z-index: 999;
	position:fixed;
	max-width: 3.75rem;
	text-align: center;
	}
			.catKongBox {
    text-align: center;
    margin: 100px 0;
}

.catKongBox i {
    background: url( ../images/kong.png) no-repeat 0 0/0.6rem 0.6rem;
    width: .62rem;
    height: .62rem;
    display: inline-block;
    margin-bottom: .1rem;
}

		.catKongBox a {
    display: inline-block;
    margin-top: .2rem;
    height: .48rem;
    line-height: .48rem;
    border: 1px solid #ccc;
    background-color: #CC2F31;
    padding: 0 10px;
    font-size: .12rem;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
