* {
    font-family: "·L³n¥¿¶ÂÅé";
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 1em;
    background-color: #eeeeee;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

ol, ul {
    list-style: none;
}

a {
    color: #1065c1;
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 2px;
}

::-webkit-scrollbar {
    width: 5px;
}

/*¥²¶ñ*/
.required:before {
    content: "*";
    color: red;
}

.mousePointer {
    cursor: pointer;
}

.contact-box {
    min-height: 113px;
}

.contact-subTitle {
    min-height: 47px;
}


@media (max-width:991.98px) {
    .contact-subTitle {
        min-height: 120px;
    }
}

@media (min-width:992px) {
    .contact-subTitle {
        min-height: 72px;
    }
}

@media (min-width:1200px) {
    .contact-subTitle {
        min-height: 72px;
    }
}
