.Width1000{max-width: 1000px;}
body { margin: 0; padding: 0; font-size: 16px; font-family: "-apple-system,HuaweiSans,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif"; color: #333; line-height: 180%; border: none; }
*:focus{outline:0px}
i { font-style:normal; }
ul,li{list-style:none;padding: 0;margin: 0;}
/* a {color: #333;text-decoration: none;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);} */
.fb{font-weight: bold;}
.multi-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clearfix{clear: both; height: 0px; font-size: 0px; _overflow: hidden;}
.ellipsis {text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
/*************************************index***************************************************/
.main{
    margin: 0 auto;
}
.banner{
    display: flex;
    justify-content: center;
    padding: 20px;
    box-shadow: 6px 1px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 10px;
    margin: 10px auto 0;
    width: 94%;
}
.banner img{}
.formMain{
    margin-top: 10px;
}
.formMain .formTop{
    box-shadow: 6px 1px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.formMain .formTop_t{
    background-color: #409eff;
    border-radius: 5px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.formMain .formTop_t::before{
  content:"";
  width: 2px;
  height: 30px;
  display: inline-block;
  background-color: #409eff;
  position: relative;
  left: -49%;
}
.formMain .formTop_g::before{
  background-color: #67c23a;
}
.formMain .formTop_g_b::before{
  background-color: transparent;
}
.formMain .form_Top_first{
    padding: 10px 12px;
}
.formMain .form_Top_first li{
    display: flex;
    border-bottom: 1px solid #efeff5;
    height: 45px;
    line-height: 45px;
    align-items: center;
}
.formMain .form_Top_first .formTop_t_l{
    border: 1px solid #d9ecff;
    background-color: #ecf5ff;
    color: #409eff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 20px;
}
.formMain .form_Top_first .formTop_t_r{
    font-size: 14px;
}
.formMain .formTop_g{
    background-color: #67c23a;
}
.formMain .form_Top_Second{
    margin-top: 12px;
}
.formMain .form_Top_Second li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}
.formMain .form_Top_Second .formTop_b_l{
    display: flex;
    color: #636264;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}
.formMain .form_Top_Second .formTop_b_l .icon{
    color: #f56c6c;
}
.formMain .form_Top_Second .formTop_b_r{
    /* width: 100%; */
}
.formMain .allPrice{
    height: 35px;
    line-height: 35px;
    color: #f2be5d;
    background-color: #fdf6ec;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
}
.formMain .allPrice >span{}
/* 基本样式重置 */
body {
  font-family: Arial, sans-serif;
}

/* 下拉菜单容器 */
.dropdown {
  position: relative;
  display: inline-block;
}

/* 下拉按钮 */
.dropbtn {
  background-color: #ffffff;
  color: #bbb2cc;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #e4e7ec;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  text-align: left;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 下拉箭头 */
.dropbtn .arrow {
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  right: 0;
}

/* 下拉内容（隐藏） */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 140px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  border: 1px solid #e4e7ec;
}

/* 下拉内容中的链接 */
.dropdown-content a {
  color: #000000;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* 鼠标悬停在下拉内容上的效果 */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* 显示下拉内容（当鼠标悬停在按钮上时） */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 鼠标悬停在下拉按钮上的效果 */
.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}
/* 数量加减框的整体样式 */
.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
}

/* 加减按钮的通用样式 */
.quantity-button {
  background-color: #f5f7fa;
  border: none;
  color: #333;
  cursor: pointer;
  /* padding: 10px; */
  font-size: 16px;
  outline: none;
  flex: 0 0 auto; /* 防止按钮在输入框调整大小时被挤压 */
  width: 30px;
  height: 30px;
}

/* 输入框的样式 */
#quantity-input {
  border: none; /* 因为外框已经有了边框，所以这里不需要 */
  /* padding: 10px; */
  text-align: center;
  flex: 1 1 auto; /* 让输入框占据剩余的空间 */
  width: 65px; /* 确保在flex布局中占据空间 */
  box-sizing: border-box; /* 确保padding不会增加输入框的宽度 */
  height: 32px;
  border: 1px solid #dcdfe6;
}
.formMain .form_Top_Second .formTop_b_l_r{
  margin-right: 15px;
}
/* 自定义复选框的样式 */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px; /* 为了给自定义的标记留出空间 */
  /* margin-bottom: 12px; */ /* 复选框之间的间距 */
  cursor: pointer;
  font-size: 14px; /* 复选框旁边文字的字体大小 */
  -webkit-user-select: none; /* 禁止选择文本 */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 25px;
}

/* 隐藏原生的复选框 */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* 创建自定义的复选框标记 */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff; /* 外部背景颜色 */
  border-radius: 30px;
  border: 1px solid #e2e5ea;
}

/* 当复选框被选中时，显示内部的白色圆点 */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #409efe; /* 保持外部背景颜色 */
  border: 1px solid #409efe;
  border-radius: 20px;
  color: #409efe;
}

.custom-checkbox input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  /* border: solid white; */
  /* border-width: 0 14px 3px 0; */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* transform: rotate(45deg); */
  background-color: #fff;
  border-radius: 10px;
}
.checkbox-group{
  display: flex;
}
.formTop_b_r .inp{
    border: 1px solid #e4e7ec;
    padding: 10px;
    width: 900px;
    border-radius: 5px;
}