.gg-box {
    margin-top: 0 !important;
}

.backfff {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}

#q {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}

.Content {
    height: auto !important;
}

.search_btn span {
    color: #FFFFFF !important;
}

.xq_toggle {
    width: 100%;
}

.toggle_big_title {
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xq_toggle .xq_2_content {
    margin-top: 0;
}

.search_btn {
    height: 38px;
    line-height: 38px;
}

.toggle_big_title .toggle_big_input {
    margin-right: 20px;
}

.ip_table_mess {
    padding: 20px;
    padding-top: 10px;
}

.ip_table_mess table {
    width: 100%;
    background-color: #fff;
    color: #666;
}

.ip_table_mess table tr td,.ip_table_mess table tr th {
    text-align: left;
    font-weight: 400;
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.ip_table_mess  thead tr{
    background-color: #f2f2f2;
}

.ip_lay_table thead .trfr{
    float: right;
    font-size: 16px;
    color: #01AAED;
}
.ip_lay_table tr td{
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #666;
    font-size: 14px;
}
.ip_lay_table tr th{
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    font-size: 14px;
}
.ip_lay_table tr td.red_color{
    color: #ff0000;
}
.ip_lay_table tr th h3{
    font-size: 16px;
    color: #666;
}