.cellection { background: #fff; overflow: hidden; }
.cellection img { width: 100%; }
.cellection .bt { font-size: 18px; line-height: 30px; margin: 10px 12px; }
.cellection .desc { margin: 6px 12px; line-height: 26px; font-size: 14px; color: #333; }

.pg_details { overflow: hidden; position: relative; padding-bottom: 80px; }
.pg_details img { display: block; width: 100%; position: relative; z-index: 1; }
.pg_details .box { position: absolute; background: #fff; bottom: 0; height: 80px; width: 100%; z-index: 2; display: flex; }
.pg_details .box .img { width: 80px; height: 80px; border-radius: 20px; margin: -20px 12px 0; border: 4px solid #fff; }
.pg_details .box .info { flex: 1; }
.pg_details .box .info .name { width: 100%; overflow: hidden; color: #333; font-weight: bold; font-size: 15px; line-height: 26px; height: 26px; }
.pg_details .box .info .name .ios, .pg_details .box .info .name .az { display: inline-block; vertical-align: middle; margin-left: 3px; }
.pg_details .box .info .name .ios { background: url(../fonts/e0c8e237e64d4124aacc28f67ad12d9d.woff); }

.goods-list { padding-bottom: 12px; overflow: hidden; width: 100%; }

.goods-list ul { display: block; width: 100%; }

.goods-list ul li { display: block; width: 25%; float: left; text-align: center; }

.goods-list ul li a { clear: both; display: block; font-size: 12px; color: #333; text-align: center; margin-top: 12px; }

.goods-list ul li a img { display: block; height: 57.5px; width: 57.5px; margin: 0 auto; border-radius: 6px; }

.goods-list ul li p { clear: both; display: block; font-size: 12px; color: #333; text-align: center; margin-top: 12px; overflow: hidden;height: 19px;}

.goods-list.pic ul li { width: 20%; }

.piclist { width: 100%; }

.piclist ul { overflow: hidden; }

.piclist li { display: inline-block; width: calc(50% - 20px); background: #fff; position: relative; border-radius: 12px; overflow: hidden; margin: 6px 0 6px  12px; height: 30vw; max-height: 230px; min-height: 100px; }

.piclist li a { display: table; width: 100%; }

.piclist li p { position: absolute; width: 100%; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.7); bottom: 0; left: 0; font-size: 14px; color: #fff; text-indent: 1rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

.piclist li img { width: 100%; display: block; }

.bqwrap { padding: 6px  12px; overflow: hidden; background: #fff; }
.bqwrap li { display: block; float: left; width: 33%; text-align: center; overflow: hidden; height: 30px; line-height: 30px; font-size: 14px; }
.bqwrap li a { position: relative; }
.bqwrap li a span { display: inline-block; position: absolute; margin-left: -20px; background: #666; color: #fff; border-radius: 3px; width: 16px; height: 16px; line-height: 1.4; font-size: 12px; margin-top: 7px; transform: scale(0.9); }
.bqwrap li a .blue { background: #00ceff; }
.bqwrap li a .hot { background: #ff9639; }
.bqwrap li a .ic_vd { background: #05d030; }
.bqwrap li a .ic_vd::before { display: block; content: ''; border-left: 6px solid #fff; border-top: 4px solid transparent; border-bottom: 4px solid transparent; margin: 4px 0 0 6px; }
.bqwrap .red { color: #ff0000; }

.yx_item { width: 100%; /*margin-top:19px;*/ position: relative; overflow: hidden; }

.yx_item li { position: relative; float: left; width: 33%; height: 30px; text-align: center; line-height: 30px; overflow: hidden; padding-bottom: 9px; }

.yx_item li a { color: #666; margin: 0 5px; display: block; height: 100%; max-width: 90%; }

.yx_item li:nth-child(3n) a::after { display: none; }

.yx_item li a:active { color: #589cf6; }

.yx_item li a:after { display: inline-block; position: absolute; width: 1px; height: 10px; background: #666; content: ''; right: 3px; top: 10px; }

.yx_item li :nth-of-type(3n) a:after { display: none; }

.yx_item .more_link { float: left; margin: 10px  0 20px 20%; width: 60%; display: block; height: 30px; font-size: 15px; text-align: center; line-height: 30px; color: #999; background: #f5f5f5; border-radius: 20px; }

.yx_item .more_link a { color: #999; display: block; width: 100%; height: 100%; }

.m-rank { width: 100%; padding-bottom: 80px; background: #fff; position: relative; }
.m-rank .cont { position: absolute; width: 85%; bottom: 8%; margin: 0 8%; }
.m-rank .cont .item { width: 33%; float: left; }
.m-rank .cont .item .img, .m-rank .cont .item .img img { width: 60%; height: 100%; margin: 0 auto 15%; display: block; border: 10px; }
.m-rank .cont .item .name { text-align: center; line-height: 30px; margin: 4px 0 0; font-size: 14px; color: #333; font-weight: bold; }
.m-rank .cont .item span { display: block; width: 100%; text-align: center; font-size: 12px; line-height: 20px; }
.m-rank .cont .item .btn { display: block; margin: 0 auto; border: 1px solid #00ceff; color: #00ceff; text-align: center; width: 58px; height: 22px; line-height: 22px; font-size: 13px; border-radius: 15px; margin-top: 10px; }
.m-rank .cont .item:nth-child(2) { width: 34%; margin-top: -10%; }
.m-rank .cont .item:nth-child(2) .img, .m-rank .cont .item:nth-child(2) .img img { width: 76%; border-radius: 12px; }
.m-rank .cont .item:nth-child(2) .img { position: relative; margin-bottom: 17%; }
.m-rank .cont .item:nth-child(2) .img::before { display: block; content: ''; background: url(../images/huangguan.png) no-repeat; background-size: 100%; position: absolute; right: 3%; top: -11%; width: 27%; height: 24%; }

.Ph_list { overflow: hidden; margin: 12px 12px 0; }
.Ph_list li { float: left; width: 100%; padding: 12px 0px; position: relative; display: flex; }
.Ph_list li .num { width: 18px; height: 18px; font-size: 12px; background: #ff9639; text-align: center; line-height: 18px; border-radius: 3px; margin: 28px 15px 0 0; color: #fff; }
.Ph_list li .img { margin-right: 12px; }
.Ph_list li .img, .Ph_list li .img img { width: 75px; height: 75px; border-radius: 10px; }
.Ph_list li .txt { flex: 1; overflow: hidden; border-bottom: 1px solid #efefef; padding-bottom: 4px; }
.Ph_list li .txt .name { display: block; color: #000; display: block; height: 24px; line-height: 24px; overflow: hidden; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.Ph_list li .txt .tag { display: block; color: #777; display: block; height: 24px; line-height: 24px; overflow: hidden; font-size: 12px; margin-top: 4px; }
.Ph_list li .txt .tag span { margin-right: 10px; }
.Ph_list li .txt .tag i { margin-right: 10px; font-size: 10px; }
.Ph_list li .txt p { font-size: 14px; height: 24px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; color: #999; white-space: nowrap; margin-top: 1px; }
.Ph_list li .btn { color: #fff; background-color: #00ceff; display: block; width: 60px; height: 30px; text-decoration: none; text-align: center; border-radius: 15px; font-size: 14px; line-height: 30px; margin: 20px 0 0 12px; }

.morelist { text-align: center; color: #ff9639; line-height: 30px; width: 100%; display: block; margin-bottom: 12px; font-size: 16px; }

/*# sourceMappingURL=ztstyle.css.map */
