img {
    width: 100% !important;
    height: auto !important;
}

.main-chart {
    position: relative;
    width: 23.4375rem;
    height: 35%;
    background: url("chartIco.png") center 40% no-repeat !important;
    background-size: 30% auto !important;
    margin-bottom: 0.6rem;
}

#mChartTwo {
    background: url("chartIco.png") center 40% no-repeat !important;
    background-size: 30% auto !important;
}

.main-chart > h1 {
    width: 23.4375rem;
    height: 2.3rem;
    color: #1b78c4;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.3rem;
}

.data-table {
    border-top: 0.44rem solid #F2F2F2;
    right: 0;
    bottom: 0;
    left: 0;
    width: 23.4375rem;
    height: 65%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.sectionOne {
    width: 23.4375rem;
    height: 90%;
    display: flex;
    flex-direction: column;
}


.sectionOne:first-child {
    padding-top: 0;
}

.sectionOne > header {
    width: 23.4375rem;
    height: 10%;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding-right: 10px;
}

.sectionOne > header > span {
    height: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: #444;
    overflow: hidden;
    line-height: normal;
}

.sectionOne > header > span:nth-child(2) > span:last-child,
.sectionOne > header > span:nth-child(3) > span:last-child {
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
}

.sectionOne > header > span:nth-child(1) {
    width: 36%;
    color: #333333;
}

.sectionOne > div > ul > li:nth-child(1) {
    width: 36%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionOne > header > span:nth-child(2) {
    width: 24%;
}

.sectionOne > div > ul > li:nth-child(2) {
    width: 24%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionOne > header > span:nth-child(3) {
    width: 24%;
}

.sectionOne > div > ul > li:nth-child(3) {
    width: 24%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionOne > header > span:nth-child(4),
.sectionOne > div > ul > li:nth-child(4) {
    width: 16%;
}

.sectionOne > div > ul {
    width: 23.4375rem;
    height: 2.8rem;
    border-bottom: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding-right: 0.4rem;
}

.sectionThree {
    width: 23.4375rem;
    height: 90%;
    display: flex;
    flex-direction: column;
}


.sectionThree:first-child {
    padding-top: 0;
}

.sectionThree > header {
    width: 23.4375rem;
    height: 10%;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding-right: 10px;
}

.sectionThree > header > span {
    height: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: #444;
    overflow: hidden;
    line-height: normal;
}

.sectionThree > header > span:nth-child(2) > span:last-child,
.sectionThree > header > span:nth-child(3) > span:last-child {
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
}

.sectionThree > header > span:nth-child(1) {
    width: 25%;
    color: #333333;
}

.sectionThree > div > ul > li:nth-child(1) {
    width: 25%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionThree > header > span:nth-child(2) {
    width: 25%;
}

.sectionThree > div > ul > li:nth-child(2) {
    width: 25%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionThree > header > span:nth-child(3) {
    width: 25%;
}

.sectionThree > div > ul > li:nth-child(3) {
    width: 25%;
    font-size: 0.69rem;
    color: #333333;
}

.sectionThree > header > span:nth-child(4),
.sectionThree > div > ul > li:nth-child(4) {
    width: 25%;
}

.sectionThree > div > ul {
    width: 23.4375rem;
    height: 2.8rem;
    border-bottom: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding-right: 0.4rem;
}

.initDataDiv {
    width: 23.4375rem;
    height: 3.2rem;
    border-bottom: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding-right: 0.4rem;
}

.initDataDiv-click {
    width: 23.4375rem;
    height: 3.2rem;
    border-bottom: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding-right: 0.4rem;
    background: rgba(25, 140, 255, 0.08);
}


.data-table > section > div > ul > li {
    height: 100%;
    text-align: center;
    /*line-height: 4rem;*/
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -khtml-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    -khtml-flex-pack: center;
    -o-flex-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -webkit-flex-pack: center;
    flex-pack: center;
    -khtml-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -khtml-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    -khtml-flex-align: center;
    -o-flex-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -webkit-flex-align: center;
    flex-align: center;
    -khtml-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -khtml-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -khtml-box-direction: normal;
    -o-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -khtml-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.data-table > section > div > ul > li > span {
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
}

.data-table > section > div > ul > li:nth-child(1) {
    line-height: normal;
}

.pushCode-footer {
    padding: 0;
    border: 0;
    margin: 10px 0 0 0;
    outline: none;
    width: 23.4375rem;
    height: auto;
    background-color: white;
}

.pushCode-footer .div_url {
    cursor: pointer;
    right: 0;
    bottom: 0;
    left: 0;
    width: 23.4375rem;
    height: 25%;
    background-color: transparent;
}

.color-red {
    color: #FF0000;
}

.color-green {
    color: #00FF00;
}

.tableOne {
    height: 90%;
    overflow-y: auto;
    margin-bottom: 2%;
}

.tableTwo {
    height: 90%;
    overflow-y: auto;
    margin-bottom: 2%;
}

.tableTwo > ul {
    height: 2.5rem;
    border-bottom: 1px solid #F5F5F5;
}

.scroll {
    height: 12.2rem;
    overflow-y: auto;
}

.job {
    color: #198CFF;
    font-weight: 900;
}

.sectionTwo {
    width: 23.4375rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sectionTwo:first-child {
    padding-top: 0;
}

.sectionTwo > header {
    width: 23.4375rem;
    height: 10%;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.sectionTwo > header > span {
    height: 2.44rem;
    text-align: center;
    font-size: 0.78rem;
    color: #333333;
    overflow: hidden;
    line-height: normal;
    width: 20%;
}

.sectionTwo > header > span:nth-child(2) > span:last-child,
.sectionTwo > header > span:nth-child(3) > span:last-child {
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
}

.sectionTwo > div > ul > li {
    width: 20%;
    font-size: 0.78rem;
    color: #333333;
}


.sectionTwo > div > ul {
    width: 23.4375rem;
    height: 2.8rem;
    border-bottom: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding-right: 0.4rem;
}

.tableSelect {
    display: flex;
    width: 100%;
    height: 10%;
}

.more {
    height: 2.2rem;
    margin-right: 0.94rem;
    width: 2%;
    background-color: #F5F5F5;
    margin-top: 0.2rem;
    border-radius: 0 0.63rem 0.63rem 0;
    box-shadow: -5px 0 15px rgba(245, 245, 245, 1);
    z-index: 1000;
}

/*nowrapEllipsis*/
.data-table > section > h1 {
    overflow: hidden;
    white-space: nowrap;
    -khtml-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*flexBox*/
.data-table > section > header,
.data-table > section > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
}

/*flexILB*/
.data-table > section > header > span,
.data-table > section > div > ul > li:nth-child(1) {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}

/*flexSStr*/
.data-table > section > header,
.data-table > section > div > ul {
    -khtml-box-pack: start;
    -o-box-pack: start;
    -ms-box-pack: start;
    -webkit-box-pack: start;
    box-pack: start;
    -khtml-flex-pack: start;
    -o-flex-pack: start;
    -ms-flex-pack: start;
    -moz-flex-pack: start;
    -webkit-flex-pack: start;
    flex-pack: start;
    -khtml-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -khtml-box-align: stretch;
    -o-box-align: stretch;
    -ms-box-align: stretch;
    -webkit-box-align: stretch;
    box-align: stretch;
    -khtml-flex-align: stretch;
    -o-flex-align: stretch;
    -ms-flex-align: stretch;
    -moz-flex-align: stretch;
    -webkit-flex-align: stretch;
    flex-align: stretch;
    -khtml-align-items: stretch;
    -o-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

/*flexC*/
.data-table > section > header > span,
.data-table > section > div > ul > li:nth-child(1) {
    -khtml-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    -khtml-flex-pack: center;
    -o-flex-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -webkit-flex-pack: center;
    flex-pack: center;
    -khtml-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -khtml-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    -khtml-flex-align: center;
    -o-flex-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -webkit-flex-align: center;
    flex-align: center;
    -khtml-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

/*flexDirectionC*/
.data-table > section > div > ul > li:nth-child(1),
.data-table > section > header > span:nth-child(2),
.data-table > section > header > span:nth-child(3) {
    -khtml-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -khtml-box-direction: normal;
    -o-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -khtml-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

/*flexWrapW*/
.data-table > section > div > ul > li:nth-child(1) {
    -khtml-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    box-lines: multiple;
    -khtml-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*flexACC*/
.data-table > section > div > ul > li:nth-child(1),
.data-table > section > header > span:nth-child(2),
.data-table > section > header > span:nth-child(3) {
    -khtml-flex-line-pack: center;
    -o-flex-line-pack: center;
    -ms-flex-line-pack: center;
    -moz-flex-line-pack: center;
    -webkit-flex-line-pack: center;
    flex-line-pack: center;
    -khtml-align-content: center;
    -o-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

/* loading */
[v-cloak] {
    display: none;
}

#loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(255, 255, 255, .5); */

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}

#toast {
    width: 60%;
    margin: 0 auto;
    height: 2rem;
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    background-color: rgba(177, 181, 189, 0.9);
    z-index: 50;
    border-radius: 10px;
    overflow: hidden;
}

#toast p {
    color: white;
    width: 100%;
    text-align: center;
    line-height: 2rem;
}

/* #loading div {
    height: 3rem;
    width: 3rem;
    background:url('loading_4.gif');
    background-repeat:no-repeat;
    background-size:contain;
}
#loading p {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: white;
} */
.content-butt {
    /* top: 0.5rem; */
    right: 0.8rem;
    font-size: 14px;
    color: #1b78c4;
}

.line {
    color: #198CFF;
    font-size: 0.78rem;
    font-weight: 900;
}

.lastValue {
    color: #333333;
    font-size: 0.78rem;
    font-weight: 500;
}

.curValue {
    color: #333333;
    font-size: 0.78rem;
    font-weight: 500;
}

.upDownVar {
    font-size: 0.78rem;
    font-weight: 500;
}

.native {
    top: 0.5rem;
}

.app {
    top: 46%;
}

/* .content-butt::before{
    content: '';
    width: 20px;
    height: 20px;
    display:inline-block;
    background-image:url(screen.png);
    background-repeat:no-repeat;
    background-size:contain;
    position: absolute;
    top: 0px;
    right: 3.5rem;

} */
#searchpage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(177, 181, 189, 0.5);
    z-index: 10;
}

.page_content {
    width: 98%;
    height: 2.2rem;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0.2rem 0 0 0.94rem;
    background: #F5F5F5;
    border-radius: 0.63rem 0 0 0.63rem;
}

.page_content::-webkit-scrollbar {
    display: none;
}

.item {
    margin: 0.22rem;
    text-align: center;
    padding: 0 0.3rem 0 0.3rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.94rem;
    font-weight: 900;
    color: #666666;
    flex-grow: 0;
    flex-shrink: 0;
}

.item-click {
    border-radius: 0.31rem;
    margin: 0.22rem;
    background: #FFFFFF;
    color: #198CFF;
    text-align: center;
    padding: 0 0.3rem 0 0.3rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.94rem;
    font-weight: 900;
    flex-grow: 0;
    flex-shrink: 0;
}

.searchpage-footerbutt {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 2.5rem;
    /* background: orange; */
}

.searchpage-footerbutt button {
    /* background:  #1b78c4; */
    /* border-radius: 10px; */
    overflow: hidden;
    width: 50%;
    height: 2.5rem;
    font-size: 14px;
    color: white;
}

.searchpage-footerbutt .left {
    background: rgb(66, 138, 247)
}

.right p {
    position: relative;
}

.left p {
    position: relative;
}

.left p::before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    background-image: url(refresh.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    /* top: 2px; */
    left: 3.2rem;
}

.right p::before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(confirm_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 3.2rem;
}

.searchpage-footerbutt .right {
    background: rgb(235, 139, 68)
}

.searchpage-content {
    position: absolute;
    top: 0;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    overflow: auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
}

.searchpage-content-left {
    width: 40%;
    height: 100%;
    /* background: orange; */

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
}

.searchpage-content-left ul {

    width: 100%;
    height: auto;
}

.searchpage-content span {
    position: absolute;
    top: 0.7rem;
    right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('confirm.png');
    background-repeat: no-repeat;
    background-size: contain;

}

.searchpage-content li {
    position: relative;
    width: 100%;
    /* height: 2.5rem; */
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: white;
    padding-left: 10px;
    padding-right: 3rem;
    line-height: 2.5rem;
}

.searchpage-content-right {
    /* background: blue; */
    width: 60%;
    height: 100%;
}

.fontcolor {
    color: rgb(66, 138, 247);
}


/* loading */
.spinner {
    /* margin-top: 30rem; */
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 1rem;
    height: 1rem;
    background-color: rgba(153, 162, 175, 0.7);

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.showOne {
    background-color: #FFFFFF;
    color: #198CFF;
    width: 50%;
    font-size: 0.94rem;
    font-weight: 900;
    height: 1.75rem;
    line-height: 1.75rem;;
    margin: 0.22rem;
    border-radius: 0.31rem;
}

.showTwo {
    color: #666666;
    width: 50%;
    font-size: 0.94rem;
    font-weight: 900;
    height: 1.75rem;
    line-height: 1.75rem;;
    margin: 0.22rem;
    border-radius: 0.31rem;
}

.showOne1 {
    display: none;
}

.showTwo1 {
    display: none;
}

.showJobOne {
    background: rgba(25, 140, 255, 0.08);
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}