.back{
    position: relative;
    height: 57vh;
    
}
.back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    
}
.back .h1{
    position: absolute;
    top: 70%;
    left: 15%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 400;
    font-size: 3.125rem;
}

.back .h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #595757;
    width: 40%;
    text-align: center;
    font-weight: 100;
    font-size: 1.75rem;
}

.board{
    width: 100%;
    text-align: center;
    padding: 8rem;
}
.board p{
    font-size: 1.75rem;
    color: #595757;
    line-height: 1.2;
}

.pipeline-top{
    /* display: flex; */
}
.pipeline-top-contry{
    /* display: flex; */
}
.pipeline-top img{
    height: auto;
    width: 2.5rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.pipeline-top .layui-col-md2 p{
    vertical-align: middle;
    line-height: 2.5rem;
    font-size: 1.25rem;
}
.pipeline-top .layui-col-md3 p{
    vertical-align: middle;
    line-height: 2.5rem;
    font-size: 1.25rem;
}
.pipeline-table{
    width: 100%;
    overflow: scroll;
    padding-right: 40px;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    overflow-y: hidden;
}
.pipeline-table-header{
    width: 1400px;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    background-color: #c4aa88;
    color: #fff;
    font-size: 1rem;
    border: 1px solid #fad69a;
    border-radius: 20px 20px 0 0;
}
.pipeline-table-header-cal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 2rem 0; */
    flex: 1;
    text-align: center;
    /* border-right: 1px solid #fad69a; */
}

.pipeline-table-header>.p{
    padding: 2rem 0;
    flex: 1;
    text-align: center;
    border-right: 1px solid #fad69a;
    
}
.pipeline-table-header-cal>p{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pipeline-table-header-cal>p:first-child{
    
    border-bottom: 1px solid #fad69a;

}
.pipeline-table-header-cal>p>span{
    flex: 1;
    border-right: 1px solid #fad69a;
    padding: 0.6rem;
    /* justify-content: center;
    align-items: center; */
}
.pipeline-table-header-cal>p>span:last-child{
    border-right: none;
}
.pipeline-table-body{
    width: 1400px;
}


.pipeline-table-body-one{
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    color: #333;
    font-size: 1rem;
    border: 1px solid #fad69a;
    /* border-radius: 20px 20px 0 0; */
}
.pipeline-table-body-one>.p{
    padding: 2rem 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #fad69a;
    
}
.pipeline-table-body-one>.p.flexs{
    flex: 0.246;
}
.pipeline-table-body-one>.p:last-child{
    border: none;
}
.pipeline-table-body-one>.p img{
    width: 2.5rem;
    height: 2.5rem;
}

.pipeline-table-body-cal{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    text-align: center;
    border-right: 1px solid #fad69a;
}
/* .pipeline-table-body-cal:first-child{
    border-bottom: 1px solid #fad69a;
} */
.pipeline-table-body-cal>p{
    
    display: flex;
    flex: 1;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 1.5rem;
    /* background-color: #9ed9eb; */
}
.pipeline-table-body-cal>p:first-child{
    border-bottom: 1px solid #fad69a;
}
.pipeline-table-body-cal>p>span{
    width: 100%;
    height: 1.5rem;
}