.breadcrumb {
  display: flex;
  align-items: center;
  padding: 9px 11px;
  background: #f7f8fa;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
  color: #999;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.current {
  color: #0f0f0f;
}
.breadcrumb .breadcrumb-separator {
  margin: 0 2px;
  color: #999;
}
.box-con {
  padding: 12px 13px 0;
}
.box-con .box2 {
  background: #fff;
  border-radius: 5px;
  padding: 15px 15px 0;
  margin-top: 10px;
}
.box-con .box2 .box2-list .box2-item {
  margin-top: 16px;
}
.box-con .box2 .box2-list .box2-item .box2-item-title {
  color: #333;
  font-size: 16px;
}
.box-con .box2 .box2-list .box2-item .box2-item-text {
  color: #0f0f0f;
  font-size: 12px;
  margin-top: 14px;
}
.box-con .box2 .box2-list .box2-item .box2-item-footer {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.box-con .box2 .box2-list .box2-item .box2-item-footer .box2-item-btn {
  background: #fd742d;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.box-con .box2 .box2-list .box2-item .box2-item-footer .box-item-btn {
  background: #000;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.more-btn{width:141px;height:34px;background:#000;margin:20px auto 0;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.more-btn img{width:4px;height:7px;margin-left:10px}
.box-con .box2 .box2-list .box2-item .box2-item-footer .zhan {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  background: #ccc;
}
.box-con .box2 .box2-list .box2-item .box2-item-footer .box2-item-txt {
  font-size: 12px;
  color: #666;
}
.box-con .box2 .box2-list .box2-item .box2-line {
  background: #f5f5f5;
  margin-top: 16px;
  height: 1px;
}
.box-con .box2 .box2-more {
  width: 130px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fffefe;
  margin: 15px auto 0;
}
.box-con .box2 .box2-more img {
  width: 4px;
  height: 10px;
  margin-left: 6px;
}
.box-con .box2 .input-title {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.box-con .box2 .box2-input {
  margin-top: 15px;
}
.box-con .box2 .box2-input .box2-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.box-con .box2 .box2-input .box2-field {
  border: 1px solid #dcdfe6;
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.box-con .box2 .box2-input .box2-field /deep/ .van-cell {
  padding: 0;
  font-size: 12px;
}
.box-con .box2 .box2-input .box2-input-box {
  padding-right: 12px;
  border: 1px solid #dcdfe6;
  height: 25px;
  margin-top: 10px;
}
.box-con .box2 .box2-input .box2-input-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.box-con .box2 .box2-input .box2-textarea {
  padding-right: 12px;
  border: 1px solid #dcdfe6;
  margin-top: 11px;
  height: 80px;
}
.box-con .box2 .box2-input .box2-textarea input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
}
.box-con .box2 .box2-rela {
  color: #333;
  font-size: 16px;
  margin-top: 19px;
}
.box-con .box2 .box2-re .box2-re-item {
  margin-top: 17px;
}
.box-con .box2 .box2-re .box2-re-item .box2-re-top {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 10px;
}
.box-con .box2 .box2-re .box2-re-item .box2-re-top img {
  margin-right: 2px;
  width: 10px;
  height: 9px;
}
.box-con .box2 .box2-re .box2-re-item .box2-text {
  color: #999;
  font-size: 12px;
  margin-top: 13px;
}
.box-con .box2 .box2-re .box2-re-item .zhan {
  background: #f5f5f5;
  margin-top: 13px;
  height: 1px;
}
.box-con .box2 .box2-pro {
  text-align: center;
  color: #e86710;
  font-size: 16px;
  font-weight: 600;
  margin-top: 26px;
}
.box-con .box2 .goods-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 25px;
}
.box-con .box2 .goods-list .goods-item {
  margin-top: 24px;
}
.box-con .box2 .goods-list2 {
  margin-top: 0;
}
.box-con .box2 .box2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
.box-con .box2 .box2-title .title {
  font-size: 16px;
  color: #333;
}
.box-con .box2 .box2-title .text {
  color: #666;
  font-size: 12px;
}
.top-box {
  margin-top: 15px;
  padding: 0 14px;
}
.top-box .top-box-img {
  padding-left: 36px;
  display: flex;
}
.top-box .top-box-img .top-box-img-left {
  height: 150px;
  overflow-y: scroll;
  margin-right: 7px;
}
.top-box .top-box-img .top-box-img-left img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.top-box .top-box-img .top-box-img-left .active {
  border: 2px solid #fd742d;
  box-shadow: 0 0 8px rgba(253, 116, 45, 0.7);
}
.top-box .top-box-img .top-box-img-right img {
  width: 150px;
  height: 150px;
}
.top-box .top-box-title {
  font-size: 14px;
  color: #0f0f0f;
  margin-top: 14px;
  font-weight: 600;
}
.top-box .top-box-tip {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: flex-start;
}
.top-box .top-box-tip .top-box-tip-left {
  font-size: 12px;
}
.top-box .top-box-tip .top-box-tip-left .top-box-tip-left-one {
  color: #e86710;
}
.top-box .top-box-tip .top-box-tip-left .top-box-tip-left-two {
  color: #666;
  margin-top: 4px;
}
.top-box .top-box-tip .top-box-tip-right {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 9px;
}
.top-box .top-box-tip .top-box-tip-right img {
  margin-right: 3px;
  width: 10px;
  height: 10px;
}
.top-box .top-box-free {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #2b8821;
  font-size: 9px;
}
.top-box .top-box-free img {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.top-box .top-box-label {
  color: #999;
  font-size: 9px;
  margin-top: 13px;
}
.top-box .top-box-imgs {
  display: flex;
  margin-top: 11px;
  flex-wrap: wrap;
  gap: 6px 0px;
}
.top-box .top-box-imgs img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.top-box .top-box-imgs .selected {
  border: 2px solid #fd742d;
  box-shadow: 0 0 8px rgba(253, 116, 45, 0.7);
}
.top-box .top-box-size {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0px;
}
.top-box .top-box-size div {
  line-height: 22px;
  text-align: center;
  padding: 6px 11px;
  background: #2b8821;
  font-size: 12px;
  color: #fffdfd;
  margin-right: 10px;
}
.top-box .top-box-size .selected {
  border: 2px solid #fd742d;
  box-shadow: 0 0 8px rgba(253, 116, 45, 0.7);
}
.top-box .top-box-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 26px;
}
.top-box .top-box-btn .top-box-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 30px;
}
.top-box .top-box-btn .top-box-btn-item1 {
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  height: 28px;
}
.top-box .top-box-btn .top-box-btn-item1 img {
  width: 13px;
  height: 13px;
  margin-right: 9px;
}
.top-box .top-box-btn .top-box-btn-item2 {
  background: #000;
  color: #fffefe;
  font-size: 14px;
}
.top-box .top-box-btn .top-box-btn-item2 img {
  width: 13px;
  height: 13px;
  margin-right: 9px;
}
.top-box .top-box-logo { 
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
}
.top-box .top-box-tab {
  display: flex;
  flex-wrap: wrap;
}
.top-box .top-box-tab .top-box-tab-item {
  width: 33%;
  margin-top: 16px;
}
.top-box .top-box-tab .top-box-tab-item .top-item-name {
  font-size: 12px;
}
.top-box .top-box-tab .top-box-tab-item .zhan {
  margin-top: 12px;
  width: 45px;
  height: 2px;
}
.top-box .top-box-tab .top-box-tab-item-sel .top-item-name {
  color: #fd742d;
}
.top-box .top-box-tab .top-box-tab-item-sel .zhan {
  background: #fd742d;
}
.zhan-heng {
  background: #e6e6e6;
  height: 1px;
  margin-top: 20px;
}
.box-info {
  padding: 17px 13px 0;
}
.box0 .box0-img {
  width: 100%;
  height: 810px;
}
.box0 .box0-tip1 {
  margin-top: 12px;
  background: #f8f9fa;
  padding: 25px 35px 15px;
}
.box0 .box0-tip1 .box0-tip1-one {
  color: #333;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: visible;
}
.box0 .box0-tip1 .box0-tip1-two {
  margin-top: 16px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.box0 .box0-tip2 {
  padding: 13px 21px 15px;
  margin-top: 10px;
  color: #333;
  font-size: 12px;
  background: #e8e9eb;
}
.box0 .box0-tab {
  margin-top: 13px;
}
.box0 .box0-tab .box0-tab-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.box0 .box0-tab .box0-tab-item .box0-item-left {
  font-size: 12px;
  color: #333;
  padding-left: 20px;
}
.box0 .box0-tab .box0-tab-item .box0-item-right {
  color: #fd742d;
  font-size: 12px;
  width: 180px;
}
.box0 .box0-tab .box0-tab-item1 {
  background: #f8f9fa;
}
.box1 .box1-label {
  color: #999;
  font-size: 12px;
  margin-top: 13px;
}
.box1 .box1-text {
  margin-top: 4px;
}
.box1 .box1-text p {
  padding: 0;
  margin: 0;
}
.box3 .box3-title {
  color: #333;
  font-size: 16px;
}
.box3 .box3-list .box3-item {
  margin-top: 30px;
}
.box3 .box3-list .box3-item .box3-item-top {
  color: #999;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.box3 .box3-list .box3-item .box3-item-top img {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.box3 .box3-list .box3-item .box3-item-title {
  color: #0f0f0f;
  font-size: 16px;
  margin-top: 9px;
}
.box3 .box3-list .box3-item .box3-item-text {
  margin-top: 13px;
  color: #999;
  font-size: 12px;
}
.box4 .box4-title {
  color: #999;
  font-size: 12px;
}
.box4 .box4-list {
  margin-top: 13px;
}
.box4 .box4-list .box4-item {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #0f0f0f;
}
.box4 .box4-list .box4-item .box4-item-left {
  width: 60%;
}
.box4 .box4-list .box4-item .box4-item-right {
  width: 40%;
}
.box5 .box5-title {
  color: #999;
  font-size: 12px;
}
.box5 .input-box {
  margin-top: 14px;
}
.box5 .input-box .label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.box5 .input-box .input {
  padding-right: 12px;
  border: 1px solid #dcdfe6;
  height: 25px;
  margin-top: 11px;
}
.box5 .input-box .input input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.box5 .input-box .textarea-input {
  padding-right: 12px;
  border: 1px solid #dcdfe6;
  margin-top: 11px;
}
.box5 .input-box .radio {
  margin-top: 11px;
}
.box5 .btn-box {
  margin-top: 39px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fffefe;
  font-size: 14px;
}
.code-title {
  color: red;
  margin-top: 6px;
  font-size: 12px;
}
.preview-image {
  cursor: pointer;
  max-width: 100%;
}
.image-viewer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.image-viewer-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.large-image {
  max-width: 100%;
  max-height: 80vh;
  display: block;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
}
.cart-box .car-box-top {
  padding: 0 15px;
}
.cart-box .cart-header {
  color: #0f0f0f;
  font-size: 16px;
  margin-top: 20px;
}
.cart-box .cart-items-container {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 10px;
}
.cart-box .cart-items-container::-webkit-scrollbar {
  width: 6px;
}
.cart-box .cart-items-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.cart-box .cart-items-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.cart-box .cart-items-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.cart-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.cart-checkbox {
  margin-right: 10px;
}
.cart-checkbox input[type="checkbox"] {
  display: none;
}
.cart-checkbox label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.cart-checkbox input[type="checkbox"]:checked + label {
  background-color: #fd742d;
  border-color: #fd742d;
}
.cart-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cart-item-info {
  display: flex;
  flex: 1;
}
.item-image {
  width: 76px;
  height: 76px;
  object-fit: cover;
  margin-right: 15px;
}
.item-details {
  flex: 1;
}
.item-name {
  font-size: 12px;
}
.item-name .item-name-title {
  color: #0f0f0f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-name .item-name-sizi {
  display: flex;
  align-items: center;
  color: #008000;
  margin-top: 10px;
}
.item-name .item-name-sizi img {
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.item-price-quantity-con {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-price-quantity {
  display: flex;
  align-items: center;
}
.item-xx {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.item-price {
  font-size: 9px;
  color: #333;
}
.item-x {
  font-size: 9px;
  color: #333;
  margin: 0 7px;
}
.quantity-control {
  display: flex;
  align-items: center;
}
.quantity-btn {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  background: #f8f8f8;
}
.quantity-input {
  width: 20px;
  height: 13px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  outline: none;
}
.delete-btn {
  background: #ff4d4d;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  background: #f8f9fa;
  height: 50px;
  padding: 0 13px;
}
.footer-left {
  display: flex;
  align-items: center;
}
.footer-right {
  display: flex;
  align-items: center;
}
.total-price {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.total-price .total-price-left {
  color: #999;
  margin-right: 4px;
}
.total-price .total-price-right {
  color: #0f0f0f;
}
.checkout-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.footer-left-text {
  color: #999;
  font-size: 12px;
}
.cart-btn {
  margin-top: 37px;
  padding: 0 12px 44px;
}
.cart-btn .cart-btn-item {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
.cart-btn .cart-btn-item1 {
  background: #000;
  color: #fffefe;
}
.cart-btn .cart-btn-item2 {
  border: 1px solid #000;
  color: #000;
  margin-top: 22px;
}
.pagination-box {
  margin-top: 10px;
}
.menu-scroll-container {
  overflow-x: auto;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
.menu-scroll-container::-webkit-scrollbar {
  display: none;
}
.menu-scroll-container {
  scrollbar-width: none;
}
.menu-list {
  display: flex;
  min-width: max-content;
  padding-bottom: 5px;
}
.menu-list .menu-item {
  min-width: 100px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  background: #e6e6e6;
  margin: 0 5px;
  flex-shrink: 0;
  padding: 0 10px;
}
.menu-list .menu-item a:link,
.menu-list .menu-item a:visited,
.menu-list .menu-item a:hover {
    color: #999;
    background: #e6e6e6;
}
.menu-list .menu-item-sel {
    min-width: 100px;
    line-height: 30px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
	background: #000;
	margin: 0 5px;
    flex-shrink: 0;
    padding: 0 10px
}
.menu-list .menu-item-sel a:link,
.menu-list .menu-item-sel a:visited,
.menu-list .menu-item-sel a:hover {
    color: #fff;
    background: #000;
}