:root{
    --绿:#b8e329;
    --黄:#f0d72f;
    --橙:#ff7a2f;
    --文字:#f4f5ef;
    --灰字:#9ba39e;
    --输入底色:#151917;
    --输入边色:#505752;
    --输入高度:54px;
    --按钮高度:58px;
    --卡片宽度:min(430px,92vw);
    --卡片内边距:34px 38px;
    --卡片圆角:16px;
} /*[作用：设置电脑端注册页面颜色和尺寸]*/
*{box-sizing:border-box;} /*[作用：让电脑端元素宽度包含边框和内边距]*/
html{min-height:100%;background:#050706;} /*[作用：设置电脑网页最底层黑色背景]*/
body{margin:0;min-height:100dvh;padding:24px;display:grid;place-items:center;overflow:auto;color:var(--文字);font-family:"Microsoft YaHei","微软雅黑",sans-serif;background:#000 url("./0手机电脑背景板/0背景板.png") left center/cover no-repeat;} /*[作用：电脑端读取背景图并居中显示注册卡片]*/
.注册卡片{width:var(--卡片宽度);padding:var(--卡片内边距);background:rgba(8,11,9,.94);border:1px solid #454c47;border-radius:var(--卡片圆角);box-shadow:0 20px 60px rgba(0,0,0,.65);} /*[作用：设置电脑端注册卡片]*/
.注册卡片 h1{margin:0 0 24px;text-align:center;font-size:24px;} /*[作用：设置电脑端注册标题]*/
.注册卡片 label{display:block;margin:0 0 7px;} /*[作用：设置电脑端输入项目名称]*/
.移动端品牌,.移动端说明{display:none;} /*[作用：电脑端隐藏手机专用品牌和说明]*/
