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

.pr {
    position: relative;
}

.tab-con {
    align-items: center;
    padding: 0 39px;
}

.mySwiper {
    /* width: 1116px; */
    /* margin-left: -13px; */
}

.swiper-wrapper {
    width: 100%;
    height: auto !important;
}

.swiper-container-autoheight .swiper-wrapper {
    width: 100%;
    margin-left: -20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 292px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: 292px;
}

.swiper-wrapper .swiper-slide {
    padding: 0 19px 10px 19px;
    box-sizing: border-box;
    width: 340px !important;
    flex-shrink: 0;
}

.swiper-wrapper .swiper-slide .title {
    /* min-height: 64px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 600;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 32px;
    margin-left: 36px;
    text-shadow: 0 2px 4px #00000059;
}

.swiper-wrapper .swiper-slide .jyhy {
    margin-left: 36px;
    text-shadow: 0 2px 4px #00000059;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
    text-align: left;
}

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

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

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

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

/* 11-11修改 */

.swiper-wrapper .swiper-slide .tit {
    background: url(../images/red_top.png) no-repeat;
    background-size: 340px 161px;
    height: 161px;
    width: 340px;
    padding-top: 32px;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide .middle_img {
    background: url(../images/red_middle.png) repeat-y;
    background-size: 340px 40px;
    width: 340px;
    height: auto;
    padding-left: 27px;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide .middle_img img {
    width: 271px;
    margin-left: 8px;
    cursor: pointer;
    user-select: none;
}

.swiper-wrapper .swiper-slide .bottom {
    background: url(../images/red_bottom.png) center no-repeat;
    background-size: 340px 80px;
    width: 340px;
    height: 80px;
    position: relative;
}

/* 2 */
.swiper-wrapper .swiper-slide:nth-child(2) {
    border-left: 2px dashed rgba(51, 187, 255, 0.6);
    padding-left: 16px;
    margin-left: 16px;
}

.swiper-wrapper .swiper-slide:nth-child(2) .tit {
    background: url(../images/second_top.png) no-repeat;
    background-size: 340px 161px;
}

.swiper-wrapper .swiper-slide:nth-child(2) .middle_img {
    background: url(../images/second_middle.png) repeat-y;
    background-size: 340px 40px;
}


.swiper-wrapper .swiper-slide:nth-child(2) .bottom {
    background: url(../images/second_bottom.png) center no-repeat;
    background-size: 340px 80px;
}

.swiper-wrapper .swiper-slide:nth-child(2) .buy-now {
    background: url(../images/second_btn.png) center no-repeat;
    background-size: 254px 55px;
    width: 254px;
}

/* 3 */
.swiper-wrapper .swiper-slide:nth-child(3) .tit {
    background: url(../images/third_top.png) no-repeat;
    background-size: 340px 161px;
}

.swiper-wrapper .swiper-slide:nth-child(3) .middle_img {
    background: url(../images/third_middle.png) repeat-y;
    background-size: 340px 40px;
}

.swiper-wrapper .swiper-slide:nth-child(3) .bottom {
    background: url(../images/third_bottom.png) center no-repeat;
    background-size: 340px 80px;
}

.swiper-wrapper .swiper-slide:nth-child(3) .buy-now {
    background: url(../images/third_btn.png) center no-repeat;
    background-size: 254px 55px;
    width: 254px;
}

/* 4 */

.swiper-wrapper .swiper-slide:nth-child(4) .tit {
    background: url(../images/four_top.png) no-repeat;
    background-size: 340px 161px;
}

.swiper-wrapper .swiper-slide:nth-child(4) .middle_img {
    background: url(../images/four_middle.png) repeat-y;
    background-size: 340px 40px;
}

.swiper-wrapper .swiper-slide:nth-child(4) .bottom {
    background: url(../images/four_bottom.png) center no-repeat;
    background-size: 340px 80px;
}

.swiper-wrapper .swiper-slide:nth-child(4) .buy-now {
    background: url(../images/four_btn.png) center no-repeat;
    background-size: 254px 55px;
    width: 254px;
}

/* 5 */
.swiper-wrapper .swiper-slide:nth-child(5) {
    border-left: 2px dashed rgba(51, 187, 255, 0.6);
    padding-left: 16px;
    margin-left: 16px;
}

.swiper-wrapper .swiper-slide:nth-child(5) .tit {
    background: url(../images/five_top.png) no-repeat;
    background-size: 340px 161px;
}

.swiper-wrapper .swiper-slide:nth-child(5) .middle_img {
    background: url(../images/five_middle.png) repeat-y;
    background-size: 340px 40px;
}

.swiper-wrapper .swiper-slide:nth-child(5) .bottom {
    background: url(../images/five_bottom.png) center no-repeat;
    background-size: 340px 80px;
}

.swiper-wrapper .swiper-slide:nth-child(5) .buy-now {
    background: url(../images/five_btn.png) center no-repeat;
    background-size: 254px 55px;
    width: 254px;
}

/* 6 */
.swiper-wrapper .swiper-slide:nth-child(6) .tit {
    background: url(../images/six_top.png) no-repeat;
    background-size: 340px 161px;
}

.swiper-wrapper .swiper-slide:nth-child(6) .middle_img {
    background: url(../images/six_middle.png) repeat-y;
    background-size: 340px 40px;
}

.swiper-wrapper .swiper-slide:nth-child(6) .bottom {
    background: url(../images/six_bottom.png) center no-repeat;
    background-size: 340px 80px;
}

.swiper-wrapper .swiper-slide:nth-child(6) .buy-now {
    background: url(../images/six_btn.png) center no-repeat;
    background-size: 254px 55px;
    width: 254px;
}


/* 购买按钮 */
.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_btn.png) center no-repeat;
    background-size: 206px 55px;
    width: 206px;
    height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
    line-height: 58px;
}

.swiper-wrapper .swiper-slide:nth-child(4) .buy-now,
.swiper-wrapper .swiper-slide:nth-child(6) .buy-now {
    color: rgba(109, 71, 31,.7);
}

.swiper-wrapper .swiper-slide:nth-child(4) .buy-now em,
.swiper-wrapper .swiper-slide:nth-child(6) .buy-now em {
    color: rgba(109, 71, 31, .45)
}


.swiper-wrapper .swiper-slide .buy-now em {
    line-height: 58px;
    color: rgba(255, 255, 255, .45);
    margin: 0 8px 0 4px;
    text-decoration: line-through;
}



.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;
}

.swiper-wrapper .swiper-slide .purchased {
    cursor: default;
    color: rgba(255,255,255,.7);
}


/* 红色色滚动条 */

.swiper-wrapper .swiper-slide:first-child .package-inner .inner-scroll::-webkit-scrollbar {
    width: 6px;
}

.swiper-wrapper .swiper-slide:first-child .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(0, 221, 255, 0.1);
}

.swiper-wrapper .swiper-slide:first-child .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #FA2F68;
}


/* 蓝色滚动条 */

.swiper-wrapper .swiper-slide:nth-child(2) .package-inner .inner-scroll {
    position: relative;
}

.swiper-wrapper .swiper-slide:nth-child(2) .package-inner .inner-scroll::-webkit-scrollbar {
    position: absolute;
    width: 6px;
    right: 10px;
}

.swiper-wrapper .swiper-slide:nth-child(2) .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(255, 150, 38, 0.1);
    position: absolute;
    right: 10px;
}

.swiper-wrapper .swiper-slide:nth-child(2) .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #00DDFF;
    position: absolute;
    right: 10px;
}


/* 3深蓝色滚动条 */

.swiper-wrapper .swiper-slide:nth-child(3) .package-inner .inner-scroll::-webkit-scrollbar {
    width: 6px;
}

.swiper-wrapper .swiper-slide:nth-child(3) .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(62, 201, 128, 0.1);
}

.swiper-wrapper .swiper-slide:nth-child(3) .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #1692F2;
}

/* 4姜黄色滚动条 */

.swiper-wrapper .swiper-slide:nth-child(4) .package-inner .inner-scroll::-webkit-scrollbar {
    width: 6px;
}

.swiper-wrapper .swiper-slide:nth-child(4) .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(62, 201, 128, 0.1);
}

.swiper-wrapper .swiper-slide:nth-child(4) .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #F7D68D;
}

/* 5滚动条 */

.swiper-wrapper .swiper-slide:nth-child(5) .package-inner .inner-scroll::-webkit-scrollbar {
    width: 6px;
}

.swiper-wrapper .swiper-slide:nth-child(5) .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(62, 201, 128, 0.1);
}

.swiper-wrapper .swiper-slide:nth-child(5) .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #00DDFF;
}

/* 6滚动条 */

.swiper-wrapper .swiper-slide:nth-child(6) .package-inner .inner-scroll::-webkit-scrollbar {
    width: 6px;
}

.swiper-wrapper .swiper-slide:nth-child(6) .package-inner .inner-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    border: 1px solid rgba(62, 201, 128, 0.1);
}

.swiper-wrapper .swiper-slide:nth-child(6) .package-inner .inner-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #F7D68D;
}

/* 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: 46px;
    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 .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 .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, .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;
}