.actNav {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 14px;
}

.actNav a {
    color: #333;
}

.actNav span {
    color: #ccc;
    padding: 0 10px;
}

.actNav em {
    color: #828282;
    font-style: normal;
}

.promotion {
    overflow: hidden;
}

.promotion .banner {
    position: relative;
}

.promotion .banner .bg {
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    height: 326px;
    overflow: hidden;
}

.promotion .banner::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/activity/oml.jpg?v=2') no-repeat 0 0;
    transform: scaleX(2000);
}

.promotion .banner::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 2000px;
    background: url('../img/activity/oml.jpg?v=2') no-repeat 100% 0;
    transform: scaleX(2000);
    top: 0;
    z-index: 1;
}

/*商品列表 start*/
.goodsList {
    width: 1360px;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding: 10px;
    margin: 22px auto 0;
    background: url('../img/activity/oml-ghead.png?v=1') no-repeat 0 0;
    background-size: 1360px;
    padding-top: 67px;
    background-color: #EDF6FF;
}

.goodsList .goodsItem {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    border: 1px solid #F2F4F9;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.goodsList .imgCtx {
    position: relative;
    flex-shrink: 0;
}

.goodsList .imgCtx .link {
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.goodsList .imgCtx .link .brand {
    position: absolute;
    width: 66px;
    height: 32px;
    right: 0;
    top: 0;
}

.goodsList .imgCtx .link .pic {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}

.goodsList .imgCtx .rfts {
    width: 128px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 2px 2px 6px 6px;
    background: rgba(0, 0, 0, 0.50);
}

.goodsList .imgCtx .link .nq {
    width: 98px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.goodsList .goodsItem .info {
    width: 250px;
    padding: 0 64px 0 16px;
    margin-top: -6px;
    flex-shrink: 0;
    position: relative;
}

.goodsList .goodsItem .info ul {
    margin-top: 37px;
}

.goodsList .goodsItem .info li {
    margin-bottom: 8px;
}

.goodsList .goodsItem .info .title {
    white-space: nowrap;
    margin-bottom: 10px;
}

.goodsList .goodsItem .info .name {
    max-width: 600px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 16px;
}

.goodsList .goodsItem .info .type {
    padding: 1px 6px;
    border-radius: 2px;
    background: #F7F8FA;
    color: #828282;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.goodsList .goodsItem .info .kvCtx .key {
    color: #828282;
    font-size: 13px;
}

.goodsList .goodsItem .info .kvCtx .value {
    color: #333;
    font-size: 13px;
    word-break: break-all;
}

.goodsList .goodsItem .info .kvCtx a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.goodsList .goodsItem .info .kvCtx a:hover {
    color: #2384E1;
}

.goodsList .goodsItem .info .kvCtx .datapdf {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.goodsList .special {
    width: 300px;
    flex-shrink: 0;
}

.goodsList .notspecial {
    width: 122px;
    flex-shrink: 0;
    margin-right: 174px;
}

.goodsList .notspecial .on td:last-child {
    color: #FF5300 !important;
}

.goodsList .priceCtx table {
    width: 100%;
}

.goodsList .priceCtx table th {
    color: #242E3E;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 6px;
}

.goodsList .priceCtx table th,
.goodsList .priceCtx table td {
    text-align: left;
}

.goodsList .priceCtx .tjicon {
    display: inline-block;
    border-radius: 12px 1px 8px 1px;
    background: #FF5300;
    color: #fff;
    width: 45px;
    height: 17px;
    font-size: 12px;
    text-align: center;
}

.goodsList .priceCtx table th .zkicon {
    display: inline-block;
    width: 48px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background: rgba(255, 83, 0, 0.10);
    font-size: 13px;
    color: #FF5300;
    text-align: center;
}

.goodsList .priceCtx table td {
    font-size: 13px;
    color: #333;
    padding-bottom: 5px;
}

.goodsList .operate {
    width: 162px;
    margin-left: 86px;
    flex-shrink: 0;
}

.goodsList .operate input {
    width: 70px;
    height: 28px;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border: 1px solid #D3D9E8;
    color: #333;
    box-sizing: border-box;
}

.goodsList .operate input:focus {
    outline: none;
    border: 1px solid #D3D9E8;
}

.goodsList .operate .buyview {
    display: flex;
    align-items: center;
    position: relative;
}

.goodsList .operate .buyview .remove,
.goodsList .operate .buyview .add {
    position: absolute;
    cursor: pointer;
    user-select: none;
}

.goodsList .operate .buyview .remove {
    left: 10px;
    font-size: 22px;
    color: #D3D9E8;
}

.goodsList .operate .buyview .add {
    left: 77px;
    font-size: 18px;
}

.goodsList .operate .gi-select {
    width: auto;
    min-width: 48px;
    height: 28px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #D3D9E8;
    color: #333;
    padding: 0 7px;
    display: flex;
    align-items: center;
    padding-right: 8px;
    border: none;
    border-top: 1px solid #D3D9E8;
    border-right: 1px solid #D3D9E8;
    border-bottom: 1px solid #D3D9E8;
    background: #F7F8FA;
}

.goodsList .operate .gi-select .current {
    white-space: nowrap;
    max-width: 29px;
    overflow: hidden;
    margin-right: 2px;
    font-size: 12px;
}

.goodsList .operate .gi-select .optionBody {
    top: 38px;
    left: 17px;
    width: 62px;
}

.goodsList .gi-select .optionCtx .option {
    height: 27px;
}

.goodsList .operate .gi-select .optionBody .optionCtx {
    top: 1px;
    left: 1px;
    width: 60px;
}

.goodsList .operate .gi-select .optionCtx::after {
    top: -12px;
    left: 25px;
}

.goodsList .operate .sum,
.goodsList .operate .spa {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    padding-left: 11px;
}

.goodsList .operate .sum span {
    font-size: 13px;
    font-weight: 700;
    color: #ff5300;
}

.goodsList .operate .button {
    display: block;
    width: 118px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    background: #0071dc;
    color: #fff;
    border-radius: 4px;
}

.goodsList .operate .button:hover {
    background: #f5f9fe;
}

.goodsList .operate .button.blue:hover {
    background: #004f9a;
}
.nodata{
  text-align: center;
  display: block;
  margin: 20px auto;
  font-size: 14px;
  color: #333;
}
/*商品列表 end*/