/* Latest modified on 2015-02-05 14:10 */
/*集体声明*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none outside;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

s {
    font-style: normal;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}

input:focus, button, select {
    outline: none;
}

/*去掉谷歌默认聚焦时的边框色*/
input, button {
    border: none;
}

em, i, b {
    font-style: normal;
    font-weight: normal;
}

#right-content ul li, .bs-title h1 span, .dh-title h1 span,
.co-title h1 span, .ch-title h1 span, .pc-list em, .pxzx-box span,
.pxzx-box i, .pxzx-box1 span, .pxzx-box1 i, .num-price span a,
.fright a, .details .prodInfo .countdown em,
.prod-list-pin .prod-list-pic, .ad .prod-list-pic, .year-search button,
.bid-row3 strong, .bid-row2 .eye, .three-pic li a, .input-box label,
.yz-box label, .yz-box span, .selectBox2, .selectBox2 .select, .tipMsg,
.line-chart-title i, .tishi i, .chongzhi {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

body {
    font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;
}

.auc_LIST {
    padding-bottom: 50px;
}

* {
    margin: 0;
    padding: 0;
}

/* 在页面中嵌入特殊字体 */
@font-face {
    font-family: 'DINOffcRegular';
    src: url('../font/DINOffc.eot');
    src: local('DINOffc Regular'), local('DINOffc'), url('../font/DINOffc.ttf') format('truetype'), url('../font/DINOffc.otf') format('opentype'), url('../font/DINOffc.svg#DINOffc') format('svg');
}

/* 竞拍详情页 Loading的样式 */
.imLoadingWrap {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
}

.imloading {
    position: absolute;
    z-index: 10001;
    top: 440px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 11px;
    background: url(../images/ajax-loader.gif) no-repeat;
    text-indent: -99999px;
}

.popMessages {
    position: absolute;
    z-index: 10001;
    top: 300px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 80px;
    border: 1px solid #999;
    background: #EEE;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    line-height: 80px;
    text-align: center;
}

/* 弹出提示框 myPOP 样式 - 应用于所有页面，新版弹窗样式更新于2015-01-29，HTML结构不变 */
.myPOP {
    display: none;
}

.myMASK {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .4);
}

.myPOPMODEL {
    position: fixed !important;
    left: 50%;
    top: 30%;
    z-index: 111112;
    overflow: hidden;
    background: #cfcfcf;
    border-radius: 5px;
    outline: 0;
    width: 480px;
    margin-left: -240px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
}

.myPOPMODEL h1 {
    padding: 60px 5px 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    color: #595757;
    font-weight: normal;
}

.myPOPMODEL p {
    margin: 5px auto 0;
    width: 85%;
    font-size: 14px;
    line-height: 1.5em;
    color: #595757;
    display: block;
}

.myPOPCancel {
    position: absolute;
    z-index: 10002;
    right: 0;
    top: 10px;
    display: block;
    width: 50px;
    height: 32px;
    background: url(../images2016/close_icon.png) no-repeat;
    text-indent: -9999px;
    display: block;
}

.myPOPOK {
    margin: 50px auto 40px;
    display: block;
    width: 210px;
    height: 42px;
    border-radius: 5px;
    background: #cbb374;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-weight: normal;
    display: block;
}

/*公用布局*/
#content, #best-sellers, #introduce, #deal-history, #collection,
#cheats, #jsdt, #time-content, .wrapper, #register-content, #member-center,
#about-us {
    width: 1200px;
    margin: 0 auto;
}

/*公用背景*/
/* #best-sellers,#deal-history,#collection,#cheats{background:url(../images/content-bg.png);} */
/*共有的title*/
.bs-title h1,
.dh-title h1,
.co-title h1,
.ch-title h1 {
    background: url(../images/title-bg.png) no-repeat;
    width: 314px;
    height: 69px;
    line-height: 65px;
    margin: 0px auto;
    text-align: center;
    *height: 55px;
    *padding-top: 14px;
}

.bs-title h1 span, .dh-title h1 span, .co-title h1 span, .ch-title h1 span {
    font-size: 14px;
}

.line {
    margin-top: 30px;
    *margin-top: 12px;
    width: 413px;
    height: 4px;
    background: url(../images/line1.png) repeat-x;
}

.line_left {
    float: left;
}

.line_right {
    float: right;
}

.pt {
    padding-bottom: 5px;
    padding-left: 3px;
}

/*共有的title*/
/*公用文字*/
.part1,
.next-time,
#introduce li a,
.weixin p,
.friend-link span,
.friend-link a,
.cj-gonggao span,
.service-top a,
.part1,
.next-time,
#introduce li a,
.about a,
.about span,
.weixin p,
.friend-link span,
.friend-link a {
    font-size: 12px;
}

.part2,
.part3,
.a-list dt,
.page-set h3 {
    font: 16px/1 "微软雅黑";
}

.details .bid-box .input-box .bid-value {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

#right-content p,
.pm-btn {
    font-weight: bold;
}

#right-content p,
.pm-btn,
.cj-gonggao span,
.service-top a,
.commodity-details,
.bid-row3 {
    font-size: 14px;
}

.pages .fjInfo .inpBg,
.aside .page-set a,
.fjInfo em,
.aside .a-list dd label,
.a-opt a,
.time-right-content h1 em,
.year-search span {
    font: 14px/1 "微软雅黑";
}

.pxzx-box a:link, .pxzx-box a:visited,
.pxzx-box1 a:link, .pxzx-box1 a:visited {
    font-size: 18px;
    font-weight: bold;
}

/*body部分*/
body { /*background:url(../images/main-bg.png) fixed;*/
    width: 100%;
    min-width: 1200px;
}

/*页面de头部*/
#header {
    width: 1200px;
    margin: 0 auto;
    height: 39px;
    border-bottom: 1px solid #e1e1e1;
}

.header-left {
    width: 170px;
    float: left;
}

.header-left a {
    font-size: 12px;
    color: #333;
    line-height: 38px;
    text-decoration: none;
}

.header-left a:hover {
    color: #bf8f1d;
}

.header-left ul li {
    width: 57px;
    padding-left: 23px;
}

.header-left ul li.h_left {
    float: left;
    background: url(../images/top-icons-shoucang.png) 0 50% no-repeat;
}

.header-left ul li.h_right {
    float: right;
    background: url(../images/top-icons-home.png) 0 50% no-repeat;
}

/*登录注册*/
#login {
    float: right;
    height: 38px;
    width: 430px;
}

/* new 登陆后 (包含选择昵称) */
.after-login {
    margin-top: 15px;
    height: 25px;
    zoom: 1;
}

/* new */
.hy-login, .per-center {
    font-size: 12px;
    float: right;
}

.hy-login {
    position: relative;
    color: #cc9617;
}

.hy-login span {
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.hy-login span.nickName {
    color: #333;
    font-weight: bold;
    cursor: pointer;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hy-login span.nickName:hover {
    color: #dab04c;
}

.hy-login a {
    color: #969696;
}

.hy-login a:hover {
    color: #dab04c;
    text-decoration: underline;
}

.hy-login ul.nickname-list {
    position: absolute;
    display: none;
    z-index: 10;
    left: 0px;
    top: 20px;
    width: 150px;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.hy-login ul.nickname-list li {
    font-size: 14px;
    color: #333;
    text-align: center;
    border-top: 1px solid #eee;
    cursor: pointer;
    margin: 0 auto;
    line-height: 30px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hy-login ul.nickname-list li:nth-child(1) {
    border-top: none;
}

.hy-login ul.nickname-list li:hover {
    color: #dab04c;
}

.per-center {
    position: relative;
    width: 110px;
    height: 18px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 10px;
}

.per-center a.cen-arrow {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 6px;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 7px;
    text-indent: -99999px;
    background: url(../images/pcen-arrow.png) no-repeat;
    transition: transform .2s ease-in 0s;
    -webkit-transition: -webkit-transform .2s ease-in 0s;
}

.percen-hover a.cen-arrow {
    text-indent: -99999px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    *background: url(../images/pcen-arrow-up.png) no-repeat;
    background: url(../images/pcen-arrow-up.png) no-repeat \9 \0;
}

.myCenter {
    display: block;
    width: 95px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.pc-list {
    position: absolute;
    display: none;
    z-index: 9;
    left: -1px;
    top: -7px;
    width: 100px;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.pc-list a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 83px;
    height: 28px;
    text-align: center;
    position: relative;
}

.pc-list a:hover {
    color: #cc9617;
}

.pc-list em {
    position: absolute;
    right: -15px;
    top: 1px;
    color: #fff;
    background: #bf0000;
    width: 22px;
    height: 18px;
    line-height: 18px;
    border-radius: 5px;
    text-align: center;
}

/*登陆后*/
/* 登录前 New */
.before-login {
    overflow: hidden;
    zoom: 1;
    padding-top: 6px;;
}

.before-login input {
    display: block;
    float: left;
    width: 155px;
    height: 23px;
    background: none;
    border: 1px solid #b4b4b4;
    padding-left: 3px;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 24px;
}

.pwdHolder {
    position: relative;
    float: left;
    color: #bfbfbf;
    font-size: 12px;
}

.pwdBox {
    position: absolute;
    left: 4px;
    top: 5px;
}

.logbtns {
    width: 90px;
    margin-top: 3px;
    float: right;
    overflow: hidden;
    zoom: 1;
}

.logbtns a {
    display: block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.logbtns a:hover {
    color: #bf8f1d;
}

.login-btn {
    float: left;
    border-right: 1px solid #ddd;
}

.reg-btn {
    float: right;
}

/**
首页充值图片和余额保证金
 */
.index-pay-logo {
    margin: -3px 0 0 -3px;
}

.h-font-red {
    color: red;
}

/* 登录前 new */
/*头部*/
/*顶部 new */
#top {
    width: 1200px;
    margin: 0 auto;
    height: 102px;
    padding-top: 10px;
}

#logo {
    float: left;
    margin-top: 5px;
}

/*搜索栏 new*/
#search {
    width: 431px;
    height: 60px;
    margin: 15px auto 0;
}

.search-list {
    width: 222px;
    height: 23px;
    margin-left: 3px;
}

.search-list li {
    float: left;
    width: 109px;
    height: 23px;
}

.search-list a {
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #636363;
    background: url(../images/search-tag-grey.png) no-repeat;
}

.liseleted a {
    color: #fff;
    background: url(../images/search-tag-yellow.png) no-repeat;
}

.search-box {
    position: relative;
    width: 431px;
    height: 37px;
    background: url(../images/search-frame3.png) no-repeat;
    margin: 28px auto 0;
}

.search-text {
    position: absolute;
    margin: 10px 0 0 10px;
    width: 295px;
    height: 24px;
    line-height: 18px;
    background: transparent;
}

.search-btn {
    position: absolute;
    right: 6px;
    top: 3px;
    background: url(../images/search-btn3.png) no-repeat;
    width: 120px;
    height: 30px;
    cursor: pointer;
}

.zoom {
    position: absolute;
    left: 7px;
    top: 10px;
    background: url(../images/search-zoom.png) no-repeat;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.zoom-txt {
    position: absolute;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #999;
    left: 30px;
    top: 12px;
}

/* 顶部右侧 new */
.top-right {
    width: 250px;
    float: right;
    text-align: right;
    margin-right: 5px;
    margin-top: 12px;
}

.top-right div {
    height: 32px;
    font-size: 16px;
    color: #8e5802;
}

.top-right div s {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.top-right-sp {
    background: url(../images/top-icons-songpai.png) 0 50% no-repeat;
    line-height: 32px;
}

.top-right-kf {
    background: url(../images/top-icons-kefu.png) 0 50% no-repeat;
    margin-top: 8px;
    line-height: 30px;
}

/* 顶部右侧 new */

/* 下拉浮动框 new */
.auto_name_all, .auto_name_all2 {
    position: absolute;
    left: 5px;
    top: 36px;
    z-index: 100;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDD;
    display: none;
    overflow: auto;
    font-size: 12px;
    color: #666;
}

.auto_name_all2 {
    top: 28px;
    *top: 30px;
    left: -1px;
}

.auto_name_all div, .auto_name_all2 div {
    padding-left: 5px;
    cursor: pointer;
    line-height: 24px;
}

.auto_name_all div:hover, .auto_name_all2 div:hover {
    background: #fbfade;
    color: #333;
}

/* 下拉浮动框 new */

/*导航*/
#nav {
    width: 100%;
    min-width: 1200px;
    height: 42px;
    background: url(../images/navbg2.png) top center no-repeat;
}

.nav-content {
    width: 1200px;
    margin: 0 auto;
    height: 42px;
}

.nav-bar {
    overflow: hidden;
    zoom: 1;
}

.nav-bar li {
    float: left;
    width: 200px;
    height: 42px;
    overflow: hidden;
    zoom: 1;
}

.nav-bar li:hover, .currentNavLi {
    background: url(../images/nav-hover2.png) no-repeat;
}

.nav-bar a {
    display: block;
    margin: 5px auto 0;
    width: 100px;
    height: 30px;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.nav-li-index a {
    background-image: url(../images/nav-img-home.png);
}

.nav-li-auction a {
    background-image: url(../images/nav-img-auction.png);
}

.nav-li-consignment a {
    background-image: url(../images/nav-img-consignment.png);
}

.nav-li-follows a {
    background-image: url(../images/nav-img-follows.png);
}

.nav-li-history a {
    background-image: url(../images/nav-img-history.png);
}

.nav-li-forum a {
    background-image: url(../images/nav-img-forum.png);
}

.nav-li-index a.hovernav, .nav-li-index a.hovernav1 {
    background-image: url(../images/nav-img-home-hover.png);
}

.nav-li-auction a.hovernav, .nav-li-auction a.hovernav1 {
    background-image: url(../images/nav-img-auction-hover.png);
}

.nav-li-consignment a.hovernav, .nav-li-consignment a.hovernav1 {
    background-image: url(../images/nav-img-consignment-hover.png);
}

.nav-li-follows a.hovernav, .nav-li-follows a.hovernav1 {
    background-image: url(../images/nav-img-follows-hover.png);
}

.nav-li-history a.hovernav, .nav-li-history a.hovernav1 {
    background-image: url(../images/nav-img-history-hover.png);
}

.nav-li-forum a.hovernav, .nav-li-forum a.hovernav1 {
    background-image: url(../images/nav-img-forum-hover.png);
}

.nav-bar li i {
    position: absolute;
    left: 95px;
    margin-top: -8px;
    width: 10px;
    height: 6px;
    display: none;
}

.nav-bar li i.sj, .nav-bar li i.sj1 {
    background: url(../images/icons.gif) no-repeat 0 -130px;
    display: none;
}

/*所有商品分类*/
.all-class {
    position: relative;
    float: left;
    z-index: 5;
}

.ap-header {
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.ap-list {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 8888;
    width: 198px;
    border: 1px solid #c1c1c1;
    background: #fefefe;
    display: none;
    padding-bottom: 6px;
}

.list-content {
    padding: 0px 8px;
}

.list-content h3 {
    position: relative;
    margin: 5px 0px;
}

.list-content h3 a {
    color: #464646;
    font: bold 14px/1 "宋体";
}

.list-content ul {
    padding-bottom: 8px;
}

.list-content li {
    float: left;
    padding-right: 10px;
    *padding-top: 5px;
}

.list-content li.ap-last {
    padding-right: 0px;
    *margin-top: -4px;
}

.list-content li a {
    font: 12px/1 "宋体";
    color: #7f7f7f;
}

.list-content li a:hover {
    color: #bf0000;
}

.ap-line {
    border-bottom: 1px dashed #c1c1c1;
}

/*三角*/
.text {
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(../images/icons.gif) no-repeat -6px -143px;
    width: 4px;
    height: 7px;
}

/*服务*/
#service {
    background: #f3f3f3;
    width: 100%;
    height: 304px;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.service-inner {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #524846;
}

/* 新版服务样式 */

.service-middle {
    width: 664px;
    height: 128px;
    float: left;
}

.ser-address-a {
    float: left;
    width: 198px;
    height: 102px;
    top: 8px;
}

.ser-addr-a {
    width: 182px;
}

.ser-address-b {
    margin-left: 35px;
}

.box {
    width: 950px;
    height: 130px;
    clear: both;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    display: block;
}

.service-left {
    left: 0px;
}

.service-weibo {
    float: left;
    margin-left: 50px;
}

.service-weixin {
    float: left;
    margin-left: 5px;
}

.service-list {
    float: left;
}

.ser-list-help, .ser-list-logo, .ser-list-heart {
    width: 90px;
    text-align: center;
}

.ser-list-frd {
    width: 135px;
    padding-left: 20px;
}

.service-title {
    font-size: 14px;
    color: #595757;
    font-weight: bold;
    margin-bottom: 7px;
}

.ser-links, .ser-nolink {
    height: 24px;
}

.service-list a {
    color: #595757;
    font-size: 12px;
    line-height: 24px;
}

.service-list a.ser-qun-enter {
    color: #c30d23;
    text-decoration: underline;
}

.ser-hover:hover, .ser-qun-enter:hover {
    color: #e55c10;
    text-decoration: underline;
}

.ser-address {
    overflow: hidden;
    zoom: 1;
    width: 92%;
    margin: 0 auto;
}

.ser-addr-sh {
    margin-top: 10px;
}

.ser-addr-bj {
    margin-top: 10px;
}

.ser-addr-city {
    width: 100px;
    float: left;
    font-size: 14px;
    color: #C7AF8D;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
    margin-left: 30px;
}

.ser-address-a {
}

.ser-addr-detail {
    font-size: 12px;
    color: #595757;
    overflow: hidden;
    zoom: 1;
    width: 198px;
    height: 94px;
    border-right: 1px dashed #BF9084;
}

.ser-addr-detail p {
    line-height: 16px;
    padding-left: 18px;
    color: #917857;
}

.ser-addr-loc {
    background: url(../images/footer-img1.png) 0 50% no-repeat;
    margin-top: 5px;
    margin-right: 30px;
}

.ser-addr-con {
    float: left;
    background: url(../images/footer-img2.png) 0 50% no-repeat;
    margin-top: -13px;
}

.ser-addr-num {
    float: left;
    background: url(../images/footer-img3.png) 0 50% no-repeat;
    color: #bf8f1d;
    margin-top: -10px;
}

.ser-addr-num-span {
    margin-left: 18px;
    display: block;
    width: 100%;
    float: left;
    color: #917857;
}

.weixin {
    width: 100px;
    margin: 0px auto;
}

.weixin a {
    display: block;
    margin: 4px auto 0;
}

.weixin img {
    display: block;
    margin: 0 auto;
}

.weixin p {
    color: #C7AF8D;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}

.service-weibo {
    right: 510px;
}

.service-weixin {
    right: 410px;
}

/* 八个圆形图标 */
.f-iconwrap {
    background: url(../images/footer_bg1.png);
    width: 100%;
    height: 180px;
}

.f-icons {
    margin: 0 auto;
    width: 1000px;
    height: 116px;
    position: relative;
    background: url(../images/footer_bg2.png);
}

.box-ul {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    text-align: center;
}

.box-ul p {
    /*float: center;*/
    float: contour;
    font-size: 16px;
    font-weight: bold;
    margin-left: 52px;
    text-align: center;
    display: inline;
    color: #C7AF8D;
}

.box-ul p a {
    color: #C7AF8D;
}

.box-ul p a:hover {
    color: #8e775c;
}

/* 八个圆形图标 */

/*尾部*/
#footer {
    width: 100%;
    min-width: 1200px;
    background: #f3f3f3;
    height: 180px;
    position: relative;
    padding-bottom: 10px;
}

.fl-wrapper {
    width: 1200px;
    margin: 0 auto;
}

/*友情链接*/
.friend-link {
    padding: 10px;
}

.friend-link span, .friend-link a {
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #B8B8C7;
    width: 195px;
}

.friend-link .yqlianjie {
}

.friend-link a:hover {
    color: #666666;
}

/*分栏线*/
.border {
    height: 1px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #dcdcdc;
}

/*尾部左端*/
.botNav {
    margin-top: 10px;
}

.botNav .foot {
    text-align: center;
}

.foot-para {
    font-size: 12px;
    color: #999999;
    line-height: 2em;
}

.about {
    padding: 10px 0;
}

.about a {
    color: #999999;
    font-size: 12px;
}

.about a.download {
    padding-left: 20px;
}

.about a.download em {
    background: url(../images/icons.gif) no-repeat -12px -130px;
    width: 18px;
    height: 20px;
    position: absolute;
    margin-left: -22px;
}

/****列表页*****/
/*** new 拍卖时间和专场号 new ***/
.time-right-content {
    margin: 20px 0px 20px 385px;
    position: relative;
    *padding-bottom: 10px;
}

.time-right-content-bg {
    width: 435px;
    height: 135px;
    background: url(../images/paimai_tit_bg.png) no-repeat;
}

.time-right-content .time-right-txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 435px;
    height: 135px;
    overflow: hidden;
    zoom: 1;
}

.time-right-content .time-right-txt span {
    display: block;
    width: 270px;
    position: absolute;
}

.time-right-content .time-right-txt span.time-right-time {
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 38px;
    left: 80px;
}

.time-right-content .time-right-txt span.time-right-txtgrey {
    color: #cc9617;
}

.time-right-content .time-right-txt span.time-right-title {
    width: 270px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 30px;
    font-size: 36px;
    left: 80px;
    font-weight: bold;
}

.time-right-content .time-right-txt span.time-right-txtblack {
    color: #cc9617;
}

/*竞拍专场tab*/
.top-tab-box {
    /* overflow: hidden; */
    padding: 15px 0;
    margin: 0 auto;
    width: 1200px;
    height: 65px;
    display: flex;
}

.top-tab-box a {
    position: relative;
    display: block;
    float: left;
    width: 299px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    background: url(../images/top_tabbg.jpg) repeat-x;
     
}
.top-tab-box a p{
	display: inline-block;
}
.top-tab-box a .p_t{
	font-size: 16px;
}

/* 精选场 */
.top-tab-box .a-hover-jx{
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fe6f61, #df4b3d); /* Safar */
    background: -o-linear-gradient(#fe6f61,  #df4b3d); /* Opera*/
    background: -ms-linear-gradient(#fe6f61,  #df4b3d); /* Ie*/
    background: linear-gradient(#fe6f61,  #df4b3d); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fe6f61, endColorstr = #df4b3d);
}
/* 小三角 */
.top-tab-box .a-hover-jx span {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -20px;
    width: 40px;
    height: 16px;
    background: url(../images/top_tab_picked_arrow.png) no-repeat;
}

/* 综合场 */
.top-tab-box .a-hover-zh{
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#7359af, #503a82); /* Safar */
    background: -o-linear-gradient(#7359af,  #503a82); /* Opera*/
    background: -ms-linear-gradient(#7359af,  #503a82); /* Ie*/
    background: linear-gradient(#7359af,  #503a82); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #7359af, endColorstr = #503a82);
}
/* 小三角 */
.top-tab-box .a-hover-zh span {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -20px;
    width: 40px;
    height: 16px;
    background: url(../images/top_tab_picked_arrow_zh.png) no-repeat;
}

/* 周日大众场 */
.top-tab-box .a-hover-dz{
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#575db1, #343b95); /* Safar */
    background: -o-linear-gradient(#575db1,  #343b95); /* Opera*/
    background: -ms-linear-gradient(#575db1,  #343b95); /* Ie*/
    background: linear-gradient(#575db1,  #343b95); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #575db1, endColorstr = #343b95);
}
/* 小三角 */
.top-tab-box .a-hover-dz span {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -20px;
    width: 40px;
    height: 16px;
    background: url(../images/top_tab_picked_arrow_dz.png) no-repeat;
}

/* 机制币 */
.top-tab-box .a-hover-jzb{
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fe7782 , #ec3e4d); /* Safar */
    background: -o-linear-gradient(#fe7782 ,  #ec3e4d); /* Opera*/
    background: -ms-linear-gradient(#fe7782 ,  #ec3e4d); /* Ie*/
    background: linear-gradient(#fe7782 ,  #ec3e4d); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fe7782 , endColorstr = #ec3e4d);
}
.top-tab-box .a-hover-jzb p{
    background-image: -webkit-linear-gradient(#FFFFFF,#FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 小三角 */
.top-tab-box .a-hover-jzb span {
    position: absolute;
    left: 98px;
    top: 50px;
    width: 40px;
    height: 16px;
    background: url(../images/top_tab_picked_arrow_jzb.png) no-repeat;
}

/* 周二场 熊猫币 */
.top-tab-box .a-hover-xm{
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#306657 , #294f4c); /* Safar */
    background: -o-linear-gradient(#306657 ,  #294f4c); /* Opera*/
    background: -ms-linear-gradient(#306657 ,  #294f4c); /* Ie*/
    background: linear-gradient(#306657 ,  #294f4c); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #306657 , endColorstr = #294f4c);
}
/* 小三角 */
.top-tab-box .a-hover-xm span {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -20px;
    width: 40px;
    height: 16px;
    background: url(../images/top_tab_picked_arrow_xm.png) no-repeat;
}


.top-tab-box .tab-border{
    flex: 1;
    border-right: 1px solid #999999;
    position: relative;
    box-sizing: border-box;
}
.top-tab-box  .newT{
	display: block;
	position: absolute;
	left: 65px;
	top: -10px;
	width: 28px;
	height: 23px;
	 background: url(../images/new_tit_bg.png) no-repeat;
}
.top-tab-box a em {
	display: none;
    position: absolute;
    right: 20px;
    top: -16px;
    width: 105px;
    height: 39px;
   	background: url(../images/paimai_yellow.gif) no-repeat;

}
.top-tab-box .a-hover em {
	display: none;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 105px;
    height: 39px;
   	 background: url(../images/paimai_yellow.gif) no-repeat;

}
.top-tab-box .tab-border .tip {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 9999;
    width: 269px;
    height: 52px;
    padding-left: 57px;
    box-sizing: border-box;
    background: url(../images/tip.png) no-repeat center;
    background-size: 100%;
}
.top-tab-box .tab-border:hover .tip {
    display: block;
}
.top-tab-box .tab-border .tip p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-image: -webkit-linear-gradient(#f9eab1,#ad8020);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





/*拍品分类*/
.aside {
    width: 1200px;
    position: relative;
}

.a-list {
    background: #fff;
    width: 1198px;
    margin: 0 auto 20px;
    /*border: 1px solid #e54434;*/
}
.a-list_xm{
    border: 1px solid #2b564f;
}
.a-list_jx{
    border: 1px solid #e85547;
}
.a-list_dz{
    border: 1px solid #3a4099;
}
.a-list_jzb{
    border: 1px solid #ec3e4d;
}
.a-list_zh{
    border: 1px solid #5b4491;
}

/*.a-list dl{padding:10px 0px 0px 25px;}*/
.a-list dl.first-dt {
    padding-top: 5px;
}

/*.a-list dl.bortb {
    border-top: 1px dashed #9a5337;
    border-bottom: 1px dashed #9a5337;
}*/
.bortb_xm{
    border-top: 1px dashed #2b564f;
    border-bottom: 1px dashed #2b564f;
}
.bortb_jx{
    border-top: 1px dashed #e85547;
    border-bottom: 1px dashed #e85547;
}
.bortb_dz{
    border-top: 1px dashed #3a4099;
    border-bottom: 1px dashed #3a4099;
}
.bortb_jzb{
    border-top: 1px dashed #ec3e4d;
    border-bottom: 1px dashed #ec3e4d;
}
.bortb_zh{
    border-top: 1px dashed #5b4491;
    border-bottom: 1px dashed #5b4491;
}

.a-list dt, .page-set h3 {
    font-weight: bold;
    color: #bf0000;
    height: 23px;
    line-height: 23px;
    padding-left: 4px;
}

.a-list dt {
    width: 70px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 18px;
}

.a-list dt {
    font-weight: bold;
    color: #9d8247;
}

.a-list-1 {
    border: 1px solid #e54434;
}

.a-list-2 {
    border: 1px solid #3c4fa1;
}

.a-list-3 {
    border: 1px solid #7045aa;
}

.a-opt {
    padding: 3px 0px 3px 4px;
}

.a-opt a {
    padding-right: 15px;
    color: #505050;
}

.aside .a-list dd label, .aside .a-list dd .link {
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    float: left;
    color: #333333;
    padding-right: 35px;
    font-size: 14px;
}

.prod-list-pin {
    position: relative;
}

.prod-list-pin .my {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

/*.aside .a-list dd label:hover, .aside .a-list dd .link:hover {
    color: #9d8247;
    text-decoration: underline;
}*/

/*.aside .a-list dd.active label, .aside .a-list dd.active .link {
    color: #9d8247;
}*/

.aside .a-list dd label input {
    display: none;
    width: 13px;
    height: 13px;
    float: left;
    margin: 9px 4px 4px 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.aside .page-set {
    width: 205px;
    height: 65px;
}

.aside .page-set a:link,
.aside .page-set a:visited {
    width: 100px;
    height: 30px;
    display: block;
    font: 12px/1 "微软雅黑";
    text-align: center;
    line-height: 30px;
    color: #636363;
    border: 1px solid #e1e1e1;
    float: left;
    background: #fff;
}

.aside .page-set a.fl, .aside .page-set a.fr {
    background: #c76700;
    border: 1px solid #c76700;
    color: #fff;
}

/****列表页右侧内容*****/
/*.main2 {padding-top: 40px;}*/
.wrapper {
    position: relative;
    z-index: 1;
}

/**品相咨询**/
.pxzx-box {
    position: absolute;
    right: -80px;
    top: 50px;
    width: 46px;
    height: 125px;
    z-index: 88888;
}

.pxzx-box a:link,
.pxzx-box a:visited {
    display: block;
    width: 46px;
    height: 125px;
    background: url(../images/pxzx-bg.png) no-repeat;
    color: #fff;
    text-align: center;
}

.pxzx-box a.fanhui:link,
.pxzx-box a.fanhui:visited {
    background: url(../images/index-icon.png) no-repeat 0 -178px;
    width: 50px;
    height: 50px;
}

.pxzx-box span {
    width: 22px;
    padding-top: 8px;
    line-height: 22px;
}

.pxzx-box i {
    width: 25px;
    height: 17px;
    cursor: pointer;
    background: url(../images/jp-icons.gif) no-repeat 0 -67px;
}

/**品相咨询**/
/*悬浮框*/
.fudong-box {
    position: absolute;
    right: -80px;
    top: 50px;
    z-index: 88888;
}

.pxzx-box1 a:link,
.pxzx-box1 a:visited {
    display: block;
    width: 46px;
    height: 125px;
    background: url(../images/pxzx-bg.png) no-repeat;
    color: #fff;
    text-align: center;
}

.pxzx-box1 a.fanhui:link,
.pxzx-box1 a.fanhui:visited {
    background: url(../images/index-icon.png) no-repeat 0 -178px;
    width: 50px;
    height: 50px;
}

.pxzx-box1 span {
    width: 22px;
    padding-top: 8px;
    line-height: 22px;
}

.pxzx-box1 i {
    width: 25px;
    height: 17px;
    cursor: pointer;
    background: url(../images/jp-icons.gif) no-repeat 0 -67px;
}

.xuanfu-box1 {
    margin-top: 20px;
}

.xuanfu-box1 a {
    width: 51px;
    height: 51px;
    display: block;
    background: url(../images/index-icon.png) no-repeat;
}

.xuanfu-box1 .chongzhi {
    background-position: 0 0;
}

.xuanfu-box1 .kefu {
    background-position: 0 -57px;
}

.xuanfu-box1 .fanhui {
    background-position: 0 -178px;
}

/*悬浮框*/
/*眼睛和历史差价小图标*/
.num-price {
}

.num-price span {
    overflow: hidden;
    float: right;
    height: 23px;
    padding-right: 5px;
    *margin-top: -18px;
}

.num-price span.zuoyi {
    padding-right: 5px;
    *margin-top: -18px;
}

.fright a, .bid-row2 .eye {
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin: 0 2px;
}

.num-price span a {
    float: left;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    background: url(../images/sprite_icon.png?20170518) no-repeat;
}

.mybuy {
    float: left;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -29px 0;
}

.myCheers {
    float: left;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: 0 0;
}

/*灰色的添加关注图片*/
.after-attention {
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -58px 0;
}

/*亮色的添加关注图片*/
.attention {
    float: left;
    margin: 0 2px;
    width: 23px;
    height: 23px;
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -115px 0;
}

/*亮色的历史差价图片*/
.his-price {
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -87px 0;
}

.his-price:active {
    /*float: left;*/
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -87px 0;
}

/*代理价格查询*/
.daili-price {
    /*float: left;*/
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    background: url(../images/sprite_icon.png?20170518) no-repeat;
    background-position: -143px 0;
}

/*闹钟模板  取消闹钟模板   200保证金提醒模板   添加关联同种币   取消关联同种币 */
.nz_box,.nz_box1,.bzj_box,.gl_box,.gl_box1{
    position: fixed !important;
    left: 50%;
    top: 30%;
    z-index: 111112;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    outline: 0;
    width: 480px;
    height: 260px;
    margin-left: -240px;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    display: none;
}

.bzj_box{
    height: 320px;
}


/*闹钟上面文字*/
.nz_top,.gl_top{
    font-size: 18px;
    padding: 0 65px;
    text-align: center;
    line-height: 26px;
    margin-top: 32px;
}

.nz_top_qx,.gl_top_qx{
    /*margin-top: 52px;*/
}
/*闹钟下面文字*/
.nz_bot,.gl_bot{
    font-size: 12px;
    text-align: center;
    color: #f50000;
    margin-top: 15px;
}
/*没开启提醒时 闹钟的样式*/
.naozhong , .guanlian, .newjingpaiend{
    display: none;
    /*margin: 0 2px;*/
    border-radius: 50%;
    border: none;
}
/* 闹钟图片 */
.naozhong{
    background: url(../images/jp_naozhong.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

/* 关联同种币图片 */
.guanlian{
    background: url(../images/guanlian.png) no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
}

/*开启提醒时 闹钟的样式*/
.after-naozhong , .after-guanlian{
    display: none;
    float: left;
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    border-radius: 50%;
    border: none;
}
/* 关注时  闹钟图片 */
.after-naozhong{
    background: url(../images/jp_after_naozhong.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
/* 关注时  关联同种币图片 */
.after-guanlian{
    background: url(../images/new_guanlian.png) no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
}

/*闹钟模板中的文字内容*/
.nz_layer_con{
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}

/*结拍证书样式*/
.newjingpaiend{
    background: url(../images/new_jingpai_end_one.png) no-repeat;
    /*background-position: 0px 0px;*/
    background-size: 100% 100%;
}
.newjingpaiend_after{
    background: url(../images/new_jingpai_end_two.png) no-repeat;
    /*background-position: 0px 0px;*/
    background-size: 100% 100%;
}

/* 增加小酒杯图标，提示当前拍品是您委托的拍品 */
/*.jp_cheers{display:block;float:left;text-indent:-99999px;background:url(../images/cheers.png) no-repeat;}*/
.jp_cheers {
    /*float: left;*/
    /*margin: 0 4px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    background: url(../images/sprite_icon.png) no-repeat;
    background-position: 0 0;
}

/* 分享 */
.fenxiang{
    float: right;
    width: 23px;
}
.fenxiang a{
    width: 23px!important;
    height: 23px!important;
    margin: 1px 0 0!important;
    padding: 0!important;
    background: url("../images/jp_fenxiang.png") no-repeat!important;
    background-size: 100% 100%!important;
}
.bdshare_popup_bottom{
    display: none!important;
}




.daili-delayicon {
    display: none;
    /*margin: 0 2px;*/
    /*width: 23px;*/
    /*height: 23px;*/
    border-radius: 50%;
    border: none;
    background: url(../images/sprite_icon.png?2017071001) no-repeat;
    background-position: -170px 0;
}

/*200保证金 样式*/
.bzj_main{
    width: 90%;
    height: 170px;
    margin: 25px auto 17px;
}
.bzj_main:after{content:""; height:0; line-height:0; display:block; visibility:hidden; clear:both;}
.bzj_main_left{
    width: 30%;
    height: inherit;
    float: left;
    background: url(../images/bzj_img.jpg) no-repeat;
    background-size: 75%;
    background-position: top right;
}
.bzj_main_right{
    width: 70%;
    height: inherit;
    float: left;
    box-sizing: border-box;
    padding-left: 5%;
}
.bzj_main_right .bzj_p{
    font-size: 30px;
    color: #ef5244;
}
.bzj_main_right .bzj_text{
    font-size: 16px;
    color: #333333;
}
/*200保证金 确定按钮*/
.myPOPBTNS .bzj_btnOK{
    margin: 0 auto 0;
}

/*手机验证码 TODO add dongdong 2015 12 14*/
.sub {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 7px;
    font-size: 14px;
    text-align: center;
    color: #ee5a4c;
    border: 1px solid #ee5a4c;
    border-radius: 2px;
    cursor: pointer;
}

.sub2 {
    background: #f59b23;
    color: #fff !important;
    min-width: 80px;
}

.sub2:hover {
    background-color: rgba(245, 155, 35, 0.9);
}

.temp_input {
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    width: auto !important;
}

.phone_input {
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    width: 230px !important;
}

.phone_input::-moz-placeholder, .temp_input::-moz-placeholder {
    color: #333;
}

.phone_input::-moz-placeholder, .temp_input::-ms-input-placeholder {
    color: #333;
}

.phone_input::-moz-placeholder, .temp_input::-webkit-input-placeholder {
    color: #333;
}

/*-------------------------------    小福袋 样式开始   ---------------------------------------*/
.jingpai_thebagBox{
    position: fixed !important;
    left: 50%;
    top: 30%;
    z-index: 111112;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    outline: 0;
    width: 480px;
    height: 300px;
    margin-left: -240px;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    display: none;
}
.jingpai_thebag{
    position: absolute;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px #000 solid;
    cursor: pointer;
    display: none;
}
/*领奖按钮*/
.jingpai_thebagBox_lingqu{
    width: 100px;
    height: 30px;
    cursor: pointer;
}


/*-------------------------------    小福袋 样式结束   ---------------------------------------*/