html {
  overflow-x: hidden;
}
/*
.left{float: left;display: inline-block;}
.right{float: right;display: inline-block;}
*/

.left{float: left;}
.right{float: right;}

body {
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: gray;
}
ul,li,dl,dd,dt,ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* header */
.tishi{
  width: 100%;
  height:30px;
  line-height:30px;
  background: #000000;
  color:#fff;
  font-size: 12px;
  text-align: center;
}
.bannerIndex{position:relative;}
/*
.header{
  position: absolute;
  top:0;
  background: transparent;
  left: 50%;
  margin-left: -600px;
  z-index: 999;
}
*/

.header{
  position: absolute;
  top:0;
  left:0;
  right:0;              /* 通栏，避免窄屏错位 */
  background: transparent;
  margin-left: 0;
  z-index: 999;
}

.inderBanner{
  width: 100%;
  /*overflow: hidden;*/       /*2024-5-10注释*/
  position: relative;
}
.nav{
  background: transparent;
  border:none;
  height:87px;
  line-height: 87px;
}
.navbar-toggle {
    border: none;
    padding: 0;
    border-radius: 0;
    /* display: block; */
    margin-right: 0;
}
.nav>li{
  /* width:10% */
}

.nav>li>a{
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 30px;
  font-size: 14px;
  color:#fff!important;
}

.log{
  padding: 0;
  margin-top: 0px;    /*2024-5-11*/
}

/*.navbar-brand{height:60px;}*/       /*log栏目中 N2O的大小*/
.navbar-brand{width:180px;height:auto;max-height:87px;}   /* 桌面，且不超过导航高 */

.navLog{
  margin-right: 80px!important;    /*log距离右侧的【首页距离】*/
}
/*
.enter{
  height:35px;
  float: right!important;
}
*/
.navbar-nav>li>a{line-height:87px; padding-top:0; padding-bottom:0;}  /* 首页/客户端下载/会员 */

.navbar-nav.enter{
  float:none;
  display:grid;
  grid-template-columns: 1fr auto auto 1fr;   /* 按需可改为 flex 居中 */
  align-items:center;                          /* 垂直对齐到中线 */
  column-gap:40px;
  height:87px;                                 /* 与 .nav 一致 */
  margin:0;
  padding-left:0;
}
.navbar-nav.enter>li{margin:0;}
.navbar-nav.enter>li>a{
  display:inline-block;
  height:35px; 
  line-height:33px;               /* 按钮自身尺寸 */
  padding:0 16px;
}

.enter>li,.enter>li>a{
  width: 82px;
  height:35px;
  line-height: 33px;
  color:#fff;
  text-align: center;
}
.enter>li>a{
  border:1px solid #c30d23;
  border-radius: 10px;
  margin: 0;
  /*padding: 0;*/
}
.enter>li.login{
  background:#c30d23;
  border-radius: 10px;
  margin-right: 10px;
}
.enter>li.regist,.enter>li.regist>a{
  width: 82px;
}
.enter>li{
  margin-top: 0;
}
/* .enter>li{
  margin-top: 27px;
} */
/* footer */
/*.footer{width: 100%;height:320px;background: #f5f6f8;padding-top: 65px;}*/
.footer{width: 100%;min-height:320px;background: #f5f6f8;padding-top: 65px;} /* 避免死高度溢出 */

ul.foot>li:first-child{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
ul.foot>li{
  height:30px;
  line-height: 30px;
  font-size: 12px;
}
ul.foot>li>a:hover{
  color:#b3000d;
}
ul.customer{
  padding-top: 10px;
}
ul.foot>li.phone{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 29px;
}
ul.foot>li.online{
  margin-top: 20px;
}
ul.foot>li.online>a{
  width: 90px;
  height:30px;
  line-height: 30px;
  background: #b3000d;
  color:#fff;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
ul.customer{
  border-right: 1px solid #e5e5e5;
}
.website{
  margin: 0;
  padding: 0;
}
.website>div{
  width:50%;
}
.img>img{
  margin: 0 auto 20px auto;
  display: block;
}
.img>img.brand{
  width: 47px;
  height:47px;
}
.img>img.trademark{
  width: 127px;
  height:47px;
}
.QR>img{
  width: 120px;
  height:120px;
}
.bottom>div{
  padding: 0;
  margin: 0;
  width: 14%;
}
.bottom>div.website{
  width: 10%;         /*2024-5-10修改*/
}

/* 媒体查询 */
@media (max-width: 1280px) {}
@media (max-width: 1050px) {}
@media (max-width: 768px) {
  .carousel-indicators{bottom:-26px!important;}
  .header{width:100%;z-index: 9999;left:0;margin-left: 0;}

    /* 关键：清零容器与折叠导航左右内边距，消除左右缝隙 */
  .container,
  .container-fluid,
  .navbar,
  .navbar-collapse,
  .header,
  .AAhead{
    padding-left: 0;
    padding-right: 0;
  }
  /* 关键：清零 .row 左右外边距（不要再设置 width:100%） */
  .row{margin-left: 0;margin-right: 0;}

  .nav{margin: 0!important;}  /* 移除导航栏外边距 */
  /*.nav,.nav>li>a,.nav>li{height: auto;line-height: 40px;}*/  /* 导航项高度自适应，行高调整为40px */
  .nav,.nav>li,.nav>li>a{height:auto;}
  .nav>li{border-bottom:1px solid rgba(0, 0, 0, 0.1);}  		/* 导航项之间添加分隔线 */
  .nav>li>a,.nav>li{
	  background: #f3f3f3;   /* 导航背景色 */
	  color:#000!important;   /* 文字颜色 */
	  text-align: center;   /* 文字居中 */
	  font-size: 16px;}   /* 文字大小 */

  /* 关键：链接铺满整行并加水平留白，显得更宽 */
  /*.nav>li>a{display:block;padding-left:20px;padding-right:20px;line-height:48px;}*/
  .nav>li>a{display:block; line-height:48px; padding:0 20px;}

  .AAhead{border-color:transparent!important;margin: 0!important;padding: 0;}
  .flexslider .slides li{height:205px;}
  .navLog{margin-right: 0!important;}
  .enter{width: 100%;background: #f3f3f3;}
  .enter>li{float: left;margin: 8px 0;}
  .enter>li.login{margin-left: 23%;padding: 0;}
  .enter>li.login>a{background: #c30d23;color:#fff!important;}
  .enter>li.regist>a{}
  .bannerIndex{height:208px;}
  .choosed{width: 100%;margin: 10px auto;}
  /*.row{width: 100%;} */ /*2024-5-11新增*/
  /*span.phicon{width: 100px;height:100px;margin-top: 20px;} *//*2024-5-11新增*/
  /*span.xb-ps{width: 70px;height:70px;} */ /*2024-5-11新增*/ 
  /*
  span.support{width: 70px;height:70px;} 
  .icon3>h2{font-size: 20px;color:#000;}
  .icon3>h3{font-size: 20px;color:#000;}  
  .icon3>h3{margin-top: 0px;}             
  .icon3>p{font-size: 14px;color:#000;}  

  .icon3 .phicon{
    display: inline-block;
    margin-bottom: 16px;   
  }
  .icon3 h3{
    margin-top: 0;         
  }
  */
  span.phicon{
  display:inline-block;
  width:100px;
  height:100px;
  margin-top:20px;
  margin-bottom:16px; /* 与标题的间距 */
  background-position:center;
  background-repeat:no-repeat;
  background-size:100% 100%;
  }
  span.support{width:100px;height:100px;} /* 与其他图标对齐 */

  .icon3 h2{font-size:20px;color:#000;}
  .icon3 h3{font-size:20px;color:#000;margin-top:0;} /* 合并为一处 */
  .icon3 p{font-size:14px;color:#000;}

  .Highplayer{height:100%; }          /*2024-5-10新增 */

  .accelerator{margin-top: 30px;}
  .accelerator>h3{font-size:22px;margin-bottom: 20px;text-align: center;}
  .accelerator>p{width: 100%;text-align: center;}
  .bg02{margin-top: 0;width: 100%;height:242px;}
  .news{height:100%;padding-top: 10px;}
  .m_top{margin-top: 20px;}
  span.industryImg>img{height:33px;}
  .industryTitle>a{width: 70px;height:33px;line-height: 33px;}
  .fireball{height:100px;}
  .ball{padding-top: 17px;font-size: 20px;}
  a.experience{width:110px;height:40px;line-height: 40px;margin: 0 auto;font-size: 16px;}
  .bottom>div{width: 50%;text-align: center;height:170px;float: left;}
  .footer{height:100%!important;padding-top: 30px;}
  ul.foot>li.online>a{margin: 0 auto;}
  ul.foot>li.phone{margin-bottom: 10px;}
  ul.foot>li.online{margin-top: 10px;}
  .bottom>div.website{width: 100%;margin-top: 10px;}
  .pphone{width: 100%!important;border-right: none;height: 139px!important;}
  .pphone1{width: 100%!important;border-right: none;height: 50px!important;} 
  ul.combo li{width:50%!important;height:260px!important;padding-top: 15px!important;margin-bottom: 10px;}
  ul.combo li>p{margin: 0;}
  .reT{padding: 0;}
  p.price{width: 92px;height:26px;line-height: 26px;margin: 10px 0 10px 0!important;}
  ul.combo{width: 100%!important;padding: 10px 10px 0 10px;overflow: hidden;}
  .w-30{width: 67%!important;}
  .w-30>h3{margin: 0;font-size: 20px;padding-bottom: 10px!important;font-size: 20px;}     /*2024-5-11修改*/
  .w-30>p{margin: 0;font-size: 20px;padding-bottom: 10px!important;font-size: 14px;}   /*2024-5-11修改*/
  a.purchase{width: 95px!important;height:30px!important;line-height: 28px!important;margin-top: 0px!important;}
  ul.combo li.jian{margin-top: 0!important;}
  .rechange{margin-top: 30px!important;font-size: 30px;text-align: center}    /*2024-5-11修改*/
  p.gold{margin-bottom: 30px!important;}
  .sale{padding: 50px 0 10px 0;margin: 40px 0 15px 0;}
  .commom{margin-bottom: 30px;}
  .speed>p{padding-left: 0;font-size: 16px;line-height: 40px;text-align: center;}
  a.rechargeMoney{width: 130px;height:40px;line-height: 40px;margin: 0 auto 20px auto;display: block;float:none;}
  .map{margin-left: 0;margin-right: 0;margin-top: 50px;height:550px;}
  .computer{width: 100%;height:233px;}
  .computerTxt>h2{padding-top: 30px;font-size:26px;}
  .download{height: 30px;width: 150px;line-height: 30px;font-size: 12px;margin: 30px auto 0 auto}
  .neiye4{height: 100%;padding-top: 40px;background: #ffce12;padding-bottom: 30px;}
  .login{width: 100%;padding: 50px 41px 20px 15px;height:383px;}
  .pas{padding: 0;margin: 0;}
  .member{padding: 20px 15px 20px 15px}
  .item>span{width: 24%;}
  .item>input{width: 74%;height:35px;line-height: 35px;}
  .item{margin-bottom: 10px;}
  input.verification{width: 37%}
  span.code_img{height:25px;}
  i.flush{margin-top: 8px;}
  .enterlo{height:35px;line-height: 35px;margin-bottom: 20px;}
  .neiye5{padding-top: 30px;margin: 0;padding:20px 0;background: #cfd2c7;height:100%;}
  .pageTable{width: 100%;}
  .indent>li{width: 25%;height:50px;line-height: 50px;}
  .pagination{margin-left: 16%;}
  .security>li.verification{height: auto;line-height: 25px;margin-top: 10px;}
  li.mypassword{margin: 10px auto 10px 0; padding-bottom: 20px;}
  .ring{width: 100%;border-right: none;text-align: left;}
  li.mypassword{height: auto;overflow: hidden;}
  .change,.postbox{padding-left: 0;line-height: 25px;}
  button.amend{float: left;}
  .goods{padding-bottom: 75px;}
  .Query{margin: 0;padding: 0 10px;}
  .neiye9{margin: 0;padding: 0;}
  p.orderTitle{height:40px;line-height: 40px;}
  p.orderTitle>i{height:38px;}
  .mTime{height: auto;line-height: 36px;margin-top: 13px;}
  .hysj{width: 100%;}
  .timecom{width: 46%;margin-bottom: 31px;}
  .temps,.difference{width: 80%;overflow: hidden;margin: 0 auto;display: block;float: none;}
  .temps .active{width: 46%;}
  .timecom:first-child,.timecom:nth-child(3),.HY:first-child,.HY:nth-child(3){margin-left: 0;}
  .paym{margin-top: 10px;height: auto;}
  .HY{margin-bottom: 10px;width: 46%;}
  .type{height: auto;}
  .coupon{padding-bottom: 20px;}
  .recommend{padding: 10px 0;}
  .sum{padding: 10px;}
  .sum li{width: 100%;}
  .sum li>span{width: 24%;}
  .freeze,.deposit{margin-left: 50px;}
  .exclusive{margin: 10px}
  .TXT{padding: 10px;width: 100%;}
  .meal{margin: 10px;}
  .tuiguang{padding-bottom: 10px;}
  .help{margin: 10px auto;width: 50%;float: left;margin-bottom: -27px;}
  p.w_3{width: 30%;}
  p.w_10{width: 70%}
  .paggge{margin: 20px 0 50px 34%;}
  /*.inderBanner{height:60px;} */       /*2024-5-10修改上部背景条*/
  .inderBanner-price-down{height:60px;}
  /*.navbar-brand{height:45px;} */    /*log栏目中 N2O的大小*/
  .navbar-brand{width:120px;height:auto;} /* 小屏 */
  .navLog{margin-top: 0}     /*log图标距离顶部的距离*/ 
  /*.navbar-toggle{margin-top: 15px;}	*/			/*.navbar-toggle 是 Bootstrap 框架中默认的「汉堡菜单按钮」类（通常显示为三横杠图标），通过这段代码调整了它的上边距。*/
  
  /* 给三横线按钮留出右侧间隙（含刘海安全区） */
  /*
  .navbar-toggle{
    margin-right: calc(12px + env(safe-area-inset-right));
    padding: 8px 10px;
    border-radius: 10px;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s ease, box-shadow .2s ease;
  }
  */

  .navbar-toggle{
      background: transparent;
      padding: 8px 10px;
      border-radius: 10px;
      transition: background-color .2s ease, box-shadow .2s ease, filter .2s ease;
  }

  .navbar-toggle:hover,
  .navbar-toggle:active{
      background: transparent;                 /* 保持透明 */
      filter: brightness(.98) contrast(1.02);  /* 图标轻微变化 */
      transform: translateY(-1px);             /* 轻微上浮 */
      box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset; /* 极淡内框 */
  }
  .navbar-toggle:focus-visible{
      background: transparent;                 /* 焦点也保持透明 */
      outline: 2px solid #c30d23;
      outline-offset: 2px;
  }


  .login12{width: 100%;    height: 382px;
    background: url(../images/neiye4_03.png) no-repeat center center;
    background-size: 100% 100%;
    float: right;
    padding: 50px 30px 20px 10px;
  }
}

@media (max-width: 640px) {}
@media (max-width: 510px) {}
@media (max-width: 360px) {
  .flexslider .slides li{height:168px;}
  .enter>li.login{margin-left: 10%;padding: 0;}
  .bannerIndex{height:168px;}
  .w-30{width: 93%!important;}
  .w-30>h3{font-size: 17px!important;}
  ul.combo li{height:258px;}
  .computer{height:188px;}
  .map{height:450px;}
  .computerTxt>h2{padding-top: 10px;font-size: 21px;}
  .download{width: 180px;height: 40px;line-height: 40px;font-size: 16px;margin: 20px auto 0 auto;}
  .item>span{width: 26%;}
  .item>input{width: 70%;}
  input.verification{width: 30%;}
  .pagination{margin-left: 9%;}
  .indent>li{height:40px;line-height: 40px;}
  .temps,.difference{width: 85%;}
  .temps{padding: 20px 1px;}
  .sum li>span{width: 32%;}
  .freeze,.deposit{margin-left: 50px;}
  .exclusive>input{margin: 0 10px;}
  button.copy{padding: 8px 20px;}
  .seven{margin: 10px 70px;}

}
