* {
    -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;
}
ol {
    padding-left: 20px;
}

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: #fff;
    border-bottom: 1px solid #eee;
}

header a {
    color: #333;
}

.nav {
    height: 50px;
    padding: 2px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    max-width: 100%;
}

.nav-button {
    display: none;
}

.menu.mobile {
    display: none;
}
.nav-list {
    display: flex;
    justify-content: center;
}
.nav-list ul {
    display: flex;
}

.nav-list ul li {
    padding: 0px 25px;
    font-size: 15px;
}
.nav-list ul li i.fa {
    font-size: 18px;
}


.nav-list_close {
    display: none;
}

.logo {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.logo a {
    font-size: 24px;
    line-height: 25px;
}

.logo img {
    margin-top: 4px;
    width: 160px;
}
.home-section2-banner {
    padding: 30px 45px;
    width: 1200px;
    max-width: 100%;
}
.search {
    position: relative;
    line-height: 40px;
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

.ts-search-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
}

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

.ts-search-icon .fa {
    color: #ccc;
    font-size: 20px;
}
.start-btn {
    margin-top: 30px;
    text-align: center;
}
.start-btn a {
    background-color: #fff;
    color: #689f38;
    padding: 6px 10px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-radius: 18px;
    display: inline-block;
}


.wrap {
    width: 100%;
}

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

.capp-app-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 0;
}

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

.capp-app-content_left {
    width: 72%;
    padding: 0 10px;
}

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

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

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

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

.capp-app-content_left .capp-app-content-block {
    margin-bottom: 10px;
}

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

.capp-app-content_logo {
    width: 60px;
}
.app-logo img {
    width: 60px;
}


.capp-app-content_logo img {
    width: 100%;
}

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

.capp-app-content_title {
    font-size: 16px;
}

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

.capp-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 {
    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;
}
.capp-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: #689f38;
    border: 1px solid #689f38;
    text-align: center;
    margin: 30px auto;
    line-height: 50px;
    border-radius: 4px;
    background-color: #fff;
}

.sm-app-url-block-btn a {
    color: #689f38;
    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;
}

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

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

.capp-app-content_rating_percent.capp-app-content_rating_5 {
    background: #689f38;
}

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

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

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

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

.capp-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: #689f38;
}

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

.capp-block {
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 24%;
    margin: 1% 0;
    margin-right: 1%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: white;
}
.apps .capp-block {
    box-shadow: 2px 2px 8px 0.1px #eee;
}

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

.capp-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;
}

.capp-block img:hover {
    opacity: .75;
}

.sm-app-top {
    display: flex;
}
.sm-app-section h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.sm-app-section .capp-block {
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 23%;
    margin: 1%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}
.sm-app-section .capp-block .app-summary {
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sm-app-section .capp-block img {
    width: 80px;
}
.sm-app-section .capp-block .app-sm-title {
    font-size: 16px;
}
.sm-app-section .capp-block .app-sm-title,.sm-app-section .capp-block .sm-app-rating {
    text-align: left;
}
.sm-app-section .capp-block p {
    padding: 0;
}
.sm-app-section .sm-app-summary {
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -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 #689f38;
    border-radius: 4px;
    color: #689f38;
}
.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: #689f38;
    color: #fff;
}

.table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.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: 1px solid #ddd;
}

.sm-app-like .capp-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 .capp-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: #689f38;
    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;
}

.top-apps-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-apps-item {
    display: flex;
    width: 23%;
    margin: 1%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-bottom: 10px;
}
.app-billet{
    display: flex;
    flex-direction: column;
}
.app-billet .title {
    text-align: center;
}
.app-billet .blog-img {
    height: 156px;
    overflow: hidden;
    margin-bottom: 20px;
}
.app-billet img {
    width: 100%;
}
footer {
    color: #fff;
    background: #656565;
    padding: 40px 0 10px;
}

footer a {
    color: #9e9e9e;
}

.site-footer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.site-footer .map {
    display: flex;
    justify-content: space-between;
}
.site-footer .map .info-block {
    max-width: 395px;
}
.site-footer .map .info-block .info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
}
.site-footer .map .list-group h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    color: #fff;
    text-transform: uppercase;
}
.site-footer .map .list-group h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 5px;
    background: #28b2e5;
}
.site-footer .map .list-group .list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .map .list-group .list li a {
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
    -webkit-transition: all .4s cubic-bezier(.2,.57,.36,.8);
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
@media (max-width: 767px) {
    .logo img {
        width: 120px;
    }
    .top-apps-list {
        display: block;
    }
    .top-apps-item {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
    }
    .site-footer {
        padding: 0 15px;
    }
    .site-footer .map {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer .map .info-block {
        margin-bottom: 25px;
    }
    .site-footer .map .list-group.two {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 25px;
    }

}
.ad {
    width: 100%;
    padding-bottom: 10px;
    display: block;
}
.ads-wrap {
    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;
}

.home-section2 {
    width: 100%;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #025ea7;
    background-image: -ms-linear-gradient(left, #025EA7 0%, #00A2DB 100%);
    background-image: -moz-linear-gradient(left, #025EA7 0%, #00A2DB 100%);
    background-image: -o-linear-gradient(left, #025EA7 0%, #00A2DB 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #025EA7), color-stop(100, #00A2DB));
    background-image: -webkit-linear-gradient(left, #025EA7 0%, #00A2DB 100%);
    background-image: linear-gradient(to right, #025EA7 0%, #00A2DB 100%);
}

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

}
.home-section2-text h1 {
    font-size: 58px;
    padding-bottom: 20px;
}
.home-section2-text h3 {
    padding-bottom: 60px;
    font-size: 38px;
}

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

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

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

.sm-app-side .capp-block img {
    width: 80px;
    margin: 0 10px;
}
.block2 {
    word-break: break-all;
}
.block4 {
    display: flex;
    gap: 10px;
}
.block4 img {
    width: 24%;
}
.block4 img.shot {
    width: 100%;
}
.sm-apk-down {
    color: #689f38;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #689f38;
    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 (max-width: 928px) {
    .content4 img {
        max-width: 48%;
    }
    .home-section2 {
        height: 400px;
        min-height: initial;
    }
    .home-section2-text h1 {
        font-size: 36px;
    }
    .home-section2-text h3 {
        padding-bottom: 30px;
        font-size: 20px;
    }
    .block4 img {
        width: 48%;
    }
    .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;
    }
    .capp-app-content-text {
        margin-left: 12px;
        margin-top: 10px;
    }
    .capp-app-content_title {
        font-size: 18px;
    }
    .capp-app-content_title img {
        width: 18px;
    }
    .capp-app-content_rating {
        font-size: 12px;
    }
    .capp-app-content_head_item {
        margin: 3px 0;
    }
    .cd-version {
        font-size: 12px;
    }
    .capp-block {
        margin: 3%;
        width: 44%;
    }
    .sm-app-section .capp-block {
        width: 98%;
        margin: 10px;
        padding: 12px;
    }
    .sm-app-section .capp-block .sm-app-rating {
        display: block;
    }
    .sm-app-section .sm-app-summary {
        font-size: 12px;
        height: initial;
    }
    .nav {
        padding: 0 10px;
        height: 45px;
    }
    .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;
    }

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

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

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

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

    .sm-app-like .capp-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 {
        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;
    }

    .capp-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;
    }
    .home-section2-text {
        height: initial;
    }
    .capp-app-content_left .capp-app-content-block {
        margin-bottom: 5px;
    }
}
.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;
}

.top-apps-section {
    padding: 15px 0;
}
.new-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}
.new-container .top-apps-list {
    justify-content: initial;
}
.new-container .top-apps-item {
    padding: 30px;
    justify-content: center;
}
.new-container .top-apps-item i.fa {
    padding-right: 5px;
}
.top-apps-title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-container .app-billet {
    width: 100%;
    padding: 30px;
}
.blog-list {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
}
.blog-list h1 {
    text-align: center;
    padding: 20px 0;
}
.blog-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0;
}
.blog-list .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
}
.blog-list .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-6 .row,.related-articles.row {
    border: 0;
}
.blog-content a {
    color: #689f38;
}
.blog-title {
    font-size: 20px;
    padding-bottom: 20px;
}
.blog-detail p {
    padding-bottom: 15px;
}
.article-content img {
    max-width: 500px;
    margin: 10px auto;
    display: block;
}
.police-section h1 {
    text-align: center;
    margin: 20px;
}
.police-section p {
    padding: 10px 0;
}
.block4 img,.text4 img {width: 100%;max-width: 500px;margin: 10px auto;display: block;}

.fa {
    margin-right: 5px;
}
.rating-wrap {
    display: block;
}
.app-concise-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title-and-rating {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.title-wrap {
    display: flex;
    width: 100%;
}
.app-logo {
    margin-right: 20px;
}
.capp-app-content-block.app-text {
    border: 1px solid #E5E5E5;
    padding: 15px;
}
.info-left {
    width: 50%;
}
@media(max-width: 768px) {
    .blog-list .col-sm-4 {
        max-width: 100%;
        flex: 100%;
        margin: 15px 0;
        padding: 0;
    }
    .blog-list .col-sm-8 {
        max-width: 100%;
        flex: 100%;
    }
    .article-content {
        padding: 10px;
    }
    .police-section {
        padding: 10px;
    }
    .fa-bars {
        color: #888;
    }

    .title-wrap h2 {
        font-size: 16px;
    }
    .title-and-rating .title {
        font-size: 16px;
        line-height: 1.5;
    }

    .app-logo {
        width: 70px;
    }
    .author-value {
        word-break: break-all;
    }
}
