
/*草稿箱样式*/
body{
    background: #F0EFEF;
}
.content{
    width: 100%;
    padding: 20px 0 60px;
    min-height: 600px;
}
.content .content-box {
    text-align: center;
    background: #fff;
    padding: 60px 54px;
}
table caption{
    background: #f4f4f4;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size:14px;
    line-height:42px;
}
table caption span{
    display: inline-block;
}
table th,
table td{
    border-color: #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
table thead tr{
    padding: 0 20px;
    background: #f4f4f4;
    height: 42px;

}
table thead tr th{
    text-align: center;
    font-size:14px;
    line-height:42px;
}
table thead tr th .mL20{
    display: inline-block;;
    margin-left: 20px;
}
table tbody tr td{
    font-size: 14px;
    text-align: center;
    height: 100px;
    min-height: 100px;
}
table tbody tr td.tc{
    text-align: center;
}
table tbody tr td.w10{
    width: 10%;
}
table tbody tr td .mL20{
    display: inline-block;;
    margin-left: 20px;
}
.content-head{
    margin-top: -60px;
    height: 82px;
}
.content-head .content-head-title{
    line-height: 82px;
    font-size:18px;
    line-height:82px;
}
.content-head .content-head-search {
    padding-top: 23px;
    position: relative;
}
.content-head-search .search-input{
    display: inline-block;
    border: 1px solid #dfdede;
    height: 34px;
    width: 250px;
    padding: 0 10px;
    border-radius: 4px;
    padding-right: 40px;
}
.form-control:focus {
    /* outline: none; */
    border-color: #1083b9;
    transition: border linear .2s,box-shadow linear .5s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    box-shadow: 0 0 8px #1083b9;
    -moz-box-shadow: 0 0 8px #1083b9;
    -webkit-box-shadow: 0 0 8px #1083b9;
}
#submit-search{
    position: absolute;
    border: 0;
    right: 10px;
    top: 31px;
    z-index: 1;
    width: 36px;
    height: 26px;
    cursor: pointer;
    outline: none;
    background: white;
}
#submit-search .icon{
    position: absolute;
    display: inline-block;
    background: #ccc;
    width: 1px;
    height: 20px;
    top: 1px;
    right: 26px;
}
#submit-search .icon:after{
    content: url("/static/images/desktop/xinhe/search-icon.png");
    display: inline-block;
    margin-left: 10px;
}
.pagination{
    position: relative;
}
.pagination ul{
    position: absolute;
    right: 0;
}
.ie8 .content-head-search .search-input{
    padding-top: 9px;
    width: 300px;
    box-sizing:border-box;
}
.ie8 #submit-search{
    top: 24px;
}
.ie8 #submit-search .icon{
    top: -3px;
}
input.placeholder, textarea.placeholder{
    color: #757575; !important;
}
.product-link{
    cursor: pointer;
    color: #1085BB;
    text-decoration: underline;
}





















