.logos{
    cursor: pointer;
}

#cpheader, #cpheader *{
    box-sizing: border-box;
}

#cpheader .cpheader_top{
    position: relative;
    height: 50px;
    background-color: #e9e9e9;
}

#cpheader .cpheader_top > div{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1500px;
    height: 100%;
    line-height: 50px;
    text-align: right;
}

#cpheader .cpheader_top > div.navP{
    padding-right: 70px !important;
}

#cpheader .cpheader_top > div label{
    cursor: pointer;
    margin-left: 15px;
    font-size: 13px;
}

#cpheader .cpheader_top > div label:hover{
    color: #ec6d31;
    text-decoration: underline;
}

.notLink{
    cursor: text !important;
}

.notLink:hover{
    color: #333 !important;
    text-decoration: none !important;
}

.cpheader_top .logos{
    display: none;
}

.cpheader_bottom_search_box_form{
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 39px;
}

.cpheader_bottom_search_box_form_left{
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 80px;
    height: 100%;
    border: 2px solid rgba(160, 160, 160, 0.4);
    border-right: 0 none;
}

.cpheader_bottom_search_box_form_left select, .cpheader_bottom_search_box_form_left input{
    height: 100%;
    border: none 0;
}

.cpheader_bottom_search_box_form_left select{
    position: relative;
    z-index: 2;
    padding-right: 25px;
    width: 100px;
    text-align: center;
    text-align-last: center;
    background-color: transparent;
    padding-left: 15px;
    text-align: center;
}

.cpheader_bottom_search_box_form_left span{
    position: absolute;
    top: 50%;
    left: 70px;
    z-index: 1;
    margin-top: -10px;
    padding-top: 7px;
    padding-right: 17px;
    height: 20px;
    border-right: 2px solid rgba(160, 160, 160, 0.4);
}

.cpheader_bottom_search_box_form_left span img{
    height: 6px;
}

.cpheader_bottom_search_box_form_left > div{
    position: absolute;
    top: 0px;
    left: 100px;
    right: 0px;
    bottom: 0px;
}

.cpheader_bottom_search_box_form_left > div input{
    padding: 0 10px;
    width: 100%;
    height: 100%;
}

.cpheader_bottom_search_box_form_bottom{
    float: right;
    cursor: pointer;
    padding: 0 12px;
    width: 80px;
    height: 100%;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border: none 0;
    background-color: #ec6d31;
}
.cpheader_bottom_search_box_form_bottom:hover{
    background-color: #f5783e;
}

.cpheader_bottom_search_box_form_bottom img{
    margin-right: 4px;
    margin-bottom: -2px;
    display: inline-block;
    width: 16px;
    line-height: 39px;
}

.cpheader_bottom_search_box_form_bottom span{
    color: #fff;
}

#cpheader .cpheader_bottom{
    height: 120px;
    background-color: #fff;
}

#cpheader .cpheader_bottom > div{
    position: relative;
    margin: 0 auto;
    padding: 10px 10px;
    width: 90%;
    max-width: 1200px;
    height: 100%;
}

#cpheader .cpheader_bottom > div > img{
    float: left;
    margin-top: 12px;
    height: 76px;
}

#cpheader .cpheader_bottom > div .cpheader_bottom_search{
    position: absolute;
    top: 0px;
    left: 225px;
    right: 10px;
    bottom: 0px;
}

#cpheader .cpheader_bottom > div .cpheader_bottom_search_box{
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    max-width: 700px;
    height: 100%;
}

.cpheader_bottom_search_box_hot{
    margin-top: 7px;
}

.cpheader_bottom_search_box_hot label{
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
}

.cpheader_bottom_search_box_hot span{
    cursor: pointer;
    margin-right: 15px;
}

.cpheader_bottom_search_box_hot span:hover{
    color: #ec6d31;
}

.cpheader_bottom_search_box_hot span:last-child{
    margin-right: 0px;
}

.cpheader_top_user label{
    float: right;
}

.cpheader_top_user .userhead{
    float: right;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media (max-width: 768px){
    .cpheader_top_user .user, .cpheader_bottom .logos{
        display: none !important;
    }

    .cpheader_bottom > div .cpheader_bottom_search{
        left: 0px !important;
        right: 0px !important;
    }

    .cpheader_top{
        height: 66px !important;
        border-bottom: 1px solid #e4e2e2;
        background-color: #fff !important;
    }

    .cpheader_top > div{
        padding: 0 20px !important;
        line-height: 66px !important;
    }

    #cpheader .cpheader_top > div label:hover{
        color: #333 !important;
        text-decoration: none;
    }

    .cpheader_top .logos{
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -20.5px;
        display: block;
        width: 120px;
    }

    #cpheader .cpheader_bottom{
        height: 105px;
    }

    #cpheader .cpheader_bottom > div{
        width: 100% !important;
    }

    .cpheader_bottom_search_box_form{
        margin-bottom: 15px;
    }

    .cpheader_bottom_search_box_form_left{
        right: 50px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .cpheader_bottom_search_box_form_left select{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .cpheader_bottom_search_box_form button{
        width: 50px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .cpheader_bottom_search_box_form button span{
        display: none;
    }

    .navImage{
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -10px;
    }
}

/* select */
select::-ms-expand { display: none; }