body { min-width: 1200px; } img { display: block; } .blue { color: #2e89e6; } .green { color: #82c367; } .bg-blue { background-color: #2e89e6; } .pink { color: #f86262; } .fw5 { font-weight: 500; } .bg-pink, .rank1 { background-color: #f86262; } .rank0 { background-color: #afbbc8; } .rank2 { background-color: #fd7b32; } .rank3 { background-color: #f9ba1a; } .orange { color: #fd7b32; } .bg-orange { background-color: #fd7b32; } .border { border: 1px solid #ebeae8; } .border-bottom { border-bottom: 1px solid #ededed; } .border-right { border-right: 1px solid #dddddd; } .left-width { width: 840px; } .right-width { width: 350px; } .header-fixed { width: 100%; position: fixed; top: 0; left: 0; z-index: 1000; } .header-fixed .bottom-box, .header-fixed .bottom { background-color: #2e89e6; } .header-fixed .recom-box, .header-fixed .recom { background-color: #e6f2ff; } .header-fixed .recom { padding: 7px; } .header-fixed .recom a { color: #2e8ae6; font-size: 14px; margin: 0 12px; max-width: 120px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .header-fixed .recom span { color: #666; } .header-fixed li { padding: 10px 25px; } .header-fixed li:nth-last-of-type(1) { margin-right: auto; } .header-fixed .bottom > a:nth-last-of-type(2) { margin-right: 20px; } .header-fixed li a { color: #fff; } .header-fixed li.active { background: #2077ce; } .header-fixed .fixed-local { width: 120px; height: 32px; background: url("../../imgs/app/fixed-local.png"); background-size: 100% 100%; transition: transform 0.3s; } .header-fixed .fixed-high { width: 120px; height: 32px; background: url("../../imgs/app/fixed-high.png"); background-size: 100% 100%; transition: transform 0.3s; } .header-fixed .fixed-local:hover { transform: scale(1.05); } .header-fixed .fixed-high:hover { transform: scale(1.05); } .app-content { background-color: #f9f9f9; padding-bottom: 70px; } .app-info { position: relative; } .app-info .info-left .like { border: 1px solid #2e89e6; border-radius: 50%; } .app-info .info-left .unlike { border: 1px solid #666; border-radius: 50%; } .app-info .app-like ~ .m-t-20 { justify-content: space-between; } .app-info .app-like .right .f14 { color: #999; } .app-info .app-like .right { position: relative; top: -5px; } .app-info .app-like .zan { position: relative; display: none; } .app-info .ad { position: absolute; width: 320px; height: 210px; top: 10px; right: 16px; border-radius: 7px; /*display: none;*/ } .app-info .ad img { width: 100%; height: 100%; border-radius: 7px; } .bottom-fixed { width: 100%; position: fixed; bottom: 0; left: 0; z-index: 1000; background: #fff; } .bottom-fixed .center { padding: 9px 0 9px 20px; display: flex; align-items: center; } .bottom-fixed .center { display: flex; align-items: center; } .bottom-fixed .f14 { margin-right: auto; } .bottom-fixed a:nth-last-of-type(2) { margin-right: 20px; } .app-info .info-left .down-btns { margin-right: 100px; padding-left: 74px; } .app-info .info-left .down-btns a:nth-last-of-type(2) { margin-right: 40px; } .dow-local { width: 210px; height: 55px; background: url("../../imgs/news/down-local.png"); background-size: 100% 100%; transition: transform 0.3s; } .dow-normal { width: 210px; height: 55px; background: url("../../imgs/app/down-normal.png"); background-size: 100% 100%; } .dow-local.hover:hover { transform: scale(1.05); } .dow-high { width: 210px; height: 55px; background: #21D048; display: flex; align-items: center; justify-content: center; border-radius: 46px; transition: transform 0.3s; } .dow-high.dn { display: none; } .dow-high .down-up{ width: 26px; height: 26px; margin-right: 10px ; } .dow-high .txt { display: flex; color: #fff; flex-direction: column; justify-content: space-around; } .dow-high .txt .tit { font-size: 18px; font-weight: 500; line-height: 20px; } .dow-high .txt .sub { font-size: 12px; } .dow-none { width: 210px; height: 55px; background: url("../../imgs/app/down-none.png"); background-size: 100% 100%; } .dow-high.hover:hover { transform: scale(1.05); } .app-info { background: url("../../imgs/app/info-bg.png"); background-size: 100% 100%; } .app-info h1 { font-size: 32px; } .app-info .info-left .tags { margin-top: 20px; height: 21px; padding-left: 74px; } .app-info .info-left .tags .tag { background-color: #f4f4f4; border-radius: 40px; } .app-info .info-left .tags .tag .tousu { color: #FF8D3C; } .app-info .info-left .infos .info { width: 196px; } .app-info .info-left .infos .info div:nth-child(2) { width: 196px; margin-top: 4px; text-align: center; font-weight: bold; } .app-info .info-left .infos .info a:nth-child(2) { width: 196px; margin-top: 4px; text-align: center; font-weight: bold; } .app-info .info-left .infos .info:nth-last-child(1) div:nth-child(2) { border-right: unset; } .app-detail .app-nav .nav { text-align: center; width: 168px; } .app-detail .app-nav .nav.active { position: relative; color: #2e89e6; font-weight: 500; } .app-detail .app-nav .nav.active::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; width: 46px; height: 4px; background-color: #2e89e6; border-radius: 23px; } .app-detail .screenshot-hover { width: 806px; height: 412px; overflow: hidden; border-radius: 10px; background: aliceblue; } .app-detail .swiper-container { margin-top: 20px; } .app-detail .screenshot-hover img { width: 806px; height: 412px; object-fit: contain; margin: 0 auto; /* transition: transform 0.3s; */ } .app-detail .screenshot-hover img:hover { /* transform: scale(1.05); */ } .app-detail .app-intro .recom { padding: 10px 16px 0; } .app-detail .app-intro .detail { padding: 10px 16px 20px; } .app-detail .app-intro .detail img { max-width: 806px; margin: 0 auto; } .app-detail .app-intro .recom a { color: #2e8ae6; font-size: 14px; margin: 0 12px; max-width: 120px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .app-detail .app-intro .detail p { margin: 8px 0; } .app-other .lists li .title { width: 182px; white-space: nowrap; } .app-other .lists li .more { border-radius: 20px; color: #fd7b31; background-color: #fff8f3; } .app-other .lists li:hover { box-shadow: 0px 0px 14px 0px #2e89e636; } .app-other .lists li:hover .title, .app-other .lists li:hover .size { color: #2e89e6; } .app-method { padding: 20px 20px 12px 20px; } .app-method .lists li .dot { width: 5px; height: 5px; margin-right: 5px; margin-left: 4px; background-color: #999; border-radius: 50%; } .app-method .lists li { width: 390px; border-bottom: 1px dashed #f2f2f2; } .app-method .lists li:nth-last-child(1), .app-method .lists li:nth-last-child(2) { border-bottom: unset; } .app-method .lists li a { color: #333; } .app-method .lists li::marker { color: #d9d9d9; } .app-method .lists li:hover a { color: #f30; } .detail-ad img { display: block; width: 155px; height: 87px; border-radius: 6px; transition: transform 0.3s; } .detail-ad .ad-txt { width: 100%; position: absolute; bottom: 0; left: 0; padding: 2px; border-radius: 0 0 6px 6px; background-color: rgba(0, 0, 0, 0.62); } .detail-ad > a { width: 155px; height: 87px; border-radius: 6px; overflow: hidden; } .detail-ad img:hover { transform: scale(1.15); } .detail-ad .app-txt { width: 147px; } .app-urls .url { width: 256px; height: 78px; margin: 8px 0; border-left: 3px solid #d8d8d8; border-bottom: 1px dashed #d8d8d8; background-color: #f5f5f5; } .app-urls .url:last-child:nth-child(3n-1) { margin-right: calc(33% + 9px); } .app-urls a:hover { color: #f30; } .app-comm .comm { background-color: #f2f2f2; margin-right: 20px; } .app-comm .comm-input { background-color: #f2f2f2; height: 40px; } .app-comm .comm-input .outer { height: 40px; } .app-comm .comm-input .submit { height: 39px; width: 81px; } .app-comm .comm-input .inner { height: 35px; width: calc(100% - 81px); } .app-comm .comm-input .submit { background-color: #fd7b31; } .app-must .must { margin-bottom: -6px; } .app-must .must > div:last-child:nth-child(4n-1) { margin-right: calc(25% + 3px); } .app-must .must > div:last-child:nth-child(4n-2) { margin-right: calc(50% + 6px); } .app-must .tag { width: 72px; height: 25px; line-height: 25px; text-align: center; flex-shrink: 0; background-color: #2e89e6; } .app-must .lists { border-bottom: 1px dashed #ededed; } .app-must .txt { max-width: 74px; margin-right: 4px; } .app-must .lists a:hover { color: #f30; } .app-rank .star-score { transform: scale(1.13); margin-left: 6px; } .app-rank a:hover { color: #f30; } .app-sort .lists .list { width: 79px; height: 44px; } .app-sort .lists .list:hover { color: #2e89e6; background-color: rgba(142, 145, 148, 0.1); } .hot-word .lists .list { height: 44px; font-size: 14px; color: #333; margin-right: 15px; line-height: 28px; } .hot-word .lists .list.active { font-size: 16px; font-weight: bold; color: #2e89e6; } .hot-word .lists .list:hover { color: #f30; } .friendship-url .lists li { width: 12.5%; margin: 8px 0; padding: 0px 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .friendship-url .lists a { color: #333; } .friendship-url .lists li:last-child:nth-child(8n - 1) { margin-right: 12.5%; } .friendship-url .lists li:last-child:nth-child(8n - 2) { margin-right: 25%; } .friendship-url .lists li:last-child:nth-child(8n - 3) { margin-right: 37.5%; } .friendship-url .lists li:last-child:nth-child(8n - 4) { margin-right: 50%; } .friendship-url .lists li:last-child:nth-child(8n - 5) { margin-right: 62.5%; } .friendship-url .lists li:last-child:nth-child(8n - 6) { margin-right: 75%; } .friendship-url .lists li:last-child:nth-child(8n - 7) { margin-right: 87.5%; } .app-right .rank-cover { width: 100px; height: 130px; } .app-right .down-btn { background-color: rgba(253, 123, 50, 0.12); } .app-right .app-fine .app-ad { width: 147px; height: 196px; } .app-right .app-fine .app-title { width: 147px; } /* ???????????? */ .star-score { width: 102px; height: 16px; background: url("../../imgs/game/star.png"); background-size: 100% 100%; } .star-score img { width: 102px; height: 16px; } .star-score .star-box { width: 0px; height: 16px; overflow: hidden; } .star-score .star-box.star1 { width: 20%; } .star-score .star-box.star2 { width: 40%; } .star-score .star-box.star3 { width: 60%; } .star-score .star-box.star4 { width: 80%; } .star-score .star-box.star5 { width: 100%; } .star-score .star-box.star0-5 { width: 8%; } .star-score .star-box.star1-5 { width: 29%; } .star-score .star-box.star2-5 { width: 50%; } .star-score .star-box.star3-5 { width: 71%; } .star-score .star-box.star4-5 { width: 92%; } /* end */ .app-comm .comm-input .biaoq_ico { position: absolute; left: 0px; top: 32px; width: 370px; height: 38px; background: #fff; z-index: 1; } .app-comm .comm-input .biaoq_ico span { background: none repeat scroll 0 0 #ffffff; border: 1px solid #e0e0e0; display: block; height: 24px; padding: 5px; } .app-comm .comm-input .biaoq_ico span img { cursor: pointer; display: inline-block; } .app-comm .comm-input .biaoq_ico i { display: block; height: 7px; margin: -42px auto 0px 28px; overflow: hidden; position: relative; width: 12px; } .app-comm .comm-input .comment-textarea:focus { outline: unset; } .app-comm .comm-input .comment-textarea img { vertical-align: bottom; } .swiper-container .btn { width: 56px; height: 110px; position: absolute; top: 35%; z-index: 1100; cursor: pointer; } .swiper-container .swiper-prev { left: 0; background: url("../../imgs/app/left.png"); background-size: 100% 100%; } .swiper-container .swiper-prev:hover { background: url("../../imgs/app/left_hover.png"); background-size: 100% 100%; } .swiper-container .swiper-next { right: 0; background: url("../../imgs/app/right.png"); background-size: 100% 100%; } .swiper-container .swiper-next:hover { background: url("../../imgs/app/right_hover.png"); background-size: 100% 100%; } .header-middle .middle { padding: 20px 0; } .header-bottom li { width: 120px; position: relative; padding: 10px 0; text-align: center; } .header-bottom li .down-arrow { display: inline-block; width: 20px; height: 20px; vertical-align: -3px; background: url("../../imgs/app/down-arrow.png"); background-size: 100% 100%; } .header-bottom li:hover .down-arrow { background: url("../../imgs/app/down-arrow-red.png"); background-size: 100% 100%; } .header-bottom li:hover { background: #2077CE; } .header-bottom li:hover > a { color: #f30; } .header-bottom .lists { position: absolute; top: 40px; left: 0; display: none; z-index: 10; } .header-bottom .lists a { display: block; width: 120px; padding: 10px 0; background: #2077CE; } .header-bottom .lists a:hover { background: #2E89E6; } .gzh-layer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.54); z-index: 999; } .gzh-frame { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 470px; height: 490px; background: #FFFFFF; border-radius: 4px; border: 1px solid #979797; } .gf-head { position: relative; border-bottom: 1px solid #EDEDED; line-height: 63px; text-align: center; } .gfh-txt { font-size: 24px; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; /* line-height: 33px; */ } .gzhl-close { position: absolute; right: 20px; top: 20px; width: 21px; height: 21px; background: url('../../imgs/app/close3.png') center no-repeat; } .gf-main { padding: 9px 24px; } .gfm-tip { font-size: 16px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 24px; } .gfm-img { margin: 5px auto 0; display: block; width: 192px; height: 192px; } .gfb-btn { display: block; line-height: 68px; font-size: 20px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2E8AE6; border-top: 1px solid #EDEDED; text-align: center; } .gfb-btn:hover { color: #f30; } .topic-info > div:nth-child(1) { font-weight: bold; } .topic-info .app-num { display: inline-block; height: 18px; vertical-align: 2px; font-weight: 400; line-height: 18px; font-size: 12px; padding: 0 8px ; color: #fff; border-radius: 30px; background-color: #FD7B31; }