@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px;}

/*公共样式--非IE下屏蔽选中*/
*{margin:0; padding:0;/*  behavior: url("js/iepngfix.htc");*//* -moz-user-select:none; -webkit-user-select:none; user-select:none;*//* filter:alpha(opacity=0); -moz-opacity:0; opacity:0;*/}
body{width:100%; height:auto; font-family:"微软雅黑","宋体"; font-size:12px; text-align:center; background:#fff; margin:0px; padding:0px;}
img{border:0px;}
table{border-collapse:collapse;}
/*强制换行*/
.break{word-wrap: break-word; word-break: normal; line-height:14px;}
/*a标签点击时隐藏虚线*/
a{text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur());}
a:focus{ outline: none; }
a:hover{text-decoration:none;}
.clr{ clear:both;}
.fz20{font-size:20px;}
.fz18{font-size:18px;}
.fz16{font-size:16px;}
.fz14{font-size:14px;}
.fz13{font-size:13px;}
.fz12{font-size:12px;}
.bo{font-weight:bold;}
.red{color:red;}
.orange{color:#f60;}
.blue{color:blue;}
.green{color:green;}
.hese{color:#C3522F;}
.gray{color:#aaa;}
.nobo{font-weight:normal;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.vc{vertical-align:middle;}
.cursor{cursor:pointer;}
.hide{display:none;}
.show{display:block;}
.J_dialog{cursor:pointer;}


/*输入框效果*/
input[type="text"],input[type="password"],textarea,.select{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.2em;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,.select:focus{
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
input[type="text"][disabled="disabled"],select[disabled="disabled"]{
	background:#f1f1f1;
}
/*SEO提示*/
#J_seotip_container{width:auto;}
#J_seotip_container table{border:1px #3399CC solid; width:auto; background:#fff;}
#J_seotip_container table tr th,#J_seotip_container table tr td{padding:5px 5px 5px; border:1px #BFE2FE solid; font-size:12px; text-align:center;}
#J_seotip_container table tr th{background:#F4FEFF;}

/*SEO提示2*/
#J_seotip_container2{width:auto;}
#J_seotip_container2 table{border:1px #3399CC solid; width:auto; background:#fff;}
#J_seotip_container2 table tr th,#J_seotip_container2 table tr td{padding:5px 5px 5px; border:1px #BFE2FE solid; font-size:12px; text-align:center;}
#J_seotip_container2 table tr th{background:#F4FEFF;}
/*详细订单*/
.show_detail_table{width:100%; font-size:14px;}
.show_detail_table tr th,.show_detail_table tr td{padding:5px 0px 5px 5px;}
.show_detail_table tr th{color:#666;}


        