body{
    /* background: #000 url(../images/index.png) no-repeat left top/100%; 正式路径*/ 
    background: #000 url(../images/index.png) no-repeat left top/100%;

}
h1{
    width: 25.7rem;
    height: 4.4rem;
    margin: 42.9rem auto 0;
    background: url(../images/mainLogo.png) no-repeat center center/100% ;
}
p{
    color: #FCE146;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "PingFang SC";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.1rem; /* 227.778% */
    letter-spacing: 0.1rem;
    margin-top: 43.9rem;
}
p .fo{
    color: #FCE146;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.1rem;
    letter-spacing: 0.1rem;;
}
p .ding{
    background: linear-gradient(90deg, #FFF 44.93%, #FFED86 99.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "PingFang SC";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.1rem;
    letter-spacing: 0.1rem;
}
.beginDing{
    width: 29rem;
    height: 5.4rem;
    border-radius: 44.4rem;
    background: #FFED86;
    margin: 2.5rem auto 2.5rem;
    display: flex;
    align-items: center;
    border: 0.1rem solid rgba(252, 225, 70, 0.50);
    background: linear-gradient(135deg, #fadc33be 0%, rgba(252, 225, 70, 0) 30%),  linear-gradient(315deg, #FCE1468c 0%, rgba(252, 225, 70, 0) 30%);
}
.beginDing span{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "PingFang SC";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem; /* 137.5% */
    padding-right: 5rem;
    background: url(../images/begin.png) no-repeat right center/1.6rem 1.6rem;
    padding-left: 9rem;
}
.look,.lookzc{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "PingFang SC";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 183.333% */
    opacity: 0.8;
}
.look span,.lookzc span{
    display: inline-block;
    margin: 0 auto;
    /* width: 11rem; */
    line-height: 3rem; /* 183.333% */
    /* text-decoration-line: underline; */
    padding-left: 1.6rem;
    background: url(../images/icon/search.png) no-repeat left center/1.2rem 1.2rem;
}
.lookzc span{
    text-decoration-line: none;
    background: url(../images/icon/know.png) no-repeat left center/1.2rem 1.2rem;
}
.state{
    width: 100vw;
    height: 3.8rem;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.2rem;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(86, 86, 86, 0.3);
}
.on{
    display: none;
}
.btnZc{
    display: flex;
    width: 20rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}