/* header */
.header-box{
    height: 72px;
    line-height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 4px rgba(0,0,0,0.08);
    position: relative;
    z-index: 50;
}
.header-box .header-center{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.header-box .header-center .logo-icon{
    vertical-align: middle;
    display: inherit;
}
.header-box .header-center .tel-icon{
    position: relative;
    vertical-align: middle;
    padding-left:24px;
    margin-left:26px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.header-box .header-center .icon.tel{
    width:16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
}
.header-box .header-center .header-center-right>a{
    padding:0 12px;
}
.header-box .header-center .header-center-right>a.active{
    position: relative;
}
.header-box .header-center .header-center-right>a.active::after{
    content: "";
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-9px;
    width: 20px;
    height: 2px;
    background: #61C13A;
    border-radius: 6px 6px 6px 6px;
}
.header-box .header-center .header-center-right>a.login-btn{
    padding:5px 10px;
    color: rgba(86, 169, 52, 1);
    background: rgba(112,216,70,0.16);
    border-radius: 26px 26px 26px 26px;
    display: inline-block;
    line-height: initial;
}
.header-box .header-center-right .searchInput{
    line-height: initial;
    width: 156px;
    border-radius: 40px;
    margin-right: 20px;
    outline: none;
    padding:4px 14px;
    font-size: 12px;
    border: 1px solid #D9D9D9;
    position: relative;
}
.header-box .header-search-span{
    position: relative;
}
.header-box .header-search-span .icon-search{
    position: absolute;
    top:50%;
    right:10px;
    width:16px;
    height: 16px;
    transform: translateY(-50%);
    right:37px;
}
.header-box .shopping-cart {
    position: relative;
}
.header-box .shopping-cart .number{
    position: absolute;
    top:-10px;
    font-size: 12px;
    line-height: normal;
    right:-5px;
    padding: 2px 4px;
    color: #fff;
    background: #FF5858;
    border-radius: 21px 21px 21px 21px;
}
.header-box .header-center-right .headPic img{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius:16px;
}