@charset "utf-8";
/* CSS Pc */
html{background-image: url("../img/body/bg.png"); background-repeat: repeat;}
/* 系统报错页 */
.error-false{background-image: url("../img/tips/false.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.error-true{background-image: url("../img/tips/true.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.error-so{background-image: url("../img/tips/so.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.error-box{background-image: url("../img/tips/box.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.error-boxs{background-image: url("../img/tips/boxs.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-class{background-image: url("../img/tips/class.png"); background-repeat: no-repeat; background-position: center center; background-size: 300px;}

/* 主页LED大屏 */
.notice{background-repeat: repeat;background-image: url("../img/tips/notice_bg.png");}
.notice-led{width: 100%;height: 50px;overflow: hidden;position: relative;}
.notice-text{position: absolute;top: 0;left: 0;white-space: nowrap;opacity: 0;animation: scroll 30s linear infinite;animation-play-state: paused;}
.notice-text.scroll{opacity: 1;animation-play-state: running;}@keyframes scroll{0%{transform: translateX(0);}100%{transform: translateX(-100%);}}

.footer{background-repeat: no-repeat; background-position: right bottom; background-image: url("../img/footer/bg.png"); background-size: 628px auto; background-color: #1395a7;}

#content img {max-width: 100%;}