* {
    font-family:"Microsoft YaHei";
}

.header {
    position: fixed;

    width: 100%;
    height: 0.625rem;

    background-color: #11c89b;

    z-index: 10;
}

.header_inner {
    height: 100%;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.header_logo {
    width: 1.145833rem;
    height: 0.3125rem;
}

.header_menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

    width: 2.5rem;
    height: 0.3125rem;

    font-size: 0.104167rem;

    color: white;
}

.header_menu a {
    margin-left: 0.104167rem;
    margin-right: 0.104167rem;

    padding-left: 0.078125rem;
    padding-right: 0.078125rem;

    line-height: 0.182292rem;

    cursor:pointer;

    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

    color: white;

    text-decoration: none;
}

.header_menu a:hover {
    text-decoration: none;
    color: white;
}

.header_menu_span_s {
    background-color: white;
    border-radius: 0.15625rem;
    color: #11c89b !important;
}

.header-line {
    width: 100%;
    height: 1px;

    border: none;

    background-color: rgba(255, 255, 255, 0.45);
}

.content {
    position: absolute;

    top: 0.625rem;
    width: 100%;
}

.footer {
    height: 2.083333rem;
    padding-left: 2.21875rem;
    padding-right: 2.21875rem;

    background-color: #22282d;

    flex-direction: row;
    justify-content: space-around;
}

.footer-item {
    margin-top: 0.15625rem;
    color: white;
    width: 1.354167rem;
}

.footer-item-01 {
    width: 0.729167rem;
}

.footer-item span {
    display: block;
    font-size: 0.09375rem;
}

.footer-item p {
    margin-top: 0.208333rem;
    font-size: 0.072917rem;
}

.footer-item ul {
    margin-top: 0.208333rem;
    font-size: 0.072917rem;
    margin-left: 0.078125rem;
}

.footer-item img {
    width: 0.78125rem;
    height: 0.78125rem;
}

.footer-item-02 {
    width: 1.510417rem;
}

.footer-item-02 ul {
    list-style: none;
    margin-left: 0;
}

.footer-item-02 ul li {
    margin-bottom: 0.052083rem;
}

.beianinfo {
    background-color: #22282d;
    padding-bottom: 0.082083rem;
}

.beianinfo p{
    color: white;
    font-size: 0.072917rem;

    text-align: center;
}

.beianinfo a {
    color: #11c89b;
}
