    /* 清除默认样式 */
    * {
        margin: 0;
        padding: 0;
    }

    body,
    ul,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a {
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        font-weight: normal;
    }


    ul {
        list-style: none;
    }

    img {
        border-style: none;
    }

    /* 清除默认样式 */
    .navbox {
        width: 100%;
        height: 54px;
        background: #000101;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 6;
    }

    .nav {
        width: 92%;
        height: 30px;
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        width: 118px;
        height: 30px;
    }

    .navOtherBox {
        width: 80px;
        height: 30px;
        display: flex;
        justify-content: space-between;
    }

    .icon {
        width: 30px;
        height: 30px;
    }

    .navMainBox {
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        z-index: 99;
        display: none;
    }

    .navMainBoxTop {
        width: 92%;
        height: 54px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navMainBoxTop p {
        font-weight: bolder;
        font-size: 16px;
        color: #C4C4C4;
    }

    .iconBox {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .iconBox img {
        width: 12px;
        height: 12px;
        color: white;
    }

    .he2 {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .navLiBox {
        width: 100%;
        /* height: 25px; */
        text-align: center;
        margin-top: 30px;
        line-height: 25px;
        font-weight: 700;
        font-size: 16px;
        color: #C4C4C4;
    }

    .navLiMin {
        width: 100%;
        height: fit-content;
        display: none;
    }

    .navMinLi {
        width: 100%;
        height: 12px;
        font-weight: 400;
        font-size: 15px;
        color: #C4C4C4;
        margin-top: 20px;
    }

    .login-btn {
        width: fit-content;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin: 50px auto 0 auto;
        font-size: 15px;
        color: #F06E4B;
        padding: 0 20px;
        border: 1px solid #A76150;
        background: linear-gradient(180deg, #1A1717 0%, #493C3B 100%);
    }

    /* 登录弹窗 */
    .login-box {
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .login-box .login-box-login {
        width: 80%;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        display: none;
        position: relative;
        margin: 200px auto 0 auto;
        overflow: hidden;
    }

    .login-box .login-box-login img {
        width: 26px;
        width: 26px;
        position: absolute;
        right: 14px;
        top: 14px;
    }

    .login-box .login-box-login .title-box {
        display: flex;
        justify-content: flex-start;
    }

    .right {
        margin-left: 20px;
    }

    .login-box .login-box-login .title-box .left {
        font-size: 20px;
        color: #1A1A1A;
    }

    .login-box .login-box-login .title-box .right {
        font-size: 15px;
    }

    .login-box .login-box-login .title-box .right .tips {
        color: #8D8D8D;
    }

    .login-box .login-box-login .title-box .right .tips-register {
        color: #F06E4B;
    }

    .login-box .login-box-login .name {
        font-size: 55px;
        font-weight: bold;
    }

    .login-box .login-box-login .input-item {
        margin-top: 36px;
        position: relative;
    }

    .login-box .login-box-login .input-item .input-name {
        font-size: 16px;
        font-weight: bold;
    }

    .login-box .login-box-login .input-item input {
        width: 85%;
        height: 58px;
        font-size: 14px;
        margin-top: 15px;
        padding: 0 20px;
        border-radius: 4px;
        outline: none;
        border: 1px solid #ADADAD;
    }

    /* .login-box .login-box-login .input-item .code-input {
        padding-right: 40px;
    } */

    .login-box .login-box-login .input-item .code-text {
        color: #F06E4B;
        font-size: 14px;
        position: absolute;
        right: 20px;
        bottom: 18px;
        width: 80px;
        text-align: right;
    }

    .login-box .login-box-login .input-item input:focus {
        border: 1px solid #4285F4;
    }

    .login-box .login-box-login .forgot-password {
        text-align: right;
        margin-top: 15px;
        font-size: 14px;
        color: #F06E4B;
    }

    .login-box .login-box-login .btn {
        line-height: 54px;
        text-align: center;
        background-color: #F06E4B;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin-top: 40px;
        border-radius: 8px;
    }

    .login-box .display-block {
        display: block;
    }

    .login-other {
        width: 98%;
        height: 20px;
        /* background-color: red; */
        margin: 15px auto 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .login-other-right {
        display: flex;
    }

    .otherColor {
        color: #F06E4B;
    }

    .display-none{
        display: none;
    }
    /* 导航结束 */
    /* 脚部开始 */
    .footerBox {
        width: 100%;
        height: 166px;
        background: #000101;
        border-top: 1px solid #0D1D0F;
        /* position: fixed;
        bottom: 0; */
    }

    .footBox {
        width: 92%;
        height: 106px;
        margin: 30px auto 0 auto;
    }

    .fontInfoTop {
        width: 100%;
        height: 14px;
        line-height: 14px;
        display: flex;
        margin-bottom: 12px;
    }

    .fontInfoTop p {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        margin-right: 20px;
    }
    .he {
        width: 100%;
        height: 1px;
        background-color: #4F5656;
        margin-bottom: 15px;
    }

    .footBottom {
        width: 100%;
        height: 18px;
        line-height: 18px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
    }


    .user-center {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
.user-center .user-center-box {
  flex: 1;
  height: 0;
  padding: 50px 0;
  padding-top: 140px;
}
.user-center .user-center-box .title {
  color: #1A1A1A;
  font-size: 32px;
}
.user-center .user-center-box .user-data-box {
  background-color: #fff;
  margin-top: 30px;
  padding: 35px;
}
.user-center .user-center-box .user-data-box .name {
  font-size: 16px;
  color: #666666;
}
.user-center .user-center-box .user-data-box .item-box {
  height: 94px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
}
.user-center .user-center-box .user-data-box .item-box .youxiang {
  font-size: 32px;
  font-weight: bold;
}
.user-center .user-center-box .user-data-box .item-box .login-out {
  color: #F06E4B;
  line-height: 35px;
  padding: 0 20px;
  border: 1px solid;
  margin-left: auto;
}
.user-center .user-center-box .user-data-box .item-box .text {
  font-size: 16px;
  color: #666666;
}
.user-center .user-center-box .user-data-box .item-box .val {
  color: #1A1A1A;
  font-size: 20px;
  margin-left: auto;
}
.user-center .user-center-box .user-data-box .item-box .btn {
  color: #F06E4B;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid;
  padding: 0 10px;
  border-radius: 100px;
  margin-left: 20px;
}

.pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.pagination li{
  width: 40px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #666!important;
  margin: 0 5px;
  border: 1px solid #666!important;
  border-radius: 5px;
  display: inline-block;
}
.pagination li a{
  width: 100%;
  display: inline-block;
}
.pagination .active{
  width: 40px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #663392;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  color: #ffffff !important;
    background: #663392 !important;
}

.pagination .disabled{
  width: 40px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #cccccc;
  margin: 0 5px;
  border: 1px solid #cccccc!important;
  border-radius: 5px;
  display: inline-block;
}


.become-vip-box {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.become-vip-box .become-vip {
  max-width: 60vw;
  padding: 40px 40px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin: 90px auto;
}
.become-vip-box .become-vip .become-vip-clone-img {
  width: 26px;
  width: 26px;
  position: absolute;
  right: 14px;
  top: 14px;
}
.become-vip-box .become-vip .title {
  font-size: 20px;
  font-weight: bold;
}
.become-vip-box .become-vip .info {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.become-vip-box .become-vip .list-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.become-vip-box .become-vip .list-box .item-box {
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.become-vip-box .become-vip .list-box .item-box .title {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: bold;
}
.become-vip-box .become-vip .list-box .item-box .item-tequan-title {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
}
.become-vip-box .become-vip .list-box .item-box .item-tequan-title img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.become-vip-box .become-vip .list-box .item-box .item-tequan-title .item-tequan-name {
  font-size: 14px;
}
.become-vip-box .become-vip .list-box .item-box .item-tequan-info {
  font-size: 12px;
  color: #666;
  padding-left: 22px;
  margin-top: 2px;
  line-height: 14px;
}
.become-vip-box .become-vip .list-box .item-box .btn {
  position: absolute;
  color: #fff;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  text-align: center;
  border-radius: 100px;
  line-height: 32px;
  font-size: 14px;
}

    /* 脚部结束 */