#pay_success {
    margin: 10px 0;
    color: #666;
    font: 12px/1.5em tahoma,arial,"宋体",sans-serif;
}
#pay_success h1 {
    color: #ef5d5d;
    font-size:25px;
    margin-bottom: 15px;
}
#pay_success p {
    margin: 0 0 10px;
}

.list_crumb {
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 14px;
}
.list_crumb li {
    float: left;
    line-height: 21px;
}
.list_crumb li.classify a {
    color: #666;
}
.list_crumb li.sub_classify {
    border: 1px dotted #c40000;
    border-radius: 2px;
    display: inline-block;
    float: left;
    line-height: 19px;
    margin-right: 8px;
    padding: 0 10px;
    vertical-align: middle;
}
.list_crumb li.sub_classify a {
    color: #c40000;
}
.list_crumb li .crumb_arrow {
    background: rgba(0, 0, 0, 0) url("../cssimg/list_select_icon.png") no-repeat scroll 0 -104px;
    display: inline-block;
    height: 15px;
    margin-left: 3px;
    vertical-align: middle;
    width: 15px;
}
.selector_box .selector_info, .list_browse dt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    border:1px solid #f2f2f2;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.selector_box .selector_info h3 {
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.selector_box .selector_info h3 b {
    color: #e4393c;
    margin-right: 5px;
}
.selector_box .selector_info h3 em {
    color: #666;
    font-style: normal;
}
.selector_box .selector_info span {
    color: #666;
    float: left;
    padding-left: 20px;
}
/**************************************/
.selector_line {
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}
.selector_line.current {
    border: 2px solid #edd28b;
    margin-top: -1px;
}
.selector_line dt {
    left: 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 60px;
}
.selector_line dd a {
    color: #666;
    overflow: hidden;
    vertical-align: middle;
}
.selector_line dd li {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    color: #666;
    cursor:pointer;
    
}
.selector_line dd li:hover {
	text-decoration: underline; 
	color:#f60;
}
.selector_line.current .values {
    height: 100%;
}
.selector_line.current .values a i {
    display: inline-block;
}
.selector_line.selected .values {
    height: 100%;
}
.selector_line .values {
    height: 35px;
    padding: 0 140px 0 70px;
    width: auto;
}
.selector_line .values ul {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.selector_line .values a:hover {
    color: #e4393c;
}
.selector_line .values a:hover i {
    border: 1px solid #e4393c;
}
.selector_line .values a.current i {
    background-position: 0 -49px;
    border: 1px solid #e4393c;
}
.selector_line .values .sl_btns {
    display: none;
    margin-bottom: 5px;
    text-align: center;
}
.selector_line .values .sl_btns a {
    background: #f7f7f7 -moz-linear-gradient(center top , #f7f7f7, #f2f2f2) repeat-x scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 5px;
    padding: 5px 10px;
}
.selector_line .values .sl_btns a.disabled {
    background: #fff none repeat scroll 0 0;
    color: #ccc;
    opacity: 0.2;
}
.selector_line .values .sl_btns a.current {
    background: #e74649 none repeat scroll 0 0;
    border-color: #e74649;
    color: #fff;
}
.selector_line .list_operation {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 130px;
}
.list_operation i {
    background: rgba(0, 0, 0, 0) url("../cssimg/list_select_icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    transition: background-position 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 18px;
}
.list_operation .more i {
    background-position: 3px -136px;
    border: 1px solid #d5d5d5;
    margin-left: 5px;
}
.list_operation .more i:hover {
    background-position: 3px -154px;
    border-color: #f00;
}
.list_operation .more.current i {
    background-position: 3px -67px;
    border: 1px solid #d5d5d5;
    margin-left: 5px;
}
.list_operation .more.current i:hover {
    background-position: 3px -85px;
    border-color: #f00;
}
.list_operation .options {
    border: 1px solid #d5d5d5;
    margin-left: 15px;
    padding: 1px 5px 1px 0;
}
.list_operation .options i {
    background-position: 3px -248px;
}
.list_operation .options:hover {
    border-color: #f00;
}
.list_operation .options:hover i {
    background-position: 3px -269px;
}
.selector_more {
    border-top: 1px solid #ddd;
    position: relative;
    text-align: center;
    top: -1px;
    transition: border-color 0.15s ease-in-out 0s;
}
.selector_more:hover {
    border-color: #e4393c;
}
.selector_more:hover .sm-wrap {
    border-color: #fff #e4393c #e4393c;
    color: #e4393c;
}
.selector_more span {
    background: #fff none repeat scroll 0 0;
    border-color: #fff #ddd #ddd;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-top: -1px;
    padding: 0 40px 0 20px;
    position: relative;
    transition: border-color 0.15s ease-in-out 0s;
}
.selector_more span i {
    background: rgba(0, 0, 0, 0) url("../cssimg/list_select_icon.png") no-repeat scroll 4px -136px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 20px;
}
.selector_more:hover span {
    border-color: #fff #e4393c #e4393c;
    color: #e4393c;
}
.selector_more:hover span i {
    background-position: 4px -154px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 20px;
}
.selector_more span.current i {
    background-position: 3px -66px;
}
.selector_more:hover span.current i {
    background-position: 3px -84px;
}
/*********************************/
.filter_list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    border: 1px solid #f2f2f2;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 10px;
}
.filter_list .list_sort {
/*    width: 160px;*/
}
.filter_list .list_sort a {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    float: left;
    margin-right: -1px;
    padding: 3px 8px;
}
.filter_list .list_sort a.current {
    background-color: #e4393c;
    border-color: #e4393c;
    color: #fff;
}
.filter_list .list_activity {
    min-width: 257px;
}
.filter_list .list_search {
    margin-left: 20px;
    width: 180px;
}
.filter_list .filter_page {
    width: 146px;
}
.filter_list .filter_page {
    width: 146px;
}
.list_activity {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 8px;
}
.list_activity a {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin-right: 5px;
}
.list_activity label.last-label {
    margin-right: 0;
}
.list_activity input {
    margin: -1px 5px 0 0;
    padding: 0;
    vertical-align: middle;
}
.list_search input {
    border: 1px solid #ccc;
    color: #999;
    height: 17px;
    line-height: 17px;
    padding: 3px;
    vertical-align: middle;
    width: 110px;
}
.list_search a {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-left: -1px;
    padding: 4px 13px 5px;
}
.filter_page span {
    color: #666;
    float: left;
    line-height: 23px;
    margin-right: 10px;
}
.filter_page b {
    color: #e4393c;
}
.filter_page em {
    font-style: normal;
}
.filter_page a {
    background: #fff url("../cssimg/list_select_icon.png") no-repeat scroll 0 0;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: -1px;
    width: 45px;
}
.filter_page a.disabled {
    background-color: #f1f1f1;
}
.filter_page .page_n {
    background-position: center -170px;
}
.filter_page .page_p {
    background-position: center -98px;
}
/***************************/
.produ-selection {
    background: #fff none repeat scroll 0 0;
    margin-top:20px;
}
.produ-selection .produ-title {
    height: 100px;
    padding: 40px 0 30px;
    text-align: center;
}
.produ-selection .produ-title h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
}
.produ-selection .produ-title h2 {
    font-size: 32px;
    font-weight: bolder;
    line-height: 50px;
}
.produ-selection .produ-ads {
    margin-bottom: 40px;
}
.produ-selection .produ-ads .slider-box {
    float: left;
    margin-right: 15px;
}
.produ-selection .produ-ads .swiper-container-1, .produ-selection .produ-ads .swiper-container-2 {
    height: 406px;
    overflow: hidden;
    width: 580px;
}
.produ-selection .produ-ads .slider-box p {
    font-size: 14px;
    line-height: 30px;
    margin: 4px 0;
    text-align: center;
}
.produ-selection .produ-ads .slider-box p.slider-box-title {
    font-size: 26px;
    margin-top: 20px;
}
.slider-box .section p {
    margin: 0;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.color-white {
    background: #fff none repeat scroll 0 0;
}
.slider-box-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 104px;
}
.slider-box-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.slider-box-btn-1 {
    color: #000;
}
.slider-box-btn-1e {
    overflow: hidden;
}
.slider-box-btn-1e::after {
    background: #000 none repeat scroll 0 0;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
}
.slider-box-btn-1e:hover, .slider-box-btn-1e:active {
    color: #fff;
}
.slider-box-btn-1e:hover::after {
    height: 260%;
    opacity: 1;
}
.slider-box-btn-1e:active::after {
    height: 400%;
    opacity: 1;
}
.produ-selection .produ-lists .produ-box {
    display: inline-block;
    height: 350px;
    margin-bottom: 15px;
    margin-right: 5px;
    position: relative;
    width: 100%;
}
.produ-selection .produ-lists .produ-box-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    width: 286px;
}
.produ-selection .produ-lists .produ-img {
    display: block;
    height: 288px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.produ-selection .produ-lists .produ-img img{
    width: 100%;
}
.produ-selection .produ-lists .produ-img .overburden {
    background: rgba(0, 0, 0, 0) url("../cssimg/overburden.png") no-repeat scroll 0 0;
    height: 288px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.produ-selection .produ-lists .produ-classes {
    background: #fff none repeat scroll 0 0;
    height: 0;
    overflow: hidden;
    padding: 0 30px 0 21px;
    transition: all 0.3s ease-in-out 0s;
    width: 214px;
}
.produ-selection .produ-lists .produ-classes a, .produ-selection .produ-lists .produ-classes div, .produ-selection .produ-lists .produ-classes ul li {
    display: inline-block;
    line-height: 30px;
}
.produ-selection .produ-lists .produ-classes ul li {
    margin: 0 1px;
}
.produ-selection .produ-lists .produ-classes div {
    height: 32px;
    margin-left: 0;
    overflow: hidden;
    width: 180px;
}
.produ-selection .produ-lists .produ-classes a.prev, .produ-selection .produ-lists .produ-classes a.next {
    background: rgba(0, 0, 0, 0) url("../cssimg/service-icon.png") no-repeat scroll -15px -114px;
    height: 32px;
    width: 10px;
}
.produ-selection .produ-lists .produ-classes a.next {
    background-position: -40px -113px;
}
.produ-selection .produ-lists .produ-classes ul {
    height: 32px;
    text-align: center;
    width: auto;
}
.produ-selection .produ-lists .produ-classes ul li.current a {
    display: block;
}
.produ-selection .produ-lists .produ-classes ul li.hide {
    display: none;
}
.produ-selection .produ-lists .produ-classes ul li.hide a {
    display: none;
}
.produ-selection .produ-lists .produ-classes ul li a {
    border: 1px solid #ddd;
    display: block;
    height: 29px;
    overflow: hidden;
    width: 28px;
}
.produ-selection .produ-lists .produ-classes ul li img {
    height: 30px;
    width: 30px;
}
.produ-selection .produ-lists .produ-info, .produ-selection .produ-lists .produ-price-info, .produ-selection .produ-lists .produ-buy-now {
    background: #fff none repeat scroll 0 0;
    display: block;
    text-align: center;
    z-index: 101;
}
.produ-selection .produ-lists .produ-info {
    color: #000;
    margin-top: 10px;
    width:100%;
    height: 20px;    
    overflow: hidden;
}
.produ-selection .produ-lists .produ-price-info {
    color: #666;
    font-size: 16px;
    margin: 5px 0;
}
.produ-selection .produ-lists .produ-buy-now {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.buy-now.section p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.color-black {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.buy-now-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 120px;
}
.buy-now-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.buy-now-btn-1 {
    color: #000;
}
.buy-now-btn-1b::after {
    background: #d00 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.buy-now-btn-1b:hover, .buy-now-btn-1b:active {
    color: #fff;
}
.buy-now-btn-1b:hover::after, .buy-now-btn-1b:active::after {
    width: 100%;
}
.produ-box {
    transition: all 200ms ease 0s;
}
.produ-box:hover {
    box-shadow: 0 60px 99px 1px rgba(96, 96, 96, 0.4);
    transform: translateY(-5px);
    z-index: 100;
}
.produ-box:hover .produ-box-content {
    border-color: #f3f3f3;
    padding-bottom: 20px;
    z-index: 100;
}
.produ-box:hover .produ-classes {
    display: block;
    height: 32px;
}
.produ-box:hover .produ-buy-now {
    height: 35px;
}
.select-more {
    margin: 90px auto 50px;
}
.select-more.section p {
    margin: 0;
    padding: 1em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.color-black {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.select-more-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 300px;
}
.select-more-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.select-more-btn-1 {
    color: #dbdbdb;
}
.select-more-btn-1b::after {
    background: #d00 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.select-more-btn-1b:hover, .select-more-btn-1b:active {
    color: #fff;
}
.select-more-btn-1b:hover::after, .select-more-btn-1b:active::after {
    width: 100%;
}
/****************/
#snp{

}
.snPages {
    float: right;
    height: 29px;
    margin: 30px 0;
    padding-right: 10px;
}
#snp li{	
	margin: 0 5px;	
	float:left;
    overflow: hidden;    
}
#snp li span{
	display:block;
	color: #333;
    font-size: 14px;
    height: 33px;
    width:33px;
    line-height: 30px;
	border:1px solid #d7d7d7;
	text-align:center;
}
#snp li a{
	display:block;
	color: #333;
    font-size: 14px;
    height: 33px;
    width:33px;
    line-height: 30px;
	border:1px solid #d7d7d7;
	text-align:center;
}
#snp li.active span,#snp li.disabled span{
	display:block;
	color: #333;
    font-size: 14px;
    height: 33px;
    width:33px;
    line-height: 30px;
	border:none;
	text-align:center;
}
.values li.hover {
  color: #f60;
  text-decoration: underline;
}