@charset "utf-8";
body{
    background: #f6f8fb;
}
.map-top{
    border-bottom: 1px solid #e7ecf3;
}
.map-top-container {
    margin: 0 auto;
    padding: 32px 10px;
    width: 1180px;
}
.map-top-tit {
    color: #444444;
    font-size: 24px;
}

.etitle{
    padding-left: 20px;
    color: #77809c;
    font-size: 24px;
}
.map-con{
    margin: 0 auto;
    padding: 50px 0 0 100px;
    width: 1180px;
}
.map-detail{
    position: relative;
    width: 1180px;
    border-left: 1px solid #e7ecf3;
}
.map-detail::before {
    position: absolute;
    top: -90px;
    left: -1px;
    display: block;
    content: '';
    width: 1px;
    height: 90px;
    background: #e7ecf3;
}

.map-list{
    margin-left: -8px;
    line-height: 35px;
}
.circle{
    position: relative;
    top: 4px;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #d8dde4;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}
.circle2{
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d8dde4;
}
.arrow{
    margin: 0 30px;
}
.long-arrow{
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 4px solid #d8dde4;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.arrow-line{
    position: relative;
    top: -3px;
    right: -4px;
    display:inline-block;width: 25px;height: 1px;background: #d8dde4;margin-top: -1px;
}
.text{
    display: inline-block;
    width: 135px;
    color: #666;
    font-size: 18px;
}
.small-line{
    position: relative;
    top: -3px;
    display:inline-block;width: 25px;height: 1px;background: #d8dde4;margin-top: -1px;margin-right: 30px;
}
.map-btn{
    display: inline-block;
    border: 1px solid #d8dde4;
    margin-right: 18px;
    width: 120px;
    text-align: center;
    border-radius: 18px;
    background: #f1f5f9;
    color: #6e7790;
    font-size: 14px;
    cursor: pointer;
}
.map-btn.current{
    background: #6f91c9;
    color: #fff;
    border: 1px solid #6f91c9;

}
.map-item{
    margin: 40px 0;
}

