.link-part{
    text-align: right;
}
.link-part h2{
    line-height: 40px;
    background: #E9DEFF;
    font-size: 20px;
    text-align: center;
    color: #6639f5;
    font-weight: normal;
}
.link-part .more{
    font-size: 14px;
    color: #915BFF;
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    text-align: right;
    padding: 0 12px;
}
.content-wp{
    padding-bottom: .8rem;
}
.content-wp img{
    max-width: 100%;
}
.effect-moving {
    animation-name: moving-down;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes moving-down{
    0% {transform: translateY(0);}
    50% {transform: translateY(10px);}
    100% {transform: translateY(0);}
}
.pic-box{
    text-align: center;
    padding: 0 2% 10px;
}
.live-title,
.voice-title,
.product-title,
.comment-title{
    width: 26.13%;
    height: 0;
    padding-bottom: 6.67%;
    background: url("../img/live-title.png") no-repeat;
    background-size: 100%;
    margin: 25px 0 10px 0;
}
.voice-title{
    background: url("../img/voice-title.png") no-repeat;
    background-size: 100%;
}
.product-title{
    background: url("../img/product-title.png") no-repeat;
    background-size: 100%;
}
.comment-title{
    background: url("../img/comment-title.png") no-repeat;
    background-size: 100%;
}
.live-wrap{
    display: flex;
    flex-wrap: wrap;
}
.yx-pic{
    margin: 0 0 15px;
    overflow: hidden;
    width: 50%;
}
.yx-pic img{
    width: 98%;
}
.voice-wrap{
    position: relative;
}
.voice-bg{
    width: 100%;
    height: 5.38rem;
    background: url("../img/voice-wrap.jpg") no-repeat;
    background-size: 100% ;
    position: relative;
    /*display: none;*/
}
.voice-bg span{
    position: absolute;
    width: .72rem;
    height: .72rem;
}
.voice-bg span:nth-of-type(1){
    top: 2.6rem;
    left: 50%;
    margin-left: -.33rem;
}
.voice-bg span:nth-of-type(2){
    top: 1.2rem;
    left: 1.8rem;
}
.voice-bg span:nth-of-type(3){
    top: 1.2rem;
    right: 1.8rem;
}
.voice-bg span:nth-of-type(4){
    top: 2.7rem;
    left: 1.3rem;
}
.voice-bg span:nth-of-type(5){
    top: 2.7rem;
    right: 1.3rem;
}
.voice-bg span:nth-of-type(6){
    top: 4.2rem;
    left: 1.3rem;
}
.voice-bg span:nth-of-type(7){
    top: 4.2rem;
    right: 1.3rem;
}
.voice-item{
    width: 100%;
    height: 5.16rem;
    background-size: 100%!important;
    position: relative;
    display: flex;
    justify-content: center;
}
.voice-item audio{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}
.swipe-icon{
    width: .8rem;
    height: .8rem;
    align-self: center;
    position: absolute;
    display: none;
}
.swipe-icon.active{
    display: block;
}
.swipe-icon.left{
    background: url("../img/left.png") no-repeat;
    background-size: 100% ;
    left: 1.5rem;
}
.swipe-icon.right{
    background: url("../img/right.png") no-repeat;
    background-size: 100% ;
    right: 1.5rem;
}
.voice-item{
    display: none;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 1.45rem 0 1.45rem 0;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: .24rem;
    display: none   ;
}
.close-icon{
    height: 15px;
    width: 15px;
    background: url("../img/close.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
}
.mask .repeat-icon{
    height: 30px;
    width: 32px;
    background: url("../img/repeat.png") no-repeat;
    background-size: 100%;
}
.mask .action-btn{
    width: 32%;
    height: 0;
    padding-bottom: 9.07%;
    background: url("../img/download.png") no-repeat;
    background-size: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}
.voice-tip{
    display: flex;
    align-items: center;
    line-height: 2;
}
.tips-icon{
    width: .28rem;
    height: .28rem;
    background: url("../img/tips-icon.png") no-repeat;
    background-size: 100%;
    margin-right: .1rem;

}


.product-wrap{
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.product-wrap img{
    transition: all 0.5s;
}
.product-wrap img:nth-of-type(1){
    width: 4.6rem;
    height: 9.84rem;
    left: 0;

}
.product-wrap img:nth-of-type(2){
    width: 4.6rem;
    height: 9.84rem;
    right: 0;
    margin-left: auto;
}

.product-wrap img.secondary{
    transform: scale(0.8);
    align-self: center;
    z-index: -1;
    filter: brightness(50%);
    position: absolute;
}

.comment-wrap img{
    margin-bottom: 20px;
}
.tips{
    width: 100%;
    height: 0;
    padding-bottom: 28%;
    background: url("../img/tips.png") ;
    background-size: 100% ;
    position: relative;
}


.bottom-content{
    width: 93.33%;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #e7dffc;
    color: #8A49FF;
    border-radius: 5px;
    margin: 0 auto;
}
.download-box{
    height:400px;
    max-width:750px;
    margin:0 auto 10px;
    position: relative;
}
.qrcode-img{
    width:220px;
    height:220px;
    margin:20px auto 30px;
    border:4px solid #fff;
    border-radius: 5px;
}
.txt{
    text-align: center;
    line-height: 58px;
}
.txt,.txt a{
    /*color:#f0b503;*/
    background: linear-gradient(to bottom, #fce183, #f0b503);
    -webkit-background-clip: text;
    color: transparent;
    font-size:30px;
    font-weight:bold;
}
.txt .p0{
 font-size:36px;
}
.txt .p1{
    padding-right:20px;
}
.txt .big-font{
 font-size:46px;
}

.count-num{
    float: right;
    position: absolute;
    bottom:15px;
    right:0;
    padding: 0 15px;
    font-size:24px;
    width: 170px;
    height:59px;
    line-height: 59px;
    color:#fff5a8;
    /*text-align: right;*/
}


.mask-box {
    z-index: 999;
    position: relative;
    display: none;
}
.mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}
.mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.copy-url-img {
    display: block;
    width: 100%;
}
.copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: #F1F6F9;
    border-radius: 18px;
    overflow: hidden;
}
.copy-url input {
    padding-left: 20px;
    color: #9A9A99;
    border:0;
    background: none;
}
.copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    border: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;
}
.copy-url button:focus,.copy-url input:focus {
    border:0;
}
.banner{
    margin-top: 70px;
}
.bottom-entry{
    z-index: 100;
    position: fixed;
    width:100%;
    max-width: 750px;
    left:0;
    top:0;
    height: 70px;
    background: linear-gradient(to right,#883df6 0%,#6639f5 100%);
    text-align: center;
    display:none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bottom-entry .left{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    padding: 6px 0 0 70px;
    height: 60px;
    text-align: left;
    cursor: pointer;
    margin-top: 5px;

}
.bottom-entry .icon-long8{
    background: url(../img/logo.png) no-repeat left 10px center;
    background-size: 54px;
}
.bottom-entry .left p{
    font-size:14px;
}
.bottom-entry img{
    max-width:110px;
    float:right;
    margin: 15px 12px 0 0;
}
.icons {
    text-align: center;
    color: #eee;
    /*background: #2e2e2e;*/
    line-height: 38px;
    padding: 0 8px;
}
.icons span {
    display: inline-block;
    color: #b79a60;
    padding-left: 28px;
    background: url(../img/icon-ios.png) no-repeat left;
}
.icons span.icon-android {
    margin-left: 8px;
    background: url(../img/icon-android.png) no-repeat left;
}


@keyframes scale {
    from{ transform: scale(1); }
    50% { transform: scale(0.9); }
    to { transform: scale(1); }
}
@media screen and (min-width:415px){
    .enter-btn,
    .ios-btn{
        height:70px;
        width:280px;
        max-width:48%;

    }
    .btn-box{
        text-align: center;
        padding:10px 5px;
        overflow: hidden;
        width:560px;
        margin:0 auto;
        max-width:100%;
    }

}
@media screen and (max-width:320px) {
    .btn-box{
        text-align: center;
        padding:10px 5px;
        overflow: hidden;
    }

}
@media screen and (min-width:768px){
    .bottom-entry{
        max-width: 750px;
        left:50%;
        margin-left:-375px;

    }
}
@media screen and (max-width:768px){
    .bottom-entry{
        display:block;
    }
    .txt, .txt a{
        font-size:18px;
        line-height: 39px;
    }
    .txt .p0 {
        font-size: 22px;
    }
    .txt .big-font {
        font-size: 32px;
    }
    .m-hide{
        display: none;
    }
}

#wrapper{
    height: 100vh;
    position: relative;
}
