* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑,Arial", "sans-serif";
}
ul,
ol{
  padding-left: 0 ;
  list-style: none;
}
a{
  color: #333;
  text-decoration: none;
  color: inherit;
}
p{
  margin-bottom: 0;
}
body,
html {
  font-family: sans-serif;
  background-color: rgb(247, 247, 247);
  overflow-x: hidden;
  height: auto;
}

table {
  border-collapse: collapse;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
input:not([type="radio"],[type="checkbox"]){
  flex: 1;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 15px;
}
.hidden {
    display: none !important;
}
.detail {
    display: flex;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    margin: 4px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    -webkit-appearance: none;
    appearance: none;
    background-color: #409eff;
    border-color: #409eff;
}
input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input:focus {
  outline: none !important; 
  border-color: #ccc; 
  box-shadow: none !important;
}
.yifang-body {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #f5f5f5;
}
/* 秒杀抢购按钮 */
.yifang-body .buy {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ff7931 0%, #e93323 100%);
  text-align: center;
  width: 60px;
  color: white;
  margin-left: 60%;
  display: none;
}
/* ========================== 3. 通用文字样式 ========================== */
.yifang-body .afterPrice {
  font-weight: 700;
  color: #e93323;
  font-size: 1.2rem;
}
.detail {
    display: flex;
}
.yifang-body .yifang-Breadcrumb {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    height: 60px;
    gap: 3px;
}
.chooseBox .yf-icon{
    position: absolute;
    right: -9px;
    bottom: -4px;
    width: 25px;
    height: 15px;
    z-index: 20;
    color: white;
    background-color: #e93323;
    font-size: 16px;
    transform: rotate(-45deg);
}
.orBox .yf-icon::before,
.chooseBox .yf-icon::before{
    content: "";
    position: absolute;
    right: 7px;
    bottom: 8px;
    width: 8px;
    height: 4px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    background-color: #e93323;
    z-index: 21;
    font-size: 16px;
    transform: rotate(-3deg);
}
.orBox,
.addBox{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 22px 27px;
  overflow: hidden;
  cursor: pointer;
}
.orBox .yf-icon{
  position: absolute;
    left: 158px;
    bottom: 13px;
    width: 25px;
    height: 15px;
    z-index: 20;
    color: white;
    background-color: #e93323;
    font-size: 16px;
    transform: rotate(-45deg);
}
.orItem,
.chosenItem{
  overflow: hidden;
  position: relative;
  border:1px solid #e93323 !important;
}
.active{
  color: #e93323;
}
.js-colorAfter{
    /* border-bottom: 2px solid #e93323; */
    color: #e93323 ;
}
.js-colorAfter:after{
      color: #e93323;
    background: #e93323;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.js-colorChange{
  color: #e93323;
}
.commentItem{
  color: #e93323;
  background: url(../img/卡头.png) top / 100% 7px no-repeat;
}
.twoHeight{
  height: auto;
}
.yifang-body .yifang-loadMoreBox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.yifang-body .yifang-loadMoreBox div{
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.mb-3:nth-child(2) .row{
  border:1px solid #ced4da !important;
  height: 40px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: .25rem;
}
.modal-content{
  width: 700px !important;
  height: auto;
  margin-top: 15vh;
}
.modal-title{
  font-size: 18px !important;
  line-height: 24px !important;
}
.yifang-address .btn-secondary,
.yifang-address .btn-primary{
  width: 75px;
  height: 40px;
}
.yifang-address .btn-secondary{
  background-color: #fff !important;
  color: #6c757d !important;
}
.modal-header{
  padding: 20px 20px 10px !important;
}
.modal-dialog{
  max-width: 700px !important;
}
.modal-body input::placeholder,
.modal-body textarea::placeholder{
  color: #cfcfcf;
}
/*  */
.modal-body{
  position: relative;
}
.modal-body .provinceBox{
  width: 96%;
  background: #fff;
  border: 1px solid #e93323;
  border-radius: 4px;
  left: 0;
  position: absolute;
  padding: 0 15px;
  top: 112px;
  z-index: 99;
  height: auto;
  margin: 0 1rem;
}
.modal-body .provinceNone{
  display: none;
}
.modal-body .provinceBox .title-box{
  border-bottom: 1px solid #efefef;
    color: #e93323;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.modal-body .provinceBox .label-box{
    color: #666;
    font-size: 14px;
    margin: 8px 0 18px;
    line-height: 2;
}
.modal-body .provinceBox .label-box span{
  cursor: pointer;
  margin-right: 10px;
}

