html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: auto;
    min-height: 100%;
    /* position: relative; */
}


/* 头部图片 */
header {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
}

.oneImg {
    width: 100%;
}

.oneImg>img {
    width: 100%;
}

.btn-item:nth-child(1) .btn-item-box{
    background: url("/assets/win8_28/image/item1-bg.webp") no-repeat 0 0 /100% 100%;
    height: 155px;
    
}
.btn-item:nth-child(2) .btn-item-box{
    background: url("/assets/win8_28/image/item3-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(3) .btn-item-box{
    background: url("/assets/win8_28/image/item5-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(4) .btn-item-box{
    background: url("/assets/win8_28/image/item4-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(5) .btn-item-box{
    background: url("/assets/win8_28/image/item7-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(6) .btn-item-box{
    background: url("/assets/win8_28/image/item8-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(7) .btn-item-box{
    background: url("/assets/win8_28/image/item2-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(8) .btn-item-box{
    background: url("/assets/win8_28/image/item3-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(9) .btn-item-box{
    background: url("/assets/win8_28/image/item5-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(10) .btn-item-box{
    background: url("/assets/win8_28/image/item6-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(11) .btn-item-box{
    background: url("/assets/win8_28/image/item7-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(12) .btn-item-box{
    background: url("/assets/win8_28/image/item8-bg.webp") no-repeat 0 0 /100% 100%;
}
.btn-item:nth-child(13) .btn-item-box{
    background: url("/assets/win8_28/image/item2-bg.webp") no-repeat 0 0 /100% 100%;
}


/* 中间按钮部分 */
main {
    width: 100%;
    height: auto;
    margin-top: -4px;
}


/* 按钮部分 */

.jump-btn {
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.jump-btn>div {
    margin-top: 0.7rem;
}

.jump-box {
    width: 100%;
    height: auto;
}

.btn-item {
    width: 33%;
    float: left;
    display: flex;
}

.btn-item>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}


.btn-item-box {
    width: 100%;
    height: 73px;
    /* border-radius: 20px; */
    position: relative;
    box-sizing: border-box;
}

.btn-item:nth-child(1){
    width: 33%;
}
.btn-item:nth-child(2){
    width: 33%;
}
.btn-item:nth-child(3){
    width: 33%;
}
.btn-item:nth-child(4){
    width: 66%;
}




.btn-item-box>i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2.5rem;
}

.btn-item-box>p {
    font-size: 1.6rem;
    position: absolute;
    top: 13px;
    left: 11px;
    text-align: center;
    /* margin-top: 20px; */
    font-family: 仿宋;
    font-weight: 900;
}

/* 新闻部分css */
.news {
    width: 100%;
    /* height: 150px; */
    padding-top: 20px;
    margin-top: -2px;
}

.news>ul>li {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: -3px;
}

.news>ul>li:nth-child(2),
.news>ul>li:nth-child(3) {
    border-top: none;
}

.news-item>a {
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
}

.news-item>a::after {
    content: '\e60c';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}



/* 底部图片部分 */

footer {
    width: 100%;
    /* margin-top: 10px; */
    padding: 7px 0;
}

.foot {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer>div {
    width: 100%;
}

.footer {
    padding: 2px;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 15px;
}

.footer>span {
    font-weight: 700;
}

.footer>a>span {
    font-weight: 700;
}

.footer>a>img {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}
