.promotion .navpat {
    width: 1360px;
    min-width: 1360px;
    padding: 15px;
}

.promotion .banner {
    height: 326px;
    position: relative;
}

.promotion .banner::before {
    content: '';
    width: 50%;
    height: 100%;
    background: url('../img/activity/rep.png?v=1') repeat;
    background-size: 1px 326px;
    position: absolute;
    top: 0;
    left: 0;
}

.promotion .banner::after {
    content: '';
    width: 50%;
    height: 100%;
    background: url('../img/activity/rep2.png?v=1') repeat;
    background-size: 1px 326px;
    position: absolute;
    top: 0;
    right: 0;
}

.promotion .banner .bg {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.promotion .banner .brandCtx {
    width: 1100px;
    height: 52px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    overflow: hidden;
}

.promotion .banner .brandList {
    width: 2240px;
    height: 52px;
    overflow: hidden;
    display: flex;
}

.promotion .marquee {
    animation: marquee 100s linear infinite;
}

.promotion .marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.promotion .banner .brand {
    width: 92px;
    height: 52px;
    margin-right: 20px;
    flex-shrink: 0;
}

.promotion .banner .brand img {
    display: block;
    width: 100%;
    height: 100%;
}

.promotion .searchBoard {
    width: 1360px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    background: #F3F6FB;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .searchBoard input {
    display: block;
    width: 736px;
    height: 36px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: none;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 14px;
    color: #333;
}

.promotion .searchBoard input::placeholder {
    font-size: 14px;
    color: #ccc;
}

.promotion .searchBoard input:focus {
    border-color: #0071DC;
}

.promotion .searchBoard .btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 0px 4px 4px 0px;
    box-sizing: border-box;
    border-top: 1px solid #0071DC;
    border-right: 1px solid #0071DC;
    border-bottom: 1px solid #0071DC;
    background: #0071DC;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.promotion .rules {
    width: 1360px;
    min-height: 155px;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 4px;
    background: #F5F9FE;
    margin: 0 auto 80px;
    color: #333;
    font-size: 14px;
}

.promotion .rules h2 {
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.promotion .rules h2::before,
.promotion .rules h2::after {
    content: '';
    width: 320px;
    height: 1px;
    background: #226289;
    margin-right: 20px;
}

.promotion .rules h2::after {
    margin-left: 20px;
}

.promotion .rules li {
    margin-top: 6px;
}

.promotion .rules li span {
    font-weight: bold;
}

/*商品列表 start*/
.goodsList {
    width: 1360px;
    border-radius: 10px;
    background: #FBFBFB;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto 20px;
}

.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;
    min-height: 118px;
}

.goodsList .goodsItem:hover {
    border-color: transparent;
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
}

.goodsList .imgCtx {
    position: relative;
}

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

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

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

.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;
}

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

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

.goodsList .goodsItem .info .name {
    max-width: 280px;
    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;
}

.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: 12px;
}

.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 .dis {
    position: relative;
    display: inline-block;
}

.goodsList .goodsItem .info .kvCtx .guiTuosTips {
    left: -214px;
    display: none;
    z-index: 1;
}

.goodsList .goodsItem .info .kvCtx .dis:hover .guiTuosTips {
    display: block;
    opacity: 1;
}

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

.goodsList .priceCtx {
    width: 250px;
}

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

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

.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 .priceCtx table .on td {
    color: #FF5300;
}

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

.goodsList .operate input {
    width: 98px;
    height: 30px;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border: 1px solid #D3D9E8;
    color: #333;
    padding: 0px 26px;
    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: 54px;
    height: 30px;
    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;
}

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

.goodsList .operate .gi-select .optionBody .optionCtx {
    top: 11px;
    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: 32px;
    line-height: 32px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #0071dc;
    color: #0071dc;
    box-sizing: border-box;
}

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

.goodsList .operate .button.blue {
    background: #0071dc;
    color: #fff;
    border: none;
}

.goodsList .operate .button.blue:hover {
    background: #004f9a;
}

/*商品列表 end*/
.goodsList .opearCtx {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.goodsList .opearCtx .gi-select .optionBody {
    width: 128px;
    top: 40px;
}

.goodsList .opearCtx .gi-select .optionCtx {
    width: 125px;
}

.goodsList .opearCtx .gi-select {
    width: 125px;
    height: 34px;
    margin-left: 20px;
}

.promotion .nodata {
    width: 1360px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 200px 0;
}