.step_box{
    /*padding: 0;*/
}
.step{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #171580;
    border-top: 1px solid #171580;
    padding-bottom: 70px;
}
.step ul{
    border: 1px solid rgba(25, 66, 164, 1);
    background-color: rgba(2, 25, 109, 1);
    border-top: none;
}
.step li{
    line-height: 60px;
    border-top: 1px solid #7471FF;
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 16px;
}
.step li span:nth-child(1){
    width: 140px;
    display: inline-block;
    color: #89A3FF;
}
.step li span:nth-child(2){
    width: 390px;
    display: inline-block;
}
.step li span:nth-child(3){
    /* width: 100px; */
    /* display: inline-block; */
}
.step .title{
    padding-top: 70px;
    margin-bottom: 40px !important;
}
.step .title i{
    top: 115px;
}
.step>p{
    font-weight: 400;
    font-style: normal;
    margin-bottom: 18px;
    font-size: 18px;
}
.step>p:before{
    content: "";
    width: 8px;
    height: 26px;
    display: inline-block;
    background: #cca54b;
    vertical-align: sub;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.step .apply{
    border-radius: 25px;
    margin-bottom: 30px;
}
.b{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
}
.step table{
    width: 100%;
    border-top: 1px solid #9694ff;
    border-right:  1px solid #9694ff;
}
.step table th,
.step table td{
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #9694ff;
    border-bottom:  1px solid #9694ff;
    text-indent: 30px;
}
.step table th{
    background: #8582ff;
    font-weight: bold;
}
.step table td{
}

/* 演讲嘉宾 */
.live_box img{
    margin-right: 0;
    margin-bottom: 0;
    cursor: inherit;
    vertical-align: bottom;
    width: auto;
    height: 240px;
    margin-left: -70%;
    margin-bottom: -5px;
}
.user{
    display: inline-block;
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.live_box .user{
    margin-right: 10px;
    margin-bottom: 10px;
}
.live_box .user:nth-child(5n+0){
    margin-right: 0;
}
.user p{
    background: -webkit-linear-gradient(270deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    height: 90px;
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.user b{
    margin: 5px 0;
    font-size: 14px;
    display: block;
}

.company_box{
    margin-top: 70px;
}




