html,
body {
    background-color: #fff;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}
ul,div,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
div {
    box-sizing: border-box;
}



h1 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-bottom: 30px;
}

.app-download-box {
    display: flex;
    align-items: cneter;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.download-qrcode {
    position: relative;
}

.download-qrcode .qrlogo {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.app-icon img {
    width: 140px;
    border-radius: 30px;
    /* border: solid 1px #eee; */
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.gradient-btn,
.gradient-btn-orange {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(135deg, #18b167, #6fd252);
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0.3rem 0.7rem rgba(56, 181, 26, 0.38);
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 0.4rem rgba(56, 181, 26, 0.9);
    text-decoration: none;
    outline: none;
    font-weight: normal;
}

.gradient-btn:active {
    opacity: 0.8;
}

.gradient-btn:disabled,
.gradient-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.gradient-btn.disabled:active,
.gradient-btn:disabled:active {
    opacity: 0.5;
}

.gradient-btn.mini {
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 13px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.gradient-btn.block {
    display: block;
}

.gradient-btn-orange {
    background-image: linear-gradient(135deg, #ec7c21, #ffba42);
    box-shadow: 0 6px 14px rgba(239, 152, 39, 0.38);
    text-shadow: 0 0 0.4rem rgba(239, 152, 39, 0.9);
}


.app-download-btns a {
    width: 180px;
    margin-top: 25px;
}

.app-download-btns a i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.mb15 {
    margin-bottom: 15px;
}

[v-cloak] {
    display: none;
}

.download-qrcode {
    width: 210px;
    min-height: 210px;
    border: solid 1px #ddd;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.download-qrcode img {
    padding: 5px;
    background-color: #fff;
}

.download-qrcode-tips {
    font-size: 12px;
    color: #999;
}

.download-btn {
    height: 30px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, transparent 100%, rgb(200, 200, 200) 100%);
    background-color: rgb(52, 120, 246);
    border-radius: 30px;
    border: none;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0px 20px;
    outline: none;
}
.download-btn i{
    vertical-align: middle;
}
.download-btn:active{
    opacity: 0.7;
}
.download-btn.circle-btn{
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
}

@keyframes loadingA {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loading {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    animation: loadingA .8s linear infinite;
}


/* template */
.tp-app-wrap{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.tp-app-dowload-part{
    display: flex;
    padding:10px 20px 20px;
    text-align: left;
}
.tp-part1{
    padding-top: 20px;
}
.tp-app-icon{
    width: 110px;
    height: 110px;
    background-color: #f3f3f3;
    border-radius: 25px;
}
.tp-app-icon img{
    width: 100%;
    border-radius: 25px;
}
.tp-part1-main{
    flex: 1;
    padding-left: 15px;
}
.tp-part1-main-part1{
    min-height: 75px;
    padding-bottom: 15px;
}
.tp-app-name{
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.3em;
}
.tp-app-slogan{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.tp-app-download{
    display: flex;
    justify-content: space-between;
}
.tp-part2{
    padding-top: 10px;
    justify-content: space-between;
}
.tp-app-status-val{
    color: #777;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    line-height: 1.5em;
}
.tp-starts-score{
    margin-right: 5px;
}
.tp-starts-list{
    display: flex;
}
.tp-starts-list i{
    margin-right: 1px;
    font-size: 15px;
    margin-top: -1px;
}
.tp-app-status-label{
    font-size: 11px;
    font-weight: 400;
    color: #999;
}
.tp-app-type{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tp-app-score{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tp-app-fitage{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.tp-app-imageslist{
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
    
}
.tp-app-imageslist li{
    list-style: none;
    width: 200px;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #eee;
    margin-left: 10px;
    min-height: 433px;
    background-color: #fafafa;
}
.tp-app-imageslist li img{
    width: 100%;
    display: block;
}
.f12{
    font-size: 12px;
}
.tp-part3{
    overflow-x: scroll;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.tp-part4{
    flex-direction: column;
    padding-bottom: 0;
}
.tp-app-subtitle{
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    margin: 0;
    padding-top: 12px;
    border-top: solid 1px #eee;
}
.tp-app-graphic{
    line-height: 22px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    padding-bottom: 5px;
}
.tp-app-graphic p{
    margin: 8px 0;
}
.tp-score-detail{
    display: flex;
    padding-top: 10px;
}
.tp-score-left{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tp-score-right{
    flex: 2.2;
}
.tp-score-list-chart{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.tp-score-list-chart li{
    display: flex;
    height: 10px;
    align-items: center;
}
.tslc-stars_box{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.tp-score-list-chart .tslc-stars{
    background-image: url('five-star-rating-gray.svg');
    background-size: 44px 7px;
    background-repeat: no-repeat;
    background-position: center right;
    height: 7px;
    width: 44px;
}
.tp-score-list-chart .tslc-stars-4{
    width: 34px;
}
.tp-score-list-chart .tslc-stars-3{
    width: 26px;
}
.tp-score-list-chart .tslc-stars-2{
    width: 17px;
}
.tp-score-list-chart .tslc-stars-1{
    width: 8px;
}
.tp-score-list-chart .tslc-stars-bargraph{
    flex: 4;
    height: 3px;
    background-color: #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.tp-score-list-chart .tslc-stars-bargraph .tslc-stars-bargraph-active{
    background-color: #999;
    height: 3px;
    display: block;
}
.tp-score-number{
    font-size: 45px;
    font-weight: bold;
    color: #666;
    line-height: 1.2em;
}
.tp-score-list-chart_tips{
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 5px;
}
.tp-score-subtitle{
    font-size: 16px;
    color: #999;
}
.tp-comment-box{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 20px;
}
.tp-comment-list{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    margin-top: 20px;
    text-align: left;
}
.tp-comment-list li{
    margin-right: 10px;
    width: 300px;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
}
.tp-comment-title{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tp-comment-stars{
    color: #ff7b2f;
    font-size: 14px;
    display: flex;
}
.tp-comment-create-about{
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 12px;
    color: #999;
}
.tp-comment-user{
    width: 10em;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
}
.tp-comment-stars i{
    margin-right: 2px;
    font-size: 14px;
}
.tp-comment-content{
    width: 260px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    color: #333;
}
.tp-app-props{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}
.tp-app-attrlist{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tp-app-attrlist li{
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #eee;
    line-height: 24px;
}
.tp-app-attrlist li a{
    color: #2b79ff;
    text-decoration: none;
}
.tp-app-attr-label{
    width: 6em;
    color: #999;
}
.tp-app-attr-value{
    flex: 1;
    color: #222;
    display: flex;
    justify-content: flex-end;
    text-align: justify;
}
