/*：当前代码仅为演示用,不能二次开发。源码只发布在: http://www.bootstrapmb.com/item/11027。(此说明只在演示页面有,不在下载的源码里。)*//*：当前代码仅为演示用，无法二次开发，下载源码请到： http://www.bootstrapmb.com/item/11027*/.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/*：当前代码仅为演示用，无法二次开发，下载源码请到： http://www.bootstrapmb.com/item/11027*//*：当前代码仅为演示用,不能二次开发。源码只发布在: http://www.bootstrapmb.com/item/11027。(此说明只在演示页面有,不在下载的源码里。)*/




.min-h-screen {
    min-height: 100vh;
}

.relative {
    position: relative;
}
 .md\:items-start {
    align-items: flex-start;
}
 .sm\:justify-center {
    justify-content: center;
}
 .sm\:flex-row {
    flex-direction: row;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
}
.flex-auto {
    flex: 1 1 auto;
}
.min-w-0 {
    min-width: 0;
}
.flex {
    display: flex;
}
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
a {
    color: inherit;
    text-decoration: inherit;
}

img, video {
    max-width: 100%;
    height: auto;
}

img {
    border-style: solid;
}
body {
    margin: 0;
    overflow: hidden;
}
.h-full {
    height: 100%;
}
.relative {
     position: relative; 
}
.md\:flex {
    display: flex;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}
.p-10 {
    padding: 2.5rem;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76,29,149,var(--tw-bg-opacity));
}
.overflow-hidden {
    overflow: hidden;
}
.justify-center {
    justify-content: center;
}
/*.items-center {
    align-items: center;
}*/
.relative {
    position: relative;
}
.opacity-75 {
    opacity: 1.98;
}
.to-blue-500 {
    --tw-gradient-to: #3b82f6;
}
.from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}
.z-0 {
    z-index: 0;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute {
    position: absolute;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}
.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76,29,149,var(--tw-bg-opacity));
}
.max-w-md {
    max-width: 28rem;
}

.z-10 {
    z-index: 10;
}
.xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xl\:w-2\/5 {
    width: 40%;
}
.md\:rounded-none {
    border-radius: 0;
}
.md\:justify-center {
    justify-content: center;
}
.md\:items-center {
    align-items: center;
}
.md\:flex {
    display: flex;
}
.p-8 {
    padding: 2rem;
}
.sm\:rounded-lg {
    border-radius: 0.5rem;
}

.w-2\/5 {
    width: 40%;
}
.max-w-md {
    max-width: 28rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity));
}

.font-bold {
    font-weight: 700;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}



.justify-center {
    justify-content: center;
}


.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229,231,235,var(--tw-bg-opacity));
}

.w-16 {
    width: 4rem;
}

.h-px {
    height: 1px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209,213,219,var(--tw-text-opacity));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229,231,235,var(--tw-bg-opacity));
}

.w-16 {
    width: 4rem;
}

.h-px {
    height: 1px;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.el-input[data-v-a1ab2f5b] {
    height: 60px;
}

.el-input {
    --el-input-height: var(--el-component-size);
    position: relative;
    font-size: var(--el-font-size-base);
    display: inline-flex;
    width: 100%;
    line-height: var(--el-input-height);
    box-sizing: border-box;
}
.el-input__wrapper {
    display: flex;
    border: 1px solid #55555538;
    border-radius: 10px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    background-color: var(--el-input-bg-color,var(--el-fill-color-blank));
    background-image: none;
    /* border-radius: var(--el-input-border-radius,var(--el-border-radius-base)); */
    transition: var(--el-transition-box-shadow);
    box-shadow: 0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;
}

.relative {
    /* position: relative; */
}

.relative {
    position: relative;
}
.el-input__prefix {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: var(--el-input-icon-color,var(--el-text-color-placeholder));
    transition: all var(--el-transition-duration);
    pointer-events: none;
}
.el-input__prefix-inner {
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129,140,248,var(--tw-text-opacity));
}

a {
    color: inherit;
    text-decoration: inherit;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4,0,1,1);
}

.duration-500 {
    transition-duration: .5s;
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243,244,246,var(--tw-text-opacity));
}

.tracking-wide {
    letter-spacing: .025em;
}

.font-semibold {
    font-weight: 600;
}

.p-4 {
    padding: 1rem;
}

.to-blue-600 {
    --tw-gradient-to: #3c8dbc;
}

.from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
}

.rounded-full {
    border-radius: 9999px;
    width: 100%;
}

.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}

