body ::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 10px;
    box-shadow: inset 0 0 3px rgba(51,51,51,.2);
    -webkit-transition: background .45s;
    transition: background .45s;
}
body ::-webkit-scrollbar-thumb {
    background-color:#cccccc;
    border-radius: 10px;
}
body ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 10px;
}
.buy_together {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 15px;
}
.together_left {
    width: 208px;
    float: left;
    background: url(../image/plus.png) 185px 100px no-repeat;
    background-position: 185px 120px;
}
.buy_together .item {
    margin: 0 1px;
    padding: 5px;
    width: 164px;
    background-color: #fff;
    line-height: 18px;
    display: inline-block;
}
.buy_together .item .name {
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    margin: 5px 0;
    white-space: normal;
}
.buy_together .tprice {
    color: #E40046;
    font-size: 14px;
    display: block;
    width: 100%;
}
.together_center {
    float: left;
    min-width: 180px;
    width: 525px;
    height: auto;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
.together_center .together-scroll-wrap {
    height: 280px;
    white-space: nowrap;
}
.together_center .together-scroll-wrap {
    height: 280px;
    white-space: nowrap;
}
.buy_together .js-select-together {
    cursor: pointer;
}
.buy_together .tprice i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/select.png) no-repeat 0 0;
}
.buy_together .js-select-together.active i {
    background: url(../image/select.png) no-repeat -17px 0;
}
.together_right {
    float: left;
    padding: 0 0 0 40px;
    background: url(../image/equal.png) 0 104px no-repeat;
    min-height: 238px;
    background-position: 0 120px;
    width: 230px;
}
.buy_together .total-price .strongprice {
    display: block;
    color: #E40046;
    font-size: 25px;
    font-weight: bold;
}
.btn-together {
    padding: 6px 15px;
    background: #ce0644;
    border-radius: 5px;
    color: #fff;
}
.buy_together .bought_list ul {
    height: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
}
.buy_together .bought_list ul li {
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 0;
    position: relative;
}
.buy_together img {
    vertical-align: middle;
    max-width: 100%;
}
.buy_together .regular-price {
    color: #878787;
    text-decoration: line-through;
    vertical-align: top;
}
.buy_together .bought_list {
    padding-bottom: 10px;
}
.buy_together .bought_list ul {
    height: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
}
.buy_together .bought_list ul li {
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 0;
    position: relative;
}
.buy_together .bought_list ul li img{
    max-height: 42px;
}
.buy_together .bought_list ul li .removeselect {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: url(../image/close.png) no-repeat 0 0;
    cursor: pointer;
}
.buy_together .bought_list ul li:hover .removeselect {
    display: block;
}
.buy_together .bought_list ul li .removeselect:hover {
    background: url(../image/close.png) no-repeat -18px 0;
}
.buy_together ul,.buy_together li {
    list-style: outside none none;
}
@media (max-width: 767px) {
    .together_left{width: 100%;display:none;}
    .together_center{width:60%;}
    .together_right{width: 40%;}
    .buy_together .item{max-width: 100%;}
    .together_center .item{width:50%;}
    .together_center{padding:0 5px;}
    .buy_together .total-price .strongprice{font-size: 12px;}
    .together_center .together-scroll-wrap{height:auto;}
    .together_right{min-height:auto;}
}
