/* 列表页 商品搜索 */


/* 商品搜索 */

.oigo-search {
    width: 100%;
    height: 12vw;
    background: #fff;
    padding: 2vw 0;
}

.oigo-search>div {
    width: 95%;
    height: 8vw;
    line-height: 8vw;
    margin: 0 auto;
    background: #e8e8e8;
    border-radius: 4vw;
    overflow: hidden;
}

.oigo-search div img {
    width: 4.5vw;
    height: 4.5vw;
    margin: 1.75vw 2.5vw;
    display: block;
    float: left;
}

.oigo-search div input {
    background: none;
    border: none;
    line-height: 8vw;
    width: 80%;
    font-size: 3.7334vw;
    color: #666;
}

.oigo-list-top {
    width: 100%;
    background: #fff;
    height: 12vw;
}

.oigo-list-top>div {
    width: 85%;
    float: left;
}

.oigo-list-top>a {
    width: 6vw;
    height: 6vw;
    display: block;
    float: right;
    margin: 3vw 4vw;
    margin-left: 0;
}

.oigo-list-top>a img {
    width: 100%;
}


/* 列表页 顶部菜单 */

.oigo-list-topm {
    width: 100%;
    overflow: scroll;
    background: #fff;
}

.oigo-list-topmenu {
    width: 100%;
    height: 12vw;
    overflow: hidden;
}

.oigo-list-topmenu a {
    display: block;
    float: left;
    line-height: 12vw;
    text-align: center;
    font-size: 3.7334vw;
    position: relative;
    margin-left: 6vw;
}

.oigo-list-topmenu a .border {
    position: absolute;
    bottom: 0;
    left: calc(50% - 4.8vw);
    width: 9.6vw;
    height: 1vw;
    background: #ff3817;
    display: none;
}

.oigo-list-topmenu a.active {
    color: #ff3817;
}

.oigo-list-topmenu a.active .border {
    display: block;
}


/* 列表页 商品列表 */

.oigo-list-goods {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


/* isDebug */

.classifyDebug {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block !important;
    margin: 0 !important;
}


/* 商品列表 一行一个小图 */

.oigo-goods-oneSmall {
    height: 43vw;
    width: 100%;
    margin: 0;
    margin-top: 3vw;
    background: #fff;
    position: relative;
    display: flex;
    border-radius: 1vw;
    overflow: hidden;
}

.oigo-goods-oneSmall a {
    width: 35.7333vw;
    height: 35.7333vw;
    margin: 4.8vw 2.666vw;
    display: block;
}

.oigo-goods-oneSmall .oigo-goods-info {
    width: 55%;
    height: 43vw;
    position: relative;
    margin: 0;
    padding: 5vw 0 3vw;
}

.oigo-goods-oneSmall .oigo-goods-info h3 {
    font-size: 4vw;
    color: #222;
    line-height: 5vw;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oigo-goods-oneSmall .oigo-goods-info p {
    font-size: 3.4667vw;
    color: #999;
    margin-top: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oigo-goods-oneSmall .oigo-goods-info .goodsPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12vw;
}

.oigo-goods-oneSmall .oigo-goods-info .goodsPrice>div {
    display: flex;
    flex-direction: column;
}

.oigo-goods-oneSmall .oigo-goods-info span {
    font-size: 4.8667vw;
    color: #eb0000;
}

.oigo-goods-oneSmall .oigo-goods-info span small {
    font-size: 4vw;
}

.oigo-goods-oneSmall .oigo-goods-info span del {
    font-size: 3.4667vw;
    color: #777;
}

.oigo-goods-oneSmall .oigo-goods-info .oigo-goods-buy {
    background: #ff3817;
    color: #fff;
    font-size: 3.4667vw;
    text-align: center;
    height: 8vw;
    line-height: 8vw;
    width: 20vw;
    border-radius: 1vw;
    box-sizing: border-box;
}

.oigo-goods-oneSmall .oigo-goods-info .payment {
    position: absolute;
    bottom: 1vw;
    left: 0;
    color: #999;
    font-size: 3.2vw;
    text-align: right;
    width: 92%;
}

.oigo-goods-oneSmall .oigo-goods-eventOffer {
    display: flex;
    font-size: 3.2vw;
    margin-top: 1vw;
    color: #FF3A17;
}

.oigo-goods-oneSmall .oigo-goods-eventOffer img {
    height: 4vw;
    width: auto;
    margin-right: 2vw;
}

.oigo-goods-oneSmall .oigo-goods-eventOffer div {
    border: 1px solid #FF3A17;
    border-radius: 0.5vw;
    padding: 0 1vw;
    margin-right: 2vw;
}

.oigo-goods-fullDiscount {
    clear: both;
    width: 100%;
    background: #fff;
    line-height: 9vw;
    font-size: 3.2vw;
    display: flex;
    justify-content: space-between;
    padding: 0 2.666vw;
    color: #FF3A17;
}

.oigo-goods-fullDiscount div {
    display: flex;
}

.oigo-goods-fullDiscount div span {
    border: 1px solid #FF3A17;
    border-radius: 0.5vw;
    line-height: 4.2666vw;
    height: 4.2666vw;
    padding: 0 1vw;
    margin: 2vw 2vw 0 0;
}

.oigo-goods-fullDiscount div img {
    height: 4vw;
    width: auto;
    margin: 2vw 2vw 0 0;
}

.oigo-goods-fullDiscount div div {
    color: #333;
}

.oigo-goods-two {
    width: 46.4vw;
    margin-left: 2.4vw;
    margin-top: 2.4vw;
    display: block;
    background: #fff;
    padding-top: 0;
    position: relative;
}

.oigo-goods-two img {
    width: 100%;
    height: 46.4vw;
    display: block;
}

.oigo-goods-two .oigo-goods-info {
    padding: 0 1vw;
    background: #fff;
    position: relative;
    min-height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.oigo-goods-two .oigo-goods-info h3 {
    font-size: 3.7334vw;
    color: #222;
    line-height: 5vw;
    font-weight: normal;
    margin: 2vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oigo-goods-two .oigo-goods-info p {
    color: #888;
    line-height: 5vw;
    height: 5vw;
    overflow: hidden;
}

.oigo-goods-two .oigo-goods-info .goodsPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12vw;
}

.oigo-goods-two .oigo-goods-info .goodsPrice>div {
    display: flex;
    flex-direction: column;
}

.oigo-goods-two .oigo-goods-info span {
    font-size: 4.8vw;
    color: #eb0000;
}

.oigo-goods-two .oigo-goods-info span small {
    font-size: 3.4667vw;
}

.oigo-goods-two .oigo-goods-info del {
    font-size: 3.4667vw;
    color: #777;
}

.oigo-goods-two .oigo-goods-info .oigo-goods-buy {
    background: #ff3817;
    color: #fff;
    font-size: 3.2vw;
    text-align: center;
    height: 6vw;
    line-height: 6vw;
    width: 16vw;
    border-radius: 1vw;
    box-sizing: border-box;
}

.layui-flow-more {
    clear: both;
    width: 100%;
}

.layui-flow-more::before {
    content: '';
    display: block;
    clear: both;
}


/* 立即购买样式默认不加id -- 白色字体、红色背景 */


/* 立即购买样式1 -- 红色字体、白色背景 */

.oigo-goods-two .oigo-goods-info .oigo-goods-buy1,
.oigo-goods-oneSmall .oigo-goods-info .oigo-goods-buy1 {
    color: #ff3817;
    background: #fff;
    border: 1px solid #ff3817;
}


/* 立即购买样式2 -- 默认、圆角 */

.oigo-goods-two .oigo-goods-info .oigo-goods-buy2,
.oigo-goods-oneSmall .oigo-goods-info .oigo-goods-buy2 {
    border-radius: 4vw;
}


/* 立即购买样式3 -- 红色字体、白色背景、圆角 */

.oigo-goods-two .oigo-goods-info .oigo-goods-buy3,
.oigo-goods-oneSmall .oigo-goods-info .oigo-goods-buy3 {
    color: #ff3817;
    background: #fff;
    border: 1px solid #ff3817;
    border-radius: 4vw;
}


/* 搜索缺省 */

.oigo-search-default {
    width: 100%;
    height: calc(100vh - 15vw);
    background: #f2f2f2;
    padding-top: 10vw;
}

.oigo-search-default img {
    width: 25.667vw;
    height: 25.667vw;
    display: block;
    margin: 0 auto 2vw;
}

.oigo-search-default p {
    text-align: center;
    color: #888;
    font-size: 4.25667vw;
}

.oigo-search-default a {
    display: block;
    width: 32vw;
    line-height: 10.5vw;
    text-align: center;
    border-radius: 1vw;
    margin: 10vw auto;
    font-size: 4.25667vw;
    color: #fff;
    background: linear-gradient(to right, #ff3817, #ff5825);
    text-decoration: none;
}

.oigo-list-search {
    width: 100%;
    background: #fff;
    display: flex;
}

.oigo-list-search>div {
    width: 100%;
}

.oigo-list-search>img {
    width: 6vw;
    height: 6vw;
    display: block;
    margin: 3vw;
}

#oigo-goods-shopping {
    border-radius: 1vw;
    background: #ff3817;
    display: flex;
    align-items: center;
    color: #fff;
    height: 8vw;
    line-height: 8vw;
    z-index: 100;
    position: absolute;
    bottom: 5vw;
    right: 4vw;
    padding: 0 2vw;
}

#oigo-goods-shopping img {
    width: 4.666vw;
    height: 4.5333vw;
}

#oigo-goods-shopping div {
    margin-right: 1vw;
}

.oigo-goods-two #oigo-goods-shopping {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    bottom: 0;
    right: 2vw;
    padding: 0;
    justify-content: center;
}


/* 放弃推广 */


/* 取消订单弹窗 */

.oigo-goodslist-alert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
}

.oigo-goodslist-alert>div {
    width: 80vw;
    height: 40vw;
    background: #fff;
    border-radius: 2vw;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 5vw;
    top: calc(50% - 20vw);
    left: calc(50% - 40vw);
}

.oigo-goodslist-alert div p {
    font-size: 5vw;
    color: #333;
    line-height: 15vw;
}

.oigo-goodslist-alert .giveUpOn {
    height: 50vw;
    top: calc(50% - 25vw);
}

.oigo-goodslist-alert .giveUpOn p {
    line-height: 7vw;
}

.oigo-goodslist-select {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 15vw;
    font-size: 4.5vw;
    border-top: 1px solid #ddd;
}

.oigo-goodslist-alert .giveUpOn .oigo-goodslist-select {
    border: none;
}

.oigo-goodslist-select span {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.oigo-goodslist-select span:nth-last-child(1) {
    color: #ff3817;
    border-left: 1px solid #ddd;
}

.oigo-goodslist-select a {
    display: block;
    width: 60%;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    margin: 0 auto 5vw;
    background: #f3553b;
    color: #fff;
    font-size: 4vw;
}

.oigo-goodslist-select a:nth-last-child(1) {
    background: #b3b2b2;
}