.content{
    width: 1400px;
    margin: 30px auto 0;
    padding: 20px;
    background-color: #fff;
}
.content .title{
    font-size: 22px;
    color: #0182dc;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #0182dc;
}
.content .title span{
    float: right;
    font-size: 14px;
    margin-top: 8px;
}
.content .title span.location,.content .title span.location a {
    color: #898989;
}
.content .title span.location a:hover{
    color: #0182dc;
}
.flowchart{
    position: relative;
    margin-bottom: 40px;
}
.flowchart .clickable-area{
    display: inline-block;
    position:absolute;
    width: 74px;
    height: 45px;
    /* background-color: rgba(255, 0, 0, 0.5); */
}
.flowchart .line1-1{
    top: 266px;
    left: 68px;
}
.flowchart .line1-2{
    top: 341px;
    left: 68px;
}
.flowchart .line1-3{
    top: 414px;
    left: 68px;
}
.flowchart .line1-4{
    top: 492px;
    left: 68px;
}
.flowchart .line2-1{
    top: 565px;
    left: 173px;
}
.flowchart .line3-1{
    top: 349px;
    left: 373px;
}
.flowchart .line3-2{
    top: 953px;
    left: 355px;
}
.flowchart .line4-1{
    top: 349px;
    left: 467px;
}
.flowchart .line4-2{
    top: 604px;
    left: 465px;
}
.flowchart .line5-1{
    top: 672px;
    left: 574px;
}
.flowchart .line6-1{
    top: 672px;
    left: 712px;
}
.flowchart .line7-1{
    top: 588px;
    left: 900px;
}
.flowchart .line7-2{
    top: 661px;
    left: 900px;
}
.flowchart .line7-3{
    top: 734px;
    left: 900px;
}
.flowchart .line7-4{
    top: 809px;
    left: 900px;
}
.flowchart .line8-1{
    top: 875px;
    left: 1002px;
}
.flowchart img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.flowchart a:hover{
    /* border:1px solid #0f96da; */
    box-shadow: 0 0 8px rgba(81, 151, 186, 0.5);
}
.flowchart-desc{
    margin: 0 0 20px 0;
}
.flowchart-desc img{
    width: 100%;
    height: auto;
}
.flowchart-desc .tit{
    font-size: 20px;
    color: #333;
    color: #0093dd;
    /* margin-bottom: -5px; */
    padding: 9px 14px;
    letter-spacing: 1px;
    background-color: #edf4f8;
}
.top{
    display: none;
    position: fixed;
    right:10px;
    right:1.6rem;
    bottom: 220px;
}
.top img{
    width: 80px;
    width: 54px;
    height: auto;
}




