﻿.chartControl {
    margin: 10px auto;
    text-align: center;
}
.modal-open {
    overflow: hidden;
    height: 100%;
}
.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    z-index: 10000;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#custom_filter_wrap .cond-list {
    max-height:400px;
    overflow:auto;
}
.preview__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
}
.pop-up-layer, .pop-up-layer-dongcha,
.pop-up-layer, .pop-up-layer-ai-single {
    bottom: 0;
    left: 0;
    right: 0;
}
.pop-up-layer-dongcha,
.pop-up-layer-ai-single {
    position: fixed;
    z-index: 10;
    display: none;
}
.pop-cancel {
    color: #000;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    margin-top: 0px;
    font-size: 16px;
}
.pop-body {
    border-radius: 0px;
}
.pop-item {
    position: relative;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
}
.pop-item::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 10;
}

.wjx__templet__beautifyInput input[type="radio"],
.wjx__templet__beautifyInput input[type="checkbox"] {
    position: absolute;
    left: -999em;
}
.wjx__templet__beautifyInput label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wjx__templet__beautifyInput label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0;
    width: 22px;
    height: 22px;
}
.wjx__templet__beautifyInput input[type="checkbox"] + label:before {
    background-image: url("/images/weixin/mobile/check@2x.png");
    background-size: 22px 22px;
    background-position: 0 0;
}
.wjx__templet__beautifyInput input[type="checkbox"]:checked + label:before {
    background-image: url("/images/weixin/mobile/check-pre@2x.png");
    background-size: 22px 22px;
    background-position: 0 0;
}
.wjx__templet__beautifyInput input[type="radio"] + label:before {
    background-image: url("/images/weixin/mobile/radio@2x.png");
    background-size: 22px 22px;
    background-position: 0 0;
}
.wjx__templet__beautifyInput input[type="radio"]:checked + label:before {
    background-image: url("/images/weixin/mobile/radio-pre@2x.png");
    background-size: 22px 22px;
    background-position: 0 0;
}
.bottom_nav {
    border: none;
    border-top: 1px solid #cccccc;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #1ea0fa;
    background: #fff
}

[export-temp-container='1'] .title {
    margin-top: 20px;
}

.insightBtns .primary-btn {
    background: #0095ff;
    color: #ffffff;
}
