/* 声明变量 */
:root {
    --swiper-theme-color: #ff7f50;
}

body {
    background-color: #eeeeee;
}

.head {
    z-index: 100;
}

.logoImg {
    width              : 1.2rem;
    height             : 1.2rem;
    /* background-color: skyblue; */
}

.logoImg2 {
    width              : 5rem;
    height             : 1.2rem;
    /* background-color: skyblue; */
}

/* 轮播图 */
.wrapperBanner {
    position           : relative;
    width              : 100%;
    height             : 6.3rem;
    border-radius      : 10px;
    /* 隐藏超出展示容器的内容 */
    overflow           : hidden;
    /* background-color: #00ff22; */
}

.drawers {
    display            : flex;
    width              : 100%;
    height             : 100%;
    /* transition      : 1s; */
    /* background-color: antiquewhite; */
}

.storagebox {
    width      : 100%;
    height     : 100%;
    flex-shrink: 0;
}

.drawers img {
    max-width: 100%;
}

.testBox {
    margin-top      : 5rem;
    display         : flex;
    justify-content : space-between;
    background-color: bisque;
}

.testBox button {
    width : 5rem;
    height: 2rem;
}


.userInfo {
    display            : flex;
    flex-wrap          : wrap;
    padding            : 0.5rem;
    width              : 100%;
    color              : black;
    border             : 2px solid #8395a7;
    border-radius      : 10px;
    /* background-color: #ffffff; */

    /* background     : linear-gradient(to right, #eb3349, #f45c43, #eb3349); */

    background     : linear-gradient(to right, #f2f2f2, #e6e6e6, #f2f2f2);
    background-size: 300% 100%;
    animation      : colorFlow 5s linear infinite;
}

@keyframes colorFlow {
    0% {
        background-position: 0;
    }

    33% {
        background-position: 100%;
    }

    66% {
        background-position: 200%;
    }

    100% {
        background-position: 300%;
    }
}


.userRowTop {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-bottom  : 0.25rem;
    width          : 100%;
}

.userRow {
    display            : flex;
    justify-content    : start;
    width              : 50%;
    margin-bottom      : 0.25rem;
    /* background-color: #2d75bd; */
}

/* .userRow:last-child {
    margin-bottom: 0rem;
} */

.userRowTop {
    justify-content: start;
    margin-bottom  : 0.6rem;
}

.userRowTop .userRsmallBox {
    flex               : 1;
    display            : flex;
    justify-content    : space-between;
    /* background-color: skyblue; */
}

.userRowTop .userRsmallBox .right {
    display            : flex;
    align-items        : center;
    /* background-color: pink; */
}

/* .svipStatus {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.15rem 0.2rem;
    border-radius: 5px;
    color: orange;
    font-size: 0.56rem;
    font-weight: 700;
    border: 1px solid orange;
    background-color: #ffffff;
}

.svipStatus img {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 0;
} */

.userRowTop .userImg {
    width        : 2rem;
    height       : 2rem;
    border-radius: 50%;
    margin-right : 0.5rem;
    box-shadow   : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.userRowTop .userImg img {
    /* max-width    : 100%;  */
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.userRowTop .userID {
    display               : flex;
    /* font-size          : 1.3rem; */
    font-weight           : 700;
    font-family           : "Comic Sans MS", fantasy;
    /* background-color   : #b11919; */
}

.levelshow {
    display    : flex;
    align-items: center;
}

.levelIcon {
    width              : 0.8rem;
    height             : 0.8rem;
    /* background-color: skyblue; */
}

.levelIcon img {
    max-width: 100%;
}

.swiper_container {
    background-color: rgb(214, 214, 214);
}

/* .swiper-wrapper {
    background-color: pink;
} */

/* 订单 */
.specific {
    width           : 100%;
    padding         : 0.5rem;
    color           : #000;
    border-radius   : 10px;
    background-color: #fff;
}

.orderTop,
.toOrder {
    display: flex;
}

.orderTop {
    justify-content: space-between;
}

.orderTop .title {
    color      : #000;
    font-size  : 0.6rem;
    font-weight: 700;
}

.right {
    display            : flex;
    align-items        : center;
    /* background-color: pink; */
}

.toOrder {
    margin-top         : 0.5rem;
    justify-content    : space-around;
    /* background-color: pink; */
}

.orderlink {
    display            : flex;
    flex-direction     : column;
    align-items        : center;
    /* width           : 2rem;
    height             : 2rem; */
    /* background-color: #73889c; */
}

.orderIcon {
    position           : relative;
    width              : 1.5rem;
    height             : 1.5rem;
    /* background-color: #0084ff; */
}

.message {
    position        : absolute;
    top             : -0.25rem;
    right           : -0.25rem;
    width           : 0.7rem;
    height          : 0.7rem;
    color           : #fff;
    font-size       : 0.4rem;
    border-radius   : 50%;
    background-color: red;
}

.orderIcon img {
    max-width: 80%;
}



.other {
    width              : 100%;
    /* background-color: antiquewhite; */
}

.rowBox {
    display            : flex;
    width              : 100%;
    height             : 3.5rem;
    margin-bottom      : 0.5rem;
    border-radius      : 10px;
    /* background-color: rgb(77, 163, 69); */
}

.other .rowBox:last-child {
    margin-bottom: 0rem;
}

.service {
    position           : relative;
    flex               : 1;
    /* width           : 7rem; */
    height             : 3.5rem;
    border-radius      : 10px;
    font-size          : 0.8rem;
    font-weight        : 500;
    color              : white;
    /* background-color: rgb(0, 0, 0); */
    overflow           : hidden;
}

.service .helpbgc {
    background: url('../../assets/img/help.jpg');
}

.service .auditbgc {
    background: url('../../assets/img/audit.jpg');
}

.service .recordbgc {
    background: url('../../assets/img/record.jpg');
}

.service .shareNewbgc {
    background: url('../../assets/img/shareNew.jpg');
}

.service .promotionbgc {
    background: url('../../assets/img/promotion.jpg');
}

.service .myshop {
    background: url('../../assets/img/myshop.jpg');
}

.service .pic {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    background-size: 100% 100%;
    z-index        : 1;
}

.service .picInfoShade {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.service .picInfo {
    position       : absolute;
    top            : 0;
    left           : 0;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 0 0.5rem;
    width          : 100%;
    height         : 100%;
    z-index        : 10;
}

.service .rowIcon {
    width : 1.5rem;
    height: 1.5rem;
}

.service .rowIconLong {
    width  : 1.5rem;
    height : 1.5rem;
    opacity: 0.3;
}

/* 快捷服务 */
.rapidService {
    width           : 100%;
    padding         : 0.5rem;
    border-radius   : 10px;
    background-color: #ffffff;
    box-shadow      : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.rapidTitle {
    width              : 100%;
    font-size          : 0.7rem;
    font-weight        : 700;
    color              : #000;
    /* background-color: skyblue; */
}

.rapidLinks {
    display  : flex;
    flex-wrap: wrap;
    width    : 100%;
}

.toLinks {
    --n                : 4;
    --rest             : calc(100% - var(--n) * 3rem);
    margin             : 0 calc(var(--rest) / var(--n) / 2);
    margin-top         : 0.8rem;
    flex-direction     : column;
    width              : 3rem;
    /* background-color: saddlebrown; */
}

.rapidIcon {
    width           : 1.8rem;
    height          : 1.8rem;
    border-radius   : 50%;
    background-color: #7a7a7a;
    box-shadow      : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.toLinks p {
    margin-top         : 0.2rem;
    color              : #000;
    /* background-color: #ff7f50; */
}


.popUpWin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 0.3rem; */
    width: 70%;
    height: 20rem;
    max-height: 45%;
    color: #000;
    font-size: 0.8rem;
    border-radius: 1rem;
    background-color: #fff;
    z-index: 3333;
    overflow: hidden;
}

.e-card {
    /* margin       : 100px auto; */
    background   : transparent;
    box-shadow   : 0px 8px 28px -9px rgba(0, 0, 0, 0.45);
    position     : relative;
    width        : 100%;
    height       : 100%;
    border-radius: 16px;
    overflow     : hidden;
}

.wave {
    position   : absolute;
    width      : 540px;
    height     : 700px;
    opacity    : 0.6;
    left       : 0;
    top        : 0;
    margin-left: -50%;
    margin-top : -70%;
    /* background : linear-gradient(744deg, #af40ff, #5b42f3 60%, #00ddeb); */
    background : linear-gradient(135deg,#8bdeda,#43add0,#998ee0,#e17dc2,#ef9393);
}

.icon {
    width         : 3em;
    margin-top    : -1em;
    padding-bottom: 1em;
}

.infotop {
    text-align : center;
    font-size  : 20px;
    position   : absolute;
    /* top        : 5.6em; */
    left       : 0;
    right      : 0;
    color      : rgb(255, 255, 255);
    font-weight: 600;
}

.name {
    font-size     : 14px;
    font-weight   : 100;
    position      : relative;
    top           : 1em;
    text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
    top: 210px;
}

.playing .wave {
    border-radius: 40%;
    animation    : wave 3000ms infinite linear;
}

.wave {
    border-radius: 40%;
    animation    : wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
    animation-duration: 4000ms;
}

.wave:nth-child(2) {
    animation-duration: 50s;
}

.playing .wave:nth-child(3) {
    animation-duration: 5000ms;
}

.wave:nth-child(3) {
    animation-duration: 45s;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}