html,
body,
#app {
    overflow-x: hidden;
    background: #f5f6f8;
}

#app {
    width: 100vw;
    min-height: 100vh;
    height: 100%;
}

._c.header {
    min-height: 224px;
    background: url("../img/gradient-box-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

._c._i.header {
    background: url("../img/gradient-income-bg.png");
    min-height: unset;
    height: 150px;
}

._c._l.header {
    background: url("../img/gradient-level-card.png");
    min-height: unset;
    height: 150px;
}

._c._w.header {
    background: unset;
    min-height: unset;
    height: 150px;
}

._c.header > .cover-box {
    padding-top: 15px;
    margin: 0px 15px 0 15px;
    overflow: hidden;
}

._c.header > .cover-box .cover {
    width: 100%;
}

.swiper-wrapper .swiper-slide {
    overflow: hidden;
}
._c.header > .info-box {
    padding: 15px;
    display: flex;
}

._c.header > .share-box {
    padding: 15px;
    display: flex;
}

._c.header > .income-box {
    padding: 15px;
    display: flex;

    position: relative;
}

._c.header > .withdrawal-box {
    padding: 15px;
    display: flex;
}

._c.header > .share-box > .share {
    width: 100%;
    position: relative;
}

._c.header > .income-box > .income {
    position: absolute;
    top: 47px;
    left: 15px;
    right: 15px;
    height: 95px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #ffffff;
    border-radius: 15px;
}

._c.header > .income-box > .income > .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

._c.header > .income-box > .income > .left > .title {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

._c.header > .income-box > .income > .left > .money-box {
    display: flex;
    align-items: flex-end;
}

._c.header > .income-box > .income > .left > .money-box > .unit {
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    line-height: 1;
    font-style: normal;
}
._c.header > .income-box > .income > .left > .money-box > .money {
    font-weight: 600;
    font-size: 25px;
    color: #333333;
    line-height: 21px;
    font-style: normal;
}

._c.header > .income-box > .income > .right {
    display: flex;
    margin-right: 10px;
}

._c.header > .income-box > .income > .right > .right-icon {
    width: 50px;
    height: 50px;
    background: url("../img/money-icon-color.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

._c.header > .withdrawal-box > .withdrawal {
    width: 100%;
    height: 95px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: url("../img/gradient-withdrawal-card.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

._c.header > .withdrawal-box > .withdrawal > .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

._c.header > .withdrawal-box > .withdrawal > .left > .title {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-style: normal;
}

._c.header > .withdrawal-box > .withdrawal > .left > .money-box {
    display: flex;
    align-items: flex-end;
}

._c.header > .withdrawal-box > .withdrawal > .left > .money-box > .unit {
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-style: normal;
}
._c.header > .withdrawal-box > .withdrawal > .left > .money-box > .money {
    font-weight: 600;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    font-style: normal;
}

._c.header > .withdrawal-box > .withdrawal > .right {
    display: flex;
    margin-right: 10px;
}

._c.header > .withdrawal-box > .withdrawal > .right > .apply-for-withdrawal {
    width: 89px;
    height: 40px;

    background: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._c.header > .withdrawal-box > .withdrawal > .right > .apply-for-withdrawal > .label {
    font-weight: 600;
    font-size: 15px;
    color: #1383ff;
    line-height: 21px;
    font-style: normal;
}

._c.header > .share-box > .share > .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    background: url("../img/gradient-btn-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 75px;
}

._c.header > .share-box > .share > .info > .icon {
    background: url("../img/share-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

._c.header > .share-box > .share > .info > .title {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    font-style: normal;
    margin-left: 10px;
}

._c.header > .info-box > .avatar {
    width: 60px;
    height: 60px;
    border-radius: 99px;
}

._c.header > .info-box > .info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

._c.header > .info-box > .info > .nickname {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-style: normal;
}

._c.header > .info-box > .info > .mobile {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

.navbar-box {
    height: 44px;
}

.navbar {
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in;
    z-index: 1001;
}

.navbar.shadow {
    box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

.navbar.navbar-transparent {
    background: transparent;
    box-shadow: none;
}

.navbar > .left,
.navbar > .right {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar > .left > a {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar > .left > a:hover {
    opacity: 0.7;
}

.navbar > .left > a:active {
    opacity: 0.5;
}

.navbar > .left > a > .back {
    background: url("../img/left-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.navbar > .title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-style: normal;
}

._c._i.header > .navbar-box > .navbar.navbar-transparent > .title {
    color: rgba(255, 255, 255, 1);
}

._c._i.header > .navbar-box > .navbar.navbar-transparent > .left > a > .back {
    background: url("../img/left-icon-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

._c._l.header > .navbar-box > .navbar.navbar-transparent > .title {
    color: rgba(255, 255, 255, 1);
}

._c._l.header > .navbar-box > .navbar.navbar-transparent > .left > a > .back {
    background: url("../img/left-icon-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.course-box-1 {
    background: url("../img/gradient-card-bg-1.png");
}

.course-box-2 {
    background: url("../img/gradient-card-bg-2.png");
}

.course-box-3 {
    background: url("../img/gradient-card-bg-3.png");
}

.course-box {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.course-box > .header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.course-box > .header > .left {
    display: flex;
    align-items: center;
}

.course-box > .header > .left > .tag-icon {
    width: 3px;
    height: 10px;
    border-radius: 2px;
    background: #0d6dff;
}

.course-box > .header > .left > .text {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-style: normal;
    margin-left: 5px;
}

.course-box > .header > .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-box > .header > .right > .text {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.7);
    line-height: 1;
    font-style: normal;
}

.course-box > .header > .right > .right-icon {
    width: 16px;
    height: 16px;
    background: url("../img/right-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.course-box > .body {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
}

.course-box > .body.list {
    padding: 0;
    flex-wrap: wrap;
}

.course-box > .body > .course {
    width: calc(50vw - 35px);
}

.course-box > .body.list > .course {
    padding: 8px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 15px;
    width: calc(50vw - 15px - 7.5px);
}

.course-box > .body > .course > .cover {
    width: 100%;
}

.course-box > .body > .course > .title {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-box > .body > .course > .title,
.course-box > .body > .course > .name-box,
.course-box > .body > .course > .price-box {
    margin-top: 5px;
}

.course-box > .body > .course > .name-box {
    display: flex;
    align-items: center;
}

.course-box > .body > .course > .name-box > .user-icon {
    width: 12px;
    height: 12px;
    background: url("../img/user-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.course-box > .body > .course > .name-box > .name {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    font-style: normal;
    margin-left: 5px;
}

.course-box > .body > .course > .price-box {
    color: #ff1d1d;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-box > .body > .course > .price-box  .unit {
    font-size: 11px;
}

.course-box > .body > .course > .price-box  .price {
    font-size: 18px;
}


.course-box > .body > .course > .price-box  .sailnum {
    font-size: 11px;
    color: #a7a2a2;
}

.copyright-text,
.record-text {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 5px;
}

.tabbar-box {
    height: 60px;
}

.tabbar {
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px -1px 10px 0px rgba(51, 51, 51, 0.2);
    user-select: none;
}

.tabbar > .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabbar > .menu > .menu-home-icon {
    background: url("../img/tabbar-home-icon.png");
}

.tabbar > .menu > .menu-user-icon {
    background: url("../img/tabbar-user-icon.png");
}

.tabbar > .active > .menu-home-icon {
    background: url("../img/tabbar-home-active-icon.png");
}

.tabbar > .active > .menu-user-icon {
    background: url("../img/tabbar-user-active-icon.png");
}

.tabbar > .menu > .menu-icon {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tabbar > .menu > .menu-title {
    font-weight: 600;
    font-size: 12px;
    color: #cccccc;
    line-height: 16px;
    font-style: normal;
}

.tabbar > .menu.active > .menu-title {
    color: #0d6dff;
}

.detail {
    display: flex;
    flex-direction: column;
}

.detail > .cover {
    width: 100%;
}

.detail > .info {
    display: flex;
    flex-direction: column;
    padding: 15px;

    background: #ffffff;
}

.detail > .info > .price-box {
    color: #ff1d1d;
    font-style: normal;
    text-align: left;
    font-weight: 600;
}

.detail > .info > .price-box > .unit {
    font-size: 11px;
}

.detail > .info > .price-box > .price {
    font-size: 18px;
}

.detail > .info > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
    margin-top: 10px;
}

.detail > .info > .name-box {
    display: flex;
}

.detail > .info > .name-box > .name-tag {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 5px;
    background: rgba(13, 109, 255, 0.1);
    border-radius: 4px;
}

.detail > .info > .name-box > .name-tag > .user-icon {
    width: 12px;
    height: 12px;
    background: url("../img/user-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.detail > .info > .name-box > .name-tag > .name {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    font-style: normal;
    margin-left: 5px;
}

.detail > .info > .desc {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    margin-top: 10px;
}

.detail > .catalogue {
    margin-top: 10px;
    padding: 15px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.detail > .catalogue > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

.detail > .catalogue > .line {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail > .catalogue > .line > .tag {
    width: 15px;
    height: 3px;
    background: #0d6dff;
    border-radius: 2px;
    position: absolute;
    top: -1.5px;
}

.detail > .catalogue > .list {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.detail > .catalogue > .list > .item {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.detail > .catalogue > .list > .item > .title {
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    font-style: normal;
    margin-bottom: 5px;
}

.detail > .catalogue > .list > .item > .desc {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 14px;
    font-style: normal;
}

.pay-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0 10px 0px rgba(210, 210, 210, 0.5);
}

.pay-box > .pay {
    width: 100%;
    height: 50px;
    background: #0d6dff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.pay-box > .pay > .text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-style: normal;
}

.pay:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.pay:active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.recruit {
    display: flex;
    flex-direction: column;
}

.recruit > .cover {
    width: 100%;
}

.recruit > .form {
    padding: 15px;
    background: #ffffff;
}

.recruit > .form > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
    margin: 10px 0;
}

.recruit > .form > .form-item {
    background: #f5f6f8;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
}

.recruit > .form > .form-item-file {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.recruit > .form > .form-item-file .form-item-id_card {
    height: 100px;
    background: #f5f6f8;
    border-radius: 9px;
    width: calc(50vw - 7.5px - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.recruit > .form > .form-item-file .form-item-id_card span {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

.recruit > .form > .form-item > .form-item-label {
    width: 90px;

    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}

.recruit > .form > .form-item > .form-item-input {
    outline: none;
    border: none;
    width: 100%;
    background: transparent;
}

.recruit > .form > .form-item > .form-item-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

.recruit > .form > .form-item > .form-item-text-end {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #ff1d1d;
    line-height: 20px;
    text-align: right;
    font-style: normal;
}

.recruit-submit-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0 10px 0px rgba(210, 210, 210, 0.5);
}

.recruit-submit-box > .submit {
    width: 100%;
    height: 50px;
    background: rgba(255, 29, 29, 0.1);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.recruit-submit-box > .submit > .text {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 29, 29, 1);
    line-height: 22px;
    font-style: normal;
}

.recruit-submit > .submit:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.recruit-submit > .submit:active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

._u._header-pos {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}

._u._header-pos.lecturer-pos {
    top: -70px;
}

._u.cards {
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 15px 15px;
}

._u.cards > .card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

._u.cards > .card:nth-of-type(1) {
    padding-top: 25px;
    padding-bottom: 12.5px;
}

._u.cards > .card:only-child {
    padding-top: 25px;
    padding-bottom: 25px;
}

._u.cards > .card:nth-of-type(n + 2) {
    padding-top: 12.5px;
    padding-bottom: 25px;
}

._u.cards.lecturer > .card {
    padding: 15px;
}

._u.cards.lecturer > .card > .left > .icon {
    width: 20px;
    height: 20px;
}

._u.cards > .card > .left {
    display: flex;
    align-items: center;
}

._u.cards > .card > .left > .icon {
    width: 34px;
    height: 34px;
}

._u.cards > .card > .left > .title {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    margin-left: 10px;
}

._u.cards > .card > .right {
    display: flex;
    align-items: center;
}

._u.cards > .card > .right > .right-title {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
    margin-right: 5px;
}

._u.cards > .card > .right > .right-icon {
    width: 16px;
    height: 16px;
    background: url("../img/right-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tags-bar-box {
    height: 44px;
}

.tags-bar-box > .tags-bar {
    display: flex;
    padding: 15px;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;

    transition: all 0.3s ease-in;
}

.tags-bar-box > .tags-bar > .tag {
    position: relative;
    display: flex;
    margin-right: 15px;
}

.tags-bar-box > .tags-bar > .tag.active > .line {
    width: 20px;
    height: 3px;
    background: #0d6dff;
    border-radius: 2px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 10px);
}

.tags-bar-box > .tags-bar > .tag > .title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
}

.tags-bar-box > .tags-bar > .tag.active > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
}

.my-course-box {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
}

.my-course-box > .list {
    background: #ffffff;
    border-radius: 10px;
}

.my-course-box > .list > .item {
    padding: 15px;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}

.my-course-box > .list > .item:last-child {
    border-bottom: none;
}

.my-course-box > .list > .item > .cover {
    width: 120px;
    height: 80px;
    border-radius: 10px;
}

.my-course-box > .list > .item > .info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-course-box > .list > .item > .info > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-course-box > .list > .item > .info > .name-box {
    display: flex;
}

.my-course-box > .list > .item > .info > .name-box > .name-tag {
    display: flex;
    align-items: center;
    padding: 5px;
    background: rgba(13, 109, 255, 0.1);
    border-radius: 4px;
}

.my-course-box > .list > .item > .info > .name-box > .name-tag > .user-icon {
    width: 12px;
    height: 12px;
    background: url("../img/user-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.my-course-box > .list > .item > .info > .name-box > .name-tag > .name {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    font-style: normal;
    margin-left: 5px;
}

.my-course-box > .list > .item > .info > .price-box {
    color: #ff1d1d;
    font-style: normal;
    text-align: left;
    font-weight: 600;
}

.my-course-box > .list > .item > .info > .price-box > .unit {
    font-size: 11px;
}

.my-course-box > .list > .item > .info > .price-box > .price {
    font-size: 18px;
}

.my-order-box {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
}

.my-order-box > .list {
    display: flex;
    flex-direction: column;
}

.my-order-box > .list > .item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.my-order-box > .list > .item > .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.my-order-box > .list > .item > .header > .label {
    font-weight: 500;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

.my-order-box > .list > .item > .header > .value {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}

.my-order-box > .list > .item > .header > .value-success {
    color: #1fb245;
}

.my-order-box > .list > .item > .header > .value-error {
    color: #e82c1d;
}

.my-order-box > .list > .item > .body {
    display: flex;
}

.my-order-box > .list > .item:last-child {
    border-bottom: none;
}

.my-order-box > .list > .item > .body > .cover {
    width: 120px;
    height: 80px;
    border-radius: 10px;
}

.my-order-box > .list > .item > .body > .info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-order-box > .list > .item > .body > .info > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-order-box > .list > .item > .body > .info > .name-box {
    display: flex;
}

.my-order-box > .list > .item > .body > .info > .name-box > .name-tag {
    display: flex;
    align-items: center;
    padding: 5px;
    background: rgba(13, 109, 255, 0.1);
    border-radius: 4px;
}

.my-order-box > .list > .item > .body > .info > .name-box > .name-tag > .user-icon {
    width: 12px;
    height: 12px;
    background: url("../img/user-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.my-order-box > .list > .item > .body > .info > .name-box > .name-tag > .name {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    font-style: normal;
    margin-left: 5px;
}

.my-order-box > .list > .item > .body > .info > .price-box {
    color: #ff1d1d;
    font-style: normal;
    text-align: left;
    font-weight: 600;
}

.my-order-box > .list > .item > .body > .info > .price-box > .unit {
    font-size: 11px;
}

.my-order-box > .list > .item > .body > .info > .price-box > .price {
    font-size: 18px;
}

.my-order-box > .list > .item > .body > .btn_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 10px;
}

.my-order-box > .list > .item > .body > .btn_box > a{
    padding: 5px 10px;
    font-size: 14px;
    color: #0D6DFF;
}
.detail > .info > .tag-box {
    margin-bottom: 5px;
}

.detail > .info > .tag-box > .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
}

.detail > .info > .tag-box > .line {
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail > .info > .tag-box > .line > .tag {
    width: 15px;
    height: 3px;
    background: #0d6dff;
    border-radius: 2px;
    position: absolute;
    /* top: -1.5px; */
    bottom: 0;
    left: 8px;
}

.detail > .catalogue.play > .title {
    text-align: left;
}

.detail > .catalogue.play > .list {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.detail > .catalogue.play > .list > .item {
    margin-bottom: 0;
    margin-right: 10px;
}

.detail > .catalogue.play > .list > .item.active {
    background: rgba(13, 109, 255, 0.1);
}

.detail > .catalogue.play > .list > .item > .title,
.detail > .catalogue.play > .list > .item > .desc {
    white-space: nowrap;
}

.income-cards-box {
    margin: 15px;
    background: #ffffff;
    border-radius: 15px;
    padding: 0 15px;
}

.income-cards-box > .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.income-cards-box > .card:last-child {
    border-bottom: none;
}

.income-cards-box > .card > .left {
    display: flex;
    flex-direction: column;
}

.income-cards-box > .card > .left > .title {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}

.income-cards-box > .card > .left > .date {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 16px;
    font-style: normal;
    margin-top: 5px;
}

.income-cards-box > .card > .right {
    display: flex;
    align-items: center;
}

.income-cards-box > .card > .right > .money {
    font-weight: 600;
    font-size: 14px;
    color: #ff1d1d;
    line-height: 20px;
    font-style: normal;
}

.withdrawal-tips {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.withdrawal-tips > .title {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 16px;
    font-style: normal;
}

._c.header > .level-box {
    padding: 15px;
    display: flex;

    position: relative;
}

._c.header > .level-box > .level {
    position: absolute;
    top: 47px;
    left: 15px;
    right: 15px;
    height: 95px;
    padding: 15px;
    display: flex;
    align-items: center;

    background: #ffffff;
    border-radius: 15px;
}

._c.header > .level-box > .level > .avatar {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

._c.header > .level-box > .level > .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin-left: 10px;
}

._c.header > .level-box > .level > .info > .top {
    display: flex;
    align-items: center;
}

._c.header > .level-box > .level > .info > .top > .nickname {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}

._c.header > .level-box > .level > .info > .top > .wx-box {
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 4px;
    border: 1px solid #0d6dff;
}

._c.header > .level-box > .level > .info > .top > .wx-box > .wx {
    font-weight: 500;
    font-size: 10px;
    color: #0d6dff;
    line-height: 14px;
    font-style: normal;
}

._c.header > .level-box > .level > .info > .mobile {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    font-style: normal;
}

.level-cards {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0 15px;
}

.level-cards > .card {
    width: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-bottom: 15px;
    position: relative;
}

.level-cards > .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}

.level-cards > .card.active::after {
    content: "";
    background: none;
}

.level-cards > .card:last-child {
    margin-bottom: 0;
}

.level-cards > .card.level-1 {
    background: url("../img/level-card-1.png") no-repeat;
    background-size: 100% 100%;
}

.level-cards > .card.level-2 {
    background: url("../img/level-card-2.png") no-repeat;
    background-size: 100% 100%;
}

.level-cards > .card.level-3 {
    background: url("../img/level-card-3.png") no-repeat;
    background-size: 100% 100%;
}

.level-cards > .card.level-4 {
    background: url("../img/level-card-4.png") no-repeat;
    background-size: 100% 100%;
}

.level-cards > .card > .label-box {
    position: absolute;
    top: 0;
    left: 0;

    padding: 8px 15px;
    background: rgba(37, 30, 107, 0.2);
    border-radius: 10px 0px 10px 0px;
    display: none;
}

.level-cards > .card.active > .label-box {
    display: flex;
}

.level-cards > .card > .label-box > .label {
    font-weight: 500;
    font-size: 12px;
    color: #1a1736;
    line-height: 16px;
    font-style: normal;
}

.level-cards > .card > .level-icon {
    width: 64px;
    height: 60px;
}

.level-cards > .card.level-1 > .level-icon {
    background: url("../img/level-icon-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.level-cards > .card.level-2 > .level-icon {
    background: url("../img/level-icon-2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.level-cards > .card.level-3 > .level-icon {
    background: url("../img/level-icon-3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.level-cards > .card.level-4 > .level-icon {
    background: url("../img/level-icon-4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.level-cards > .card > .info {
    display: flex;
    flex-direction: column;
}

.level-cards > .card > .info > .level {
    font-weight: 700;
    font-size: 29px;
    line-height: 41px;
    font-style: normal;
    opacity: 0.3;
}

.level-cards > .card.active > .info > .level {
    opacity: 1;
}

.level-cards > .card.level-1 > .info > .level {
    color: #3d556e;
}

.level-cards > .card.level-2 > .info > .level {
    color: #145080;
}

.level-cards > .card.level-3 > .info > .level {
    color: #b6640c;
}

.level-cards > .card.level-4 > .info > .level {
    color: #b60c8d;
}

.level-cards > .card.active > .info > .level {
    margin-top: 18px;
    font-size: 20px;
    color: #1a1736;
    line-height: 28px;
}

.level-cards > .card > .info > .progress-box {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    opacity: 0.3;
}

.level-cards > .card.active > .info > .progress-box {
    opacity: 1;
}

.level-cards > .card > .info > .progress-box > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-cards > .card > .info > .progress-box > .top > .left,
.level-cards > .card > .info > .progress-box > .top > .right {
    font-weight: 500;
    font-size: 10px;
    color: #0d3d51;
    line-height: 14px;
    font-style: normal;
}

.level-cards > .card > .info > .progress-box > .progress {
    margin: 8px 0;
    width: 200px;
    height: 5px;
    background: #9592a5;
    border-radius: 3px;
    padding: 1px;
}

.level-cards > .card.level-1 > .info > .progress-box > .progress {
    background: #9592a5;
}

.level-cards > .card.level-2 > .info > .progress-box > .progress {
    background: #0c5ab6;
}

.level-cards > .card.level-3 > .info > .progress-box > .progress {
    background: #b6640c;
}

.level-cards > .card.level-4 > .info > .progress-box > .progress {
    background: #b60c8d;
}

.level-cards > .card > .info > .progress-box > .progress > .current {
    --progress: 0;

    width: calc(var(--progress, 0) * 2 * 1px);
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
}

.level-cards > .card > .info > .progress-box > .progress > .current::after {
    content: "";
    position: absolute;
    right: -3.5px;
    top: -2px;

    width: 7px;
    height: 7px;

    background: #ffffff;
    box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.18);
    border-radius: 99px;
}

.level-cards > .card > .info > .progress-box > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-cards > .card > .info > .progress-box > .bottom > .left,
.level-cards > .card > .info > .progress-box > .bottom > .right {
    font-weight: 500;
    font-size: 10px;
    color: #0d3d51;
    line-height: 14px;
    font-style: normal;
}

._u_i {
    background: #ffffff;
    min-height: calc(100vh - 44px);
}

._u_i > .info {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

._u_i > .info > .avatar {
    width: 100px;
    height: 100px;
    border-radius: 99px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

._u_i > .info > .form {
    display: flex;
    flex-direction: column;
}

._u_i > .info > .form:last-child {
    border-bottom: none;
}

._u_i > .info > .form > .form-item {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
}

._u_i > .info > .form > .form-btn-item {
    border-bottom: none;
    padding: 15px 0;
    display: flex;
}

._u_i > .info > .form > .form-btn-item > .form-item-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 15px;
    width: 100%;
    background: #0d6dff;
    color: #ffffff;
    position: relative;
}

._u_i > .info > .form > .form-btn-item > .form-item-submit:active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}

._u_i > .info > .form > .form-item > .form-item-label {
    display: flex;
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}

._u_i > .info > .form > .form-item > .form-item-input {
    font-weight: 600;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    text-align: right;
    font-style: normal;
    outline: none;
    border: none;
    width: 100%;
}

._u_i > .info > .form.form-input-left > .form-item > .form-item-input {
    text-align: left;
}

._u_i > .info > .form > .form-item > .form-item-input::placeholder {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.3);
    font-style: normal;
}

._u_i > .info > .form > .form-item > .form-item-input:disabled {
    background: transparent;
}
.buy_total{
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    height: 60px;
    
}
.buy_total .buy_info_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.buy_total .price{
    padding: 10px 15px;
}
.buy_total .price span {
    font-size: 18px;
    color: red;
}
.buy_total .pay_btn{
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #0D6DFF;
    width: 120px;
    border-radius: 20px;
    text-align: center;
}

.page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.page a {
    width: 30%;
    padding: 10px 15px;
    background: #0D6DFF;
    text-align: center;
    color: #ffffff;
}
.page a.disable{
    background: rgba(13,109,255,0.6) !important;
}
.warning {
    color: red;
}
