.container_footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.docs-footer {
    background-color: #232f3e;
    padding: 20px 0;
    color: #ededed;
}

.container_footer {
    width: 1200px;
}

.foot-top {
    display: flex;
    font-size: 12px;
}

.foot-top > img {
    height: 64px;
}

.foot-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
}

.foot-top-item > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.wihte-pd {
    padding: 4px;
    background: #fff;
}
.mt5 {
    margin-top: 5px;
}

.foot-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.mt10 {
    margin-top: 10px;
}

.foot-bottom a {
    color: #fff !important;
}

.h5-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.h5-img > img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transform-origin: center;
}

.foot-top-item > div:first-child {
    padding-bottom: 70px;
}

.new_header {
    height: 140px;
    background: rgb(0, 61, 128) !important;
}

.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.head-top #qmenu {
    color: #fff !important;
    background: transparent;
    font-weight: normal;
    margin-top:0 !important;
}
.head-top .xxmhd-right{
    align-items: center;
    line-height: 0;
}
.head-top .xxmhd-right a{
    color:#fff !important;
    font-size:14px;
    font-weight: normal;
    line-height: 25px;
}
.head-top .xxmhd-right #myitem_menu a{
    color:#121212 !important;
}
.head-nav .hide {
    display: none;
}

.head-top .comlimi_user .u img {
    width: 25px !important;
    height: 25px !important;
}

.head-top-left img {
    height: 60px;
}

ul.head-nav {
    display: flex;
    padding-bottom: 20px;
}

.head-nav a {
    padding: 15px 17px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    height: auto !important;
    font-size: 16px;
    color: #fff;
}

.head-nav a:hover {
    color: #eb5412;
}

.comlimi_user_free {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background-color: #eb5412;
    color: #fff;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left:10px;
}

.comlimi_user_free:hover .hide {
    display: flex;
}

.comlimi_menu_free.hide {
    position: absolute;
    height: 120px;
    width: 100px;
    background: #fff;
    z-index: 200;
    right: 0;

    flex-direction: column;
    justify-content: space-between;
    cursor: auto;
    padding: 0 10px;
    display: none;
    border: #eb5412 1px solid;
}
