[class^="worksolution-"],
[class*=" worksolution-"] {
    font-family: "PingFang SC", Sans-serif;
}

[class^="worksolution-"] a,
[class*=" worksolution-"] a,
[class^="worksolution-"] button,
[class*=" worksolution-"] button,
[class^="worksolution-"] input[type="button"],
[class*=" worksolution-"] input[type="button"],
[class^="worksolution-"] input[type="submit"],
[class*=" worksolution-"] input[type="submit"] {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border-color: inherit;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

[class^="worksolution-"] a:hover,
[class*=" worksolution-"] a:hover,
[class^="worksolution-"] a:active,
[class*=" worksolution-"] a:active,
[class^="worksolution-"] button:hover,
[class*=" worksolution-"] button:hover,
[class^="worksolution-"] button:active,
[class*=" worksolution-"] button:active {
    background-color: transparent !important;
    color: inherit;
}

[class^="worksolution-"] a:visited,
[class*=" worksolution-"] a:visited {
    color: inherit;
}
