.sidenav {
    background-color: unset;
    padding: 0;
}

/* 通用 */
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex {
    display: flex;
}

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

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

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

.flex1 {
    flex: 1;
}

.ux_btn {
    display: inline-block;
    padding: 5px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    background-color: unset;
    text-align: center;
}

.ux_btn_rounded {
    display: inline-block;
    width: 86px;
    height: 32px;
    border-radius: 48px;
    text-align: center;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    background-color: unset;
}

.ux_btn-secondary {
    color: rgba(0, 0, 0, 0.85);
}

.ux_btn-secondary:hover,
.ux_btn-secondary:active,
.ux_btn-secondary:focus {
    color: rgba(0, 0, 0, 0.85);
}

.ux_btn-primary {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.85);
}

.ux_btn-primary:hover,
.ux_btn-primary:active,
.ux_btn-primary:focus {
    color: #FFFFFF;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}


.ux_heading {
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
}

.ux_heading-secondary {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.ux_heading-desc {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 16px;
}

.ux_tag {
    display: inline-block;
    padding: 0 10px;
    border-radius: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.ux_tag-info {
    color: rgba(0, 0, 0, 0.45);
    background-color: rgba(0, 0, 0, 0.03);
}

.ux_tag-primary {
    color: #FFFFFF;
    background-color: #4285F3;
}

.panel-default {
    padding: 32px;
    border-radius: 9px;
}

.panel-body {
    padding: 0;
}

.list-card_empty {
    width: 100%;
}

.list-card_empty img {
    width: 400px;
    height: 400px;
}

.list-card_empty p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    margin-top: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb12 {
    margin-bottom: 12px;
}

input.el-upload__input[type="file"] {
    display: none;
}

/* 通用 */
/* 侧边栏 */
.user-info {
    background-color: #FFF;
    padding: 24px 0;
    text-align: center;
    border-radius: 9px;
    margin-bottom: 16px;
}

.user-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info .name {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-top: 8px;
}

.user-info .role {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    margin-top: 4px;
}

.slide-main {
    background-color: #FFF;
    padding: 16px;
    border-radius: 9px;
}

.slide-item a {
    display: inline-flex;
    width: 100%;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.slide-item.active a {
    background-color: #F5F6F7;
}

.slide-item a i {
    font-size: 24px;
    margin-right: 16px;
}

.nav li .avatar-img img {
    object-fit: cover;
}

.ux_nav-mobile .ux_nav {
    display: none;
}

.ux_user-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 16px;
}

.nav_user {
    position: relative;
}

.user-dropdown {
    position: absolute;
    bottom: -50%;
    left: -50%;
}

.user-dropdown .dropdown-menu {
    border: 0 !important;
}

.user-dropdown .dropdown-menu a {
    color: rgba(0, 0, 0, 0.85);
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #444;
    padding: 5px 15px;
    padding-bottom: 5px;
    padding-top: 5px !important;
    font-size: 14px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu .ux_user-icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.user-dropdown .dropdown-menu > li > a:hover, .user-dropdown .dropdown-menu > li > a:focus{
    text-decoration: none;
    color: #777;
    background: rgba(0, 0, 0, 0.05);
}
/* 侧边栏 end */
/* 选手资料 */
.new_btn-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-content {
    margin-top: 24px;
}

.list-card {
    padding: 16px;
    border-radius: 6px;
    background-color: #F5F6F7;
}

.list-card:not(:last-child) {
    margin-bottom: 16px;
}

.list-card_item {
    gap: 16px;
    width: 100%;
}

.list-card_item .avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.list-card_name {
    gap: 16px;
}

.list-card_name .name {
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
}

.list-card_info {
    margin-top: 8px;
}

.list-card_info .info {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    white-space: nowrap;
}

.list-card_info .info:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.45);
    margin: 0 16px;
}

.list-card .btn-list .ux_btn:not(:last-child) {
    margin-right: 8px;
}

/* 选手资料 - 填写 */
.ux_form-part {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ux_form-part:not(:first-child) {
    margin-top: 24px;
}

.ux_form-part .ux_heading-secondary {
    margin-bottom: 24px;
}

.ux_heading-block {
    margin-bottom: 24px;
}

.ux_heading-block .ux_heading-secondary {
    margin-bottom: 8px;
}

.ux_form-item {
    display: flex;
    gap: 8px;
    /* align-items: center; */
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-45 {
    width: 45%;
}

.width-half {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-full {
    width: 100%;
}

.ux_form-item {
    margin-bottom: 16px;
}

.ux_form-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 64px;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.ux_form-label.long {
    width: 160px;
}

.ux_form-label span.zh {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    white-space: nowrap;
}

.ux_form-item.required .ux_form-label span.zh::before {
    content: "*";
    color: #E60012;
    font-size: 14px;
    line-height: 22px;
}

.ux_form-label span.en {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 18px;
}

.ux_form-input {
    width: 100%;
    padding: 9px 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.ux_form-select {
    padding: 9px 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.ux_form-textarea {
    width: 100%;
    padding: 9px 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.ux_form-icon {
    width: 20px;
    height: 20px;
}

.ux_form-btn {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.ux_form-btn .tips {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
}

.ux_form-content {
    position: relative;
}

.ux_form-content__inner {
    gap: 16px;
}

.pwd-icon {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 22px;
    height: 22px;
    object-fit: cover;
}

.upload-list {
    gap: 32px;
}

.upload-area {
    width: 200px;
    height: 128px;
    background-color: #F5F6F7;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.upload-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-text {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    text-align: center;
}

.upload-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-group {
    height: 100%;
    display: flex;
    align-items: center;
}

.radio-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0;
}

.radio-item:not(:last-child) {
    margin-right: 36px;
}

.radio-item span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
}

.radio-item input[type="radio"]:checked+span {
    color: #4285F3;
}

.upload-avatar {
    gap: 16px;
}

.upload-box {
    width: 100px;
    height: 140px;
    background-color: #F7F8FA;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.upload-box.square {
    height: 100px;
}

.upload-box .upload-icon {
    width: 24px;
    height: 24px;
}

.upload-request h4 {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
}

.upload-request p {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
}

.example-container {
    width: 100px;
    height: 140px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.example-container.square {
    height: 100px;
}

.example-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.add-item span {
    font-weight: 400;
    font-size: 14px;
    color: #4285F3;
    line-height: 22px;
}

.ux_list-content {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.ux_list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: #F5F6F7;
    border-radius: 6px;
}

.ux_list-item.line {
    justify-content: space-between;
    width: 100%;
}

.ux_list-item span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
}

.ux_list-item img {
    width: 16px;
    height: 16px;
}

.ux_form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    margin-top: 24px;
}

.ux_form-footer .el-button {
    margin-left: 0 !important;
}

.form-button {
    width: 180px;
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.85);
    font-weight: 600;
    font-size: 16px;
    outline: none;
}

.form-button.reset {
    background-color: unset;
    color: rgba(0, 0, 0, 0.85);
}

.form-button.confirm {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.85);
}

.form-button.sec-confirm {
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border-color: #FFF;
}

.form-button.sec-reset {
    background-color: unset;
    border-color: #FFF;
    color: #FFF;
}

.ux_form-part__inner {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}

.ux_form-part__inner.expanded {
    height: auto;
}

.toggle_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.error-message {
    font-size: 12px;
    line-height: 20px;
    color: #E60012
}

.dialog-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* 战队 */
.player-card_item {
    width: 100%;
    height: 112px;
    gap: 16px;
    background-color: #F5F6F7;
    padding: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.player-card_item.active {
    border: 2px solid #4285F3;
}

.player-empty {
    gap: 8px;
    border: 1px dashed rgba(0, 0, 0, .25);
    /* background-color: unset; */
    cursor: pointer;
}

.player-empty span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.player-card_main {
    gap: 16px;
}

.player-card_item img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.player-card_item .name {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 18px;
}

.player-card_item .selected {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 20px;
    border-radius: 0;
}

.player-card_basic ul {
    gap: 8px 56px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.player-card_basic ul.player-card_basic-info {
    gap: 0;
}

.player-card_basic ul .key {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
}

.player-card_basic ul .value {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    margin-left: 8px;
}

.player-card_btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ac_btn {
    width: 104px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
    background-color: unset;
    outline: none;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

.isRegister {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
}

.isRegister .isRegister_tip {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.ac_btn-primary {
    border-color: #4285F3;
    color: #FFF;
    background-color: #4285F3;
}

.ac_btn-plain {
    border-color: rgba(0, 0, 0, 0.65);
    color: rgba(0, 0, 0, 0.65);
}

/* 登录注册 */
.login-container {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: calc(100vh - 110px);
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight_idrc/home/caigen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-section {
    margin: 0;
    padding: 56px 48px;
    position: absolute;
    top: 50%;
    right: 15vw;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-sizing: border-box;
    width: 480px;
    border-radius: 9px;
}

.user-section-head p {
    font-weight: 600;
    font-size: 24px;
    color: #323232;
    margin-bottom: 0;
}

.login-section .logon-tab {
    margin: 24px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.login-section .logon-tab .logon-tab_item {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 32px;
    cursor: pointer;
}

.login-section .logon-tab .logon-tab_item:not(:last-child) {
    margin-right: 32px;
}

.login-section .logon-tab .logon-tab_item.active {
    color: #262626;
    border-bottom: 1px solid #262626;
}

.login-section .login-main {
    padding: 0;
    margin-top: 24px;
}

.form-group .form-control {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 40px;
    line-height: 40px;
}

.btn-getcode {
    display: inline-block;
    background-color: #262626;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 3px;
    white-space: nowrap;
    margin-left: 8px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 16px;
}

/* 报名记录 */
.ux_form-key {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}

.ux_form-value {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
}

.detail-item {
    margin-bottom: 12px;
}

/* 报名记录 */
.pay-card_list {
    gap: 16px;
}

.pay-card_item {
    flex: 1;
    background: #F5F6F7;
    border-radius: 6px;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.pay-card_item img {
    width: 48px;
    height: 48px;
}

.pay-card_item span {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 26px;
}

@media (max-width: 768px) {
    .con1200 {
        width: 100%;
    }

    main.content {
        padding: 0;
    }

    .container .col-md-9 {
        padding: 0;

    }

    body.sidebar-open .sidenav {
        background-color: #FFF;
    }

    .panel-default {
        padding: 16px;
        border-radius: 0;
    }

    .list-card {
        flex-direction: column;
        padding: 16px 12px;
        overflow: hidden;
    }

    .list-card_item .avatar {
        width: 54px;
        height: 54px;
    }

    .list-card_name .name {
        font-size: 18px;
        line-height: 24px;
    }

    .list-card .btn-list {
        width: 100%;
        margin-top: 16px;
    }

    .list-card .ux_btn {
        width: calc(50% - 4px);
    }

    .list-card_info .info {
        font-size: 14px;
        line-height: 22px;
    }

    .list-card_empty img {
        width: 100%;
        height: 100%;
    }

    .navbar-header.ux_nav-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0 16px;
    }

    .navbar-header.ux_nav-mobile::before,
    .navbar-header.ux_nav-mobile::after {
        content: none;
    }

    .ux_nav-mobile .ux_nav {
        display: block;
    }

    .ux_nav .nav_avatar-img {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
    }

    .ux_nav .nav_avatar-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ux_nav-mobile .navbar-brand {
        padding: 0;
        line-height: 50px;
    }

    /* 选手资料 */
    .ux_form-item {
        flex-direction: column;
    }

    .ux_form-item.align-center {
        align-items: flex-start;
    }

    .width-25,
    .width-45,
    .width-30,
    .width-half,
    .width-75 {
        width: 100% !important;
    }

    .ux_form-item-block {
        flex-direction: column;
    }

    .ux_form-label {
        align-items: flex-start;
        width: 100%;
        position: relative;
    }

    .ux_form-content__inner {
        flex-direction: column;
    }

    .ux_form-btn {
        margin-left: 0;
    }

    .upload-list {
        flex-direction: column;
        gap: 8px;
    }

    .upload-area {
        width: 100%;
        height: 100%;
        aspect-ratio: 25 / 16;
    }

    .upload-text {
        display: none;
    }

    .ux_form-btn .tips {
        font-size: 12px;
        line-height: 14px;
    }

    .ux_form-part:not(:first-child) {
        margin-top: 16px;
    }

    .ux_heading-block {
        margin-bottom: 6px;
    }

    .ux_form-content__btn {
        flex-direction: row;
    }

    .ux_form-label .ux_form-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
    }

    /* 俱乐部申请 */
    .apply-body {
        width: 100%;
    }

    /* 选手报名 */
    .player-card_item {
        height: auto;
        flex-direction: column;
        min-height: 112px;
    }

    .player-card_item.player-empty {
        flex-direction: row;
    }

    .player-card_btn {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .ux_form-item.checkbox-item {
        flex-direction: row !important;
        align-items: flex-start;
    }

    .ux_drawer-header {
        margin-bottom: 0;
    }

    /* 登录 */
    .login-section {
        min-height: calc(100vh - 100px);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 1);
        padding: 24px 12px;
    }

    .login-container {
        min-height: calc(100vh - 100px);
    }
}