@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100vh;
    font: 14px "PingFang SC", Microsoft Yahei, Arial;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    @media screen and (min-width: 751px) and (max-width: 1300px) {
        min-width: 1200px;
    }
}
#mJoin > .module_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mJoin .globeWrapper {
    width: 100%;
}
#mJoin .globe {
    height: 700px;
    position: relative;
}
#mJoin .globe .globe-canvas {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}