﻿/**********************Peter 新版个人会员中心改版 头部  头部导航 左侧导航  以及一些页面统一样式***************************/

/********************头部导航样式***********************/
.NavTop {
    width: 100%;
    background: none;
    height: 45px;
}

.NavTop .NavMain {
    width: 1100px;
    margin: 0 auto;
    height: 45px;
    position: relative;
}

.NavTop .NavMain .NavItems {
}

.NavTop .NavMain .NavItems a {
    color: #333333;
    display: block;
    float: left;
    cursor: pointer;
    width: 10%;
    text-align: center;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-family: "黑体";
}

.NavTop .NavMain .NavItems a:hover {
    text-decoration: none;
}

.NavTop .NavMain .CursorLine {
    width: 70px;
    background: #0c64a4;
    height: 3px;
    position: absolute;
    bottom: 0;

}

/********************头部导航样式***********************/

