ul{
    list-style: none;
}
#search_bar{
    background: url("../img/domainbanner.jpg") no-repeat center top;
    height: 200px;
    padding-top: 48px;
}
.search_tit{
    font-size: 34px;
    margin-bottom: 50px;
}
.search_box{
    display: flex;
    margin: 0 160px;
    position: relative;
}
.seacrch_txt{
    padding: 0 20px;
    background: #fff;
    height: 54px;
    flex: 1;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search_drop{
    width: 119px;
    line-height: 54px;
    text-align: center;
    color: #333;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding-top:0px;
}
.search_drop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 45px;
    background: #c8c8c8;
}
.search_drop:after {
    content: "";
    position: absolute;
    background: url("../img/search_icon_arrow.png") no-repeat center;
    right: 11px;
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}
.search_drop.active:after {
    transform: rotate(180deg);
}
.search_btn{
    width: 20%;
    height: 54px;
    border: none;
    background-color: #ff2626;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search_list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 10;
    padding: 20px 19px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
    max-height: 400px;
    overflow-y: scroll;
}

 
.topso {
    padding: 22px;
    background: #f0f2f5;
    border-radius: 0px;
    position: relative;
    z-index: 200;
    margin-top: -56px;
}
.search_top_tit{
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.type_tab{
    margin-left: 20px;
}
.type_tab li{
    cursor: pointer;
    padding: 15px 10px;
    background: #e5e5e5;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    border-radius: 5px 5px 0 0;

}
.search_bar{
    border-radius: 8px;
    overflow: hidden;
    height: 60px;
    width: 100%;
}
.search_bar input[type=text] {
    background: #fff;
    height: 60px;
    padding-left: 20px;
}
.type_tab li.active{
    background: #fff;
    color: #ff2626;
}
.search_bar textarea{
    padding: 10px;
    border: none;
    background: #fff;
    width: 100%;
    line-height: 2em;
    border-radius: 8px;
}
.batch_bar{
    height: auto;
    border-radius: 0px;
}
.batch_bar  .search_btn{
    margin-top: 10px;
    border-radius: 8px;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    padding: 0 15px;
}
.operate_area a{
    margin-right: 10px;
}
.search_suffix{
    padding-top: 15px;
}
.result_list li{
    padding: 10px;
    border-bottom: 1px dashed #e5e5e5;
}
.result_box h2{
    margin: 15px 0;
}
.whois_table{
    margin: 0 auto;
    margin-top: 30px;
}
.whois_table td,.whois_table th{
    border: 1px solid #ddd;
}
.whois_table tr td{
    padding: 15px;
    line-height: 1.4em;
}
.whois_table .table-left{
    width: 30%;
}
.whois_table .table-left span{
    color: #989898;
}
@media only screen and (max-width:999px) {
    #search_bar{
        padding-top: 35px;
        padding-bottom: 30px;
        height: auto;
    }
    .search_box{
        margin: 0 10px;
    }
    .seacrch_txt{
        height: 54px;
    }
    
    
    .batch_bar  .search_btn{
        width: 120px;
    }
    .search_tit{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .search_drop{
        width: 119px;
    line-height: 54px;
    text-align: center;
    color: #333;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: relative;
  
    padding-top: 0px;
    }
    .checkbox_item{
        width: 25%;
    }
    .search_drop:before {
        top: 5px;
        height: 35px;
    }
    .search_drop:after{
        right: 6px;
    }
    .search_btn{
        height: 54px;
        line-height: 54px;
        font-size: 14px;
    }
    .rec_tit{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    div.swiper-slide{
        width: 180px;
    }
    .rec_suffix_tit .fr{
        display: none;
    }
    .rec_suffix{
        margin-bottom: 35px;
    }
    .help_box a{
        padding: 0 6px;
    }
    .gn_item{
        width: 100%;
        margin-bottom: 20px;
        height: 190px;
        padding: 15px;
    }
    .gn_bar{
        background: #f1f2f6;
        padding-bottom: 20px;
    }
    .suffix_table tr th{
        font-weight: normal;
    }
    .suffix_table tr th, .suffix_table tr td{
        line-height: 2em;
    }
    .suffix_table tr td:first-child{
        width: 30%;
    }
    .suffix_table tr td:first-child a{
        margin: 0 5px 0 10px;
    }
}