a {
  color: #232323;
  text-decoration: none;
  outline: none;
  cursor: pointer; /* 默认状态也设置为手形（可选） */
}
a:hover {
  color: #676767;
  text-decoration: none;
  cursor: pointer; /* 确保悬停时显示手形 */
  outline: none;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #a3a3a3;
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}
.deals .del { text-decoration:line-through; }
.deals .red { color:#ed145b; }
.deals .alt { margin-right:0; }
.deal_box:hover { border-color:#ed145b; }
.main { margin-bottom:20px; border-radius:10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #ed145b; border-right-color: #ed145b; border-bottom-color: #ed145b; border-left-color: #ed145b; }
.ssearchl{height:34px;padding-top:7px;*margin-top:-38px;*margin-left:58px;}
.ssearchl a{color:#222222;font-size:12px;padding:0px 8px}
a.schlist_upbtn {
  background: url("i/search_btn.gif") no-repeat scroll left -148px transparent;
  *background: url("i/search_btn.gif") no-repeat scroll 9px -144px transparent;
  color: #EE145B;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  padding-left: 17px;padding-right:5px;*text-align:right; *padding-left: 16px;
  width: 34px;*width: 50px;
}
a.schlist_downbtn {
  background: url("i/search_btn.gif") no-repeat scroll left -74px transparent;
  *background: url("i/search_btn.gif") no-repeat scroll 9px -70px transparent;
  color: #EE145B;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-right: 2px;
  padding-left: 17px;*text-align:right; *padding-left: 16px;padding-bottom:25px;
  width: 34px;
  *width: 50px;vertical-align:top;
}
.filter_brand li a{color:#222222}
a.schlist_upbtn:hover, a.schlist_upbtn_selected {
  background-position: left -185px;*text-align:right; *padding-left: 16px;* background-position: 9px -107px;_padding-left: 5px;
  color: #FFFFFF;
  text-decoration: none;
}
a.schlist_downbtn:hover, a.schlist_downbtn_selected {
  background-position: left -111px;* background-position: 9px -107px;
  color: #FFFFFF;*text-align:right; *padding-left: 16px;_padding-left: 5px;
  text-decoration: none;
}
.main .no_stock_soon {
  background: url("i/countdown.gif") no-repeat scroll 32px 0 transparent;
  height: 40px;
  padding-left: 75px;
  text-align: left;
  width: 100px;
}
.progress strong {
  color: #ED145B;
  padding: 0;
}
.deal-status strong {
    color: #ED145B;
	padding: 0;
}
ul.goods-list {
	border:none;
	margin-top: 15px;
	padding: 15px 0;
}
ul.goods-list:after {
    content:'';
    display:block;
    clear: both;
}
ul.goods-list li{
	border: 1px solid #ccc;
	float: left;
	width: 327px;
	height:332px;
	margin-left: 14px;
	margin-bottom: 15px;
    border-radius:3px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.03);
}
ul.goods-list li:hover{}
ul.goods-list dfn {display: none;}
ul.goods-list li:hover dfn, ul.goods-list li.hover dfn {background-color:#E7E7E7;}
ul.goods-list li img.goods-pic{
	display: block;
	margin: 10px auto 0;
	position: relative;
}
ul.goods-list li img.goods-pic2{
	display: block;
	position: absolute; 
	background: url(2.jpg);
	top: 50px;
	left: 50px;
}
ul.goods-list li .goods-name{
	margin: 0 10px;
	border-bottom: 1px solid #d8d4d5;
	height: 33px;
	overflow: hidden;
}
ul.goods-list li .goods-name a{
	color: #000;
}
ul.goods-list li .goods-name span{
	color: #ed145b;
	font-size: 20px;
}
ul.goods-list li .goods-price{
	padding: 10px;
	color: #ed145b;
	height: 20px;
	line-height: 20px;
}
ul.goods-list li .goods-price .price-now{ 
	font-size: 20px;
}
ul.goods-list li .goods-price .price-off{
	color: #707070;
	text-decoration: line-through;
}
ul.goods-list li .goods-price .re-num{}
ul.goods-list li .goods-price .sale-num{}
/* 基础输入框样式 - 合并相同属性 */
.f-input,
input.date,
input.number,
.h-input,
.f-text,
.f-textarea,
.f-select {
    font-size: 12px;
    padding: 2px 4px;
    background: #e7e7e7;
    border: dotted 1px #f7f7f7;
    border-radius: 5px;
    height: 22px;
    outline: none;
    min-width: 180px;
    transition: all 0.2s ease-in-out; /* 平滑过渡效果 */
}

/* 特殊样式覆盖 */
.f-text {
    font-size: 10px;
    padding: 3px 4px;
}

.f-textarea {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #7c7c7c #c3c3c3 #ddd;
    border-style: solid;
    border-width: 1px;
}

.f-select {
    font-size: 14px;
    padding: 3px 0 3px 4px;
}

/* 统一交互状态 */
.f-input:hover,
input.date:hover,
input.number:hover,
.h-input:hover,
.f-text:hover,
.f-textarea:hover,
.f-select:hover {
    background: #f0f0f0;
    border-color: #d7d7d7;
    box-shadow: 0 3px 8px rgba(127, 127, 127, 0.15), 
                0 0 0 2px rgba(210,210,210,0.3); /* 浅灰色外围阴影 */
}

.f-input:focus,
input.date:focus,
input.number:focus,
.h-input:focus,
.f-text:focus,
.f-textarea:focus,
.f-select:focus {
    background: #ffffff;
    border-color: #4285f4;
    box-shadow: 0 3px 8px rgba(127, 127, 127, 0.15), 
                0 0 0 2px rgba(210,210,210,0.3); /* 浅灰色外围阴影 */
}

/* 文本区域特殊状态 */
.f-textarea:hover {
    border-color: #a7a7a7 #c3c3c3 #ddd;
}

.f-textarea:focus {
    border-color: #4285f4;
}

/* 禁用状态 */
.f-input:disabled,
.h-input:disabled,
.f-text:disabled,
.f-textarea:disabled,
.f-select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* 基础按钮样式 - 合并input和button的相同属性 */
input.formbutton,
button.formbutton {
   cursor:pointer;
}

/* 悬停状态 */
input.formbutton:hover,
button.formbutton:hover {
    box-shadow: 0 3px 8px rgba(127, 127, 127, 0.15), 
                0 0 0 2px rgba(210,210,210,0.3); /* 浅灰色外围阴影 */
   
    transform: translateY(-1px);
}

/* 点击状态 */
input.formbutton:active,
button.formbutton:active {
    box-shadow: 0 3px 8px rgba(72, 72, 72, 0.15), 
                0 0 0 2px rgba(219, 219, 219, 0.3); /* 浅灰色外 围阴影 */
    transform: translateY(-1px);
}

/* 聚焦状态 */
input.formbutton:focus,
button.formbutton:focus {
    outline: none;
    box-shadow: 0 3px 8px rgba(72, 72, 72, 0.15), 
                0 0 0 2px rgba(219, 219, 219, 0.3); /* 浅灰色外 围阴影 */
}

/* 禁用状态 */
input.formbutton.disabled,
button.formbutton.disabled,
input.formbutton:disabled,
button.formbutton:disabled {
    background: #eee !important;
    color: #999;
    border: 1px solid #ccc;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* 特殊处理IE兼容性 */
input.formbutton {
    *width: auto;
    _width: 0;
    *overflow: visible;
}
/* 基础按钮样式 */
.pure-button {
    font-size: 14px;
    padding: 5px 12px;
    border: none;
    background: #33CCCC;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: all 0.2s ease; /* 添加平滑过渡效果 */
    box-sizing: border-box;
}

/* 全宽按钮变体 */
.pure-button.a-full-button {
    width: 100%;
}

/* 主按钮变体 */
.pure-button.pure-button-primary {
    background: #33CCCC;
}

/* 悬停状态 */
.pure-button:hover {
    background: #2BB8B8; /* 稍深的颜色 */
    box-shadow: 0 3px 8px rgba(127, 127, 127, 0.15), 
                0 0 0 2px rgba(210,210,210,0.3); /* 浅灰色外围阴影 */
    transform: translateY(-1px);
}

/* 点击状态 */
.pure-button:active {
    background: #29A6A6; /* 更深的颜色 */
    box-shadow: 0 1px 3px rgba(185, 184, 184, 0.2) inset;
    transform: translateY(1px);
}

/* 聚焦状态 */
.pure-button:focus {
    outline: none;
    box-shadow: 0 3px 8px rgba(127, 127, 127, 0.15), 
                0 0 0 2px rgba(210,210,210,0.3); /* 浅灰色外围阴影 */
}

/* 禁用状态 */
.pure-button.disabled,
.pure-button:disabled {
    background: #eee !important;
    color: #999 !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
}

/* 特殊样式（针对你的按钮） */
#btn {
    margin-top: 20px;
    width: 260px;
    height: 38px;
    font-size: 16px; /* 与<font size="+1">匹配 */
}
.iptTxt {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #f7f7f7 !important;
    border-radius: 2px;
    color: #000000;
    font-size: 14px;
    height: 42px;
    margin: 6px 0;
    padding: 0 0px;
    vertical-align: top;
    width: 100%;
    outline: none;
    transition: all 0.3s ease; /* 添加过渡动画 */
}

/* 悬停状态 */
.iptTxt:hover {
    border-color: #999999;
    background-color: #F5F5F5;
}

/* 聚焦状态 */
.iptTxt:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
    background-color: #FFFFFF;
}