
/*--map部分--*/
.map {
    background: #fff;
}

.map .w1000 {
    position: relative;
    background: #e9f6fc;
}

#Europe:hover polygon,
#Asia:hover polygon,
#Asia:hover polyline,
#Asia:hover path,
#Africa:hover polygon,
#Africa:hover path,
#Oceania:hover polygon,
#NorthAmerica:hover,
#SouthAmerica:hover polygon {
    fill: #47728a;
}

.members {
    position: absolute;
    left: 677px;
    top: 28px;
    width: 302px;
    /* height: 287px; */
    border: 1px solid #e5e5e5;
    padding: 14px 0 14px 14px;
    box-sizing: border-box;
    background: #f2f2f2 url(../images/more.png) no-repeat bottom center;
    /* overflow: hidden;
    overflow-y: auto; */
}

.members h2 {
    border-left: 4px solid #0491d6;
    color: #0491d6;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
}

.member {
    /* display: flex;
    flex-wrap: wrap; */
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
    /* overflow-y: auto;
    width: 286px;
    height: 220px; */
}

/*排序：先右再下(默认),先下再右flex-direction:column*/
.member a {
    width: 48%;
    padding-right: 2%;
    /* flex-grow: 1; */
    font-size: 13px;
    line-height: 16px;
    color: #2c2a2c;
    display: inline-block;
    margin-bottom: 10px;
}

/*手动置顶：调节相应媒体a的order:-1，数值越小越靠前*/

#EuropeM, #AfricaM, #AsiaM, #OceaniaM, #NorthAmericaM, #SouthAmericaM {
    display: none
}

#EuropeM {
    display: block
}
