*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
p {
    margin: 0;
    padding: 0;
}

html,
body,
.xmy-wrap {
    height: 100%;
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

button,
input {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #77b9df;
    border-bottom: 1px dashed #77b9df;
    word-break: break-all;
}

.xmy-wrap {
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
}

.xmy-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.xmy-main {
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
}

.xmy-form {
    display: flex;
    width: 100%;
    max-width: 800px;
}

.xmy-input {
    flex: 1;
    border: 2px solid #77b9df;
    background-color: #f2f2f2 !important;
    color: #000000 !important;
    border-radius: 8px 0 0 8px;
    padding: 5px 5px 5px 10px;
    height: 45px;
}

.xmy-get {
    border: 2px solid #77b9df;
    border-left-width: 0;
    background-color: #77b9df !important;
    color: #FFFFFF !important;
    border-radius: 0 8px 8px 0;
    padding: 10px;
}

.xmy-result {
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
}

.xmy-content {
    width: 100%;
    max-width: 800px;
    margin-top: 10px;
}

.xmy-none {
    height: 200px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-item {
    box-shadow: 0 0px 10px rgb(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
}

.content-item h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.content-item p {
    font-size: 14px;
    padding-bottom: 10px;
}

.content-item .xmy-pswd {
    font-size: 14px;
    color: #848080;
}