html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

* {
    box-sizing: border-box;
}


.clear {
    height: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.clear:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.page-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.title-box {
    position: absolute;
    top: 6.3158rem;
    left: 18.9474rem;
    z-index: 2;
}

.logo {
    display: block;
    width: 16.0526rem;
}

.title {
    margin-top: 1.0526rem;
    display: block;
    width: 25.2105rem;
    margin-left: -1rem;
}

.btn-box {
    position: absolute;
    bottom: 6.0526rem;
    left: 18.9474rem;
    height: 9.1579rem;
    z-index: 2;
}

.qro-box {
    float: left;
    width: 7.9474rem;
    height: 9.1579rem;
    background-image: url("./assets/pc/qro-box.png");
    background-size: contain;
    position: relative;
}
.qrcode-item{
    width: 7.9474rem;
    height: 7.9474rem;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background-color: white; */

}
.qrcode-item>img{
    width: 7.5rem;
    height: 7.5rem;
    margin: 0.2237rem;
}

.web-btn-box {
    float: left;
    width: 13.1579rem;
    height: 100%;
    position: relative;
    margin-left: 0.5263rem;
}

.download-url {
    width: 13.1579rem;
    position: absolute;
    top: 1.5rem;
    height: 2.8rem;
    border-radius: 5px;
    background-color: rgba(109, 67, 60, 0.3);
    color:#ffcaa9;
    font-size: 0.6316rem;
    padding:0.3rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    

}
.download-url>div{
    margin: auto 0;
}

.go-web-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.teach-btn {
    width: 60%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 2.1rem;
    left: 20%;
    cursor: pointer;
}

.download-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.download-btn-box {
    float: left;
    width: 13.1579rem;
    height: 100%;
    position: relative;
    margin-left: 0.5263rem;
}

.phone-box {
    position: absolute;
    bottom: 0;
    right: 8.9474rem;
    z-index: 2;
    width: 35.4211rem;
    height: 46.8421rem;
}

.content-box {
    width: 100%;
    height: 100%;
    position: relative;

}
.left-btn{
    width: 1.2632rem;
    height: 1.2632rem;
    position: absolute;
    left: 13rem;
    bottom: 3.7rem;
    cursor: pointer;
    z-index: 5;
}
.right-btn{
    width: 1.2632rem;
    height: 1.2632rem;
    position: absolute;
    right: 18rem;
    bottom: 3.7rem;
    cursor: pointer;
    z-index: 5;
}
.phone {
    width: 35.4211rem;
    height: 46.8421rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.adv-box {
    width: 16.5263rem;
    height: 35.7895rem;
    position: absolute;
    top: 3.8rem;
    left: 7rem;
    z-index: 2;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.my-swipe{
    width: 500%;
    height: 100%;
    position: absolute;
}
.item-bg{
    width: 16.5263rem;
    height: 35.7895rem;
    float: left;
}
.teach-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;

}

.teach-img {
    width: 63.1579rem;
    height: 26.3158rem;
    
    position: absolute;
    left: calc(50% - 31.5789rem);
    top: calc(50% - 13.1579rem);
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: center;
    transition:0.5s ease-in-out;

}

.close {
    width: 1.3158rem;
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    cursor: pointer;
}


.text1{
    width: 8.2632rem;
    position: absolute;
    z-index: 1000;
    left: -3rem;
    top: 4rem;
    opacity: 1;
    transition: 0.5s;
}
.text2{
    width: 8.2632rem;
    position: absolute;
    z-index: 1000;
    left: -3rem;
    top: 11rem;
    opacity: 0;
    transition: 0.5s;
}
.text3{
    width: 8.2632rem;
    position: absolute;
    z-index: 1000;
    left: -3rem;
    top: 18rem;
    opacity: 0;
    transition: 0.5s;
}