﻿.index-box1{
    background:url("../images/banner%c3%a8%c2%83%c2%8c%c3%a6%c2%99%c2%af%402x.html") 100% 100%;
    position: relative;
}
.index-box1 .cont1{
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.home-maintitle{
    /* position: absolute; */
    width:600px;
    height: 250px;
    margin-left:60px;
    /* 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 .img{
    font-size:70px;
    margin-bottom:50px;
}
.home-maintitle-top p span{
    color:#FFCE70;
}
.home-maintitle-top p{
    font-size:20px;
    margin:20px 0;
}
.home-maintitle-bottom button{
    height:40px;
    width:100px;
    border-radius:40px;
    border:none;
    color:#fff;
    font-size:16px;
    outline: none;
    margin-bottom:10px;
    background:#FFC543;
    cursor:pointer;
}

.index-title1 span{
    font-size:35px;
}
.index-title1 p{
    font-size:16px;
}



.reply-box1{
    width:100%;
    height:650px;
    padding:50px 0;
    /* box-sizing: border-box; */
}
.replybox1-content{
    padding-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:1200px;
    margin:0 auto;
}
.replybox1-content li{
    width:330px;
    height:280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.replybox1-content li img{
    width:135px;
    height:135px;
    margin-bottom:20px;
}
.replybox1-content li p{
    font-size:20px;
}
.replybox1-content li span{
    font-size:16px;
    color:#777;
}


.reply-box2{
    height:550px;
    background:#F7F7FC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reply-box3{
    height:550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-text{
    width:370px;
    display: flex;
    margin: 0 100px;
    flex-direction: column;
}
.content-text p{
    /* font-weight:bold; */
    font-size:30px;
    color:#2d3c56;
    margin:30px 0;
}
.content-text span{
    font-size:16px;
    color: #687d9f;
    margin:30px 0;
}
.content-text strong{
    font-size:18px;
    color:#2d3c56;
    margin:10px 0;
    font-weight: normal;
}
.content-text strong::before{
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#2d3c56;
    margin-right:5px;
}


.task-box6{
    width:100%;
    height:550px;
    padding-top:50px;
}
.taskbox6-content{
    display:flex;
    justify-content: center;
    margin-top:50px;
}
.taskbox6-content li{
    width:250px;
    height:300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow:0px 0px 20px rgba(3,0,91,0.1);
    border-radius: 10px;
    margin-right:20px;
}
.taskbox6-content li img{
    width:85px;
    margin-bottom:50px;
}
.taskbox6-content li p{
    font-size:20px;
    line-height:40px;
}
.taskbox6-content li span{
    color:#777;
}
.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/reply_code.html");
    background-size:150px 150px;
    background-repeat:no-repeat;
    transition:all .3s linear;
    opacity:0
}
.home-maintitle-bottom button:nth-of-type(2):hover::after{
    opacity:1;
}