
.result-title1 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-left: 0.20rem;
    margin-top: 0.20rem
}
.ttx_proIcon{
    width: 80%;
    display: block;
    margin: 5% auto;
}
.canvas {
    position: absolute;
    top: 0;
    left: -100rem;
}

.voice {
    width: 2.97rem;
    height: 0.68rem;
    background: rgba(255,255,255,.5);
    border: 0 solid rgba(5,0,1,1);
    border-radius: 0.34rem;
    color: #fff;
    line-height: 0.68rem;
    font-size: 12px;
    overflow: hidden;
    display: flex;
}

.voice-img {
    width: 0.28rem;
    height: 0.39rem;
    margin: 0.15rem 0.3rem;
}

.star {
    float: left;
    background: url("../imgs/star.png") no-repeat;
    background-size: 100% 100%;
    width: 0.4rem;
    height: 0.38rem;
    transform: scale(1.6);
}

.starf {
    float: left;
    background: url("../imgs/starf.png") no-repeat;
    background-size: 100% 100%;
    width: 0.4rem;
    height: 0.38rem;
    transform: scale(1.6);
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.result-text1 {
    font-size: 12px;
    color: #fff;
    opacity: 0.75;
    text-align: center
}

.result-box1 {
    background: url('../imgs/result_bg1.png') no-repeat;
    background-size: 100% 100%;
    width: 6.94rem;
    margin: 0.20rem auto;
    overflow: hidden;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
}

.result-title2 {
    font-size: 14px;
    font-weight: bold
}

.result-text2 {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 0.10rem
}

.result-box2 {
    background: url('../imgs/result_bg2.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin: 0.40rem auto 0;
    padding: 1.03rem 0.72rem 0.60rem;
    box-sizing: border-box;
    overflow: hidden
}

.result-text3 {
    font-size: 12px;
    opacity: 0.9
}

.result-title3 {
    font-size: 16px;
    font-weight: 800
}

.flex-warp {
    display: flex;
    justify-content: space-between;
    margin: 0.16rem 0 0.34rem;
}

.dashi-img {
    width: 2.27rem;
    height: 2.97rem;
}

.flex-box {
    width: 3.60rem;
    max-height: 2.97rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


.video {
    width: 100%;
    height: 2.70rem;
    margin: 0.13rem 0 0.35rem
}

.qr_code {
    background: url('../imgs/qr_code.png') no-repeat;
    background-size: 100% 100%;
    width: 2.30rem;
    height: 2.30rem
}

.result-text4 {
    font-size: 14px;
    width: 4.10rem;
    margin: 0 auto 0.30rem;
    text-align: center;
    opacity: 0.75
}
.home{
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 60px;
}
.more-img{
    background: url("../imgs/more-bg1.png") no-repeat;
    background-size: 100% 100%;
}

.pay-or-nopay-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    font-size: 15px;
    text-align: center;
}
.pay-or-nopay{
    border-radius: 10px;
    background: #fff;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pay-or-nopay div{
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
}
.pay-or-nopay div:last-child{
    border: 0;
}
.te-hui-toast{
    position: absolute;
    right: -30px;
    top: -20px;
    width: 70px;
}
