<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*主色*/
/*配色*/
/*红色*/
/*绿色*/
/*一般*/
/*黄色*/
/*灰色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
/*=============铵钮=============*/
/* Scss Document */
body { min-width: 1200px; background: #f8f8f8; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; }

.container { width: 1200px; margin: 0 auto; }
.container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearlist { margin: 0; padding: 0; list-style: none; }
.clearlist li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: inherit; }
a:hover { color: #48a2ff; }

img { max-width: 100%; vertical-align: middle; }

/*常用*/
.color-primary { color: #48a2ff; }

.color-ornament { color: #ffbe28; }

.color-red { color: #f62b2b; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.show { display: block; }

.hide { display: none; }

.clear { clear: both; }

.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.fl { float: left; }

.fr { float: right; }

.img1-1 { display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img4-3 { display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

/*按钮*/
/* 表单元素 */
/* 分页 */
.pagination { margin: 50px 0; font-size: 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span { display: inline-block; margin: 0 4px; padding: 0 15px; border-radius: 4px; line-height: 40px; text-align: center; background-color: #fff; border: 1px solid #ddd; font-size: 14px; }
.pagination a:hover { color: #48a2ff; border-color: #48a2ff; }
.pagination li.active a, .pagination li.active span { background-color: #48a2ff; border-color: #48a2ff; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }

.numberbox { display: inline-block; vertical-align: middle; height: 30px; box-sizing: border-box; border: 1px solid #ddd; background-color: #fff; position: relative; line-height: 28px; font-size: 0; overflow: hidden; }
.numberbox .btn { height: 28px; width: 30px; padding: 0; background: none; border-radius: 0; -webkit-appearance: none; display: inline-block; vertical-align: middle; border: none; font-size: 12px; text-align: center; }
.numberbox .btn:active { background-color: #F8F8F8; }
.numberbox .btn:disabled { color: #ccc; }
.numberbox input { width: 40px; height: 28px; border: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd; box-sizing: border-box; vertical-align: middle; -webkit-appearance: none; background: none; border-radius: 0; font-size: 14px; text-align: center; position: relative; z-index: 2; }

.star { display: inline-block; vertical-align: middle; margin-top: -3px; position: relative; line-height: 1; color: #faab20; letter-spacing: .2em; font-size: 12px; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.star:before { content: "\e61b\e61b\e61b\e61b\e61b"; color: #e6e6e6; }
.star:after { content: "\e61b\e61b\e61b\e61b\e61b"; width: 0; overflow: hidden; position: absolute; left: 0; top: 0; }
.star.star01:after { width: 20%; }
.star.star02:after { width: 40%; }
.star.star03:after { width: 60%; }
.star.star04:after { width: 80%; }
.star.star05:after { width: 100%; }

.pjstar { height: 20px; font-size: 20px; color: #e6e6e6; display: inline-block; }

.pjstar .iconfont { margin-right: 10px; width: 20px; cursor: pointer; }

.pjstar.star01 .iconfont:nth-child(1) { color: #faab20; }

.pjstar.star02 .iconfont:nth-child(1), .pjstar.star02 .iconfont:nth-child(2) { color: #faab20; }

.pjstar.star03 .iconfont:nth-child(1), .pjstar.star03 .iconfont:nth-child(2), .pjstar.star03 .iconfont:nth-child(3) { color: #faab20; }

.pjstar.star04 .iconfont:nth-child(1), .pjstar.star04 .iconfont:nth-child(2), .pjstar.star04 .iconfont:nth-child(3), .pjstar.star04 .iconfont:nth-child(4) { color: #faab20; }

.pjstar.star05 { color: #faab20; }

.mask { display: none; background-color: #000; opacity: .5; filter: alpha(opacity=50); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; }

.layui-form-checkbox[lay-skin=primary] { padding-left: 20px; }
.layui-form-checkbox[lay-skin=primary] span { padding-right: 10px; }

:focus { outline: 0; }

.header { height: 105px; background-color: #fff; }
.header .logo { float: left; height: 105px; line-height: 105px; overflow: hidden; }
.header .logo img { vertical-align: middle; }
.header .text { float: left; font-size: 22px; color: #48a2ff; font-weight: bold; line-height: 35px; margin: 35px 0 0 20px; }
.header .mallcart { width: 200px; height: 40px; display: block; position: relative; float: right; margin-top: 35px; background-color: #fff; border: 1px solid #eee; text-align: center; line-height: 38px; color: #ffbe28; box-sizing: border-box; }
.header .mallcart .icon-cart { font-size: 18px; vertical-align: middle; }
.header .mallcart .cart-count { display: inline-block; padding: 0 4px; background-color: #ffbe28; font-size: 12px; color: #FFF; line-height: 16px; border-radius: 8px; vertical-align: middle; }
.header .userlg { float: right; height: 50px; line-height: 50px; margin-top: 30px; margin-right: 20px; }
.header .userlg .touxiang { width: 50px; height: 50px; float: left; margin-right: 10px; position: relative; }
.header .userlg .touxiang img { width: 100%; height: 100%; border-radius: 50%; position: relative; z-index: 2; }
.header .userlg .touxiang .huangguan { width: 30px; height: 27px; background: url(../images/huangguan.png) no-repeat center; position: absolute; top: -15px; right: -8px; }
.header .userlg .touxiang .lev { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; text-align: center; line-height: 1; }
.header .userlg .touxiang .lev span { display: inline-block; font-size: 12px; color: #fff; background-color: #ffbe28; border-radius: 30px; padding: 0 5px; line-height: 14px; }

.nav { height: 60px; background-color: #48a2ff; }
.nav .clearfix{ display: flex; display: -webkit-box;}
.nav .clearfix &gt; li { flex:1; -webkit-box-flex:1; border-right: 1px solid #3591ef; position: relative; z-index: 5; }
.nav .clearfix &gt; li:first-child { border-left: 1px solid #3591ef; }
.nav .clearfix &gt; li.active&gt;a { color: #ffd736; }
.nav .clearfix &gt; li &gt; a { display: block; line-height: 60px; font-size: 15px; color: #fff;  text-align: center; }
.nav .clearfix &gt; li &gt; a:hover { background-color: #3591ef; }
.nav .clearfix &gt; li:hover .downmenu { display: block; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ; }
.nav .clearfix .downmenu { position: absolute; left: 0; right: 0; top: 100%; background-color: #fff; display: none; font-size: 14px; }
.nav .clearfix .downmenu li { border-bottom: 1px solid #eee;  position: relative; }
.nav .clearfix .downmenu &gt; li.child:before{content:""; border-left:5px solid #000; border-top:5px solid transparent; border-bottom: 5px solid transparent; position: absolute; right: 10px; top: 15px; z-index: 2; }

.nav .clearfix .downmenu li a { display: block; padding:8px 10px; text-align: center; }
.nav .clearfix .downmenu li:hover { background-color: #fafafa; }
.nav .clearfix .downmenu li:hover .submenu { display: block; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ; }
.nav .clearfix .submenu { width: 100%; position: absolute; left: 100%; top: 0; background-color: #fff; display: none; }
.nav .clearfix .submenu:before{content:""; border-left:5px solid #f00; border-top:5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: -15px; top: 15px; z-index: 2; }
.banner { position: relative; overflow: hidden; }

.banner .slides li { text-align: center; }
.banner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; right: 0; left: 0; bottom: 15px; z-index: 3; text-align: center; font-size: 0; }
.banner .flex-control-paging li { display: inline-block; }
.banner .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 10px; height: 10px; background-color: #000; border-radius: 50%; opacity: .5; filter: alpha(opacity=50); }
.banner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #fff; }
.banner .flex-direction-nav { list-style: none; }
.banner .flex-direction-nav li { list-style: none; position: absolute; top: 50%; margin-top: -40px; z-index: 5; }
.banner .flex-direction-nav li.flex-nav-prev { left: 0; }
.banner .flex-direction-nav li.flex-nav-next { right: 0; }
.banner .flex-direction-nav li a { color: #fff; width: 80px; height: 80px; display: block; text-align: center; line-height: 80px; font-size: 72px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.banner .imgnav { height: 102px; padding-top: 13px; box-sizing: border-box; font-size: 0; background-color: rgba(72, 162, 255, 0.8); position: absolute; left: 0; right: 0; bottom: 0; text-align: center; z-index: 2; }
.banner .imgnav img { width: 104px; height: 76px; }
.banner .imgnav a { display: inline-block; margin: 0 35px; }

.newstype { text-align: center; margin-top: 50px; }
.newstype .item { display: inline-block; width: 117px; height: 37px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 20px; text-align: center; line-height: 35px; font-size: 16px; margin: 0 10px; background-color: #fff; }
.newstype .item.active { background-color: #48a2ff; color: #fff; border-color: #48a2ff; }

.newslist { margin: 0 -30px; }
.newslist .item { width: 570px; float: left; margin: 0 30px; margin-top: 60px; display: block; }
.newslist .item .img { float: left; margin-right: 30px; }
.newslist .item .img img { width: 240px; height: 160px; }
.newslist .item .cont { overflow: hidden; }
.newslist .item .title { font-weight: bold; font-size: 18px; }
.newslist .item .date { font-size: 13px; color: #999; }
.newslist .item .desc { color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; margin-top: 20px; }

.morebtn { display: block; width: 147px; height: 44px; box-sizing: border-box; border: 2px solid #48a2ff; text-align: center; line-height: 40px; font-size: 16px; color: #48a2ff; margin: 60px auto 0; }
.morebtn:hover { background-color: #48a2ff; color: #fff; }
.morebtn.white { border-color: #fff; color: #fff; }
.morebtn.white:hover { background-color: #fff; color: #48a2ff; }

.spzx { background: #2aa0ef url(../images/vbg.png); }

.videolist { margin: 40px -13px 0; }
.videolist .item { width: 280px; float: left; margin: 0 13px; margin-top: 30px; }
.videolist .item .img img { width: 280px; height: 187px; border-radius: 20px; }
.videolist .item .tit { text-align: center; margin-top: 15px; font-size: 16px; color: #fff; }

.fullad { height: 122px; background: url(../images/adbg.jpg) no-repeat center; color: #fff; }
.fullad .txt { float: left; font-size: 33px; line-height: 122px; margin-right: 40px; }
.fullad .morebtn { float: left; margin-top: 39px; }
.fullad .img { float: right; margin-top: 12px; }
.fullad .img a { float: left; margin-left: 10px; }
.fullad .img img { width: 316px; height: 98px; border-radius: 10px; border: 2px solid #f9b516; box-sizing: border-box; }

.bignew { width: 442px; float: left; margin-right: 30px; margin-top: 30px; }
.bignew .img img { width: 442px; height: 305px; }
.bignew .tit { margin-top: 15px; font-size: 16px; font-weight: bold; }
.bignew .date { color: #999; font-size: 12px; }

.miji { overflow: hidden; margin-top: 50px; }
.miji li { border-bottom: 1px dashed #ddd; line-height: 50px; height: 50px; }
.miji li .date { float: right; margin-left: 30px; color: #999; font-size: 12px; }
.miji li .tname { color: #48a2ff; margin-right: 10px; }

.footer { background-color: #333; color: #fff; margin-top: 60px; }
.footer .logo { float: left; }
.footer .lianxi { float: left; margin-left: 200px; }
.footer .qr { float: right; }
.footer .qr .item { float: left; color: #ccc; margin-left: 15px; }
.footer .qr .item img { width: 114px; height: 114px; }
.footer .frlink .hd { border-bottom: 1px solid #666; padding-bottom: 10px; }
.footer .frlink .bd { padding: 15px 0 30px; }
.footer .frlink .bd a { display: inline-block; color: #ccc; }
.footer .frlink .bd a:hover { color: #48a2ff; }
.footer .frlink .bd .line { margin: 0 10px; }

.whitebg { background-color: #fff; }

.nybanner { overflow: hidden; }
.nybanner .cont { width: 1920px; position: relative; left: 50%; margin-left: -960px; text-align: center; }
.nybanner img { width: 1920px; }

.path { padding: 15px 0; background: url(../images/icon_home.png) no-repeat left center; padding-left: 25px; }
.path .icon-right { margin: 0 10px; font-size: 12px; }

.newscontent { width: 888px; float: left; background-color: #fff; border-radius: 10px; padding: 0 30px; box-sizing: border-box; }
.newscontent .hd { border-bottom: 1px solid #ddd; height: 60px; line-height: 60px; box-sizing: border-box; }
.newscontent .hd .tit { float: left; font-weight: bold; font-size: 20px; color: #48a2ff; }
.newscontent .hd .types { float: left; font-size: 16px; margin-left: 15px; }
.newscontent .hd .types a { display: block; float: left; height: 60px; box-sizing: border-box; margin: 0 15px; color: #999; }
.newscontent .hd .types a.active { color: #48a2ff; border-bottom: 2px solid #48a2ff; }
.newscontent .subtypes { padding: 20px 0; overflow: hidden; font-size: 0; }
.newscontent .subtypes a { display: inline-block; font-size: 16px; color: #999; line-height: 20px; padding: 0 10px; margin-right: 20px; border-radius: 20px; }
.newscontent .subtypes a.active { background-color: #48a2ff; color: #fff; }
.newscontent .news-list .item { padding: 15px 0; overflow: hidden; }
.newscontent .news-list .item .img { float: left; width: 140px; margin-right: 30px; }
.newscontent .news-list .item .img img { width: 140px; height: 140px; }
.newscontent .news-list .item .cont { overflow: hidden; }
.newscontent .news-list .item .tit { font-size: 18px; font-weight: bold; }
.newscontent .news-list .item .desc { color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; margin-top: 10px; }
.newscontent .news-list .item .info { overflow: hidden; margin-top: 15px; }
.newscontent .news-list .item .info .tname { float: left; border: 1px solid #ccc; border-radius: 5px; line-height: 24px; padding: 0 10px; color: #999; }
.newscontent .news-list .item .info .date { float: right; color: #999; }

.asidecontent { width: 294px; float: right; }
.asidecontent .box { background-color: #fff; border-radius: 10px; padding: 20px; }

.tagbox a { display: inline-block; margin: 15px 15px 0 0; padding: 0 15px; border: 1px solid #d0e1f8; box-shadow: inset 0 0 15px rgba(9, 101, 215, 0.15); border-radius: 20px; font-size: 17px; color: #0965d7; line-height: 28px; }
.tagbox a:nth-child(4n-2) { border-color: #f9deef; color: #ff3498; box-shadow: inset 0 0 15px rgba(255, 52, 152, 0.15); }
.tagbox a:nth-child(4n-1) { border-color: #faeed7; color: #fea53c; box-shadow: inset 0 0 15px rgba(254, 165, 60, 0.15); }
.tagbox a:nth-child(4n) { border-color: #d0f8e7; color: #18c980; box-shadow: inset 0 0 15px rgba(24, 201, 128, 0.15); }

.videocontent { background-color: #fff; border-radius: 10px; padding: 30px; }
.videocontent .hd { color: #48a2ff; font-weight: bold; font-size: 20px; }

.videos { margin: 0 -2px; }
.videos .item { width: 266px; float: left; margin: 20px 10px 0; }
.videos .item:hover img { box-shadow: 0 4px 18px rgba(72, 162, 255, 0.3); }
.videos .item img { width: 266px; height: 178px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; transition: all .4s; }
.videos .item .title { text-align: center; margin-top: 10px; font-size: 16px; }

.video-list { margin-top: 20px; }
.video-list li { border-bottom: 1px dashed #999; padding: 12px 0; background: url(../images/icon_video.png) no-repeat left center; padding-left: 30px; font-size: 15px; }
.video-list li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tiku-list { margin-top: 20px; }
.tiku-list li { border-bottom: 1px dashed #999; padding: 12px 0; background: url(../images/icon_shijuan.png) no-repeat left center; padding-left: 30px; font-size: 15px; }
.tiku-list li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.product-screen { font-size: 12px; background-color: #fff; border: 1px solid #eee; }
.product-screen .item { border-bottom: 1px solid #eee; position: relative; }
.product-screen .item:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.product-screen .item:last-child { border-bottom: none; }
.product-screen .hd { width: 120px; box-sizing: border-box; padding: 0 10px; line-height: 40px; font-weight: bold; background-color: #f8f8f8; position: absolute; left: 0; top: 0; bottom: 0; }
.product-screen .bd { padding: 0 100px 0 150px; height: 40px; overflow: hidden; }
.product-screen .bd li { display: inline-block; line-height: 20px; margin: 10px; }
.product-screen .bd a { color: #666; display: block; position: relative; }
.product-screen .bd a.active { color: #48a2ff; }
.product-screen .bd.open { height: auto; }
.product-screen .ft { width: 100px; height: 40px; line-height: 40px; padding: 0 20px; color: #999; text-align: center; position: absolute; top: 0; right: 0; box-sizing: border-box; }

.pxbox { height: 40px; margin-top: 20px; font-size: 14px; background-color: #f8f8f8; padding: 0 10px; }
.pxbox .paixu { float: left; margin-top: 6px; }
.pxbox .paixu a { float: left; height: 28px; padding: 0 10px; margin-right: -1px; line-height: 26px; background-color: #fff; border: 1px solid #eee; position: relative; font-size: 12px; }
.pxbox .paixu a .arr { position: relative; width: 8px; height: 10px; margin-left: 5px; font-size: 0; display: inline-block; vertical-align: middle; margin-top: -1px; }
.pxbox .paixu a .arr.down:before { content: ''; width: 2px; height: 5px; background-color: #666; position: absolute; top: 0; left: 3px; }
.pxbox .paixu a .arr.down:after { content: ''; position: absolute; left: 0; top: 5px; border-top: 5px solid #666; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.pxbox .paixu a .arr.up:before { content: ''; width: 2px; height: 5px; background-color: #666; position: absolute; top: 5px; left: 3px; }
.pxbox .paixu a .arr.up:after { content: ''; position: absolute; left: 0; top: 0; border-bottom: 5px solid #666; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.pxbox .paixu a .arr02 { position: relative; width: 8px; height: 10px; margin-left: 5px; font-size: 0; display: inline-block; vertical-align: middle; margin-top: -1px; }
.pxbox .paixu a .arr02:before { content: ''; border-bottom: 4px solid #666; border-left: 4px solid transparent; border-right: 4px solid transparent; position: absolute; top: 0; left: 0; }
.pxbox .paixu a .arr02:after { content: ''; border-top: 4px solid #666; border-left: 4px solid transparent; border-right: 4px solid transparent; position: absolute; left: 0; bottom: 0; }
.pxbox .paixu a.active, .pxbox .paixu a:hover { color: #48a2ff; }
.pxbox .paixu a.active .arr:before, .pxbox .paixu a:hover .arr:before { background-color: #48a2ff; }
.pxbox .paixu a.active .arr:after, .pxbox .paixu a:hover .arr:after { border-top-color: #48a2ff; border-bottom-color: #48a2ff; }
.pxbox .paixu a.active .arr02.up:before, .pxbox .paixu a:hover .arr02.up:before { border-bottom-color: #48a2ff; }
.pxbox .paixu a.active .arr02.down:after, .pxbox .paixu a:hover .arr02.down:after { border-top-color: #48a2ff; }
.pxbox .pricesearch { float: left; margin-left: 10px; margin-top: 6px; }
.pxbox .pricesearch input { width: 80px; height: 28px; padding: 0 10px; box-sizing: border-box; background: #fff; border: 1px solid #eee; }
.pxbox .pricesearch .btn { width: 30px; height: 28px; margin-left: 5px; font-size: 14px; background: #fff; border: 1px solid #eee; color: #48a2ff; }
.pxbox .sx { height: 28px; background-color: #fff; border: 1px solid #eee; line-height: 26px; font-size: 12px; float: left; padding: 0 10px; margin: 6px 0 0 10px; }
.pxbox .sx .layui-form-checkbox[lay-skin=primary] span { font-size: 12px; }
.pxbox .fenye { float: right; font-size: 12px; height: 28px; margin-top: 6px; line-height: 28px; }
.pxbox .fenye .fybtn { height: 28px; padding: 0 10px; box-sizing: border-box; float: left; display: inline-block; margin-left: -1px; line-height: 26px; background-color: #fff; border: 1px solid #eee; }

.alltypes { width: 170px; float: left; margin-right: 20px; background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; }
.alltypes .hd { text-align: center; line-height: 40px; font-weight: bold; background-color: #f2f2f2; }
.alltypes .title { margin: 10px; padding-left: 18px; background: url(../images/icon_jia.png) no-repeat left center; font-size: 15px; }
.alltypes .title.active { background-image: url(../images/icon_jian.png); }
.alltypes .cont { font-size: 14px; display: none; }
.alltypes .cont a { display: block; padding: 5px 10px 5px 28px; }
.alltypes .cont a.active { background-color: #f2f2f2; color: #48a2ff; }
.alltypes .cont a:hover { background-color: #f8f8f8; }

.product-list { margin-top: 20px; }
.product-list li { width: 25%; float: left; padding: 15px; box-sizing: border-box; }
.product-list li .img .favbtn { padding: 0 8px; background-color: rgba(0, 0, 0, 0.5); position: absolute; right: 0; bottom: 0; color: #fff; cursor: pointer; line-height: 25px; font-size: 12px; }
.product-list li .img .favbtn.active { background-color: rgba(72, 162, 255, 0.8); }
.product-list li .img .delbtn { width: 25px; height: 25px; background-color: rgba(255, 0, 0, 0.8); position: absolute; right: 0; top: 0; color: #fff; cursor: pointer; line-height: 25px; font-size: 12px; text-align: center; }
.product-list li .cont { padding: 15px 0 0; }
.product-list li .tit { height: 40px; line-height: 20px; margin-top: 20px; }
.product-list li .cartbtn { float: right; margin-left: 15px; margin-top: 8px; }
.product-list li .jiage { overflow: hidden; font-size: 12px; line-height: 20px; }
.product-list li .jiage .xianjia { color: #f00; font-size: 18px; }
.product-list li .jiage .yuanjia { color: #666; text-decoration: line-through; }
.product-list li .jiage .sold { color: #999; }
.product-list li button { height: 30px; line-height: 30px; padding: 0 10px; border-radius: 30px; }
.product-list.cai { margin: 20px -6px 0; }
.product-list.cai li { width: 230px; height: 340px; margin: 0 6px; background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; }
.product-list.cai li:hover { border-color: #48a2ff; }
.product-list.cai li .tit { font-size: 13px; line-height: 22px; }
.product-list.cai li .cartbtn img { width: 29px; }
.product-list.cai li .jiage .xianjia { color: #de2a2a; font-size: 14px; }
.product-list.cai li .jiage .yuanjia { color: #666; text-decoration: line-through; }
.product-list.cai li .jiage .sold { color: #999; }

.product-imgshow { width: 420px; float: left; margin-right: 30px; }
.product-imgshow .spec-preview { width: 420px; height: 420px; }
.product-imgshow .jqzoom { position: relative; cursor: pointer; }
.product-imgshow .jqzoom img { width: 100%; height: 420px; }
.product-imgshow .zoomdiv { z-index: 100; position: absolute; top: 0px; left: 0px; border: 1px solid #ddd; background: #fff; display: none; text-align: center; overflow: hidden; }
.product-imgshow .zoomdiv img { max-width: none; }
.product-imgshow .jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 1px solid #245180; background: #48a2ff; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(Opacity=50); }
.product-imgshow .spec-scroll { height: 60px; margin-top: 10px; }
.product-imgshow .spec-scroll:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.product-imgshow .spec-scroll .prev { float: left; }
.product-imgshow .spec-scroll .next { float: right; }
.product-imgshow .spec-scroll .prev, .product-imgshow .spec-scroll .next { width: 20px; height: 60px; line-height: 60px; background-color: #eee; cursor: pointer; text-align: center; font-size: 14px; color: #999; }
.product-imgshow .spec-scroll .prev:hover, .product-imgshow .spec-scroll .next:hover { background-color: #ddd; color: #333; }
.product-imgshow .spec-scroll .items { width: 380px; height: 100%; float: left; position: relative; overflow: hidden; }
.product-imgshow .spec-scroll .items ul { position: absolute; width: 999999px; height: 100px; }
.product-imgshow .spec-scroll .items li { float: left; width: 76px; height: 60px; text-align: center; cursor: pointer; position: relative; }
.product-imgshow .spec-scroll .items li img { width: 60px; height: 60px; margin: 0 5px; }
.product-imgshow .spec-scroll .items li.active:before { content: ""; border: 2px solid #333; position: absolute; left: 8px; right: 8px; top: 0; bottom: 0; }

.product-info { overflow: hidden; }
.product-info .productname { font-size: 16px; font-weight: bold; }
.product-info .desc { font-size: 14px; color: #48a2ff; }
.product-info .jiage { background: #f8f8f8; padding: 15px; margin-top: 20px; }
.product-info .jiage .tit { color: #999; margin-right: 20px; font-size: 16px; }
.product-info .jiage .price { font-size: 30px; font-weight: bold; color: #f00; }
.product-info .info { margin-top: 30px; padding: 10px 0; overflow: hidden; border: 1px dotted #ddd; text-align: center; line-height: 16px; font-size: 12px; color: #999; }
.product-info .info .item { width: 33.33%; float: left; border-right: 1px solid #eee; box-sizing: border-box; }
.product-info .info .item:last-child { border-right: none; }
.product-info .canshu { padding: 15px; }
.product-info .canshu .item { overflow: hidden; padding: 5px 0; }
.product-info .canshu .item .tit { color: #999; width: 70px; float: left; }
.product-info .canshu .item .cont { overflow: hidden; }
.product-info .canshu .item .cont li { float: left; margin: 0 5px 5px 0; }
.product-info .canshu .item .cont li a { display: block; line-height: 28px; height: 30px; border: 1px solid #e8e8e8; padding: 0 10px; font-size: 12px; box-sizing: border-box; }
.product-info .canshu .item .cont li.active a { color: #48a2ff; border-color: #48a2ff; }
.product-info .shuliang { padding: 15px; }
.product-info .shuliang .tit { color: #999; width: 70px; float: left; }
.product-info .shuliang .numbers { float: left; margin-right: 20px; }
.product-info .shuliang .numbers input { width: 50px; height: 30px; float: left; text-align: center; border: 1px solid #999; box-sizing: border-box; }
.product-info .shuliang .numbers .jiajian { width: 16px; margin-top: -4px; float: left; margin-left: 3px; }
.product-info .shuliang .numbers .jiajian a { display: block; margin-top: 4px; height: 13px; border: 1px solid #999; text-align: center; line-height: 11px; font-size: 12px; color: #999; box-sizing: border-box; }
.product-info .shuliang .numbers .jiajian a:active { background-color: #eee; }
.product-info .btnbox { margin-top: 30px; overflow: hidden; }
.product-info .btnbox .layui-btn { width: 180px; }

.product-content { border: 1px solid #eee; }
.product-content .hd { height: 42px; padding: 0 15px; background-color: #eef4fc; line-height: 42px; font-size: 16px; }
.product-content .hd .tit { border-left: 4px solid #48a2ff; padding-left: 10px; }
.product-content .bd { padding: 25px; }
.product-content .bd img { max-width: 100%; }

.layui-laypage-count, .layui-laypage-skip { background: none !important; }

.product-side { width: 270px; float: left; margin-right: 30px; border: 1px solid #eee; }
.product-side .hd { height: 42px; padding: 0 15px; background-color: #eef4fc; line-height: 42px; font-size: 16px; }
.product-side .hd .tit { border-left: 4px solid #48a2ff; padding-left: 10px; }
.product-side .list li { padding: 15px; }
.product-side .list li .name { margin-top: 10px; font-size: 13px; }
.product-side .list li .price { color: #f00; font-size: 16px; }

.cartit { height: 40px; margin-top: 30px; line-height: 40px; border-bottom: 1px solid #ddd; }
.cartit .tit { float: left; height: 40px; border-bottom: 2px solid #48a2ff; font-size: 16px; font-weight: bold; color: #48a2ff; }

.cartcontent .theader { font-weight: bold; }
.cartcontent .cart-select { width: 30px; }
.cartcontent .cart-price { width: 150px; }
.cartcontent .cart-numbers { width: 150px; }
.cartcontent .cart-total { width: 188px; }
.cartcontent .cart-ctrl { width: 150px; }
.cartcontent .cpinfo .img { width: 80px; border: 1px solid #eee; float: left; margin-right: 10px; }
.cartcontent .cpinfo .img img { width: 80px; height: 80px; }
.cartcontent .cpinfo .cont { overflow: hidden; margin-right: 50px; }
.cartcontent .cpinfo .info { font-size: 12px; color: #999; margin-top: 10px; }
.cartcontent .layui-table tbody tr:hover { background-color: #fff; }
.cartcontent td { padding: 15px; }

.cartfooter { height: 50px; line-height: 48px; background-color: #fff; border: 1px solid #ddd; padding-left: 15px; box-sizing: border-box; }
.cartfooter .layui-btn { height: 48px; vertical-align: middle; float: right; line-height: 48px; font-weight: bold; font-size: 18px; }

.jesuanhd { font-size: 18px; margin-top: 30px; }

.jiesuanbox { margin-top: 10px; background-color: #fff; padding: 20px; font-size: 12px; }
.jiesuanbox hr { margin: 30px 0; }

.jstit { overflow: hidden; font-size: 16px; }
.jstit .tit { font-weight: bold; }

.adrlist { margin-top: 15px; overflow-y: auto; max-height: 168px; }
.adrlist .item { height: 30px; margin: 0 0 12px; line-height: 30px; overflow: hidden; }
.adrlist .item:hover { background-color: #f8f8f8; }
.adrlist .item:hover .adr-btns { display: block; }
.adrlist .item.active .adr-name { border-color: #48a2ff; position: relative; }
.adrlist .item.active .adr-name:before { content: "\e67a"; position: absolute; right: -1px; bottom: -1px; line-height: 1; font-size: 14px; color: #48a2ff; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.adrlist .item .adr-name { width: 146px; height: 30px; cursor: pointer; float: left; line-height: 28px; text-align: center; background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; }
.adrlist .item .adr-name:hover { border-color: #48a2ff; }
.adrlist .item .adr-detail { float: left; }
.adrlist .item .adr-detail span { margin-left: 10px; }
.adrlist .item .adr-btns { float: right; margin-left: 20px; display: none; }
.adrlist .item .adr-btns a { color: #005ea7; margin-left: 10px; }
.adrlist .item .adr-btns a:hover { color: #f00; }

.selectgroup { margin-top: 10px; }
.selectgroup li { width: 120px; height: 30px; float: left; cursor: pointer; margin-right: 10px; background-color: #fff; border: 1px solid #ddd; text-align: center; line-height: 28px; position: relative; box-sizing: border-box; }
.selectgroup li.active { border-color: #48a2ff; }
.selectgroup li.active:before { content: "\e67a"; position: absolute; right: -1px; bottom: -1px; line-height: 1; font-size: 14px; color: #48a2ff; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.selectgroup li img { height: 16px; }

.ordertotal { text-align: right; }

.adrpop { padding: 20px; }
.adrpop select { width: 100%; -webkit-appearance: menulist; }

.jieguo .icon { margin-top: 30px; font-size: 80px; line-height: 1; text-align: center; color: #19a041; }
.jieguo .jieguo-title { text-align: center; font-size: 24px; margin-top: 15px; }

.smzf { text-align: center; margin-top: 30px; }
.smzf img { width: 200px; height: 200px; }
.smzf .tit { font-size: 18px; }
.smzf .iconfont { font-size: 24px; }

.ktbg { background: #fafafa url(../images/ktbg.jpg) center top; }

.search { width: 245px; height: 38px; background-color: #f3f5f7; border-radius: 30px; }
.search input { width: 190px; height: 38px; box-sizing: border-box; appearance: none; border: none; background: none; padding: 0 20px; }
.search button { appearance: none; border: none; background: none; height: 38px; width: 38px; cursor: pointer; font-size: 18px; color: #48a2ff; }

.logincontent { width: 480px; margin: 0 auto; padding: 100px 0; }
.logincontent .loginbox .hd { font-weight: bold; font-size: 32px; text-align: center; }
.logincontent .loginbox .layui-input { height: 48px; line-height: 48px; }

.regbox { width: 700px; margin: 0 auto; padding: 50px 0; }
.regbox .hd { font-size: 20px; font-weight: bold; text-align: center; overflow: hidden; border-bottom: 1px solid #eee; }
.regbox .hd a { display: block; float: left; text-align: center; width: 50%; line-height: 45px; }
.regbox .hd a.active { color: #48a2ff; border-bottom: 1px solid #48a2ff; }

.user-left { width: 250px; float: left; background-color: #fff; margin-right: 20px; }
.user-left .userinfo { text-align: center; padding: 50px 0; }
.user-left .userinfo .img { width: 82px; height: 82px; margin: 0 auto; position: relative; }
.user-left .userinfo .img img { width: 100%; height: 100%; border-radius: 50%; position: relative; z-index: 2; }
.user-left .userinfo .img .huangguan { width: 47px; height: 43px; background: url(../images/huangguan02.png) no-repeat center; position: absolute; top: -25px; right: -13px; }
.user-left .userinfo .img .lev { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; text-align: center; line-height: 1; }
.user-left .userinfo .img .lev span { display: inline-block; font-size: 14px; color: #fff; background-color: #ffbe28; border-radius: 5px; padding: 0 10px; line-height: 18px; }
.user-left .userinfo .name { font-size: 16px; margin-top: 20px; }
.user-left .user-menu { padding-bottom: 50px; }
.user-left .user-menu a { color: #666; display: block; padding-left: 50px; line-height: 48px; }
.user-left .user-menu a.active { color: #48a2ff; background-color: #f0f7ff; position: relative; }
.user-left .user-menu a.active:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; border-left: 3px solid #48a2ff; }
.user-left .user-menu a:hover { color: #48a2ff; background-color: #f0f7ff; }
.user-left .user-menu a .iconfont { margin-right: 10px; font-size: 16px; }

.user-main { overflow: hidden; background-color: #fff; box-sizing: border-box; margin-top: 20px; }

.layui-card-header.layui-card-header-auto { padding-top: 15px; padding-bottom: 15px; height: auto; line-height: 1.6; }

.user-cont .cartcontent .theader { font-weight: normal; }
.user-cont .cartcontent .cart-select { width: 30px; }
.user-cont .cartcontent .cart-price { width: 100px; }
.user-cont .cartcontent .cart-numbers { width: 100px; }
.user-cont .cartcontent .cart-total { width: 100px; }
.user-cont .cartcontent .cart-state { width: 100px; }
.user-cont .cartcontent .cart-ctrl { width: 100px; text-align: center; }
.user-cont .cartcontent .cpinfo .cont { margin-right: 30px; }
.user-cont .cartcontent .layui-table tbody tr:hover { background-color: #fff; }
.user-cont .cartcontent td, .user-cont .cartcontent th { padding: 10px; font-size: 12px; }

.utab { height: 30px; line-height: 30px; }
.utab li { height: 30px; box-sizing: border-box; float: left; margin-right: 30px; font-size: 14px; }
.utab .active { color: #48a2ff; border-bottom: 2px solid #48a2ff; font-weight: bold; font-size: 16px; }

.uploads { overflow: hidden; padding-top: 10px; }
.uploads .item { width: 80px; height: 80px; float: left; margin: 0 10px 10px 0; background: #f3f3f3 no-repeat center; background-size: cover; text-align: center; font-size: 13px; color: #bbb; position: relative; }
.uploads .item .icon { font-size: 32px; line-height: 80px; cursor: pointer; }
.uploads .item .delbtn { width: 16px; height: 16px; background-color: #f00; position: absolute; right: 0; top: 0; font-size: 12px; color: #fff; line-height: 16px; text-align: center; }

.usearch input { width: 170px; float: left; height: 30px; box-sizing: border-box; font-size: 12px; border-radius: 0; margin-right: -1px; }
.usearch button { float: left; border-radius: 0; }

.user-order { overflow: hidden; }
.user-order .hd { font-size: 16px; font-weight: bold; padding: 20px 25px 0; }
.user-order .bd { margin-top: 30px; }
.user-order .bd li { width: 20%; float: left; text-align: center; }
.user-order .bd li.active { color: #48a2ff; }
.user-order .bd li .icon { font-size: 40px; line-height: 1; position: relative; }
.user-order .bd li .icon .layui-badge { position: absolute; left: 50%; top: 0; margin-left: 15px; border-radius: 50%; background-color: #48a2ff; }
.user-order .bd li .tit { margin-top: 15px; font-size: 14px; }

.adritem { margin-top: 15px; border: 1px solid #ddd; padding: 15px; font-size: 12px; position: relative; }
.adritem .ctrlbox { position: absolute; right: 15px; top: 15px; color: #005ea7; }
.adritem .ctrlbox a { color: #005ea7; margin-left: 15px; }
.adritem .row { padding: 5px 0; }
.adritem .row .tit { display: inline-block; width: 60px; color: #999; text-align: right; }

.wljd { overflow: hidden; padding: 0 60px; }
.wljd .bd { display: flex; align-items: flex-start; margin-top: 30px; }
.wljd .bd .item { text-align: center; position: relative; flex: 1; }
.wljd .bd .item:before { content: ""; width: 110px; height: 13px; background: url(../images/line.png) no-repeat center; position: absolute; top: 7px; right: 50%; margin-right: 30px; }
.wljd .bd .item:first-child:before { content: none; }
.wljd .bd .item .num { width: 26px; height: 26px; border: 2px solid #7ebe56; border-radius: 50%; text-align: center; line-height: 26px; color: #7ebe56; font-weight: bold; margin: 0 auto; }
.wljd .bd .item .tit { margin-top: 20px; font-weight: bold; }
.wljd .bd .item .desc { width: 80px; margin: 10px auto 0; line-height: 1.4; font-size: 12px; color: #666; }
.wljd .bd .item.active .num { background-color: #7ebe56; color: #fff; }
.wljd .bd .item.active:before { background-image: url(../images/line_h.png); }

/*# sourceMappingURL=style.css.map */


.user-main .userinfo { width: 200px; height: 200px; float: left; background-color: #fff; text-align: center; padding-top: 25px; box-sizing: border-box; }
.user-main .userinfo .touxiang img { width: 80px; height: 80px; border-radius: 50%; }
.user-main .userinfo .name { font-size: 18px; margin-top: 10px; }
.user-main .userinfo .btn { display: inline-block; background-color: #aaa; border-radius: 10px; padding: 0 10px; color: #fff; font-size: 12px; }
.user-main .userinfo .btn:hover { background-color: #e41802; }

.suiji { margin-top: 20px; }
.suiji .hd { height: 40px; background-color: #ffe6e8; padding: 0 20px; color: #cf121e; line-height: 40px; }
.suiji .hd .btn { display: inline-block; height: 18px; line-height: 18px; border: 1px solid #cf121e; font-size: 12px; padding: 0 5px; }
.suiji .bd { background-color: #fff; padding: 6px; }
.suiji .bd .product-list { margin-top: 0; }
.suiji .bd .product-list li { width: 20%; height: auto; padding: 6px 6px 20px; }
.suiji .bd .product-list li:hover { border: none; padding: 6px 6px 20px; box-shadow: none; }
.suiji .bd .product-list li .img { width: 176px; height: 176px; }
.suiji .bd .product-list li .img img { width: 100%; height: 100%; }

.suiji .bd .product-list li .jiage { margin-top: 10px; overflow: hidden; font-size: 12px; line-height: 20px; }
.suiji .bd .product-list li .jiage .xianjia { color: #e41802; font-size: 14px; }
.suiji .bd .product-list li .jiage .yuanjia { color: #666; text-decoration: line-through; }


/*爱的动物园*/
.zoom { background-color: #fff; }
.zoom .header { height: 100px; background-color: #fff; }
.zoom .header .logo { float: left; height: 100px; line-height: 100px; overflow: hidden; font-size: 32px; }
.zoom .header .nav { float: right; font-size: 16px; margin-top: 30px; background:none; }
.zoom .header .nav li { float: left; padding: 0 20px; height: 40px; line-height: 40px; position: relative; z-index: 5; }
.zoom .header .nav li .subnav { position: absolute; left: 0; right: 0; top: 100%; display: none; }
.zoom .header .nav li .subnav:before { content: ""; border-bottom: 5px solid #333; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 50%; top: 0; margin-left: -5px; }
.zoom .header .nav li .subnav a { display: block; margin-top: 5px; text-align: center; line-height: 36px; font-size: 14px; color: #fff; background-color: #333; border-radius: 5px; }
.zoom .header .nav li .subnav a:hover { background-color: #000; }
.zoom .header .nav li:hover .subnav { display: block; }

.zoom .banner { position: relative; overflow: hidden; }
.zoom .banner .slides li { text-align: center; }
.zoom .banner .slides li img { width: 1920px; height: 800px; -o-object-fit: cover; object-fit: cover; }
.zoom .banner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; right: 0; left: 0; bottom: 15px; z-index: 3; text-align: center; font-size: 0; }
.zoom .banner .flex-control-paging li { display: inline-block; }
.zoom .banner .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 10px; height: 10px; background-color: #000; border-radius: 50%; opacity: .5; filter: alpha(opacity=50); }
.zoom .banner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #fff; }
.zoom .banner .flex-direction-nav { list-style: none; }
.zoom .banner .flex-direction-nav li { list-style: none; position: absolute; top: 50%; margin-top: -40px; z-index: 5; }
.zoom .banner .flex-direction-nav li.flex-nav-prev { left: 0; }
.zoom .banner .flex-direction-nav li.flex-nav-next { right: 0; }
.zoom .banner .flex-direction-nav li a { color: #fff; width: 80px; height: 80px; display: block; text-align: center; line-height: 80px; font-size: 72px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
 
.zoom .groupbox { margin-top: 10px; }
.zoom .groupbox .type { width: 380px; float: left; margin-right: 15px; }
.zoom .groupbox .type .hd { height: 40px; padding: 0 15px; background-color: #a5d6a7; border-radius: 5px 5px 0 0; color: #fff; line-height: 40px; font-size: 16px; }
.zoom .groupbox .type .bd li { line-height: 40px; border-bottom: 1px dashed #ddd; }
.zoom .groupbox .type .bd li a { display: block; padding: 0 15px; }
.zoom .groupbox .dwlist { overflow: hidden; }
.zoom .groupbox .dwlist .hd { height: 40px; padding: 0 15px; background-color: #a5d6a7; border-radius: 5px 5px 0 0; color: #fff; line-height: 40px; font-size: 16px; }
.zoom .groupbox .dwlist .hd .tit { float: left; }
.zoom .groupbox .dwlist .hd .more { float: right; font-size: 12px; }
.zoom .groupbox .dwlist .hd .more a { color: #fff; }
.zoom .groupbox .dwlist .list li { float: left; width: 33.33%; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.zoom .groupbox .dwlist .list li a { display: block; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow: hidden; }
.zoom .groupbox .dwlist .list li .cont { padding: 15px; text-align: center; }
.zoom .groupbox .dwlist .list li .tit { font-size: 16px; }
.zoom .groupbox .dwlist .list li .desc { line-height: 20px; height: 40px; margin-top: 5px; color: #666; }
.zoom .groupbox .dwlist .list li .img{width:250px; height:170px; overflow:hidden;}
.zoom .groupbox .dwlist .list li .img img{width:100%;}

.zoom .footer { background-color: #333; margin-top: 30px; }

.zoom .hdbox { height: 50px; border-bottom: 1px solid #ddd; line-height: 50px; font-size: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.zoom .hdbox .tit { float: left; font-weight: bold; border-bottom: 3px solid #a5d6a7; height: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; }
.zoom .hdbox .more { float: right; font-size: 12px; }

.zoom .dongwu li { padding: 30px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.zoom .dongwu li .img { float: left; display: block; position: relative; width: 260px; margin-right: 30px; }
.zoom .dongwu li .img:after { display: block; padding-top: 56.25%; content: ''; }
.zoom .dongwu li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.zoom .dongwu li .img img { border-radius: 5px; }
.zoom .dongwu li .tit { font-size: 16px; font-weight: bold; }
.zoom .dongwu li .desc { color: #666; margin-top: 10px; }
.zoom .dongwu li .date { color: #999; margin-top: 10px; }

.zoom .newslist li { padding: 30px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.zoom .newslist li .img { float: left; display: block; position: relative; width: 260px; margin-right: 30px; }
.zoom .newslist li .img:after { display: block; padding-top: 75%; content: ''; }
.zoom .newslist li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.zoom .newslist li .img img { border-radius: 5px; }
.zoom .newslist li .tit { font-size: 16px; font-weight: bold; }
.zoom .newslist li .desc { color: #666; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; }
.zoom .newslist li .date { color: #999; margin-top: 10px; }

.zoom .page { padding: 30px 0; }
.zoom .page .title { font-size: 24px; }
.zoom .page .info { color: #999; margin-top: 15px; }
.zoom .page .cont { margin-top: 40px; }


.noresult{text-align:center; padding:20px;}



 /* 2023-8-25 */
.zylist { display: flex; align-items: flex-start; flex-wrap: wrap; padding: 7px; }
.zylist .item { width: 25%; box-sizing: border-box; padding: 8px; text-align: center; }
.zylist .item img { width: 45px; height: 45px; }
.zylist .item .name { font-size: 14px; margin-top: 10px; }

.zytitle { display: flex; align-items: center; justify-content: center; margin: 15px; }
.zytitle img { width: 30px; height: 30px; }
.zytitle .name { font-size: 24px; margin-left: 10px; font-weight: bold; color: #48a2ff; }

.zymenu .item { margin: 10px 15px; padding: 15px; background-color: #fff; border-radius: 10px; display: flex; align-items: center; }
.zymenu .item .name { font-size: 20px; font-weight: bold; line-height: 1.3; }
.zymenu .item .arr { color: #999; margin-left: 15px; font-size: 14px; }

.rbox { margin: 15px; background-color: #f6f6f6; border-radius: 10px; padding: 15px; box-sizing: border-box;}

.zyprofile { font-size: 15px; }
.zyprofile .cont.hide { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.jianyiitem {width: calc(33.33% - 30px); display: flex; align-items: center; position: relative; overflow: hidden; }
.weui-flex__item{flex:1;}
.jianyiitem .arr { color: #999; margin-left: 15px; font-size: 14px; }
.jianyiitem .tit { color: #48a2ff; font-weight: bold; line-height: 1.3; }
.jianyiitem .desc { font-size: 14px; color: #666; margin-top: 5px; }
.jianyiitem.hide1::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6 70%); }
</pre></body></html>