.public_main {
    width: 100%;
    min-height: calc(100vh - 312px)
}


.default {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: calc(100% - 120px);
    padding-right: 20px;
}

.default_logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 8%;
}

.default_logo img {
    height: 40px;
    width: auto;

    cursor: pointer;
}

.default_main {
    height: 100%;
    display: flex;
    align-items: center;
}

.default_main div {
    margin-right: 15px;
    height: 100%;
}

.default_main a {
    font-size: 16px;
    height: 100%;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    color: #333;
}

.default_main .active {
    color: #ffffff;
}

.default_center {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30px;
}

.default_center img {
    width: 100%;
    height: 100%;
}

.default_button {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.footer {
    width: 100%;
    padding: 80px 0 20px 0;
    color: #ffffff;
}

.footer_icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    margin: 0 auto 50px;
    position: relative;
}

.footer_icon_code {
    width: 90px;
    height: auto;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 55px);
    display: none;
}

.footer_icon_wechat {
    width: 40px;
    height: 40px;
    margin: 0 45px;
    cursor: pointer;
    fill: currentColor;
    color: #fff;
}

.footer_icon:hover .footer_icon_code {
    display: block;
}

.footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.footer_link a {
    margin-right: 10px;
    color: #ffffff !important;
}

.footer_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

body::-webkit-scrollbar {
    display: none;
}

.head_Image_box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.head_Image_box img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 70px;
}

.cen_header_link_div {
    width: 100px;
    top: 80px;
    left: 0;
    position: absolute;
    z-index: 99;
    display: none;
    flex-direction: column;
    background-color: #fff;
    cursor: pointer;
}

.head_Image_box:hover .cen_header_link_div {
    display: flex;
}

.cen_header_link_div a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor_detail img {
    max-width: 100% !important;
    height: auto !important;
}
