.imageBg{
    width: 1000px;
    height: 550px;
    position: relative;
    left: 50px;
    margin: 0 auto;
    top: 50%;
    margin-top:-300px;
    background: url('./image/mainPage/bg.png') no-repeat;
    background-position:center bottom;
    background-size: 100% auto;
    cursor: pointer;
}
.disableClick1{
    width: 85%;
    height: 60%;
    position: absolute;
    left: 7.5%;
    bottom: 18%;
    cursor: auto;
}
.disableClick2{
    width: 100%;
    height: 23%;
    position: absolute;
    cursor: auto;
}
.clickItem{
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    left:-400px;
}
.title{
    top: 11px;
    left: 50%;
    width: 522px;
    margin-left: -320px;
}
.legend{
    top: 61px;
    left: 50%;
    width: 350px;
    margin-left: -155px;
}
.series{
    top: 251px;
    left: 140px;
    width: 115px;
}
.tooltip{
    top: 205px;
    left: 305px;
    width: 230px;
}
.markPointer{
    top: 201px;
    left: 718px;
    width: 150px;
}
.axisPointer1{
    top: 321px;
    left: -100px;
    width: 170px;
}
.axisPointer2{
    top: 472px;
    left: 271px;
    width: 125px;
}
#split-right{
    flex: 1;
}
.mb0{
    cursor: pointer;
}

/* series展示页的优化 */
.seriesPics{
    list-style: none;
    padding: 0 40px;
}
.seriesOneType{
    width: 100%;
    margin: 40px 0;
    background-color: #fff;
}
.seriesTitle{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    padding: 10px 0 20px 1%;
    color: #231815;
}
.oneType{
    list-style: none;
    padding: 0;
    width: 98%;
    margin: 0 auto;
}
.onePic{
    width: 23%;
    margin-right: 2%;
    box-shadow: 0 1px 4px 0 #C3CEE2;
    float: left;
    cursor: pointer;
}
.names{
    background-color: #F5F7FA;
    border: 1px solid #F0F0F0; 
    box-sizing: border-box;
    height: 50px;
}
.picContainer{
    width: 90%;
    height: 80%;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}
.cName{
    font-size: 14px;
    color: #333333;
    padding: 9px 0 0 12px;
}
.enName{
    display: block;
    color: #999999;
    font-size: 12px;
    padding-left: 12px;
    margin-top: -10px;
}
.ui-menu li div{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}