/*初始化样式开始*/

@charset "utf-8";
@font-face {
    font-family: 'RZZY';   /*字体名称*/
    src: url('../fonts/rzzy.ttf');       /*字体源文件*/
}
/* @font-face {
    font-family: 'SHS';
    src: url('../fonts/shs.ttf');
} */
/* @font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/fonts/SourceHanSansCN-Normal.ttf');
} */
html,
body {
    width: 100%;
    font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;
    /* font-family: 'SourceHanSansCN-Normal'; */
    color: #333;
}

/*html {overflow:visible}*/

/*清除结构元素内外边距*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
div,
span,
a,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

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

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.clearfix { zoom:1; }
.clearfix:before,
 /*加上before可以防止浏览器顶部的空白崩溃（就是上一个div的margin-bottom和下边的margin-top会发生叠加）*/
 .clearfix:after {
    content:".";
    display:block; 
    height:0;
    visibility:hidden; 
    clear:both; 
}

/*设置默认字体*/

body,
button,
input,
select,
textarea {
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

a {
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
}

img {
    border: none;
}

/*public*/

.marL15 {
    margin-left: 15px;
}

.marT10 {
    margin-top: 10px;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.container {
    width: 100%;
    min-width: 1200px;
}

.Hposition-p {
    display: flex;
    flex-wrap: wrap;
}

.Hdisplay {
    display: block;
    width: 100%;
}

.H-font-yellow {
    color: #cc9617;
}

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


.jjgou_addprice_myprice {
    margin-top: 3px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}

.jjgou_addprice_myprice p {
    margin-left: 2px;
    display: inline;
    font-family: 宋体, 新宋体, verdana, arial, helvetica, sans-serif;
}

.jjgou_addprice_myprice span {
    margin-right: 5px;
}

.jjgouDelMine {
    float: right;
    *float: none;
    display: inline-block;
    margin-right: 5px;
    *margin-right: 0px;
    width: 63px;
    height: 20px;
    background: url(/Public/Home/yj2017/img/jjgou_cancel.png) no-repeat;
}

.jjgouDelMine:hover {
    background: url(/Public/Home/yj2017/img/jjgou_cancelhover.png) no-repeat;
}

.banner {
    max-width: 100%;
    height: 868px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.banner .imgbox li,
.banner .imgbox a {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.banner .imgbox a img {
    width: auto;
    height: inherit;
}

.banner-content {
    border-radius: 10px;
    margin-top: 290px;
    z-index: 9;
}

.banner-content .banner-baike {
    opacity: 1;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    transition: .5s all ease-in;
}

.banner-baike-enter {
    position: relative;
    margin: 0 50px;
}

.banner-baike-enter form {
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-53%);
    width: 230px;
    height: 40px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
}

.baike-activity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 0 10px;
}
.baike-activity a:first-child {
    margin-bottom: 10px;
}
.baike-activity img {
    width: 350px;
    border-radius: 10px;
}

.banner-baike form input {
    flex: 1;
}

.banner-baike-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 186px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.banner-baike-box p span {
    color: #C09B5A;
}

.banner-baike-box-text {
    text-align: center;
    font-size: 14px;
}

.banner-baike-box-title {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

.baike-light {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.baike-btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/icon/scan.png') no-repeat center;
    animation: changes .5s 0.2s linear infinite alternate;
}
@keyframes changes {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.2)
    }
}

.banner-article {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    transition: .5s all ease-in;
    box-shadow: 5px 1px 18px rgba(0, 0, 0, 0.18);
    /* padding: 50px 190px; */
    padding: 50px 120px 50px 180px;
}
.banner-article .article-title {
    font-size: 30px;
    line-height: 33px;
    position: relative;
    padding-left: 10px;
}
.banner-article .search_coin {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 26px;
}
.banner-article .search_coin .label {
    font-size: 18px;
    line-height: 40px;
}
.banner-article .search_coin #grade_type {
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 14px;
    width: 220px;
    height: 40px;
    padding: 0 10px;
}
.banner-article .search_coin .input {
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 14px;
    width: 220px;
    height: 40px;
    padding: 0 10px;
}
.banner-article .search_coin .rate-search-btn {
    width: 60px;
    font-size: 24px;
    background-color: inherit;
    cursor: pointer;
    margin: 25px 0 0 180px;
    border-bottom: 2px solid #333333;
}
.banner-article .hot-article {
    overflow: hidden;
}
.banner-article .hot-article li {
    margin-top: 25px;
    width: 400px;
}
.banner-article .hot-article li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner-article .hot-article li a span {
    color: #e55d15;
    margin-right: 5px;
}
.banner-article .article-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 33px;
    background-color: #333333;
}

.banner-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 99;
}
.banner-btn .btn {
    width: 47px;
    height: 4px;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
    border-radius: 100%;
}
.banner-btn .btn.selected {
    background-color: rgba(255, 255, 255, 1);
}

.article-sift {
    margin: 0 10px;
}

.article-sift li {
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 10px;
}

.article-sift li a {
    font-size: 14px;
    line-height: 20px;
}

.article-sift li a img{
    width: 12px;
    height: 15px;
    display: inline;
}

.article-sift li a span {
    color: #4989F3;
}

.article-sift li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.article-hot {
    margin: 0 10px;
}

.article-hot li a {
    font-size: 14px;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.red-book {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF991F;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 8px;
}

.red-book img {
    margin-right: 14px;
}

.article-icons {
    height: 170px;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    border-top: 1px solid #EDEDED;
    padding: 20px 0;
    box-sizing: border-box;
}

.article-icons li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parttwo {
    width: 1200px;
    height: 320px;
}

.parttwo-left {
    float: left;
    width: 580px;
    height: 320px;
    margin-left: 8px;
}

.parttwo-left img {
    width: 100%;
    height: 100%;
}

.activity-show-one {
    width: 100%;
    height: 180px;
}

.activity-show-one a {
    display: inline-block;
    width: 800px;
    height: 180px;
}

.activity-show-two {
    width: 100%;
    height: 180px;
}

.activity-show-two a {
    display: inline-block;
    width: 395px;
    height: 120px;
}

.activity-show-three {
    display: flex;
    justify-content: space-between;
}

.jm_content_main,
.mall_content_main {
    background-color: #FFFFFF;
    padding-top: 38px;
}
.mall_content_main .activity-show-three {
    padding-bottom: 0;
}

.shop_title_img {
    width: 190px;
    height: 46px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url(/Public/Home/yj2020/img/icon/shop_title_img.png) no-repeat;
    
}

.activity-show-three a {
    display: inline-block;
    width: 420px;
}

.activity-show-three a img {
    width: 100%;
}




/*端午节 */
.index_boat{
    display: block;
    width: 100%;
    height: 180px;
    margin: 10px auto 0;
}
.index_boat img{
    width: 100%;
    height: 100%;

}

/*轮播图*/
.slider {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.slider-extra {
    position: relative;
}

.slider-nav {
    margin-left: -51px;
    position: absolute;
    left: 49%;
    bottom: 15px;
}

.slider-nav li {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin: 0 8px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
}



.slider-nav .slider-item-selected {
    background: #ee5a4c;
}

.slider-page a {
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    color: #fff;
    text-align: center;
    display: block;
    font-family: "simsun";
    font-size: 22px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
}

.slider-page a:HOVER {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.slider-next {
    left: 100%;
    margin-left: -28px;
}

.parttwo-right {
    float: right;
    width: 370px;
}

.parttwo-right .name-bor {
    border: none;
}

.parttwo-title {
    position: relative;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    padding-bottom: 11px;
    background: url('/Public/Home/yj2017/img/index/border.png') no-repeat bottom center;
}

.parttwo-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 16px;
    border-radius: 1px;
    background-color: #D39A2F;
}

.parttwo-title .more {
    display: block;
    width: 17px;
    height: 12px;
    background: url('/Public/Home/yj2017/img/icon/more.png') no-repeat center;
}

.parttwo-right-top {
    border: 1px solid #D39A2F;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    margin: 20px 0;
}

.parttwo-right-top select {
    width: 80px;
    border: none;
    padding-left: 8px;
    cursor: pointer;
}

.parttwo-right-top .input {
    width: 200px;
    padding-left: 20px;
    border-left: 1px solid #D39A2F;
}

.parttwo-right-top .rate-search-btn {
    width: 70px;
    background-color: #D39A2F;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.parttwo-right-notice {
    padding-top: 10px;
    margin: 0 15px;
    height: 159px;
}

.parttwo-right-notice a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    color: #666;
}

.parttwo-right-notice a:hover {
    color: #E68616;
}

.parttwo-right-subtool {
    width: 100%;
    height: 70px;
    /* background: #f5f5f5; */
}

.parttwo-right-subtool .list {
    overflow: hidden;
    width: 100%;
    height: 70px;
    background: url("/Public/Home/yj2017/img/right-subtool.png") 0 6px no-repeat;
    background-size: contain;
}

.parttwo-right-subtool .list a {
    display: inline-block;
    float: left;
    width: 20%;
    margin-top: 5px;
    padding-top: 35px;
    text-align: center;
    font-family: "宋体";
    font-size: 12px;
    line-height: 26px;
    color: #666666;
    box-sizing: border-box;
    border-right: #dcdcdc 1px dashed;
}

.parttwo-right-subtool .list .name {
    border: none;
}

.content {
    position: relative;
    width: 100%;
    /* height: 960px; */
}


.zhi-gold {
    overflow: hidden;
    width: 100%;
    height: 310px;
    background: url("/Public/Home/yj2017/img/zhi_gold_bg.jpg") no-repeat;
}

.zhi-silver {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    height: 310px;
    background: url("/Public/Home/yj2017/img/zhi_silver_bg.jpg") no-repeat;
    position: relative;
}

.content-left .zhi-silver_zhezhao .aboutimg{
    position: absolute;
    left: 26px;
    top: 40px;
    width: 179px;
    height: 157px;
    z-index: 3;
    background: url(/Public/Home/yj2017/img/zs_over.png) no-repeat;
}

.content-left {
    position: relative;
}

.zhi-silver_zhezhao{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    z-index: 100;
}

.zhi-gold:hover, .zhi-silver:hover {
    -moz-box-shadow: 0px 15px 30px #a09e9e;
    -webkit-box-shadow: 0px 15px 30px #a09e9e;
    box-shadow: 0px 15px 30px #a09e9e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.yj-store-bg {
    background: url("/Public/Home/yj2017/img/banner_store.png") no-repeat;
}

.yj-addbuy-bg {
    background: url("/Public/Home/yj2017/img/banner_addbuy.jpg") no-repeat;
    height: 730px;
}
.yj-addbuy-bgs {
    left: 249px;
    background: url("/Public/Home/yj2017/img/index_addbeg_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 219px;
    height: 730px;
}
.yj-addbuy-bg .tolink{
    display: block;
    width: 100%;
    height: 265px;
}

.yj-addbuy-bg:hover, .yj-store-bg:hover {
    -moz-box-shadow: 0px 15px 30px #bcbcbc;
    -webkit-box-shadow: 0px 15px 30px #bcbcbc;
    box-shadow: 0px 15px 30px #bcbcbc;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.yj_addbuy_take{
    display: block;
    width: 100%;
    height: 51px;
    cursor: pointer;
}
.index_addbuy_span1{
    position: absolute;
    top: 15px;
    left: 45px;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.index_addbuy_span2{
    position: absolute;
    top: 105px;
    left: 43px;
    line-height: 26px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #fff;
    padding: 0 5px 0;
    letter-spacing: 3px;
    font-family: 宋体;
}
.index_addbuy_span3{
    position: absolute;
    top: 285px;
    left: 50px;
    color: #d21a1a;
    font-size: 14px;
    font-family: 宋体;
}

.yj-addbuy-new{
    margin: 0 auto;
    padding: 10px 6px;
    width: 200px;
    overflow: hidden;
}

.yj-addbuy-news{
    margin: 0 auto;
    padding: 10px 6px;
    width: 200px;
    overflow: hidden;
}

.yj-addbuy-new h3{
    padding-bottom: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: #002d71;
}
#addbuyScroll{
    overflow: hidden;
    width: 200px;
    height: 665px;
}
.jjg_index{
    height: 740px;
}


#addbuyScroll li{
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed #000;
}
#addbuyScroll li a{
    display: block;
    width: 100%;
    height: 100%;
}
#addbuyScroll li p{
    overflow:hidden;
    margin-top: 5px;
    width: 200px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    text-overflow:ellipsis;
}
#addbuyScroll .align-right{
    text-align: left;
}
#addbuyScroll .align-right span{
    color: #f00;
    font-weight: 600;
}

.index_addbuy_div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_addbuy_div a{
    display: block;
    width: 81%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    margin: 6px 0;
    color: #fff;
    background: #a0895f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.index_addbuy_div a:hover{
    color: #8a6f40;
    background: #fff;
}

.yj-addbuy-box {
    float: left;
    width: 475px;
    height: 310px;
    background: #fff;
}

.quickentry {
    display: none;
    position: relative;
    margin: 20px auto 0;
    height: 114px;
}

.quickentry a {
    display: block;
    width: 100%;
    height: 100%;
}
/* 周三场 */
.entry-picked {
   /*** background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning01.jpg") no-repeat center;***/
   background: url(../img/index/auctioning_2022.jpg) no-repeat center;
}
.entry-general {
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning04.jpg") no-repeat center;
}
.entry-orther {
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning03.jpg") no-repeat center;
}
.entry-mechanism {
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning05.jpg") no-repeat center;
}
.entry-friday {
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning02.jpg") no-repeat center;
}
.entry-six{
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/auctioning01.jpg") no-repeat center;
}

.entry-text {
    position: absolute;
    left: 200px;
    top: 0;
    line-height: 130px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    animation: entryTextMove 0.3s linear 0s infinite;
    -webkit-animation: entryTextMove 0.3s linear 0s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
/*横幅 快速入口 颜色闪烁*/
@keyframes entryTextMove {
    0% {
        color: #fff4f4;
    }
    50% {
        color: #ff8400;
    }
    100% {
        color: #fff4f4;
    }
}

.text-color {
    color: #fff4f4;
}

.text-color-1 {
    color: #fff4f4;
}

.entry-text-2 {
    position: absolute;
    /*left: 412px;*/
    left: 465px;
    top: 17px;
    font-size: 50px;
    font-weight: bold;

}

.entry-text-1 {
    position: absolute;
    /*right: 239px;*/
    right: 200px;
    top: 0;
    line-height: 130px;
    font-size: 48px;
    font-weight: bold;
    color: #fff4f4;

}

.entry-text-1 span {
    margin-left: 110px;
    font-size: 24px;
}

/*.screenings {
    position: absolute;
    left: 50%;
    top: 31px;
    font-size: 25px;
    color: #fff;
    margin-left: -569px;
    width: 110px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.quickentry .remaining {
    position: absolute;
    left: 50%;
    top: 40px;
    font-size: 42px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    width: 122px;
    text-align: center;
    color: #020E72;
    margin-left: 333px;
}**/

.entry-picked .remaining {
    color: #E52C20;
}

.entry-general .remaining {
    color: #2863CC;
}

.entry-mechanism .remaining {
    color: #E49A19;
}

.entry-orther .remaining {
    color: #653FA7;
}

.entry-friday .remaining {
    color: #0E7765;
}

.quickentry .text2 {
    font-size: 52px;
    font-weight: bold;
    font-family: 'SourceHanSerifSC-Heavy-Bold';
    color: #FFFFFF;
    line-height: 114px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -120px;
    -webkit-animation: neon2 1s ease-in-out infinite alternate;
    -moz-animation: neon2 1s ease-in-out infinite alternate;
    animation: neon2 1s ease-in-out infinite alternate;
}

.quickentry.entry-picked .text2 {
    -webkit-animation: neon6 1s ease-in-out infinite alternate;
    -moz-animation: neon6 1s ease-in-out infinite alternate;
    animation: neon6 1s ease-in-out infinite alternate;
}

/****.quickentry .text1 {
    font-size: 41px;
    font-weight: bold;
    font-family: 'SourceHanSerifSC-Heavy';
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    right: 50%;
    top: 36px;
    margin-right: 100px;
}***/

.quickentry .uppage {
    position: absolute;
    right: 275px;
    top: 14px;
    width: 90px;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 120px;
    background: url(/Public/Home/yj2017/img/linshi.png) no-repeat;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
    -webkit-animation-name: x-spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes x-spin {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    60% {
        -webkit-transform: rotateX(180deg);
    }
    100% {
        -webkit-transform: rotateX(360deg);
    }
}

.yjbid {
    position: relative;
    height: auto;
    *zoom: 1; /*IE/7/6*/
}

.bidspecial-box{
    position: relative;
}

.bidspecial-box .tonight_auction {
  position: absolute;
  left: 50%;
  top: 4px;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  z-index: 99;
}

.bidspecial-box .pushpin{
    display: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}
/*小图钉  设置前*/
.bidspecial-box .pushpin-blue{
    background: url(/Public/Home/yj2020/img/pushpin_blue.png) right bottom no-repeat ;
}
/*小图钉  设置后*/
.bidspecial-box .pushpin-red{
    background: url(/Public/Home/yj2020/img/pushpin_red.png) right bottom no-repeat ;
}
/*九华山横幅*/
.jhs-hengfu,.jhs-hengfu img{
    width: 100%;
    margin: 0 auto;
}


/*周三精选场*/
.yjbid .friday .time {
    display: none;
    position: absolute;
    left: 15px;
    top: 125px;
    overflow: hidden;
    font-family: "微软雅黑";
}

/*周日大众场*/
.yjbid .entranceTest{
    position: absolute;
    left: 26px;
    top: 36px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;

}

.yjbid .general .time {
    display: none;
    position: absolute;
    left: 15px;
    top: 125px;
    overflow: hidden;
    font-family: "微软雅黑";
}

.yjbid .general .time span {
    display: inline-block;
    margin-right: 3px;
    width: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #2c91f1;
    border: 1px solid #2e88eb;
    border-radius: 5px;
}

.yjbid .general .time i {
    margin-right: 2px;
    font-size: 14px;
    font-style: normal;
    color: #2c91f1;
    line-height: 20px;
}


/*周三综合场*/
.yjbid .orther .time {
    display: none;
    position: absolute;
    left: 40px;
    top: 120px;
    overflow: hidden;
    font-family: "微软雅黑";
}

.yjbid .orther .time span {
    display: inline-block;
    margin-right: 2px;
    width: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #503a83;
    border-radius: 4px;
    background: #9396d9;
}

.yjbid .orther .time i {
    margin-right: 2px;
    font-size: 12px;
    font-style: normal;
    color: #9396d9;
    line-height: 20px;
}

/*邮票场*/
.yjbid .six{
    background: url(/Public/Home/yj2017/img/new_index_yp.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}
.yjbid .six .sixspan{
    position: absolute;
    left: 185px;
    top: 71px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #004020;
}

.yjbid .six .time {
    display: none;
    position: absolute;
    left: 15px;
    top: 125px;
    overflow: hidden;
    font-family: "微软雅黑";
}

.yjbid .six .time span {
    display: inline-block;
    margin-right: 3px;
    width: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #2c91f1;
    border: 1px solid #2e88eb;
    border-radius: 5px;
}

.yjbid .six .time i {
    margin-right: 2px;
    font-size: 14px;
    font-style: normal;
    color: #2c91f1;
    line-height: 20px;
}

/*机制币*/
.yjbid .mechanism .time {
    display: none;
    position: absolute;
    left: 15px;
    top: 125px;
    overflow: hidden;
    font-family: "微软雅黑";
}

.yjbid .mechanism .time span {
    display: inline-block;
    margin-right: 3px;
    width: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #2c91f1;
    border: 1px solid #2e88eb;
    border-radius: 5px;
}

.yjbid .mechanism .time i {
    margin-right: 2px;
    font-size: 14px;
    font-style: normal;
    color: #2c91f1;
    line-height: 20px;
}

.publicity-box {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.publicity-box a {
    float: left;
    width: 390px;
    height: 120px;
}
.publicity-box a  img{
    width: 100%;
    height: 100%;
}


.bidcontent {
    display: none;
    width: 100%;
    height: 100%;
}

.bid-pagebtn {
    display: none;
    position: absolute;
    top: 290px;
    width: 60px;
    height: 60px;
    z-index: 100;
    cursor: pointer;
}

.bid-pageleft {
    left: 10px;
    background: url(/Public/Home/yj2017/img/bid-pageleft.png) no-repeat;
}

.bid-pageleft:hover {
    background: url(/Public/Home/yj2017/img/bid-pageleft_hover.png) no-repeat;
}

.bid-pageright {
    right: 0px;
    background: url(/Public/Home/yj2017/img/bid-pageright.png) no-repeat;
}

.bid-pageright:hover {
    background: url(/Public/Home/yj2017/img/bid-pageright_hover.png) no-repeat;
}

.bidcontent .holdimg {
    height: 300px;
    width: 193px;
    background: url(/Public/Home/newimg/youbichushou_holder2022.png) no-repeat center;
    /* background: url(/Public/Home/newimg/youbichushou_holder.png) no-repeat center; */
    border-radius: 8px;
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.18);
    background-size: cover;
    margin-bottom: 19px;
    transition: all .3s ease;
    /* transform: scale(0.98); */
}

.auctioning{
    display: none;
    position: absolute;
    width: 110px;
    height: 30px;
    left: 20px;
    top: 35px;
    background: url(/Public/Home/yj2017/img/auctioning.gif) no-repeat;
}

.jjgou_main {
    float: left;
    position: relative;
    margin: 5px 0 5px 10px;
    width: 474px;
    height: 310px;
    zoom: 1;
    background: #fff;
}

.jjgou_main:hover {
    -moz-box-shadow: 0px 15px 30px #a09e9e;
    -webkit-box-shadow: 0px 15px 30px #a09e9e;
    box-shadow: 0px 15px 30px #a09e9e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.jjgou_new {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: url(/Public/Home/yj2017/img/jjgou_new.png) no-repeat;
}

.jjgou_left {
    float: left;
    padding: 35px 5px 0 5px;
    width: 230px;
}

.jjgou_img {
    text-align: center;
}

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

.jjgou_tool {
    padding: 22px 0px 0px 15px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
}

.jjgou_tool .iconbg_1 {
    font-size: 1px;
    background: url(/Public/Home/yj2017/img/jjgou_icon_1.png) no-repeat;
}

.jjgou_tool .name {
    color: #fff;
}

.jjgou_tool a {
    display: block;
    float: left;
    padding-left: 22px;
    width: 30px;
    color: #938558;
}

.jjgou_tool .iconbg_2 {
    background: url(/Public/Home/yj2017/img/jjgou_icon_2_canecl.png) no-repeat;
}

.jjgou_tool .iconbg_2:hover {
    background: url(/Public/Home/yj2017/img/btn-focused.png) no-repeat;
}

.jjgou_tool .iconbg_2_canecl {
    background: url(/Public/Home/yj2017/img/btn-focused.png) no-repeat;
}

.jjgou_tool .iconbg_3 {
    background: url(/Public/Home/yj2017/img/jjgou_icon_3.png) no-repeat;
}

.jjgou_tool .iconbg_4 {
    position: relative;
    cursor: pointer;
    background: url(/Public/Home/yj2017/img/jjgou_icon_4.png) no-repeat;
}

.jjgou_price_tab {
    display: none;
    position: absolute;
    right: -10px;
    top: 25px;
    padding: 8px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #9fa0a0;
    border-radius: 3px;
    background: #fff;
    color: #999999;
    z-index: 10;
}

.jjgou_price_tab_box_bg {
    position: absolute;
    top: -6px;
    left: 27px;
    width: 6px;
    height: 7px;
    background: url(/Public/Home/yj2017/img/jjgou_tabbg.png) no-repeat;
}

.jjgou_price_tab_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.jjgou_price_tab_box li span {
    font-size: 12px;
    white-space: nowrap;
}

.jjgou_infos {
    position: relative;
    float: left;
    padding: 5px 0 0 0;
    width: 220px;
}

.jjgou_info_title_box {
    position: relative;
    width: 100%;
    height: 46px;
}

.jjgou_info_title-1 {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    font-family: "微软雅黑";
    max-width: 285px;
    text-overflow: ellipsis;
    line-height: 16px;
}

.jjgou_priceList {
    position: relative;
    margin: 3px 0 5px 0;
    padding-top: 7px;
    height: 100px;
    font-size: 12px;
    line-height: 18px;
    background: #f9f4f2;
}

.jjgou_border_common {
    padding: 0px 7px;
    width: 211px;
    border: 1px dashed #d6cdc6;
    border-radius: 5px;
    font-family: 宋体, 新宋体, verdana, arial, helvetica, sans-serif;
}

.jjgou_priceItem {
    overflow: hidden;
    zoom: 1;
}

.jjgou_addprice_name {
    overflow: hidden;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
}

.jjgou_addprice_name p {
    float: left;
}

.jjgou_price_list {
    color: #595757;
}

.jjgou_price_list s {
    font-size: 14px;
    font-weight: bold;
}

.jjgou_price_list b {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
}

.jjgou_price_time {
    margin-top: 12px;
    color: #999999;
}

.jjgou_priceList_deal {
    overflow: hidden;
    margin-top: 12px;
    width: 100%;
    color: #666666;
}

.jjgou_priceList_deal p {
    float: left;
}

.jjgou_priceList_deal {
    width: 100%;
    color: #666666;
}

.jjgou_priceList_deal p {
    float: left;
}

.jjgou_priceList_deal .deal_num {
    float: left;
    overflow: hidden;
}


.jjgou_priceList_deal .deal_num li {
    float: left;
    margin: 2px 5px 0 0;
    width: 17px;
    height: 21px;
    background: url(/Public/Home/yj2017/img/flower_default.png) no-repeat;
}

.jjgou_priceList_deal .deal_num .name {
    margin: 0 5px 0 0;
    width: 24px;
    height: 24px;
    background: url(/Public/Home/yj2017/img/flower_open.png) no-repeat;
}

.marT10 {
    margin-top: 10px;
}

.jjgou_priceList_deal .deal_num {
    float: left;
    overflow: hidden;
}

.jjgou_iconfirm {
    position: absolute;
    right: 11px;
    bottom: 5px;
    width: 62px;
    height: 28px;
}

.jjgou_confirmBtn {
    display: block;
    border-radius: 5px;
    color: #fff;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: #4e82ab;
}

.jjgou_priceList_1 {
    position: relative;
    padding-top: 5px;
    height: 95px;
    font-size: 12px;
    line-height: 16px;
    background: #f5f5f5;
    color: #666666;
}

.jjgou_priceList_1 .p {
    float: left;
    width: 36px;
    font-size: 12px;
    font-weight: normal;
    color: #595757;
}

.jjgou_info_pinx {
    overflow: hidden;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
    color: #595757;
    margin: 0;

}

.jjgou_chujiaBox_1 {
    overflow: hidden;
    position: absolute;
    left: 7px;
    bottom: 2px;
    width: 136px;
    height: 40px;
    line-height: 16px;
}

.jjgou_chujiaBox {
    margin-top: 6px;
    width: 100%;
    height: 36px;
    zoom: 1;
}

.policymodel-bg {
    width: 100%;
    height: 100%;
    background: url(/Public/Home/yjimg2015/policymodel_bg.png) repeat;
}

.policymodel-bg .policycon {
    padding: 20px 20px 10px;
    width: 360px;
    height: 100px;
    border: 1px solid #fe9915;
    border-radius: 5px;
}

.jjgou_policy_info {
    display: block;
    width: 100%;
    line-height: 1.5em;
    clear: both;
}

.jjgou-addcon {
    float: right;
    margin-right: 42px;
}

.jjgou_policyInp {
    display: block;
    margin-top: 9px;
    float: left;
    padding-left: 3px;
    width: 83px;
    height: 26px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    border-right: none;
    border-radius: 3px;
}

.jjgou_policy_desc {
    line-height: 1.5em;
    margin: 5px 0;
}

.jjgou-padT-10 {
    padding-top: 6px;
}

.jjgou_chujiatxt {
    display: block;
    float: left;
    line-height: 30px;
}

.jjgou-pricered {
    color: #ee5a4c;
    font-weight: bold;
    font-size: 16px;
}

.jjgou_policy_infotop {
    margin-top: 5px;
}

.zhi-sale-left-price {
    margin: 5px auto 25px;
    width: 150px;
    font-size: 14px;
    line-height: 14px;
    color: #f8f282;
    font-weight: bold;
    text-align: center;
}

.zhi-sale-left-price span {
    line-height: 36px;
    font-size: 36px;
    color: #f8f282;
}

.panda-btn {
    display: block;
    margin: 7px auto 0;
    width: 184px;
    height: 42px;

}

.panda-gold-btn {
    background: url("/Public/Home/yj2017/img/panda-gold-btn.png") no-repeat;
}

.panda-silver-btn {
    background: url("/Public/Home/yj2017/img/panda-silver-btn.png") no-repeat;
}

.content-left .h4-tittle {
    margin-top: 43px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.jjgou_chujiaInp {
    display: block;
    margin-top: 1px;
    float: left;
    padding-left: 3px;
    width: 83px;
    height: 26px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    border-right: none;
    border-radius: 3px;
}

.jjg_Plus {
    background-position: -2px -2px;
    margin-left: -1px;
}

.jjg_Plus:hover,
.jjg_Plus:active {
    background-position: -32px -2px;
    border-color: #d8271c;
}

.plus_disabled,
.plus_disabled:hover,
.plus_disabled:active {
    border-right: none;
    background-position: -61px -1px;
    border-color: #9fa0a0;
}

.jjg_Minus {
    border-left: none;
    background-position: -1px -31px;
    border-color: #FFB000;
}

.jjg_Minus:hover,
.jjg_Minus:active {
    background-position: -31px -31px;
    border-color: #d8271c;
}

.minus_disabled,
.minus_disabled:hover,
.minus_disabled:active {
    background-position: -61px -31px;
    border-color: #cccccc;
}

.jjgou_chujiaBtn {
    display: block;
    float: left;
    margin-top: 1px;
    width: 26px;
    height: 26px;
    text-indent: -99999px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 3px;
}
.policy_Plus {
    margin-top: 0;
    background-position: -2px -2px;
}

.jjgou_sprites {
    background-image: url(/Public/Home/yj2017/img/jjgou_sprites.png);
    background-repeat: no-repeat;
}

.jjgou_sendChujia {
    position: absolute;
    right: 11px;
    bottom: 15px;
    width: 62px;
    height: 28px;
    display: block;
    border-radius: 5px;
    font-family: 微软雅黑;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: #f59b23;
}

.content-left .addintroduction {
    width: 100%;
    margin: 150px auto 0;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.jjgou_policy_checking {
    margin: 15px 0 0 -20px;
    padding-left: 22px;
    width: 60px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    line-height: 24px;
    color: #221815;
}

.unchecked {
    background-position: -90px -128px;
}

.checked {
    background-position: -90px -148px;
}

.jjgou_addnumber,
.jjgou_addnumber_1 {
    display: block;
    float: left;
    position: relative;
    margin-top: 4px;
    margin-right: 17px;
    width: 74px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-indent: 5px;
    background: url(/Public/Home/yj2017/img/jjgou_sprites_number.png) no-repeat;
}

.jjgou_policy_info {
    display: block;
    width: 100%;
    line-height: 1.5em;
}

.jjgou_policy_info .b_float {
    margin-top: 3px;
    float: left;
}

.jjgou_policy_con {
    overflow: hidden;
    display: block;
    padding-top: 2px;
    width: 100%;
}

.jjgpu_sele,
.jjgpu_sele_1 {
    display: none;
    position: absolute;
    left: 0px;
    top: 21px;
    width: 54px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    z-index: 1000;
    background: #f3f3f3;
}

.jjgpu_sele li,
.jjgpu_sele_1 li {
    border-bottom: 1px dashed #d3d3d3;
}

.jjgpu_sele li a,
.jjgpu_sele_1 li a {
    display: block;
    line-height: 18px;
    color: #4f472e;
}

.jjgpu_sele li a:hover,
.jjgpu_sele_1 li a:hover {
    background: #dcdcdc;
}

.content-left .con-text {
    margin: 0px auto;
    width: 192px;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.content-left .panda-name {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.content-right-1 {
    position: absolute;
    right: 4px;
    top: 0;
    width: 710px;
    height: 730px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.index-addbuy-new{
    width: 100%;
    padding: 15px 0 0 0;
}

.index_addbuy_lister{
    display: block;
    width: 49%;
}
.index_addbuy_list{
    width: 100%;
    height: 171px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    align-items:center;
    background: #fff;
    cursor: pointer;
}

.index_addbuy_list:hover{
    -moz-box-shadow: 0px 15px 30px #a09e9e;
    -webkit-box-shadow: 0px 15px 30px #a09e9e;
    box-shadow: 0px 15px 30px #a09e9e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.index_addbuy_list_img{
    display: block;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    /*border: 1px #ddd dashed;*/
}
.index_addbuy_list_div{
    width: 60%;
}


.index_addbuy_list_text1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
}
.index_addbuy_list_text2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
}
.index_addbuy_list_text2 span{
    color: #f00;
    font-weight: 600;
}
.index_addbuy_list_text3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #6d6b6b;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
}

.content-right .masking-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 218px;
    z-index: 2;
    background: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.content-right .shootsover{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 85px;
    height: 86px;
    z-index: 3;
    background: url(/Public/Home/yj2020/img/icon/success.png) no-repeat center;
}

.content-right .shootsover.myself {
    background: url(/Public/Home/yj2017/img/icon/end.png) no-repeat center;
}

.content-right .shoots-masking{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 180px;
    height: 180px;
    z-index: 2;
    background: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.content-right .good-name {
    font-size:18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.content-right-2 .good-name{
    font-size: 14px;
    line-height: 14px;
}

.content-right .good-intro {
    font-size: 14px;
    line-height: 14px;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;
    margin-left: -8px;
}

/*大卖场 已出售样式*/
.hposition_box{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.hposition_box_over{
    position: absolute;
    left: 26px;
    top: 40px;
    width: 179px;
    height: 157px;
    background: url("/Public/Home/yj2017/img/hposition_over.png") no-repeat;
}

/*首页 自拍代售藏品 标签*/
.good-intro_take{
    width: 65px;
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    color: #FF9049;
    border: 1px solid #FF9049;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-right: 6px;
}
.good-intro_taketwo{
    color: #24A7F8;
    border: 1px solid #24A7F8;
}
.shop_tab_content{
    position: relative;
}

.shopcontent-right {
    width: 1200px;
    /* height: 1325px; */
    position: relative;
}
.shopcontent-right .tab_content {
    /* position: absolute; */
    left: 0px;
    top: 0;
    width: 1200px;
    /* height: 690px; */
}
.shopcontent-right .index_shopChina{
    position: absolute;
    right: 10px;
    bottom: 19px;
    width: 20px;
    height: 20px;
    background: url('/Public/Home/yj2020/img/icon/money_new.png') no-repeat;
    background-size: cover;
    z-index: 1;
}
.shopcontent-right .other_text_5{
    position: absolute;
    right: 32px;
    bottom: 19px;
    height: 18px;
    text-align: center;
    border: 1px solid rgba(218, 60, 45, 0.72);
    overflow-wrap: break-word;
    color: rgba(218, 60, 45, 1);
    font-size: 12px;
    padding: 1px 1px 1px 1px;

}

.content-right .good-price, .shopcontent-right .good-price {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #e55d16;
    margin-top: 13px;
    margin-left: 3px;
}
.shopcontent-right .good-price  {
    margin-top: 0;
}
.content-right .price, .shopcontent-right .price {
    width: 18px;
    height: 18px;
    background: url(/Public/Home/yj2020/img/icon/money_new.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 22px;
}

.content-right .after-attention, .shopcontent-right .after-attention {
    position: absolute;
    right: 42px;
    bottom: 22px;
    width: 18px;
    height: 18px;
    background: url(/Public/Home/yj2020/img/icon/like_new.png) no-repeat;
    cursor: pointer;
}
.content-right .attention {
    position: absolute;
    right: 42px;
    bottom: 22px;
    width: 18px;
    height: 18px;
    background: url(/Public/Home/yj2020/img/icon/liked_new.png) no-repeat;
    cursor: pointer;
}
.content-right .price,.content-right .after-attention,.content-right .attention{
    bottom: 20px;
}
.index_jishou_mall{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/Public/Home/yj2017/img/index_jishoufront.png) no-repeat;
    background-size: 100% 100%;
    height: 843px;
}
.index_jishouLeft{
    width: 100%;
    height: 167px;
    background: url("/Public/Home/yj2017/img/index_jishoumiddle.png") no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.yj-store-subnav {
    margin: 55px auto 0;
}
.addbanner{
    display: block!important;
}
.yj-store-subnav a {
    position: relative;
    /*margin: 15px 0;*/
    display: block;
    width: 100%;
    height: 110px;
    color: #fff;
}
.yj-store-subnav a:hover{
    background: #2e3262;
}
.yj-store-subnav_div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yj-store-subnav_div span{
    display: block;
    font-size: 22px;
    color: #fff;
}
.yj-store-subnav_div:hover span{
    color: #ffc30d;
}
.yj-store-subnav_div:hover em{
    color: #fff;
}
.yj-store-subnav_div em{
    display: block;
    font-size: 14px;
    color: #bababa;
}

/*.yj-store-subnav a span {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e53030;
}*/

/*.yj-store-subnav a:hover {
    -moz-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}*/

/*点击发布藏品*/
.yj-store-bg .bg_0{
    display: block;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.group-buying {
    width: 100%;
    height: 405px;
    background: #fff;
    border-top: 1px solid #ee5a4c;
}

.group-buying .box-left {
    position: relative;
    margin: 22px 0 0 70px;
    float: left;
    width: 286px;
    height: 375px;
    text-indent: 5px;
}

.group-buying .box-left img {
    width: 283px;
    height: 276px;
}

.group-buying .box-left h3 {
    overflow: hidden;
    width: 100%;
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.group-buying .box-left .p1 {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.group-buying .box-left .p1 span {
    margin-left: 20px;
    color: #ee5a4c;
}

.group-buying .box-left .groupprice {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ee5a4c;
    letter-spacing: -2px;
}

.group-buying .box-left .groupprice i {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.group-buying .box-left .p2 {
    position: absolute;
    left: 92px;
    bottom: 6px;
    width: 90px;
    font-family: "宋体";
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-indent: 0px;
}

/*即将开始和已售罄公用这一个样式*/

.group-buying .box-left .group-btn-will {
    display: none;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 104px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    background: #dcdcdc;
    border-radius: 10px;
    border: none;
}

/*即将开始和已售罄公用这一个样式*/

.group-buying .box-left .group-btn-selling {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 104px;
    padding: 0;
    margin: 0;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ee5a4c;
    border-radius: 10px;
    border: none;
}

.group-buying-rule {
    margin: 43px;
    padding: 0 25px;
    float: right;
    width: 346px;
    height: 315px;
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
}

.group-buying-rule h3 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.group-buying-rule p {
    font-size: 14px;
    line-height: 18px;
}

.add-buy {
    width: 100%;
    height: 202px;
    background: #ffffff;
    border-top: 1px solid #0cb3f9;
}

.add-buy-box {
    padding-left: 500px;
    width: 650px;
    height: 190px;
    background: url("/Public/Home/yj2017/img/add_buy_picbg.png") 40px 20px no-repeat;
}

.add-buy-box h4 {
    padding-top: 10px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.add-buy-box p {
    text-indent: 25px;
    font-family: "宋体";
    font-size: 12px;
    line-height: 20px;
}

.add-buy-box .enter-btn {
    float: right;
    width: 112px;
    height: 34px;
    border: none;
    background: url("/Public/Home/yj2017/img/btn_addbuy_enter.png") no-repeat;
}

.tool-book {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tool-book dt img {
    width: 150px;
    height: 150px;
}

.tool-book dd .p1 {
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.tool-book dd .price {
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.tool-book dd .price span {
    margin-right: 3px;
    font-size: 18px;
    line-height: 26px;
    color: #ee5a4c;
}

.name-margin {
    margin: 0;
}

.footer {
    width: 100%;
    height: 520px;
    background: url("/Public/Home/yj2017/img/footer_bg.jpg") repeat-x;
}

.footer-top {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    width: 1160px;
    height: 60px;
    background: url("/Public/Home/yj2017/img/footer_top_bg.png") 0 15px no-repeat;
}

.footer-text {
    float: left;
    margin: 35px 20px 20px;
    padding: 34px;
    width: 190px;
    height: 147px;
    text-align: center;
    background: url("/Public/Home/yj2017/img/footer_box_bg.png") no-repeat;
}

.footer-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #dcdcdc;
}

.footer-text p {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.rightsidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 37px;
    height: 100%;
    z-index: 30;
    display: none;
}

.rightsidebar .pos-re {
    position: relative;
    width: 100%;
    height: 100%;

}
.top-bear{
    position: absolute;
    left: 0px;
    top: 12px;
    width: 113px;
    height: 85px;
    background: url("/Public/Home/yj2017/img/right_top_bear.png") no-repeat;
    /*z-index: 1;*/
}


.rightsidebar .sidebarbon{
    position: relative;
    width: 100%;
    height: 100%;
    background: #383838;
    -moz-box-shadow: 0px 5px 20px #a09e9e;
    -webkit-box-shadow: 0px 5px 20px #a09e9e;
    box-shadow: 0px 5px 20px #a09e9e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 14px 0 0 14px;
}

.rightsidebar .sidelist{
    position: absolute;
    top: 13%;
    left: 0;
    width: 37px;
}

.rightsidebar .sidelistTwo{
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 37px;
}

.rightsidebar .sidelist li, .rightsidebar .sidelistTwo li{
    margin-top: 5px;
    position: relative;
    width: 100%;
    height: 37px;
    /*box-sizing: border-box;*/
    /*border: 1px red solid;*/
}
.rightsidebar .sidelist li:nth-of-type(1){
    margin-bottom: 25px;
}

.rightsidebar .sidelist li a{
    display: block;
    width: 100%;
    height: 100%;
}
.rightsidebar .sidelist li img{
    margin: 0px 3px 0px;
    width: 68px;
    height: 68px;
}
.rightsidebar .sidelist li p{
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}
.rightsidebar .sidelist li em{
    display: block;
    margin: 10px auto 0;
    width: 80%;
    height: 1px;
    background: #FFFFFF;
}

.rightsidebar .sidelist li i{
    display: block;
    margin: 8px auto 10px;
    width: 73px;
    height: 102px;
    background: url("/Public/Home/yj2017/img/weituo_sidebar.png") no-repeat;
}
.rightsidebar .sidelist .customename{
    padding-top: 30px;
    background: url("/Public/Home/yj2017/img/customer_icon.png")  center 0 no-repeat;
}


.rightsidebar .sidelistTwo .attentionname{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.rightsidebar .sidelistTwo .returnname{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.rightsidebar .sidelistTwo .feedback{
    display: inline-block;
    width: 100%;
    height: 100%;
}



.bar-login {
    display: none;
    position: fixed;
    overflow: hidden;
    right: 42px;
    top: 100px;
    width: 220px;
    height: 213px;
    border: 1px solid #999999;
    border-radius: 10px;
    background: #fff;
    z-index: 1001;
}

.bar-login h3 {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    background: #ee5a4c;
}

.bar-login h3 .triangle-right {
    position: absolute;
    left: 221px;
    top: 20px;
    width: 0;
    height: 0px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.bar-login h3 span {
    position: absolute;
    left: 103px;
    top: 36px;
    width: 0;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ee5a4c;
}

.bar-login .bar-input {
    position: relative;
    margin: 5px auto;
    width: 190px;
    height: 38px;
    border: 1px solid #a0a0a0;
}

.bar-login .bar-input em {
    position: absolute;
    left: 9px;
    top: 10px;
    display: block;
    width: 18px;
    height: 21px;
    background: url("/Public/Home/yj2017/img/sprites2017.png") no-repeat;
}

.bar-login .bar-input .admin-name {
    background-position: -2px -121px;
}

.bar-login .bar-input .admin-password {
    background-position: -2px -146px;
}

.bar-login .bar-input input {
    position: absolute;
    left: 36px;
    top: 0;
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-indent: 5px;
    border: none;
}

.bar-login .fondpassword {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 22px;
    text-align: right;
    font-family: "宋体";
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    background: none;
    border: none;
}

.bar-login .confirm-btn {
    margin-left: 15px;
    width: 90px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #ee5a4c;
    border-radius: 5px;
    border: 0;
}

.bar-login .register-btn {
    margin-left: 12px;
    width: 90px;
    height: 28px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: center;
    background: #c0c0c0;
    border-radius: 5px;
    border: 0;
}

.rightsidebar .erweima-box {
    opacity: 0;
    padding: 37px 15px 43px 8px;
    position: absolute;
    left: 80px;
    top: -170px;
    width: 70px;
    height: 160px;
    background: url("/Public/Home/yj2017/img/erweima_bg.png") no-repeat;
}

.rightsidebar .erweima-box img {
    margin-top: 15px;
    width: 70px;
    height: 70px;
}

.nextpreview {
    padding-bottom: 40px;
    margin-top: 40px;
}

.nextpreview li,
.nextpreview li a {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    height: 130px;
    color: #ffffff;
}
.nextpreview li a .session{
    font-size: 16px;
    width: 100%;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.nextpreview li a .session2{
    width: 100%;
    height: 89px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nextpreview li a .session2 p{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.nextpreview .bg-0 {
    background:linear-gradient(127deg,#DB934C 0%,#B46932 100%);
}


/* 金银币周三场 */
.nextpreview .bg-1 a {
    background: url("/Public/Home/newimg/jinyinbijingxuan2022.png") no-repeat top center;
    background-size: cover;
    color: #E52C20;
}

/* 周日 */
.nextpreview .bg-2 a {
    background: url("/Public/Home/newimg/shengxiaojinyinbi2022.png") no-repeat top center;
    background-size: cover;
    color: #00BCFF;
}
/* 周一 金银币1979-2004*/
.nextpreview .bg-14 a {
    /* background: url("/Public/Home/newimg/youpiaozhuanchang2022.png") no-repeat top center; */
    background: url("/Public/Home/newimg/one_2025.png") no-repeat top center;
    background-size: cover;
    color: #683910;
}
/* 周二 熊猫金银币 */
.nextpreview .bg-10 a {
    background: url("/Public/Home/newimg/xiongmaojinyinbi2022.png") no-repeat top center;
    background-size: cover;
    color: #106833;
}

/* 纪念章外国币 */
.nextpreview .bg-11 a {
    background: url("/Public/Home/newimg/jnz_waiguobi2025.png") no-repeat top center;
    background-size: cover;
    color: #653FA7;
}

/* 邮票纸币周四场 */
.nextpreview .bg-13 a {
    background: url("/Public/Home/newimg/youpiaoasg2022.png") no-repeat top center;
    background-size: cover;
    color: #18BDB1;
}
/* 邮票专场 */
.nextpreview .bg-16 a,.nextpreview .bg-21 a {
    background: url("/Public/Home/newimg/youpiaozhuanchang12022.png") no-repeat top center;
    background-size: cover;
    color: #106833;
}
/* 综合项周五场 */
.nextpreview .bg-18 a{
    color: #649960;
    background: url("/Public/Home/newimg/zonghexiang2025.png") no-repeat top center;
    background-size: cover;
}
/*周三证书*/
.nextpreview .bg-23 a {
    color: #18BDB1;
    background: url("/Public/Home/newimg/zhengshu2025_2.png") no-repeat top center;
    background-size: cover;
}
/* 周三金银币2005-2022 */
.nextpreview .bg-1 a {
    background: url("/Public/Home/newimg/six_2025.png") no-repeat top center;
    background-size: cover;
    color: #FF9200;
}
/* 周六金银币2005-2022 */
.nextpreview .bg-15 a {
    background: url("/Public/Home/newimg/seven_2025.png") no-repeat top center;
    background-size: cover;
    color: #002DB2;
}

.nextpreview .bg-1 h3 {
    color: #EE6F46;
}
/* .nextpreview .bg-2 h3 {
    color: #E3321A;
} */
.nextpreview .bg-5 h3 {
    color: #1E4B9B;
}
.nextpreview .bg-3 h3 {
    color: #F6BD58;
}
.nextpreview .bg-4 h3 {
    color: #4A2A81;
}
.nextpreview li h3 {
    font-family: 'SourceHanSerifSC-Heavy';
    font-size: 26px;
    height: 150px;
    line-height: 150px;
}
.nextpreview li .data-infor {
    height: 41px;
    line-height: 41px;
    color: #333333;
    background-color: #FFFFFF;
    width: 100%;
    font-size:12px;
    font-family:PingFangSC-Medium,PingFang SC;
    text-align: center;
}
.nextpreview li .data-infor .qishu{
    margin-top: 5px;
}
.nextpreview li .data-infor .qishu,.nextpreview li .data-infor .shijian{
    width: 100%;
    display: block;
    line-height: 18px;
}
.questionnaire {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: url(/Public/Home/yj2017/img/outdoor2017.jpg) center center no-repeat;
}
.custom_service_1 {
    display: none;
    position: fixed;
    top: 50%;
    right: 10px;
    width: 100px;
    height: 100px;
    z-index: 10000;
}
.cus_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.cus_box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10002;
}
.cus_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.cusclose {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
    z-index: 10003;
}
/*新闻列表*/

.news-bodybg {
    padding: 10px 0 120px;
    width: 100%;
    background: #ececec;
}
.news-dl {
    margin-top: 20px;
    width: 100%;
    height: 130px;
    background: #fff;
}
.news-dl dt {
    float: left;
    margin: 20px;
    width: 90px;
    height: 90px;
}
.news-dl dt img {
    width: 90px;
    height: 90px;
}
.news-dl dd {
    position: relative;
    float: left;
    width: 1040px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.news-dl dd a:hover {
    color: #ee5a4c;
}
.news-dl dd .h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}
.news-dl dd .h2-span {
    margin-left: 10px;
    font-family: "宋体";
    font-size: 12px;
    color: #999;
}
.news-dl dd .golink {
    position: absolute;
    right: 15px;
    bottom: 0px;
    float: right;
    color: #666;
}
/*新闻 内容*/
.news-content {
    margin: 10px auto;
    width: 990px;
    background: #fff;
}
.news-top {
    margin: 10px;
    width: 970px;
    height: 88px;
    border-bottom: 1px solid #ececec;
}
.news-top .news-left {
    float: left;
    width: 800px;
}
.news-top .news-left h2 {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 40px;
    text-indent: 8px;
}
.news-top .news-left .share {
    margin-left: 20px;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}
.news-top .news-left .share p {
    float: left;
}
.bdsharebuttonboxP {
    float: left;
}
.news-top .news-right {
    float: right;
    margin-top: 15px;
    width: 170px;
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    text-align: right;
}
.news-top .news-right p {
    display: block;
    width: 100%;
}
.news-content .text {
    padding: 10px 30px 50px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 20px;
}
.news-content .text font {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 20px;
}
.news-content .imgcon {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.news-crumbs {
    width: 975px;
    margin: 0 auto;
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    background: url("/Public/Home/yj2017/img/news_crumbs_icon.png") no-repeat;
}
.news-crumbs a {
    margin-right: 5px;
}
.news-crumbs a:hover {
    color: #ee5a4c;
}
.peningbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.peningbox .peningclose {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 31px;
    height: 31px;
    background: url("/Public/Home/yj2017/img/pening_close.png") no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.peningbox .peningclose:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
#peninganimat {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    width: 800px;
    height: 500px;
    background: url("/Public/Home/yj2017/img/pening_bg.png") no-repeat;
    z-index: 2001;
}

#peninganimat .starlight {
    margin: 73px 0 0 8px;
    width: 722px;
    height: 418px;
    background: url("/Public/Home/yj2017/img/opacity_starlight.png") no-repeat;
    animation: starlightMove 2s linear 0s infinite;
    -webkit-animation: starlightMove 2s linear 0s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 2001;
}

@keyframes starlightMove {
    0% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
}

#peninganimat li {
    position: absolute;
    width: 72px;
    height: 72px;
    background: url("/Public/Home/yj2017/img/opacity_text.png") no-repeat;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 2002;
}

#peninganimat .libg-1 {
    cursor: pointer;
    left: 461px;
    top: 59px;
    background-position: 0 0;
}

#peninganimat .libg-2 {
    left: 576px;
    top: 185px;
    background-position: 0 -75px;
}

#peninganimat .libg-3 {
    left: 663px;
    top: 300px;
    background-position: 0 -150px;
}

#peninganimat .libg-4 {
    left: 468px;
    top: 336px;
    background-position: 0 -225px;
}

#peninganimat .libg-5 {
    left: 365px;
    top: 392px;
    background-position: 0 -300px;
}

#peninganimat .libg-6 {
    left: 150px;
    top: 345px;
    background-position: 0 -375px;
}

#peninganimat .libg-7 {
    left: 76px;
    top: 225px;
    background-position: 0 -450px;
}

#peninganimat .libg-8 {
    left: 150px;
    top: 127px;
    background-position: 0 -525px;
}

#peninganimat .libg-9 {
    left: 353px;
    top: 121px;
    background-position: 0 -600px;
}
.index-prompt-left{
    position: fixed;
    left: 0;
    top: 180px;
    width: 162px;
    height: 188px;
    background: url("/Public/Home/yj2017/img/index_prompt_left.png") no-repeat;
    z-index: 2001;
}
.index-prompt-close{
    position: fixed;
    left: 390px;
    top: 220px;
    width: 41px;
    height: 41px;
    background: url("/Public/Home/yj2017/img/index_prompt_close.png") no-repeat;
    cursor: pointer;
    z-index: 2001;
}
.index-prompt-text{
    display: none;
    position: fixed;
    left: 170px;
    top: 210px;
    padding: 60px 19px 33px 42px;
    width: 200px;
    height: 104px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: url("/Public/Home/yj2017/img/index_prompt_left_bubble.png") no-repeat;
    z-index: 2001;
}
.index-prompt-bid{
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -619px;
    width: 1238px;
    height: 702px;
    top: 230px;
    background: url("/Public/Home/yj2017/img/index_prompt_bid.jpg") no-repeat;
    z-index: 2001;

}
.index-prompt-bid .prompt-bid-close{
    position: absolute;
    left: 300px;
    top: -181px;
    width: 41px;
    height: 41px;
    background: url("/Public/Home/yj2017/img/index_prompt_close.png") no-repeat;
    cursor: pointer;
    z-index: 2002;
}
.index-prompt-bid-bubble{
    position: absolute;
    left: 20px;
    top: -200px;
    padding: 67px 25px 54px 46px;
    width: 250px;
    height: 125px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: url("/Public/Home/yj2017/img/index_prompt_bid_bubble.png") no-repeat;
    z-index: 2001;
}
/*报名样式*/

.banner-byh {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 200px;
    background: url(/Public/Home/yj2017/img/banner_byh.jpg) center no-repeat;
}

.banner-byh .signup {
    display: block;
    margin: 162px auto 0;
    width: 103px;
    height: 28px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #fbe7a8 0%, #ecc870 100%);
    background: #ecc870;
    color: #735404;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.apply {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 20px 55px;
    margin-left: -400px;
    margin-top: -300px;
    width: 690px;
    height: 560px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 10001;
    font-family: "微软雅黑";
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    z-index: 10000;
}
.apply .h1box{
    position: relative;
    display: block;
    width: 100%;
}
.apply h1 {
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #b70000;
}

.apply-close{
    position: absolute;
    right: -80px;
    top: -50px;
    width: 82px;
    height: 82px;
    cursor: pointer;
    z-index: 1002;
    background: url("/Public/Home/yj2017/img/rkclose.png") no-repeat;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.apply-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.apply .intro {
    text-indent: 20px;
    line-height: 25px;
}

.marT-20 {
    margin-top: 20px;
}

.marT-36 {
    margin-top: 36px;
}

.apply .tit {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

.apply_list {
    overflow: hidden;
    width: 100%;
    line-height: 36px;
}

.apply_list li {
    float: left;
    margin-right: 60px;
}

.apply .reminder {
    display: block;
    width: 100%;
    font-family: "宋体";
    font-size: 12px;
    font-weight: bold;
    color: #b70000;
    line-height: 20px;
}

.apply_dl {
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.apply_dl dt {
    float: left;
    width: 80px
}

.apply_dl .color_red {
    color: #b70000;
}

.apply_dl dd {
    float: left;
    position: relative;
    display: block;
    width: 610px;
    height: 30px;
    font-family: "宋体";
    font-size: 12px;
}

.apply_dl dd .selectop {
    position: relative;
    width: 80px;
    height: 28px;
    border: #999999 1px solid;
    cursor: pointer;
    background: url("/Public/Home/yj2017/img/arrow-opation.png") right 0 no-repeat;
}

.apply_dl dd .selectop span {
    margin-left: 5px;
    width: 50px;
    line-height: 28px;
}

.apply_dl dd .selectop .listbox {
    display: none;
    position: absolute;
    top: 29px;
    left: -1px;
    width: 80px;
    text-indent: 15px;
    border: #999999 1px solid;
    border-top: none;
    background: #fff;
    z-index: 10002;
}

.apply_dl dd .selectop .listbox li {
    line-height: 26px;
    border-bottom: 1px solid #999999;
}

.apply_dl dd p {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 15px;
    width: 510px;
}

.apply_dl dd p span {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background: url("/Public/Home/yj2017/img/arrow-apply.png") 0 14px no-repeat;
}

.applycon {
    margin-top: 15px;
    width: 100%;
}

.applycon p {
    float: left;
    line-height: 20px;
}

.applycon textarea {
    margin-left: 5px;
    width: 635px;
    height: 42px;
    border: 1px solid #999999;
}

.applybtn {
    display: block;
    margin: 20px auto;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    background: #e22a2d;
    border: none;
    background: linear-gradient(to bottom, #e22a2d 0%, #ff5659 100%);
    cursor: pointer;
}

.masking {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1005;
    width: 100%;
    height: 100%;
    display: none;
}
.banner-byh{
    width: 100%;
    height: 200px;
    background: url("/Public/Home/yj2017/img/banner_byh.jpg") center center no-repeat;
}
.banner-byh div{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 200px;
}
.banner-byh .Countdown{
    position: absolute;
    left: 507px;
    top: 120px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #fe0000;
    border-radius: 5px;
    background: #ffffff;

}
.historypreview{
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    height: 95px;
}

.historypreview p{
    padding-top: 7px;
    float: left;
    width: 51px;
    height: 88px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #ee5a4c;
}

.historypreview a{
    float: left;
    margin-left: 13px;
    width: 370px;
    height: 95px;

}
.historypreview a img{
    width: 370px;
    height: 95px;

}

.customer-center{
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    background: url("/Public/Home/yj2020/img/banner0.png") center  no-repeat;
}
.customer-gif{
    display: block;
    position: absolute;
    top:-10px;
    left: 345px;
    width: 38px;
    height: 59px;
    background: url("/Public/Home/yj2017/img/customer_gif.gif")  no-repeat;
}
.customer-center p{
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    color: #ee5a4c;

}
.customer-center a{
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
    height: 30px;
    font-size:16px;
    font-weight: bold;
    color: #fff;
    line-height: 29px;
    text-align: center;

}

/*模板*/
.moban{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top:0; left:0;
    z-index: 1001;
}
/*模板关闭*/
.mo_hide{
    width: 100px;
    height: 100px;
    position: absolute;
    top:100px;
    right:100px;
    background: #000;
    color: #fff;
    z-index: 1002;
}


.world{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    height: 228px;
    z-index: 500;
}

.football{
    width: 100%;
    height: inherit;
}

.football img{
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.football_del{
    position: absolute;
    top: 15%;
    right: 28%;
    width: 52px;
    height: 52px;
    background: url("/Public/Home/yj2017/img/worldcup_del.png") no-repeat;
    z-index: 999;
    cursor: pointer;
}

/*小助手*/
.index_assistant{
    display: inline-block;
    width: 91px;
    height: 108px;
    background: url("/Public/Home/yj2017/img/index_assistant.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -120px;
    left: 0;
}


/*首页 大卖场 title图片*/
.the_mall_service{
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 70px;
    background: url("/Public/Home/yj2017/img/index_title_dmc_bg.png") 0 center  no-repeat  ;
}
.the_mall_kefu{
    position: absolute;
    top: 28px;
    right: 153px;
    width: 186px;
    height: 43px;
    cursor: pointer;
}
.index_title_dmc{
    display: inline-block;
    width: 212px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: 10px;
    float: none;
    font-size: 24px;
    line-height: 72px;
    z-index: 1;
    background: url(/Public/Home/yj2017/img/index_title_dmc.png) no-repeat;
    background-position: center left;
}

.index_title_jm{
    display: none;
    width: 231px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 10px;
    float: none;
    font-size: 24px;
    line-height: 72px;
    z-index: 1;
    background: url(/Public/Home/yj2017/img/index_title_jm.png) no-repeat;
}


/*---------------------  首页  a 链接到 自主上传 页面 -------------------------------*/
.index_take_a_two{
    display: block;
    width: 100%;
    height: 85px;
}
/*---------------------  首页  a 链接到 自主上传 页面 -------------------------------*/

/*--------------------------------------------------------------------------------------*/
/*大卖场 hover事件 内容切换*/
.mall_bid-pagebtn{
    display: none;
    position: absolute;
    top: 290px;
    width: 60px;
    height: 60px;
    z-index: 100;
    cursor: pointer;
}
.bid-left {
    left: 10px;
    background: url(/Public/Home/yj2017/img/bid-pageleft.png) no-repeat;
}

.bid-left:hover {
    background: url(/Public/Home/yj2017/img/bid-pageleft_hover.png) no-repeat;
}

.bid-right {
    right: 0px;
    background: url(/Public/Home/yj2017/img/bid-pageright.png) no-repeat;
}

.bid-right:hover {
    background: url(/Public/Home/yj2017/img/bid-pageleft_hover.png) no-repeat;
}


/*-----------------------   首页 右侧悬浮窗 重构 样式 开始 ------------------------------*/
/*隐藏起来的 div 弹窗*/
.z_right_box{
    display: block;
    width: 100%;
    height: 37px;
}
/* logo */
.sidelist_li_one{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px 6px;
}
.sidelist_li_one:hover{
    background-color: #3d3d3d;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px 6px;
    cursor: pointer;
}
/*客服*/
.sidelist_li_two{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -26px;
}
.sidelist_li_two:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -26px;
    cursor: pointer;
}
.sidelist_li_three{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -57px;
}
.sidelist_li_three:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -57px;
    cursor: pointer;
}
.sidelist_li_four{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -87px;
}
.sidelist_li_four:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -87px;
    cursor: pointer;
}
.sidelist_li_five{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -116px;
}
.sidelist_li_five:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -116px;
    cursor: pointer;
}

/*微信公众号*/
.sidelist_li_six{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -146px;
}
.sidelist_li_six:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -146px;
    cursor: pointer;
}
/*APP 二维码*/
.sidelist_li_seven{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -178px;
}
.sidelist_li_seven:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -178px;
    cursor: pointer;
}
/* 关注 */
.sidelist_li_eight{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -212px;
}
.sidelist_li_eight:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -212px;
    cursor: pointer;
}
/* 反馈 */
.sidelist_li_nine{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -247px;
}
.sidelist_li_nine:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -247px;
    cursor: pointer;
}
/* 小助手 */
.sidelist_li_ten{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 8px -285px;
}
.sidelist_li_ten:hover{
    background-color: #E38310;
    background-image: url("/Public/Home/yj2017/img/z_right_bgs.png");
    background-repeat: no-repeat;
    background-position: 8px -285px;
    cursor: pointer;
}

/* 返回顶部 */
.sidelist_li_eleven{
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-position: 9px -320px;
}
.sidelist_li_eleven:hover{
    background-color: #E38310;
    background: url("/Public/Home/yj2017/img/z_right_bgs.png") no-repeat;
    background-repeat: no-repeat;
    background-position: 9px -320px;
    cursor: pointer;
}

.z_right_sDiv{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: #fff;
    z-index: -1;
    box-sizing: border-box;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 600;
    /*display: none;*/
}
.index_xiaozhushou{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*微信公众号*/
.WeCha{
    position: absolute;
    top: -375%;
    left: 0;
    width: 150px;
    height: 176px;
    background: #fff;
    z-index: -1;
    box-sizing: border-box;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
}
.WeCha img{
    width: 130px;
    height: 130px;
    display: inline;
}
.WeCha p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left:0;
}


/*-----------------------   首页 大卖场 添加 古玩玉器  样式开始 ------------------------------*/
/*古玩玉器 title*/
.index_antique_title{
    position: absolute;
    top: 650px;
    left: 0;
    width: 100%;
    height: 70px;
}
.index_antique_title_content{
    display: block;
    width: 100%;
    height: 100%;
    background: url("/Public/Home/yj2017/img/index_antique_title.png") no-repeat;
}
.index_antique_title_right{
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 1;
    width: 100px;
    height: 70px;
    font-size: 18px;
    color: #000;
    text-align: right;
    line-height: 85px;
    box-sizing: border-box;
    padding-right: 25px;
    background: url(/Public/Home/yj2017/img/ico_more.png) right 33px no-repeat;
}
/*古玩玉器 内容*/
.index_antique_con{
    position: absolute;
    top: 730px;
    left: 0;
    width: 100%;
    height: 640px;
    box-sizing: border-box;
    /*border: 1px #000 solid;*/
}
/*左边内容*/
.index_antique_con_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
}
.index_antique_con_left_con{
    width: 100%;
    height: 116px;
    margin: 5px 0 12px 0;
    cursor: pointer;
}
/*.index_antique_con_left_con:hover{
    -moz-box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}*/
.index_antique_con_left_con:hover .index_antique_con_left_img {
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}
.index_antique_con_left_con:after{content:""; height:0; line-height:0; display:block; visibility:hidden; clear:both;}
.index_antique_con_left_text{
    float: left;
    display: inline-block;
    height: 40px;
    /*border: 1px #000 solid;*/
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: right;
    line-height: 40px;
    box-sizing: border-box;
    margin: 25px 0 0 15px;
    /*padding: 0 0 0 15px;*/

}
.index_antique_con_left_img{
    float: right;
    width: 110px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    /*border: 1px #000 solid;*/
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}
.index_antique_con_left_img_one{
    background: url("/Public/Home/yj2017/img/index_antique_img_one.png") no-repeat;
    background-position: center;
    background-size: 47%;
}
.index_antique_con_left_img_two{
    background: url("/Public/Home/yj2017/img/index_antique_img_two.png") no-repeat;
    background-position: center;
    background-size: 80%;
}
.index_antique_con_left_img_three{
    background: url("/Public/Home/yj2017/img/index_antique_img_three.png") no-repeat;
    background-position: center;
    background-size: 95%;
}
.index_antique_con_left_img_four{
    background: url("/Public/Home/yj2017/img/index_antique_img_four.png") no-repeat;
    background-position: center;
    background-size: 62%;
}
.index_antique_con_left_img_five{
    background: url("/Public/Home/yj2017/img/index_antique_img_five.png") no-repeat;
    background-position: center;
    background-size: 80%;
}
.index_antique_con_left_one{
    background: url("/Public/Home/yj2017/img/index_antique_bg_one.png") no-repeat;
    background-size: 100% 100%;
}
.index_antique_con_left_two{
    background: url("/Public/Home/yj2017/img/index_antique_bg_two.png") no-repeat;
    background-size: 100% 100%;
}
.index_antique_con_left_three{
    background: url("/Public/Home/yj2017/img/index_antique_bg_three.png") no-repeat;
    background-size: 100% 100%;
}
.index_antique_con_left_four{
    background: url("/Public/Home/yj2017/img/index_antique_bg_four.png") no-repeat;
    background-size: 100% 100%;
}
.index_antique_con_left_five{
    background: url("/Public/Home/yj2017/img/index_antique_bg_five.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
}

/*右边内容*/
.index_antique_con_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    /*background: yellowgreen;*/
}
.index_antique_con_right a{
    position: relative;
    display: block;
    float: left;
    margin: 5px 0px 5px 10px;
}
.index_antique_con_right a:hover{
    -moz-box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.index_antique_con_right dl{
    padding: 1px 5px;
    width: 220px;
    height: 308px;
    text-align: center;
    background: #fff;
}
.index_antique_con_right dl dt{
    margin: 10px auto 0;
    width: 208px;
    height: 208px;
    overflow: hidden;
    background: #000;
}
.index_antique_con_right dl dt img{
    height: 100%;
}
.index_antique_con_right dl dd{
    margin-top: 5px;
}
.index_antique_con_right .good-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    color: #333333;
    height: 22px;
    line-height: 22px;
}

.index_antique_con_right .good-price{
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 24px;
    color: #ee5a4c;
}
.index_antique_con_right .good-price span{
    font-size: 14px;
    color: #999;
    margin-right: 5px;
}

/*-----------------------   首页 大卖场 添加 古玩玉器  样式结束 ------------------------------*/




/*-----------------------   首页 绑定微信服务号  样式开始 ------------------------------*/
.weixin_code_box{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: none;
}
.weixin_code_del{
    position: absolute;
    top: 0;
    left: 1450px;
    width: 40px;
    height: 40px;
    background: url("/Public/Home/yj2017/img/rkclose.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.weixin_code{
    position: absolute;
    top: 0;
    left: 1200px;
    width: 300px;
    height: 341px;
    background: url("/Public/Home/yj2017/img/index_weixin_code.png") no-repeat;
}

/*-----------------------   首页 绑定微信服务号  样式结束 ------------------------------*/






/*----------------------------------------------首页  佣金券活动 飘窗  开始------------------------------------*/
.index_take_box{
    position: fixed;
    bottom: 0;
    width: 100%;
    /*min-width: 1200px;*/
    /* height: 150px; */
    text-align: center;
    /* background: url("../img/index_coupon_bg3.png") no-repeat; */
    background-size: 100% 100%;
    z-index: 9999;
}

.index_take_a{
    display: inline-block;
    /*width: 1200px;*/
    height: 100%;
}

.index_take_img{
    width: 100%;
    /* height: 100%; */
    margin-right: 80px;
    display: block;
}
/*pc端 取消按钮*/
.index_take_del{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("/Public/Home/yjimg2016/rkclose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index_take_box2{
    position: fixed;
    left: -135px;
    bottom: 17px;
    width: 135px;
    height: 130px;
    background: url("/Public/Home/yj2017/img/index_coupon_bg2.png") no-repeat;
    background-size: 100%;
    z-index: 20;
    cursor: pointer;
}
/*----------------------------------------------首页  佣金券活动 飘窗  结束------------------------------------*/

.dmc_menu {
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    justify-content: space-between;
    /* background: url('/Public/Home/yj2020/img/mall-title.jpg') no-repeat left center; */
}

.dmc_menu .line.none {
    opacity: 0;
}

.dmc_menu .menu{
    width: 110px;
    /*margin-right: 20px;*/
    background-color: #d3b186;  
    position: relative;
}

.dmc_menu .menu.selected a {
    background-color: #B88F57;
    position: relative;
}

.dmc_menu .menu > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 15px;
    font-family:PingFangSC-Semibold,PingFang SC;
    height: 60px;
    color: #FFFFFF;
    /* padding: 0 35px; */
}
.dmc_menu .menu > a > em {
    font-size: 13px;
}

.dmc_menu .menu a p {
    font-size: 14px;
    line-height: 20px;
}

.dmc_flag {
    position: absolute;
    top: -20px;
    left: 25px;
}

.dmc_select {
    position: absolute;
    top: -18px;
    left: 0;
    z-index: 1;
    transition: all .3s;
    -moz-transition: all .3s;	/* Firefox */
    -webkit-transition: all .3s;	/* Safari 和 Chrome */
    -o-transition: all .3s;	/* Opera */
}


/* 大卖场 */
.tab_content .shopcontent-right_div {
    cursor: pointer;
    position: relative;
    display: block;
    width: 171px;
    height: 265px;
    box-sizing: border-box;
    padding: 10px;
    background: url(/Public/Home/yj2020/img/shop_imgss.png) no-repeat;
    background-size: 100% 100%;
    /* margin: 10px 0 10px 12px; */
    /* box-shadow: 5px 1px 18px rgba(0, 0, 0, 0.18); */
    border-radius: 6px;
    transition: all .2s linear;
}

.shopcontent-right_div:hover {
    transform: scale(1.05);
}

/* .shopcontent-right_div:hover dl {
  transform: scale(1.05);
} */

.shopcontent-right_div dl dt {
    width: 150px;
    height: 150px;
    background-color: #000000;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.shopcontent-right_div dl dt a {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: ease-in-out all 0.5s;
}

.shopcontent-right_div dl dt img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.shopcontent-right .good-name {
    height: 46px;
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.shopcontent-right_div:hover .good-name {
    color: #FF761F;
}

/* 拍卖 */
.auction .after {
    position: absolute;
    bottom: -4px;
    left: 75px;
    width: 120px;
    height: 4px;
    background-color: #F6174C;
    border-radius: 2px;
    z-index: 1;
    transition: all 0.8s;
}

.auction .bidspecial-box {
    margin-top: 10px;
}
.auction .aucid-general,.auction .aucid-particular{
    position: relative;
}
.auction .aucid-general::before,.auction .aucid-particular::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.35);
}
.auction .bidspecial-box:first-child {
    margin-top: 0;
}

.auction .bidspecial-box,.auction .bidspecial {
    display: block;
    width: 180px;
    height: 148px;
    color: #ffffff;
    position: relative;
    top: 0;
    z-index: 10;
    position: relative;
}

.auction .bidspecial-box.selected a::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 19px;
    display: none;
}

.auction .bidspecial {
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    /* padding-top: 40px; */
    transition: .5s all ease-in;
}
.auction .bidspecial-box.tonight_auction_show .bidspecial {
    background-color: rgba(255, 255, 255, 0);
}
.auction .session-name{
    font-size: 20px;
    font-family: "宋体"!important;    
    padding-top: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.auction .rating-agency{
    margin-top: 8px;
    font-size: 14px;
    white-space:nowrap;
}

.auction .bidspecial-box .right-arrow {
    width: 0;
    height: 0;
    top: 43%;
    right: -15px;
    position: absolute;
    border-top: 10px solid transparent; /* 箭头一半的高度 */
    border-bottom: 10px solid transparent; /* 箭头一半的高度 */
    border-left: 10px solid black; /* 箭头的宽度和颜色 */
    display: none;
  }

.auction .bidspecial-box.selected .right-arrow {
    display: inline-block;
}

.auction .week-auction{
    height: 30px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.auction .week-auction .weekday{
    font-size: 14px;
    margin-left: 5px;
}
/***周一金银币1979-2004***/
.auction .aucid-particular{
    /* background: url("/Public/Home/newimg/youpiaoasg2022.png") no-repeat center; */
    background: url("/Public/Home/newimg/zhengshu2025_2.png") no-repeat center;
    background-size: cover;
}
.auction .aucid-particular a{
    color:#18BDB1;
}
.auction .aucid-particular .auctionNumber{
    background-color: #18BDB1;
}
.auction .aucid-particular.selected .particular::after {
    background: url('/Public/Home/newimg/jinyinbi1979_arr2022.png') no-repeat center;
}
/* 周二熊猫金银币 */
.auction .aucid-friday {
    background: url('/Public/Home/newimg/xiongmaojinyinbi2022.png') no-repeat center;
}
.auction .aucid-friday.tonight_auction_show {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer3.jpg') no-repeat center;
}
.auction .aucid-friday a {
    color: #106833;
}
.auction .bidspecial-box.selected .friday::after {
    background: url('/Public/Home/newimg/xiongmaojinyinbi_arr2022.png') no-repeat center;
}
/* 外证章 */
.auction .aucid-mechanism {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer05.jpg') no-repeat center;
}
.auction .aucid-mechanism.tonight_auction_show {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer5.jpg') no-repeat center;
}
.auction .aucid-mechanism a {
    color: #F6BD58;
}
.auction .bidspecial-box.selected .mechanism::after {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/arrow05.svg') no-repeat center;
}
/* 周四综合场 */
.auction .aucid-orther {
    background: url('/Public/Home/newimg/jnz_waiguobi2025.png') no-repeat center;
}
.auction .aucid-orther.tonight_auction_show {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer2.jpg') no-repeat center;
}
.auction .aucid-orther a {
    color: #653FA7;
}
.auction .bidspecial-box.selected .orther::after {
    background: url('/Public/Home/newimg/zonghechang_arr2022.png') no-repeat center;
}
/* 周三金银币精选 */
.auction .aucid-picked {
    background: url('/Public/Home/newimg/jinyinbijingxuan2022.png') no-repeat center;
}
.auction .aucid-picked.tonight_auction_show {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer1.jpg') no-repeat center;
}
.auction .aucid-picked a {
    color: #E52C20;
}
.auction .bidspecial-box.selected .picked::after {
    background: url('/Public/Home/newimg/jinyinbijingxuan_arr2022.png') no-repeat center;
}
/**周四邮票专场***/
.auction .aucid-stamps{
    background: url("/Public/Home/newimg/one_2025.png") no-repeat center; 
}
.auction .aucid-stamps a {
    color: #683910;   
}
.auction .aucid-stamps .auctionNumber{
    background-color: #683910;
}
.auction .aucid-stamps.selected .stamps::after {
    background: url('/Public/Home/newimg/one-right.png') no-repeat center;
    background-size:100%;
}
/***周六邮票专场****/
.auction .aucid-ypzl,.auction .aucid-ypzl,.auction .aucid-ypzr,.auction .aucid-ypzy,.auction .aucid-ypze,.auction .aucid-ypzs{
    background: url("/Public/Home/newimg/zonghexiang2025.png") no-repeat center;
    background-size: cover;
}
.auction .aucid-ypzl a,.auction .aucid-ypzl a,.auction .aucid-ypzr a,.auction .aucid-ypzy a,.auction .aucid-ypze a,.auction .aucid-ypzs a{
    color: #649960;
}
.auction .aucid-ypzl .auctionNumber,.auction .aucid-ypzr .auctionNumber,.auction .aucid-ypzy .auctionNumber,.auction .aucid-ypze .auctionNumber,.auction .aucid-ypzs .auctionNumber{
    background-color:#649960;
}
.auction .aucid-ypzl.selected a::after,.auction .aucid-ypzr.selected a::after,.auction .aucid-ypzy.selected a::after,.auction .aucid-ypze.selected a::after,.auction .aucid-ypzs.selected a::after{
    width: 10px;
    height: 19px;
    background: url('/Public/Home/newimg/youpiaoasg_arr2022.png') no-repeat center;
    background-size: contain;
}
/* 周日生肖金银币场 */
.auction .aucid-general {
    background: url('/Public/Home/newimg/shengxiaojinyinbi2022.png') no-repeat center;
}
.auction .aucid-general.tonight_auction_show {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer4.jpg') no-repeat center;
}
.auction .aucid-general a {
    color: #00BCFF;
}
.auction .bidspecial-box.selected .general::after {
    background: url('/Public/Home/newimg/shengxiaojinyinbi_arr20222.png') no-repeat center;
    background-size: contain;
}
/***周六金银币2005-2022**/
.auction .aucid-zl{
    background: url('/Public/Home/newimg/seven_2025.png') no-repeat center;
}
.auction .aucid-zl a {
    color: #002DB2;
}
.auction .aucid-zl .auctionNumber{
    background-color: #002DB2;
}
.auction .bidspecial-box.selected .zl::after{
    background: url('/Public/Home/newimg/six-right-new.png') no-repeat center;
    background-size: contain;
}

/***周三金币**/
.auction .aucid-z3{
    background: url('/Public/Home/newimg/six_2025.png') no-repeat center;
}
.auction .aucid-z3 a {
    color: #FF9200;
}.auction .aucid-z3 .auctionNumber{
    background-color: #FF9200;
}
.auction .bidspecial-box.selected .z3::after{
    background: url('/Public/Home/newimg/six-right.png') no-repeat center;
    background-size: contain;
}

/* 我有币要出售 */
.index_theold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    background: url("https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/trailer06.jpg") no-repeat left top;
    background-size: 100%;
}

.fridayspan,
.mechanismnum,
.orthernum,
.picnum,
.generalnum, .bidspecial-box .auctionNumber {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    color: #FFF;
}
.tonight_auction_show .auctionNumber {
    color: rgba(255, 255, 255, 1);
    animation: opacity 1.5s infinite ease-in;
    -moz-animation: opacity 1.5s infinite ease-in;
    -webkit-animation: opacity 1.5s infinite ease-in;
    -o-animation: opacity 1.5s infinite ease-in;
}
@keyframes opacity
{
0%   {color: rgba(255, 255, 255, 1)}
25%   {color: rgba(255, 255, 255, .6)}
50%  {color: rgba(255, 255, 255, .3)}
75%  {color: rgba(255, 255, 255, .1)}
100% {color: rgba(255, 255, 255, .6)}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {color: rgba(255, 255, 255, 1)}
25%   {color: rgba(255, 255, 255, .6)}
50%  {color: rgba(255, 255, 255, .3)}
75%  {color: rgba(255, 255, 255, .1)}
100% {color: rgba(255, 255, 255, .6)}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%   {color: rgba(255, 255, 255, 1)}
25%   {color: rgba(255, 255, 255, .6)}
50%  {color: rgba(255, 255, 255, .3)}
75%  {color: rgba(255, 255, 255, .1)}
100% {color: rgba(255, 255, 255, .6)}
}

@-o-keyframes myfirst /* Opera */
{
0%   {color: rgba(255, 255, 255, 1)}
25%   {color: rgba(255, 255, 255, .6)}
50%  {color: rgba(255, 255, 255, .3)}
75%  {color: rgba(255, 255, 255, .1)}
100% {color: rgba(255, 255, 255, .6)}
}
/* 周三场 */
.picnum, .aucid-picked .auctionNumber {
    background-color: #E52C20;
}
/* 熊猫场 */
.fridayspan, .aucid-friday .auctionNumber {
    background-color: #106833;
}
/* 综合场 */
.orthernum,  .aucid-orther .auctionNumber {
    background-color: #653FA7;
}
/* 周日场 */
.generalnum, .aucid-general .auctionNumber {
    background-color: #00BCFF;
}
/* 外证章 */
.mechanismnum, .aucid-mechanism .auctionNumber {
    background-color: #F6BD58;
}

.datetime {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}

.auction .bidspecial-box.tonight_auction_show .bidspecial .datetime {
    font-weight: bold;
    -webkit-text-stroke: .5px #FFF;
}

.index_yjbid_title {
    display: flex;
    justify-content: center;
}

.innerbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 990px;
    margin-bottom: -30px;
}

.innerbox .a-box {
    width: 193px;
    height: 300px;
    padding:  16px 9px 0px 9px;
    background:url('/Public/Home/newimg/syjpbjt12022.png') no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 19px;
    border-radius: 8px;
    transition: all .3s ease;
}
.innerbox .a-box dt{
    width: 175px;
    height: 175px;
    margin: 0 auto;
}
.bidcontent .holdimg:hover,
.innerbox .a-box:hover{
    position: relative;
    z-index: 99999;
    transform: scale(1.05);
}
.innerbox .a-box:hover .good-name {
    color: #FF761F;
}

.innerbox .a-box dt img {
    width: 100%;
    border-radius: 6px;
}

.content-box {
    height: 290px;
    padding: 25px 20px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
}

.content-box:first-child {
    margin-top: 0;
}

.content-box .img-box .img-box-bg {
    display: block;
    width: 400px;
    height: 240px;
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/picked.png') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6A6A81;
    margin-right: 40px;
}

.content-box .img-box .name {
    font-family: SourceHanSerifSC-Heavy,SourceHanSerifSC;
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 9px;
}

.content-box .img-box .date {
    font-size: 26px;
    line-height: 37px;
}

.content-box .img-box .num {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #6A6A81;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 10px;
}

.content-box .img-box .pm {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: none;
    -webkit-animation: neon1 3s ease-in-out infinite alternate;
    -moz-animation: neon1 3s ease-in-out infinite alternate;
    animation: neon1 3s ease-in-out infinite alternate;
}

/** 熊猫币专场 **/
.content-box .img-box.friday .img-box-bg {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/friday.png') no-repeat center;
    color: #EE6F46;
}
.content-box .img-box.friday .num {
    background-color: #EE6F46;
}

/** 金银币周日场 **/
.content-box .img-box.general .img-box-bg {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/general.png') no-repeat center;
    color: #FFFFFF;
}
.content-box .img-box.general .num {
    background-color: #FFFFFF;
    color: #333333;
}

/** 周三综合场 **/
.content-box .img-box.orther .img-box-bg {
    background: url('https://yjzx2020.oss-cn-beijing.aliyuncs.com/index/img/orther.png') no-repeat center;
    color: #E3321A;
}
.content-box .img-box.orther .num {
    background-color: #E3321A;
}

.content-box .bg {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 820px;
    height: 146px;
    border-radius: 5px;
    background-color: #000000;
}

.content-box .list-box {
    display: flex;
    flex: 1;
    padding: 3px 10px;
}

.content-box .list-box li {
    width: 140px;
    margin-left: 25px;
    position: relative;
}

.content-box .list-box li:first-child {
    margin-left: 0;
}

.content-box .list-box li .thumbnail {
    width: 140px;
    height: 140px;
}

.content-box .list-box li .name {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-box .list-box li .intro {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-box .list-box li .price {
    font-size: 18px;
    font-weight: bold;
    color: #FF761F;
    line-height: 25px;
}

.content-box .list-box li .price span {
    font-size: 14px;
    line-height: 18px;
}

.content-box .list-box li a.icon {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: -6px;
}

.content-box .left_line {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #FF991F;
}

.content-box .right_line {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 50%;
    width: 0;
    height: 4px;
    background-color: #FF991F;
}

@-webkit-keyframes neon1 {
    0%   {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF1177,
        0 0 15px #FF1177,
        0 0 20px #FF1177,
        0 0 25px #FF1177,
        0 0 30px #FF1177;
    }
    33%  {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #228DFF,
        0 0 15px #228DFF,
        0 0 20px #228DFF,
        0 0 25px #228DFF,
        0 0 30px #228DFF;
    }
    66% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF9900,
        0 0 15px #FF9900,
        0 0 20px #FF9900,
        0 0 25px #FF9900,
        0 0 30px #FF9900;
    }
    100% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #ff00de,
        0 0 15px #ff00de,
        0 0 20px #ff00de,
        0 0 25px #ff00de,
        0 0 30px #ff00de;
    }
}

@-webkit-keyframes neon2 {
    from {
      text-shadow: 0 0 4px #fff,
                 0 0 12px  #fff,
                 0 0 20px  #fff,
                 0 0 28px  #228DFF,
                 0 0 45px  #228DFF,
                 0 0 60px  #228DFF,
                 0 0 75px #228DFF,
                 0 0 120px #228DFF;
    }
    to {
      text-shadow: 0 0 1px #fff,
                 0 0 3px #fff,
                 0 0 5px #fff,
                 0 0 7px #228DFF,
                 0 0 15px #228DFF,
                 0 0 20px #228DFF,
                 0 0 25px #228DFF,
                 0 0 30px #228DFF;
    }
}

@-webkit-keyframes neon6 {
    from {
      text-shadow: 0 0 4px #fff,
                 0 0 12px #fff,
                 0 0 20px #fff,
                 0 0 28px #ff00de,
                 0 0 45px #ff00de,
                 0 0 60px #ff00de,
                 0 0 75px #ff00de,
                 0 0 120px #ff00de;
    }
    to {
      text-shadow: 0 0 1px #fff,
                 0 0 3px #fff,
                 0 0 5px #fff,
                 0 0 7px #ff00de,
                 0 0 15px #ff00de,
                 0 0 20px #ff00de,
                 0 0 25px #ff00de,
                 0 0 30px #ff00de;
    }
}

@-moz-keyframes neon1 {
    0%   {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF1177,
        0 0 15px #FF1177,
        0 0 20px #FF1177,
        0 0 25px #FF1177,
        0 0 30px #FF1177;
    }
    33%  {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #228DFF,
        0 0 15px #228DFF,
        0 0 20px #228DFF,
        0 0 25px #228DFF,
        0 0 30px #228DFF;
    }
    66% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF9900,
        0 0 15px #FF9900,
        0 0 20px #FF9900,
        0 0 25px #FF9900,
        0 0 30px #FF9900;
    }
    100% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #ff00de,
        0 0 15px #ff00de,
        0 0 20px #ff00de,
        0 0 25px #ff00de,
        0 0 30px #ff00de;
    }
}

@-moz-keyframes neon2 {
    from {
        text-shadow: 0 0 4px #fff,
                   0 0 12px  #fff,
                   0 0 20px  #fff,
                   0 0 28px  #228DFF,
                   0 0 45px  #228DFF,
                   0 0 60px  #228DFF,
                   0 0 75px #228DFF,
                   0 0 120px #228DFF;
      }
      to {
        text-shadow: 0 0 1px #fff,
                   0 0 3px #fff,
                   0 0 5px #fff,
                   0 0 7px #228DFF,
                   0 0 15px #228DFF,
                   0 0 20px #228DFF,
                   0 0 25px #228DFF,
                   0 0 30px #228DFF;
      }
}

@-moz-keyframes neon6 {
    from {
      text-shadow: 0 0 4px #fff,
                 0 0 12px #fff,
                 0 0 20px #fff,
                 0 0 28px #ff00de,
                 0 0 45px #ff00de,
                 0 0 60px #ff00de,
                 0 0 75px #ff00de,
                 0 0 120px #ff00de;
    }
    to {
      text-shadow: 0 0 1px #fff,
                 0 0 3px #fff,
                 0 0 5px #fff,
                 0 0 7px #ff00de,
                 0 0 15px #ff00de,
                 0 0 20px #ff00de,
                 0 0 25px #ff00de,
                 0 0 30px #ff00de;
    }
}

@keyframes neon1 {
    0%   {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF1177,
        0 0 15px #FF1177,
        0 0 20px #FF1177,
        0 0 25px #FF1177,
        0 0 30px #FF1177;
    }
    33%  {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #228DFF,
        0 0 15px #228DFF,
        0 0 20px #228DFF,
        0 0 25px #228DFF,
        0 0 30px #228DFF;
    }
    66% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #FF9900,
        0 0 15px #FF9900,
        0 0 20px #FF9900,
        0 0 25px #FF9900,
        0 0 30px #FF9900;
    }
    100% {
        text-shadow: 0 0 1px #fff,
        0 0 3px #fff,
        0 0 5px #fff,
        0 0 7px #ff00de,
        0 0 15px #ff00de,
        0 0 20px #ff00de,
        0 0 25px #ff00de,
        0 0 30px #ff00de;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 4px #fff,
                   0 0 12px  #fff,
                   0 0 20px  #fff,
                   0 0 28px  #228DFF,
                   0 0 45px  #228DFF,
                   0 0 60px  #228DFF,
                   0 0 75px #228DFF,
                   0 0 120px #228DFF;
      }
      to {
        text-shadow: 0 0 1px #fff,
                   0 0 3px #fff,
                   0 0 5px #fff,
                   0 0 7px #228DFF,
                   0 0 15px #228DFF,
                   0 0 20px #228DFF,
                   0 0 25px #228DFF,
                   0 0 30px #228DFF;
      }
}

@keyframes neon6 {
    from {
      text-shadow: 0 0 4px #fff,
                 0 0 12px #fff,
                 0 0 20px #fff,
                 0 0 28px #ff00de,
                 0 0 45px #ff00de,
                 0 0 60px #ff00de,
                 0 0 75px #ff00de,
                 0 0 120px #ff00de;
    }
    to {
      text-shadow: 0 0 1px #fff,
                 0 0 3px #fff,
                 0 0 5px #fff,
                 0 0 7px #ff00de,
                 0 0 15px #ff00de,
                 0 0 20px #ff00de,
                 0 0 25px #ff00de,
                 0 0 30px #ff00de;
    }
}
/***首页新增邮票专区banner***/
.stamps-bannerview{
    background: #ffffff;
    padding-top: 40px;
}
.stamps-bannerview-inner{
    width: 1200px;
    margin: 0 auto;
    background-size: contain;
}
.stamps-bannerview-inner img{
    max-width: 100%;
}
/**首页拍卖快速入口**/
.quickentry-inner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.quickentry-inner .screenings {
    width: 168px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
}
.quickentry-inner .inprogress{
    font-size: 32px;
    color: #fff;
}
.quickentry-inner .remain-view{
    font-size: 32px;
    color: #fff;
    margin-left: auto;
}
.quickentry-inner .remaining {
    font-size: 42px;
    font-weight: bold;
    color: #E52C20;
    position: static;
    padding: 0 15px;
}
.quickentry-inner .text1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'SourceHanSerifSC-Heavy';
    color: #FFFFFF;
    width: 530px;
    margin: 0 10px;
    text-align: center;
}
/*** 改为12个专场***/
/* .session-left-view{
    width: 180px;
}
.sessionleft-item{
    width: 180px;
    height: 151px;
    background: #999999;
}
.content-center{
    width: 781px;
    background: #2e88eb;
}
.session-right-view .bidspecial-box.selected a::after{
   left: -18px;
   transform: rotateY(180deg);
}
.session-right-view .bidspecial-box .pushpin{
    left: 5px;
} */
/***首页重要提示****/
.webshade{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0,0,0.4);
    z-index: 201;
    display: none;
}
.move-popview{
    width: 500px;
    height: 602px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    border-radius: 5px;
    border-radius: 10px;
}
.move-popview .topbg{
    width: 100%;
    height: 154px;
    background: url(../img/moveremind_topbg.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15PX;
}
.move-popviewinner{
    padding:0 18px;
}
.move-popview p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}
.move-popview p .redcolor{
    color: #DA3C2D;
}
.btnview .iknowbtn{
    width: 130px;
    height: 36px;
    background-image: linear-gradient(#EF6F59,#DA3C2D);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 7px;
    cursor: pointer;
}
.btnview .iknowbtn.dis{
    background: #d8d8d8;
    cursor: default;
}

