#app {
    font-family:Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#2c3e50;
}

.prism-player .prism-volume{
    display: none;
} 

.container{
    padding:0;
}
.swiper-box {
    width: 100%;
    height: 22rem;
}
.swiper-box1 {
    height: 10.7rem;
}
.swiper-container {
    width: 100%;
    height: 22rem;
    position: absolute!important;
    top: 13rem;
    z-index: 1;
}
.swiper-container1 {
    height: 10.7rem;
}
.swiper-container .swiper-slide {
    width: 12.5rem!important;
    height: 22rem;
    margin-left: 15px;
    border-radius: 10px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide:first-child {
    margin-left: 1.45rem;
}
.swiper-slide:last-child {
    margin-right: 1.45rem;
}
.swiper-container1 .swiper-slide {
    width: 19rem!important;
    height: 10.7rem;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
*,body,figure {
    padding:0;
    margin:0
}
ol,ul {
    list-style-type:none
}
.inner-image {
    display:block;
    -o-object-fit:cover;
    object-fit:cover;
    width:inherit;
    height:inherit
}
@media screen and (min-width:320px) {
    html {
        font-size:14px
    }
}@media screen and (min-width:360px) {
    html {
        font-size:16px
    }
}@media screen and (min-width:400px) {
    html {
        font-size:18px
    }
}@media screen and (min-width:440px) {
    html {
        font-size:20px
    }
}@media screen and (min-width:480px) {
    html {
        font-size:22px
    }
}@media screen and (min-width:640px) {
    html {
        font-size:28px
    }
}

.base-info {
    padding: 1.25rem 1.45rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.base-info .base-info-l {
    border-radius: .8rem;
    overflow: hidden;
    width: 6.7rem;
    height: 6.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.base-info .base-info-l>img {
    width: 100%;
    height: 100%;
}
.base-info .base-info-r {
    position: relative;
    margin-left: 1.2rem;
    flex: 1;
}
.base-info .base-info-r .title {
    color: #1a1a1a;
    margin-top: .35rem;
    font-weight: bold;
    font-size: 1.25rem;
}
.base-info .base-info-r .category, .base-info .base-info-r .title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
    position: relative;
}
.fsl-title {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service {
    width: 90px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.service img {
    width: 90px;
    height: 30px;
}
.base-info .base-info-r .category {
    color: #999;
    font-size: 1rem;
}
.base-info .base-info-r .install-btn {
    display: block;
    height: 1.9rem;
    width: 5.6rem;
    border-radius: 1rem;
    background: #FF9C00;
    border: 1px solid #FF9C00;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.9rem;
}

.base-info .base-info-r .install-btn:hover {
    text-decoration: none;
}

.base-info .base-info-r .clr {
    margin-top: 1.8em;
    display: flex;
    justify-content: space-between;
}

.base-info .base-info-r .arouse {
    float: right;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 0.85em;
    color: #FF9C00;
}

.base-info .base-info-r .arouse b {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.tocourse {
    width: 1.4em;
    height: 1.4em;
}
.rate-info {
    padding-bottom: 0.8rem;
    margin: 0 1.45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rate-info .rate>strong {
    font-size: 1rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-right: 0.4rem;
}
.rate-info .rate>img {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    position: relative;
    top: -0.1rem;
}
.rate-info .rate>p {
    color: #808080;
    font-size: .85rem;
    margin-top: 0.5em;
}
.rate-info .classification>strong {
    color: #1a1a1a;
    font-size: 1rem;
}
.rate-info .classification>p {
    color: #808080;
    font-size: .85rem;
    margin-top: 0.5em;
}
.comment-info {
    border-top: 1px solid #eee;
    padding: 0.8rem 0;
    margin: 0 1.45rem;
}
.comment-info .comment-info-title {
    margin-bottom: .85rem;
    font-size: 1.25rem;
    font-weight: bolder;
}
.comment-info-title span {
    font-size: 1rem;
    color: #FF9C00;
    float: right;
    position: relative;
    top: 0.2rem;
}
.comment-info .comment-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.comment-info-l {
    margin-top: 0.3rem;
}
.comment-info .comment-info-content .comment-info-l>strong {
    font-size: 3.75rem;
    line-height: 2.6875rem;
    color: #4a4a4e;
    font-weight: 700;
}
.comment-info .comment-info-content .comment-info-l>p {
    width: 5.6875rem;
    text-align: center;
    color: #7b7b7b;
    margin-top: .625rem;
}
.fsl {
    margin-top: .9rem;
    text-align: right;
    color: #7b7b7b!important;
}
.comment-info .comment-info-content .comment-info-r {
    margin-left: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.comment-info-r img {
    width: 3rem;
    height: 3rem;
    float: left;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list>li {
    margin-bottom: .2rem;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star {
    position: relative;
    height: .4375rem;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star>img {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star>div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress {
    position: relative;
    margin-left: .5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: .125rem;
    background: #e6e6e6;
    border-radius: .125rem;
}
.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress>div {
    position: absolute;
    left: 0;
    width: 0;
    height: .125rem;
    background: #FF9C00;
    border-radius: .125rem;
    width: 90%;
}
.comment-box {
    font-size: 0.85rem;
    word-break: break-all;
    color: #1a1a1a;
    border-radius: 0.5rem;
    background-color: #F2F2F7;
    padding: 0.8rem 1rem;
    margin: 0 20px 20px;
}
.comment-box-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.app-info {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 0.8rem 0;
    margin: 0 1.45rem;
}
.app-info .app-title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: bolder;
}
.app-info .app-info-con {
    position: relative;
    font-size: .875rem;
}
.detail {
    font-size: 0.8em;
}
.model_text, .model_text_o {
    width: 100%;
    overflow: hidden;
    line-height: 1.6em;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.detail_more, .detail_more_o {
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.detail_more span, .detail_more_o {
    color: #FF9C00;
    text-indent: 2em;
}
.information-info{
    border-top: 1px solid #eee;
    padding: 0.8rem 0;
    margin: 0 1.45rem;
}
.information-info .app-title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: bolder;
}
.information-info .information-list {
    padding: 0;
}
.information-info .information-list>li {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3.5;
    border-bottom: 1px solid #f2f2f2;
}
.information-info .information-list>li .l {
    color: #737379;
}
.information-info .information-list>li .r {
    margin-left: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    line-height: 1rem;
}
.disclaimer {
    padding: 10px;
    color: rgba(153, 153, 153, 1);
    background: rgba(249, 249, 249, 1);
}

/*
 * 微信遮罩
 */
.wechat-mask {
    z-index: 2;
    position: relative;
    display: block;
}

.wechat-mask .mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.wechat-mask .mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.wechat-mask .mask-colsed {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.wechat-mask .mask-colsed img {
    display: block;
    width: 100%;
}
.wechat-mask .copy-url-img {
    display: block;
    width: 100%;
}

.wechat-mask .copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: #F1F6F9;
    border-radius: 18px;
    overflow: hidden;
}
.wechat-mask button, .wechat-mask input {
    border: none;
    background: none;
    outline: 0;
}

.wechat-mask .copy-url input {
    padding-left: 20px;
    color: #9A9A99;
}

.wechat-mask .copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
    color: #fff;
    border-radius: 0 18px 18px 0;
}

.app-box {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pc-box {
    min-height: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.pc-box .header-bg {
    width: 100%;
}
.pc-logo {
    width: 180px;
    height: 180px;
    background: url('https://blockchainhelper.oss-cn-shenzhen.aliyuncs.com/images/app-bg.png');
    margin: 20px auto 0;
}
.pc-logo img {
    width: 110px;
    height: 110px;
    margin-top: 25px;
}
.pc-box > p {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 18px 0 30px;
}
.info-box {
    font-size: 16px;
    color: #808080;
}
.intbox {
    width: 300px;
    height: 40px;
    border: 1px solid #FF9C00;
    outline: none;
    padding: 0 15px;
    margin-top: 20px;
}
.surbtn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    background-color: #FF9C00;
    margin: 20px auto 0;
    cursor: pointer;
}
/* .info-box span {
    padding: 0 10px;
}
.app_codes {
    width: 240px;
    height: 240px;
    border: 1px solid #ccc;
    margin: 39px auto 20px;
}
.app_codes .code {
    width: 216px;
    height: 216px;
    margin: 12px auto 0;
}
.pc-box .info {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
} */
.comment-header {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    padding: 0 1rem;
    overflow: hidden;
}
.comment-header img {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.8rem;
    float: left;
}