.wrapContainer {
    padding: 35px 0 100px 0;
    background: #e7e8eb;
}

.wrap {
    overflow: hidden;
    zoom: 1;
    width: 1140px;
    margin: 0 auto;
    padding: 40px 30px 70px 30px;
    background: #fff;
    font-size: 13px;
}

.top-util {
    height: 35px;
}

.top-util a {
    display: inline-block;
    width: 196px;
    text-align: right;
    color: #333;
    font-size: 14px;

}

.top-util .current {
    color: #f55;
}

.api-title h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
}

.api-explain {
    padding: 15px 20px;
    background: #e7e8eb;
    color: #333;
}

.api-explain h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}

.api-explain p {
    line-height: 1.5;
}

.api-check {
    margin-top: 30px;
}

.api-check h4 {
    margin-bottom: 20px;
    font-weight: normal;
}

.api-check .single{
    clear:left;
}

.api-check .single-row {
    margin-bottom: 20px;
}
.api-check .row {
    margin-bottom: 20px;
    float:left;
}

.api-check label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.api-check label:nth-of-type(1) {
    margin-top: 3px;
}

.api-check .txtarea {
    width: 90%;
    height: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #333;
    vertical-align: middle;
}

.api-check .txt {
    width: 90%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #ccc;
    color: #333;
}

.api-check .result{
    width:90%;
    height:50px;
    border: 1px solid #c4c4c4;
}

.sub_en {
    margin-left: 196px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    background: #f55;
    font-size: 14px;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin-right: 20px;
}

.sub_de {
    margin-left: 196px;
    margin-top: 40px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    background: #f55;
    font-size: 14px;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin-right: 20px;
}

.row input, .row label, .row span, .row textarea {
    font-size: 14px;
}

table {
    margin-bottom: 45px;
    /*margin-top: -20px;*/
    /*margin-left: 103px;*/
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
}

table td {
    height: 60px;
    /* padding: 10px; */
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    border-right: 1px solid #e2e2e2;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table th {
    height: auto;
    background-color: #f4f5fa;
    font-size: 13px;
    box-sizing: border-box;
    border-right: 1px solid #e2e2e2;
    color: #666;
    text-align: center;
    padding: 10px;
}

.even{background:#f4f5fa;}
.odd{background:#FFFFFF;}
.selected{background:#FF9900;}