* {
    -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: #333;
}

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

header {
    width: 100%;
    background-color: #d90000;
    color: #fff;
}

header a {
    color: #fff;
}

/* nav start */
.v-navi {
    max-width: 1200px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.v-navi a {
    color: #fff;
}

.v-navi-button {
    display: none;
}

.v-menu {
    display: flex;
    align-items: center;
}
.v-menu ul {
    display: flex;
}

.v-menu ul li {
    padding: 0 20px;
    font-size: 18px;
    border-right: 1px solid #aaa;
}

.v-menu ul li a:hover {
    color: #333;
}
.v-menu ul li:last-child {
    border-right: 0;
}

.v-menu-close {
    display: none;
}

.v-logo {
    font-size: 24px;
    line-height: 45px;
    padding: 0 10px;
}

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

.v-search {
    position: relative;
    line-height: 50px;
    margin-right: 15px;
    width: 200px;
}

.v-search-input {
    margin-top: 8px;
    display: block;
    width: 100%;
    height: 35px;
    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;
}

.v-search-icon {
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
}

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

@media (max-width: 768px) {
    .v-navi-button {
        display: inline-block;
    }

    .v-navi-button img {
        width: 50px;
    }

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


    .v-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.3);
    }

    .v-menu ul {
        width: 48%;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        padding-top: 18px;
        padding-left: 18px;
    }

    .v-menu ul li {
        padding: 20px 5px;
        border:0;
        font-size: 16px;
    }

    .v-menu-close {
        display: block;
    }

    .v-menu ul a {
        color: #333;
    }
}

/* nav end */


.start-btn {
    margin-top: 30px;
    text-align: center;
}
.start-btn a {
    background-color: #fff;
    color: #d90000;
    padding: 6px 10px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-radius: 18px;
    display: inline-block;
}


/* home main start*/
.main-child .children {
    width: 31%;
    margin: 1%;
}
.children .sm-app-block {
    /*width: 100%!important;*/
    flex-direction: row!important;
    justify-content: space-around;
    margin: 12px 0;
}
.children img {
    display: initial;
    margin: 0;
}
.children .desc {
    width: 50%;
}
.children .sm-app-block p,.children .sm-app-rating {
    text-align: left!important;
    padding: 0;
}
.children .num,.children img,.children .desc {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* home main end */

.wrap {
    width: 100%;
}

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

.sm-app-content {
    display: flex;
    flex-wrap: nowrap;
}

.text2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sm-app-content_left {
    width: 80%;
    padding: 10px;
}

.sm-app-content_left h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
}

.sm-app-content_left p, .sm-app-content_left li {
    line-height: 25px;
    margin: 15px 0;
}

.sm-app-content_left ul {
    padding-left: 20px;
}

.sm-app-content_left li {
    list-style: disc;
}

.sm-app-content_left .sm-app-content-block {
    margin-bottom: 10px;
}
.sm-app-content-block h1 {
    margin: 0!important;
}

.sm-app-content_head {
    display: flex;
    margin-bottom: 15px;
}

.sm-app-content_logo {
    width: 80px;
}

.sm-app-content_logo img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sm-app-content-text {
    margin-left: 20px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sm-app-content_title {
    font-size: 30px;
}

.sm-app-content_head_item {
    margin: 5px 0;
}

.sm-app-content_score {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}

.sm-app-long-text {
    border: 1px solid #ddd;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.sm-app-long-text td {
    border: 1px solid #d900004a;
    padding: 6px 15px;
}
.sm-app-long-text .sm-app-val {
    word-break: break-all;
}
.sm-app-long-text .sm-app-name {
    width: 18%;
    font-weight: 600;
}
.sm-app-content-rating td {
    text-align: center;
}
.sm-app-url-block {
    display: flex;
}
.sm-app-url-block-btn {
    font-size: 16px;
    height: 50px;
    width: 100%;
    max-width: 300px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    line-height: 50px;
    border-radius: 4px;
    background-color: #d90000;
}

.sm-app-url-block-btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.download .sm-app-url-block-btn {
    margin: 15px auto;
}

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

.sm-app-review-block-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
}

.sm-app-review-block-score {
    color: #333;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
    font-family: sans-serif;
}
.sm-app-review-block-score span {
    font-size: 20px;
}

.sm-app-review-block-percent {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 0 10px 40px;
    vertical-align: top;
    flex: auto;
    margin-left: 85px;
}

.sm-app-content_rating_child {
    color: #737373;
    font-weight: 400;
    height: 12px;
    position: relative;
    width: 100%;
    margin: 10px 0;
    background-color: #eee;
}

.sm-app-content_rating_number {
    font-size: 11px;
    left: -85px;
    letter-spacing: 1px;
    position: absolute;
    line-height: 12px;
    text-align: left;
}

.sm-app-content_rating_percent.sm-app-content_rating_5 {
    background: #56b282;
}

.sm-app-content_rating_percent.sm-app-content_rating_4 {
    background: #90c161;
}

.sm-app-content_rating_percent.sm-app-content_rating_3 {
    background: #d6a902;
}

.sm-app-content_rating_percent.sm-app-content_rating_2 {
    background: #d18002;
}

.sm-app-content_rating_percent.sm-app-content_rating_1 {
    background: #c05727;
}

.sm-app-content_rating_percent {
    transition: width .25s ease;
    display: inline-block;
    height: 100%;
    opacity: .8;
    float: left;
    min-width: .5%;
}

.box {
    margin: 30px 0;
}

.sm-header {
    display: flex;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    justify-content: space-between;
    padding-right: 20px;
}
.sm-title {
    font-size: 18px;
    color: #101010;
}
.box_more {
    font-size: 13px;
    min-width: 51px;
}
.box_more a:hover {
    color: #d90000;
}

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

.sm-app-block {
    height: 190px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 23%;
    margin: 1% 0;
    margin-right: 1%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
}

.sm-app-block img {
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.sm-app-like .sm-app-block img {
    width: 70px;
}
.sm-app-block p {
    text-align: center;
    padding: 2px 10px;
}

.sm-app-block .app-sm-title {
    display: block;
    font-size: 12px;
    min-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    word-break: keep-all;
}
.sm-app-rating {
    text-align: center;
}
.sm-app-rating span {
    margin-right: 5px;
}
.sm-app-rating span:last-child {
    margin-right: 10px;
}

.sm-app-block img:hover {
    opacity: .75;
}

.sm-app-top {
    display: flex;
}
.sm-app-section .sm-app-block {
    height: 210px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 31%;
    margin: 1%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid #9e9e9e;
}
.sm-app-section .sm-app-block .app-summary {
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sm-app-section .sm-app-block img {
    width: 80px;
}
.sm-app-section .sm-app-block .app-sm-title {
    font-size: 16px;
}
.sm-app-section .sm-app-block .app-sm-title,.sm-app-section .sm-app-block .sm-app-rating {
    text-align: left;
}
.sm-app-section .sm-app-block p {
    padding: 0;
}
.sm-app-section .sm-app-summary {
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sm-app-section .app-btn {
    display: flex;
    align-items: center;
    text-align: center;
    width: 15%;
    justify-content: center;
}
.sm-app-section .app-btn span {
    padding: 4px 10px;
    border: 1px solid #d90000;
    border-radius: 4px;
    color: #d90000;
}
.sm-app-section .fa-star {
    font-size: 12px;
}
.home-more {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}
.home-more a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #d90000;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.sm-app-like .sm-app-block {
    width: 24%;
}

.sm-app-like h2 {
    margin: 20px 0;
}

.sm-app-side {
    flex: 1;
    margin-left: 3%;
    padding-top: 10px;
}

.sm-app-side h2 {
    text-align: center;
}

.sm-app-side .apps {
    flex-flow: column;
}

.sm-app-side .sm-app-content_rating {
    text-align: center;
    font-size: 12px;
}

.list h2 {
    text-align: center;
}
.list .box{
    border: 0;
    box-shadow: initial;
}
.list .sm-header {
    border: 0;
}
.main.list  {
    margin-bottom: 35px;
}

.sm-page-btn {
    background-color: #d90000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 25px;
}

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

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

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

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

footer {
    color: #ccc;
    background-color: #333;
    padding: 16px 5px;
}

footer a {
    color: #9e9e9e;
}

.sm-footer-block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.sm-footer-block ul {
    display: flex;
    justify-content: center;
}

.sm-footer-block ul li {
    padding: 0px 5px;
}
.sm-footer-block ul li:last-child {
    border:0;
}

.download .sm-app-long-text {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

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

.sm-police-block h3 {
    margin: 15px 0;
}

.sm-police-block p, .sm-police-block li {
    line-height: 30px;
    word-break: break-all;
}

.sm-police-block .sm-app-content {
    padding: 10px;
    min-height: 770px;
}

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

.ad {
    width: 100%;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}
.ad-container {
    width: 100%;
    margin: 20px auto;
}
.ad-title {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 5px 0;
}
.ads_code {
    width: 100%;
    height: 100px;
}
.empty {
    width: 100%;
    text-align: center;
}

.top-slide {
    width: 100%;
    margin: 0 auto;
    min-height: 200px;
    background: #d90000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/imgs/bg2.jpg) center/cover no-repeat;
}

.ts-text h1,.ts-text h3{
    text-align: center;
    color: #ffffff;

}
.ts-text h1 {
    font-size: 40px;
    padding-bottom: 20px;
}
.ts-text h3 {
    padding-bottom: 60px;
}

.sm-app-side .sm-app-block .app-sm-title {
    font-size: 14px;
}

.sm-app-side .sm-app-block {
    width: 100%;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
}

.sm-app-side .sm-app-block p {
    text-align: center;
}

.sm-app-side .sm-app-block img {
    width: 80px;
    margin: 0 10px;
}
.block2 {
    word-break: break-all;
}
.block4 img {
    max-width: 100%;
}

.sm-apk-down {
    color: #d90000;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #d90000;
    border-radius: 4px;
    margin: 18px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
td.title {
    font-weight: 600;
}
.sm-more a{
    text-decoration: underline;
}
.content4 {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
}
.content4 img {
    max-width: 100%;
    margin: 5px 0;
}


@media screen and (max-width: 768px) {
    .block4 img.shot {
        width: 100%;
    }
    .sm-app-content-block img {
        max-width: 100%;
        height: initial;
    }
    .content4 img {
        max-width: 100%;
    }
    .top-slide {
        height: 400px;
        min-height: initial;
    }
    .ts-text h1 {
        font-size: 28px;
    }
    .ts-text h3 {
        padding-bottom: 30px;
    }
    .block4 img {
        max-width: 100%;
    }
    .sm-app-url-block {
        display: block;
    }
    .sm-app-long-text td {
        padding: 5px 20px;
        font-size: 13px;
    }
    .ads_code {
        width: 100%;
        height: 252px;
    }
    .breadcrumb {
        display: none;
    }
    .sm-app-content-text {
        margin-left: 12px;
        margin-top: 10px;
    }
    .sm-app-content_title {
        font-size: 18px;
    }
    .sm-app-content_title img {
        width: 18px;
    }
    .sm-app-content_rating {
        font-size: 12px;
    }
    .sm-app-content_head_item {
        margin: 3px 0;
    }
    .cd-version {
        font-size: 12px;
    }
    .sm-app-block {
        margin: 3%;
        width: 44%;
        height: 190px;
    }
    .sm-app-section .sm-app-block {
        width: 98%;
        margin: 10px;
        padding: 12px;
    }
    .sm-app-section .sm-app-block .sm-app-rating {
        display: block;
    }
    .sm-app-section .sm-app-summary {
        font-size: 12px;
        height: initial;
    }
    .nav {
        padding: 0 10px;
    }
    .home-more {
        margin-top: 20px;
    }
    .nav-list {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        z-index: 100;
        background: rgba(0, 0, 0, 0.3);
    }

    .nav-list ul {
        width: 46%;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        padding-top: 16px;
        padding-left: 16px;
        position: relative;
    }

    .nav-list ul li {
        padding: 20px 5px;
        font-size: 16px;
    }

    .nav-list ul li.last {
        display: inline-block;
        position:absolute;
        bottom:20px;
        font-size: 12px;
        color:#999;
    }

    .nav-list-close {
        display: block;
    }

    .nav-list ul a {
        color: #333;
    }
    .nav-list ul li i.fa {
        color: #333;
    }
    .nav-list_close {
        display: block;
    }

    .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 ul a {
        color: #333;
    }

    .sm-app-content {
        display: block;
    }

    .sm-app-content_left {
        width: 100%;
    }

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

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

    .sm-app-like .sm-app-block {
        width: 100%;
    }

    .sm-app-side {
        display: none;
    }

    .sm-footer-block {
        display: block;
    }
    .sm-footer-block ul {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

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

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

    .nav-button .fa {
        font-size: 30px;
        line-height: 45px;
    }
    .ts-search-icon {
        top: 3px;
        right: 6px;
    }
    .ts-search-icon .fa {
        color: #ddd;
        margin-right: 10px;
    }
    .search.mobile .ts-search-icon .fa {
        margin: 0;
    }
    .search {
        height: 50px;
        max-width: 100%;
    }
    .ts-search-input {
        width: 300px;
        margin: 10px auto;
    }
    .search.open .ts-search-input{
        display: block;
        position: absolute;
        top: 10px;
        width: 300px;
        right: -6px;
    }
    .search.open .fa {
        color: #ddd!important;
    }

    .sm-app-url-block-btn {
        max-width: 100%;
    }

    .sm-app-review-block {
        padding: 0;
        padding-left: 15px;
        flex-direction: column;
    }
    .sm-app-review-block-percent {
        margin-left: 25px;
    }

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

    .sm-app-block .app-sm-title {
        overflow: initial;
        word-break: break-all;
        font-size: 12px;
    }
    .box {
        box-shadow: initial;
    }
    .main-child {
        margin-top: 0;
    }
    .sm-app-section {
        margin-bottom: 0;
    }
    .ts-text {
        height: initial;
    }
    .sm-app-content_left .sm-app-content-block {
        margin-bottom: 5px;
    }
}
.cc-window.cc-floating{
    padding: 5px;
}

@media screen and (max-width: 430px) {
    .sm-app-block {
        width: 100%;
    }
    .v-search {
        width: 138px;
    }
}

@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;
}

.category-list-table {
    padding: 10px;
    background-color:#d4e3e5;
}

#v-lang-select {
    font-size: 18px;
    color: #fff;
    width: 200px;
    margin: 30px auto;
}

#v-lang-select>select {
    margin-left: 5px;
    padding: 0 10px;
    height: 30px;
}

.my-tab-title {
    display: flex;
    padding: 0;
}

.my-tab-title > li {
    padding: 15px;
    text-align: center;
    display: inline-block;
    width: 180px;
    font-size: 16px;
}

.my-tab-title > li:hover {
    background-color: #eee;
}

.my-this {
    border-bottom: 1px solid #000;
    margin-right: 1px;
}

.my-tab-content{

}

.my-tab-item{
    width: 100%;
}

.my-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 格子间隔 */
    padding: 10px; /* 容器内边距 */
    justify-content: flex-start;
}

.my-box-item {
    background-color: #f0f0f0; /* 格子背景色 */
    border: 1px solid #ccc; /* 格子边框 */
    padding: 1px; /* 格子内边距 */
    text-align: center; /* 文本居中 */
    flex: 0 0 230px;
}