body {
    background: #e6e7ec;
}
.interface-con .h2 {
    margin-bottom: 30px;
    font-size: 24px;
}
.interface-con .table {
    width: 100%;
    border:1px solid #e6e6e6;
    border-bottom: none;
    font-weight: 12px;
}
.interface-con .table tr {
    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.interface-con .table tr:nth-child(even) {
    background: #ededed;
}
.interface-con .table th {
    padding-left: 20px;
    text-align: left;
    height: 30px;
    background: #3386c8;
    border-right: 1px solid #e6e6e6;
    color: #fff;
}
.interface-con .table td {
    height: 45px;
    padding-left: 20px;
    border-right: 1px solid #e6e6e6;
    font-size: 12px;
}
.interface-con .table input {
    display: block;
    width: 290px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.interface-con .tips {
    color: #ff5500;
    margin-bottom: 10px;
}
.interface-con .sub-btn {
    display: block;
    margin-top: 30px;
    width: 140px;
    line-height: 40px;
    background: #3386c8;
    text-align: center;
    color: #fff;
}
.interface-con .result-box {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.interface-con .h3 {
    margin: 20px 0 10px;
}
.interface-con .h5 {
    margin: 20px 0 10px;
}
.interface-con .required-box,
.interface-con .return-result {
    height: 300px;
    background: #333;
    color: #fff;
    word-break: break-all;
    white-space: pre-wrap;
}