/* 商品详情 */

.goodsInfo_top {
  display: flex;
  width: 76%;
  justify-content: space-around;
  background: #fff;
  border-radius: 0.785rem;
}

.goodsInfo_top a {
  width: 30%;
  text-align: center;
}

.goodsInfo_top input {
  font-size: 0.59rem;
  line-height: 1.38rem;
  background: none;
}

.goodsInfo_top_pick {
  color: var(--pink);
  border-bottom: .125rem solid var(--pink);
}

.goods_cen {
  /* background-color: #fff */
}

.goods_info {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.goods_info::before {
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  /* background: linear-gradient(115deg, #ffe4d1 55%, #fff1e7 65%, #ffb890); */
}
.goods_info::after {
  width: 70%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--jb-red1);
  border-radius: 0 0 4rem 0;
  box-shadow: 0 0.235rem 0.025rem rgb(51 10 165 / 15%);
}

.goods_box {
  width: 100%;
  margin: 0rem auto 0;
  position: relative;
  background-color: #fff;
  border-radius: 0.335rem 0.335rem 0 0;
  z-index: 9;
}

.goods_info_price {
  display: flex;
  font-size: 0.59rem;
  line-height: 1.59rem;
  padding: 0 3%;
  align-items: center;
  position: relative;
  z-index: 3;
}

.goods_info_price #price {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  font-family: DIN;
  margin: 0.35rem 0.5rem 0.35rem 0;
}
.goods_info_price #price em {
  font-size: 0.52rem;
}

.goods_info_price #price i {
  font-size: 0.555rem;
}

.goods_info_price .price_market {
  color: #fff;
  text-decoration: line-through;
  font-family: DIN;
  margin: 0.38rem 0 0.25rem 0.35rem;
}

.goods_info_price .price_market i {
  color: #fff;
  text-decoration: line-through;
  font-size: 0.455rem;
}

.goods_info_title {
  display: flex;
  justify-content: space-between;
  padding: 0.735rem 0.335rem .735rem;
  position: relative;
  border-bottom: 1px solid #dedede80;

}

.goods_info_title p {
  /* width: 80%; */
  font-size: 0.64rem;
  color: #222;
  font-weight: 700;
  line-height: 0.98rem;
  /* height: 1.95rem; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* .goods_info_title::before {
  position: absolute;
  left: 0;
  top: 0;
  content:"";
  height: 100%;
  background: linear-gradient(to right, #fb046c, #f5063d);
  width: .12rem;
} */

.goods_info_title a {
  width: 2rem;
  text-align: center;color: var(--color6);
}

.goods_info_title a img {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  margin: 0 auto;
}

.goods_info_tedian {
  padding: .535rem .335rem;
  font-size: .59rem;
  color: #999;
}

.goods_info_list {
  border-top: 0.335rem solid #f0f4f5;
}

.goods_info_list > div {
  display: flex;
  align-items: center;
  font-size: 0.628rem;
  line-height: 1.98rem;
  padding: 0 0.5rem;
  background-color: #fff;
  border-bottom: 0.035rem solid #f0f4f5;
  width: 100%;
  margin: 0 auto 0.335rem;
}

.goods_info_list > div + div {
  border-top: 1px solid #f5f5f5;
}

.goods_info_list > div > div {
  width: 22%;
  color: #999;
  font-size: 0.58rem;
}

.goods_info_list > div a {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .goods_info_list>div a::after {
  content: '';
  display: block;
  width: .345rem;
  height: .345rem;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg)
} */

.goods_info_list > div a div {
  width: 80%;
  height: 1.5rem;
  font-size: 0.59rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods_xq {
  padding: 0rem 0;
  width: 100%;
  margin: 0 auto 0.335rem;
  overflow: hidden;
}

.goods_xq table {
  width: 100%;
  border-collapse: collapse;
}

.goods_xq table td {
  width: 50%;
  text-align: center;
  font-size: 0.59rem;
  line-height: 1.5;
  border: 1px solid #999;
  padding: 0.5rem;
}

.goods_xq img {
  width: 100%;
  display: block;
}

.goods_comment li a {
  padding: 0.5rem;
  border-bottom: 0.25rem solid #f5f5f5;
  background: #fff;
}

.goods_comment li a > div {
  display: flex;
  align-items: center;
}

.goods_comment .goods_comment_top .goods_comment_logo{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
}

.goods_comment .goods_comment_top div img {
  width: 100%;
  height: 100%;
  display: block;
}

.goods_comment .goods_comment_top .goods_comment_title {
  width: 10rem;
  font-size: 0.59rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods_comment .goods_comment_bt {
  margin-top: 0.5rem;
  justify-content: space-between;
}

.goods_comment .goods_comment_bt > div:first-child {
  width: 10rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.goods_comment .goods_comment_bt > div:last-child {
  width: 3.2rem;display: flex;
  text-align: right;color: var(--color6);
}
.goods_comment .goods_comment_bt .comment1 i{
	display: block;
}
.goods_comment .goods_comment_bt .comment1 i:nth-child(-n+1){
	color: var(--pink);
}
.goods_comment .goods_comment_bt .comment2 i:nth-child(-n+2){
	color: var(--pink);
}
.goods_comment .goods_comment_bt .comment3 i:nth-child(-n+3){
	color: var(--pink);
}
.goods_comment .goods_comment_bt .comment4 i:nth-child(-n+4){
	color: var(--pink);
}
.goods_comment .goods_comment_bt .comment5 i:nth-child(-n+5){
	color: var(--pink);
}

.gooods_popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 120;
  display: none;
}

.gooods_popup > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fff;
}

.gooods_popup_top {
  display: flex;
}

.gooods_popup_img {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gooods_popup_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.gooods_popup_top .goods_info_title {
  width: 10rem;
  padding: 0.5rem;
  display: block;
}

.gooods_popup_top .goods_info_title p {
  margin: 0;
}

.gooods_popup_top .goods_info_title div {
  color: #fd3c2b;
  display: flex;
}

.gooods_popup_top .goods_info_title div input {
  font-size: 0.69rem;
  color: #fd3c2b;
}

.goods_guige {
  height: 7rem;
  overflow: auto;
}

.goods_guige > div > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #aaa;
  padding: 0.5rem 0.5rem 0.15rem;
  line-height: 1.5rem;
}

.goods_guige > div > div p {
  margin-right: 0.35rem;
}

.goods_guige a {
  width: max-content;
  font-size: 0.59rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.35rem;
  background-color: #f5f5f5;
  border-radius: 0.35rem;
}

.goods_guige_a {
  background-color: #fd3c2b !important;
  color: #fff;
}

.goods_n {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  align-items: center;
}

.goods_n .goods_n_price {
  color: #fd3c2b;
}

.goods_n .goods_num {
  display: flex;
  justify-content: space-around;
}

.goods_n .goods_num a {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0.69rem;
  line-height: 1.15rem;
  text-align: center;
  background-color: #f5f5f5;
}

.goods_n .goods_num input {
  width: 2rem;
  margin: 0 0.5rem;
  text-align: center;
  font-size: 0.69rem;
  line-height: 1.15rem;
}

.goods_popup_bt {
  height: 2.5rem;
}

.goods_popup_bt > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.goods_popup_bt a {
  width: 94%;
  text-align: center;
  font-size: 0.69rem;
  line-height: 2rem;
  border-radius: 0.135rem;
  margin: 0.25rem auto;
  display: none;
  color: #fff;
}

.goods_popup_bt .goods_cart {
  background: linear-gradient(to left, #daae6e, #eec68c);
}

.goods_popup_bt .goods_buy {
  background: var(--jb-red1);
}

.goods_foot {
  height: 2.2rem;
}

.goods_foot > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 55;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
  height: 2.3rem;
}

.goods_foot .goods_foot_a {
  width: 20%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.goods_foot .goods_foot_bt {
  width: 80%;
  /* margin: 0.2rem auto;
  border-radius: 1rem; */
}

.goods_foot .goods_foot_a a {
  width: 100%;
  /* height: 2rem; */
  /* border-right: 1px solid #e9e9e9; */
  font-size: 0.545rem;color: #666;
  line-height: 0.665rem;
}

.goods_foot .goods_foot_a a div {
  padding-top: .135rem
}

.goods_foot_i .goods_foot_img1 {
  display: inline-block;
}

.goods_foot_i .goods_foot_img2 {
  display: none;
}

.goods_foot_img .goods_foot_img1 {
  display: none;
}

.goods_foot_img .goods_foot_img2 {
  display: inline-block;
}

.goods_foot .goods_foot_bt > a {
  color: #fff;
  font-size: 0.59rem;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.265rem 0;
}
.goods_foot .goods_foot_bt > a span {
  font-family: DIN;
  font-size: 0.73rem;
}
.goods_foot .goods_foot_bt > a span i {
  font-size: 0.52rem;
}

.goods_foot .goods_foot_bt > a:first-child {
  background-image: linear-gradient(to left, #daae6e, #eec68c);
  /* background: #ff6043; */
  /* border-radius: 1rem 0 0 1rem; */
  border-right: 1px solid #ffffff90;
}
.goods_foot .goods_foot_bt > a:nth-child(2) {
  background-image: linear-gradient(to right, #ff9500, #ff1e7d);
  /* background: #ff1e7d;*/
  border-right: 1px solid #ffffff90;
}
.goods_foot .goods_foot_bt > a:nth-child(2) p {
  width: 1.85rem;
  height: 1.85rem;
  margin-top: -1.15rem;
  background: #fff;
  border: 0.13rem solid #ffffff90;
  position: relative;
  border-radius: 50%;
  /* background-image: linear-gradient(to top, #ff6043, #fb046c); */
  font-size: 0.85rem;
  display: flex;
  font-weight: bold;
  color: #fb046c;
  box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.07);
  align-items: center;
  justify-content: center;
  margin-bottom: 0.185rem;
}
.goods_foot .goods_foot_bt > a:last-child {
  background: var(--jb-red1);
  /* background: #ff0071; */
  /* border-radius: 0 1rem 1rem 0; */
}

/* 分类 */

.classify_cen {
  display: flex;justify-content: space-between; flex-wrap: nowrap;
  background: #f5f5f7;
  width: 100%;height: calc(100% - 5rem);
  position: fixed;top: 2.5rem;left: 0;
}

.classify_left {
  width: 24%;
  overflow-y: auto;
  max-height: 100%;
  background-color: #fff;
}

.classify_left li a {
  font-size: 0.58rem;
  width: 100%;
  font-weight: 700;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dedede;
}

.classify_left_pick {
  color: var(--pink);
  border-left: 4px solid var(--pink);
}

.classify_right {
  width: 73%;
  overflow-y: auto;
  max-height: 100%;
}

.classify_right > a img {
  width: 100%;
  display: block;
}

.classify_list_cen{
  width: 100%;
}
.classify_list .classify_list_a {
  padding-right: 0.5rem;
  line-height: 1rem;
  color: #333;font-weight: bold;
  line-height: 2rem;
}

/* .classify_list .classify_list_a::after {
  content: '';
  display: block;
  width: .4rem;
  height: .4rem;
  border-top: .05rem solid #aaa;
  border-right: .05rem solid #aaa;
  transform: rotate(45deg);
} */

.classify_list .classify_list_pick::after {
  transform: rotate(135deg);
}

.classify_list .classify_list_ul {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f7;
  border-radius: 0.335rem 0 0 0.335rem;
  padding: 0.455rem 0;
  justify-content: space-between;
}
.classify_list .classify_list_ul li {
  width: 48.5%;
  margin-bottom: 0.5rem;
  display: flex;
  background: #fff;
  border-radius: 0.335rem;
  overflow: hidden;
  padding-bottom: 0.335rem;
}

.classify_list .classify_list_ul a {
  width: 100%;
  font-size: 0.59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.classify_list .classify_list_ul a img {
  width: 5.45rem;
  height: 5.45rem;
  object-fit: cover;
  border-radius: 0.335rem 0.335rem 0 0;
}

.classify_list .classify_list_ul a > div {
  width: 8rem;
}

.classify_list .classify_list_ul a > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.classify_list .classify_list_ul a > div > div > div {
  color: #f55;
}

.classify_list .classify_list_ul a div div i {
  background-color: #f55;
  color: #fff;
  border-radius: 0.25rem;
  line-height: 1.5;
  padding: 0 0.25rem;
  font-size: 0.49rem;
}

.classify_list .classify_list_ul a p {
  width: 100%;text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 0.58rem;
  line-height: 2;
}

.classify_right_ul li {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem;
}

.classify_right_ul .classify_list_img {
  width: 3rem;
  height: 3rem;
  display: block;
  margin-right: 0.5rem;
}

.classify_list_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.classify_list_i {
  display: flex;
  align-items: center;
  width: 3.5rem;
}

.classify_list_i i {
  border-radius: 50%;
  border: 1px solid #222;
  font-size: 0.69rem;
  line-height: 1rem;
  width: 1rem;
  text-align: center;
  display: block;
}

.classify_ir {
  background: #fd3c2b;
  color: #fff;
  border: 1px solid #fd3c2b;
}

.classify_list_i input {
  width: 1rem;
  border: none;
  outline: none;
  font-size: 0.69rem;
  line-height: 1.2rem;
  text-align: center;
  color: #666;
  margin: 0 0.25rem;
}

.category_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.4rem;
  background: #fff;
  padding: 0 0.5rem;
  border-top: 2px solid #f5f5f5;
}

.category_footer_total {
  font-size: 0.69rem;
  line-height: 1.8rem;
  width: 10rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.category_footer_total span {
  color: #fd3c2b;
}

.category_footer_a a {
  width: 4rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 2rem;
  color: #fff;
}

.category_settle {
  background: #aaa;
  color: #222;
}

.category_settle2 {
  display: none;
  background: linear-gradient(to right, #614cc3, #7f6dff);
}

/* 搜索 */

.search_list {
  padding: 0.5rem;
  background-color: #fff;
}

.search_list div {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.search_list a {
  width: max-content;
  font-size: 0.69rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #666;
  color: #666;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* 商家列表 */

.business li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #fff;
}

.business li .business_left {
  width: 80%;
  display: flex;
  align-items: center;
}

.business li .business_img {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
}

.business li .business_cen {
  width: 65%;
}

.business li .business_cen p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.business li .business_cen h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.business li .business_cen i {
  color: #329930;
}

.business li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.business li .business_nav {
  padding: 0.2rem 0.35rem;
  background-color: #fd3c2b;
  color: #fff;
  border-radius: 0.2rem;
}

.business_school {
  padding: 0.5rem;
}

.business_school li {
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.business_school_top {
  display: flex;
  align-items: center;
}

.business_school_top .business_school_img {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.business_school_top .business_school_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.business_school_cen {
  padding: 0.5rem 0;
}

.business_school_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.business_school_list a {
  width: 33.3%;
}

.business_school_list a div {
  width: 4.25rem;
  height: 4.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 auto 0.25rem;
  max-width: 100%;
}

.business_school_list a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.business_school_bt {
  display: flex;
  align-items: center;
}

.business_school_bt a {
  width: 50%;
  text-align: center;
  line-height: 1rem;
  padding-top: 0.35rem;
}

.business_upload {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 0px 0.25rem #fd3c2b;
  background-color: #fd3c2b;
  border: 0.25rem solid #fd3c2b;
  font-size: 0.49rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
}

.business_upload img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

.school_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin: 0.335rem auto 0;
}

.school_nav a {
  width: 31.5%;
  border-radius: 0.35rem;
  border: 1px solid #999;
  background-color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0.2rem 0;
}

.school_nav .school_nav_pick {
  color: #fd3c2b;
  background-color: rgba(225, 255, 248, 0.9);
  border: 1px solid #fd3c2b;
}

.school_nav_v .school_nav_list {
  display: none;
  padding: 0 0.5rem 0.5rem;
}

.school_nav_v .school_nav_list:first-child {
  display: block;
}

.school_nav_list > div {
  width: 100%;
  height: 8rem;
}

.school_nav_v video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.school_list {
  background-color: #fff;
  padding: 0.5rem;
}

.school_list li {
  margin: 0 auto;
}

.school_list li + li {
  border-top: none;
}

.school_list li .school_list_cen {
  display: flex;
  align-items: center;
  padding: 0.5rem 0rem 0.2rem;
  margin-right: 0.35rem;
}

.school_list_cen .school_list_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 4.5rem;
  margin-right: 0.5rem;
}

.school_list_cen img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.school_list_text {
  width: 6rem;
}

.school_list_text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school_list_text div {
  font-size: 0.59rem;
  color: #666;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.school_list_text p {
  color: #666;
  font-size: 0.59rem;
}

.school_list_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.school_list_bt p {
  color: #666;
  font-size: 0.59rem;
}

.school_list_bt div {
  border-radius: 0.5rem 0 0.5rem 0;
  background-color: rgba(56, 169, 163, 1);
  padding: 0.2rem 0.5rem;
  color: #fff;
}

.school_details {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
}

.school_details a {
  width: 20%;
  text-align: center;
  line-height: 1.5rem;
  border-bottom: 0.1rem solid transparent;
}

.school_details .school_details_pick {
  border-bottom: 0.1rem solid #fd3c2b;
  color: #fd3c2b;
}

.school_details_cen {
  display: none;
}

/* 商家入驻 */

.business_join {
  background-color: #fff;
}

.business_join_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  line-height: 1rem;
}

.business_join_list input {
  width: 10rem;
  line-height: 1.5rem;
  font-size: 0.59rem;
  text-align: right;
}

.business_join_logo {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.business_join_logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.business_join_logo input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* 进货 */

.purchase_top {
  text-align: center;
  line-height: 2.5rem;
}

.purchase {
  padding: 1rem 1rem;
}

.purchase_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 0.35rem;
  padding: 1rem 0.5rem;
}

.purchase_list div {
  width: 85%;
}

.purchase_list + .purchase_list {
  margin-top: 1rem;
}

.purchase_list p {
  color: #666;
}

.purchase_pick {
  border: 2px solid #fd3c2b;
  color: #fd3c2b;
  background: #ecebf3;
}

.purchase_pick p {
  color: #fd3c2b;
}
