.cha_pass{
    width: 100%;
    border-top: 2px solid #F66D0A;
}
.cha_pass .vessel{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    padding-bottom: 176px;
}
.cha_pass .vessel .nav,
.cha_pass .vessel .data{
    float: left;
}
.cha_pass .vessel .data{
    width: 939px;
    margin-left: 30px;
    padding-top: 50px;
    /*overflow: hidden;*/
}
.cha_pass .vessel .data .nav{
    font-size: 18px;
    color: #333;
    /*margin: 50px 0 28px;*/
    width: 939px;
    display: block;
    /*margin-bottom: 28px;*/
}
.cha_pass .vessel .data .nav>b{
    color: #F66D0A;
}

.pass{
    width: 939px;
    height: 518px;
    background-color: rgba(255, 255, 255, 1);
    padding: 38px 47px;
    margin: 58px 0 38px;
    position: relative;
    border: solid 1px rgba(220, 220, 220, 1);
    box-sizing: border-box;
}

.pass table{
    padding: 42px 108px;
    box-sizing: border-box;
    display: inherit;
}

.pass h5{
    border-bottom: 1px solid rgba(215, 215, 215, 1);
    padding: 0 0 22px 0;
}

.pass table tr th{
    margin-right: 28px;
    display: inline-block;
    line-height: 72px;
}

.pass table tr td input{
    width: 382px;
    height: 38px;
    background: #F6F6F6;
    border: none;
    border:1px solid #afafaf;
    box-sizing: border-box;
    padding: 0 10px;
}

.pass table tr td span{
    display: block;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    width: 274px;
    height: 50px;
    background-color: rgba(246, 109, 10, 1);
}
