@charset "UTF-8";

 
@import url(https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap);

* {
    font-family: MiSans VF, system-ui, sans-serif;
}

/*登录 注册 找回*/
.login-form .has-feedback {
    position: relative;
}

.login-form .has-feedback .form-control {
    padding-left: 36px;
}

.login-form .has-feedback .mdi {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 4;
    color: #dcdcdc;
    display: block;
    text-align: center;
    pointer-events: none;
}

.login-form .has-feedback.row .mdi {
    left: 15px;
}

/* 兼容PB分页 */
.pagebar .page-status,
.pagebar .page-index,
.pagebar .page-pre,
.pagebar .page-next,
.pagebar .page-last,
.pagebar .page-numbar a {
    position: relative;
    padding: .5rem .75rem;
    margin: 0 3px;
    line-height: 1.25;
    border-radius: 2px;
    color: #4d5259;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagebar span a {
    color: #4d5259;
}

.pagebar .page-numbar a.page-num-current {
    background-color: #33cabb;
    border-color: #33cabb;
    color: #fff;
}

/*layui*/
.layui-layer-btn .layui-layer-btn0:hover {
    opacity: .8 !important;
    color: #fff !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #33cabb !important;
}

/*资料修改*/
.user-img-box .user-img {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.user-img-box .user-img span {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
}

/* 页面loading */
#lyear-preloader {
    display: none;
}

/* 底部波浪 */
.card-img-top {
    height: 168px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(-45deg, #dc3545, #fd7e14, #fcc525, #33cabb);
    background-size: 500% 500%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

.card-img-top .shape {
    bottom: -10px;
}

.card-img-top img:not(#shape) {
    position: absolute;
    left: 0;
}

.card-img-top img:nth-child(1) {
    opacity: 0.4;
    bottom: -0.1vw;
    animation: move-1 5s infinite;
}

@keyframes move-1 {
    50% {
        transform: translateY(15px);
    }
}

.card-img-top img:nth-child(2) {
    opacity: 0.3;
    bottom: 0.5vw;
    animation: move-2 4s infinite;
}

@keyframes move-2 {
    50% {
        transform: translateY(35px);
    }
}

.card-img-top img:nth-child(3) {
    bottom: 0.3vw;
    opacity: 0.2;
    animation: move-3 3.5s infinite;
}

@keyframes move-3 {
    50% {
        transform: translateY(25px);
    }
}

.card-img-top img:nth-child(4) {
    bottom: 0.1vw;
    opacity: 0.3;
    animation: move-4 3s infinite;
}

@keyframes move-4 {
    50% {
        transform: translateY(20px);
    }
}

.card-img-top .card-title {
    line-height: 168px;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
}