.bg1 {
    background-color: #f9f9f9;
}

/*商品列表*/
.proList {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
}

.proList-nav {
    width: 106px;
    height: 100%;
    overflow: hidden;
    padding: 0 3px;
}

.proList-nav > ul {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.proList-nav > ul > li {
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    background-color: #eeeeee;
    align-self: center;
    padding: 5px 0;
    line-height: 30px;
    border-radius: 30px;
    margin: 10px 0;
    text-align: center;
}

.proList-nav > ul > li.current {
    background-color: #000000;
    color: #ffffff;
}

.proList-nav > .btn-search > a {
    width: 100%;
    height: 100%;
    display: block;
    color: #2b2b2b;
}

.btn-search > a > span {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.proList-con {
    width: calc(100% - 105px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0;
}

.pro-brand-con {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

.pro-brand-con > li, .pro-con > li {
    width: 33.33%;
    overflow: hidden;
    float: left;
    margin: 5px 0;
    padding: 0 5px;
}

.pro-brand-con > li > a, .pro-con > li > a {
    display: block;
    outline: none;
}

.pro-brand-con > li > a > div, .pro-con > li > a > div {
    width: 100%;
    background-color: #ffffff;
}

.pro-brand-con > li > a > div > img, .pro-con > li > a > div > img {
    width: 100%;
    display: block;
}

.pro-brand-con > li > a > p, .pro-con > li > a > h4 {
    width: 100%;
    height: 28px;
    overflow: hidden;
    color: #2b2b2b;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

#more {
    float: right;
}

.pro-con {
    width: 94%;
    margin: 5px 2% 0;
}

.pro-con > li {
    width: 48%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0;
    position: relative;
}

.pro-con > li .pro-sign {
    width: 50px;
    height: 21px;
    position: absolute;
    z-index: 9;
    top: -1px;
    left: 0;
}

.pro-con > li .pro-sign img {
    width: 100%;
    display: block;
}

.indexPro-img {
    width: 100%;
    position: relative;
}

.indexPro-img img {
    width: 100%;
    display: block;
    border-radius: 6px 6px 0 0;
}

.discount-flag {
    width: 120px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    bottom: 5px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
    padding: 0 0 0 3px;
    line-height: 20px;
}

.discount-flag > span {
    font-size: 14px;
}

.pro-con > li:nth-child(2n) {
    margin-left: 4%;
}

.pro-con > li h3 {
    width: 112px;
    height: 18px;
    overflow: hidden;
    font-size: 12px;
    margin: 5px 2px;
    border: 1px solid #000000;
    font-weight: normal;
}

.pro-con > li h3 span {
    padding: 0 3px;
    background: -moz-linear-gradient(left, #474747 0%, #000000 100%);
    background: -webkit-linear-gradient(to left, #474747 0%, #000000 100%);
    background: -o-linear-gradient(left, #474747 0%, #000000 100%);
    background: linear-gradient(to left, #474747 0%, #000000 100%);
    color: #ffffff;
    display: inline-block;
}

.pro-con > li h3 b {
    padding: 0 3px 0 0;
    color: #000000;
    margin: 0;
    font-weight: normal;
}

.pro-con > li > a > h4 {
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0 5px;
    text-align: left;
}

.pro-con > li > a > p {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    color: #2b2b2b;
    font-size: 12px;
    padding: 0 5px;
}

.pro-con > li > a p.line-through {
    text-decoration: line-through;
    color: #b2b2b2;
}

.pro-con > li > a p > s {
    color: #ef0213;
}

.pro-con > li > a p.line-through > s {
    color: #b2b2b2;
}

.pro-con > li > a p > s > u {
    font-size: 14px;
}

.proList-search-box {
    width: 96%;
    margin: 10px auto;
    background-color: #f3f3f3;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
}

.proList-search-box span {
    width: 40px;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.proList-search-box input[type="search"] {
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #f3f3f3;
    -webkit-appearance: none; /*去除input默认样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*去除点击高亮的颜色*/
    outline: none;
    border: none;
    font-size: 14px;
    color: #707070;
}

/*二级搜索页面*/
.search-box {
    width: 90%;
    margin: 10px auto;
    background-color: #f3f3f3;
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 10px;
}

.search-box span {
    width: 40px;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.search-box input[type="search"] {
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #f3f3f3;
    -webkit-appearance: none; /*去除input默认样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*去除点击高亮的颜色*/
    outline: none;
    border: none;
    font-size: 14px;
    color: #707070;
}

.search-tab {
    width: 96%;
    margin: 5px auto;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    padding: 10px 0 0;
}

.search-tab > li {
    width: 30%;
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
}

.search-tab > li.current {
    color: #2b2b2b;
}

.search-tab > li > span {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

.search-list {
    width: 100%;
    overflow: hidden;
    padding: 10px 2%;
    margin: 10px auto;
    background-color: #ffffff;
}

.search-list > li {
    width: calc(50% - 5px);
    float: left;
    overflow: hidden;
    margin: 5px 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 8px;
}

.search-list > li:nth-child(2n-1) {
    margin-right: 10px;
}

.search-list > li .pro-sign {
    width: 80px;
    height: 34px;
    position: absolute;
    z-index: 9;
    top: -1px;
    left: 0;
}

.search-list > li .pro-sign img {
    width: 100%;
    display: block;
}

.search-list > li > a {
    display: block;
}

.search-list > li > a > div:first-child {
    width: 100%;
    overflow: hidden;
}

.search-list > li > a > div:first-child > img {
    width: 100%;
    display: block;
}

.search-list > li > a > h4 {
    width: 100%;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #2b2b2b;
    line-height: 18px;
    padding: 3px 5px;
}

.search-list > li > a > h5 {
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: normal;
    line-height: 20px;
}

.search-list > li > a > div:last-child {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #2b2b2b;
}

.search-list li > a p {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 20px;
    padding: 0 5px 5px;
}

.search-list li > a p.line-through {
    text-decoration: line-through;
    color: #b2b2b2;
}

.search-list li > a p > s {
    color: #7045e5;
}

.search-list li > a p.line-through > s {
    color: #b2b2b2;
}

.search-list li > a p > s > u {
    font-size: 16px;
}

.search-list li h3 {
    width: 117px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    margin: 5px;
    border: 1px solid #7045e5;
    font-weight: normal;
}

.search-list li h3 span {
    padding: 0 5px;
    background: -moz-linear-gradient(right, #6a3fc7 10%, #824ef6 100%);
    background: -webkit-linear-gradient(to right, #6a3fc7 10%, #824ef6 100%);
    background: -o-linear-gradient(right, #6a3fc7 10%, #824ef6 100%);
    background: linear-gradient(to right, #6a3fc7 10%, #824ef6 100%);
    color: #ffffff;
    display: inline-block;
}

.search-list li h3 b {
    padding: 0 5px 0 0;
    color: #7045e5;
    margin: 0;
    font-weight: normal;
}

/*商品详情*/
/*轮播位置*/
.details-top-box {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.swiper-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.details-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dCarousel-box {
    width: 100%;
}

.dCarousel-box img {
    width: 100%;
    display: block;
}

.details-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
}

.details-pagenation .swiper-pagination-bullet {
    width: 36px;
    height: 1px;
    background: #c4c4c4;
}

.details-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    height: 3px;
    background: #2b2b2b;
    border-radius: 10px;
}

.details-tit {
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    line-height: 24px;
}

.details-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
    padding: 10px 3%;
    background-color: #ffffff;
}

.details-price h3 {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    margin: 5px 0;
    font-weight: normal;
}

.details-label {
    width: 117px;
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    border: 1px solid #000000;
    margin-right: 5px;
    font-size: 12px;
}

.details-label span {
    padding: 0 5px;
    background: -moz-linear-gradient(left, #474747 0%, #000000 100%);
    background: -webkit-linear-gradient(to left, #474747 0%, #000000 100%);
    background: -o-linear-gradient(left, #474747 0%, #000000 100%);
    background: linear-gradient(to left, #474747 0%, #000000 100%);
    color: #ffffff;
    display: inline-block;
}

.details-label b {
    padding: 0 5px 0 0;
    color: #000000;
    margin: 0;
    font-weight: normal;
}

.details-label2 {
    color: #2b2b2b;
    line-height: 20px;
}

.details-price > p {
    width: 100%;
    font-size: 12px;
}

.details-price > p b {
    color: #000000;
    margin-right: 10px;
}

.details-price > p b span, .details-price p s span {
    font-size: 18px;
}

.details-price > p i {
    font-style: normal;
    color: #b2b2b2;
    text-decoration: line-through;
}

.details-price p s {
    padding: 5px 5px;
    background-color: #eb5d23;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
}

.details-logistics {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 3%;
}

.details-mode, .details-route {
    width: 100%;
    margin: 10px auto;
    color: #2b2b2b;
}

.details-mode .box {
    width: calc(100% - 48px);
}

.details-mode s, .details-route s {
    width: 38px;
    display: block;
    color: #989898;
    margin-right: 10px;
}

.details-mode span {
    font-size: 16px;
}

.details-mode span:before {
    color: #b2b2b2;
}

/*.details-mode b {*/
/*    font-weight: normal;*/
/*    border-right: 1px solid #b2b2b2;*/
/*    padding-right: 5px;*/
/*    margin-right: 5px;*/
/*}*/

.details-mode .box > span {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    float: right;
}

.details-mode .box > span:before {
    color: #2b2b2b;
}

.details-route {
    margin: 25px auto;
}

.details-route .box {
    width: calc(100% - 40px);
}

.details-route .con {
    width: 100%;
    font-size: 12px;
    color: #eb5d23;
    overflow: hidden;
}

.details-route .con div span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.details-route .con .span-bg {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #eb5d23;
    text-align: center;
}

.details-route .con .span-bg.bg2 {
    background-color: #b2b2b2;
}

.details-route .con .span-bg span {
    font-size: 12px;
    margin-top: -5px;
}

.details-route .con .span-bg span:before {
    color: #ffffff;
}

.details-route .con .sub {
    width: calc(100% - 40px);
}

.details-route .con .h1, .details-route .con .h2 {
    width: calc(50% - 10px);
    height: 4px;
    background-color: #eb5d23;
}

.details-route .con .h2 {
    background-color: #b2b2b2;
}

.details-route .con .sub2 {
    width: calc(100% - 120px);
}

.details-route .con .h3 {
    width: 60px;
    height: 4px;
    background-color: #eb5d23;
}

.details-route .con p {
    line-height: 16px;
}

.details-route .con .p1 {
    width: 70px;
}

.details-route .con .p2 {
    width: calc(100% - 110px);
    text-align: center;
}

.details-route .con .p2_2 {
    width: calc(100% - 150px);
    text-align: center;
}

.details-route .con .p3, .details-route .con .p3_2 {
    width: 40px;
    text-align: right;
    color: #2b2b2b;
}

.details-route .con .p4 {
    width: 40px;
    text-align: center;
}

.details-operate {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 0;
}

.details-operate > div {
    width: 100%;
    overflow: hidden;
    padding: 10px 5%;
    font-size: 14px;
}

.details-l {
    width: 60px;
    overflow: hidden;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
}

.details-l span {
    width: 20px;
    height: 20px;
    font-size: 18px;
    display: block;
    margin: 0 3px 0 0;
    float: left;
}

.details-r {
    width: calc(100% - 65px);
}

.details-r > ul > li {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    border: 1px solid #eeeeee;
}

.details-r > ul > li.specs-tip {
    background-color: #eeeeee;
    text-align: center;
    font-size: 12px;
}

.details-r > ul > li > img {
    width: 100%;
    display: block;
}

.details-r > ul > span {
    font-size: 16px;
    float: right;
    vertical-align: middle;
    margin: 20px 0 0;
}

.details-r > s {
    margin: 0 3px;
    font-size: 12px;
    color: #989898;
}

.details-r > u {
    color: #989898;
}

.details-r > span {
    font-size: 16px;
    float: right;
}

.activity-con {
    font-size: 12px;
    margin-bottom: 10px;
}

.activity-con > div:first-child {
    width: 50px;
    padding: 3px 0;
    border-radius: 10px;
    background-color: #fff2cf;
    color: #eb5d23;
    text-align: center;
    margin: 0 6px 0 0;
    font-size: 12px;
}

.activity-con > p {
    width: calc(100% - 60px);
    font-size: 12px;
}

.activity-con > p a {
    color: #2b2b2b;
}

.activity-con b {
    padding: 3px 6px;
    background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    margin: 0 0 5px 5px;
    display: inline-block;
}

.pro-details-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
}

.pro-details-box img {
    width: 100%;
    display: block;
}

.pro-buy-box {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    background-color: #ffffff;
}

.pro-buy-box h4 {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.pro-buy-box h4 span {
    width: 5px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 10px 2px 0;
    background-color: #eb5d23;
}

.pro-buy-nav {
    width: 96%;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 0 0 0 15px;
}

.pro-buy-nav li {
    width: 20%;
    overflow: hidden;
    margin: 0 2% 0 0;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
}

.pro-buy-nav li.current {
    background-color: #eb5d23;
    color: #ffffff;
}

.pro-buy-text {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 15px;
}

/*规格弹出*/
.specs-pop-box-bg, .specs-pop-box-bg2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.specs-pop-box {
    width: 100%;
    height: 80%;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
}

.specs-pop {
    width: 100%;
    padding: 10px 0 0 0;
    background-color: #ffffff;
}

.specs-box {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding: 0 10px 8px;
}

.specs-img {
    width: 110px;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.specs-img > img {
    width: 100%;
    display: block;
}

.specs-info {
    width: calc(100% - 120px);
    overflow: hidden;
}

.specs-info > h4 {
    width: 100%;
    height: 64px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #2b2b2b;
}

.specs-info > .price-info {
    width: 100%;
    line-height: 24px;
}

.specs-info > .price-info > b {
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    margin-right: 10px;
}

.specs-info > .price-info > b s {
    font-size: 16px;
}

.specs-info > .price-info > span {
    color: #b1b1b1;
    font-size: 12px;
}

.specs-info > .current {
    width: 100%;
    color: #2b2b2b;
}

.specs-con {
    width: 96%;
    overflow: hidden;
    margin: 10px auto;
    color: #2b2b2b;
    padding: 0 10px;
}

.specs-con > h4 {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
}

.specs-con > h4 > span {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.specs-label {
    width: 100%;
    max-height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #eeeeee;
}

.specs-label > div {
    padding: 3px 8px;
    background-color: #eeeeee;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.specs-label > div.current {
    background-color: #000000;
    color: #ffffff;
}

.specs-label > div > img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.specs-label > div > span {
    line-height: 20px;
}

.num-con {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 10px;
    /*border-bottom: 1px solid #eeeeee;*/
}

.num-box {
    width: 130px;
    height: 30px;
    overflow: hidden;
    float: right;
}

.add, .reduce {
    width: 40px;
    height: 30px;
    font-size: 16px;
    border: none;
    background-color: #ffffff;
    display: block;
    outline: none;
}

.counted {
    width: 48px;
    height: 28px;
    text-align: center;
    border: 1px solid #808080;
}

.limits-box {
    width: 130px;
    margin-right: 2%;
    padding-right: 15px;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #ef0213;
}

.add-shop-box {
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1002;
    bottom: 0;
    left: 0;
}

.add-shop-box > button {
    width: 90%;
    padding: 5px 0;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background-color: #eb5d23;
    color: #ffffff;
    border-radius: 40px;
    border: none;
}

.add-shop-box > button[disabled] {
    background-color: #a7a7a7;
}

/*底部操作条*/
.shop-info-icon {
    width: 50px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.shop-info-icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.shop-info-icon span {
    font-size: 30px;
    vertical-align: middle;
}

.shop-info-icon a span:before {
    color: #232323;
}

.shop-info-icon i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    display: block;
    z-index: 1000;
    top: 10px;
    right: 14px;
    text-align: center;
    line-height: 20px;
    background-color: #ff0000;
    color: #ffffff;
    font-style: normal;
    font-size: 12px;
}

.shop-add-btn {
    width: calc(50% - 50px);
    margin: 10px 5px;
    padding: 5px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 30px;
}

.shop-add-btn.bg1 {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.shop-add-btn.bg2 {
    background-image: -moz-linear-gradient(135deg, #ffc437, #f16635);
    background-image: -webkit-linear-gradient(135deg, #ffc437, #f16635);
    background-image: -o-linear-gradient(135deg, #ffc437, #f16635);
    background-image: linear-gradient(135deg, #ffc437, #f16635);
    color: #ffffff;
    border: none;
}

.shop-sell-out {
    width: calc(100% - 150px);
    margin: 10px 5px 10px 50px;
    padding: 5px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    border: 1px solid #a7a7a7;
    background-color: #a7a7a7;
    border-radius: 30px;
}

.tip-sell-out {
    width: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 25%;
    display: none;
}

.tip-sell-out img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.csPop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 500px;
    display: none;
}

.csIframe {
    width: 100%;
    height: 490px;
    border: none;
}

.csBtn {
    width: 120px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    background-color: #eb5d23;
    color: #ffffff;
    position: absolute;
    z-index: 9999;
    top: calc(100% - 550px);
    left: calc(50% - 60px);
    line-height: 36px;
    font-size: 14px;
    border-radius: 20px;
    display: none;
}

/*秒杀*/
.seckill-box {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
}

.seckill-box.seckill-will {
    background-color: #eb5d23;
    color: #ffffff;
}

.seckill-flag {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 10px;
}

.seckill-flag img {
    width: 100%;
    display: block;
}

.seckill-text {
    width: calc(65% - 70px);
    height: 70px;
    padding: 10px 18px 10px 0;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    background: url("../images/seckill-img2.jpg") top right no-repeat;
    background-size: 18px 70px;
}

.seckill-box.seckill-will .seckill-text {
    background: url("../images/seckill-img3.jpg") top right no-repeat;
    background-size: 18px 70px;
}

.seckill-text h4 {
    font-weight: normal;
}

.seckill-text h4 span {
    font-size: 20px;
}

.seckill-text p {
    text-decoration: line-through;
}

.seckill-time {
    width: 35%;
    height: 70px;
    overflow: hidden;
    background-color: #eb5d23;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

.seckill-box.seckill-will .seckill-time {
    background-color: #f2f2f2;
    color: #9b9b9b;
}

.seckill-time h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.seckill-time-con {

}

.seckill-time-con b {
    display: inline-block;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 3px;
}

.seckill-box.seckill-will .seckill-time-con b {
    background-color: #9b9b9b;
}

/*秒杀列表*/
.seckill-top {
    width: 100%;
    overflow: hidden;
}

.seckill-top img {
    width: 100%;
    display: block;
}

.seckillList-ul {
    width: 94%;
    overflow: hidden;
    margin: -65px auto 0;
    z-index: 5;
}

.seckillList-ul li {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.seckill-pro-img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    padding: 10px;
    background-color: #ffffff;
}

.seckill-pro-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.seckill-pro-info {
    width: calc(100% - 110px);
    height: 110px;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    background-color: #ffffff;
}

.seckill-pro-info h4 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.seckill-pro-info h4 a {
    color: #252525;
}

.seckill-pro-price {
    width: calc(100% - 80px);
}

.seckill-pro-price h5 {
    font-size: 12px;
    font-weight: normal;
    color: #ff9000;
    line-height: 20px;
}

.seckill-pro-price p {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #9f9f9f;
}

.seckill-pro-price p u {
    color: #ef0213;
}

.seckill-pro-price p u span {
    font-size: 16px;
}

.seckill-pro-price p s {
    text-decoration: line-through;
    margin-left: 10px;
}

.btn-seckill {
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: none;
    font-size: 14px;
    background-color: #eb5d23;
    border-radius: 5px;
    color: #ffffff;
}

.btn-seckill.bg2 {
    color: #ffffff;
    background: url("../images/seckill-btn-bg1.png") no-repeat 10px 8px #ef0213;
    background-size: 15px 23px;
    text-indent: 15px;
}

.btn-seckill.bg3 {
    color: #707070;
    background: url("../images/seckill-btn-bg2.png") no-repeat 10px 8px #d4d4d4;
    background-size: 15px 23px;
    text-indent: 15px;
}
