body {
    margin: 0;
    padding: 0;
}
[v-cloak]{
    display: none;
}
#CPNAV {
    background: #ffffff;

}

#CPNAV .search-block {
    width:100%;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

#CPNAV .search-block .logo-img {
    width: 188px;
    height: 47px;

}

#CPNAV .search-block .input-waepper {
    display: flex;
    align-items: center;
    margin-left: 90px;
    margin-bottom: 20px;

    position: relative;
}

#CPNAV .search-block .input-waepper input {
    width: 360px;
    height: 36px;
    border: 2px solid #2F7BFF;
    outline: none;
    text-indent: 1rem;
}

#CPNAV .search-block .input-waepper .search-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2F7BFF;
    color: #ffffff;
    
    cursor: pointer;
}

#CPNAV .search-block .contact-KeFu {
    width: 98px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #2F7BFF;
    margin-left: 10px;
    color: #2F7BFF;
    line-height: 38px;
    flex-shrink: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

#CPNAV .search-block .contact-KeFu img {
    width: 13px;
    height: 13px;
    margin: 0px 7px;
}
/* nav 样式 */
#CPNAV .Nav-block{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-size: 18px;
}
#CPNAV .Nav-block .nav-item{
    position: relative;
    width: 170px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    background: #FFFFFF;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
#CPNAV .Nav-block .nav-item .RMimg{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 27px;
    height: 12px;
}
#CPNAV .Nav-block .nav-item .nav-item-title{
    text-align: center;
    display: block;
    font-weight: 700;
    height: 50px;
    width: 150px;
    line-height: 50px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20210402/5583589673308904937_pic1.png) no-repeat center;
    background-size: 140px 40px;
    background-position-x: 12px;
}
#CPNAV .Nav-block .nav-item .nav-item-select{
    width: 90px;
    height: 2px;
    background: #2F7BFF;
}
#CPNAV .keyword-box {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: flex;
    font-size: 12px;
}
#CPNAV .keyword-box a{
    margin-left: 10px;
}