body {
    background: url(../images/packageBG.png) no-repeat #333666;
}

.pr {
    position: relative;
}

.tab-con {
    align-items: center;
    padding: 0 39px;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.elite-members {
    position: fixed;
    left: calc(50% - 602px);
    top: 224px;
    z-index: 100;
}
.item {
    margin-bottom: 28px;
}

.item .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    text-shadow: 0 2px 4px #00000059;
    flex-shrink: 0;
}

.item .jyhy {
    text-shadow: 0 2px 4px #00000059;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
    text-align: center;
}

.item .price {
    font-size: 36px;
    font-weight: 600;
    margin-top: 24px;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item .price .rmb {
    color: #fff;
    font-size: 16px;
    margin-top: 13px;
    margin-right: 4px;
}

.item .price .old-price {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 13px;
    margin-left: 6px;
}

.item .valid {
    margin-top: 8px;
    color: rgb(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.item .middle_img img {
    width: 232px;
    cursor: pointer;
    user-select: none;
}
.item:nth-child(n + 5) .middle_img {
    /* overflow-y: auto; */
    max-height: 338px;
    padding-right: 20px;
    box-sizing: border-box;
}

.item:nth-child(6) .inner,
.item:nth-child(11) .inner,
.item:nth-child(16) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #7516f2 rgba(255, 255, 255, 0);
}

.item:nth-child(7) .inner,
.item:nth-child(12) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #00ddff rgba(255, 255, 255, 0);
}
.item:nth-child(5) .inner,
.item:nth-child(10) .inner,
.item:nth-child(15) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #fa2f68 rgba(255, 255, 255, 0);
}
.item:nth-child(9) .inner,
.item:nth-child(14) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f7941c rgba(255, 255, 255, 0);
}
.item:nth-child(8) .inner,
.item:nth-child(13) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #1692f2 rgba(255, 255, 255, 0);
}
.elite-members .item:nth-child(1) .inner {
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #fa2f68 rgba(255, 255, 255, 0);
    width:246px;
}

/* green */
.item:nth-child(1) .tit,
.item:nth-child(2) .tit,
.item:nth-child(5n + 7) .tit {
    background: url(../images/green_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.elite-members .item:nth-child(1) .tit {
    background: url(../images/red_top.png) no-repeat;
    background-size: 288px 161px;
}
.item:nth-child(1) .middle_img,
.item:nth-child(2) .middle_img,
.item:nth-child(5n + 7) .middle_img {
    background: url(../images/green_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 338px;
}
.elite-members .item:nth-child(1) .middle_img {
    background: url(../images/red_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(1) .bottom,
.item:nth-child(2) .bottom,
.item:nth-child(5n + 7) .bottom {
    background: url(../images/green_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.elite-members .item:nth-child(1) .bottom {
    background: url(../images/red_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(1) .buy-now,
.item:nth-child(2) .buy-now,
.item:nth-child(5n + 7) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/green_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}
.elite-members .item:nth-child(1) .buy-now {
    background: url(../images/red_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
}
/* blue */
.item:nth-child(5n + 3) .tit,
.item:nth-child(5n + 3) .tit {
    background: url(../images/blue_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.item:nth-child(5n + 3) .middle_img,
.item:nth-child(5n + 3) .middle_img {
    background: url(../images/blue_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(5n + 3) .bottom,
.item:nth-child(5n + 3) .bottom {
    background: url(../images/blue_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(5n + 3) .buy-now,
.item:nth-child(5n + 3) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/blue_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}
/* yellow */
.item:nth-child(5n + 4) .tit,
.item:nth-child(5n + 4) .tit {
    background: url(../images/yellow_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.item:nth-child(5n + 4) .middle_img,
.item:nth-child(5n + 4) .middle_img {
    background: url(../images/yellow_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(5n + 4) .bottom,
.item:nth-child(5n + 4) .bottom {
    background: url(../images/yellow_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(5n + 4) .buy-now,
.item:nth-child(5n + 4) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/yellow_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
    color: #6d471f;
}
/* red */
.item:nth-child(5n + 5) .tit,
.item:nth-child(5n + 5) .tit {
    background: url(../images/red_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.item:nth-child(5n + 5) .middle_img,
.item:nth-child(5n + 5) .middle_img {
    background: url(../images/red_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(5n + 5) .bottom,
.item:nth-child(5n + 5) .bottom {
    background: url(../images/red_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(5n + 5) .buy-now,
.item:nth-child(5n + 5) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/red_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}
/* pruple */
.item:nth-child(5n + 6) .tit,
.item:nth-child(5n + 6) .tit {
    background: url(../images/purple_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.item:nth-child(5n + 6) .middle_img,
.item:nth-child(5n + 6) .middle_img {
    background: url(../images/purple_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(5n + 6) .bottom,
.item:nth-child(5n + 6) .bottom {
    background: url(../images/purple_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(5n + 6) .buy-now,
.item:nth-child(5n + 6) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/purple_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}
/* purple */
.item:nth-child(5n + 6) .tit,
.item:nth-child(5n + 6) .tit {
    background: url(../images/purple_top.png) no-repeat;
    background-size: 288px 161px;
    height: 161px;
    width: 288px;
    padding-top: 32px;
    box-sizing: border-box;
}
.item:nth-child(5n + 6) .middle_img,
.item:nth-child(5n + 6) .middle_img {
    background: url(../images/purple_middle.png) repeat-y;
    background-size: 288px 40px;
    width: 288px;
    height: auto;
    padding-left: 22px;
    box-sizing: border-box;
}
.item:nth-child(5n + 6) .bottom,
.item:nth-child(5n + 6) .bottom {
    background: url(../images/purple_bottom.png) center no-repeat;
    background-size: 288px 80px;
    width: 288px;
    height: 80px;
    position: relative;
}
.item:nth-child(5n + 6) .buy-now,
.item:nth-child(5n + 6) .buy-now {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url(../images/purple_button.png) center no-repeat;
    background-size: 228px 46px;
    width: 228px;
    height: 46px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}

.swiper .gdt {
    padding-right: 20px;
    box-sizing: border-box;
}

.swiper-button-next {
    background: url(../images/package-next-1.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
    right: 6px;
    position: fixed;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-button-prev {
    background: url(../images/package-prev-1.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
    left: 6px;
    position: fixed;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

.item .purchased {
    cursor: default;
    color: rgba(255, 255, 255, 0.7);
}

/* Firefox兼容 */
.item .middle_img {
    scrollbar-width: thin;
    scrollbar-color: #4d5499 rgba(255, 255, 255, 0.1);
}
/* 24-11-06弹框 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
}

.cp_a {
    background: #26294d;
    border: 2px solid #3377ff;
    border-radius: 4px;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 888;
}

.taozhuang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #404480;
    height: 56px;
    line-height: 56px;
    padding-right: 8px;
    box-sizing: border-box;
}

.tz_img {
    background: url(../images/close.png) center no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.tz_img:hover {
    background: url(../images/close_hover.png) center no-repeat;
    background-size: 40px 40px;
}

.cp_tit {
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 24px;
    margin-bottom: 20px;
}

.tz_pop .cp_a .tc_type {
    margin: 0 24px 0 24px;
}

.tz_pop .cp_a .tc_type .tc_tit {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 20px;
}

/* 隐藏默认的单选按钮 */
.tz_pop .cp_a .tc_type .radio-container input[type='radio'] {
    display: none;
}

/* 定义自定义样式的矩形区域 */
.tz_pop .cp_a .tc_type .radio-container label {
    padding: 5px 16px;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    max-width: 336px;
}

/* 添加选中效果 */
.tz_pop .cp_a .tc_type .radio-container input[type='radio']:checked + label {
    background-color: #007bff;
    color: white;
    padding: 5px 16px 5px 33px;
}

/* 创建复选标记 */
.tz_pop .cp_a .tc_type .radio-container input[type='radio']:checked + label::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    background: url(../images/tc_a_icon.png) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.sure_btn {
    background: url(../images/sure_btn_y.png) center no-repeat;
    background-size: 352px 46px;
    width: 352px;
    height: 46px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-top: 12px;
}

.sure_btn:hover {
    color: #fff;
}

/* 万学精英会员免费专享弹框 */
.free_pop .cp_a .taozhuang {
    margin-bottom: 20px;
}

.free_pop .layui-form-label {
    width: 104px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    padding: 9px 15px 9px 12px;
    box-sizing: border-box;
}

.free_pop .layui-form-label i {
    color: #ff4433;
    margin-right: 4px;
}

.free_pop .layui-form-item {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}

.free_pop .layui-form {
    margin-bottom: 12px;
}

.free_pop .layui-form.phone {
    margin-bottom: 24px;
}

.free_pop .layui-input-block {
    margin-left: 0;
}

.free_pop .layui-input-block .layui-textjg {
    border: 1px solid #1692f2;
    background: rgba(51, 119, 255, 0.1);
    width: 272px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding-left: 13px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.free_pop .layui-input-block .layui-textjg::placeholder {
    color: rgba(128, 149, 255, 0.8);
    font-size: 14px;
}

.free_pop .word {
    position: absolute;
    right: 12px;
    bottom: 11px;
    color: #fff;
    font-size: 14px;
}

.free_pop .layui-input-block .search img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    bottom: 11px;
}

.free_pop .error {
    width: 272px;
    margin-left: 104px;
    padding-top: -10px;
    color: #ce0202;
}

.el-input {
    margin-left: 1px;
}

.el-input input {
    border: 1px solid #1692f2 !important;
    border-radius: 4px !important;
    background: rgba(51, 119, 255, 0.1);
    width: 272px;
    height: 38px;
    line-height: 38px;
    margin-left: -1px;
}

.el-input input::placeholder {
    color: rgba(128, 149, 255, 0.8);
}

.layui-icon-down {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    right: 7px;
    top: 22px;
    margin-top: -3px;
    cursor: pointer;
    border: 6px dashed transparent;
    border-top-color: rgba(128, 149, 255, 0.8) !important;
    border-top-style: solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
    margin-top: -9px;
    transform: rotate(180deg);
}

.el-popper[x-placement^='bottom'] {
    margin-top: 5px;
}

.el-cascader__dropdown {
    background-color: #404480 !important;
    border: none !important;
    border-radius: 4px !important;
}

.el-checkbox {
    display: none;
}

.el-cascader-menu {
    color: #fff;
    border-right: 1px solid #000;
    min-width: 140px;
    background: #404480;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
    background: #4d5499 !important;
}

.el-cascader-node.is-selectable.in-active-path {
    color: #fff !important;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
    color: #fff;
}

.el-cascader__tags {
    position: absolute;
    /*margin-top: -32px;*/
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    text-align: left;
    box-sizing: border-box;
}

.el-cascader__tags .el-tag {
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 2px;
}

.el-input .el-input__inner {
    height: 40px !important;
    color: #fff !important;
    padding: 0 15px 0 13px;
}

.layui-icon-right:before {
    display: none;
}

.layui-form .el-cascader {
    width: 300px;
}

.layui-icon-down {
    font-size: 14px !important;
}

.el-scrollbar__thumb {
    background-color: #202240 !important;
}

.layui-form-label i {
    color: #ff4433;
    margin-right: 4px;
}

.el-cascader__search-input {
    background: transparent;
    font-size: 14px;
    color: #fff;
    padding-left: 12px;
    flex: 1;
    min-width: 60px;
    margin: 2px 0 2px 15px;
    padding: 0;
    color: #606266;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.el-cascader__search-input::placeholder {
    color: rgba(128, 149, 255, 0.8) !important;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
    background: #4d5499;
}

.el-cascader-panel {
    display: flex;
    flex-direction: row;
}

.el-cascader-menu {
    color: #fff;
    border-right: 1px solid #000 !important;
    min-width: 140px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 208px;
    overflow-x: hidden;
    overflow-y: auto;
}

.el-cascader-menu:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.layui-card-body {
    padding-top: 0;
}

.el-cascader-menu__list {
    width: 140px;
    color: #fff !important;
}

.el-cascader-menu ul li {
    background: #404480;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
}

.el-tag__close {
    display: none;
}

.layui-card-body {
    padding-bottom: 0;
}

.el-cascader-menu:first-child .el-cascader-node.in-active-path,
.el-cascader-menu:first-child .el-cascader-node.is-active,
.el-cascader-menu:first-child .el-cascader-node.is-selectable.in-checked-path {
    background: #4d5499;
}

.el-cascader-menu:last-child .el-cascader-node.in-active-path,
.el-cascader-menu:last-child .el-cascader-node.is-active,
.el-cascader-menu:last-child .el-cascader-node.is-selectable.in-checked-path {
    color: #33bbff;
    background-size: 16px 16px;
    content: '' !important;
    display: block;
}

/* 滚动条 */
.el-scrollbar {
    /* overflow: hidden; */
    position: relative;
}

.el-scrollbar__wrap {
    overflow-y: scroll;
    overflow-x: hidden;
}

.el-cascader-menu__wrap {
    height: 208px;
}

.el-scrollbar__bar.is-vertical > div {
    width: 100%;
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: #202240 !important;
    transition: background-color 0.3s;
}

.el-scrollbar__bar.is-vertical {
    width: 6px;
    height: 66px;
    top: 2px;
}

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.12s ease-out;
}

.el-scrollbar:hover .el-scrollbar__bar,
.el-scrollbar__bar.is-active {
    opacity: 1;
}

/*学校搜索*/
.cp_a xm-select {
    background-color: rgba(51, 119, 255, 0.1) !important;
    position: relative;
    border: 1px solid #1692f2 !important;
    border-radius: 4px !important;
    display: block;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    min-height: 40px !important;
    line-height: 40px;
}

#schoolId {
    width: 270px !important;
    line-height: 40px;
    float: left;
}

xm-select .xm-select-default {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden;
}

xm-select > .xm-tips {
    color: rgba(128, 149, 255, 0.8) !important;
}

xm-select > .xm-tips {
    padding-left: 13px !important;
}

xm-select > .xm-icon {
    border-top-color: rgba(128, 149, 255, 0.8) !important;
}

xm-select > .xm-body .scroll-body {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 272px !important;
}

xm-select > .xm-body {
    position: absolute !important;
    bottom: -211px;
    background-color: #404480 !important;
    border: none !important;
    border-radius: 4px !important;
    z-index: 8 !important;
    box-shadow: 2px 6px 9px 4px rgba(29, 32, 62, 0.6) !important;
}

xm-select .xm-body .scroll-body::-webkit-scrollbar {
    width: 10px;
    height: 50px;
    border-radius: 20px;
}

xm-select .xm-body .scroll-body::-webkit-scrollbar-track {
    background-color: #404480 !important;
    border-radius: 3px !important;
}

xm-select .xm-body .scroll-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #202240 !important;
}

xm-select .xm-body .xm-option:hover {
    background: #4d5499 !important;
}

xm-select .xm-body .xm-option.active {
    background: #4d5499 !important;
}

.xm-option.show-icon {
    background-color: transparent !important;
}

xm-select > .xm-body .xm-option-content {
    color: #fff !important;
}

.xm-option.selected .xm-option-content {
    font-weight: 600;
}

xm-select .xm-label .scroll .label-content {
    color: #fff;
    padding: 3px 13px !important;
}

/*级联动*/
.layui-form .el-cascader {
    width: 272px !important;
    color: #fff;
}

.el-scrollbar__wrap {
    overflow-x: hidden !important;
}

.el-popper[x-placement^='bottom'] .popper__arrow:after {
    display: none !important;
}

.el-popper .popper__arrow {
    display: none !important;
}

.el-cascader-menu {
    min-width: 140px !important;
}

.el-cascader .el-input .el-input__inner::placeholder {
    color: rgba(128, 149, 255, 0.8) !important;
}

.success-popup {
    width: 320px;
    background: #404480;
    border: 2px solid #3377ff;
    border-radius: 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 35;
    padding: 0 10px;
    box-sizing: border-box;
}

.success-popup .tip-iconImg {
    padding-top: 36px;
    padding-bottom: 23px;
}

.success-popup .tip-iconImg img {
    width: 80px;
    height: 80px;
}

.success-popup .txt {
    font-size: 14px;
    line-height: 22px;
    color: #b3bfff;
}

.success-popup a.btn {
    display: inline-block;
    height: 40px;
    background: #3d7eff;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 24px;
    text-align: center;
}

.success-popup a.btn:hover {
    background: #33bbff;
}

.success-popup a.small-btn {
    width: 180px;
    margin-bottom: 36px;
}
.success-popup .success_font {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 11px;
}
