.header{
    height: 60px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    width: 100%;
    min-width: 1200px;
}

.logo{
    text-decoration: none;
    float: left;
}

.logo-img{
    width: 26px;
    height: 60px;
    background: url("../img/header/pc_ic_logo@3x.png") center no-repeat;
    background-size: contain;
    float: left;
}

.logo-name{
    line-height: 60px;
    font-size: 14px;
    color: #00ec00;
    margin-left: 8px;
    vertical-align: middle;
}

.menu-list-col{
    float: left;
    margin-left: 175px;
}

.menu-list-col ul li{
    list-style: none;
    float: left;
    line-height: 60px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 35px;
    cursor: pointer;
}

.menu-list-col ul li a:link,
.menu-list-col ul li a:visited,
.menu-list-col ul li a:hover,
.menu-list-col ul li a:active{
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.menu-list-col ul li.active a, .menu-list-col ul li:hover a{
    color: #00ec00;
}

.menu-list-col ul li:nth-of-type(1){
    display: none;
}

.userCenter-list-col{
    float: right;
}

.userCenter-list-col ul li{
    width: 16px;
    height: 8px;
    list-style: none;
    float: left;
    line-height: 60px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    box-sizing: content-box;
}

.userCenter-list-col ul li:nth-last-of-type(1){
    padding: 0 0 0 15px;
}

.userCenter-list-col li a:link,
.userCenter-list-col ul li a:visited,
.userCenter-list-col ul li a:hover,
.userCenter-list-col ul li a:active{
    text-decoration: none;
    color: white;
}

.userCenter-list-col ul li i.icon{
    width: 18px;
    height: 19px;
    display: block;
}

.userCenter-list-col ul li i.icon-user{
    background: url("../img/header/ic_user2.png") center no-repeat;
    background-size: contain;
}

.userCenter-list-col ul li i.icon-cart{
    background: url("../img/header/ic_shoppingcart.png") center no-repeat;
    /* background-size: contain; */
}

.userCenter-list-col ul li i.icon{
    width: 19px;
    height: 19px;
    /* display: inline-block; */
    margin-top: 25px;
}

.userCenter-list-col ul li.active a i.icon-user, .userCenter-list-col ul li:hover a i.icon-user{
    background: url("../img/header/ic_user.png") center no-repeat;
    background-size: contain;
}

.userCenter-list-col ul li.active a i.icon-cart, .userCenter-list-col ul li:hover a i.icon-cart{
    background: url("../img/header/ic_shoppingcart2.png") center no-repeat;
    background-size: contain;
}