/* ========== 重置 reset start ========== */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0);}
caption,th{text-align:left;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
button, input, select, textarea { font-size:100%; } 
ul,ol,li{list-style:none;}
del,ins,u,s,a,a:hover{text-decoration:none;}
img{vertical-align:middle;}
::selection {background-color:#09f; color:#fff;}
::-moz-selection { background:#09f; color:#fff;}
::-webkit-selection { background:#09f; color:#fff;}
::-webkit-scrollbar { width:8px; height:8px;}
::-webkit-scrollbar-track-piece { background:#ddd;border-radius:5px;}
::-webkit-scrollbar-thumb { background:#bbb; border-radius:5px;}
.f-cb { *zoom: 1; }
.f-cb:after{ content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden;}
.f-fl { float: left !important;}
.f-fr { float: right !important;}
.f-dn { display: none !important;}
.f-db { display: block !important;}
.f-tc { text-align: center !important;}
.f-tr { text-align: right !important;}

* { box-sizing: border-box; }
html{ font-size:50px; background-color: #f0f0f0;}
body { line-height:1.2; font-size: 0.28rem; font-family:"Microsoft YaHei","PingFang SC",sans-serif,Arial,SimSun; color: #000;}
a { color: #000;}
a:hover { color: #fa7a20;}
/* ========== 重置 reset end ========== */
/* ========== 共用 common start ========== */
html, body { min-height: 100%;}
.wrap { width: 100%; max-width: 1320px; margin: 0 auto; position: relative; *zoom:1;}
.wrap::after { content: '.'; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden;}

/* 搜索框 */
.search-box { position: relative; padding-right: 70px;}
.search-box .ipt { display: block; width: 100%; height: 34px; padding: 5px 5px 5px 10px; border: solid 2px #ddd; box-shadow: none; border-radius: 0; border-right: none; outline: none; font-size: 14px; color: #666;}
.search-box .btn { position: absolute; bottom: 0; right: 0; width: 70px; height: 34px; padding: 0 6px; background-color: #fa7a20; border: none; border-radius: 0; box-shadow: none; color: #fff; opacity: .85; cursor: pointer;}

/* 通用盒子 */
.panel-box { padding: 16px 20px 20px; background-color: #fff;}
.panel-box:not(:last-child) { margin-bottom: 16px;}
.panel-box .panel-hd { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between;}
.panel-box .panel-title { position: relative; bottom: -2px; display: inline-block; border-bottom: 2px solid #fa7a20; line-height: 32px; font-size: 20px; font-weight: normal;}
.panel-box .panel-more a { color: #888;}
.panel-box-2 { padding-top: 0;}
.panel-box-2 .panel-title-2 { padding: 0 16px; height: 28px; background-color: #fa7a20; line-height: 28px; font-size: 14px; font-weight: 500; color: #fff;}

/* 头部底部 start */
.header_fixed { position: fixed; top: 0; bottom: 0; z-index: 99; background-color: #fff;}
.header { width: 190px;}
.header .logo { padding: 20px 0;}
.header .logo img { display: block; width: 100%; height: 100%; object-fit: cover;}
.header .nav { position: relative; padding: 16px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 16px;}
.header .nav li { position: relative;}
.header .nav li a { display: block; padding: 12px 25px; color: #333;}
.header .nav li a:hover { color: #fa7a20;}
.header .search { padding: 24px 16px;}
.header .search .search-box { padding-right: 48px;}
.header .search .search-box .btn { width: 48px;}
.header .user { padding: 16px 16px; border-top: 1px solid #eee;}
.header .user .login-btn { display: block; width: 100%; height: 34px; padding: 0 6px; line-height: 34px; font-size: 16px; color: #333; cursor: pointer;}
.header .user .login-btn:hover { color: #fa7a20;}
.header .user .user-center { display: block; width: 100%; height: 34px; padding: 0 6px; line-height: 34px; font-size: 16px; color: #333; cursor: pointer;}
.header .user .user-center:hover { color: #fa7a20;}
.container { position: relative; width: 100%;}
.container .main { margin-left: 190px; margin-right: 320px; /* min-height: 800px; */ padding: 20px 25px;}
.container .footer { margin-left: 190px; margin-right: 320px; padding: 20px 25px;}
.container .footer .foot { line-height: 22px; color: #888;}
.container .footer .foot a { color: #888;}
.container .sidebar { position: absolute; top: 20px; right: 0; width: 320px;}
.container .sidebar .panel-box { margin-bottom: 24px;}

/* 面包屑 start */
.m-crumb li { float: left; color: #888;}
.m-crumb li a { color: #888;}
.m-crumb li a:hover { color: #fa7a20;}
/* 面包屑 end */

/* 翻页 start */
.page-wrap { padding: 0.2rem 0 0.8rem; overflow: hidden;}
.m-page { float:right;}
.m-page a,
.m-page span { display: block; padding:0.16rem 0.26rem; background-color: #fff; border:1px solid #eee; color: #666;}
.m-page li { float: left;}
.m-page li + li { padding-left: 0.2rem;}
.m-page li a:hover { background-color: #fa7a20; border-color: #fa7a20; color: #fff;}
.m-page li.active span { background-color: #fa7a20; border-color: #fa7a20; color: #fff;}
.m-page li.disabled span { cursor: no-drop;}
/* 翻页 end */

/* 文章图文列表 */
.article-item-2 { display: flex; padding: 8px 0;}
.article-item-2:not(:first-child) { border-top: 1px solid #eee; margin-top: 16px;}
.article-item-2 .info { flex: 1; min-width: 0;}
.article-item-2 .title { font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.article-item-2 .read { margin-top: 8px; font-size: 14px; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.article-item-2 .img { margin-left: 16px; width: 80px; height: 60px;}
.article-item-2 .img img { width: 100%; height: 100%; object-fit: cover;}

/* 关于我们 */
.about-box .title { margin-bottom: 10px; font-size: 20px; font-weight: normal; color: #fa7a20;}
.about-box p {  line-height: 24px; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.about-box .img-box { }
.about-box .img-box img { width: 100%;}

/* 弹窗 */
.m-popup { display: none; position: fixed; z-index: 9999;}
.m-popup.show { display: block;}
.m-popup .m-popup-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5);}
.m-popup .m-popup-content { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.m-popup .m-popup-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 24px; height: 24px; cursor: pointer;}
/* 登录 */
.login-box { display: none; position: relative; z-index: 1; width: 400px; padding: 48px 40px 112px; background-color: #fff; border-radius: 8px; overflow: hidden;}
.login-box.show { display: block;}
.login-box .login-hd { font-size: 24px;}
.login-box .login-form { margin-top: 32px;}
.login-box .login-form .form-item { margin-top: 24px;}
.login-box .login-form .form-item .ipt { width: 100%; height: 40px; padding: 0 12px; border: 1px solid #eee; border-radius: 4px; font-size: 14px; outline: none;}
.login-box .login-form .form-item .btn { width: 100%; height: 40px; padding: 0 12px; border: 1px solid #fa7a20; border-radius: 4px; font-size: 14px; color: #fff; background-color: #fa7a20; cursor: pointer;}
.login-box .login-agrement { margin-top: 16px;}
.login-box .login-agrement .ckb { margin-right: 4px; vertical-align: middle; cursor: pointer;}
.login-box .login-agrement .text { color: #888; cursor: pointer;}
.login-box .login-agrement .text a { color: #000;}
.login-box .login-link { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 14px; background-color: #faf6f2; text-align: center;}
.login-box .login-link .link { text-align: center;}
.login-box .login-link .link-item { cursor: pointer; color: #fa7a20;}
/* 用户信息 */
.user-popup {}
.user-box { position: relative; z-index: 1; width: 400px; padding: 48px 40px 112px; background-color: #fff; border-radius: 8px; overflow: hidden;}
.user-box .user-hd { position: relative;}
.user-box .user-hd .tit { font-size: 24px;}
.user-box .user-hd .logout { position: absolute; top: 8px; right: 16px; font-size: 14px; color: #888; cursor: pointer;}
.user-box .user-info { margin-top: 32px; display: flex;}
.user-box .user-info .avatar { margin-right: 16px; width: 64px; height: 64px; border-radius: 50%; overflow: hidden;}
.user-box .user-info .avatar img { width: 100%; height: 100%;}
.user-box .user-info .info { flex: 1; min-width: 0;}
.user-box .user-info .info .name { font-size: 16px;}
.user-box .user-info .info .userid { margin-top: 8px; font-size: 14px; color: #888;}
.user-box .user-vip { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 14px; background-color: #faf6f2; text-align: center;}
.user-box .user-vip a { color: #fa7a20;}
/* ========== 共用 common end ========== */