.common_header_default_bar{
    height: 62px;
}
.common_header_box{
    position: fixed;
    box-sizing: border-box;
    height: 62px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 900;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 19px;
}
.common_header_logo{
    background: url(../../static/img/headerLogo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 34px;
    width: 93px;
}
.common_header_box_left{
    display: flex;
    align-items: center;
}
.common_header_position_box{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 70px; */
    height: 23px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 23px;
    margin-left: 11px;
    padding: 3px 7px;
}
.common_header_location_icon{
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url(../../static/img/icon_34.png) no-repeat center;
    background-size: contain;
    margin-right: 3px;
    position: relative;
    /* top: 1px; */
}
.common_header_position_text{
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #7D7D7D;
}
.common_header_box_right{
    margin-left: auto;
}
.common_header_right_menu{
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../../static/img/icon_32.png) no-repeat center;
    background-size: contain;
    transform: rotate(0);
    transition: all .3s;
}
.common_header_right_menu.common_header_menu_opened{
    width: 13px;
    height: 13px;
    background: url(../../static/img/icon_35.png) no-repeat center;
    transform: rotate(90deg);
    background-size: contain;
}
.common_header_menu_dialog{
    position: fixed;
    top: 62px;
    left: 0;
    height: calc(100vh - 62px);
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px 0;
    z-index: 99999;
    overflow-y: scroll;
}
.common_header_menu_dialog .el-tree-node__content{
    position: relative;
    height: 66px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #252525;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 19px !important;
}
.common_header_menu_dialog .el-tree-node__expand-icon{
    margin-left: -16px;
    position: relative;
    left: 100%;
}
.common_header_menu_dialog .el-tree-node__expand-icon:before{
    content:'';
    display:inline-block;
    width: 8px;
    height: 6px;
    background: url(../../static/img/icon_36.png) no-repeat center;
    background-size: contain;
    transform: rotate(0);
    transition: all .3s;
}
.common_header_menu_dialog .el-tree-node__expand-icon.is-leaf:before{
    opacity: 0;
}
.common_header_menu_dialog .el-tree-node:focus>.el-tree-node__content,
.common_header_menu_dialog .el-tree-node.is-current>.el-tree-node__content,
.common_header_menu_dialog .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content
{
    background: #ffffff !important;
}
.common_header_menu_dialog .el-tree-node__children .el-tree-node__content{
    background: #f7f7f7 !important;
    border-bottom: 1px solid #f7f7f7 !important;
    margin: 0 -19px !important;
    padding: 0 38px !important;
}
.common_header_menu_dialog .nocomplete_node{
    /* color: #C0C4CC; */
}
.common_header_location_dialog{
    position: fixed;
    top: 62px;
    left: 0;
    height: calc(100vh - 62px);
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px 19px;
    z-index: 99999;
    overflow-y: scroll;
    font-size: 12px;
}
.common_header_location_dialog_title{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-bottom: 13px;
}
.location_province_box,
.location_city_box{
    display: flex;
    box-sizing: border-box;
    padding: 11px 0;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    flex-wrap: wrap;
    color: #4C4C4C;
}
.location_province_box span,
.location_city_box span{
    margin-right: 12px;
}

.common_header_box_transparent{
    background-color: #ffffff00 !important;
    background-color: transparent !important;
}
.common_header_box_transparent .common_header_right_menu{    
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../../static/img/menu_icon_white.png) no-repeat center;
    background-size: contain;
    transform: rotate(0);
    transition: all .3s;
}
.common_header_box_transparent .common_header_right_menu.common_header_menu_opened{
    width: 13px;
    height: 13px;
    background: url(../../static/img/icon_35.png) no-repeat center;
    transform: rotate(90deg);
    background-size: contain;
}
.common_header_box_transparent .common_header_logo{
    background: url(../../static/img/company_logo_white.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 34px;
    width: 93px;
}
.common_header_box_transparent.common_header_box_transparent_open{
    background-color: #ffffff !important;
}
.common_header_box_transparent.common_header_box_transparent_open .common_header_logo{
    background: url(../../static/img/headerLogo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 34px;
    width: 93px;
}
.location_province_box span{
    font-weight: bold;
    color: #4c4c4c !important;
    font-size: 14px !important;
}
/* 
.location_province_box .location_province_box_current_item{
    font-weight: bold;
    color: #4c4c4c !important;
} */
.download{
    background: url(../../static/img/Android-code.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-top: 10px;
}
