* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

input, button, textarea {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: #101010;
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header,header {
    width: 100%;
    background-color: #009688;
    color: #fff;
}

.nav {
    width: 100%;
    height: 65px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav-button {
    display: none;
}

.menu ul {
    display: flex;
}

.menu ul li {
    padding: 10px 20px;
    font-size: 18px;
}

.menu ul li a:hover {
    color: #ddd;
}

.menu-close {
    display: none;
}

.logo {
    font-size: 25px;
    line-height: 40px;
}

.logo img {
    width: 215px;
    margin-right: 25px;
}

.search {
    position: relative;
    line-height: 45px;
}

.search-input {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.search-icon .fa {
    color: #ccc;
    font-size: 20px;
}

/* nav end */

.breadcrumb {
    background-color: #fff;
    color: #101010;
}

.breadcrumb .bc-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 13px;
}

.breadcrumb .bc-wrap a {
    color: #009688;
}

.wrap {
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
    height: 480px;
    min-height: 300px;
    background: url(/assets/imgs/main.jpg) center/cover no-repeat;
}

.ba-overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ba-wrap {
    position: relative;
    z-index: 10;
    padding: 70px 3%;
    max-width: 1200px;
    margin: 0 auto;
}

.ba-wrap h1 {
    line-height: 38px;
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-size: 44px;
    text-align: center;
}

.ba-wrap h2 {
    line-height: 36px;
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-size: 29px;
    text-align: center;
    margin-top: 20px;
}

.ba-search {
    height: 60px;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.ba-search input {
    border: none;
    border-radius: 28px;
    height: 54px;
    width: 100%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .34);
    font-size: 1.4em;
    text-indent: 20px;
    color: #222;
    outline: 0;
    margin-top: 50px;
}

.ba-search button {
    width: 200px;
    margin: 30px auto;
    padding: 10px;
    border-radius: 20px;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.content {
    display: flex;
    flex-wrap: nowrap;
}
.block4 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.block4 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ct-left {
    width: 70%;
    padding: 10px;
}

.ct-left h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
}

.ct-left p, .ct-left li {
    line-height: 25px;
    padding: 5px 0;
}

.ct-left ul,.ct-left ol {
    padding-left: 20px;
}

.ct-left li {
    list-style: disc;
}

.ct-left .cl-section {
    margin-bottom: 10px;
}

.cl-head {
    display: flex;
    margin-bottom: 15px;
}

.ch-logo {
    width: 68px;
}

.ch-logo img {
    width: 100%;
}

.ch-desc {
    margin-left: 20px;
    font-size: 15px;
}

.cd-title {
    font-size: 30px;
}

.cd-rate {
    margin: 10px 0;
}

.cr-score {
    display: inline-block;
    margin-left: 5px;
}

.cc-infomation {
    display: flex;
    flex-wrap: wrap;
}
.cc-infomation .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.table .left {
    width: 18%;
    font-weight: 600;
}
.table td {
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #0095872b;
}
.cc-item {
    width: 33.3%;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
    display: flex;
}

.cc-item .left {
    margin-right: 15px;
}

.cc-item.bottom {
    border-bottom: 1px solid #ddd;
}

.cc-item.end {
    border-right: 1px solid #ddd;
}

.cc-item .right {
    word-break: break-all;
}

.cc-button {
    font-size: 16px;
    height: 40px;
    width: 100%;
    max-width: 320px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    line-height: 40px;
    border-radius: 4px;
    background-color: #009688;
}

.cc-button a {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.cc-review {
    display: flex;
    text-align: center;
    color: #333;
    padding: 15px;
}

.cc-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    min-width: 82px;
}

.cc-score {
    color: #333;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
    font-family: sans-serif;
}

.cc-rating-line {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 0 10px 40px;
    vertical-align: top;
    flex: auto;
    margin-left: 15px;
}

.cc-rating-item {
    color: #737373;
    font-weight: 400;
    height: 18px;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
}

.cc-rating-num {
    font-size: 11px;
    left: -15px;
    letter-spacing: 1px;
    position: absolute;
    line-height: 18px;
    text-align: left;
}

.cc-rating-percent.cc-rating-5 {
    background: #57bb8a;
}

.cc-rating-percent.cc-rating-4 {
    background: #9ace6a;
}

.cc-rating-percent.cc-rating-3 {
    background: #ffcf02;
}

.cc-rating-percent.cc-rating-2 {
    background: #ff9f02;
}

.cc-rating-percent.cc-rating-1 {
    background: #ff6f31;
}

.cc-rating-percent {
    transition: width .25s ease;
    display: inline-block;
    height: 100%;
    opacity: .8;
    float: left;
    min-width: .5%;
}

.section {
    margin: 30px 0;
}

.se-head h2 {
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    color: rgba(0, 0, 0, .87);
    font-weight: 500;
    margin: 10px;
}

.se-head h2 .se-more {
    font-size: 15px;
    text-decoration: underline;
    margin-right: 15px;
}

.apps {
    display: flex;
    flex-wrap: wrap;
}

.app-block {
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background: #f8f8f8;
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 18%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.app-block img {
    margin: 10px auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 80px;
}

.app-block p {
    text-align: center;
    padding: 2px 10px;
}
.app-block .app-author {
    min-height: 42px;
    margin-top: 5px;
}

.app-block .app-title {
    display: block;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    min-height: 18px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.app-block:hover {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    color: #fff;
    box-shadow: 10px 15px 5px 0 rgba(0, 0, 0, 0.08)
}

.cl-related .app-block {
    width: 23%;
}

.cl-related h2 {
    margin: 20px 0;
}

.ct-right {
    flex: 1;
    margin-left: 2%;
}

.ct-right h2 {
    text-align: center;
}

.ct-right .apps {
    flex-flow: column;
}

.ct-right .app-block {
    width: 100%;
    margin: 20px 0;
}

.ct-right .cd-rate {
    text-align: center;
    font-size: 12px;
}

.ct-right .app-block .app-title {
    font-size: 14px;
}

.list h2 {
    justify-content: center;
}

.btn-xs {
    background-color: #009688;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 5px 10px;
    font-size: 16px;
}

.page-curr {
    font-size: 16px;
    margin: 0 20px;
}

.btn-disabled {
    background-color: #ddd;
}

.btn-xs .fa-angle-left {
    margin-right: 10px;
}

.btn-xs .fa-angle-right {
    margin-left: 10px;
}

footer {
    padding: 15px 20px;
    color: #9e9e9e;
    background-color: #424242;
}

footer a {
    color: #9e9e9e;
}

.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer ul {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.footer ul li {
    padding: 5px 10px;
}

.download .cc-infomation {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.download .cc-item {
    padding: 0;
    width: 100%;
    border: 0;
}

.download .cc-item div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.download .cc-item .left {
    margin: 0;
    width: 25%;
}

.download .cc-item .right {
    flex: auto;
}

.police h1 {
    margin: 20px;
    text-align: center;
}

.police h3 {
    margin: 15px 0;
}

.police p, .police li {
    line-height: 30px;
}

.police .content {
    padding: 10px;
}

.disclaimer {
    text-align: left;
}

.ads-container {
    width: 100%;
}
.adssection {
    width: 100%;
    margin: 20px auto;
}
.adscontent {
    width: 100%;
    height: 100px;
}
.empty {
    width: 100%;
    text-align: center;
}
.adsbygoogle2 {
    display: flex;
    justify-content: center;
}
.menu.mobile {
    display: none;
}
.download h3 {
    border-top: 1px solid #009688;
    border-bottom: 1px solid #009688;
    padding: 5px 1px;
}
.download h3 .fa {
    color: #009688;
}
.download .apk-wrap {
    color: #009688;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #009688;
    border-radius: 4px;
    margin: 18px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download .apk-wrap .summary {
    width: 70%;
}
.download .table .title {
    font-size: 15px;
    font-weight: 600;
}
.download .table td {
    padding: 10px 0;
}
@media (max-width: 768px) {
    .adscontent {
        width: 100%;
        height: 252px;
    }

    .breadcrumb .bc-wrap {
        display: none;
    }

    .ch-desc {
        margin-left: 10px;
        margin-top: 10px;
    }
    .cd-title {
        font-size: 18px;
    }
    .cd-rate {
        margin: 6px 0;
        font-size: 12px;
    }
    .cd-version {
        font-size: 12px;
    }
    .app-block {
        margin: 1%;
        width: 48%;
    }

    .menu {
        display: none;
        width: 100%;
        background-color: #ccc;
        z-index: 100;
        background: rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid #ddd;
    }

    .menu ul {
        flex-direction: column;
        background-color: #fff;
        height: 100%;
    }

    .menu ul li {
        padding: 15px 25px;
    }

    .menu-close {
        display: block;
    }

    .menu ul a {
        color: #333;
    }

    .search {
        visibility: hidden;
    }

    .search-input {
        display: none;
    }

    .content {
        display: block;
    }

    .ct-left {
        width: 100%;
    }

    .cc-item {
        flex-direction: column;
        padding: 5px;
    }

    .cc-item .right {
        word-break: break-all;
    }

    .cl-related .app-block {
        width: 48%;
    }

    .ct-right {
        display: none;
    }

    .ct-right .app-block {
        margin: 20px 0;
    }

    .footer ul {
        display: block;
    }

    .nav-button {
        display: inline-block;
    }

    .nav-button img {
        width: 50px;
    }

    .nav-button .fa {
        font-size: 30px;
        line-height: 45px;
        margin-left: 15px;
    }

    .search-icon .fa {
        color: #fff;
        margin-right: 10px;
    }

    .cc-button {
        max-width: 100%;
    }

    .cc-review {
        padding: 0;
        padding-left: 15px;
    }

    .download .cc-item {
        flex-direction: initial;
    }
}

@media (max-width: 414px) {

}


.cc-window.cc-floating{
    padding: 5px;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
    .cc-window .cc-message{
        margin-bottom:0.3rem;
        font-size:12px;
    }
    .cc-compliance {
        width:35px;
        margin: 0 auto;
    }
}
.cc-revoke, .cc-window{
    font-size:14px;
}
.cc-btn{
    font-size:14px;
    padding:5px;
    width: 35px;
    height: 35px;
    margin:0 auto;
    border-radius: 2px;
}
.cookie-ok {
    cursor: pointer;
}
@media (max-width: 736px) {
        .cc-window.cc-floating {
            max-width: 100%;
            width: 100%;
        }
    }
.cc-bottom {
    bottom: 0!important;
}

.ad-icon {
    text-align: left;
    font-size: 12px;
    color: #959595;
}

.genre-block {
    margin: 20px 1%;
    background: rgb(0, 150, 136);
    cursor: pointer;
    color: #fff;
    box-shadow: 10px 15px 5px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
    .genre-block {
        margin: 15px 1%;
    }
}
.text1 {
    line-height: 30px;
}
.text4 img {
    max-width: 100%;
}