/* CSS style for new look of all htmls, base2015 */
/* Created on 2015-01-26, latest modified on 2015-03-04 14:07 */

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

.clearfix {
    *zoom: 1;
}

/* 本例子css */
.picScroll-left {
    width: 450px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/arrow.png") no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}

/* global */
.wrap2015,
.wide_AD,
.body2015,
.topnav,
.heading,
.navbar,
.billboard,
.promos,
.main_market,
.main_bestsell,
.main_history,
.main_tools,
.main_graph {
    width: 100%;
}

.wrap2015 {
    position: relative;
}

.body2015 {
    margin-bottom: 50px;
}

.wide_ad,
.topnav_container,
.heading_container,
.navbar_container,
.billboard_container,
.promos_container,
.main_container {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    zoom: 1;
}

.sprites {
    background-image: url(../yjimg2015/sprites2015.png);
    background-repeat: no-repeat;
}

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

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

/* ==================== 顶部功能区，含登录 ==================== */
/* 收藏 + 设为首页 */
.topnav {
    height: 36px;
    background: #efeff0;
}

.topnav_left {
    float: left;
    width: 197px;
    padding-top: 10px;
}

.topnav_left a {
    display: block;
    position: relative;
    width: 70px;
    font-size: 12px;
    color: #595757;
    line-height: 20px;
    text-align: right;
}

.topnav_left a:hover {
    color: #cc9617;
}

.topnav_shoucang {
    float: left;
    padding: 0 15px 0 10px;
    border-right: 1px solid #d3d3d4;
}

.topnav_shouye {
    float: right;
    padding: 0 15px 0 15px;
}

.topnav_left a s {
    position: absolute;
    top: 0px;
    display: block;
    width: 20px;
    height: 20px;
}

.topnav_left a.topnav_shoucang s {
    left: 10px;
    background: url(../yjimg2015/sprites2015.png) -544px -80px no-repeat;
}

.topnav_left a.topnav_shouye s {
    left: 15px;
    background: url(../yjimg2015/sprites2015.png) -580px -80px no-repeat;
}

.topnav_left a.topnav_shoucang s.hover {
    left: 10px;
    background: url(../yjimg2015/shoucanghover.gif) no-repeat;
}

.topnav_left a.topnav_shouye s.hover {
    left: 15px;
    background: url(../yjimg2015/shouyehover.gif) no-repeat;
}

/*  登录前 */
.topnav_right {
    float: right;
}

.tp_r_inpbox {
    float: left;
    position: relative;
    width: 135px;
}

.before-login .tp_r_inpbox input {
    display: block;
    width: 118px;
    height: 23px;
    background: none;
    border: 1px solid #9fa0a0;
    padding: 0 3px;
    color: #231815;
    font-size: 12px;
    line-height: 24px;
}

.before-login .tp_r_inpbox p {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #c9caca;
}

.topnav_btns {
    float: left;
    padding-top: 6px;
}

.topnav_btns a {
    display: block;
    float: left;
    font-size: 14px;
    color: #231815;
    text-align: center;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
}

.topnav_btns a:hover {
    color: #cc9617;
}

.topnav_login {
    border-right: 1px solid #c9caca;
}

/*  登录后 */
#LOGIN div.after-login {
    margin-top: 10px;
}

/* 登录后添加系统消息小信封 */
.per-envelope {
    float: right;
    position: relative;
    width:35px;
    height: 18px;
}

.per-envelope a {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 17px;
    background: url(../yjimg2015/envelope.png) no-repeat;
    text-indent: -99999px;
}

.per-envelope i {
    position: absolute;
    left: 18px;
    top: -7px;
    padding: 0 5px;
    background: #c20017;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    border-radius: 3px;
    border: 1px solid #fff;
}

/* ==================== Logo和搜索区 ==================== */
/* Logo */
.heading {
    height: 100px;
    padding: 40px 0 10px;
}

.logo_a {
    display: block;
    float: left;
    text-indent: -99999px;
}

.logo_ch {
    width: 284px;
    height: 80px;
    background-position: -316px -520px;
}

/* .logo_en{width:190px;height:35px;background-position:-410px -273px;margin:40px 0 0 10px;} */
/* 搜索区 */
.search_box {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 520px;
    margin-left: 90px;
    display: inline;
}

.golden1 {
    display: block;
    width: 160px;
    height: 108px;
    float: left;
    margin-left: 80px;
    margin-top: 2px;
    background: url(../yjimg2015/bixun.png) no-repeat 0px 0px;
}

.search_input {
    display: block;
    float: left;
    padding-left: 3px;
    width: 375px;
    height: 30px;
    border: 1px solid #cc9617;
    font-size: 14px;
}

.search_pld {
    position: absolute;
    left: 0px;
    top: 7px;
    padding-left: 22px;
    font-size: 12px;
    line-height: 18px;
    color: #c9caca;
    background-position: -580px 0;
}

.search_btn {
    display: block;
    float: left;
    width: 140px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url(../yjimg2015/search_newtxt.png);
    text-indent: -9999px;
    background-color: #cc9617;
}

.search_autoname {
    position: absolute;
    left: 0px;
    top: 32px;
    width: 378px;
    border: 1px solid #cc9617;
    border-top: none;
    overflow: hidden;
}

.search_autoname div.auto_name {
    font-size: 12px;
    padding: 5px 5px 6px;
    cursor: pointer;
    color: #666;
    background-color: #fff;
}

.search_autoname div.auto_name:hover {
    background: #f7efdb;
    color: #333;
}

/* 搜索框加边框动态效果 */
.search_slide_lines {
    position: absolute;
    background: #c38214;
    z-index: 100;
}

.search_slide_topline {
    height: 2px;
    left: 0px;
    top: 0px;
}

.search_slide_rightline {
    width: 2px;
    right: -1px;
    top: 0px;
}

.search_slide_bottomline {
    height: 2px;
    bottom: 0px;
    left: 0px;
}

.search_slide_leftline {
    width: 2px;
    left: 0px;
    top: 0px;
}

/* ==================== 黑色导航区 ==================== */
.navbar {
    height: 40px;
    padding: 2px 0;
    background-color: #262626;
}

.navbtn {
    position: relative;
    display: block;
    float: left;
    width: 147px;
    height: 40px;
    text-align: center;
}

.navbtn:hover {
    background-color: #000;
    color: #fff;
}

.navbtn span {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    overflow: hidden;
    color: #dfdfe0;
    font-size: 14px;
    line-height: 20px;
}

.navbtn span em {
    font-family: Arial;
    font-size: 12px;
    color: #dfdfe0;
}

.navbtn:hover span, .navbtn:hover span em {
    color: #fff;
}

.active span, .active span em {
    color: #dcb351;
}

.active:hover span, .active:hover span em {
    color: #dcb351;
}

.navbtn em.navs_hot {
    position: absolute;
    top: -10px;
    right: 50px;
    z-index: 20;
    width: 23px;
    height: 18px;
    background: url(../yjimg2015/hot.gif) no-repeat;
}

/* ==================== 二级页应用新header后，内容区外套一个结构 ==================== */
.wrap4Inners {
    width: 1200px;
    margin: 0 auto;
}

.inner2015 {
	width: 1200px;
    margin: 30px 0 50px;
    min-height: 632px;
    overflow: hidden;
    zoom: 1;
}

/* inner2015应用于个人中心和竞拍指南系列页面 */

/* ==================== 新版[交易须知]左导航样式 ==================== */
.relCls {
    position: relative;
}

.absCls {
    position: absolute;
    left: 0px;
    top: 0px;
}

.btmCls {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.fixCls {
    position: fixed;
    left: 50%;
    top: 0px;
    margin-left: -599px;
}

.newGuide2015 li.guide2015_navs {
    width: 210px;
    height: 50px;
    margin-bottom: 1px;
}

.newGuide2015 li.guide2015_navs a {
    position: relative;
    display: block;
    width: 210px;
    height: 50px;
    background: #f9f5de;
}

.newGuide2015 li.guide2015_navs a:hover {
    background: #efeacc;
}

.newGuide2015 li.guide2015_navs a i {
    position: absolute;
    left: 12px;
    top: 10px;
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url(../yjimg2015/guide2015_sprites2.png);
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_jptime {
    background-position: 0 0;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_wtway {
    background-position: 0 -57px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_market {
    background-position: 0 -110px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_zhishou {
    background-position: 0 -488px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_group {
    background-position: 0 -164px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_addbuy {
    background-position: 0 -220px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_pay {
    background-position: 0 -270px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_deliver {
    background-position: 0 -326px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_member {
    background-position: 0 -380px;
}

.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_contact {
    background-position: 0 -433px;
}
.lCon .credibility i{
    background-position: 0 -563px;
}
.newGuide2015 li.guide2015_navs a i.guide2015_nav_i_box {
    background-position: 0 -604px;
}



/*未付款提醒弹框样式*/
.paymentPop {
    width: 687px;
    height: 445px;
    background-color: #f7f7f7;
    border-radius: 10px;
    position: absolute;
    top: 235px;
    left: 50%;
    margin-left: -343.5px;
    z-index: 999;
    box-shadow: -1px 2px 15px #0c0407;
    -webkit-box-shadow: -1px 2px 15px #0c0407;
    -o-box-shadow: -1px 2px 15px #0c0407;
    -moz-box-shadow: -1px 2px 15px #0c0407;
    -ms-box-shadow: -1px 2px 15px #0c0407;
}

.paymentPop .payment-left {
    width: 103px;
    height: 175px;
    background: url(../yjimg2015/poperr_left.jpg) no-repeat;
    position: absolute;
    top: 129px;
    left: 67px;
}

.paymentPop .payment-right {
    width: 450px;
    height: 100%;
    float: right;
}

.payment-right .sorry, .payment-right .p2 {
    color: #5a3100;
    font-weight: bold;
}

.payment-right .sorry {
    font-size: 60px;
    line-height: 80px;
    margin-top: 50px;
}

.payment-right .p2 {
    font-size: 36px;
    line-height: 60px;
}

.payment-right .p3 {
    font-size: 18px;
    color: #5a3100;
    line-height: 30px;
}

.payment-right .p4 {
    font-size: 18px;
    color: #af0101;
    line-height: 30px;
    margin-top: 15px;
}

.payment-right .p5 a {
    display: block;
    margin-top: 25px;
    font-size: 22px;
    width: 258px;
    height: 48px;
    border-radius: 15px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background-color: #af0101;
    box-shadow: -1px 4px 1px #760000;
    -webkit-box-shadow: -1px 4px 1px #760000;
    -o-box-shadow: -1px 4px 1px #760000;
    -moz-box-shadow: -1px 4px 1px #760000;
    -ms-box-shadow: -1px 4px 1px #760000;
}