/* body{
    background: #fff;
} */
.page_posit {
    height: 50px;
    line-height: 50px;
}
.page_posit i {
    font-family: "宋体";
    margin: 0 10px;
}
.tabox {
    border: 1px solid #e6e6e6;
    background: #fff;
}
.tabox dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 38px;
    line-height: 38px;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}
.tabox dt .font12 {
    margin-left: 6px;
}
.tabox dt .share-page-btn {
    width: 94px;
    height: 28px;
    margin-left: auto;
    flex: 0 0 auto;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: ease .3s;
}
.tabox dt .share-page-btn img {
    width: 100%;
    height: 100%;
    display: block;
    float: none;
}
.tabox dt .share-page-btn::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5);
    transition: width .3s ease 0s, padding .3s ease 0s, transform .3s ease 0s, opacity .3s ease 0s;
    pointer-events: none;
}
.tabox dt .share-page-btn:hover::before {
    width: 120%;
    padding-top: 120%;
}
.auc_order {
    background: #f8f8f8;
    height: 38px;
    line-height: 38px;
    position: relative;
    border: 1px solid #e6e6e6;
    z-index: 2;
}
.auc_order p a.first.crently, .auc_order p a.first {
    border-left: none;
    margin: 0;
}
.auc_order p .crently {
    background: #fff;
    color: #02b4b6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
}
.auc_order p .alink {
    padding: 0 20px;
    float: left;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    margin-left: -1px;
    position: relative;
}
.auc_order p .arrow i {
    width: 7px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    background-position: -5px -25px;
}
.auc_order p .arrow:hover i, .auc_order p .arrow.crently i {
    background-position: -5px -30px;
}
.auc_order p .arrow.crently.up i {
    background-position: -15px -25px;
}
.pager {
    float: right;
    line-height: 38px;
}
.pager li {
    float: left;
    height: 38px;
}
.pager li .current {
    color: #eb6161;
}
.pager li a {
    display: block;
    float: left;
    height: 38px;
    padding: 0 15px;
}
.pager li a .prev-show.disable, .pager li a:hover .prev-show.disable {
    background-position: -17px -163px;
}
.pager li a .next-show.disable, .pager li a:hover .next-show.disable {
    background-position: -25px -163px;
}
.pager-icon {
    background: url(../../images/bg_ico.png) no-repeat 0 0;
    width: 6px;
    height: 9px;
    display: block;
    margin-top: 15px;
}
.prev-show {
    background-position: -17px -153px;
}
.next-show {
    background-position: -25px -153px;
}
.linerow {
    width: 1px;
    background: #e6e6e6;
    height: 100%;
}
a.show_line:hover, a.show_line.crently, a.show_gird:hover, a.show_gird.crently {
    background: #fff;
}
a.show_line, a.show_gird {
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
}
a.show_gird:hover i, a.show_gird.crently i {
    background-position: -51px -364px;
}
a.show_gird i {
    background-position: -38px -364px;
}
a.show_line i {
    background-position: -38px -379px;
}
a.show_line i, a.show_gird i {
    width: 12px;
    height: 12px;
    display: inline-block;
}
a.show_line:hover i, a.show_line.crently i {
    background-position: -51px -379px;
}
.more_prev_next i, .step_i, .product_table tr th .orderby i, .type_list dt a i, .com_list dt a i, .auc_search li a i, .auc_order i, .down_type dt p a i {
    background: url(../../images/bg_ico.png) no-repeat 0 0;
}
.com_show_list {
    width: 100%;
    padding: 5px 0 0;
}
.com_show_list .item .title, .com_show_list .item b, .com_show_list .item span {
    width: 158px;
    margin: 0 auto;
    display: block;
}
.com_show_list .item {
    width: 180px;
    height: 305px;
    float: left;
    border: 1px solid #e6e6e6;
    position: relative;
    margin-right: 24px;
    padding: 1px 1px 15px;
    margin-top: 15px;
    box-sizing: border-box;
}
.com_show_list .item:nth-child(6n) {
    margin-right: 0
}
.com_show_list .item:hover{
    border:1px solid #02b4b6;
    z-index:1
}
.com_show_list .item:hover .detail{
    bottom:-26px;
    opacity:1
}
.com_show_list .item span {
    color: #eb6161;
    margin-top: 10px;
    font-size: 20px;
}
.com_show_list .item b {
    margin-top: 20px;
    color: #999;
}
.com_show_list .item span i {
    color: #999;
    font-size: 12px;
}
.com_show_list .item .pic {
    width: 176px;
    height: 176px;
    display: block;
    margin: 0 auto;
}
.com_show_list .item .pic img {
    width: 100%;
    height: 100%;
    display: block;
}
.com_show_list .item .title {
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
}
.com_show_list .item .detail {
    background: #02b4b6;
    width: 180px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: -1px;
    color: #fff;
    bottom: 0;
    opacity: 0;
}
.com_show_list.line_show {
    width: 96px;
    margin-top: 0;
}
.com_show_list.line_show .item {
    width: 1080px;
    position: relative;
    height: 100px;
    padding: 20px 0 20px 120px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: content-box;
}
.com_show_list.line_show .item:hover .detail{
    right:30px;
    top:50%;
    color:#666
}
.com_show_list.line_show .item .title, .com_show_list.line_show .item b, .com_show_list.line_show .item span {
    display: block;
    margin: 0;
    width: auto;
}
.com_show_list.line_show .item .pic {
    width: 98px;
    height: 98px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 20px;
}
.com_show_list.line_show .item a.title {
    font-size: 14px;
    height: auto;
}
.com_show_list.line_show .item span {
    margin-top: 10px;
}
.com_show_list.line_show .item b {
    position: absolute;
    bottom: 20px;
}
.com_show_list.line_show .item b i.fr {
    float: left;
    margin-left: 20px;
}
.com_show_list.line_show .item .detail {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    width: 98px;
    height: 28px;
    line-height: 28px;
    display: none;
    text-align: center;
    margin-top: -15px;
    border-radius: 0;
}
.com_show_list.line_show .item .detail:hover{
    background:#02b4b6;
    border-color:#02b4b6;
    color:#fff
}
.com_show_list.line_show .item .detail {
    display: block;
}
.page-wrap {
    text-align: center;
    margin-top: 30px;
}
.go-page {
    margin-left: 10px;
}
label, summary {
    cursor: default;
}
.go-page label {
    margin: 0 5px;
    vertical-align: middle;
}
.go-page button {
    border: 1px solid #ccc;
    height: 36px;
    width: 45px;
    background: #fff;
}
.go-page input {
    width: 40px;
    height: 32px;
    border: 1px solid #ccc !important;
    text-align: center;
    vertical-align: middle;
}
.page-wrap>div {
    display: inline-block;
}
.page-wrap a {
    display: inline-block;
    background: #fff;
    padding: 13px 15px;
    color: #666666;
}
.page-wrap a.disable {
    color: #ccc;
    cursor: default;
}
.page-wrap a:first-child {
    margin-right: 10px;
}
.page-wrap a.cur {
    background: #02b4b6;
    color: #fff;
}
.page-wrap a:last-child {
    margin-left: 10px;
}
.color-eb6161, a.color-eb6161, a.color-eb6161:hover {
    color: #eb6161;
}
#goodsTotal {
    font-size: 18px;
    color: #eb6161;
    margin: 0 4px;
}





.pagenav {
    font-size: 16px;
    height: 40px;
    margin: 40px 15px 0;
    text-align: center;
}
.pagenav span a, .pagenav span {
    display: inline-block;
    overflow: hidden;
    padding: 0 16px;
}

.pagenav a, .pagenav strong, .pagenav span {
    color: #666;
}
.pagenav .spannum, .pagenav .spanpre, .pagenav .spannext {
    height: 40px;
    display: inline-block;
}
.pagenav .spanpre, .pagenav .spannext {
    padding: 0;
}
.pagenav a, .pagenav span span {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 38px;
    line-height: 38px;
}
.pagenav .none {
    color: #ccc;
}
.pagenav a:hover,.pagenav a:active{
    background:#02b4b6;
    color:#fff;
    text-decoration:none;
    border:1px solid #02b4b6
}
.pagenav .now {
    color: #fff;
    height: 38px;
    line-height: 38px;
    background: #02b4b6;
    border: 1px solid #02b4b6;
} 
.pagenav .spannum, .pagenav .spanpre, .pagenav .spannext {
    height: 40px;
    display: inline-block;
}
.pagenav .spanpre, .pagenav .spannext {
    padding: 0;
}
.pagenav .spannum span, .pagenav .spannum a {
    margin: 0 2px;
}





.listc333 a {
    color: #333;
}
.listc999 a:hover, a.c999:hover, .listc333 a:hover {
    color: #02b4b6;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0 none;
    vertical-align: middle;
}
.maximg img {
    max-width: 100%;
}
.color-333 {
    color: #333;
}
.font-bold {
    font-weight: bold;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.p30 {
    padding: 30px;
}
.mt20 {
    margin-top: 20px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.hp100 {
    height: 100%;
}
.mt_3 {
    margin-top: -3px;
}
.vmid {
    vertical-align: middle;
}
.fr {
    float: right;
    display: inline;
}
.fl {
    float: left;
    display: inline;
}
img[src=""],img:not([src]){
    opacity:0;
}

.all-nav-item{
    padding-top: 30px;
}
.all-nav-item .all-float-nav{
    /* height: 71px; */
    /* padding-top: 30px; */
    /* width: 100%; */
}
.all-nav-item.float{
    background: none;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
    width: 1146px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.all-nav-item .nav-item{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.all-nav-item .nav-item::after{
    content: '';
    display: block;
    height: 18px;
    border-right: 1px solid #d4d8e2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.all-nav-item .nav-item:last-child::after{
    display: none;
}

.all-nav-item .nav-item:first-child{
    padding-left: 0;
}

.all-nav-item .nav-item .nav-select{
    padding: 0 16px;
    height: 40px;
    line-height: 40px; 
    font-size: 20px;
    color: #999;  
    border-radius: 200px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.nav-item:hover .nav-select img{
    transform: rotate(180deg);
}

.all-nav-item .nav-item .select-box{
    position: absolute;
    left: 0;
    top: 40px;
    display: block;
    cursor: pointer;
    z-index: 2;
    padding-top: 10px;
    border-radius: 2px;
}

.all-nav-item .nav-item .select-box .select-item-box{
    /* height: 174px; */
    border: 1px solid #009999;
    position: relative;
    background: #fff;
    padding: 9px 0;
    /* white-space: nowrap; */
    display: flex;
}

.all-nav-item .nav-item .select-box .select-item-box .sj{
    width:0; 
    height:0; 
    border-width:0px 9px 7px; 
    border-style:none solid solid; 
    border-color:transparent transparent #009999;
    position: absolute;
    left: 60px;
    top: -7px;
}

.all-nav-item .nav-item .select-box .select-item-box .sj div{
    width:0; 
    height:0; 
    border-width:0px 8px 6px; 
    border-style:none solid solid; 
    border-color:transparent transparent #fff;
    position: absolute;
    left: -8px;
    top: 1px;
}

.all-nav-item .nav-item .select-box .select-item-box .select-block{
    border-right: 1px dashed #eaeaea;
    padding: 0 16px;
    font-size: 12px;
    color: #333;
    min-width: 133px;
    display: inline-block;
}

.all-nav-item .nav-item .select-box .select-item-box .select-block:last-child{
    border-right: none;
}
.all-nav-item .nav-item .select-box .select-item-box .select-block .select-item{
    padding: 0 12px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    white-space: nowrap;
}
.all-nav-item .nav-item .select-box .select-item-box .select-block .select-item.active,
.all-nav-item .nav-item .select-box .select-item-box .select-block .select-item:hover{
    background: #e5f5f5;
    color: #009999;
    border-radius: 4px;
}
.all-nav-item .nav-item .nav-select img{
    width: 13px;
    margin-left: 13px;
    float: right;
    margin-top: 17px;
}
.all-nav-item .nav-item .nav-select.active{
    font-size: 18px;
    color: #fff;
    background: linear-gradient(-22deg, #28CCCC 0%, #73E2E2 100%);
}

.all-tab-txt{
    width: 1138px;
    margin: auto;
    margin: 15px 0;
    height: 18px;
    line-height: 18px;
    border-left: 3px solid #333;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 8px;
}

.all-tab-swiper{
    width: 1138px;
    margin: auto;
}
.all-tab-swiper .swiper-container-all{
    /* height: 555px; */
    overflow: hidden;
    padding-top: 27px;
}
.all-tab-swiper .swiper-container-all .all-swiper-item{
    /* height: 555px;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;  */
}
.all-tab-swiper .swiper-container-all .all-swiper-item::after{
    content: '';
    display: block;
    clear: both;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item{
    width: 364px;
	height: 172px;
	background-color: #fff;
    border-radius: 2px;
    position: relative;
    float: left;
    margin-right: 23px;
    margin-top: 19px;
    transition: linear .25s;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item:hover{
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item:nth-child(1),
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item:nth-child(2),
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item:nth-child(3){
    margin-top: 0;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item:nth-child(3n){
    margin-right: 0;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-img{
    position: absolute;
    height: 135px;
    width: 135px;
    left: 20px;
    top: 20px;
    /* background: url(../images/man.png);
    background-size: cover;
    background-position: center; */
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-img img{
    width: 100%;
    height: 100%;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info{
    width: 184px;
    float: right;
    margin-right: 13px;
    height: 86px;
    position: relative;
    margin-top: 42px;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt{
    font-size: 18px;
    line-height: 18px;
    color: #009999;
    height: 18px;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt .txt{
    max-width: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    display: inline-block;
    cursor: pointer;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt .txt.new{
    max-width: 100%;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt .txt2{
    display: inline-block;
    line-height:11px;
    padding: 2px 3px 2px 3px;
    vertical-align: middle;
    font-size: 12px;
    color: #09B0B0;
    border: 1px solid rgba(25,176,176,0.5);
    border-radius: 2px;
    transform: translateY(-3.5px);
    cursor: pointer;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt .txt2:hover{
    background:  #09B0B0;
    color: #fff;
    border-color: #09B0B0;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt2{
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin-top: 10px;
    word-break: break-all;
}
.all-tab-swiper .swiper-container-all .all-swiper-item .all-item .all-item-info .all-item-txt3{
    font-size: 14px;
    color: #009999;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}
