.overlap-cnt{
    margin: 40px;
    position: relative;
    left: 32px;
}
.overlap-cnt .overlap-bar{
    width: max-content;
    margin: 0 auto 20px;
    display:flex;
    justify-content:center;
}
.overlap-cnt .overlap-bar:last-child{
    margin-bottom: 0;
}
.overlap-cnt .overlap-bar .overlap-left{
    background: #4997EC;
    float: left;
    width: 235px;
    color: #fff;
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    border-radius: 42px;
    padding-left: 50px;
    box-sizing: border-box;
}
.overlap-cnt .overlap-bar.green .overlap-left{
    background: #2CD4A0;
}
.overlap-cnt .overlap-bar .overlap-right{
    width: 800px;
    height: 40px;
    background: #fff;
    border: 3px solid #4997EC;
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #535353;
    border-radius: 40px;
    padding: 20px 40px;
    position: relative;
    left: -64px;
    top: 2px;
}
.overlap-cnt .overlap-bar.green .overlap-right{
    border: 3px solid #2CD4A0;
}
.unit-cnt{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.unit-cnt .unit-bar{
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border: 1px solid #ebeef5;
    border-radius: 4px;
    margin: 0 15px;
   float:left;
}
.unit-cnt .unit-bar .unit-box{
    width: 245px;
    margin: 15px;
}
.unit-cnt .unit-bar .unit-box .unit-img{
    width: 100%;
    vertical-align: middle;
}
.unit-name{
    text-align: center;
    color: #535353;
}
.unit-cn{
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 15px;
}
.unit-en{
    font-size: 14px;
    height: 32px;
}