.chan-type{
    border: solid 1px #e2e2e2;
    background: #fff;
    padding: 0 28px 0 28px;
    overflow: hidden;
}
.chan-type-box{
    padding: 0 10px;
}
.chan-type-list:not(:last-of-type){
    border-bottom: dashed 1px #c9c8c8;
}
.chan-type-list{
    padding: 10px;
    font-size: 12px;
}
.chan-type-list a{
    color: #333;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
}
.chan-type-btn input{
    float: left;
    margin: 2px;
    display: none;
}
.chan-type-list span{
    color: #666666;
    padding: 10px 0;
    width: 110px;
}
.chan-type-btn{
    width: 820px;
}
.chan-zhan .chan-ul{
    width: 1170px;
    padding: 15px;
    height: 1146px;
}
.chan-zhan .chan-ul li{
    width: 214px;
}
.chan-zhan .chan-ul li .chan-img{
    width: 100%;
}
.chan-zhan-title{
    margin-top: 29px;
    height: 48px;
    border: solid 1px #e2e2e2;
    margin-bottom: 2px;
    background: #fff;
}
.chan-zhan-p{
    width: 120px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.chan-zhan-p.active{
    color: #ef1f1f;
}
.line{
    margin: 11px 10px 0 20px;
}
.chan-type-title{
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.chan-type-title span{
    background: #f0f3f8;
    border: solid 1px #e2e2e2;
    padding: 5px 10px;
    line-height: 16px;
    margin-top: 8px;
    cursor: pointer;
}
.multiple-btn{
    border: solid 1px #e2e2e2;
    padding: 2px 10px;
    cursor: pointer;
}
.chan-price{
    height: 26px;
    line-height: 26px;
    margin-top: 11px;
}
.chan-price span{
    height: 26px;
}
.chan-price input{
    height: 24px;
    width: 75px;
    border: solid 1px #efefef;
}
.price-sure {
    display: inline-block;
    background: #f6a609;
    width: 66px;
    text-align: center;
}



.dui-table th{
    background: #f7a60a;
    height: 50px;
    color: #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.dui-table tbody{
    background: #fff;
}
.dui-table td{
    text-align: center;
    padding:15px 0 ;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
}
.dui-table{
    margin-bottom: 46px;
}