* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}





a {
    text-decoration: none;
}


html {}

@media (min-width: 768px) {


    .pc-show {
        display: block !important;
    }

    .h5-show {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .pc-show {
        display: none !important;
    }


    .h5-show {
        display: block !important;
    }
}


.pc-show .index-header {
    height: 5.25rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;

}

.pc-show .index-header .header-main {
    width: 75rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-show .index-header .header-main .header-logo {
    display: flex;
}

.pc-show .index-header .header-main .header-logo img {
    width: 9.1rem;
    height: 1.5rem;
}

.pc-show .index-header .header-main .menu-list {
    display: flex;
    height: 100%;
}

.pc-show .index-header .header-main .menu-list .menu-li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #ffffff;
    width: 5.5rem;
    cursor: pointer;
}

.pc-show .index-header .header-main .menu-list .menu-li a {
    display: flex;
    font-family: HarmonyOS Sans SC;
    font-weight: 545;
    font-size: 0.7rem;
    color: #fff;
}

.pc-show .index-header .header-main .menu-list .menu-li:hover>a {
    color: #e7402a !important;
}





.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog {
    display: none;
    height: 10rem;
    padding: 2rem 0;
    position: fixed;
    top: calc(5.25rem);
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
    border-bottom: 1px solid #d5d5d5;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main {
    width: 75rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-left {
    min-width: 25rem;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-left .dialog-main-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.9rem;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-left .dialog-main-info {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-right {
    margin-left: 13rem;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-right .dialog-menu-list {
    display: flex;
    flex-wrap: wrap;
    width: 20rem;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-right .dialog-menu-list a {
    width: 7rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-right .dialog-menu-list a:last-child {
    margin-bottom: 0rem;
}

.pc-show .index-header .header-main .menu-list .menu-li .menu-dialog .dialog-main .dialog-main-right .dialog-menu-list a:hover {
    color: #e7402a !important;
}

.pc-show .header-select {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.pc-show .header-select .menu-li a {
    color: #666666 !important;
}

.pc-show .index-footer {
    width: 100%;
    background: #000000;
    padding: 2.5rem 0 0 0;
}


.pc-show .index-footer .footer-main {
    width: 75rem;
    margin: 0 auto;
}

.pc-show .index-footer .footer-main .footer-content {
    display: flex;
    justify-content: space-between;
}

.pc-show .index-footer .footer-main .footer-content .footer-info {
    line-height: 1.4rem;
    margin: 1rem 0 3rem 0;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.65rem;
    color: #999999;

}

.pc-show .index-footer .footer-main .footer-content .footer-copy {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.6rem;
    color: #959595;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu {
    display: flex;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li {
    display: flex;
    flex-direction: column;
    margin-left: 4.5rem;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li:first-child {
    margin-left: 0;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .title {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.75rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .link {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.65rem;
    color: #999999;
    margin-bottom: 0.7rem;
    text-decoration: none;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .link:hover {
    color: #fff;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .footer-share {
    display: flex;
    align-items: center;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .footer-share a {
    text-decoration: none;
    margin-right: 0.7rem;
    cursor: pointer;
}

.pc-show .index-footer .footer-main .footer-content .footer-menu .footer-menu-li .footer-share a img {
    width: 1.5rem;
    height: 1.5rem;
}

.pc-show .index-footer .footer-main .footer-equity {
    display: flex;
    justify-content: center;
    padding: 0.6rem 0;
    margin-top: 1.5rem;
    border-top: 1px solid #333333;
}

.pc-show .index-footer .footer-main .footer-equity a {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.6rem;
    color: #959595;
}

.h5-show .index-header-h5 {
    width: 100%;
    display: flex;
    height: 17.5rem;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 6rem;
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    z-index: 999;
}

.h5-show .index-header-h5 .header-logo {
    width: 100%;
}

.h5-show .index-header-h5 .header-logo .header-logo-img {
    width: 43.5rem;
}

.h5-show .index-header-h5 .header-operate-img {
    width: 5rem;
    margin-left: auto;
}

.h5-show .header-select {
    background: #fff !important;
    border-bottom: 1px solid #d5d5d5;
}

.h5-show .index-footer-h5 {
    width: 100%;
    padding: 0 6rem 7.5rem 6rem;
    background: #000000;
}

.h5-show .index-footer-h5 .footer-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 7.5rem 0;
}

.h5-show .index-footer-h5 .footer-content .footer-logo {
    width: 35rem;
    margin-bottom: 5rem;
}

.h5-show .index-footer-h5 .footer-content .footer-info {
    width: 100%;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #999999;
}

.h5-show .index-footer-h5 .footer-menu {
    width: 100%;
}

.h5-show .index-footer-h5 .footer-menu .menu-list {
    width: 100%;
    padding: 5rem 0;
    border-top: 0.5px solid #999999 !important;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-header .menu-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #ffffff;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-header .menu-icon {
    display: flex;
    align-items: center;
    color: #fff;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-content {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    display:none;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-content>a {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    font-size: 3.5rem;
    color: rgb(153, 153, 153);
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-content>a:last-child {
    margin-bottom: 0;
}

.h5-show .index-footer-h5 .footer-menu .menu-list .menu-share {
    display: flex;
    margin-top: 4rem;
}

.h5-show .index-footer-h5 .footer-menu .menu-share>img {
    width: 8.5rem;
    height: 8.5rem;
    margin-right: 5rem;
}

.h5-show .index-footer-h5 .footer-menu {
    padding: 5rem 0;
}


.el-drawer.ltr {
    width: 90% !important;
    height: 100vh !important;
    z-index: 99999;
}

.el-drawer__title {
    display: none !important;
}

.drawer-cotainer {
    height: 100%;
    width: 100%;
    padding: 6rem 5rem;
}

.drawer-cotainer .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drawer-cotainer .drawer-header .logo {
    width: 43.5rem;
}

.drawer-cotainer .drawer-header .close-img {
    width: 3rem;
    margin-top: 0.5rem;
}

.drawer-cotainer .drawer-menu {
    width: 100%;
    margin-top: 6rem;
}


.drawer-cotainer .drawer-menu .menu-li {
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

.drawer-cotainer .drawer-menu .menu-li .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6rem 0;
    outline: none;
    border: none;

}

.drawer-cotainer .drawer-menu .menu-li .menu-header p {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 4rem;
    color: #333333;
}

.drawer-cotainer .drawer-menu .menu-li .menu-children {
    display: flex;
    flex-direction: column;
    padding-bottom: 6rem;
}

.drawer-cotainer .drawer-menu .menu-li .menu-children>a {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
    margin-bottom: 4rem;
}

.drawer-cotainer .drawer-menu .menu-li .menu-children>a:last-child {
    margin-bottom: 0;
}

.h5-show .footer-equity {
    width: 100%;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #999999;
}

.h5-show .footer-equity a {
    font-size: 3rem;
    color: #999999;
}