@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProductSans-Regular.woff2) format('woff2'), url(../fonts/ProductSans-Regular.woff) format("woff"), url(../fonts/ProductSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ProductSans-Bold.woff2) format('woff2'), url(../fonts/ProductSans-Bold.woff) format("woff"), url(../fonts/ProductSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Helvetica'), local('Helvetica-Regular'), url(../fonts/Helvetica.woff2) format('woff2'), url(../fonts/Helvetica.woff) format("woff"), url(../fonts/Helvetica.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url(../fonts/Helvetica-Bold.woff2) format('woff2'), url(../fonts/Helvetica-Bold.woff) format("woff"), url(../fonts/Helvetica-Bold.ttf) format("truetype")
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
  }
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    color: #111;
    vertical-align: middle;
    line-height: 1.5;
    scroll-behavior: smooth;
}

body {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    fill: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 1em;
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}

input:focus {
    outline: 0;
}

/* appdetail-maintab (内联样式) */
.appdetail-maintab {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Header 相关样式 */
.header {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
    height: 64px;
}

.header-a {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-all {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.header-app,
.header-game,
.header-topics {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.header-app {
    margin-left: 8%;
    margin-right: 4%;
}

.header-topics {
    margin-left: 4%;
}

.header-app:hover,
.header-game:hover,
.header-topics:hover {
    fill: #2fc0b7;
}

.header-app:hover .header-text,
.header-game:hover .header-text,
.header-topics:hover .header-text {
    color: #2fc0b7;
}

.header-text {
    display: none;
    position: relative;
    top: 2px;
    padding-bottom: 3px;
    margin-left: 10px;
}

.header-topics {
    margin-left: 20px;
}

.header-logobox {
    float: left;
    width: 142px;
    height: 30px;
}

.header-logobox-logo {
    height: 100%;
    width: 100%;
}

.header-searchall {
    position: relative;
    width: 40%;
    margin-left: 0;
    right: 0;
    height: 100%;
}

.header-search {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 12px;
    right: 0;
}

.header-searchicon {
    background-color: transparent;
    border: none;
    outline: 0;
    display: block;
    position: absolute;
    left: calc(100% - 36px);
    right: 0;
    top: 8px;
    margin-left: 0;
    z-index: 10;
    width: 25px;
}

.header-searchtext {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 24px;
    background-color: #eeee;
    border: none;
    z-index: 9;
    box-sizing: border-box;
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
}

.header-search input:-moz-placeholder,
.header-search input:-ms-input-placeholder,
.header-search input::-moz-placeholder,
.header-search input::-webkit-input-placeholder {
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    color: #252c4d;
}

.header-tool-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(155, 153, 153, 0.2);
    background-color: #fff;
    border-radius: 8px;
}

.header-tool-item {
    width: 178px;
    margin: 12px 0;
}

.header-tool:hover .header-tool-list,
.header-tool:focus .header-tool-list {
    display: block;
}

.header-tool-item:hover {
    color: #2fc0b7;
}

.header-icon {
    line-height: 1;
}

.header-box {
    display: flex;
    align-items: center;
}

.icon-line {
    height: 22px;
    width: 22px;
}

.icon-top {
    margin-right: 8px;
}

.icon-mystar {
    height: 30px;
    fill: #efeff4;
}

.icon-per100 {
    width: 100%;
}

.icon-wh12 {
    width: 12px;
    height: 12px;
}

.icon-wh14 {
    width: 14px;
    height: 14px;
}

.icon-wh16 {
    width: 16px;
    height: 16px;
}

.icon-wh20 {
    width: 20px;
    height: 20px;
}

.icon-wh26 {
    width: 26px;
    height: 26px;
}

.header-searchall .icon-x {
    width: 26px;
    height: 26px;
}

.icon-x {
    width: 24px;
    height: 24px;
}

.icon-star {
    padding-right: 4px;
}

.icon-right {
    height: 18px;
    width: 18px;
    fill: rgba(153, 153, 153, 0.7);
}

.icon-catright {
    height: 16px;
    width: 18px;
    fill: rgba(153, 153, 153, 0.7);
}

.header-searchall .icon-search {
    width: 22px;
    height: 22px;
}

.icon-search {
    width: 24px;
    height: 24px;
}

.icon-games {
    height: 100%;
}

.icon-apps {
    height: 100%;
}

.icon-footer-games {
    width: 30px;
    height: 20px;
}

.icon-footer-apps {
    width: 20px;
    height: 20px;
}

.icon-footer-topics {
    width: 20px;
    height: 20px;
}

.icon-other {
    width: 100%;
    height: 100%;
    margin: auto;
}

.icon-picleft,
.icon-picright {
    width: 100%;
    height: 100%;
    fill: #666;
}

.icon-picright {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.icon-features,
.icon-no,
.icon-tips,
.icon-yes {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.icon-features {
    margin-right: 2px;
}

.icon-answer {
    height: 14px;
    width: 14px;
}

.detail-item .icon-download {
    padding-right: 2px;
}

.detail-item .icon-star {
    padding-right: 4px;
}

.detail-item .layout-age-pic {
    padding-right: 4px;
    height: 100%;
}

#icon-picright {
    position: absolute;
}

.icon-download {
    display: none;
    position: relative;
    top: 0;
}

.mobpart,
button[class^="mobpart"] {
    display: none;
}

.inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}

.arrow {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

.inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

.inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}

.layout-detailmaxbox {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1210px;
    border-radius: 0;
    margin: auto;
    margin-top: 0;
}

.layout-bothbox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.layout-leftbox {
    width: 100%;
    max-width: 728px;
}

.layout-rightbox {
    width: 100%;
    max-width: 728px;
}

.appdetail-header {
    position: relative;
}

.appDetail .appdetail-header {
    height: auto;
}

.layout-minheaderbox {
    max-width: 1202px;
    margin: auto;
}

.appdetail-header-app {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 102px;
    width: 100%;
}

.layout-minbox {
    max-width: 1210px;
    margin: auto;
    line-height: 100%;
}

.app-pic {
    width: 106px;
    height: 106px;
    flex-shrink: 0;
}

.layout-place {
    position: relative;
    padding-top: 100%;
}

.layout-apps-item-detailpic {
    width: 100%;
    border-radius: 20%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

.app-all {
    padding-left: 24px;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: auto;
}

.app-all-tc {
    max-height: 54px;
    overflow: hidden;
}

.app-all-name {
    font-size: 28px;
    line-height: 34px;
    position: relative;
    top: -3px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 700;
}

.app-all-cat {
    margin-top: 6px;
    color: #2fc0b7;
    display: none;
    position: relative;
    top: -24px;
}

.appdetail-header-detail {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 310px;
}

.detail-item {
    white-space: nowrap;
    text-align: center;
    margin: auto;
    margin-right: 24px;
    font-size: 14px;
    width: 100%;
}

.detail-item:nth-child(2) {
    padding: 0 24px;
    border-left: 1px solid rgb(0, 0, 0, 0.1);
    border-right: 1px solid rgb(0, 0, 0, 0.1);
}

.layout-starcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}


.appitem-other {
    font-size: 12px;
    color: #666;
}

.appitem-age {
    color: #fff;
    font-size: 13px;
    height: 20px;
    width: 20px;
    line-height: 15px;
    text-align: center;
    margin: auto;
    border-radius: 6px;
    position: relative;
    bottom: 2px;
    display: flex;
    align-items: center;
}

.layout-age-pic {
    width: 100%;
    position: relative;
    top: -9px;
}

.appDetail .layout-age-pic {
    position: relative;
    top: 0;
    height: 20px;
}

.appitem-mobage {
    display: none;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.appitem-ageother {
    font-size: 12px;
    color: #666;
}

.appdetail-versions-btn {
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #01875f;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    display: none;
}

.layout-beyond-ads {
    width: 100%;
    margin-left: 0;
}

.layout-beyond-ads-sp {
    width: 100%;
    margin-left: 0;
    padding: 0 12px;
}

.layout-ads4 {
    display: none;
}

.layout-ads-t30 {
    margin-top: 30px;
}

.layout-ads-b28 {
    margin-bottom: 28px;
}

.layout-ads-t20 {
    margin-top: 20px;
}

.layout-ads-b12-p {
    padding-bottom: 12px;
}

.layout-ads-t16 {
    margin-top: 16px;
}

.layout-ads-t32 {
    margin-top: 32px;
}

.appdetail-tab {
    width: 100%;
}

.appdetail-maintab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 4px;
}

.maintab-item {
    width: 25%;
    font-size: 14px;
    line-height: 1.5;
}

.maintab-item-h {
    font-weight: 700;
}

.maintab-item-t {
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 24px;
    color: #666;
    font-weight: 400;
}

.layout-article {
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
}

.appDetail-refe .layout-article {
    display: block;
}

.layout-mintit {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 700;
}

.appDetail .layout-art-tit,
.layout-mintit {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.layout-appreview {
    padding-bottom: 12px;
}

.layout-art {
    display: flex;
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
}

.layout-art h4,
.layout-art li,
.layout-art p {
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
}

.appDetail-refe .layout-art {
    display: flex;
    margin-bottom: 0;
}

.appDetail-refe .layout-art,
.appDetail-refe .layout-article {
    display: block;
}

.appDetail-refe h4 {
    padding-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.appDetail-refe p {
    padding-bottom: 12px;
    font-size: 14px;
}

.appDetail-refe li,
.appDetail-refe p,
.layout-article {
    font-size: 16px;
    font-weight: 400;
}

.appDetail-refe b {
    font-weight: 600;
    line-height: 1.5;
}

.appDetail-refe ul {
    padding-left: 18px;
}

.appDetail-refe ol {
    padding-inline-start: 0;
    margin-block-start: 0;
    padding-left: 20px;
}

.appDetail-refe li {
    margin: 12px 0;
    list-style: outside;
    text-indent: 3px;
}

.appDetail-refe ol li {
    list-style: auto;
    text-indent: 1px;
}

.layout-art-tit {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 700;
}

.layout-art-link {
    display: inline;
    color: #2fc0b7;
}

.layout-art-p,
.layout-art-rftext p {
    margin-bottom: 24px;
}

.appDetail-refe .review-features li {
    margin: 8px 0;
}

.review-features li:first-of-type {
    margin-top: 0;
}

.review-pac {
    display: flex !important;
    flex-wrap: wrap;
}

.review-pac .prco-co,
.review-pac .prco-pr {
    width: 50%;
    margin-left: 0;
    padding-left: 0;
}

.review-pac .prco-co-li,
.review-pac .prco-pr-li {
    list-style: none;
    margin-bottom: 12px;
    margin-top: 12px;
}

.review-faq {
    padding-bottom: 12px;
}

.review-faq-q {
    display: flex;
}

.review-faq-q:hover {
    text-decoration: underline;
}

.review-faq-btn {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.review-faq-answer {
    display: none;
    margin-inline-start: 22px;
}

.review-faq-answer:last-of-type p {
    padding-bottom: 0;
}

.about-maxpic {
    position: relative;
    height: 200px;
    width: 100%;
    border-radius: 24px;
    padding-top: 28px;
    padding-bottom: 12px;
}

.pic-right {
    right: -20px;
}

.pic-left {
    display: none;
    left: -20px;
}

.pic-left,
.pic-right {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

.maxpic-slides {
    height: 100%;
}

.slides {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slides::-webkit-scrollbar {
    display: none;
}

.slide {
    height: 100%;
    margin-right: 16px;
    border-radius: 24px;
}

.slide-pic {
    height: 198px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

.refe-button {
    padding-top: 24px;
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.refe-button-item {
    width: calc(50% - 8px);
    border-radius: 10px;
    fill: #fff;
    color: #fff;
    height: 88px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.refe-button-gocolor {
    background-color: #01875f;
}

.refe-button-gocolor:hover {
    background-color: #056449;
}

.refe-button-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.item-all {
    display: flex;
    align-items: center;
    margin: auto;
}

.button-item-text {
    font-size: 20px;
    padding-left: 8px;
    color: #fff;
    text-align: center;
}

.refe-button-sep {
    height: 100%;
    width: 16px;
    height: 12px;
}

.refe-button-apcolor {
    background-color: rgba(0, 0, 0, 0.8);
}

.refe-button-apcolor:hover {
    background-color: rgba(0, 0, 0);
}

.nullcolor,
.nullcolor:hover {
    background-color: #ddd;
}

.layout-art-rftext {
    line-height: 1.5;
    overflow: hidden;
    height: 120px;
    color: #252c4dcc;
    font-size: 16px;
    width: 100%;
    position: relative;
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
}

.rftext-height {
    padding-top: 12px;
    height: 100% !important;
}

.download-button {
    padding-top: 24px;
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.download-button .button-item-text {
    padding-left: 0;
}

.refe-button-downcolor {
    background-color: #2fc0b7;
}

.refe-button-downcolor:hover {
    background-color: #2cb3ab;
}

.refe-button-moredowncolor {
    background-color: transparent;
    border: 1px solid #2fc0b7;
    box-sizing: border-box;
}

.refe-button-moredowncolor .button-item-text {
    color: #2fc0b7;
}

.refe-button-moredowncolor:hover {
    background-color: #f0f8f8;
}

.ratings-all {
    display: flex;
    position: relative;
}

.ratings {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}

.ratings-left {
    padding-right: 24px;
    box-sizing: border-box;
    width: 25%;
}

.ratings-left-grade {
    line-height: 36px;
    font-size: 48px;
    text-align: center;
}

.ratings-me {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

.ratings-mystar {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratings-left-vot,
.ratings-left-vot span {
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ratings-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
}

.ratings-right-item {
    display: flex;
    align-items: center;
}

.right-item-grade {
    display: inline-block;
    width: 8px;
    font-size: 14px;
}

.right-item-peo {
    height: 10px;
    background-color: #efeff4;
    margin-left: 16px;
    flex: 1 1 0%;
    border-radius: 16px;
}

.peo-num {
    height: 100%;
    background-color: #2fc0b7;
    border-radius: 24px;
}

.all-apps {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.appDetail .all-apps {
    margin-bottom: 0;
}

.app-item,
.sidebar-item,
.topfree-item {
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
}

.app-item:hover,
.sidebar-item:hover {
    background-color: #f5f5f5;
}

.app-con,
.ranking-con,
.sidebar-con,
.topfree-con {
    display: flex;
    align-items: center;
}

.app-img,
.ranking-img,
.sidebar-img,
.topfree-img {
    height: 72px;
    width: 72px;
    margin-right: 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    flex-shrink: 0;
    overflow: hidden;
}

.app-img img,
.ranking-img img,
.sidebar-img img,
.topfree-img img {
    height: 72px;
    width: 72px;
}

.app-info,
.sidebar-info {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 88px);
}

.app-info-tit,
.ranking-info-tit,
.sidebar-info-tit,
.topfree-info-tit {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-info-sort,
.ranking-info-sort,
.sidebar-info-sort,
.topfree-info-sort {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.app-info-score,
.ranking-info-score,
.sidebar-info-score,
.topfree-info-score {
    color: #666;
    fill: #666;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.sidebar {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.aboutus {
    margin-top: 80px;
    border-top: solid 1px rgba(153, 153, 153, 0.4);
    position: relative;
}

.aboutus-logobox {
    height: 30px;
    padding-top: 48px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.aboutus-logobox-logo {
    width: 142px;
    height: 30px;
    margin-right: 40px;
    font-size: 16px;
}


.aboutus-pages {
    margin-bottom: 6px;
    display: flex;
    width: 100%;
    max-width: 728px;
}

.aboutus-pages-all {
    width: 50%;
}

.aboutus-pages-item {
    padding-bottom: 16px;
    font-size: 16px;
    margin-right: 20px;
}

.aboutus-pages-item:hover {
    color: #2fc0b7;
}

.aboutus-other {
    margin-bottom: 34px;
    font-size: 16px;
    color: #666;
}

.aboutus-topanchor {
    padding: 0 18px;
    height: 42px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 44px;
    right: 0;
    border: 1px solid #eeee;
    border-radius: 8px;
}

.aboutus-topanchor:hover {
    color: #2fc0b7;
    fill: #2fc0b7;
    border: 1px solid #2fc0b7;
}

@media screen and (min-width: 768px) {
    .header-text {
        display: block;
    }

    .header-searchall {
        width: 25%;
        margin-left: 0;
    }

    .header-topics {
        margin-left: 3%;
    }

    .header-app {
        margin-right: 3%;
    }

    .appDetail-similar .app-item,
    .sidebar-item {
        width: 50%;
    }

    .aboutus {
        position: relative;
        margin-top: 80px;
    }

    .aboutus-pages-item {
        margin-right: 20px;
    }

    .aboutus-logobox {
        padding-top: 48px;
    }

    .aboutus-topanchor {
        top: 44px;
    }
}

@media screen and (min-width: 901px) {
    .app-item {
        width: 33.33%;
    }

    .aboutus-pages-item {
        margin-right: 36px;
    }
}

@media screen and (min-width: 1025px) {
    .layout-ads4 {
        display: block;
    }

    .layout-bothbox {
        flex-direction: row;
    }

    .layout-rightbox {
        margin-left: 60px;
        position: relative;
        top: 70px;
        width: calc(100% - 788px);
    }

    .sidebar-item {
        width: 100%;
    }
}