*{
    margin:0;
    padding:0;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url("background.jpg")/*tpa=http://scsq.xwxx9.top/static/img/background.jpg*/; /* 替换为你的背景图片路径 */
    background-size: cover; /* 背景图片覆盖整个屏幕 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-attachment: fixed; /* 背景图片固定，滚动时不移动 */
}


@font-face {
    font-family: 'FZHTHJW';
    src: url("FZHTHJW.ttf")/*tpa=http://scsq.xwxx9.top/static/font/FZHTHJW.ttf*/;
}


@font-face {
    font-family:'ZHSN';
    src: url("ZHSN.ttf")/*tpa=http://scsq.xwxx9.top/static/font/ZHSN.ttf*/;
}

.content{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}   

.header{
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    font-family: "FZHTHJW";
}

.ll-title{
    color: #FFFFFF;
    font-size: 84px;
    font-family: "ZHSN";
    letter-spacing: 5px;
}

.ll-sub-title{
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 5px;
}

.ll-desc{
    font-size: 28px;
    margin-left:10px;
    font-weight: bold;
    font-style:italic;
    letter-spacing: 5px;
}

.header-labels{
    margin-top:80px;
    display: flex;
    align-items: center;
    gap:20px;
}

.header-labels .label{
    display:flex;
    align-items: center;
    border:1px solid #FFFFFF;
    border-radius: 12px;
    font-size: 28px;
    font-family: "FZHTHJW";
    color: #FFFFFF;
    padding:10px 6px;
    font-weight: bold;
    letter-spacing: 5px;
}

.desc{
    margin-top: 100px;
    color: #FFFFFF;
    font-family: "FZHTHJW";
    font-weight: bold;
    font-size:28px;
    letter-spacing: 5px;
}

.foot-labels{
    margin-top:70px;
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-labels .label{
    width:270px;
    color: #FFFFFF;
    font-family: "FZHTHJW";
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    text-align: center;
    padding:5px 0px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-bottom:50px;
    letter-spacing:1px;
}

.footer{
	margin-top: 50px;
    background-color: #FFFFFF;
    border-radius: 30px;
    color: #2D427B;
    font-weight: bold;
    font-family: "FZHTHJW";
    font-size:30px;
    padding:10px 15px;
    letter-spacing: 2px;
}

.footer .plate{
    color: #FB815C;
    font-size:36px;
    font-style: italic;
}

.login-box{
    position: absolute;
    top:180px;
    right:200px;
}

.login{
    display: flex;
    flex-flow: column nowrap;
    gap:40px;
}

.login .btn{
    color: #FFFFFF;
    font-family: "FZHTHJW";
    font-weight: bold;
    font-style: italic;
    width:200px;
    height:66px;
    
    border:none;
    font-size:30px;
    cursor: pointer;
}
.register-btn{
    background: transparent;
    background-image:  url("btn-bg.png")/*tpa=http://scsq.xwxx9.top/static/img/btn-bg.png*/;
    background-size:100%;
}
.login-btn{
    background: transparent;
     background-image: url("btn-bg1.png")/*tpa=http://scsq.xwxx9.top/static/img/btn-bg1.png*/;
       background-size:100%;
}

.login .btn::after{
    border:none;
}

.qrcode-box{
    margin-top: 50px;
    display: flex;
    flex-flow:column nowrap;
    align-items: center;
    color: #ffffff;
    font-family: "FZHTHJW";
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.qrcode-box .qrcode{
    width:150px;
    height: 150px;
}

.qrcode-box .p-1{
    margin-top: 20px;
}

.qrcode-box .p-2{
    margin-top: 5px;
}

.text-yellow{
    color: #f5ee5c !important;
}