
.app_main{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../images/home-bj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}
.app_home_content{
    width: 10.8rem;
    margin: auto;
    margin-top: 1.5rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.title{
    color: #ba453e;
    font-size: 0.72rem;
    -webkit-text-stroke: 0.03rem #f3c967;
    font-family: "Segoe-UI-Bold-Italic";
    line-height: 0.72rem;
}
.desc{
    color: #43322e;
    font-size: 0.48rem;
    font-family: "Segoe-UI-Bold-Italic";
    line-height: 0.48rem;
    text-align: right;
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
}
.app_nav{
    background-image: url('../images/362.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 7.93rem;
    height: 3.53rem;
    margin: auto;
    margin-left: 0.6rem;
    position: relative;
    padding-left: 1.32rem;
    box-sizing: border-box;
    padding-top: 0.6rem;
}
.stone-statue{
    width: 3.11rem;
    height: 4.19rem;
    position: absolute;
    right: -1.26rem;
    top: -0.52rem;
}
.stone-statue img{
    width: 100%;
    display: block;
    font-size: 0;
}
.app_nav-l ul li{
    position: relative;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    padding-left: 0.48rem;
    position: relative;
}
.app_nav-l ul li span{
    background-image: url('../images/bjax.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    left: 0;
    top: 50%;
    color: #eed9bd;
    transform: translateY(-50%);
    font-size: 0.24rem;
    font-family: "Segoe-UI-Bold-Italic";
    display: flex;
    align-items: center;
    justify-content: center;
}
.app_nav-l ul li a{
    color: #43322e;
    font-size: 0.24rem;
    font-family: "Segoe-UI-Semibold-Italic";
    line-height: 0.3rem;
    transition: all 0.2s;
    display: block;
}
.app_nav-l ul li a:hover{
    transform: translateX(10px);
}
.app_nav-l ul li .tip{
    position: absolute;
    right:0.9rem;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0.32rem;
    z-index: 9;
}
.app_nav-l ul li .tip .line{
    background: #ba453e;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.app_nav-l ul li .tip .line::before{
    content: '';
    background: #ba453e;
    width: 0.22rem;
    height: 0.02rem;
    position: absolute;
    top: 50%;
    left: 0.1rem;
    transform: translateY(-50%);
}
.app_nav-l ul li .tip .content{
    width: 2.8rem;
    background: #ba453e;
    border-radius: 0.1rem;
    padding: 0.1rem;
}
.app_nav-l ul li .tip .content p{
    color: #ebd5be;
    font-size: 0.16rem;
    font-family: "Segoe-UI-Semibold-Italic";
    ;line-height: 0.2rem;
}
.app_nav-l ul li .tip .checkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.15rem;
}
.app_nav-l ul li .tip .checkbox .l{
    display: flex;
    align-items: center;
    color: #ebd5be;
    font-size: 0.12rem;
}
.app_nav-l ul li .tip .checkbox .l img{
    margin-right: 0.04rem;
    width: 0.12rem;
    height: 0.12rem;
    cursor: pointer;
}
.app_nav-l ul li .tip .checkbox .r{
    width: 0.6rem;
    height: 0.22rem;
    background: #fdcd56;
    border-radius: 0.11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #43322e;
    font-size: 0.14rem;
    font-family: "Segoe-UI-Bold";
    cursor: pointer;
}
.btn{
    background-image: url('../images/btnbj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 3.8rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
}
.btn span{
    font-size: 0.28rem;
    color: #fff7d4;
    font-family: "Segoe-UI-Bold";
    margin-right: 0.2rem;
}
.btn img{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    font-size: 0;
}
