.main_dispute {
    float: right;
    width: 1030px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: none;
    font-size: 16px;
}

.translate {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #EEEEEE;
    border-top: 1px solid #DEDEDE;
    padding-left: 22px;
    margin-bottom: 20px;
}

.translate span {
    font-size: 15px;
}

.translate>span:first-child {
    color: #F9AC6C;
    cursor: pointer;
}

.translate>span:first-child+span {
    margin-left: 35px;
    font-weight: bold;
}

.details {
    width: 750px;
    height: auto;
    border: 1px solid #ccc;
    position: relative;
    left: 50%;
    margin-left: -372px;
}

.details>div {
    overflow: hidden;
    width: 730px;
    height: 180px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.details>div:first-child>table {
    width: 100%;
    height: 100%;
}

.details>div:first-child {
    background: #FCE9DB;
    color: #D38145;
}

.describe {
    position: relative;
    background: #FEF9F5;
}

.describe>div {
    float: left;
    position: relative;
    height: 76%;
    overflow: auto;
    word-wrap: break-word;
}

.describe div:first-child {
    width: 11%;
    font-weight: bold;
}

.describe div:first-child+div {
    width: 88%;
}

.timesd {
    position: absolute;
    left: 72%;
    bottom: 0px;
}

.jiufenUrl {
    font-size: 14px;
}

.jiufenUrl span {
    float: left;
}

.submites {
    text-align: center;
    padding: 20px 0px;
}

.submites>input[type='button']:first-child {
    width: 82px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.submites>input[type='button']:first-child+input {
    width: 82px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
    background: #eeab41;
    color: #FFFFFF;
    margin-left: 10px;
}

.jiufenHelp {
    height: 353px;
}