/* 颜色 */
.danger {
    color: #C91F1D;
}
/* ie去掉x号 */
input[type=text]::-ms-clear{
    display: none;
}
/* 清除谷歌后面的叉号 */
input::-webkit-search-cancel-button{
    display: none;
}
/* 产品状态选中class */
.click-picked {
    line-height: 26px;
    background: red;
    border-radius: 13px;
    padding: 0 10px;
    color: #ffffff;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
    position: relative;
}
.click-checked {
    background-image: url(../images/check02.png) !important;
}

.select-wrap {

    /*new gradient for Webkit*/

    background:-webkit-linear-gradient(to bottom,#f5f5f5,#ffffff);

    /*Opera11*/

    background:-o-linear-gradient(to bottom,#f5f5f5,#ffffff); 

    /*Mozilla*/

    background: -moz-linear-gradient(to bottom,#f5f5f5,#ffffff);

    /*IE10+*/

    background:linear-gradient(to bottom, #f5f5f5,#ffffff);

    /*IE8-IE9*/

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );

}
.product-wrap ul{
    background: #ffffff;
}
.product-wrap ul li {
    height: 60px;
}
.product-wrap .product-choose {
    width: 1076px;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    line-height: 60px;
}
.product-wrap .product-choose a{
    font-weight: 400;
    color: #333333;
    display: inline-block;
}
.product-wrap .product-choose span{
    display: inline-block;
    vertical-align: middle;
}
.product-wrap .product-choose span.pick{
    height: 16px;
    width: 16px;
    background-image: url(../images/check01.png);
}
/* .product-wrap .product-choose .total-all{
    color: #ffffff;
    width: 52px;
    height: 26px;
    background: #ff0000;
    vertical-align: middle;
    line-height: 26px;
    text-align: center;
    border-radius:13px;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
    position: relative;
} */

.product-wrap .product-choose a+a{
    margin-left: 50px;
    min-width: 140px;
}
.product-wrap .product-kind {
    line-height: 60px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

/* 筛选结果 */
.select-result .select-container {
    width: 1200px;
    border-bottom: 2px solid #C91F1D;
    padding: 27px 0;
}
.select-result .select-title {
    font-size:24px;
    font-weight:400;
    color:#000000;
}
.select-result .search-bar {
    width: 200px;
    height: 32px;
    line-height: 32px;
    background: #EEEEEE;
    border-radius: 18px;
    position: relative;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
    outline: none;
    padding: 0 50px 0 15px;
}
.select-result .search-bar+span {
    width: 24px;
    height: 24px;
    background: red;
    top: 6px;
    right: 23px;
    cursor: pointer;
}
/* 表格样式 */
.select-result table td {
    font-size: 14px;
    font-weight: 400;
}
.select-result table td span{
    width: 70px;
    height: 26px;
    background: #F9EEE1;
    line-height: 26px;
    display: inline-block;
    border-radius: 13px;
    position: relative;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
    text-align: center;
    color: #A9742E;
}
.select-result table td a {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 62px;
    height: 30px;
    border: 1px solid #C91F1D;
    color: #C91F1D;
    border-radius: 15px;
    position: relative;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
}
.select-result table tbody tr{
	cursor:pointer;
}
/* 分页器样式 */
.page-bar {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
    
.tcdPageCode{
	text-align: left;
    color: #EFEFEF;
    right: 0;
    font-size: 14px;
    font-weight: 400;

}
.tcdPageCode a{
	display: inline-block;
	color: #333333;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #EFEFEF;
	margin: 0 2px;
	vertical-align: middle;
}
.tcdPageCode a+a{
    margin-left: 16px;
}
.tcdPageCode a:hover{
	text-decoration: none;
	border: 1px solid #C91F1D;
}
.tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #C91F1D;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.disabled{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}