@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; font-family:system-ui,-apple-system,Segoe UI,Rototo,Helvetica,Arial,sans-serif;}
:root { --pri-color: #ff6600; --sec-color: #1e88e5; --txt-color: #333; --lt-txt: #666; --ltr-txt: #999; --bg-color: #f5f5f5; --white: #fff; --bor-color: #e0e0e0; --shadow: 0 2px 10px rgba(0,0,0,0.1); }
body {background-color:#fff; color: #333; line-height:2;font-size:16px;}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 15px; }
.container1 { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 15px; }
i{font-family:"iconfont" !important; font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.el-1,.imp-news a,.focus-item{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.el-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
.el-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;}
.btn{display: inline-block; background: #386ec3; color: white; padding: 8px 15px; border-radius: 6px; text-decoration: none; font-weight: 500; transition: all 0.3s; font-size: 13px;}
.btn:hover{background: #ff6600;}
.btnf{padding:8.528px 14.928px;padding:0.533rem 0.933rem;cursor:pointer;font-size:1rem;background:rgba(56,110,195,.05);border:1px solid rgba(56,110,195,.3);border-radius:5px;color:#386ec3;}
.btnf:hover{background:rgba(56,110,195,.1);text-decoration: none;border-color:rgba(56,110,195,.1);}
.a-image1,.news-img a,.focus-img a{overflow: hidden;display: inline-block;position:relative;width:100%;padding-bottom:100%;}
.a-image1 img,.news-img a img,.focus-img a img{transition: transform 0.5s ease;max-width: 100%;max-height: 100%; transform: scale(1);position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.a-image1:hover img,.news-img a:hover img,.focus-img a:hover img{transform: scale(1.1);}
      .pc-no,.micon1,.hdr-inner h2,.navCir{display: none;}  
/* 头部 */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: all 0.3s ease; }
.hdr-bg {display:none; }
.hdr-scroll { background-color:#fff; box-shadow:0 2px 10px 0 rgba(0,0,0,.1); padding: 10px 0; }
.hdr-scroll .hdr-bg { background: none;display: flex;}
.hdr-inner { display: flex; justify-content: space-between; align-items: center; width:100%;padding: 0 40px;}
.logo { display: flex; align-items: center; }
.logo img { height: 40px; }
.search-bar{display: flex; align-items: center;}
.search-bar form{display: flex; }
.search-bar input{ padding: 8px 15px; border: none; border-radius: 20px 0 0 20px; width: 220px; outline: none; }
.search-bar button{ padding: 8px 15px; background: #386ec3; color: white; border: none; border-radius: 0 20px 20px 0; cursor: pointer; }
.hdr-scroll .search-bar input { border: 1px solid #e0e0e0; border-right: none; }
.nav-cont { display: flex; align-items: center; }
.main-nav { display: flex;}
.main-nav li { margin: 0 15px;position: relative;}
.main-nav a { color:#666; font-weight: 500; transition: color 0.3s; }
.main-nav a:hover { color:#386ec3; }
.main-nav a.active{color:#386ec3;font-weight:bold;}
.hdr-actions { display: flex; align-items: center; }
.hdr-actions .btn { margin-left: 15px; padding: 6px 15px; border-radius: 4px; cursor: pointer; font-size: 14px; }
.btng{margin-left:15px;}

/* 新增op图层样式 */
#op {display: none;position: fixed;top: 0;right: 0;width:200px;height: 100vh;background:#000;box-shadow: -2px 0 10px rgba(0,0,0,0.1); z-index: 1002;transform: translateX(100%);transition: transform 0.3s ease;overflow-y: auto; padding:30px 0;}
#op.op-open {transform: translateX(0);}
.op-trig {display: none;background: none;border: none;cursor: pointer;font-size: 20px;color: #386ec3;margin-left: 10px;transition: all 0.3s ease;z-index: 1003;top: 0;right: 0;margin: .5rem 10px 0 0;}
.op-trig.op-open {position: fixed;top:5px;right: calc(200px + 15px);transform: translateX(0);}
.op-trig i {transition: transform 0.6s ease;}
.op-trig.op-open i {transform: rotate(180deg);}
.op ul li a{border-left: 4px solid transparent;font-size:1rem;padding:2px 0 2px 25px;color:#E3E3E3;font-weight:bold;display:block;}
.op ul li.active a{border-left: 4px solid #386ec3;background:rgba(255,255,255,.1);}
.op ul li span{font-size:1.3rem;color:#888;margin-right: .5rem;font-weight: normal;}

/* 首页-背景大图 */
.hero{height:39vh;max-height:360px;min-height:270px;background: url('../images/bg.jpg') center/cover no-repeat;  position: relative;overflow: hidden;background-size: 100% 100%;position:fixed;width: 100%;z-index: -1;}
.hero::before {content: '';position: absolute;top: 0;  left: 0; width: 120%;height: 100%;background: inherit;animation: bgMove 40s infinite ease-in-out;}
.hero::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
@keyframes bgMove {        0% {transform: translateX(0); }        50% {transform: translateX(-10%); }     100% {transform: translateX(0);}        }
/* 首页-大图内容 */
.hd{height:39vh;max-height:360px;min-height:270px;display: flex; align-items: center; justify-content: center;}
.hero-cont { position: relative; z-index: 2; text-align: center; color: var(--white); }
.hd-top{display: flex;justify-content:space-between;position: absolute;top:0;width: 100%;padding:15px 20px;font-size:14px;color:#fff;}
.hd-top a{margin:0 5px ;padding:4px 10px;}
.hd-top a.btn{padding:4px 15px;}
.sjdrow{display: none;position: absolute;left:0;top: 0;background: #fff; box-shadow: 2px 2px 10px rgba(0,0,0,0.1);border-radius:6px;padding: 10px;width: 150px;margin:50px 0 0 100px;justify-content:center;align-items:center;}
.sjdrow-a:hover .sjdrow{display:flex;}
.btnc{font-weight: bold;}
.btnc i{font-weight: normal;position: relative;}
.hero-cont h1 { font-size: 36px; margin-bottom: 20px; }
.hero-search {width: 600px; max-width: 90%; margin: 0 auto; display: flex;}
.hero-search form{width: 100%;display: flex;}
.hero-search input { width: 100%; padding: 12px 20px; border: none; border-radius: 30px 0 0 30px; font-size: 16px; outline: none; }
.hero-search button { padding: 12px 20px; background: #ff6600; color: white; border: none; border-radius: 0 30px 30px 0; cursor: pointer; }  
/* 首页-主体内容 */
.mainall{background: #fff;margin-top: -1rem;}
.main-cont {display: flex; margin:16px 0 0 0; position: relative; } /* 添加相对定位，为导航栏提供参考 */
.cont-left {flex: 2.1; margin-right:50px; }
.cont-right {flex: 0.9; overflow: visible; height: auto;}
.right-flex {
    position: fixed;
    -webkit-animation: fadeIn .5s ease forwards;
    -moz-animation: fadeIn .5s ease forwards;
    animation: fadeIn .5s ease forwards;
}
/* 首页-栏目导航 */
.cat-nav {margin-bottom:20px;}
.cat-nav ul {display: flex;flex-wrap: wrap;}
.cat-nav li {margin-right:40px;position:relative;}
.cat-nav a {font-weight: 500;position: relative;display: inline-block;margin:15px 0 5px;}
.cat-nav a.active { color:#386ec3; }
.cat-nav a.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color:#386ec3; }    
.more-panel{display:none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;border-radius: 8px;padding: 14px 0 14px 16px;width: 352px;-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08); box-shadow: 0 10px 50px rgba(0, 0, 0, .08); background: #fff;position:absolute;margin: 0 -40px 0 0;right: 0;z-index: 9;-webkit-transition: all .4s cubic-bezier(.3,1.3,.3,1);-moz-transition: all .4s cubic-bezier(.3,1.3,.3,1);transition: all .4s cubic-bezier(.3,1.3,.3,1);transform: scale(0.8);}    
.more-panel:before{content: "";width: 16px;height: 6px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);background-size: contain;position: absolute;top: -6px;right: 46px;}
.more-panel ul{display:flex;flex-flow: wrap;}
.more-panel ul li{width:33%;margin: 0;}
.more-panel ul li a{margin:0;}
.more-panel-top{display:none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;border-radius: 8px;padding: 14px 0 14px 16px;width: 352px;-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08); box-shadow: 0 10px 50px rgba(0, 0, 0, .08); background: #fff;position:absolute;margin: 0 -40px 0 0;right: 0;z-index: 9;-webkit-transition: all .4s cubic-bezier(.3,1.3,.3,1);-moz-transition: all .4s cubic-bezier(.3,1.3,.3,1);transition: all .4s cubic-bezier(.3,1.3,.3,1);margin:15px 0 0 110px;right: auto;left: 50%;transform: translateX(-50%) scale(1);}
.more-panel-top:before{content: "";width: 16px;height: 6px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);background-size: contain;position: absolute;top: -6px;right: 46px;}
.more-panel-top ul{display:flex;flex-flow: wrap;}
.more-panel-top ul li{width:33%;margin: 0;}
.more-panel-top ul li a{margin:0;}
.more-btn:after{content: "";display: inline-block;width: 12px;height: 12px;margin-left: 4px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAiIiIiIiIgICAhISEhISEiIiIiIiI3zrLhAAAACHRSTlMAMO9/E9m1QKyOxBkAAABESURBVCjPY2CgEmApwSYq1CqARTSiQxGraBMWxRYd2BQzd4wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);background-size: contain;background-position: 50%;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg);transition: .3s;}
.more-btn-top:after{content: "";display: inline-block;width: 12px;height: 12px;margin-left: 4px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAiIiIiIiIgICAhISEhISEiIiIiIiI3zrLhAAAACHRSTlMAMO9/E9m1QKyOxBkAAABESURBVCjPY2CgEmApwSYq1CqARTSiQxGraBMWxRYd2BQzd4wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);background-size: contain;background-position: 50%;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg);transition: .3s;}
.nav-placeholder:hover .more-panel{display:flex;transform: scale(1);}
.nav-placeholder:hover .more-btn:after{-webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); transform: rotate(270deg);}
/* 首页-焦点新闻 */
.focus-news {padding:1rem 2rem;background:linear-gradient(160deg, rgba(43, 96, 172, .1), transparent 50%);border-radius:5px;margin: 0 -2rem 20px 0;}
.sect-title {display: flex; justify-content: space-between; align-items: center; }
.sect-title h3{font-size: 18px;font-weight: normal;}
.sect-title h3 i{font-size:22px;margin-right:5px;color:#ff6600;font-weight: normal;}
.sect-title a { font-size: 14px; color: #888; font-weight: normal; }
.focus-news .sect-title{display: inline-flex;position: relative;}
.focus-cont {display: flex; }
.focus-list {flex:1; margin-right: 20px; overflow:hidden; }
.focus-item {padding:0;cursor: pointer; transition: all 0.3s;max-width:353px;}
.focus-item.active { color:#386ec3; }
.focus-item:last-child { border-bottom: none; }
.focus-img { position:relative;width:225px;height:150px;}
.focus-img a{height:100%;padding-bottom: 0;}
.focus-img img { width: 100%; height:150px;border-radius:5px;overflow:hidden;}   
.focus-news .sect-title b{background:#386ec3;border-radius:5px;color:#fff;line-height: 1;padding:3px 5px;font-size: 15px;margin-right: 3px;}     
/* 首页-资讯列表 */
.news-list { }
.news-item-1 {padding:1rem 0; transform: translateY(15px);  transition: opacity 0.4s ease, transform 0.4s ease;}
/* 淡入动画效果 */
.news-item-1.fade-in {  opacity: 1;  transform: translateY(0); display: flex;}
.news-item-2,.news-item-3,.news-item-4{display: flex; padding:1rem 0;flex-flow: column;}
.news-item:last-child { border-bottom: none; }
.news-item.active{color:#386ec3;font-weight:bold;}
.news-scroll-list {height: 4000px; overflow-y: auto; scrollbar-width: none;   -ms-overflow-style: none; }
.news-scroll-list-1 {height: 4000px; overflow-y: auto; scrollbar-width: none;   -ms-overflow-style: none; }
.news-scroll-list::-webkit-scrollbar { display: none; }
.news-scroll-list-1::-webkit-scrollbar { display: none; }
.news-item1 {display: none;  padding:1rem 0; opacity: 0; transform: translateY(15px);  transition: opacity 0.4s ease, transform 0.4s ease;}
/* 淡入动画效果 */
.news-item1.fade-in {  opacity: 1;  transform: translateY(0); display: flex;}
/*.news-item1{display: flex; padding:1rem 0;}*/
.news-item2,.news-item3,.news-item4{display: flex; padding:1rem 0;flex-flow: column;}
.news-item:last-child { border-bottom: none; }
.news-item.active{color:#386ec3;font-weight:bold;}
.news-cont { flex:1; margin-right:20px; }
.news-title { font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.news-meta { color: var(--ltr-txt); font-size: 14px; }
.news-img {}
.news-img a{padding-bottom:0;height:100%;width:156px;height: 104px;border-radius:5px;overflow: hidden;}
.news-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.news-item1 .news-img a{width:156px;height: 104px;}
.news-item2 .news-img a{width:100%;height: 186px;}
.news-item3 .news-img a{width:100%;height: 114px;}
.news-item4 .news-img a{width:100%;height: 104px;}
.news-img2{display: grid;gap: 12px;grid-template-columns: 1fr 1fr;}
.news-img2 .news-img{flex:1;width:100%;height: 186px;}
.news-item3 .news-img2{grid-template-columns: 1fr 1fr 1fr;}
.news-item3 .news-img2 .news-img{height:142px;}
.news-item4 .news-img2{grid-template-columns: 1fr 1fr 1fr 1fr;}
.news-item4 .news-img2 .news-img{height:104px;}
/* 首页-右侧边栏 */
.side-sect {margin-bottom:30px;}
/* 首页-登录 */ 
.login-be{width:100%;display:flex;justify-content: space-between;background:#f7f7f7;border-radius:8px;overflow:hidden;padding:7px 10px 7px 20px;margin:15px 0;}
.login-be1{color:#999;}
.login-be .btn{padding:4px 12px;}      
/* 首页-重要资讯 */
.imp-news li a{max-width:290px;}
.imp-news li{margin:3px 0; display: flex;}
.imp-news li:last-child {border-bottom: none;}
.num-list {width:20px; margin-right: 10px; text-align: center; font-weight: bold;color:#999;}
.n-hot{width:1.2rem;height:1.2rem;background:rgba(255,0,0,.1);border-radius:5px;display: flex;justify-content:center;align-items:center;font-size:12px;margin:6px 0 0 5px;color: rgba(255,0,0,.7);font-weight: bold;}
.n-new{width:1.2rem;height:1.2rem;background:rgba(56,110,195,.1);border-radius:5px;display: flex;justify-content:center;align-items:center;font-size:12px;margin:6px 0 0 5px;color: rgba(56,110,195,.7);font-weight: bold;}
.num-red {color: #ff0000;}
.num-orange {color: #ff6600;}
.num-blue {color: #386ec3;}
/* 首页-扫码 */
.downmo{width:100%;display:flex;justify-content: space-between;background:linear-gradient(270deg,rgba(243,236,242,.8) 33.56%,rgba(56,110,195,.1) 92.44%),#fff;border-radius:5px;padding:10px 20px;margin-bottom:30px;}
.downmo-l,.downmo-r{height: 62px;}
#wrap_qrcode_footer img{ width:60px; height:60px;}
.downmo-des{font-size:12px;color:#999;}      
/* 首页-商品涨跌榜 */
.price-tbl{width:100%; border-collapse: collapse;font-size:14px;}
.price-tbl th{padding: 8px 5px; text-align: left;background: #f7f7f7;}
.price-tbl td{padding: 8px 5px; text-align: left;border-bottom: 1px dashed #f0f0f0;}
.price-tbl tr th:first-child,.price-tbl tr td:first-child{padding-left:20px;width:40%;} 
.price-tbl tr th:last-child,.price-tbl tr td:last-child{text-align: right;padding-right:30px;}
.price-tbl th {font-weight: bold; color:#666;}
.up{color: #ff0000; }
.down{color: #67c23a; }
.up::after{content:""; margin:12px 0 0 6px;border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 8px solid #e74c3c;position: absolute;}
.down::after{content:"";margin:12px 0 0 6px;border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #2ecc71;position: absolute;}        
/* 首页-商品情报 */
.intel-list {position: relative;background: linear-gradient(90deg,rgba(56, 110, 195, .1), transparent);
  padding-left: 10px; padding-right:10px; border-radius: 5px;}
.intel-list::before {content: ''; position: absolute; top: 30px; bottom: 10px; left: 22px; width: 1px; background-color: var(--bor-color); }
.intel-item{position: relative; padding: 15px 0 15px 30px; }
/*.intel-item:first-child{background:linear-gradient(45deg,rgba(56, 110, 195, .1), transparent);border-radius: 5px;padding: 15px 5px 15px 30px;}*/
.intel-item{padding: 15px 5px 15px 30px;}
.intel-item:last-child {border-bottom: none; }
.intel-item::before {content: ''; position: absolute; left: 6px; top: 23px; width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(56,110,195,.5); background-color: var(--white); z-index: 1; }
.intel-item:first-child::before { content: '新'; display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--white); background-color:#386ec3; border: none;width: 1.2rem;height: 1.2rem;left: 3px;font-weight: bold;}
.intel-title { font-weight: bold; margin-bottom: 5px; display: flex; justify-content: space-between; }
.intel-time { color: var(--ltr-txt); font-size: 14px;font-weight: normal;}
.intel-cont { color: var(--lt-txt); font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.intel-item:first-child .intel-cont { -webkit-line-clamp: 2; }
/*首页变搜索页时 分页*/
.ss-pagination {display: flex; justify-content: center; margin: 30px 0;}
.ss-page-list {display: flex;}
.ss-page-item {margin: 0 5px;}
.ss-page-link {display: block; padding:3px 15px; border: 1px solid #dfe1e5; border-radius: 4px; color: #386ec3; text-decoration: none;}
.ss-page-link:hover {background-color: #f8f9fa;}
.ss-page-link.active {background-color: #386ec3; color: white; border-color: #386ec3;}
/*资讯详细页 .de1*/
.de1 .hdr-bg{display: flex;}
.de1 header{background-color: #fff;box-shadow: none;padding: 10px 0;}
.de1 header.hdr-scroll{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);}
.de1 .search-bar input {border: 1px solid #e0e0e0;border-right: none;}
.de1 .mainall{margin-top:6rem;}
.de1-title{font-size: 37px;font-weight: 600;line-height: 56px;color: #000;}
.de1-meta{color:#707070; font-size: 14px;padding-bottom: 15px;}
.de1-time{margin-right: 15px;}
.de1-source{margin-right: 15px;}
.de1-content{line-height: 1.7; font-size: 18px; margin-bottom: 30px; }
.de1-content p{margin-bottom: 15px; }
.de1-content img{width: 100%; height: auto; margin: 15px 0; border-radius: 5px;}
.de1-content input{max-width:100%;}
.news-fj{font-size:14px;color: #777;margin-bottom: 30px;padding: 15px;background: #f9f9f9;border-radius: 5px;}
/*资讯详细页 .de1 左侧小图标导航 */
.lebut-nav {position: fixed;left: calc(50% - 530px - 108px); top:310px; transform: translateY(-50%); width: 48px;z-index: 1001;background: #fff;border-radius: 0 6px 6px 0;}
.lebut-nav i{font-size:24px;}
.lebut-nav ul {list-style: none;margin: 0;padding: 0;}
.lebut-nav li {position: relative;display: flex;align-items: center;justify-content: center; cursor: pointer;flex-flow: column;font-size: 12px;padding:20px 0;line-height:1.5;color:#000;}
.lebut-nav li#lebut-home:after{content:"";width:38px;height: 1px;display:block;position: absolute;background:#ebebeb;margin-top: 100px;}
.lebut-nav li:last-child {border-bottom: none;}
.lebut-nav li:hover {color:#333;}
.lebut-nav li:hover .lebut-layer {display: block;}
.lebut-nav li a{text-align: center;}
.lebut-icon{display: flex;align-items: center;justify-content: center;line-height: 1;}
.lebut-layer{display: none;position: absolute;left: 48px; top: 0;background: #fff;box-shadow: 2px 2px 10px rgba(0,0,0,0.1);border-radius: 0 6px 6px 0; padding: 10px 0;min-width: 150px;z-index: 1002;}
.lebut-layer ul {list-style: none;margin: 0;padding: 0;color:#333;}
.lebut-layer li {height: 36px;display: flex;align-items: center;white-space: nowrap;flex-flow: row;}
.lebut-layer li:last-child {border-bottom: none;}
.lebut-layer li:hover{background:#f7f7f7;}
.lebut-layer li i{margin-right:5px;}
.lebut-layer li i.icon-w1{display: flex;justify-content:center;align-items:center;width:27px;height: 27px;border-radius:50%;overflow:hidden;background:#386ec3;color:#fff;font-size:22px!important;}
.lebut-layer li i.icon-weixin-bg{display: flex;justify-content:center;align-items:center;width:27px;height: 27px;border-radius:50%;overflow:hidden;background:#00c182;color:#fff;font-size:22px!important;}
.lebut-qr {display: none;position: absolute;left: 100%;top: 0;background: #fff; box-shadow: 2px 2px 10px rgba(0,0,0,0.1);border-radius:6px;padding: 15px;width: 150px;}
.lebut-qr.active {display: block;}
.lebut-qr img {width: 120px; height: 120px; display: block;}
.lebut-qr p {margin: 5px 0 0;font-size: 12px;text-align: center;color: #666;}
#lebut-home .lebut-icon{position: relative;border-radius: 24px;width: 48px;height: 48px;background: #f8f8f8;}
#lebut-share i,#lebut-top i{font-size:30px;}
.lebut-nav li#lebut-mobile:hover .lebut-qr { display: block;}

/*foot*/  
.footer{color:#999;font-size:13px;text-align:center;border-top: 1px solid #f7f7f7;padding-top: 15px; padding-bottom:15px;}  
.footer a{color:#999;}  

/* 响应式设计 */
@media (min-width: 992px) { 
    .op{display: none;}
    .cont-left{width:722px;flex: unset;}

    .cont-right{width:358px;margin-top: 10px;flex: unset;}
}
@media (max-width:1420px) { 
    .btng{display:none;}
}
@media (max-width:1455px) and (min-width: 991px) {
    .main-nav li{margin: 0 8px !important;}
}
@media (max-width: 991px) { 
    body,.intel-cont,.price-tbl,.btn{font-size:1rem;}
    .m-no,.lebut-nav,.ss-pagination,.footer{display: none;}
    /*头部*/
    .hdr-actions .btn,.hdr-actions .btng,.hdr-inner .logo img,.hero{display: none;}
    .hdr-scroll{padding:0;box-shadow: none;}
    .hdr-bg{display:flex;background: #fff;}
    .hdr-scroll .hdr-bg{background: #fff;}
    .hdr-inner{padding:.5rem 15px 2.5rem;max-width:100vw;overflow: hidden;}
    .hdr-inner .logo{height: 2.5rem;border-radius:.5rem 0 0 .5rem;width:160px; display: inline-flex;background: url(../../../images/news/toutiao/logo-w.png) .1rem .45rem no-repeat;background-size: 100% auto;background-color:#386ec3;} 
    .hdr-actions:before{content: "";width:0;height:2.5rem;background:#386ec3;display:inline-block;padding-right:13px;} 
    .hdr-actions:after{content: "";width:0;height: 4rem;background: #f7f7f7;transform: rotate(15deg);margin: 0 0 0 6px; padding-right: 15px;position: absolute;}  
    .hdr-actions{height: 2.5rem;background:#f7f7f7;flex: 1;width:calc(100% - 180px);border-radius:0 .5rem .5rem 0;overflow: hidden;position: relative;margin-right: 40px;}
    .search-bar{height: 100%;width: 100%;justify-content: space-between;position: relative;}
    .search-bar input{background: transparent;width:calc(100% - 2rem);color:#666;border: 0!important;flex:1;padding: 0 0 0 10px;height: 100%;}
    .search-bar button{background: transparent;padding:0;color:#386ec3;width:2rem;height: 100%;}    
    .nav-cont{position: absolute;width: calc(100vw - 50px);margin:3.5rem 10px 10px 0;overflow-x:scroll;top:0;scrollbar-width: none;}
    .main-nav {margin-left: 0;display: flex;flex-wrap:nowrap;}
    .main-nav a{white-space: nowrap;color:#999;}  
    .main-nav a.active{color:#333;font-weight: bold;}  
    /*移动端图标控制右侧边栏*/
    .micon1 {display: flex;position: fixed;top:3.2rem;right:0;z-index: 1001; width: 40px;height: 40px;align-items: center;justify-content: center;}
    .cont-right {display:block;}
    /* 右侧边栏效果 */
    .cont-right.open {display: block; position: fixed;bottom: 0; right: 0; width:100%;height:90vh; background: white;z-index: 100; overflow-y:auto;padding:20px;box-shadow: -2px 0 10px rgba(0,0,0,0.1);margin-top:6rem;border-radius: 1rem 1rem 0 0;}
    .side-sect {display: none;}
    .side-sect.open {display: block; position: fixed;top: 0; right: 0; width:100%;height:calc(100vh - 5.5rem); background: white;z-index: 100; overflow-y:auto;padding:10px 20px 3rem;box-shadow: -2px 0 10px rgba(0,0,0,0.1);margin-top:5.5rem;border-top: 2px solid #f7f7f7;}
    /*首页*/
    .hd,.cat-nav,.downmo,.login-be{display: none;}
    .main-cont { flex-direction: column; }
    .cont-left { margin-right: 0; margin-bottom: 20px; }    
    .hero { height: 300px; margin-top: 60px; } 
    .main-nav li { margin: 0 10px; }
    /* 首页-资讯列表 */   
    .news-list-serli{margin-top:6rem;}
    .news-cont { margin-right:5px; margin-bottom: 10px;}
    .news-item1 .news-img a{width:110px;height:73px;}
    /* 首页-焦点新闻 */
    .focus-news{width: calc(100vw - 30px);margin-top:6rem;padding: 1rem;border-radius:.5rem;}
    .focus-item{max-width:80vw;}    
    .focus-img{width:100%;height:200px;}
    .focus-news .sect-title {font-weight:bold;}
    .focus-news .sect-title:before{}
    .focus-cont { flex-direction: column; }
    .focus-list { margin-right:5px; margin-bottom: 15px; } 
    /* 首页-重要资讯 */
    .cont-right.open:before{content: "";width: 100vw;position: absolute;height:3px;background:#f7f7f7;display:block;left:0;}
    .imp-news li{background:linear-gradient(45deg,#f7f7f7, transparent);border-radius:5px;padding:3px 3px;}
    .imp-news li:nth-child(1),.imp-news li:nth-child(2),.imp-news li:nth-child(3){background:linear-gradient(45deg,rgba(56,110,195,.1), transparent);border-radius:5px;}
    /* 首页 - 栏目导航*/
    .more-panel-top{margin:0;}
    /*尾部*/
    .footer{display: none;}
    /*m foot*/
    .navCir{display:block;position: fixed;bottom:0px ;width: 100%;z-index: 999;background:#f7f7f7;box-shadow: 1px 1px 6px 2px rgba(0,0,0,.1);}
    .navCir li{display: flex;justify-content: center; line-height:20px !important; width: 25%;padding:3px 0;border-top:1px solid #f5f5f5 ;float: left;text-align: center;font-size:.75rem;list-style:none;}
    .navCir li i{display: block;font-size:1.5rem;}
    .navCir li a{color:#333; padding:0.1rem; display:block;line-height:1;}
    .navCir .cart-info {position: absolute; width: 100%;text-align: center;top: 50%;margin-top: -4px;left: 0; padding: 0;display: block;line-height: 1;}
    .navCir .cart-info .cart-qty {position: absolute;top: -20px;right:6.6rem; width: 15px;height: 15px;display: block;font-size: 9px; font-weight: 600;color: #fff;background-color: #ff6600; text-align: center; line-height: 15px;  border-radius: 20px;box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);}

    .navCir li.active a,.navCir li.active a:visited{color:#386ec3;display:block;border-radius:.5rem;line-height:1;}
    .navCir li.active a:hover{color:rgba(255,255,255,.3);}    
    /*资讯详细页 .de1*/
    .de1 .nav-cont,.de1 .micon1,.de1 .hdr-inner .logo,.de1 .hdr-actions:before,.de1 .hdr-actions:after{display:none}  
    .de1 header{padding:0;}
    .de1 .hdr-inner{padding: .5rem 15px;}
    .de1 .hdr-actions{margin: 0 40px 0 20px;width: calc(100% - 160px); border-radius: .5rem;}
    .de1 .mainall{margin-top:3.5rem;}
    .de1-title{font-size:1.2rem;line-height:1.5;text-align: center;}
    .de1-meta{text-align: center;font-size:.8rem;color:#999;}
    .de1-content{font-size:1rem;}
    .tople1{position:fixed;top: 0;z-index: 9999;}  
    .tople1 i{font-size:30px;}  
    .de1 .side-sect.open{height: calc(100vh - 3.5rem);margin-top: 3.5rem;}  
    /* 右侧菜单 */
    .op-trig {display: flex;align-items: center;justify-content: center;position: fixed;}
    .op-trig i.icon-gengduo-copy{font-size:24px;color:#333;background:#f7f7f7;border-radius:.5rem;height:40px;width:40px;display: flex;justify-content: center;align-items: center;}
    .op-trig i.icon-guanbi{font-size:16px;color:#fff;background-color:rgba(0, 0, 0, .5);border-radius:5rem;height:2rem;width:2rem;display: flex;justify-content: center;align-items: center;font-weight: bold;}
    #op {display: block;} 
    .op-overlay {display: none; position: fixed; top: 0; left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5); z-index: 1003;}    
    body.menu-open .op-overlay {display: block;}
    #op { z-index: 1100;  }
    body.menu-open .micon1 {display: none !important;}
    .op-trig {z-index: 1101;  }  
    header {z-index: 1000;}    
    .navCir {z-index: 999;}
}
.height70{ width:100px; height:70px;}

.pagination{padding-bottom: 40px; padding-top:10px;
  text-align: center;}
  .pagination li{
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background-color: #fff;
  padding: 0 6px;
  font-size: 14px;
  margin-right: 8px;box-sizing: border-box;border: 1px solid #d9d9d9;
  border-radius: 6px;text-align: center;}
.pagination .disabled {
  cursor: not-allowed;
  color: #999;
}
.pagination .active {
  cursor: default;
  color: #fff;
  background: #387bcb;
  border-color: #387bcb;
} 
.pagination .active a{color: #fff;} 