@charset "UTF-8";
/*主题颜色*/
.theme-font-color { color: #ff5000; }

.theme-border-color { border-color: #ff5000; }

.theme-border-color::after { border-color: #ff5000; }

.theme-background-color { background-color: #ff5000; }

.u-container { width: 1100px; margin-left: auto; margin-right: auto; }

@media (max-width: 760px) { .u-container { width: 100%; } }

.u-container:after { content: " "; display: table; }

.u-container:after { clear: both; }

[i="header"] { background-color: #eb604b; }

[i="footer"] { background-color: #cbc027; }

[i="banner"] { /*  background-color: #20d52c; */ }

[i="banner"] .swiper-container { width: 70%; /*  height: 500px; */ }
