.index-box1{
    /* background-image:url("/common/images/review/banner.png"); */
    background:linear-gradient(185deg,rgba(167,205,255,1) 0%,rgba(75,142,255,1) 100%);
    color:#fff;
    position: relative;
}

.index-box1 .cont1{
    display:flex;
    justify-content: space-around;
    align-items:center;
    height:100%;
}

.home-maintitle{
    /* position: absolute; */
    width:600px;
    height: 250px;
    top:100px;
    left:12%;
}
.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:#404040;
    font-size:16px;
    outline: none;
    margin-bottom:10px;
    background:#fff;
    cursor:pointer;
}
.home-maintitle-bottom button:first-of-type{
    background:#ffc534;
    color:#fff;
}
.home-maintitle-bottom button:hover{
    color:#333;
    background:#fff;
}


.index-box1 .cont1>img{
    width:690px;
}


.index-title1 span{
    font-size:35px;
}
.index-title1 p{
    font-size:16px;
}






.review-box1{
    padding:50px 0;
    width:1200px;
    margin:0 auto;
}
.review-box1 ul{
    display:flex;
    margin-top:50px;
}
.review-box1 ul li{
    flex:1;
    margin-right:20px;
    display:flex;
    flex-direction: column;
    
}

.review-box1 ul li:not(:last-of-type) div::after{
    content:"";
    width:20px;
    height:20px;
    display:inline-block;
    background:url("../image/下一个@2x.png");
    background-size:100% 100%;
    position: absolute;
    right:-20px;
    top:20px;
}

.review-box1 ul li img{
    width:100%;
}
.review-box1 ul li div{
    margin-top:10px;
    text-align:center;
    padding:20px;
    position: relative;
}
.review-box1 ul li div strong{
    font-size:14px;
    color:#333333;
    line-height:20px;
    text-align:left;
    display:inline-block;
}
.review-box1 ul li div p{
    font-size:13px;
    color:#777777;
    line-height:18px;
}





.review-box2{
    padding:100px 0;
    /* width:1200px; */
    /* margin:0 auto; */
    background:#F7F7FC
}
.review-box2-content{
    width:1200px;
    margin:0 auto;
    margin-top:50px;
}
.review-box2-tab{
    display:flex;
    /* justify-content: center; */
    width:600px;
    margin:0 auto;

    border-bottom:1px solid #dddddd;
}
.review-box2-tab li{
    flex:1;
    text-align: center;
    padding-bottom:10px;
    font-size:18px;
    font-weight:bold;
    border-bottom:3px solid transparent;
    cursor:pointer;
}

.review-box2-content .preview{
    width:700px;
    background-image:url("../image/奖励背景@2x.png");
    background-size: 100% 100%;
    height:450px;
    position:relative;
    margin:0 auto;
    margin-top:50px;
    overflow:hidden;
}

.review-box2-content .preview .bar{
    width:100%;
    position:absolute;
    bottom:0;
    height:100px;
    /* background:linear-gradient(to bottom,rgba(251,253,254,.3),rgba(251,253,254,.1)); */
    background:url("../image/渐变遮罩@2x.png");
    background-size:100% 100%;
    z-index:88;
}

.box2-active{
    color:#78A9FF;
    border-bottom-color:#78A9FF !important;
}
.review-box2-content .preview img{
    width:300px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:100px;
    animation:rewardMove .7s ease-in;
    display:none;
}
.active-reward{
    display:block !important;
}

@keyframes rewardMove{
    0%{
        top:500px;
    }
    100%{
        top:100px;
    }
}

@keyframes rtl{
    0%{
        right:-200px
    }
    100%{
        right:0;
    }
}
@keyframes ltr{
    0%{
        left:-200px
    }
    100%{
        left:0;
    }
}




.task-box3{
    /* height:550px; */
    /* background:#f7f7fc; */
    padding-top:70px;
    box-sizing:border-box;
}

.taskbox3-content{
    display:flex;
    width:1200px;
    margin:50px auto;
    flex-wrap: wrap;
    justify-content: center;
}
.taskbox3-content li{
    width:400px;
    height:240px;
    box-sizing: border-box;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.taskbox3-content li img{
    width:80px;

    margin-bottom:20px;
}
.taskbox3-content li p{
    /* font-weight:bolder; */
    font-size:20px;
    margin:10px;
}
.taskbox3-content li span{
    color:#777;
    font-size:16px;
}


.task-box4{
    /* height:550px; */
    width:100%;
    padding:70px 0 50px 0;
}
.taskbox4-content{
    margin-top:50px;
    /* width:80%; */
    height:780px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.taskbox4-content .content-left,.taskbox4-content .content-right{
    width:280px;
    height:540px;
    background:#f7f7fc;
    display:flex;
    flex-direction: column;
}
.task-box4 .content-center{
    width:405px;
    height:780px;

    margin:0 95px;
}
.award-type{
    flex:1;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.award-type p{
    font-size:24px;

    margin-bottom:10px;
    color:#3b4b5b
}
.award-type p img{
    width:30px;
    height:30px;
    vertical-align: sub;
    margin-right:10px;
}
.award-type span{
    line-height:24px;

    color:#687d9f;
    font-size:16px;
}
.award-type-checked{
    background:#78A9FF
}
.award-type-checked *{
    color:#fff !important;
}




.flex1{
    flex:1;
}


.review-box3{
    background:#F7F7FC;
}
.review-box3-content{
    width:1200px;
    height:500px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:50px auto;
}

.review-box3-content .content-left{
    width:451px;
    height:400px;
    margin-right:100px;
    position:relative;
}

.review-box3-content .content-right{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
}

.review-box3-content .content-right p{
    font-weight:bolder;
    font-size:28px;
    text-indent:20px;
    margin-bottom:50px;
}
.review-box3-content .content-right ul li{
    margin-bottom:15px;
}
.review-box3-content .content-right ul li::before{
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    border-radius: 50%;
    background:#78A9FF;
    margin-right:10px;
}



.review-box4{
    /* background:#F7F7FC; */
}
.review-box4-content{
    width:1200px;
    height:500px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:50px auto;
}

.review-box4-content .content-left{
    width:700px;
    height:400px;

    position:relative;
}

.review-box4-content .content-right{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right:100px;
}

.review-box4-content .content-right p{
    font-weight:bolder;
    font-size:28px;
    text-indent:20px;
    margin-bottom:50px;
}
.review-box4-content .content-right ul li{
    margin-bottom:15px;
}
.review-box4-content .content-right ul li::before{
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    border-radius: 50%;
    background:#78A9FF;
    margin-right:10px;
}









.red{
    color:#FF7B7B;
}



.review-box5{
    background:#F7F7F7;
    padding:50px 0;
    height:900px;
}

.review-box5-content{
    width:1200px;
    margin:0 auto;
}
.review-box5-content .tab{
    display:flex;
    width:1000px;
    margin:0 auto;
    justify-content: space-between;
    margin-top:50px;
    border-bottom:1px solid #dddddd;
    padding-bottom:10px;
}
.review-box5-content .tab li{
    /* flex:1; */
    text-align:center;
    
    font-size:18px;
    font-weight:bold;
    color:#777777;
    cursor:pointer;
}
.review-box5-content .tab li span{
    padding:10px 30px;
    border-bottom:3px solid transparent;
}

.review-box5-content .sight li{
    display:flex;
    flex-direction: column;
    display:none;
}

.review-box5-content .sight li>p{
    margin:30px auto;
    color:#777777;
    font-size:16px;
}
.review-box5-content .sight li>span{
    width:100%;
    box-sizing:border-box;
    padding:50px;
    
}

.review-box5-content .sight li .steps{
    display:flex;
    justify-content: space-between;
    position:relative;
}

.review-box5-content .sight li .steps>div{
    display:flex;
    /* flex:1; */
    position: absolute;
    width:250px;
    flex-direction: column;
    justify-content: space-between;
}


.review-box5-content .sight li .steps>div:first-of-type{
    left:0;
    animation: fade1 .5s ease-in-out .2s;
}


.review-box5-content .sight li .steps>div:nth-of-type(2){
    left:300px;
    animation: fade2 .5s ease-in-out .4s;
}

.review-box5-content .sight li .steps>div:nth-of-type(3){
    left:600px;
    animation: fade3 .5s ease-in-out .6s;
}

.review-box5-content .sight li .steps>div:nth-of-type(4){
    left:900px;
    animation: fade4 .5s ease-in-out .8s;
}


.review-box5-content .sight li .steps>div img{
    /* flex:1; */
    width:100%;
    margin-right:20px;
    border:1px solid #f1f2f6;
}
.review-box5-content .sight li .steps>div p{
    padding:20px 60px 0 60px;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    font-size:14px;
    color:#777777;
    height:120px;
}

.review-box5-content .sight .sight-active{
    display:flex;
}

@keyframes fade1{
    0%{
        opacity: 0;
        left:-200px;
        transform: rotateY(90deg);
    }
    100%{
        opacity:1;
        left:0;
        transform: rotateY(0deg);

    }
}

@keyframes fade2{
    0%{
        opacity: 0;
        left:-200px;

    }
    100%{
        opacity:1;
        left:300px;

    }
}

@keyframes fade3{
    0%{
        opacity: 0;
        left:-200px;

    }
    100%{
        opacity:1;
        left:600px;

    }
}

@keyframes fade4{
    0%{
        opacity: 0;
        left:-200px;

    }
    100%{
        opacity:1;
        left:900px;

    }
}











.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("../image/review_code.png");
    background-size:140px 140px;
    background-position:center 5px;
    background-repeat:no-repeat;
    transition:all .3s linear;
    opacity:0
}
.home-maintitle-bottom button:nth-of-type(2):hover::after{
    opacity:1;
}

.sight-tab-active{
    color:#78A9FF !important;
}
.sight-tab-active>span{
    border-bottom-color:#78A9FF !important;
}
