#buy {
 margin-bottom: 30px;
}
@media(max-width: 992px) {
 
}
/* -- item-list -- */
#buy .item-list {
 display: flex;
 gap: 30px;
 margin: 40px 0;
}
#buy .item-list .item {
 border: 1px solid #DDD;
 flex: 1;
 min-width: 0;
 position: relative;
 overflow: hidden;
 -webkit-transition: all .5s;
}
@media(max-width: 992px) {
 #buy .item-list {
  display: block;
  margin: 40px 0;
 }
 #buy .item-list .item {
  margin-bottom: 30px;
 }
}
#buy .item-list .item:hover {
 box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
 background-color: #EEE;
}
#buy .item-list .item .mark {
 display: flex;
 position: absolute;
 right: -50px;
 top: -70px;
 width: 140px;
 height: 140px;
 background-color: #FF0F23;
 color: #FFF;
 text-align: center;
 border-radius: 70px;
 font-size: 18px;
 align-items: flex-end;
 padding: 0 0 30px 30px;
 letter-spacing: 0.5em;
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
 -webkit-transition: all .5s;
}
#buy .item-list .item:hover .mark {
}
#buy .item-list .item .head {
 padding: 20px;
}
#buy .item-list .item .head .name {
 font-size: 25px;
 font-weight: bold;
 color: #000;
 margin-bottom: 5px;
}
#buy .item-list .item .head .desc {
 color: #999;
}
#buy .item-list .item .sub {
 padding: 10px 20px;
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
#buy .item-list .item .feature {
 padding: 10px 20px;
 font-size: 12px;
}
#buy .item-list .item .feature p {
 margin: 5px 0;
}
#buy .item-list .item .feature p i {
 margin-right: 8px;
}
#buy .item-list .item .feature p .fa-check {
 color: #34a853;
}
#buy .item-list .item .feature p .fa-xmark {
 color: #999;
}
#buy .item-list .item .feature p::before {
 content: "";
 display: none;
 width: 3px;
 height: 3px;
 background-color: #999;
 margin-right: 8px;
 vertical-align: middle;
}
#buy .item-list .item .promotion {
 padding: 10px 20px;
 border-top: 1px solid #DDD;
}
#buy .item-list .item .promotion .tags {
}
#buy .item-list .item .promotion .tags span {
 display: inline-block;
 margin-right: 10px;
 border: 1px solid #DDD;
 border-radius: 4px;
 line-height: 100%;
 padding: 4px 8px;
 font-size: 12px;
}
#buy .item-list .item .promotion .price-box {
}
#buy .item-list .item .promotion .price-box .emphasis {
 color: #ff6a00;
}
#buy .item-list .item .promotion .price-box .emphasis .integer {
 font-size: 30px;
}
#buy .item-list .item .promotion .price-box .unit {
 margin-left: 4px;
}
#buy .item-list .item .action {
 padding: 15px 20px;
 background-color: #EEE;
}
#buy .item-list .item .action a {
 display: block;
 background-color: #0072C6;
 padding: 8px 8px;
 text-align: center;
 color: #EEE;
}
#buy .item-list .item .action a:hover {
 background-color: #007AD5;
 color: #FFF;
}
/* -- tableList -- */
#buy .tableList {
 border-left: 1px solid #DFDFDF;
 border-top: 1px solid #DFDFDF;
}
#buy .fix {
 position: fixed;
 width: 100%;
 top: 80px;
 right: 0;
 left: 0;
 z-index: 1030;
}
#buy .fix .tableList {
 width: 1320px;
 margin: 0 auto;
 background-color: #F5F5F5;
}
#buy .place {
 display: none;
 height: 120px;
}
#buy .tableList td, #buy .tableList th {
 border-bottom: 1px solid #DFDFDF;
 border-right: 1px solid #DFDFDF;
 padding: 10px 15px;
}
#buy .tableList th {
 background-color: #EEEEEE;
 color: #000;
 padding: 25px 15px;
}
#buy .tableList .line {
 height: 4px;
 padding: 0;
 background-color: #DFDFDF;
}
#buy .tableList .cate {
 background-color: #EEEEEE;
 color: #333;
}