/* ============================================================================
 *  PCBottom.css
 * ----------------------------------------------------------------------------
 *  从老项目 src/components/PCBottom.vue 的 <style> 块中提取，内容未作改动。
 *  只改了两处：删掉 @import 行（改由 site.config.js 决定加载哪些 CSS），
 *  以及图片路径 ../assets/img/ → ../img/（对齐其他 CSS 文件的写法）。
 * ========================================================================== */

.bottom_text2 {
  cursor: pointer;
  color: #aeaeae;
}

.pcbottom_footer {
  width: 100%;
  height: auto;
  background-color: #181820;
  color: white;
}

.pcbottom_top_kuan {
  width: 100%;
  border-bottom: 1px solid #666;
  display: flex;
  justify-content: center;
}

.pcbottom_top {
  width: 1200px;
  height: 60px;
}

.pcbottom_top ul {
  margin: 0;
  padding: 0;
  display: flex;
  min-width: 1200px;
}

.pcbottom_top>ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
  width: 100px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #b3b3b3;
}

.pcbottom_top>ul>li:hover {
  cursor: pointer;
  color: #c92b3f;
}

.bot_menuyi,
.bot_menuer,
.bot_menusan,
.bot_menusi,
.bot_menuwu,
.bot_menuliu {
  position: relative;
}

.bot_menuyi>img,
.bot_menuer>img,
.bot_menusan>img,
.bot_menusi>img,
.bot_menuwu>img,
.bot_menuliu>img {
  width: 20px;
  height: auto;
}

.bot_itemyi,
.bot_itemer,
.bot_itemsan,
.bot_itemsi,
.bot_itemwu,
.bot_itemliu {
  width: 180px;
  height: 280px;
  top: -280px;
  background-color: seagreen;
  position: absolute;
  display: none;
}

/* 底部菜单一 */
.bot_itemyi {
  width: 190px;
  height: 360px;
  top: -360px;
  margin: 0 10px;
  background-color: #181820;
  position: absolute;
  display: none;
}

.bot_itemyi>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bot_itemyi>ul>li {
  width: 190px;
  text-indent: 15px;
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #b2b2b2;
  border-bottom: 2px solid #2a2b32;
}

.bot_itemyi>ul>li:nth-child(8) {
  border-bottom: 2px solid #db2d43;
}

.bot_itemyi>ul>li:hover {
  color: #db2d43;
  text-indent: 20px;
}

.bot_item_jiantou {
  color: #181820;
}

.bot_itemyi>ul>li:hover .bot_item_jiantou {
  color: #db2d43;
}

/* 显示 */
.bot_menuyi:hover .bot_itemyi {
  display: block;
}

.pcbottom_kong {
  width: 100%;
  height: 52px;
}

.bot_content_kuan {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
}

.bottom_content {
  min-width: 1200px;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

.touzi {
  width: 320px;
  height: 300px;
}

.touzi img {
  width: 280px;
  height: auto;
  margin-top: -15px;
}

.chuangxin {
  padding-top: 26px;
  font-size: 16px;
  color: #8c8c8d;
}

.zhanlue {
  width: 313px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  border: 0px;
  color: #a7a7a7;
  outline: none;
  background-color: #454545;
  margin-top: 18px;
}

.rexian {
  width: 225px;
  height: 300px;
}

.pcbottom_fuwurexain {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}

.pcbottom_zuoji {
  font-size: 28px;
  color: #db2d43;
  margin-bottom: 0;
  padding-top: 30px;
}

.pcbottom_shouqianzixun {
  margin-top: 10px;
  color: #aeaeae;
  font-size: 18px;
}

.bottom_lianxi {
  width: 302px;
  height: 300px;
}

.lianxiwomen {
  margin: 0;
  font-size: 18px;
  color: white;
}

.dizhi {
  padding-top: 40px;
  font-size: 18px;
  color: #aeaeae;
}

.qiyeqq {
  font-size: 18px;
  color: #aeaeae;
}

.qiyeyouxiang {
  font-size: 18px;
  color: #aeaeae;
}

.guanzhu {
  width: 195px;
  height: 300px;
}

.guanzhu>img {
  width: 113px;
  height: 113px;
  margin-top: 10px;
}

.gongzonghao {
  margin-top: 0;
  font-size: 20px;
  color: white;
}

.dongtaizixun {
  padding-top: 30px;
  font-size: 16px;
  color: #aeaeae;
}

.bottom_kuan {
  width: 100%;
  height: 106px;
  display: flex;
  justify-content: center;
}

.bottom {
  width: 1200px;
  min-width: 1200px;
  height: 106px;
  text-align: center;
  border-top: 1px solid #999;
  color: #acacac;
}

.bottom_text1 {
  padding-top: 24px;
}