html {
    line-height: 1.2;
    height: 100%;
    overflow-y: hidden;
}

body {
    background-color: #eaeaea;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow-y: hidden;
    height: 100%;
}

.mimic {
    height: 100%;
    background-image: linear-gradient(to left, rgb(235 71 71 / 13%), rgb(106 235 193 / 20%));
}

.search {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    height: 100%;
}

.search_box {
    height: 170px;
    background-color: #f09559;
    padding: 0 15px 0 15px;
    border-radius: 10px 10px 0 0;
}

.head {
    position: relative;
    height: 40px;
}

.home_label {
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 28px;
    color: #f3f8fb;
    text-decoration: none;
    cursor: pointer;
}

.reward_text {
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 170px);
}

#zfb-img {
    margin-top: 5px;
}

#reward_btn {
    height: 25px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #8AC247;
    color: #f3f3f3;
    font-size: 13px;
}

#cost {
    color: gainsboro;
    visibility: visible;
    position: absolute;
    right: 3px;
    cursor: pointer;
}

.input_btn {
    display: inline-flex;
    margin-top: 40px;
}

#search_input {
    border: none;
    outline: none;
    position: relative;
    height: 48px;
    border-radius: 5px 0 0 5px;
    font-size: 21px;
    padding: 0 10px 0 10px;
}

#search_input:focus {
    background-color: #f4f8ff;
}

.delete::before {
    height: 2px;
    width: 50%;
}

.delete::after {
    height: 50%;
    width: 2px;
}

.delete::after,
.delete::before {
    background-color: #eee;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
    border-radius: 10px;
}

.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(128, 128, 128, 0.6);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    max-height: 28px;
    max-width: 28px;
    min-height: 28px;
    min-width: 28px;
    outline: 0;
    position: absolute;
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.delete:hover {
    background-color: gray;
}

#result {
    background-color: white;
    color: #2c3e50;
    position: relative;
    height: calc(100% - 170px);
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    overflow-y: scroll;
    word-break: break-word;
    -webkit-overflow-scrolling: touch;
}

#main,
#icp {
    box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.77);
    border-radius: 0.8rem;
    font-size: 15px;
    display: none;
    position: relative;
    z-index: 1;
    word-break: break-word;
}

table {
    border-collapse: separate;
    border-spacing: 0 13px;
}

table tbody tr {
    border-collapse: collapse;
}

table tbody th {
    text-align: right;
    color: lightgray;
}

table tbody td {
    padding-left: 0.8rem;
    font-size: 17px;
    color: white;
    word-break: break-word;
}

.TimeZone {
    font-size: 10px;
    color: lightgray;
    vertical-align: middle;
    word-break: keep-all;
    white-space: pre;
}

.TimeStr {
    display: inline-block;
    white-space: pre-wrap;
}

.Address {
    color: lightgray;
    word-break: keep-all;
}

table tbody p {
    word-break: break-all;
}

table a {
    color: white;
    text-decoration-color: #a4dcff;
    text-decoration-line: underline;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

pre {
    white-space: pre-line;
}

#text {
    white-space: pre-line;
    word-break: break-word;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    padding: 15px 10px 15px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    margin: 0;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 15px rgba(46, 103, 161, 0.1);
}

#brand {
    font-family: "monallesia";
    position: absolute;
    width: 100%;
    top: 150px;
    text-align: center;
    font-size: 20px;
    left: 0;
    color: #ff9b9b;
    right: 3px;
    z-index: 0;
    --brand-color: #ff9bad;
    --brand-shadow-color: #00ffc7;
    text-shadow: 0 0 10px var(--brand-shadow-color), 
             0 0 20px var(--brand-shadow-color), 
             0 0 30px var(--brand-shadow-color), 
             0 0 40px var(--brand-shadow-color);
}

#domain_href {
    color: #26caff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 17px;
    vertical-align: middle;
    word-break: break-all;
}

#domain_href:hover {
    text-shadow: 0 0 10px #26caff, 0 0 20px #26caff, 0 0 30px #26caff, 0 0 40px #26caff;
}

#price_box,
#price_load {
    font-weight: 600;
    font-size: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#price_box {
    position: relative;
    top: 13px;
    overflow: visible;
}

.overflowed {
    width: calc(100% + 30px);
    margin-left: -15px !important;
    justify-content: space-evenly !important;
}

#price_load {
    position: absolute;
    top: 146px;
    margin-left: 5px;
}

#price_load,
#premium,
#register,
#renew,
#status {
    visibility: hidden;
    height: 20px;
    line-height: 20px;
}

#result::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
}

#result::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

#result::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #a2a0a0;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

#result::-webkit-scrollbar-thumb:window-inactive {
    background: dimgrey;
}

#result::-webkit-scrollbar-thumb:hover {
    background-color: dimgrey;
}

@media screen and (min-width: 630px) {
    .input_btn {
        width: 600px;
    }

    .search {
        width: 630px;
        margin: 5px 0 5px 0;
    }

    .search_box {
        width: calc(100% - 30px);
    }

    #search_input {
        width: 469px;
    }

    #search_button {
        width: 110px;
    }

    .delete {
        margin-left: 437px;
    }

    #price_box,
    #price_load {
        width: 580px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #main,
    #icp {
        margin: 5px 3px 5px 5px;
    }

    #icp {
        padding: 10px 20px 10px 20px;
        margin-bottom: 5px;
    }

    #main {
        padding: 10px 20px 10px 20px;
        margin-bottom: 20px;
    }

    table tbody th,
    table tbody td {
        font-weight: normal;
        min-width: 5rem;
    }

    table tbody th {
        width: 100px;
    }

    #result::-webkit-scrollbar {
        width: 5px;
    }
}

@media screen and (max-width: 630px) {
    .input_btn {
        width: 100%;
    }

    .search {
        width: 100%;
        padding: 5px 5px 0 5px;
    }

    #search_input {
        width: 72%;
    }

    #search_button {
        width: 28%;
    }

    #price_box,
    #price_load {
        margin-left: 2px;
        margin-right: 2px;
    }

    table {
        padding: 10px;
        width: 100%;
    }

    table tbody th,
    table tbody td {
        font-weight: normal;
    }

    table tbody th {
        width: 77px;
    }

    #main,
    #icp {
        padding: 5px 20px 5px 20px;
        margin: 3px 3px 3px 2px;
        width: calc(100% - 5px);
    }

    #main {
        margin-bottom: 20px;
    }

    .delete {
        margin-left: calc(72% - 75px);
    }

    #result::-webkit-scrollbar {
        width: 0;
    }
}

#search_button {
    position: relative;
    height: 48px;
    border: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    color: #fff;
    background: linear-gradient(to right, rgb(61 229 192), rgba(244, 65, 165, 1), rgba(255, 235, 59, 1), rgba(9, 168, 244, 1));
    background-size: 400%;
    z-index: 1;
    font-size: 15px;
}

@keyframes streamer {
    100% {
        background-position: -400% 0;
    }
}

.newRegister,
.willExpire,
.pendingDelete,
.pendingTransfer,
.expired,
.redemptionPeriod,
.autoRenewPeriod,
.serverHold,
.tenYearsOld,
.twentyYearsOld,
.renewTenYears {
    padding: 2px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Consolas", "Microsoft JhengHei", "Apple LiGothic Medium,Microsoft YaHei", "Arial", sans-serif;
}

.newRegister {
    background-color: #00c500;
    text-shadow: 0 0 10px #00c500, 0 0 20px #00c500, 0 0 30px #00c500, 0 0 40px #00c500;
}

.pendingTransfer,
.redemptionPeriod {
    background-color: #25addb;
    text-shadow: 0 0 10px #25addb, 0 0 20px #25addb, 0 0 30px #25addb, 0 0 40px #25addb;
}

.willExpire,
.autoRenewPeriod {
    background-color: #ec8c00;
    text-shadow: 0 0 10px #ec8c00, 0 0 20px #ec8c00, 0 0 30px #ec8c00, 0 0 40px #ec8c00;
}

.expired,
.pendingDelete {
    background-color: #f52d63;
    text-shadow: 0 0 10px #f52d63, 0 0 20px #f52d63, 0 0 30px #f52d63, 0 0 40px #f52d63;
}

.renewTenYears {
    background-color: cyan;
    text-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 30px cyan, 0 0 40px cyan;
    color: black;
}

.serverHold {
    background-color: whitesmoke;
    text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px white;
    color: black;
    font-weight: bold;
}

.tenYearsOld {
    background-color: #d614d6;
    text-shadow: 0 0 10px #d614d6, 0 0 20px #d614d6, 0 0 30px #d614d6, 0 0 40px #d614d6;
}

.twentyYearsOld {
    background-color: #ffb900;
    color: black;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.twentyYearsOld::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -100%;
    top: -100%;
    width: 300%;
    height: 300%;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(lime, lime), linear-gradient(#ff00ff, #ff00ff), linear-gradient(cyan, cyan), linear-gradient(#ff304f, #ff304f);
    animation: rotate 4s linear infinite;
}

.twentyYearsOld::after {
    background-color: #ffb900;
    content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 5px;
    animation: opacityChange 3s infinite alternate;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    visibility: hidden;
}

.modal .container {
    width: 320px;
    height: 386px;
    background-image: linear-gradient(to right, #fbc2eb, #a6c1ee);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}

.modal .container .close {
    right: -13px;
    top: -25px;
    background-color: #797979;
}

.modal .container .close:hover {
    background-color: dodgerblue;
}

.modal img {
    width: 308px;
    height: 375px;
    margin-top: 5px;
}

#reward {
    position: relative;
    margin-right: 3px;
}

@keyframes gb-loader-animation-expand {
    0% {
        transform: rotate(0deg);
    }

    70%,
    80%,
    90%,
    100% {
        transform: rotate(720deg);
    }

    80%,
    90% {
        top: calc(50% - .5em);
        box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
    }

    0%,
    20%,
    30%,
    80%,
    100% {
        top: calc(50% - 2em);
        box-shadow: -1.35em 2.25em 0 0 currentColor, 1.35em 2.25em 0 0 currentColor;
    }

    0%,
    20%,
    30%,
    100% {
        animation-timing-function: cubic-bezier(0.45, 0.1, 0.15, 1);
    }
}

.global-loader-scope .gb-loader {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top
}

.global-loader-scope .gb-loader::after {
    position: absolute;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    border-radius: 50%;
    transform-origin: 50% 2em;
}

.global-loader-scope .gb-loader--lg {
    width: 64px;
    height: 64px;
    top: 160px;
    left: calc(50% - 32px);
}

.global-loader-scope .gb-loader--lg::after {
    will-change: transform, box-shadow;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-name: gb-loader-animation-expand;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.global-loader-scope .gb-loader--lg::after {
    color: rgba(154, 166, 175, 1);
}

.global-loader-scope .gb-loader--lg::after {
    font-size: 16px;
}

.global-loader-scope {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .global-loader-scope {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
}

.global-loader-scope .gb-loader--lg::after {
    animation-duration: 2s;
}

.icon {
    background-image: url("img/icon.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: -4px;
}

.icon-porkbun {
    background-position: 0 0;
}

.icon-363 {
    background-position: -20px 0;
}

.icon-quyu {
    background-position: -40px 0;
}

.icon-netim {
    background-position: 0 -20px;
}

.icon-aliyun {
    background-position: -20px -20px;
}

.icon-dynadot {
    background-position: -40px -20px;
}

.icon-sav {
    background-position: 0 -40px;
}

.icon-namecheap {
    background-position: -20px -40px;
}

.icon-spaceship {
    background-position: -40px -40px;
}

#registrar-a,
#renew-a {
    color: white;
    text-decoration-line: none;
}

#register-text,
#renew-text {
    display: inline-block;
    cursor: default;
}

#register-tip,
#renew-tip {
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
    font-weight: lighter;
    font-size: 13px;
    color: white;
    background-color: #000000;
    position: absolute;
    line-height: 19px;
    white-space: pre;
    height: 19px;
    top: -24px;
    z-index: 999;
    display: none;
}

#register-tip::after,
#renew-tip::after {
    content: '';
    border-top: 7px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 20px;
    left: 47%;
}

#register-text:hover~#register-tip,
#renew-text:hover~#renew-tip {
    display: inline-block;
}

@font-face {
    font-family: "monallesia";
    src: url(monallesiascript.woff2);
}
/* 电脑自适应 */
@media (min-width: 768px) {
    #brand {
        font-size: 40px;
        top: 230px;
    }
}
