﻿
/*全局样式*/
*{font-size:12px;font-family:Arial,Tahoma,SimSun;padding:0px; margin:0px;}
body{background:#fff;color:#615443;}img{border:none;}li{list-style:none;}
/*主体*/
.main{width:950px;margin:0px auto;}
/*链接样式*/
a:link,a:visited {color:#615443;text-decoration: none;}
a:hover{color:#ff6600;text-decoration:underline;}
a{cursor:pointer;}
.a1:link,.a1:visited {color:#0041d9;text-decoration: none;}
.a1:hover{color:#ff6600;text-decoration:underline;}
.a2:link,.a2:visited {color:#0041d9;text-decoration:underline;}
.a2:hover{color:#ff6600;text-decoration:underline;}
.a3:link,.a3:visited {color:#666;text-decoration:none;}
.a3:hover{color:#ff6600;text-decoration:underline;}
.a4:link,.a4:visited {color:#cf6569;text-decoration:underline;}
.a4:hover{color:#ff6600;text-decoration:underline;}
/*载入的提示*/
.publicLoading{width:130px;color:#fff; position:absolute;top:0px; left:45%; background:#cc0000; text-align:center; padding:1px;z-index:20001;}
/*字符长度过长时隐藏*/
.hideString{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
/*手势鼠标*/
.cursor{cursor:pointer;}
/*颜色类*/
.Gray1{color:#9c9c9c;}
.Gray2{ color:#666;}
.Gray3{ color:#333;}
.Green1{color:Green;}
.Red1{ color:Red;}
/*价格*/
.price1{font-size:16px; font-weight:700; color:#c72a2a;}
.price2{font-size:15px; font-weight:700; color:#c72a2a;}
.price3{font-size:14px; font-weight:700; color:#c72a2a;}
.price4{font-size:12px; color:#f50;}
.price5{font-size:22px; font-weight:700; color:#c72a2a;}
.Tax{ font-size:18px; font-weight:700; color:#c72a2a;}

/*提示框*/
.msg_box{width:458px;border:3px solid #bfd1ee; position:absolute; display:none;}
.msg_box_content{ background:#fff;width:100%; border:1px solid #a7c5e2; color:#000; float:left;}
.msg_box_title{ float:left;width:100%;background:#eff5fb;border-bottom:1px solid #a7c5e2;padding:10px 0px 5px 0px;}
.msg_box_title h5{font-size:13px;text-indent:10px;float:left;}
.msg_box_close{float:right;cursor:pointer;margin:0px 10px 0px;}
.msg_box_body{padding:20px 10px 10px 10px;text-align:left;height:300px;overflow-y:auto;line-height:20px;float:left;}
.msg_box_bt{ background:#f7f9ff; border-top:1px solid #e0e4e9; margin:8px 0px 0px;padding:10px 0px 0px;width:100%; float:left; text-align:center; height:30px;}
.msg_box_bt input{ margin-right:10px; cursor:pointer;width:46px; height:21px;}
/*提示框2*/
.msg_box2{width:300px; border:8px solid #e4ded0; display:none; position:absolute;background:#e4ded0;}
.msg_box2_content{ background:#fff; border:1px solid #bbbbbb;width:100%; color:#333;float:left;}
.msg_box2_title{ float:left;width:100%;background:url(/images/bg/h_2_bg.gif);padding:6px 0px 5px 0px;}
.msg_box2_title h5{font-size:13px;text-indent:10px;float:left;}
.msg_box2_close{float:right;cursor:pointer;margin:0px 10px 0px;}
.msg_box2_body{padding:10px 10px 10px 10px;text-align:left;line-height:20px;float:left; background:#fff;}
.msg_box2_body p{text-indent:15px; float:left;width:99%;}
.msg_box2_Loading{ float:left;width:100%; text-align:center; margin-top:10px; display:none;}
.msg_box2_Tip{ float:left;width:98%; text-align:right; padding:10px 0px 3px 0px;}
/*数据筛选的LOADING*/
#fiter_loading{width:230px;background:#fff;border:5px solid #999;padding:20px;line-height:25px; color:#666; text-align:center; display:none; }
/*加载数据*/
.loadingData{ float:left;width:90%;padding:10px 0px 10px 10px; display:block;}
.loadingData div{ float:left; text-align:center;}
.loadingData p{ color:Gray;}