@charset "utf-8";
/* ================================ */
/* 商城抢购页面独立样式定义 				*/
/* Author:			heilong		*/
/* 	*/
/* Create Date:		Aug-10-2012		*/
/* Retrofit Date:	Aug-10-2012		*/
/* ================================ */
body { background-color: #FEFEFE;}
.nc-appbar-tabs a.compare { display: none !important;}/*抢购页面去除侧边栏对比*/
/* 按钮
-------------------------------------------*/
a.ncg-btn-mini { font: normal 12px/20px "Cholima"; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border-style: solid; border-width: 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; cursor: pointer;}
a:hover.ncg-btn-mini { text-decoration: none; color: #333; background-color: #E6E6E6;border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;}
a.ncg-btn { font: normal 14px/20px "Cholima"; color: #777; background-color: #F5F5F5; text-align: center; display: inline-block; height: 20px; padding: 4px 16px; border: solid 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; cursor: pointer;}
a:hover.ncg-btn { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;}
a.ncg-btn-mini i, a.ncg-btn i { margin-right: 4px;}
a.ncg-btn-blue, a.ncg-btn-acidblue, a.ncg-btn-green, a.ncg-btn-orange, a.ncg-btn-red, a.ncg-btn-black,
a:hover.ncg-btn-blue, a:hover.ncg-btn-acidblue, a:hover.ncg-btn-green, a:hover.ncg-btn-orange, a:hover.ncg-btn-red, a:hover.ncg-btn-black { color: #FFF ; text-shadow: 0 -1px 0 rgba(0,0,0,0.10);}
a.ncg-btn-blue { background-color: #006DCC; border-color: #0062B7 #0062B7 #005299 #0062B7;}
a.ncg-btn-acidblue { background-color: #49AFCD; border-color: #429DB8 #429DB8 #37839A #429DB8;}
a.ncg-btn-green { background-color: #5BB75B; border-color: #52A452 #52A452 #448944 #52A452;}
a.ncg-btn-orange { background-color: #FAA732; border-color: #E1962D #E1962D #BB7D25 #E1962D;}
a.ncg-btn-red { background-color: #DA4F49; border-color: #C44742 #C44742 #A33B37 #C44742;}
a.ncg-btn-black { background-color: #363636; border-color: #313131 #313131 #282828 #313131;}
a:hover.ncg-btn-blue { background-color: #0044CC; border-color: #003DB7 #003DB7 #003399 #003DB7;}
a:hover.ncg-btn-acidblue { background-color: #2F96B4; border-color: #2A87A2 #2A87A2 #237087 #2A87A2;}
a:hover.ncg-btn-green { background-color: #51A351; border-color: #499249 #499249 #3D7A3D #499249;}
a:hover.ncg-btn-orange { background-color: #F89406; border-color: #DF8505 #DF8505 #BA6F04 #DF8505;}
a:hover.ncg-btn-red { background-color: #BD362F; border-color: #AA312A #AA312A #8E2823 #AA312A;}
a:hover.ncg-btn-black { background-color: #222222; border-color: #1F1F1F #1F1F1F #191919 #1F1F1F;}

/*抢购顶部名称以及地区选择列表*/
.ncg-header { width: 1000px; height: 0; margin: 0 auto; position: relative; z-index: 999;}
.ncg-header .title { background-color: #FFF; position: absolute; z-index: 1; top: -156px; left: 230px;}
.ncg-header .title h1 { font: normal 20px/28px "Cholima"; color: #333; vertical-align: middle; display: inline-block; *display: inline/*IE7*/; height: 28px; *zoom: 1;}


/*抢购顶部内容//zmr>v30*/
.ncg-topbar { margin:0 auto; }
.ncg-topbar-wrapper { color: #FFF; width: 1200px; margin: 0 auto; position: relative; }
.ncg-topbar-wrapper .news-container {
    position: absolute;
    width: 540px;
    height: 28px;
    background: white;
    top: 75px;
    right: 100px;
    border-radius: 16px;
    border: 1px solid #1e8efe;
}
.ncg-topbar-wrapper .news-container .left-bell {
    position: relative;
    width: 72px;
    height: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
    background: #1e8efe;
    z-index: 3;
}
.ncg-topbar-wrapper .news-container .left-bell img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
}
.ncg-topbar-wrapper .news-container marquee {
    position: absolute;
    top: 4px;
    left: 48px;
    color: black;
    width: 90%;
    font-size: 14px;
}
.ncg-topbar-wrapper .time-limit-xianshi {
    width: 50%;
}
.ncg-topbar-wrapper .bundling-xianshi {
    width: 50%;
    margin-left: -16px;
}
.ncg-topbar-wrapper .time-limit-xianshi:hover {
    text-decoration: none;
}
.ncg-topbar-wrapper .bundling-xianshi:hover {
    text-decoration: none;
}
.ncg-topbar-wrapper .time-limit-xianshi .service-title {
    clip-path: polygon(0% 100%, 95% 100%, 100% 0%, 0% 0%);
}
.ncg-topbar-wrapper .bundling-xianshi .service-title {
    clip-path: polygon(5% 100%, 100% 100%, 100% 0%, 0% 0%);
}
.ncg-topbar-wrapper .time-limit-xianshi .xianshi-service.selected .service-title {
    clip-path: polygon(0% 100%, 100% 100%, 95% 0%, 0% 0%);
}
.ncg-topbar-wrapper .bundling-xianshi .xianshi-service.selected .service-title {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 5% 0%);
}
.ncg-topbar-wrapper .service-menu {
    display: flex;
    border-bottom: solid 3px #1e8efe;
}
.ncg-topbar-wrapper .xianshi-service {
    position: relative;
}
.ncg-topbar-wrapper .xianshi-service .back-square {
    width: 40px;
    height: 40px;
    background: #5ea0ff;
    border: 1px solid white;
    border-radius: 4px;
    transform: rotate(45deg);
}
.ncg-topbar-wrapper .xianshi-service .service-title {
    padding: 2px 8px;
    background: #f3f3f3;
    font-size: 17px;
    text-align: center;
    color: #666;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.ncg-topbar-wrapper .xianshi-service.selected .back-square {
    background: white;
    border: 1px solid #5ea0ff;
}
.ncg-topbar-wrapper .xianshi-service.selected:hover .back-square {
    background: lightcyan;
}
.ncg-topbar-wrapper .xianshi-service.selected .service-title {
    background: #1e8efe;
    color: white;
}

.ncg-topbar-wrapper .title { font-family: "Cholima", serif; font-size: 0; line-height: 36px; color: #FFCFBF; *word-spacing:-1px/*IE6、7*/; height: 36px; float: left; padding: 4px 0 0 5px; }
.ncg-topbar-wrapper .title h2,
.ncg-topbar-wrapper .title .city { font-size: 22px; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom: 1;}
.ncg-topbar-wrapper .title .city { font-size: 14px; margin-left: 8px; *zoom: 1; cursor: pointer;}
.ncg-topbar-wrapper .title .city a h3 { color: #FFCFBF; display: inline-block; *display: inline/*IE7*/; *zoom: 1;}
.ncg-topbar-wrapper .title .city a:hover { text-decoration: none;}
.ncg-topbar-wrapper .title .city a:hover h3 { color: #FFF;}
.ncg-topbar-wrapper .title .city a i.arrow { font-size: 0; line-height: 0; vertical-align: middle; display: inline-block; *display: inline/*IE7*/ width: 0; height: 0; margin: 0 2px; border-style: solid dashed dashed; border-width: 5px; border-color: #FFCFBF transparent transparent; *zoom: 1;}
.ncg-topbar-wrapper .list { background-color: #0084ff; width: 300px; border: 2px solid #0084ff; position: absolute; z-index: 2; top: 42px; left: 0;}
.ncg-topbar-wrapper .list a.close { font: bold 12px/14px Verdana; color: #0084ff; text-align: center; float: right; width: 14px; height: 14px; margin: 2px 2px 0 0;}
.ncg-topbar-wrapper .list a.close:hover { text-decoration: none;}
.ncg-topbar-wrapper .list ul { width: 280px; float: left;}
.ncg-topbar-wrapper .list ul li { font: 14px/20px "Cholima"; text-align: center; width: 60px; display: inline-block; *display: inline/*IE7*/; padding: 6px 3px; *zoom: 1;}
.ncg-topbar-wrapper .nav-menu { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 24px; float: left; margin: 10px 0 6px 15px; overflow: hidden;}
.ncg-topbar-wrapper .nav-menu li { font-size: 14px; line-height: 20px; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding-left: 14px; margin-right: 15px; border-left: dotted 1px #0084ff; *zoom: 1;}
.ncg-topbar-wrapper .nav-menu li a { font-weight: 600; color: #FFCFBF; display: block; padding: 2px 8px; border-radius: 14px;}
.ncg-topbar-wrapper .nav-menu li a.current,
.ncg-topbar-wrapper .nav-menu li a:hover { color: #0084ff; text-decoration: none; background-color: #FFCFBF;}

.ncg-container { min-height: calc(100vh - 534px ); width: 1200px; margin: 0 auto 0 auto; padding-top: 10px; border-bottom: 1px solid #1e8efe; background-color: white;}
.ncg-container .bundling-item {
    display: flex;
    justify-content: space-between;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 12px;
    margin-top: 12px;
}
.ncg-container .bundling-item .bundling-goods {
    display: flex;
    align-items: center;
    position: relative;
}
.ncg-container .bundling-goods .bundling-goods-item {
    position: relative;
}
.ncg-container .bundling-goods .bundling-goods-item .inner-square {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border: 1px solid white;
    border-radius: 12px;
}
.ncg-container .bundling-goods .bundling-goods-item a {
    text-decoration: none;
}
.ncg-container .bundling-goods .bundling-goods-item img {
    width: 150px;
    height: 150px;
    border: 2px solid #1e8efe;
    border-radius: 16px;
}
.ncg-container .bundling-goods .plus {
    font-size: 28px;
    margin: 0 12px;
}
.ncg-container .bundling-summary {
    width: 150px;
    height: 150px;
    border-radius: 16px;
    display: flex;
    position: relative;
    background: url("../images/bundling-bg.png");
}
.ncg-container .bundling-summary .total_is {
    font-size: 28px;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.ncg-container .bundling-summary .percent {
    position: absolute;
    top: 20px;
    width: 100%;
}
.ncg-container .bundling-summary .discount-percent {
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #3b3b3b, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #1e8efe, #3b3b3b);
    color: white;
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
}
.ncg-container .bundling-summary .discount-percent.foreign {
    top: 45px;
    background: linear-gradient(90deg, #3b3b3b, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #ff5a00, #3b3b3b);
}
.ncg-container .bundling-summary .price-info {
    display: flex;
    justify-content: space-around;
    width: 89%;
    font-size: 15px;
    font-family: Helvetica;
    padding: 8px;
    position: absolute;
    top: 45%;
}
.ncg-container .bundling-summary .native-price {
    flex: 1;
    text-align: center;
}
.ncg-container .bundling-summary .native-price .discount-price {
    color: #0084ff;
}
.ncg-container .bundling-summary .native-price .cost-price {
    text-decoration: line-through;
    margin-top: 6px;
}
.ncg-container .bundling-summary .foreign-price {
    flex: 1;
    text-align: center;
}
.ncg-container .bundling-summary .foreign-price .discount-price {
    color: #f55653;
}
.ncg-container .bundling-summary .foreign-price .cost-price {
    text-decoration: line-through;
    margin-top: 6px;
}
.ncg-container .item {
    width: 100%;
    height: 260px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
    display: flex;
    background: #9e9e9e;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
}
.ncg-container .item .xianshi-image {
    width: 400px;
    height: 258px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 6px;
    position: relative;
    border: 1px solid white;
}
.ncg-container .item .title-container {
    width: 100%;
    height: 48px;
    background: #1e8efe;
    position: absolute;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ncg-container .item .title-wrapper {
    width: 100%;
    height: 36px;
    background: white;
    position: absolute;
    top: 6px;
    font-size: 16px;
    color: #ff201f;
    text-align: center;
    line-height: 36px;
}
.ncg-container .item .title-line {
    height: 4px;
    border-bottom: 2px solid #1e8efe;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
}
.ncg-container .item .white-back {
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    width: 350px;
    height: 40px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    border-bottom-left-radius: 4px;
}
.ncg-container .item .red-back {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff5a00;
    width: 348px;
    height: 38px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    border-bottom-left-radius: 4px;
}
.ncg-container .item .date-range {
    position: absolute;
    bottom: 8px;
    right: 100px;
    color: white;
    font-size: 16px;
    z-index: 5;
    font-family: Helvetica;
}
.ncg-container .item .remain-time {
    position: absolute;
    bottom: 7px;
    left: 4px;
    color: white;
    font-size: 16px;
    z-index: 5;
    font-family: Arial;
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.ncg-container .item .remain-time div {
    width: 24px;
    height: 24px;
    background: white;
    color: black;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncg-container .item img { height: 100%; margin: auto; width: 100%; }
.ncg-container .item .item-content {
    margin-left: 1px;
    display: flex;
    column-gap: 1px;
    overflow-x: auto;
    flex-grow: 1;
    width: 0;
}
.ncg-container .item .item-content .sub-cate-card {
    background: white;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    margin-bottom: 1px;
    text-decoration: none;
    width: 182.6px;
}
.ncg-container .item .item-content .sub-cate-card .pin-img {
    position: absolute;
    width: 24px;
    height: 42px;
    left: 16px;
    top: 2px;
    z-index: 5;
}
.ncg-container .item .item-content .sub-cate-card .cate-img-container {
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0 1px 3px 0 #888585;
    height: 84%;
    position: relative;
}
.ncg-container .item .item-content .sub-cate-card .cate-img-container .count {
    position: absolute;
    color: white;
    background: #ff201f;
    font-size: 16px;
    font-family: "Cholima";
    right: 4px;
    bottom: 16px;
    padding: 2px 8px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ncg-container .item .item-content .sub-cate-card .cate-img-container .image-content {
    border: 2px solid #1e8efe;
    border-radius: 4px;
    height: 99%;
}
.ncg-container .item .item-content .sub-cate-card .sub-cate-name {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #1e8efe;
}
.ncg-container .xianshi-title {
    margin-top: 16px;
    text-align: center;
    color: #ff201f;
    font-size: 20px;
}
.ncg-container .xianshi-description {
    font-size: 14px;
    color: #616161;
    margin: 12px auto;
    max-width: 900px;
    text-align: center;
}
.ncg-container .time-info {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}
.ncg-container .time-info .date-range {
    padding: 2px 16px;
    background: #ff5a00;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    font-family: Helvetica;
}
.ncg-container .time-info .remain-time {
    display: flex;
    align-items: center;
    column-gap: 4px;
    color: #5ea0ff;
}
.ncg-container .time-info .remain-time div {
    width: 24px;
    height: 24px;
    background: #ff5a00;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncg-container .sub-cate-list {
    max-width: 1000px;
    display: flex;
    margin: 24px auto;
    padding: 12px 0 12px 8px;
    border-top: 1px solid #5ea0ff;
    border-bottom: 1px solid #5ea0ff;
    gap: 8px;
    flex-wrap: wrap;
}
.ncg-container .sub-cate-list .sub-cate-card {
    background: #f3f3f3;
    border-radius: 4px;
    padding: 8px;
    width: 176px;
    height: 250px;
    position: relative;
    text-decoration: none;
}
.ncg-container .sub-cate-list .sub-cate-card:hover {
    background: #1e8efe;
}
.ncg-container .sub-cate-list .sub-cate-card:hover .sub-cate-name {
    color: white;
}
.ncg-container .sub-cate-list .sub-cate-card .pin-img {
    position: absolute;
    width: 24px;
    height: 42px;
    left: 16px;
    top: 2px;
    z-index: 5;
}
.ncg-container .sub-cate-list .sub-cate-card .cate-img-container {
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0 1px 3px 0 #505050;
    height: 84%;
    background: white;
    position: relative;
}
.ncg-container .sub-cate-list .sub-cate-card .cate-img-container .count {
    position: absolute;
    color: white;
    background: #ff201f;
    font-size: 16px;
    font-family: "Cholima";
    right: 4px;
    bottom: 16px;
    padding: 2px 8px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ncg-container .sub-cate-list .sub-cate-card .cate-img-container img {
    width: 99%;
    height: 99%;
    border: 2px solid #1e8efe;
    border-radius: 4px;
}
.ncg-container .sub-cate-list .sub-cate-card .sub-cate-name {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
    color: #1e8efe;
}
/*抢购进行状态导航*/
.ncg-nav { border-bottom: solid 2px #0084ff;}
.ncg-nav ul { font-size: 0; *word-spacing:-1px/*IE6、7*/;}
.ncg-nav ul li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; margin-left: 10px; overflow: hidden; box-shadow: 1px 0 1px rgba(0,0,0,0.05); *zoom: 1;}
.ncg-nav ul li a { font: normal 14px/20px "Cholima"; color: #777; background-color: #FFF; display: block; height: 20px; padding: 5px 12px; border: solid #D7D7D7; border-width: 1px 1px 0 1px;}
.ncg-nav ul li a:hover { color: #0084ff;}
.ncg-nav ul li.current a,
.ncg-nav ul li.current a:hover { font-weight: 600; text-decoration: none; color: #FFF; background-color: #0084ff; border-color: #0084ff; cursor: default;}
/*抢购索引*/
.ncg-screen { background-color: #FFF; padding: 9px; margin: 10px 0; border: solid 1px #E6E6E6; overflow: hidden;}
.ncg-screen dl { font-size: 0; *word-spacing:-1px/*IE6、7*/; display:block; clear: both; padding: 6px; border-bottom: dotted 1px #E6E6E6;}
.ncg-screen dl:last-child { border-bottom: 0;}
.ncg-screen dl dt { font: bold 12px/22px Arial, "宋体"; vertical-align: top; letter-spacing: normal; word-spacing: normal; text-align: right; display: inline-block; *display: inline/*IE7*/; width: 60px; *zoom: 1;}
.ncg-screen dl dd { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; margin: 0 8px; *zoom: 1;}
.ncg-screen dl dd a { font: normal 12px/20px Arial, "宋体"; color: #666; display: block; height: 20px; padding: 1px 6px;}
.ncg-screen dl dd a:hover, .ncg-screen dl dd.selected a { color: #FFF; text-decoration: none; background-color: #0084ff;}
.ncg-screen ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #FAFAFA; display:block; clear: both; padding: 6px; margin: 5px 0 0 60px; border: solid 1px #F0F0F0;}
.ncg-screen li { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; margin: 0 8px; *zoom: 1;}
.ncg-screen li a { color: #999;}
.ncg-screen li.selected a { text-decoration: none; color: #0084ff; font-weight: 600;}
.ncg-screen li a:hover { text-decoration: none; color: #0084ff;}

.ncg-screen .dc { text-align: right; background: url(../images/group_bg.png) no-repeat right -50px; width: 210px; height:50px; float: right; clear: left; padding: 5px 60px 5px 10px;}
.ncg-screen .dc h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #555;}
.ncg-screen .dc p { font-size: 16px; padding: 5px;}
.ncg-screen .dc p span { font-family: Verdana, Geneva, sans-serif; color: #F60; font-weight: 600; padding-right: 2px; padding-left: 2px;}
.ncg-sortord dd.selected a.asc i { background: url(../images/group_bg.png) no-repeat 0 0; vertical-align: middle; display: inline-block; width: 8px; height: 8px; margin-left: 4px;}
.ncg-sortord dd.selected a.desc i { background: url(../images/group_bg.png) no-repeat -8px 0; vertical-align: middle; display: inline-block; width: 8px; height: 8px; margin-left: 4px;}


.ncg-content { width: 973px; float: right;}
.group-list { width: 100%; overflow: hidden; }
.group-list ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 972px; margin: 1px; }
.group-list li { font-size: 12px; background-color: #FFF; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display:inline/*IE7*/; width: 324px; border: solid 1px #E7E7E7; margin: -1px; *zoom:1;}
.group-list li .ncg-list-content { width: 280px; height: 296px; padding: 21px 21px 21px 22px; border-style: solid; border-width: 0 1px 1px 0; border-color: transparent #E6E6E6 #E6E6E6 transparent; position: relative;}
.group-list li .ncg-list-content { transition: border-color 0.4s ease-in-out 0s;}
.group-list li .ncg-list-content:hover { padding: 20px 21px; border: solid 1px #0084ff; box-shadow: 0 0 3px rgba(204,204,204,0.9);}
.group-list li.history .ncg-list-content:hover { border-color: #555;}
.group-list li.soon .ncg-list-content:hover { border-color: #396;}
.ncg-list-content .pic-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 290px; height: 193px; overflow: hidden;}
.ncg-list-content .pic-thumb img { max-width: 280px; max-height: 193px; margin-top:expression(193-this.height/2); *margin-top:expression(96-this.height/2)/*IE6,7*/;}
.ncg-list-content .title { display: block; width: 100%; height: 38px; margin: 10px auto 0 auto; overflow: hidden; }
.ncg-list-content .title a { font: normal 15px/19px "Cholima"; color: #555; text-align: left;}
.ncg-list-content .title a:hover { text-decoration: none; color: #000;}
.ncg-list-content .title a span { font: lighter 11px/14px "Cholima"; color: #FFF; background-color: #BA7538; vertical-align: middle; display: inline-block; height: 14px; padding: 1px 3px 0 3px; margin-right: 6px; border-radius: 3px; -webkit-text-size-adjust:none;}
.ncg-list-content .item-prices { margin-top: 15px; position: relative; z-index: 1; overflow: hidden;}
.ncg-list-content .item-prices .price { font: 700 32px/36px "Cholima", Arial; color: #F04C44; text-overflow: ellipsis; white-space: nowrap; max-width: 125px; height: 36px; float: left; overflow: hidden;}
.ncg-list-content .item-prices .price i { font-weight: lighter; font-size: 20px; line-height: 24px; vertical-align: bottom; *vertical-align: auto; display:inline-block; *display: inline/*IE7*/; margin-right: 2px; zoom: 1;}
.ncg-list-content .item-prices .price em { font-weight: 600; font-size: 20px; line-height: 24px; vertical-align: bottom; *vertical-align: auto; display:inline-block; *display: inline/*IE7*/;margin-left: 2px; zoom: 1;}
.ncg-list-content .item-prices .dock { width: 70px; height: 40px; float: left; margin-left: 8px; position: relative;}
.ncg-list-content .item-prices .limit-num { font: 600 12px/20px "Cholima"; color: #C30; background:url(../images/group_bg.png) no-repeat 0 -10px; width: 50px; height: 20px; padding: 2px 0 1px 12px; position: absolute; top: 0; left: 0;}
.ncg-list-content .item-prices .orig-price { line-height: 16px; display: block; position: absolute; bottom: 0; left: 8px;}
.ncg-list-content .item-prices .sold-num { font: normal 14px/36px "Cholima", Arial; color: #999; float: right;}
.ncg-list-content .item-prices .sold-num em { font-size: 16px; font-weight: 700; color: #396; margin: 0 2px;}
.ncg-list-content:hover .sold-num { display: none;}
.ncg-list-content .item-prices .buy-button { font: normal 16px/20px "Cholima"; color: #FFF; background-color: #FF0000; text-align: center; display: block; width: 80px; height: 20px; padding: 5px 0; position: absolute; right: 0; bottom: 5px; opacity: 0; filter: alpha(opacity=0)/*IE*/;
    transition: opacity 0.4s ease-in-out 0s;}
.history .ncg-list-content .item-prices .buy-button { background-color: #555;}
.soon .ncg-list-content .item-prices .buy-button { background-color: #396;}
.ncg-list-content:hover .buy-button { opacity: 1; filter: alpha(opacity=100)/*IE*/;
}
.ncg-list-content:hover .buy-button:hover { text-decoration: none;}

.ncg-recommend-title { padding: 5px; margin-bottom: 15px; border-bottom: solid 2px #0084ff;}
.ncg-recommend-title h3 { font: 600 16px/20px "Cholima", Arial; color: #0084ff; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/;}
.ncg-recommend-title .more { text-decoration: none; color: #999; float: right;}
.norecommend { text-align: center; margin: 100px auto;}

/*抢购详情页面左侧内容*/
.ncg-layout-l { width: 980px; float: left; overflow: hidden;}
.ncg-main { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#0C000000', endColorstr='#0C000000');background:rgba(0,0,0,0.05); padding: 5px; margin-bottom: 20px;}
.ncg-group { background-color: #FFF; padding: 20px; border: solid 1px #D7D7D7;}
.ncg-group h2 { font: 20px/24px "Cholima"; color: #333; height: 24px; margin-bottom: 6px; overflow: hidden;}
.ncg-group h2 span { font: 12px/16px "Cholima"; color: #FFF; background-color: #BA7538; vertical-align: middle; display: inline-block; height: 16px; padding: 2px 6px; margin-right: 6px; border-radius: 3px; }
.ncg-group h3 { font: normal 16px/24px "Cholima"; color: #999; height: 24px; margin-bottom: 6px; overflow: hidden;}
/*抢购信息*/
.ncg-item { position: relative; z-index: 1; zoom: 1;}
.ncg-item .pic { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 440px; height: 293px; float: right; border: solid 2px #0084ff; overflow: hidden;}
.ncg-item .pic img { max-width: 440px; max-height: 293px; margin-top:expression(193-this.height/2); *margin-top:expression(96-this.height/2)/*IE6,7*/;}
.ncg-item .button { background-color: #0084ff; display:block; width: 505px; height: 80px; position: absolute; top: 0; left: -21px; z-index: 9;}
.ncg-item .button span { font: normal 24px/40px "Cholima", Arial; color: #FFF; max-width: 150px; float: left; margin: 20px 0 0 20px; overflow: hidden;}
.ncg-item .button span em { font: 700 32px/40px "Cholima", Arial; margin-left: 4px;}
.ncg-item .button a { font: 600 20px/28px "Cholima"; text-shadow: 0 1px 0 rgba(255,255,255,0.5); color: #630; background-color: #FC0; text-align: center; width: 100px; height: 28px; float: right; padding: 6px 0; margin: 20px 20px 0 0; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 0 rgba(0,0,0,0.25); cursor: pointer;}
.ncg-item .button a:hover { text-decoration: none; color: #000; margin: 21px 19px 0 0; box-shadow: none;}
.ncg-item .info { background-color: #FFF; width: 504px; overflow: hidden; position: absolute; z-index:1; top: 90px; left: -20px;}
.ncg-item .info .prices { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 306px; margin: 10px auto 10px -1px;}
.ncg-item .info .prices dl { font: normal 12px/20px arial; vertical-align: top; letter-spacing: normal; word-spacing: normal; text-align: center; display: inline-block; *display: inline/*IE7*/; width: 101px; border-left: dotted 1px #D7D7D7; zoom: 1;}
.ncg-item .info .prices dl dt { color: #555; height: 20px; margin-bottom: 5px;}
.ncg-item .info .prices dl dd { font-size: 14px; }
.ncg-item .info .prices dl dd del { text-decoration: line-through; color: #999;}
.ncg-item .info .prices dl dd em { font-weight: 600; color: #0084ff;}
.ncg-item .info .trim { background: url(../images/group_bg.png) repeat 0 -40px; width: 100%; height: 20px;}
.ncg-item .info .require { background-color: #F9F9F9; text-align: center; display: block; padding: 9px 0 0 0;}
.ncg-item .info .require h4 { font-size: 14px; font-weight: 600;}
.ncg-item .info .require h4 em { font: 600 18px/20px Cholima; color: #0084ff; margin: 0 4px;}
.ncg-item .info .require p { color: #999; height: 20px; padding: 5px 0;}
.ncg-item .info .require p em { font: normal 12px/20px Cholima; color: #0084ff; margin: 0 2px;}
.ncg-item .info .time { font: normal 14px/20px "Cholima"; background-color: #F9F9F9; text-align: center; display: block; height: 20px; padding: 20px 0; border-bottom: solid 2px #CCC;}
.ncg-item .info .time i { font-size: 16px; margin-right: 4px;}
.ncg-item .info .time span { font-size: 16px; margin: 0 2px;}
/*浮动条*/
.sticky .floating-bar { display: block; width: 780px; height: 50px; margin-left: -500px; position: fixed; _position: relative; top: 0; left: 50%; z-index:999; box-shadow: 0 2px 2px rgba(0,0,0,0.2);}
.floating-bar { background-color: #FFF; display: none; overflow: hidden;}
.floating-bar .button { background-color: #0084ff; display: inline-block; *display: inline/*IE7*/; width: 305px; height: 50px; *zoom:1;}
.floating-bar .button span { font: normal 24px/30px "Cholima", Arial; color: #FFF; max-width: 150px; float: left; margin: 10px 0 0 20px; overflow: hidden;}
.floating-bar .button span em { font: 700 32px/30px "Cholima", Arial; margin-left: 4px;}
.floating-bar .button a { font: 600 20px/24px "Cholima"; text-shadow: 0 1px 0 rgba(255,255,255,0.5); color: #630; background-color: #FC0; text-align: center; width: 100px; height: 24px; float: right; padding: 4px 0; margin: 8px 20px 0 0; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 0 rgba(0,0,0,0.25); cursor: pointer;}
.floating-bar .button a:hover { text-decoration: none; color: #000; box-shadow: none;}
.floating-bar .prices { font-size: 0; *word-spacing:-1px/*IE6、7*/; white-space: nowrap; vertical-align: top; display: inline-block; *display: inline/*IE7*/; margin: 8px 0 0 0; overflow: hidden; zoom: 1;}
.floating-bar .prices dl { font: normal 12px/18px arial; vertical-align: top; letter-spacing: normal; word-spacing: normal; text-align: center; display: inline-block; *display: inline/*IE7*/; width: 110px; margin-left: -1px; border-left: dotted 1px #D7D7D7; zoom: 1;}
.floating-bar .prices dl dt { color: #555; height: 18px;}
.floating-bar .prices dl dd del { text-decoration: line-through; color: #999;}
.floating-bar .prices dl dd a { color: #005EA6;}
/*结束未开始等状态*/
.close .ncg-item .pic,
.not-start .ncg-item .pic,
.not-verify .ncg-item .pic { border-color: #777;}
.close .button,
.not-start .button,
.not-verify .button { background-color: #777;}
.close .button a,
.not-start .button a,
.not-verify .button a { color: #333; background-color: #CCC;}
.close .info .require p,
.not-start .info .require p,
.not-verify .info .require p { visibility: hidden;}
/*抢购介绍详情*/
.ncg-title-bar { margin-top: 7px;}
.ncg-title-bar ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #FCFCFC; border: solid 1px #D7D7D7;}
.ncg-title-bar ul li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; }
.ncg-title-bar ul li { *display: inline/*IE6,7*/;}
.ncg-title-bar ul li a { font: normal 14px/20px "Cholima"; text-decoration:none; color:#777; background-color: #F5F5F5; display: block; padding: 6px 15px 5px 15px; border-style: solid; border-color: #D7D7D7; border-width: 0 1px 0 0;}
.ncg-title-bar ul li.tabs-selected { margin: -7px 0 -1px -1px;}
.ncg-title-bar ul li.tabs-selected a { color: #0084ff; background-color: #FFF; padding: 11px 15px 6px 15px; border-style: solid; border-color: #0084ff #DDD transparent #DDD; border-width: 2px 1px 0 1px ;}
/*商品信息*/
.ncg-detail-content { font-size: 12px; line-height: 20px; color: #555; padding: 0; border: solid #D7D7D7; border-width: 0 1px 1px; overflow: hidden;}
.ncg-detail-content.hide { display: none; visibility: hidden;}
.ncg-intro { padding: 15px; min-height: 100px;}
.ncg-intro img { max-width: 740px;}
/*线下抢使用说明*/
.ncg-instructions { font-size: 14px; background-color: #FEFEED; padding: 9px; margin: 20px; border: solid 1px #E5E5E5; }
.ncg-instructions h4 { font-weight: 600; color: #FFF; background-color: #0084ff; display: inline-block; *display: inline; padding: 4px 12px; *zoom: 1;}
.ncg-instructions ul { color: #777; margin-top: 10px;}
.ncg-instructions li { line-height: 24px;}
.ncg-instructions li time { color: #F60; margin: 0 4px;}
.ncg-instructions li strong { color: #333; margin: 0 4px;}


/*购买记录*/
.ncg-buyer thead th { font-weight: 600; text-align: center; height: 20px; padding: 6px;}
.ncg-buyer td { line-height: 28px; color: #555; text-align: center;}
/*评价详情*/
.ncg-evaluate { padding: 9px;}
.ncg-evaluate .rate { line-height: 20px; color: #0084ff; vertical-align: middle; display: inline-block; *display: inline; *zoom:1; margin: 10px 40px 10px 20px;}
.ncg-evaluate .rate strong { font: lighter 40px/40px arial; vertical-align: bottom;}
.ncg-evaluate .rate sub { font: 16px/20px arial; vertical-align: bottom; margin-right: 6px;}
.ncg-evaluate .rate span { color: #999; display: block; clear: both;}
.ncg-evaluate .percent { vertical-align: middle; display: inline-block; *display: inline; *zoom:1;}
.ncg-evaluate .percent dl { font-size: 0; *word-spacing:-1px/*IE6、7*/;}
.ncg-evaluate .percent dt { font-size: 12px; line-height: 20px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 100px; height: 20px;}
.ncg-evaluate .percent dt { *display: inline/*IE6,7*/;}
.ncg-evaluate .percent dt em { color: #999; margin-left: 4px;}
.ncg-evaluate .percent dd { background-color: #F5F5F5; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 100px; height: 14px; margin: 3px 0;}
.ncg-evaluate .percent dd { *display: inline/*IE6,7*/;}
.ncg-evaluate .percent dd i { background-color: #0084ff; display: block; height: 14px;}
.ncg-evaluate .btns { vertical-align: middle; display: inline-block; *display: inline; *zoom:1; height: 60px; padding-left: 30px; margin-left: 100px; border-left: dotted 1px #E6E6E6;}
/*评价详情-列表*/
.ncg-evaluate-main { padding: 20px 0 0 0; margin-top: 10px; border-top: solid 1px #E6E6E6;}
.ncg-evaluate-floor { margin: 0 40px 0 60px; border-left: solid 3px #F5F5F5; position: relative; z-index: 1;}
.ncg-evaluate-floor .user-avatar { background-color: #F2F2F2; width: 40px; height: 40px; border-radius: 20px; position: absolute; z-index: 1; top: 0; left: -20px; }
.ncg-evaluate-floor .user-avatar a { text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 40px; height:40px; border-radius: 20px; overflow: hidden;}
.ncg-evaluate-floor .user-avatar a img { max-width: 40px; max-height: 40px; margin-top:expression(40-this.height/2); *margin-top:expression(20-this.height/2); border-radius: 20px;}
.ncg-evaluate-floor .detail { margin: 10px 0 0 30px;}
.ncg-evaluate-floor .detail dt { display: block; margin-bottom: 10px; overflow: hidden;}
.ncg-evaluate-floor .detail dt .user-name { font: bold 12px/20px "Cholima"; color: #AAA; float: left;}
.ncg-evaluate-floor .detail dt time { color: #CCC; float: right;}
.ncg-evaluate-floor .detail dd { color: #999; margin-bottom: 10px;}
.ncg-evaluate-floor .detail dd span { color: #555;}
.ncg-evaluate-floor .detail dd.explain { color: #0084ff; background-color: #FFC; border: dotted 1px #FEF4B1;}
.ncg-evaluate-floor .detail .photos-thumb { font-size: 0; *word-spacing:-1px/*IE6、7*/; vertical-align: middle; display: inline-block;}
.ncg-evaluate-floor .detail .photos-thumb li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; text-align: center; width: 44px; margin-right: 6px; *zoom: 1;}
.ncg-evaluate-floor .detail .photos-thumb a { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 40px; height: 40px; padding: 1px; border: solid 1px #E6E6E6; overflow: hidden;}
.ncg-evaluate-floor .detail .photos-thumb a:hover { border-color: #0084ff;}
.ncg-evaluate-floor .detail .photos-thumb a img { max-width: 40px; max-height: 40px; margin-top:expression(40-this.height/2); *margin-top:expression(20-this.height/2)/*IE6,7*/;}

/*聚合页banner切换*/
.ncg-slides-banner { width: 970px; height: 300px; position: relative; z-index: 1;}
.full-screen-slides { width: 100%; height: 100%; position: relative; z-index: 1;}
.full-screen-slides img { max-width: 970px; max-height: 300px;}
.full-screen-slides li { background-repeat: no-repeat; background-position: center top; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0;}
.full-screen-slides-pagination { font-size: 0; *word-spacing:-1px/*IE6、7*/; text-align: center; display: block; list-style:none; width: 100px; height: 10px; margin-left: -50px; position: absolute; z-index: 9; bottom: 15px; left: 50%;}
.full-screen-slides-pagination li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display:inline/*IE6、7*/; list-style:none; width: 12px; height: 12px; margin-left: 8px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BF000000', endColorstr='#BF000000');background:rgba(0,0,0,0.75); overflow: hidden; border-radius: 6px; cursor: pointer; *zoom: 1;}
.full-screen-slides-pagination a { width:100%; height:100%; padding:0; margin:0; text-indent: -9999px;}
.full-screen-slides-pagination .current { background: #FFF; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);}




/*抢购详情页面右侧内容*/
.ncg-layout-r { width: 210px; float: right;}
/*店铺信息*/
.ncg-store { margin-bottom: 10px;}
.ncg-store .title { font: 700 14px/20px "Cholima"; color: #FFF; background-color: #0084ff; height: 20px; padding: 8px 10px;}
.ncg-store .content { background-color: #FFF; border: solid #D7D7D7; border-width: 0 1px 1px;}
.ncg-store-info { }
.ncg-store-info dl { font-size: 0; *word-spacing:-1px/*IE6、7*/; border-bottom: solid 1px #D7D7D7;}
.ncg-store-info dl dt, .ncg-store-info dl dd { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; height: 20px; padding: 6px 0; zoom:1;}
.ncg-store-info dl dt { color: #555; text-align: right; width: 35%;}
.ncg-store-info dl dd { width: 65%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ncg-store-info dl dd.auto { height: auto; white-space: normal;}

.ncg-store-info .all-rate .rating { background: url(../images/2014grate.png) no-repeat 0 -18px ; vertical-align: middle; display: inline-block;  *display: inline/*IE7*/; width: 79px; height: 17px; zoom: 1;}
.ncg-store-info .all-rate .rating span { background: url(../images/2014grate.png) no-repeat 100% 0; display: block; height: 18px;}
.ncg-store-info .all-rate em { color: #DA542E; font-weight: 600; vertical-align: middle; margin: 0 5px;}
.ncg-store-info .detail-rate { width: 90%; margin: 0 auto; border-bottom: dotted 1px #D7D7D7;}
.ncg-store-info .detail-rate h5 { color: #777; height: 20px; padding: 6px 0;}
.ncg-store-info .detail-rate h5 strong { font-weight: 700; margin-right: 40px;}
.ncg-store-info .detail-rate li { color: #999; height: 20px; padding: 4px 0 4px 8px;}
.ncg-store-info .detail-rate .credit { color: #555; display: inline-block;  width: 35px; margin-left: 4px;}
.ncg-store-info .detail-rate .high { color: #DA542E; display: inline-block;}
.ncg-store-info .detail-rate .high i { background: url(../images/2014grate.png) no-repeat 0 -40px; vertical-align: middle; display: inline-block; width: 9px; height: 8px; margin-right: 4px;}
.ncg-store-info .detail-rate .high em { color: #FFF; background-color: #DA542E; text-align: center; display: inline-block; width: 40px; margin-left: 2px;}
.ncg-store-info .detail-rate .equal { color: #DA542E; display: inline-block;}
.ncg-store-info .detail-rate .equal i { background: url(../images/2014grate.png) no-repeat -18px -40px; vertical-align: middle; display: inline-block; width: 9px; height: 8px; margin-right: 4px;}
.ncg-store-info .detail-rate .equal em { color: #FFF; background-color: #DA542E; text-align: center; display: inline-block; width: 40px; margin-left: 2px;}
.ncg-store-info .detail-rate .low { color: #28B779; display: inline-block;}
.ncg-store-info .detail-rate .low i { background: url(../images/2014grate.png) no-repeat -9px -40px; vertical-align: middle; display: inline-block; width: 9px; height: 8px; margin-right: 4px;}
.ncg-store-info .detail-rate .low em { color: #FFF; background-color: #28B779; text-align: center; display: inline-block; width: 40px; margin-left: 2px;}
.ncg-store-info .goto { background-color: #F7F7F7; text-align: center; padding: 8px 0;}
.ncg-store-info .goto a { font: normal 14px/20px "Cholima"; background-color: #FEFEFE; display: inline-block; padding: 5px 10px; border: solid 1px #E6E6E6;}
.ncg-store-info .goto a:hover { color: #FFF; text-decoration: none; background-color: #0084ff; border-color: #0084ff;}
.ncg-store-info .map { margin: 5px; width: 198px; height: 200px; position: relative; z-index: 1;}
.ncg-store-info .map .window { width: 198px; height: 200px; position: absolute; z-index: 1; top: 0; left: 0;}
.ncg-store-info .map:hover .window { display: block; width: 298px; height: 300px; border: solid 1px #0084ff; top: -52px; left: -51px; box-shadow: 4px 4px 0 rgba(153,153,153,0.25); transition:ease-in-out 0.5s;}

/*侧边推荐抢购*/
.ncg-module-sidebar { margin-bottom: 10px;}
.ncg-module-sidebar .title { font: 700 14px/20px "Cholima"; color: #0084ff; height: 20px; padding: 8px 10px; border: solid 1px #D7D7D7;}
.ncg-module-sidebar .content { background-color: #FFF; border: solid #D7D7D7; border-width: 0 1px 1px;}
.ncg-module-sidebar .content .nothing { text-align: center; padding: 50px 0; color: #CCC;}
.ncg-group-command { width: 190px; margin: 0 auto;}
.ncg-group-command dl { width: 100%; padding-bottom: 8px; border-top: solid 1px #D7D7D7; overflow: hidden;}
.ncg-group-command dt.name { line-height: 18px; height: 36px; overflow: hidden; padding: 5px 0;}
.ncg-group-command dt.name a { color: #555;}
.ncg-group-command dt.name a:hover { color: #0084ff;}
.ncg-group-command .pic-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 190px; height: 163px; overflow: hidden;}
.ncg-group-command .pic-thumb img { max-width: 190px; max-height: 163px; margin-top:expression(163-this.height/2); *margin-top:expression(81-this.height/2)/*IE6,7*/;}
.ncg-group-command .item { background-color: #F7F7F7; padding: 8px 0;}
.ncg-group-command .item .price { font-weight: 600; color: #0084ff; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 50px; margin-left: 8px; overflow: hidden; zoom: 1;}
.ncg-group-command .item .buy { vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 75px; overflow: hidden; zoom: 1; margin-left: 8px;}
.ncg-group-command .item .buy em { font-weight: 600; color: #0084ff; margin-right: 2px;}
.ncg-group-command .item a { line-height: 16px; color: #FFF; background-color: #0084ff; display: inline-block; *display:inline/*IE7*/; float: right; padding: 2px 4px; margin-right: 5px; border-radius: 3px; zoom: 1; margin-top: 10px;}
.ncg-group-command .item a:hover { background-color: #CA3300; text-decoration: none;}
/*无内容*/
.no-buyer { font: lighter 14px/24px "Cholima"; color: #999; text-align: center; padding: 80px 0;}
.no-content { font: lighter 18px/24px "Cholima"; color: #999; text-align: center; padding: 180px 0;}
/* 翻页样式 */
.pagination{ padding: 2px; float: right; margin: 20px 20px 0; }
.pagination ul{ margin: 0; padding: 0; font-size: 12px; text-align: left;}
.pagination ul li { display: flex; justify-content: center; width: 22px; overflow: hidden; border-left: solid 1px #1e8efe; list-style-type: none; float: left;}
.pagination ul li:nth-child(1), .pagination ul li:nth-child(2), .pagination ul li:nth-last-child(1), .pagination ul li:nth-last-child(2) { color: #1e8efe; border-radius: 5px; border: none; background-color: transparent; }
.pagination ul li:nth-child(2), .pagination ul li:nth-last-child(2) { margin-inline: 3px; }
.pagination ul li:nth-child(3) { border: none; border-bottom-left-radius: 5px; border-top-left-radius: 5px; }
.pagination ul li:nth-last-child(3) { border-bottom-right-radius: 5px; border-top-right-radius: 5px; }
.pagination li span { font-weight: bold; display: flex; justify-content: center; width: 22px; cursor: pointer; font-size: 12px; line-height: 20px; color: #676767; list-style-type: none; float: left; padding: 0px 5px; }
.pagination ul li:nth-child(1) a span, .pagination ul li:nth-child(2) a span, .pagination ul li:nth-last-child(1) a span, .pagination ul li:nth-last-child(2) a span { color: #1e8efe; }
.pagination li a span , .pagination li a:visited span{ color: #6C92AD; text-decoration: none; border-color: #AEB9B9; cursor:pointer; }
.pagination li a:hover span, .pagination li a:active span{ color: #DB7C1E; background-color: #FFEFCE; border-color: #DB7C1E; cursor:pointer; }
.pagination li span.currentpage{ color:#FFF; font-weight: bold;  background-color: #1e8efe; border-color: #1e8efe; }
.pagination ul li span:hover { background: #1e8efe; color: white !important; }