.fl
{
    float: left;
}
.fr
{
    float: right;
}
.alliance-members
{
    margin: 0 auto;
}
.alliance-members .members-box
{
    width: 40%;
    position: relative;
    overflow: hidden;
}
.alliance-members .members-tit
{
    width: 100%;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
}
.alliance-members .members-tit span
{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.alliance-members .members-label
{
    text-align: right;
    border-right: 1px #ddd solid;
    color: #999;
}
.alliance-members .members-name
{
    text-align: center;
    color: #f00;
    font-weight: bold;
}
.alliance-members .members-list-box
{
    width: 100%;
    padding: 20px 10px 0px 30px;
    line-height: 30px;
    height: 375px;
    overflow-y: auto;
    position: relative;
}
.alliance-members .members-list
{
    cursor: pointer;
}
.alliance-members .check-list
{
    color: #c6101d;
}
.alliance-members .members-map
{
    width: 60%;
    position: relative;
    height: 375px;
}
.alliance-members .echarts-box
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    /*background: #999;*/
}
.alliance-members .example-box
{
    position: absolute;
    bottom: 0;
    left: 5%;
    line-height: 14px;
    transform: scale(0.8);
}
.alliance-members .example-list
{
    padding: 3px 0;
}
.alliance-members .example-icon
{
    width: 30px;
    height: 14px;
    margin-right: 10px;
}
.alliance-members .icon5
{
    background: #b30800;
}
.alliance-members .icon4
{
    background: #ef0b00;
}
.alliance-members .icon3
{
    background: #fe5a51;
}
.alliance-members .icon2
{
    background: #ff8584;
}
.alliance-members .icon1
{
    background: #ffdddc;
}
.echarts-tip-box
{
    width: 120px;
    background: rgba(198,16,29,0.9);
    border-radius: 5px;
    position: relative;  
    box-shadow: 0px 0px 3px 1px rgba(255,255,255,0.5);
    color: #fff;
}
.echarts-tip-box .echarts-tip-cont-box
{
    width: 100%;
    padding: 0 0 4px;
}
.echarts-tip-box .echarts-tip-cont-tit
{
    padding-left: 15px;
    line-height: 30px;
}
.echarts-tip-box .echarts-tip-cont-data
{
    transform: scale(0.86);
    width: 130px;
    line-height: 22px;
    padding-left: 6px;
}
.echarts-tip-box .echarts-tip-cont-data span
{
    float: right;
    width: 30px;
}
.echarts-tip-box .echarts-tip-icon-box
{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 100%;
    top: 10px;
    overflow: hidden;
}
.towards-right .echarts-tip-icon-box
{
    left: -20px;
    transform: rotateY(180deg);
}
.towards-top .echarts-tip-icon-box
{
    top: 40px;
    transform: rotateX(180deg);
}
.echarts-tip-box .echarts-tip-icon-cont
{
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    transform: rotate(-14deg);
    box-shadow: 0px 0px 3px 1px rgb(255 255 255 / 50%);
}
.echarts-tip-box .echarts-tip-icon
{
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgba(198,16,29,0.9);
    transform: rotate(45deg);
    left: -17px;
    top: -20px;
    box-shadow: 0px 0px 3px 1px rgb(255 255 255 / 50%);
}
.scroll-icon-box
{
    position: absolute;
    width: 20px;
    height: 100%;
    right: -2px;
    top: 0;
    background: #fff;
    /*opacity: 0.8;*/
}
.scroll-icon-box div
{
    width: 12px;
    height: 100%;
    background: #f7f7f7;
    position: relative;
}
.scroll-icon-box div span
{
    position: absolute;
    top: 0;
    display: block;
    width: 12px;
    height: 100px;
    background: #c6101d;
}
.members-list-box::-webkit-scrollbar /*滚动条外观*/
{
    background:#f7f7f7;
    width: 10px;
}
.members-list-box::-webkit-scrollbar-button /*滚动条两端的按钮*/
{
    display: none;
}
.members-list-box::-webkit-scrollbar-thumb  /*滚动的滑块*/
{
    background: #c6101d;
}
.none
{
    display: none;
}