.project {
    width: 100%;
    padding-bottom: 3rem;
}
.project .layui-tab {
    margin: 0px;
}
.project .flex_between .layui-this {
    font-weight: bold;
}
.project .flex_between .layui-this:after {
    margin-top: 10px;
    border-bottom: 0.25rem solid #2B8AFD;
}
.testProject .layui-tab-title{
    padding: 10px;
    display: flex;
    justify-content: center;
    background: #fff;
}
.process {
    padding-top: 2rem;
    background: #fff;
    padding-bottom: 1rem;
}
.live-banner .banner-list {
    height: 300px;
}
.live-banner .banner-item {
    width: 100%;
    height: 100%;
}
.live-banner .banner-item div {
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
}
.floor {
    padding-bottom: 3.13rem;
    background-image: url(/static/images/live-floor-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
.floor:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4.63rem;
    left: 0;
}
.floor .title {
    color: #2B8AFD;
    margin-bottom: 2rem;
}
.title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.step-box-box .step-box {
    display: flex;
    margin-top: 2.38rem;
    margin-bottom: 2.1rem;
    justify-content: space-between;
}
.step-box-box .step-box .step-item:first-child {
    background-image: url(/static/images/live1.png);
    background-size: 80% 60%;
}
.step-box-box .step-box .step-item {
    width: 20.5%;
    background-color: #fff;
    background-repeat: no-repeat;
    padding-top: 10.25rem;
    padding-bottom: 1.75rem;
    text-align: center;
    border-radius: 0.63rem;
    position: relative;
}
.step-box-box .step-box .step-item .item-title {
    font-size: 1rem;
    font-weight: bold;
}
.step-box-box .step-box .step-item .item-desc {
    margin-top: 0.81rem;
    font-size: 0.88rem;
    line-height: 1.25rem;
    white-space: nowrap;
}
.step-box-box .step-box .step-item:nth-child(2) {
    background-image: url(/static/images/live2.png);
    background-size: 120% 80%;
}
.step-box-box .step-box .step-item:nth-child(3) {
    background-image: url(/static/images/live3.png);
    background-size: 100% 70%;
}
.step-box-box .step-box .step-item.bef:before {
    content: '';
    display: block;
    width: 1.94rem;
    height: 1.31rem;
    background-image: url(/static/images/arrow-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -0.65rem;
    left: -20%;
}
.step-box-box .step-box .step-item:last-child {
    background-image: url(/static/images/live4.png);
    background-size: 90% 60%;
}
.live-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0rem;
}
.floor-1 {
    margin-top: 2.5rem;
    padding-bottom: 2.13rem;
    position: relative;
}
.floor-1 .floor-title {
    margin-top: 2.5rem;
    height: 2.56rem;
    background-color: #9AB9DF;
    border-radius: 0.75rem 0.75rem 0rem 0rem
}
.floor-1 .desc-list {
    background: #F4FAFE;
    box-shadow: 0rem 0.19rem 1.25rem 0.06rem rgba(42,99,172,0.16);
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 0.94rem 2rem 0.1rem;
}
.floor-1 img {
    width: 10.81rem;
    height: 11.96rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.floor-1 .desc-list .desc-item {
    height: 3.75rem;
    line-height: 3.75rem;
    background-color: rgba(165,203,248,0.27);
    margin-bottom: 1.25rem;
    border-radius: 2rem;
    font-size: 1rem;
    white-space: nowrap;
    text-align: center;
}
.project-main {
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: 2rem auto 3rem auto;
}
.container-analysis {
    background: #FFF;
}
.item {
    display: flex;
    line-height: 3rem;
}
.tab-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.title_0 {
    color: #4370f5;
    font-weight: bold;
}
.content {
    font-size: 16px;
}
.inside-main .content p {
    margin: 10px 0;
    line-height: 3;
    font-size: 16px;
}
.inside-main .content table tr {
    border: 1px solid #000;
}
.inside-main .content table td {
    text-align: center !important;
    border: 1px solid #000;
    font-size: 16px;
}
.inside-main .content {
    line-height: 2;
    margin-top: 20px;
    font-size: 16px;
}
.button-link {
    display: block;
    margin-bottom: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    width: 250px;
    border-radius: 4px;
    background-color: #4370f5;
    border: 1px solid #4370f5;
    cursor: pointer;
}
.button-link:hover {
    color: #FFF;
}
.button-group {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}