/* PC样式 */
body {
    margin: 0px;
    padding: 0px;
    /* 设置背景图片 */
    background-image: url('/Public/images/Background-mobile.png');
    /* 让背景图片覆盖整个页面 */
    background-size: 20%;
    /* 让背景图片固定，不随页面滚动 */
    background-attachment: fixed;
    /* 让背景图片居中显示 */
    background-position: center; 
}
#page_index_new .common-layout .el-header{
    height: auto;
}
#page_index_new .common-layout section{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#page_index_new .common-layout section header{
    width: 80%;
}
#page_index_new .common-layout section main{
    width: 55%;
} 
#page_index_new .text-guide{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #101828;
}
/* 手机样式 */
@media screen and (max-width: 768px) {
    body{
        /* 设置背景图片 */
        background-image: url('/Public/images/Background-mobile.png');
        /* 让背景图片覆盖整个页面 */
        background-size: 70%;
    }
    #page_index_new .dhzx::after{
        content: "兑换中心";
    }
    #page_index_new .common-layout .el-header {
        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    }
    #page_index_new .common-layout .el-header .el-row div:nth-child(1) img{
        width: 90px;
        height: 45px;
    }
    #page_index_new .common-layout .el-header .el-row div:nth-child(2){
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }
    #page_index_new .common-layout section main{
        width: 100%;
    }
    #page_index_new .text-guide{
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        color: #101828;
    }
}
/* 公共样式 */
#page_index_new .common-layout .el-main{
    margin-top: 60px;
}
#page_index_new div[class='el-card__body']{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    height: 180px;
}
#page_index_new .space-v{
    margin-top: 15px;
}

#page_index_new .next-btn{
    width: 100%;
}
#page_index_new ul {
    list-style-type: decimal;
}
  
#page_index_new .notice-info :first-child{
    align-self: flex-start
}
#page_index_new .float-icon{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}
#page_index_new .float-icon .el-card__body{
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 120px;
    padding: 13px;
}
#page_index_new .fgline{
    border-bottom: 1px solid #EAECEF;
    margin: 15px 0;
    width: 30px;
    opacity: 0.5;
}
#page_index_new .el-card__body .text{
    font-size: 11px;
}

#page_index_new #notice-info .el-card__body{
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    justify-content: center;
    height: auto !important;
}

#page_index_new #form-info .el-card__body > * {
    width: 80%;
}

[v-cloak] {
    display: none;
}
.el-card{
    border-radius: 15px;
}
/* .hongbao:hover + img#gongzhonghao {
    display: block !important;
}

.kefu:hover + img#lianxiwomen {
    display: block !important;
} */
