.guide{
    width: 100%;
    height: auto;
    background: url(../img/icon-guide-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 71px;
    /* margin-top: 90px; */
}
.guide-container{
    max-width: 990px;
    width: 70%;
    height: auto;
    margin: auto;
}
.guide-container h2{
    font-size: 35px;
    font-weight: 500;
    color: #F2DFBD;
    line-height: 47px;
    text-align: center;
    padding-top: 85px;
    box-sizing: border-box;
}
.guide-container .tip{
    font-size: 22px;
    font-weight: 400;
    color: #F2DFBD;
    line-height: 47px;
    text-align: center;
}
.guide-box{
    width: 100%;
    height: 97px;
    margin: 25px auto 40px;
}
.guide-box ul{
    display: flex;
}
.guide-box li{
    display: inline-block;
    flex: 6;
}
.guide-box-bg{
    height: 97px;
    background: url(../img/icon-guide-box.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
}
.guide-box-center{
    height: 97px;
    background: url(../img/icon-guide-centerbox.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
}
.guide-box-lastbg{
    height: 97px;
    background: url(../img/icon-guide-lastbox.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
}
.text,.lasttext{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing:2px;
    position: absolute;
    top:50%;
}
.text{
    font-weight: 300;
    color: #5C5C5C;
    left:45%;
    transform: translate(-50%,-50%);
}
.lasttext{
    font-weight: 400;
    color: #EC4B4A;
    left:50%;
    transform: translate(-50%,-50%);
}
/* 下载小麒乖乖 */
.onload-down{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.dowm-title{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 400;
    color: #525252;
    background: linear-gradient(90deg, #f8e5c2, #f1cc8c);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.down-box{
    display: flex;
    margin-top: 50px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.down-left-box,.down-right-box{
    display: inline-block;
    flex: 1;
    position: relative;
}
.down-right-box::before{
    content: '';
    width: 1px;
    height: 350px;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(65, 65, 65, .12);
}
.down-one{
    font-size: 17px;
    font-weight: 800;
    color: #C8A66A;
    line-height: 26px;
}
.down-tip{
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    line-height: 26px;
    padding-top: 10px;
    box-sizing: border-box;
}
.down-text-tip{
    width: 100%;
    /* height: 387px; */
    height: auto;
    padding: 35px 0 0 60px;
    box-sizing: border-box;
}
.down-left-code{
    width: 35%;
    /* height: 387px; */
    height: auto;
    float: left;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    line-height: 25px;
    margin-top: 20%;
}
.code-pic{
    width: 100%;
    height: auto;
}
.code-pic img,.dowm-right-pubilc img{
    width: 100%;
    vertical-align: middle;
}
.dowm-right-pubilc{
    width: 55%;
    height: auto;
    float: left;
}
/* 登录 使用 */
.xqgg-app-box{
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding-bottom: 60px;
    box-sizing: border-box;
    display: flex;
}
.xqgg-app{
    /* width:calc((100% - 20px) / 2); */
    flex: 1;
    height: auto;
    display: inline-block;
}
.ml7{
    margin-left: 7px;
}
.mr7{
    margin-right: 7px;
}
.xqgg-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: linear-gradient(90deg, #f8e5c2, #f1cc8c);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 24px;
    font-weight: 400;
    color: #525252;
    text-align: center;
}
.xqg-content{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 20px 40px 50px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #636363;
    line-height: 26px;
}
.curText{
    color: #C7A770;
}