@charset "utf-8";
body{background-color:#AE0817;}
body::-webkit-scrollbar {width:1px;}
body::-webkit-scrollbar-thumb{background:#FFFCDD;}
body::-webkit-scrollbar-track{background:#AE0817;}
a{color:#333;}
a:hover{color:#AE0817;}
input[type=radio] {display: inline-block;vertical-align: middle;width: 1.8rem;height: 1.8rem;}
input[type=checkbox] {display: inline-block;vertical-align: middle;width: 1.8rem;height: 1.8rem;}


.banner{ display:block;width:100%; height:15rem;margin:0 auto; }
.banner img {display:block;width:100%;margin:0 auto; }
.notice{display:flex;flex-wrap:wrap;width:37.5rem;margin:1rem 0.2rem;}
.notice .title{display:block;width:100%;color: #FFFCDD ; font-size: 1.5rem; text-align: center;}
.content{display:flex;flex-wrap:wrap;width:37.5rem;margin:0.2rem auto; }
.content .block{ display:block; width:8.375rem; height:9rem; margin:0.5rem; background-color:#FFFCDD; font-size:1.8rem; text-align:center;border-radius:0.5rem;justify-content: space-between;}
.content .block img{ display:block; margin:1rem auto 0 auto; height:5rem; }
.content .block span{ display:block;height:3rem; line-height:3rem; font-size:1.5rem;}

.copyright{width:100%;margin:0 auto;font-size:1.5rem; text-align:center; line-height:2rem;display:flex;flex-wrap:wrap;justify-content:center;}
.copyright a{display:block;color:#5e1616; padding:0 0.5rem;}
/*PC端执行下面样式*/
@media screen and (min-width:769px){
body{background-color:#300;}
body::-webkit-scrollbar {width:8px;}
body::-webkit-scrollbar-thumb{background:#FFFCDD;}
body::-webkit-scrollbar-track{background:#300;}

.banner{display:block;width:750px; height:180px; margin:0 auto; border-radius:0 0 5px 5px;}
.notice{display:block;width:750px; height:50px; margin:0 auto; border-radius:0 0 5px 5px;}
.notice .title{display:block;width:100%; line-height:50px;color: #FFFCDD ; font-size: 18px; text-align: center;}
.content{display:flex;flex-wrap:wrap;width:750px; margin:5px auto;}
.content .block{ display:block; width:140px; height:140px; margin:5px; background-color:#FFFCDD; font-size:18px; text-align:center;border-radius:5px;}
.content .block img{ display:block; margin:15px auto 5px auto; height:80px; }
.content .block span{ display:block;height:30px; line-height:30px;font-size:18px;}

.copyright{width:750px;margin:0 auto;font-size:16px;line-height:40px;display:flex;flex-direction:row;justify-content:center;}
.copyright a{display:block;color:#522c2c; padding:0 10px;}
.copyright a:hover{color:#fffcdd;}
}