/* 导航下大图 */
nav {
    width: 100%;
    position: relative;
}

nav img {
    width: 100%;
    height: 100%;
}

nav .imgCharacterbox {
    position: absolute;
    left: 2.7rem;
    top: 1.6rem;
    width: 8.14rem;
    padding-right: 0.1rem;
    /* height: 1.6rem; */
    padding-left: 0.5rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    background-color: rgba(255,255,255,0.8);
}

/* nav .imgCharacterbox h6 {
    font-size: 0.2rem;
    color: #666666;
} */

/* nav .imgCharacterbox h5 {
    margin-top: 0.2rem;
    font-size: 0.45rem;
    color: #333333;
} */

/* nav .imgCharacterbox p {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #333333;
} */


/* 线上商城 */
/* .relevantInformation {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
} */

.shoppingMall {
    /* height: 5rem; */
    width: calc(100% - 5.5rem);
    margin: 0 auto;
    /* background-color: #0f0; */
    overflow: hidden;
    margin-bottom: 1.8rem;
}

.shoppingMall .shoppingMallMessage {
    width: 2rem;
    /* height: 2.9rem; */
    margin-left: 0.35rem;
    margin-right: 0.35rem;
	display: block;
    /* float: left; */
    /* overflow: hidden; */
} 
.shoppingMall .shoppingMallMessage .shoppingMallMessageimg {
    width: 2rem;
    height: 2rem;
    /* margin-top: 0.4rem; */
    /* margin-bottom: 0.3rem; */
    border: 1px solid #ca3c42;
    border-radius: 50%;
	transition: all 0.2s;
}
.shoppingMall .shoppingMallMessage:hover p{color: #c82a28;}
.shoppingMall .shoppingMallMessage:hover .shoppingMallMessageimg{
	background:#c82a2b url(../img/nmgd.png) center no-repeat !important;
}
/* .shoppingMall .shoppingMallMessage p {
    text-align: center;
    font-size: 15px;
} */