﻿

.index-box1{
    background-image: url("../images/qrcode_blue_bg1.html");
    position: relative;
}
.home-maintitle{
    position: absolute;
    width:600px;
    height: 250px;
    top:100px;
    left:12%;

    /* display:flex; */
    /* justify-content: center; */
    /* align-items: center;
    flex-direction: column; */
    color:#fff;
    /* text-align:center; */

}
.home-maintitle-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* text-align: center; */
    width:100%;
    margin:0 auto 50px;
}
.home-maintitle-top p{
    font-size:20px;
    margin:20px 0;
}
.home-maintitle-top p span{
    color:#FFCE70;
}
.home-maintitle-bottom button{
    height:40px;
    width:100px;
    border-radius:40px;
    border:none;
    color:#fff;
    font-size:16px;
    outline: none;
    margin-bottom:10px;
    background:#ffc534;
    cursor:pointer;
}

.index-title1 span{
    font-size:35px;
}
.index-title1 p{
    font-size:16px;
}




.code-box1{
    height:700px;
    width:100%;
    padding-top:70px;
    box-sizing:border-box;
    background:#fff;
    margin-top:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-box1 .content-left{
    position:relative;
    width:638px;
    height:445px;
}
.code-box1 .content-left img,.code-box2 .content-left img,.code-box3 .content-left img,.code-box4 .content-left img{
    position:absolute;
}

.code-box1 .content-right,.code-box2 .content-right,.code-box3 .content-right,.code-box4 .content-right{
    margin-left:100px;
    width:340px;
}
.code-box1 .content-right strong,.code-box2 .content-right strong,.code-box3 .content-right strong,.code-box4 .content-right strong{
    font-size:25px;
    color:rgba(51,51,51,1);
}
.code-box1 .content-right p,.code-box2 .content-right p,.code-box3 .content-right p,.code-box4 .content-right p{
    margin:50px auto 40px auto;
    font-size:16px;
    line-height:35px;
    color:rgba(119,119,119,1);
}
.code-box1 .content-right>span,.code-box2 .content-right>span,.code-box3 .content-right>span,.code-box4 .content-right>span{
    font-size:14px;
    color:rgba(170,170,170,1);
}
.code-box1 .content-right>span img,.code-box2 .content-right>span img,.code-box3 .content-right>span img,.code-box4 .content-right>span img{
        vertical-align: middle;
        margin-right:5px;
}



.code-box2{
    height:700px;
    background:rgba(247,247,252,1);
    /* padding-top:70px; */
    display:flex;
    align-items:center;
    justify-content: center;
}
.code-box2 .content-left{
    /* width:400px; */
    position: relative;
    width:600px;
    height:500px;
}
.code-box2 .content-right{
    margin-left:0;
    margin-right:100px;
}


.code-box3{
    height:700px;
    display:flex;
    align-items:center;
    justify-content: center;
}
.code-box3 .content-left{
    position: relative;
    width:600px;
    height:500px;
}

@keyframes scanner{
    0%{
        top:100px;
    }
    100%{
        top:480px;
    }
}


.code-box4{
    height:700px;
    display:flex;
    align-items:center;
    justify-content: center;
    background:rgba(247,247,252,1);
}

.code-box4 .content-left{
    position: relative;
    width:600px;
    height:420px;
}
.code-box4 .content-left p{
    font-size:14px;
    text-align: center;
    line-height:30px;
    color:#8893AF
}

.code-box4 .content-right{
    margin-left:0;
    margin-right:100px;
}

.code-box5{
    padding:70px 0;
}
.code-box5-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code-box5-content>img{
    margin-top: 30px ;
    width:1000px;
}
.code-box5-content ul{
    width:1000px;
    display:flex;
    justify-content: space-around;
}
.code-box5-content ul li{
    text-align:center;
    font-size:14px;
    padding:10px;
    box-sizing: border-box;
}
.code-box5-content ul li:first-of-type{
    width:200px;
}
.code-box5-content ul li:not(:first-of-type){
    width:240px;
}
.code-box5-content ul li span{
    font-size:16px;
    font-weight:bold;
    line-height:50px;
    color:rgba(65,68,87,1);
}
.code-box5-content ul li p{
    font-weight:bold;
    line-height:25px;
    color:rgba(51,51,51,1);
}

.code-box6{
    padding:70px 0;
}

.code-box6-content{
    display:flex;
    width:1000px;
    margin:30px auto;
    height:400px;
    align-items: center;
    justify-content: space-between;
}
.code-box6-content li{
    position:relative;
    display:flex;
    flex-direction: column;
    width:300px;
    padding:20px;
    box-sizing:border-box;
    height:300px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 20px rgba(3,0,91,0.1);
    transition: all .5s ease-in-out;

}
.code-box6-content li:hover{
    transform: scale(1.1,1.1);

}
.code-box6-content li .tit{
    display:flex;
    flex-direction: column;
    flex:1;
    align-items: center;
    justify-content: space-around;
    border-bottom:1px solid rgb(227,233,241);
}
.code-box6-content li img{
    width:100px;
}
.code-box6-content li>p{
    line-height:60px;
    height:60px;
    text-align: center;
    color:rgba(119,119,119,1);
}
.code-box6-content li .top span{
    font-weight:bold;
    line-height:35px;
    color:rgba(51,51,51,1);
}
[data-aos] {
    visibility: hidden;
  }
[data-aos].animated {
    visibility: visible;
}


.home-maintitle-bottom button:nth-of-type(2){
    margin-left:30px;
    background:#fff;
    color:#409eff;
    position:relative;
}
.home-maintitle-bottom button:nth-of-type(2)::after{
    content:"微信扫码体验";
    position:absolute;
    border-radius:3px;
    right:-180px;
    top:-30px;
    width:150px;
    height:180px;
    color:#777;
    padding:150px 10px 0 10px;
    background:#fff;
    box-sizing:border-box;
    background-image:url("../images/123.jpg");
    background-size:150px 150px;
    background-repeat:no-repeat;
    transition:all .3s linear;
    opacity:0;
    display:none;
}
.home-maintitle-bottom button:nth-of-type(2):hover::after{
    opacity:1;
    display:block;
}