.banner-row {
    height: 420px;
    position: relative;
    margin: 0 auto;
    background: url(/static/images/banner-2037be93e28e1dd9cae38e822d56fe3a.png) no-repeat;
    background-position: 50% !important;
}

.banner-row .text-row {
    width: 1200px;
    margin: 0 auto;
    padding-top: 134px;
}

.banner-row .text-row .text1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 40px;
}

.banner-row .text-row .text2 {
    font-size: 30px;
    color: #ffffff;
    opacity: 0.7;
}

.shop {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
    z-index: 10;
}

.shop .shop-item {
    height: 210px;
    padding: 20px 40px;
    margin-bottom: 20px;
    background-color: #f6f7f9;
    position: relative;
}

.shop .shop-item .yuan {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #f0f0f0;
    border-radius: 50%;
    font-size: 14px;
    color: #666;
}

.tax {
    border-color: rgb(234, 164, 14);
    color: rgb(234, 164, 14);
    border-style: solid;
    border-width: 1px;
    background: transparent;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
}


.shop .shop-item .good {
    position: absolute;
    right: 40px;
    top: 20px;
}

.shop .shop-item .good-item {
    background: #fff;
    display: inline-block;
    padding: 15px;
    width: 350px;
    margin-top: 10px;
}

.shop .shop-item .good-item .auth {
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 21px;
    background-color: #ff4e4e;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
}

.shop .shop-item .good .good-item img {
    width: 120px;
    height: 120px;
    float: left;
}

.ml-135 {
    margin-left: 135px;
}

.shop .shop-item .sign {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(315deg, #FF6846 0%, #F5291A 100%);
    border-radius: 2px;
    text-align: center;
    margin-left: 15px;
}