/* 商品展示 */
.goods_show {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.goods_show .lefter {
    border-right: 1px solid #eee;
    padding: 25px 20px 10px 0;
    float: left;
    width: 52%;
    box-sizing: border-box;
}

.goods_image {
    display: flex;
}

.goods_image .small {
    text-align: center;
    margin-right: 20px;
    width: 120px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.goods_image .small img {
    vertical-align: middle;
    border-style: none;
}

.goods_image .small ul {
    list-style: none;
    width: 74px;
}

.goods_image .small ul li {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: relative;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.goods_image .small ul li.active {
    border-color: #D14836 !important;
}

.goods_image .small ul li.active:before {
    border-left-color: #D14836 !important;
    border-top-color: #D14836 !important;
}

.goods_image .small ul li.active:before {
    background: #fff;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-left-color: #1890FF;
    border-top-color: #1890FF;
    position: absolute;
    content: '';
    transform: rotate(135deg);
    z-index: 2;
    width: 9px;
    height: 9px;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    top: 50%;
    right: -11px;
}

.goods_image .big {
    text-align: center;
    width: 100%;
}

.goods_image .big img {
    width: auto;
    max-width: 475px;
    vertical-align: middle;
    border-style: none;
}

.goods_show .righter {
    padding: 25px 0 0 30px;
    float: left;
    width: 48%;
    box-sizing: border-box;
}

.goods_show .righter .title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.goods_show .righter .price {
    font-size: 14px;
    color: #ee0000;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin-bottom: 15px;
}

.goods_show .righter .price .new {
    font-size: 24px;
}

.goods_show .righter .price .old {
    color: #999;
}

.goods_show .righter .tit {
    font-size: 14px;
    color: #999;
}

.goods_show .righter .option {
    overflow: hidden;
    margin: 10px 0 14px;
}

.goods_show .righter .option p {
    float: left;
    font-size: 14px;
    border: 1px solid #dddddd;
    padding: 4px 14px;
    margin-left: 15px;
    cursor: pointer;
}

.goods_show .righter .current {
    border: 2px solid #ea5f16 !important;
    padding: 3px 14px !important;
}

.goods_show .righter .option p:first-child {
    margin-left: 0;
}

.goods_show .righter input {
    width: 60px;
    float: left;
    margin-left: 6px;
    height: 21px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 2px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    outline: none;
}

.goods_show .righter .add-btn {
    margin-top: 14px;
    overflow: hidden;
}

.goods_show .righter .add-btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.goods_show .righter .add-btn .add-cart {
    background-color: #ea5f16;
    color: rgb(255, 255, 255);
    width: 230px;
}
.goods_show .righter .add-btn .add-null {
    background-color: #000;;
    color: rgb(255, 255, 255);
		width: 230px;
}
.goods_show .righter .add-btn .add-mark {
    background-color: #999;
    color: rgb(255, 255, 255);
    margin-left: 10px;
}

.ui-tabs {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ui-tabs-nav {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}

.ui-tabs-nav ul {
    width: 340px;
    margin: 0 auto;
    overflow: hidden;
}

.ui-tabs-nav li {
    width: 170px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    box-sizing: border-box;
}

.ui-tabs-nav li.current {
    border-bottom: 2px solid #ea5f16;
}

.ui-tabs-nav li.current a {
    color: #ea5f16;
}

.ui-tabs-nav li a {
    color: #76838F;
    font-size: 16px;
}

.ui-tabs-content {
    padding: 25px 0;
    clear: both;
}

.ui-tabs-pane img {
    margin: 0 auto;
		max-width: 100% !important;
}



.sl .sl-list .sl-list-box .item-bom {
    width: 230px;
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num {
    height: 33px;
    width: 100%;
    border-top: 1px rgb(227, 227, 227) solid;
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .item-do {
    margin: 4px auto 0 auto;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .item-num {
    width: 36px;
    float: left;
    margin-left: 6px;
    height: 20px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 4px;
    color: #666666;
    text-align: center;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.item-bom-num .item-num {
    width: 36px;
    float: left;
    margin-left: 6px;
    height: 22px;
    border: 1px rgb(227, 227, 227) solid;
    color: #666666;
    text-align: center;
}

.item-bom-num .add {
    background-image: url(../../image/index/add.png);
    height: 24px;
    width: 24px;
    margin-left: 6px;
    float: left;
}
.item-bom-num .jian {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
}
.item-bom-num .jian-on {
    color: #E95E18;
}

.item-bom-num .jian {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
    border: 1px solid #989898;
    border-radius: 50%;
}

.item-bom-num .jian.jian-on {
    color: #E95E18;
    border: 1px solid #E95E18;
}
.item-bom-add a {
    width: 115px;
    height: 33px;
    line-height: 33px;
    float: left;
    text-align: center;
    font-size: 14px;
}