@charset "UTF-8";
header{position:-webkit-sticky;position:sticky;z-index:99;top:0;background-color:#fff;border-bottom:1px solid #e8eaed}
@media screen and (min-width:769px) and (max-width:1200px){header{width:1200px}
header .logo{margin-left:12px}
header .language{margin-right:12px}}
.header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:1200px;height:70px;margin:0 auto}
.header .logo{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:16px}
.header .logo img{display:block;width:auto;height:40px}
.header .sub-menu{position:absolute;z-index:2;top:60px;left:0;display:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:320px;background-color:#fff;padding:12px 20px;border-radius:10px;-webkit-box-shadow:10px 10px 32px rgba(153,153,153,.2);box-shadow:10px 10px 32px rgba(153,153,153,.2);color:#222;font-size:14px;line-height:2.2}
.header .sub-menu a{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}
.header .sub-menu a:hover{color:#3fbc6a}
.header .nav{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:16px}
.header .nav>li{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}
.header .nav>li>a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;color:#222;font-weight:700;font-size:16px;line-height:70px}
.header .nav>li>a .fal{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:12px;height:8px;margin-left:4px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:0 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.header .nav>li.on>a{color:#3fbc6a}
.header .nav>li.on>a .fal{background-position:-16px 0}
.header .nav>li.on::after{content:"";display:block;position:absolute;bottom:-2px;left:34%;right:34%;height:3px;background-color:#3fbc6a}
.header .nav>li:hover .sub-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.header .nav>li:hover>a .fal{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.header .search{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border:1px solid #e8eaed;border-radius:4px;margin-left:auto}
.header .search form{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.header .search .search-icon{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 6px;width:20px;height:20px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:0 -48px}
.header .search input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:calc(100% - 32px);color:#222;font-size:14px;line-height:36px}
.header .language{position:relative;height:70px;margin-left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.header .language .lan-show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}
.header .language .lan-show .lan-icon{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:20px;height:20px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-24px -48px}
.header .language .lan-show>span{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:5px;color:#222;font-weight:700;font-size:12px;line-height:1}
.header .language .lan-list{position:absolute;z-index:2;top:60px;right:-20px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-height:190px;padding:12px 20px;border-radius:10px;-webkit-box-shadow:10px 10px 32px rgba(153,153,153,.2);box-shadow:10px 10px 32px rgba(153,153,153,.2);background-color:#fff}
.header .language .lan-list a{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:80px;color:#222;font-size:14px;line-height:2.2}
.header .language .lan-list a:hover{color:#3fbc6a}
.header .language:active .lan-list,.header .language:hover .lan-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
@media screen and (max-width:768px){.header{width:inherit;height:50px;margin:0 12px}
.header .logo img{height:30px}
.header .nav{display:none}
.header .search{max-width:50%}
.header .language .lan-list{right:0}}
@media screen and (min-width:769px){.header .search{max-width:360px}}
.nav-m{display:none}
.nav-m ul{height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:6px}
.nav-m ul li>a{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;color:#222;font-weight:700;font-size:16px;line-height:32px}
.nav-m ul li.on>a{color:#3fbc6a}
.nav-m ul li.on>a::after{content:"";display:block;position:absolute;bottom:-8px;left:34%;right:34%;height:3px;background-color:#3fbc6a}
@media screen and (max-width:768px){.nav-m{display:block}}
footer{margin-top:20px;background-color:#f8fafa;border-top:1px solid #ebf1ee}
footer .footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:1200px;margin:0 auto;padding:20px 0;border-radius:4px}
footer .footer p{margin:4px auto;color:#888;text-align:center;font-size:13px;line-height:1em}
@media (min-width:320px) and (max-width:768px){footer .footer{width:90%}}
.app-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:6px;padding:0 12px}
.app-title .h3{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;word-break:break-all;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#222;font-weight:700;font-size:17px;line-height:32px}
.app-title .titleInfo{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;color:#555;font-size:13px;line-height:15px}
.app-title .titleInfo em{font-weight:700;color:#ff722c;margin:0 2px}
.app-title .more{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:32px;height:30px;margin-top:2px}
.app-title .more i{margin:auto;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-32px 0;width:16px;height:16px}
.app-title .more:active i,.app-title .more:hover i{background-position:-52px 0}
@media (min-width:320px) and (max-width:768px){.app-title .h3{font-size:16px}}
.app-title2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}
.app-title2 .h3{position:relative;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;word-break:break-all;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#222;font-weight:700;font-size:17px;line-height:1;padding-left:12px}
.app-title2 .h3::after{content:"";position:absolute;display:block;left:0;top:50%;width:4px;height:14px;margin-top:-7px;border-radius:10px;background-color:#3fbc6a}
.app-title2 .more{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:32px;height:30px;margin-top:2px}
.app-title2 .more i{margin:auto;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-32px 0;width:16px;height:16px}
.app-title2 .more:active i,.app-title2 .more:hover i{background-position:-52px 0}
@media (min-width:320px) and (max-width:768px){.app-title2 .h3{font-size:16px}}
.breadcrumbs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:30px;margin-top:10px}
.breadcrumbs li+li:before{content:">";display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0 5px;-webkit-transform:scaleX(.5);transform:scaleX(.5);color:#888;text-align:center;font-size:14px}
.breadcrumbs li{overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;height:30px;color:#888;font-size:14px;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.breadcrumbs li:last-child{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}
.breadcrumbs li a{color:#222}
.breadcrumbs li a:active,.breadcrumbs li a:hover{color:#3fbc6a}
@media screen and (max-width:768px){.breadcrumbs{margin:0 12px;padding:5px 0;border-bottom:1px solid #eee}}
.share-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.share-box .share-item{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:3px}
.share-box .share-item>span{display:block;width:32px;height:32px;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;border-radius:6px}
.share-box .share-item>span.icon-code{background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-112px -72px}
.share-box .share-item>span.icon-link{background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-112px -108px}
.share-box .share-item:nth-child(n+2){margin-left:8px}
.share-box .share-item:active .icon-code,.share-box .share-item:hover .icon-code{background-color:rgba(63,188,106,.1);border-radius:4px;background-position:-148px -72px}
.share-box .share-item:active .icon-link,.share-box .share-item:hover .icon-link{background-color:rgba(63,188,106,.1);border-radius:4px;background-position:-148px -108px}
@media (min-width:320px) and (max-width:768px){.share-box .share-item.share-code{display:none}}
.share-pop{position:absolute;z-index:50;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:10px 10px 32px rgba(153,153,153,.2);box-shadow:10px 10px 32px rgba(153,153,153,.2);padding:12px;border-radius:4px}
.share-pop .pop-close{position:absolute;top:14px;right:12px;display:block;cursor:pointer;width:24px;height:24px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-48px -72px}
.share-pop .pop-close:active,.share-pop .pop-close:hover{background-position:-76px -72px}
.share-pop .pop-title{margin:2px 40px 6px 40px;color:#222;text-align:center;font-weight:700;font-size:16px;line-height:22px}
.share-pop .pop-code{border:1px solid #e8eaed}
.share-pop .pop-code img{display:block;width:160px}
.share-pop .pop-shareApp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:10px auto 16px auto}
.share-pop .pop-shareApp>a{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#222;text-align:center;font-weight:700;font-size:12px;line-height:1}
.share-pop .pop-shareApp>a>span{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50px;height:50px;border-radius:50%;margin:0 12px 4px;background-image:url(../images/icon-share.svg);background-repeat:no-repeat;background-size:auto 50px}
.share-pop .pop-shareApp>a>span.icon-X{background-position:0 0}
.share-pop .pop-shareApp>a>span.icon-FaceBook{background-position:-60px 0}
.share-pop .pop-shareApp>a>span.icon-WhatsApp{background-position:-120px 0}
.share-pop .pop-shareApp>a>span.icon-Email{background-position:-180px 0}
.share-pop .pop-shareWebsite{border:1px solid #ccc;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:4px;position:relative}
.share-pop .pop-shareWebsite input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-indent:12px;color:#555;font-size:14px;line-height:40px}
.share-pop .pop-shareWebsite .copy{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:4px;padding-left:4px;margin-left:4px;margin-right:4px;cursor:pointer;color:#3fbc6a;font-weight:700;font-size:12px;line-height:30px}
.share-pop .pop-shareWebsite .copy .icon-copy{width:14px;height:14px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;margin:auto 6px auto 2px;background-position:0 -28px}
.share-pop .pop-shareWebsite .copy:active,.share-pop .pop-shareWebsite .copy:hover{background-color:rgba(63,188,106,.1)}
.share-pop .pop-shareWebsite .success{display:none;position:absolute;left:50%;top:-24px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#3fbc6a;padding:0 12px;border-radius:4px;white-space:nowrap;-webkit-box-shadow:0 0 10px rgba(63,188,106,.2);box-shadow:0 0 10px rgba(63,188,106,.2);color:#fff;text-align:center;font-size:13px;line-height:30px}
@media (min-width:320px) and (max-width:768px){.share-pop{left:auto;right:0;-webkit-transform:none;transform:none}}
.share-social .show-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.share-social .show-list a{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:32px;height:32px;margin-right:12px;border-radius:50%;background-image:url(../images/icon-share.svg);background-repeat:no-repeat;background-size:auto 32px}
.share-social .show-list a:last-child{margin-right:0}
.share-social .show-list a.icon-X{background-position:0 0}
.share-social .show-list a.icon-FaceBook{background-position:-38px 0}
.share-social .show-list a.icon-WhatsApp{background-position:-76px 0}
.share-social .show-list a.icon-Email{background-position:-114px 0}
.share-social .show-list a:active,.share-social .show-list a:hover{background-color:#eee}
.paging{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:12px;margin-left:12px;margin-bottom:20px}
.paging .pager{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:13px;line-height:32px}
.paging .pager a{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-width:32px;color:#555;border:1px solid #e8eaed;margin-left:4px;border-radius:4px}
.paging .pager a:first-child{margin-left:0}
.paging .pager a.btn-next,.paging .pager a.btn-prev{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 8px;min-width:20px}
.paging .pager a.btn-next i,.paging .pager a.btn-prev i{width:16px;height:16px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-32px 0;margin:auto}
.paging .pager a.btn-prev i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.paging .pager a:active,.paging .pager a:hover{color:#3fbc6a;border-color:#3fbc6a}
.paging .pager a:active.btn-next i,.paging .pager a:active.btn-prev i,.paging .pager a:hover.btn-next i,.paging .pager a:hover.btn-prev i{background-position:-52px 0}
.paging .pager a.active{color:#fff;background-color:#3fbc6a;border-color:#3fbc6a}
.paging .pager span{width:16px;color:#888;margin-left:6px}
.apk-list-comb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}
.apk-list-comb li{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:23%;position:relative}
.apk-list-comb li::before{content:"";display:block;position:absolute;z-index:-1;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:24px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.apk-list-comb li:hover::before{background-color:#f5f5f5}
.apk-list-comb .card-cover-big{overflow:hidden;position:relative;display:block;width:100%;height:0;padding-bottom:60%;border-radius:20px;margin-bottom:10px}
.apk-list-comb .card-cover-big img{position:absolute;display:block;width:100%;height:100%}
.apk-list-comb .apk-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.apk-list-comb .apk-card .card-cover{overflow:hidden;width:48px;height:48px;border-radius:32%;margin-right:10px}
.apk-list-comb .apk-card .card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-comb .apk-card .card-r .title{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#222;font-weight:700;font-size:13px;line-height:1.4}
.apk-list-comb .star{margin-top:4px}
@media screen and (max-width:768px){.apk-list-comb{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;margin:0 12px}
.apk-list-comb::-webkit-scrollbar{height:0}
.apk-list-comb li{width:200px}
.apk-list-comb li:nth-child(n+2){margin-left:20px}}
.apk-list-update{margin-bottom:20px}
.apk-list-update .apk-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px 12px;height:34px}
.apk-list-update .apk-card .cover{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:34px;height:34px;overflow:hidden;margin-right:10px;border-radius:32%}
.apk-list-update .apk-card .cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-update .apk-card .title{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#555;font-weight:700;font-size:13px;line-height:16px}
.apk-list-update .apk-card .title:active,.apk-list-update .apk-card .title:hover{color:#3fbc6a}
.apk-list-update .apk-card .tips{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 6px;width:24px;height:24px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-72px 0;border-radius:50%;cursor:pointer}
.apk-list-update .apk-card .tips.open{background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-100px 0}
.apk-list-update .apk-card .down-btn{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:24px;height:24px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-128px 0}
.apk-list-update .apk-card .down-btn:active,.apk-list-update .apk-card .down-btn:hover{background-position:-156px 0}
.apk-list-update .apk-infos{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#f8fafa;padding:4px 12px}
.apk-list-update .apk-infos .apk-info-item{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:12px;line-height:22px}
.apk-list-update .apk-infos .apk-info-item .i-tit{color:#888}
.apk-list-update .apk-infos .apk-info-item .i-cont{color:#329654;margin-left:3px}
.apk-list-update li{margin:8px 0;cursor:pointer}
.apk-list-update li:first-child .apk-infos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
@media screen and (max-width:768px){.apk-list-update .apk-card{cursor:pointer}}
.apk-list-v1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px;margin-bottom:20px}
.apk-list-v1 li{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:90px;position:relative}
.apk-list-v1 li .card-cover{overflow:hidden;width:100%;height:90px;border-radius:12%}
.apk-list-v1 li .card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-v1 li .card-title{overflow:hidden;height:34px;margin:6px 0 4px 0;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;font-size:13px;line-height:17px}
.apk-list-v1 li::before{content:"";display:block;position:absolute;z-index:-1;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:16px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.apk-list-v1 li:hover::before{background-color:#f5f5f5}
.apk-list-v1 li .func{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.apk-list-v1 li .func .func-item{color:#888;font-size:12px;line-height:1}
@media screen and (max-width:768px){.apk-list-v1{overflow-x:auto;overflow-y:hidden}
.apk-list-v1::-webkit-scrollbar{height:0}
.apk-list-v1 li{width:76px}
.apk-list-v1 li:nth-child(n+2){margin-left:16px}
.apk-list-v1 li .card-cover{height:76px}}
.apk-list-v2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 12px;margin-bottom:8px}
.apk-list-v2 li{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:90px;margin-bottom:12px;position:relative}
.apk-list-v2 li::before{content:"";display:block;position:absolute;z-index:-1;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:16px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.apk-list-v2 li:hover::before{background-color:#f5f5f5}
.apk-list-v2 li .card-cover{overflow:hidden;width:100%;height:90px;border-radius:12%}
.apk-list-v2 li .card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-v2 li .card-title{overflow:hidden;height:34px;margin:6px 0 4px 0;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#555;font-size:13px;line-height:17px}
@media screen and (max-width:768px){.apk-list-v2{overflow-x:auto;overflow-y:hidden}
.apk-list-v2::-webkit-scrollbar{height:0}
.apk-list-v2 li{width:76px}
.apk-list-v2 li .card-cover{height:76px}}
@media screen and (min-width:769px){.apk-list-v2 li{margin-left:33.5px}
.apk-list-v2 li:nth-child(7n+1){margin-left:0}}
@media screen and (min-width:540px) and (max-width:768px){.apk-list-v2 li{margin-left:calc(20% - 91.2px)}
.apk-list-v2 li:nth-child(6n+1){margin-left:0}}
@media screen and (min-width:452px) and (max-width:539px){.apk-list-v2 li{margin-left:calc(25% - 95px)}
.apk-list-v2 li:nth-child(5n+1){margin-left:0}}
@media screen and (min-width:364px) and (max-width:451px){.apk-list-v2 li{margin-left:calc(33.3333% - 101.3333px)}
.apk-list-v2 li:nth-child(4n+1){margin-left:0}}
@media screen and (max-width:363px){.apk-list-v2 li{margin-left:calc(50% - 114px)}
.apk-list-v2 li:nth-child(3n+1){margin-left:0}}
.apk-list-h1 li{margin:6px 12px 12px 0;position:relative}
.apk-list-h1 li::before{content:"";display:block;position:absolute;z-index:-1;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:16px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.apk-list-h1 li:hover::before{background-color:#f5f5f5}
.apk-list-h1 .apk-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}
.apk-list-h1 .apk-card .card-cover{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden;margin-right:10px;border-radius:12px;width:64px;height:64px}
.apk-list-h1 .apk-card .card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-h1 .apk-card .card-r{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
.apk-list-h1 .apk-card .card-r .infos,.apk-list-h1 .apk-card .card-r .title{overflow:hidden;word-break:break-all;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.apk-list-h1 .apk-card .card-r .title{color:#222;font-weight:700;font-size:14px;line-height:18px}
.apk-list-h1 .apk-card .card-r .infos{color:#888;font-size:12px;line-height:18px}
.apk-list-h2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 12px 8px 12px}
.apk-list-h2 li{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:49%;margin-bottom:12px;position:relative}
.apk-list-h2 li::before{content:"";display:block;position:absolute;z-index:-1;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:16px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.apk-list-h2 li:hover::before{background-color:#f5f5f5}
.apk-list-h2 .apk-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}
.apk-list-h2 .apk-card .card-cover{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden;margin-right:10px;border-radius:12px;width:64px;height:64px}
.apk-list-h2 .apk-card .card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.apk-list-h2 .apk-card .card-r{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
.apk-list-h2 .apk-card .card-r .infos,.apk-list-h2 .apk-card .card-r .title{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.apk-list-h2 .apk-card .card-r .title{color:#555;font-weight:700;font-size:14px;line-height:18px}
.apk-list-h2 .apk-card .card-r .infos{color:#888;font-size:12px;line-height:18px}
.apk-list-h2 .apk-card .card-r .bottom{overflow:hidden;height:17px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#888;font-size:12px;line-height:17px}
.apk-list-h2 .apk-card .card-r .bottom>div:nth-child(n+2){margin-left:7px}
.apk-list-h2 .apk-card .card-r .bottom>div:nth-child(-n+2){margin-right:7px}
.apk-list-h2 .apk-card .card-r .bottom .star span{font-weight:400}
.apk-list-h2 .apk-card .card-r .bottom .down{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.apk-list-h2 .apk-card .card-r .bottom .down>i{width:13px;height:13px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-60px -28px}
.apk-list-h2 .apk-card .card-r .bottom .down>span{margin-left:3px;height:17px;color:#888;font-size:12px;line-height:17px}
@media screen and (max-width:768px){.apk-list-h2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.apk-list-h2 li{width:100%;margin:6px 0}}
.wrap51t{width:1200px;margin-left:auto;margin-right:auto}
@media screen and (max-width:768px){.wrap51t{width:inherit}}
.content51t{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.content51t .aside,.content51t .main{border:1px solid #e8eaed;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;padding-top:10px}
.content51t .main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:858px}
.content51t .main.full{max-width:100%}
.content51t .aside{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:302px;margin-left:40px}
@media screen and (max-width:768px){.content51t{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.content51t .aside,.content51t .main{border-color:#fff;width:100%;padding-top:0}
.content51t .main{max-width:100%}
.content51t .aside{margin-left:0}}
.module-wrap{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
@media screen and (max-width:768px){.m-hide{display:none}}
.m-show{display:none}
@media screen and (max-width:768px){.m-show{display:block}}
@media screen and (max-width:768px){.m-border{border-top:1px solid #e8eaed}}
.star{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:16px}
.star>i{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:14px;height:14px;background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-40px -28px}
.star>span{margin-left:4px;height:16px;color:#ff722c;font-size:12px;line-height:16px}
.star.garyStar>i{background-image:url(../images/icon-51t.svg);background-repeat:no-repeat;background-size:180px auto;background-position:-20px -28px}
.star.garyStar>span{color:#888}
.home-collection-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px;margin-bottom:20px}
@media screen and (min-width:769px){.home-collection-box{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}
.home-collection-box .home-collection-item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:32%}
.home-collection-box .home-collection-item .collection-cover{position:relative;display:block;width:100%;height:0;padding-bottom:50%}
.home-collection-box .home-collection-item .collection-cover img{position:absolute;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
@media screen and (max-width:768px){.home-collection-box{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}
.home-collection-box::-webkit-scrollbar{height:0}
.home-collection-box .home-collection-item{width:225px}
.home-collection-box .home-collection-item:nth-child(n+2){margin-left:20px}}