#oigoSpecs {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

#oigoSpecs>div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    min-height: 50%;
}


/* 关闭规格蒙层 */

#oigoSpecs>span {
    width: 100%;
    height: 100%;
    display: block;
}

.oigo-oigoSpecs-specsimg {
    height: 29.334vw;
    position: relative;
    display: flex;
    margin: 3vw;
}

.oigo-oigoSpecs-specsimg img {
    width: 29.334vw;
    height: 29.334vw;
    display: block;
    margin-right: 3vw;
}

.oigo-oigoSpecs-specsimg div {
    font-size: 3.7334vw;
    color: #666;
    width: 55vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 5vw;
}

.oigo-oigoSpecs-specsimg #goodsPrice {
    display: flex;
    align-items: center;
}

.oigo-oigoSpecs-specsimg div span,
.oigo-oigoSpecs-specsimg div span.smallPrice {
    font-size: 4.5334vw;
    color: #eb0000;
}

.oigo-oigoSpecs-specsimg div span small {
    font-size: 3.7334vw;
}

.oigo-oigoSpecs-specsimg div p {
    max-height: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oigo-oigoSpecs-specsimg div #selectGoodsSkuNameGift {
    display: none;
}

.oigo-oigoSpecs-specsimg div #selectGoodsSkuNameGift text.giftName {
    display: none;
}

.oigo-oigoSpecs-specsimg .oigo-oigoSpecs-specsimgclose {
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: 0;
    right: 0;
    margin: 1vw;
}


/* 选择规格 */

.oigo-oigoSpecs-specsList {
    min-height: 25vh;
    max-height: 60vh;
    overflow-y: scroll;
    padding-left: 3vw;
}

.oigo-oigoSpecs-specsTitle {
    font-size: 4.8vw;
    color: #ee3f22;
    font-weight: bold;
    line-height: 8vw;
    display: flex;
    justify-content: flex-start;
    margin-top: 5vw;
}

.oigo-oigoSpecs-specsTitle div:nth-last-child(1) {
    font-size: 3.2vw;
    color: #787878;
    margin-left: 3vw;
    font-weight: normal;
    line-height: 7vw;
    padding-top: 1vw;
    max-width: 75%;
}

.oigo-oigoSpecs-specsselect {
    margin-top: 5vw;
}

.oigo-oigoSpecs-specsselect:nth-child(1) {
    margin-top: 0;
}

.oigo-oigoSpecs-specsselect h2 {
    font-size: 4vw;
    color: #333;
    line-height: 8vw;
}

.oigo-oigoSpecs-specsselect h2 text {
    font-size: 3.2vw;
    color: #ee3f22;
    margin-left: 2vw;
}

.oigo-oigoSpecs-specsselect div {
    display: flex;
    flex-wrap: wrap;
}

.oigo-oigoSpecs-specsselect div span {
    font-size: 4vw;
    color: #666;
    background: #eee;
    display: block;
    padding: 2vw 5vw;
    border-radius: 1vw;
    margin-right: 4vw;
    margin-top: 3vw;
    box-sizing: border-box;
    border: 1px solid #eee;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oigo-oigoSpecs-specsselect div span.active {
    background: #fff0ed;
    color: #ee3f22;
    border: 1px solid #ee3f22;
}


/* 数量 */

.oigo-oigoSpecs-specsnumber {
    position: relative;
    margin-bottom: 4vw;
    margin-top: 8vw;
}

.oigo-oigoSpecs-specsnumber h2 {
    font-size: 4vw;
    line-height: 8vw;
}

.oigo-oigoSpecs-specsnumber div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.oigo-oigoSpecs-specsnumber div a {
    float: right;
    font-size: 5vw;
    font-weight: bold;
    color: #333;
    background: #fff;
    display: block;
    padding: 0 4vw;
    border-radius: 1vw;
    line-height: 8vw;
}

.oigo-oigoSpecs-specsnumber div input {
    border: none;
    background: #eee;
    float: right;
    line-height: 8vw;
    text-align: center;
    width: 12vw;
    font-size: 4.2vw;
    color: #333;
}

.oigo-oigoSpecs-specsnumber div a.active {
    color: #999;
}

.oigo-oigoSpecs-specsFooter {
    display: flex;
    justify-content: space-around;
    padding: 4vw;
}

.oigo-oigoSpecs-specsFooter a {
    width: 42vw;
    line-height: 11vw;
    border-radius: 5.5vw;
    color: #fff;
    background: #ff5724;
    text-align: center;
    font-size: 4.2667vw;
}

.oigo-oigoSpecs-specsFooter a:nth-child(1) {
    background: #ffba00;
}

.oigo-oigoSpecs-specsFooter a.oigo-gray-button {
    width: 100%;
    background: #999;
}

.oigo-oigoSpecs-specsFooter a.oigo-red-button {
    width: 100%;
    background: linear-gradient(90deg, #eb0000, #ff3e3e);
}


/* 团购按钮 */

.oigo-oigoSpecs-specsFooter i {
    font-style: normal;
    padding: 0 0.667vw;
}

.oigo-oigoSpecs-specsFooter div {
    display: flex;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 3.733vw;
    padding: 1vw 0;
    width: 100%;
    height: 11vw;
}

.oigo-oigoSpecs-specsFooter .alone,
.oigo-oigoSpecs-specsFooter .booking {
    flex-wrap: wrap;
}

.oigo-oigoSpecs-specsFooter .go-group {
    padding: 0 5.333vw;
    background: #E02E24;
    width: 60%;
    box-sizing: border-box;
}

.oigo-oigoSpecs-specsFooter .go-group_2 {
    background: #a79f9f;
}

.oigo-oigoSpecs-specsFooter .go-group span {
    text-align: left;
    white-space: nowrap;
    /*强调文本在一行内显示*/
    overflow: hidden;
    /*溢出内容为隐藏*/
    text-overflow: ellipsis;
    width: 80%;
    /*溢出文本显示省略号*/
}

.oigo-oigoSpecs-specsFooter .join-group-tips {
    display: block;
    margin-left: 2.667vw;
    box-sizing: border-box;
}

.oigo-oigoSpecs-specsFooter .join-group-tips span {
    display: block;
}

.oigo-oigoSpecs-specsFooter img {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 50%;
    margin: 0;
}

.oigo-oigoSpecs-specsFooter div span {
    width: 100%;
    height: 4vw;
    line-height: 4vw;
}

.oigo-oigoSpecs-specsFooter .alone {
    background: #868484;
}

.oigo-oigoSpecs-specsFooter .booking {
    background: #E02E24;
}

.oigo-oigoSpecs-specsimg .litchi-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.oigo-oigoSpecs-specsimg .litchi-content img {
    width: 5.7333vw;
    height: 6.2666vw;
    display: inline-block;
}

.oigo-oigoSpecs-specsimg .litchi-content span {
    font-size: 5.8667vw;
    color: #eb0000;
    font-weight: bold;
    margin-right: 2vw;
}

.oigo-oigoSpecs-specsimg .litchi-content span.yuan {
    font-size: 4.2666vw;
}