
/* ===== 父级 ===== */
.u1 {
  position: relative !important;
}

/* ===== 价格标签外层 ===== */
.g_list1 {
  position: absolute !important;
  right: -310px !important;
  top: 247px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 99 !important;
  float: left;
  width: 100%;
}
/* 外层全屏蓝色背景容器 */
.full-banner-bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #3364e4;
}
/* ===== 价格主体（核心）===== */
.g_list1 .p3 {
 border: 1.5px solid #4070d8;
  color: #4070d8;
  background: transparent;
  border-radius: 99px;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 15px;
}

/* ===== 隐藏无用元素 ===== */
.g_list1 .p3 span,
.g_list1 .p3 .now,
.g_list1 .p3 strike {
  display: none !important;
}

/* ===== 原价 / 描述 ===== */
.g_list1 .p2 {
  color: #999;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}

/* ===== 删除线样式（如需显示） ===== */
.g_list1 .p3 del {
  display: inline-block !important;
  text-decoration: none !important;
}
:root{--theme-color:#024afd;}
*{/*! margin:0; *//*! padding:0; *//*! list-style:none; *//*! text-decoration:none; *//*! box-sizing:border-box; *//*! font-family:"Microsoft YaHei",sans-serif; */}
body{padding-top:70px;}
.container{max-width:1230px;margin:0 auto;}
.clearfix:after{content:"";display:block;clear:both;}

/* 顶部导航 */
.header-alert{margin:0;padding:10px 0;border:0;border-radius:0;text-align:left}
.header-top{position:fixed;top:0;z-index:1999;width:100%;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.07)}
.header-logo{float:left;margin-top:6px}
.header-logo img{height:55px;}
.header-menu{float:left;margin-left:200px}
.header-menu>li{/*! position:relative; */float:left;margin-right:35px;}
.header-menu>li>a{display:inline-block;padding:20px 0;font-size:16px;color:#666}
.header-menu>li.active>a,.header-menu>li>a:hover{color:#2f82ff;border-bottom:3px solid #2f82ff;}

/* 登录注册 —— 已修复点击位移问题 */
.header-login{float:right;margin-top:20px; position:static;}
.header-login li{display:inline-block; vertical-align:middle;}
.header-login li .btn{float:left;margin-left:20px;color:#fff;padding:6px 14px;border-radius:4px;}
.header-login li .btn a{color:#fff; display:inline-block; position:relative;}

/* 固定按钮不偏移核心代码 */
.wel-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.wel-item a {
  /*! display: inline-block; */
  /*! position: relative; */
  /*! white-space: nowrap; */
}

/* 按钮样式 */
.btn-theme{border:1px solid var(--theme-color);background-color:var(--theme-color);color:#fff}
.btn-theme:hover{border-color:#1b59f5;background-color:#1b59f5;}

/* 隐藏移动端按钮 */
.header-navico{display:none !important;}

/* Banner 搜索区域 */
.index-banner{position:relative;width:100%;height:240px;background-color:#3364e4;display:flex;align-items:center;justify-content:center;}
.search-box{text-align:center;}
.search-box h3{color:#fff;font-size:26px;margin-bottom:5px;}
.search-box .index-search{position:relative;width:600px;margin:20px auto;}
.search-box .index-search .form-control{padding:0 20px;height:45px;border:1px solid #eee;box-shadow:none;border-radius:25px;width:100%;outline:none;font-size:14px;}
.search-box .index-search .submit{position:absolute;top:1px;right:2px;padding:0 25px;border-radius:0 20px 20px 0;background:#fff;height:43px;border:0;color:var(--theme-color);font-size:14px;cursor:pointer;}
.search-box .index-search .submit{position:absolute;top:1px;right:2px;padding:0 25px;border-radius:0 20px 20px 0;background:#1967D2;height:43px;border:0;color:#eee}
.wel .wel-item-m1938>a:hover{color:#fff;font-weight: 600;margin-top: 14px;box-shadow: 0px 4px 14px rgba(76, 156, 239, 0.5490196078431373);}
.wel .wel-item-m1938>a{margin:1px 5px 0 5px;padding:0 20px;height:32px;border-radius:50px;background-color: #2f82ff;color:#fff;line-height:32px;}
/* 热门搜索 */
.hot-words{text-align:center;margin-top:10px;}
.hot-words li{display:inline-block;color:#fff;margin-right:15px;font-size:14px;}
.hot-words li a{color:#fff}

.wel .wel-item a {
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  top: -3px !important;       /* 往上移 3px（你可以自己改数字）*/
  margin: 1px 5px 0 5px !important;
}
.wel .wel-item-m1938 > a:hover {
  margin: 1px 5px 0 5px !important;
  top: -3px !important;       /* hover 保持和上面一样！不变！*/
  transform: none !important;
}

/* 外层容器，模拟蓝色背景 */
.resou {
    background-color: #2468d8; /* 图片里的蓝色背景 */
    padding: 30px 20px;
}

/* 清除默认边距 */
.resou form {
    margin: 0;
    padding: 0;
}

/* 列表整体布局 */
.resou .u1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* 水平排列 */
    align-items: center;
    width: 100%;
    max-width: 1200px; /* 可以根据需要调整 */
}

/* 下拉选择框 */
.resou .l1 {
    position: relative;
    background-color: #fff;
    border-radius: 25px 0 0 25px; /* 左侧圆角 */
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    border-right: 1px solid #eee;
}

/* 下拉选项 */
.resou #topdiv {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 5px 5px;
    min-width: 80px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.resou #topdiv a {
    display: block;
    /*! padding: 8px 15px; */
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.resou #topdiv a:hover {
    background-color: #f5f5f5;
}

/* 输入框 */
.resou .l2 {
    flex: 1; /* 占满剩余宽度 */
}
.resou .l2 input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0; /* 中间部分不要圆角 */
}
.resou .l2 input::placeholder {
    color: #999;
}

/* 搜索按钮 */
.resou .l3 input {
    background-color: #1e59b8; /* 和背景同色的按钮 */
    color: #fff;
    border: none;
    height: 50px;
    padding: 0 40px;
    border-radius: 0 25px 25px 0; /* 右侧圆角 */
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.2);
}
.resou .l3 input:hover {
    background-color: #1e59b8;
}

#topnwd {
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
}

/* 下拉箭头样式 */
.down-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.2s;
}
/* 鼠标悬浮时箭头旋转 */
.l1:hover .down-arrow {
  transform: rotate(180deg);
}
/* 返回顶部按钮样式 */
#backTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #165DFF 0%, #0E42C1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(22,93,255,0.25);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}
/* 显示状态 */
#backTop.show {
    opacity: 1;
    visibility: visible;
}
/* hover效果 */
#backTop:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(22,93,255,0.35);
}
/* 手机端适配 */
@media (max-width: 768px) {
    #backTop {
        width: 42px;
        height: 42px;
        right: 15px;
        bottom: 20px;
    }
}