.search_channel {
    padding: 40px;
    min-height: 534px;
    background-color: #f5f5f5;
}
.search_title {
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.search_box {
    padding: 5px 65px 15px;
    margin: 0 auto;
    width: 745px;
}
.search_box .tab {
    padding: 10px 0;
    font-size: 1.2rem;
}
.search_box .tab a.on {
    color: #0081d3;
}
.search_box .bd {
    float: left;
    padding: 2px;
    background: #0081d3;
}
.search_box .input-text {
    padding: 0 8px;
    width: 600px;
    height: 50px;
    font-size: 1.2rem;
    border: none;
    border-radius: 0;
}
.search_box .input-submit {
    width: 120px;
    height: 50px;
    font-size: 1.3rem;
    color: #fff;
    border: none;
    background: #0081d3;
}
.statement {
    margin: 0 auto 20px;
    padding: 10px 20px;
    width: 830px;
    line-height: 30px;
    font-size: 14px;
    border: 1px dashed #e5e5e5;
    background: #f8f8f8;
    color: #999;
    margin-top: 30px;
}
.sototal {
    margin-top: 30px;
    line-height: 35px;
    border-bottom: #e5e5e5 dotted 1px;
}
.result-list {
    width: 1200px;
    margin: auto;
    line-height: 45px;
    line-height: 45px;
}
.result-list li {
    padding: 20px 0;
    height: 70px;
    border-bottom: #e5e5e5 dotted 1px;
}
.result-list li h3 {
    font-weight: bold;
    font-size: 24px;
}
.result-list li .code {
    width: 380px;
}
.result-list li i {
    margin-right: 8px;
    font-size: 16px;
}
.result-list li .expiretime {
    width: 270px;
}
.result-list li .credit {
    width: 445px;
}
.result-list li .view {
    width: 90px;
    text-align: right;
}
.result-list li span {
    display: inline-table;
  width :auto;
    color: #787878;
}


.new_div{
    width: 100%;
    padding: 40px 0;
}
.new_div_m{
    width: 1180px;
    margin: 0 auto;
}
.new_div_s{
    width: 100%;
}

.new_div_form{
    width: 100%;
    margin-top: 20px;
}
.new_div_form ul{
    width: 100%;
    display: none;
}
.new_div_form ul:nth-child(1){
    display:block;
}
.new_div_buts{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_div_buts dd{
    font-weight: bold;
    font-size: 22px;
    color: #409eff;
    padding: 12px 20px;
    margin: 0 15px;
    cursor: pointer;
}
.new_div_buts dd.on{
    color: #d80026;
}
.new_div_form form{
    width: 100%;
}
.new_div_bk{
    width:800px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.new_div_bk label{
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.new_div_bk label:before{
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}


.new_div_bk input{
    width: 600px;
    height: 40px;
    border: solid 1px #dcdfe6;
    border-radius: 5px;
    outline: 0;
    padding: 0 10px;
}

.new_div_bk button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #66b1ff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background: #66b1ff;
    color: #fff;
}
.new_div_bk button:hover{
    opacity: 0.8;
}


.new_div_t{
    width: 100%;
    padding-top: 20px;
}
.new_bthf{
    width: 100%;
    border-bottom: solid 2px #e5e5e5;
    margin-bottom: 20px;
}
.new_bthf span{
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 8px;
    line-height: 26px;
    height: 50px;
    border-bottom: 2px solid #d80026;
    text-indent: .5em;
    color: #d80026;
}

.new_table{
    width: 100%;
    border: 1px solid #ebeef5;
}
.new_table_a{
    border-bottom: none;
}
.new_table .is-leaf{

}
.new_table .cell{
    padding: 12px 10px;
}
.new_table .is-leaf{
    text-align: left;
    border-right: solid 1px #ebeef5;
}
.new_table .is-leaf:last-child{
    border-right: none !important;
}

.new_table .el-table__row{
    border-bottom: solid 1px #ebeef5;;
}
.new_table .el-table__row:last-child{
    border-bottom: none;
}
.new_table .el-table__row td{
    border-right: solid 1px #ebeef5;
}
.new_table .el-table__row td:last-child{
    border-right: none;
}
.new_table .el-table__row td button{
    border: none;
    background: none;
}
.new_table .el-table__row td button a{
    color: #66b1ff;
}