body {
    /* background-color: #e2e2e2; */
    background-color: #adb5bd;
}

.head {
    /* background: transparent; */
    /* background-color: antiquewhite; */
    z-index: 500;
}

.content {
    position: relative;
    width: 100%;
    /* min-height: 38rem; */
    padding: 0;
    /* background: linear-gradient(180deg, #232526, #414345); */
}

.roundTop {
    position: relative;
    width: 100%;
    /* min-height: 15rem; */
    /* color: #ffffff; */
    background: linear-gradient(180deg, #232526, #414345);
    /* background: linear-gradient(0deg, #1f1c2c, #928dab); */
}

.curtain {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20%;
    height: 4.5rem;
    border-radius: 0 0 50% 50%;
    background-color: #232526;
    z-index: 100;
}

.roundTop .maskLayer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6rem;
    /* background-color: #a80000; */
    background: url('assets/img/spotlight.png') no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}

.revolveBox {
    width: 5rem;
    height: 5rem;
    transition: 500ms;
    /* background-color: #fff; */
}

.rbAnimation {
    animation: rbAnimation 800ms linear;
}

@keyframes rbAnimation {
    from {
        transform: rotateY(360deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

.revolveLogo {
    max-width: 60%;
}

.roundTop .rtTop {
    position: relative;
    padding: 0 0.5rem;
    padding-top: 3.5rem;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    /* background-size: 100% 100%; */
    /* background-color: #a80000; */
}

.rtTop .cirqueBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #cecece;
}

.rtTop .cirqueBox .cirque1,
.cirque2,
.cirque3,
.cirque4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #cecece;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.rtTop .cirqueBox .cirque1 {
    width: 90%;
    height: 80%;
    border: 2px solid #cecece;
    z-index: 5;
}

.rtTop .cirqueBox .cirque1 .halfrings {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(calc(0% - 4px), calc(0% - 4px));
    width: calc(100% + 2px);
    height: calc(100% + 8px);
    border-radius: 50%;
    border: 5px solid white;
    clip-path: polygon(50% 100%, 0 100%, 0 -3600%, 50% 50%);
    transition: 100ms;
    /* z-index: 5; */
}

.rtTop .cirqueBox .cirque1 .dot {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, calc(0% + 0.2rem + 1px));
    width: 0.4rem;
    height: 0.4rem;
    /* border: 2px solid rgba(0, 0, 0, .5); */
    border-radius: 50%;
    background: white;
    transition: 100ms;
    z-index: 10;
}

.rtTop .cirqueBox .cirque1 .transparentRing {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, calc(0% + 0.325rem + 1px));
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background-color: hsla(204, 8%, 76%, 0.6);
}

.rtTop .cirqueBox .cirque2 {
    width: 70%;
    height: 60%;
}

.rtTop .cirqueBox .cirque3 {
    width: 60%;
    height: 45%;
}

.rtTop .cirqueBox .cirque4 {
    width: 50%;
    height: 30%;
}

.rtTop .container {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 7%);
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    /* border: 1px solid #000; */
    /* transition: 1000ms; */
    z-index: 10;
}

.rtTop .container .itemBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: 1.5rem;
    color: #ffffff;
    /* background-color: pink; */
    /* transform: rotate(90deg); */
    /* transition: 1000ms; */
}

.rtTop .container .itemBox .roundgrade {
    padding: 1px 5px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    /* font-size: 0.45rem; */
    font-weight: 700;
    /* background-color: skyblue; */
}

.onIndex {
    color: #fac800;
    border: 1px solid #fac800;
    /* background-color: transparent; */
}

.offIndex {
    color: #232526;
    background: #fac800;
}

.sliding {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2rem;
    transform: translate(-50%, 0%);
    /* background-color: #cecece; */
}

.rgExp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0.3rem;
    transform: translate(-50%);
    width: fit-content;
    height: 1rem;
    font-weight: 700;
    color: #ffffff;
    /* background-color: skyblue; */
}

.rtBottom {
    padding: 0.5rem;
    background-color: #ff0000;
}

.rountButtom {
    padding: 0.5rem;
    width: 100%;
    /* background: linear-gradient(0deg, #1f1c2c, #928dab); */
}

.cardInfo {
    margin-bottom: 0.5rem;
    padding: 0.4rem;
    width: 100%;
    height: 7rem;
    color: #000000;
    border-radius: 10px;
    /* background: linear-gradient(0deg, #1f1c2c, #928dab); */
    background: #fff;
}

.cardInfo .smallInfo1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* background-color: rgb(0, 179, 80); */
}

.cardInfo .smallInfo2 {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 100%;
    /* background-color: rgb(0, 179, 80); */
}

.cardInfo .smallInfo1 .sI1Left {
    flex: 1;
    display: flex;
    /* align-items: center; */
    /* height: 2rem; */
    /* background-color: rgb(102, 0, 0); */
}

.cardInfo .smallInfo1 .sI1Left .sI1LImg {
    width: 1.5rem;
    height: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 50%;
    background-color: #fff;
}

.sI1LImg img {
    border-radius: 50%;
}

.cardInfo .smallInfo1 .sI1Left .sI1LOther {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    margin-left: 0.25rem;
    /* background-color: #008cff; */
}

.cardInfo .smallInfo1 .sI1Left .sI1LOther .sI1LOtherTop {
    font-size: 0.65rem;
    font-weight: 500;
    /* background-color: pink; */
}

.cardInfo .smallInfo1 .sI1Left .sI1LOther .sI1LOtherButtom {
    font-size: 0.6rem;
    /* background-color: rgb(255, 139, 158); */
}

.cardInfo .smallInfo1 .sI1Right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    /* background-color: rgb(0, 0, 0); */
}

.button {
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 250ms;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

/* .btn {
    width: 4rem;
    height: 1.5rem;
    color: black;
    font-size: 0.65rem;
    font-weight: 700;
    background-color: rgb(255, 255, 0);
} */

.btn1 {
    width: 100%;
    /* height: 1.5rem; */
    color: black;
    font-size: 0.65rem;
    font-weight: 700;
    background-color: rgb(255, 255, 0);
}

.btn2 {
    width: 100%;
    /* height: 1.5rem; */
    color: black;
    font-size: 0.65rem;
    font-weight: 700;
    background-color: rgb(255, 255, 0);
}

.smallLine {
    margin: 0.5rem 0;
    border-bottom: 1px solid #000;
}

.smallInfo2 .sI2P {
    flex: 1;
    margin-bottom: 0.25rem;
    /* background-color: #ca4c4c; */
}