/*头部*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    height:auto;
}
input,button,select,textarea{ outline:none;} /*取消表单项聚焦时产生的边框*/
textarea{resize:none;}
.content_padd{
    padding-bottom:0;
}
.center{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:0 auto 100px !important;
}
.nav_now{
    width:auto;
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#666;
    margin:18px 0 18px;
}
.nav_now a{
    color:#666;
}
.nav_now a:hover{
    color:#FE8802;
}
.nav_now span:last-child{
    color:#FE8802;
}
.title_line{
    width:auto;
    height:30px;
    line-height:30px;
    margin:20px auto;
}
.title_line .title{
    width:auto;
    height:30px;
    line-height:30px;
    font-size:20px;
    color:#333333;
    float:left;
}
.title_line .clear_all{
    width:140px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:14px;
    color:#ffffff;
    float:right;
    background:#FF8901;
    border-radius:4px;
    margin-right:10px;
    cursor: pointer;
}
.title_line .down_excel{
    width:140px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:14px;
    color:#ffffff;
    float:right;
    background:#FF8901;
    border-radius:4px;
    cursor: pointer;
}
.table_block{
    width:100%;
    height:auto;
    overflow:hidden;
}
.table_block table{
    border-collapse:collapse;
    border-color:#dddddd;
    color:#333333;
}
.table_block tr td{
    width:182px;
    height:auto;
    padding:10px 8px;
    border-color:#dddddd;
    text-align:center;
}
.table_block tr td:first-child{
    text-align:left;
}
.table_block tr:first-child td{
    vertical-align: top;
}
.table_block tr:first-child td:first-child{
    vertical-align: middle;
}
.price_line td{
    color:#FF8901;
}
.price_line td:first-child{
    color:#333333;
}
.table_block input[type="checkbox"]{
    position: absolute;
    clip:rect(0,0,0,0);
}
.table_block input[type="checkbox"] + label::before{
    content: "";
    background:#fff;
    border: 1px solid #D9D9D9;
    width:18px;
    height:18px;
    line-height:18px;
    float:left;
    margin-right:6px;
    text-align:center;
}
.table_block input[type="checkbox"]:checked + label::before{
    border: 1px solid #FF8901;
    background:#FF8901;
    background-clip:content-box;
    content: '\2713';
    color:#ffffff;
}
.table_block label{
    width:auto;
    display: block;
    float:left;
}
.table_block tr td:first-child span{
    display:block;
    width:155px;
    float:left;
}
.choose_show div{
    width:80px;
    height:30px;
    line-height:30px;
    font-size:14px;
    text-align:center;
    cursor: pointer;
    margin:0 auto;
}
.choose_show .act{
    color:#FF8901;
}
.img_show{
    width:160px;
    height:160px;
    margin:5px auto;
    position:relative;
}
.img_show .close{
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    font-size:20px;
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.img_show img{
    width:100%;
    height:100%;
}
.model_desc{
    width:auto;
    height:auto;
    overflow:hidden;
    padding:5px;
}
.table_block .add_buycart,.table_block .chat,.table_block .go_login{
    width:100px !important;
    height:30px !important;
    line-height:30px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    background:#FF8901;
    border-radius:4px;
    margin:20px auto 10px;
    cursor: pointer;
}
.table_block .add_buycart, .table_block  .chat, .table_block .go_login a{
    display:block;
    width:100%;
    height:100%;
    color:#ffffff;
}
.table_block .chat{
    width:100px;
    height:30px;
}
.price_line .chat{
    width:auto;
    height:auto;
    background:none;
    color:#FF8901;
    font-size:14px;
    margin:0;
    border-radius:0;
}


