.success_image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2feee;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    animation: animate .6s linear alternate-reverse infinite;
    transition: .6s ease;
}

    .success_image svg {
        color: #0afa2a;
        width: 2rem;
        height: 2rem;
    }

.success_green_button {
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: #1aa06d;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin: 0.5rem 0rem;
}

/** @format */

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.container {
  padding-bottom: 20px;
}

.search-wrapper {
  padding: 80px 15px 50px;
}

.logo {
  width: 165px;
  /*height: 40px;*/
  text-align: center;
  font-size: 0;
  margin: 0 auto 20px;
}
.search-input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #f6f6f6;
  border-radius: 7px;
  font-size: 15px;
  color: #333;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.search-input::placeholder {
  color: #999;
}
.search-btn {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #5a78ff;
  border-radius: 7px;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  border: 0;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-active:active {
  background-color: #4e6bf1 !important;
}
.search-btn img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: none;
}
.search-btn.loading img {
  display: block;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-empty {
  padding: 80px 0;
  text-align: center;
  /* background-color: #f7f8fc; */
  border-radius: 7px;
  margin: 0 15px;
}
.search-empty .icon {
  width: 170px;
  height: 125px;
  margin-bottom: 10px;
}
.search-empty .text {
  font-size: 14px;
  color: #666;
}

.search-result {
  padding: 10px 10px 20px;
  background-color: #f7f8fc;
  border-radius: 7px;
  margin: 0 15px;
}
.search-result .item {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 5px 0;
}
.search-result .label {
  width: 74px;
  font-size: 15px;
  color: #999;
}
.search-result .content {
  font-size: 15px;
  color: #333;
}
.search-result .btn-copy {
  padding: 2px 5px;
  margin-left: 2px;
  font-size: 14px;
  color: #fff;
  background-color: #5a78ff;
  border-radius: 5px;
  border: 0;
}
.search-result .btn-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #5a78ff;
  border-radius: 7px;
  margin: 12px auto 0;
  text-decoration: none;
}

.btn-jump {
  position: absolute;
  top: -1000px;
  left: -1000px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-jump.show {
  position: static;
  top: auto;
  left: auto;
}

/*Search*/
.search-result .label {
    width: 100px;
}

.search-result {
    padding: 0px 5px;
}

    .search-result .item {
        padding: 0;
        line-height: 15px;
    }

.search-wrapper {
    padding: 10px 15px 20px;
}

.search-result .content {
    font-size: 12px;
    color: #333;
    width: 70%;
}

button:focus {
    outline: 0px dotted;
}

.item .item-title {
    height: 100%;
    margin: 10px;
}

    .item .item-title img {
        width: 50px;
    }

.item .item-content {
    color: #9D9D9D;
    margin-right: 20px;
    font-size: 16px;
    line-height: 50px;
}

.item-left {
    text-align: right;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-item {
    margin-right: 10px;
}

.collapse-content {
    display: none;
}

.tips {
    background-color: #e8f3ff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 0px 20px;
    font-family: Arial, sans-serif;
}

.tipsp {
    font-size: 18px;
    color: #ff0000;
    margin-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

ul {
    list-style-type: decimal;
    padding: 10px 0px 0px 20px;
}

li {
    margin-bottom: 10px;
}