.shiguang-window.open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.shiguang-window {
    align-items: center;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.38);
}
.shiguang-window.open .shiguang-window-body {
    -webkit-animation-name: tips-open;
    animation-name: tips-open;
}
.shiguang-window-body {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.shiguang-window-body {
    margin: 0 auto;
    padding: 10px;
    width: 330px;
}
.shiguang-window-bg {
    background: #837adc;
    padding: 20px 10px 10px;
    border-radius: 18px;
}
.shiguang-window-title {
    font-size: 20px;
    color: #ebb50a;
    text-align: center;
    padding: 0 0 15px;
    font-weight: 700;
}
.shiguang-window .slider_menu {
    margin-top: 5px;
    justify-content: center;
    bottom: 13px;
}
.shiguang-window .slider_menu[sliderTab] {
    position: relative;
    transform: rotate(0deg);
    background: transparent;
    border: none;
    overflow: initial;
    border-radius: 0;
}
.shiguang-window .d-flex {
    display: flex !important;
}
.shiguang-window .slider_menu[sliderTab]>.menu {
    position: relative;
    white-space: nowrap;
    flex-wrap: initial;
}
.shiguang-window .nav {
    padding: 3px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}
.shiguang-window .slider_menu.mini_tab[sliderTab]>.menu>li {
    margin: 0;
    padding: 0;
    bottom: 0;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a.active {
    color: #837adc !important;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a {
    z-index: 1;
    -webkit-transition: initial !important;
    transition: initial !important;
    color: #fff !important;
    position: relative;
    margin: 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
}
.shiguang-window-main {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.shiguang-window-pane.active {
    display: block;
}

.shiguang-window-img {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.shiguang-window .qrcode-logo {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    width: 45px;
}
.shiguang-window-img img {
    width: 100%;
}
.shiguang-window img {
    vertical-align: middle;
    border-style: none;
}
.shiguang-window-img img {
    width: 100%;
}
.shiguang-window-content:before {
    left: 0px;
    top: -8px;
    background: #837adc;
    border-radius: 0 50px 50px 0;
    box-shadow: inset -1px 0px 1px 1px #2c346d;
}
.shiguang-window-content {
    line-height: 1.7;
    margin: 20px -30px -30px;
    padding: 20px 25px;
    border-top: 1px dashed #837adc;
    font-size: 13px;
    position: relative;
    color: rgba(0, 0, 0, 0.85);
}

.shiguang-window .highlight-01::after {
    background: #95ff88;
    bottom: 0;
    height: 10px;
}
.shiguang-window .btn-o.green {
    color: #fff !important;
}
.shiguang-window .btn-o {
    display: inline-block;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #837adc;
}
.shiguang-window-content .btn-o {
    margin: 10px 0 5px;
    display: none;
}
.shiguang-window-pane {
    display: none;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a.active::before {
    background: linear-gradient(to bottom left, #fff 0%, #9ff492 150%) !important;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a::before {
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a.active {
    color: #837adc !important;
}
.shiguang-window .slider_menu[sliderTab]>.menu>li>a.active::after {
    content: '';
    width: 14px;
    height: 14px;
    background: linear-gradient(to top left, #fff 0%, #fff 40%, #9ff492 100%);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 7px);
    bottom: -24px;
    border-radius: 2px;
}
.shiguang-window .nav::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a2abe5;
    border-radius: 14px;
    z-index: -1;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background-color: transparent !important;
}










