*{
    margin: 0;
    padding: 0;
}
.BaseBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fieldMain{
    background-color: #fafafa;
}
.fieldbg{
    margin-top: 6vh;
    background-image: url(../image/field/fieldbg.png);
    width: 100%;
    height: 22.6vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1px;
}
.fieldtitle{
    width: 73vw;
    height: 10vh;
    margin: 6vh auto;
    background-image: url('../image/field/fieldtitle.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.fieldlistbox{
    width: 90vw;
    margin: 0 auto;
}
.fieldlist{
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 30px rgba(0,0,0,0.1);
    margin-bottom: 5vh;
    margin-top: 5vw;

}
.fieldlistimg{
    width: 100%;
    height: 28vh;
    margin:0 auto 3vh auto;
    background-image: url('../image/field/fieldimg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.fielda{
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    color: black;
    text-decoration: none;
}
.fieldtitles{
    flex-direction: column;
    width: 80vw;
    margin: 0 auto;
}
.fields{
    justify-content: space-between;
    align-items: center;
}
.name{
    font-weight: bold;
    font-size: 5vw;
}
.jiantou{
    display: block;
    width: 6vw;
    height: 3.6vh;
    background-image: url(../image/field/fieldjt.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.fieldtext{
    font-size: 3vw;
    width: 80vw;
    margin: 2vh auto auto auto;
    text-align: justify;
    line-height: 24px;
    color: #3e425a;
}
.fieldfun{
    background-color: white;
    width: 80vw;
    margin: 4vh auto;
    justify-content: space-between;
    height: 8vh;
    box-shadow: 1px 1px 40px rgba(0,0,0,0.1);
    align-items: center;
}
.field720{
     width: 50%;
     height: 8vh;
     background-image: url(../image/field/fieldqj.png);
     background-size: 50%;
     background-repeat: no-repeat;
     justify-content: center;
     align-items: center;
     background-position: center;
}
.xian{
    width: 1px;
    height: 3vh;
    background-color: #eeeeee;
}
.fieldyy{
    width: 50%;
    height: 8vh;
    background-image: url(../image/field/fieldyy.png);
    background-size: 50%;
    background-repeat: no-repeat;
    justify-content: center;
     align-items: center;
     background-position: center;
    }
.bxian{
    width: 100%;
    height: 1vh;
    background-image: url(../image/field/fieldxian.png);
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.markssd{
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
    top:0;
}
.swiperbox{
  width: 90%;
    height: 28vh;
    position: fixed;
    top: 36vh;
    left: 5%;
    display: none;
}
.swiperbg{
     background-image: url(../image/field/fieldxian.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.audiobox {
    display: none;
    position: fixed;
    top: 82vh;
    right: 0;
    /* width: 51px; */
    /* height: 24px; */
    background-color: white;
    border-radius: 30px 0 0 30px;
    box-shadow: 1px 1px 40px rgb(162 171 206 / 10%);
}
.audiob{
    height: 42px;
    align-items: center;
    justify-content: flex-start;
}
.stopt{
    margin-left: 6px;
    padding-right: 14px;
}
.stoptt{
    color: #3f3f43;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1px;
}
.stopttt{
    color: #3f3f43;
    font-size: 14px;
}


.stopaudio {
   background-image: url(../image/field/p.png);
   width: 25px;
   height: 30px;
   margin-left: 10px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
-webkit-animation: rotate 3s linear infinite;
-moz-animation: rotate 3s linear infinite;
-o-animation: rotate 3s linear infinite;
animation: rotate 3s linear infinite;

}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }

}
.swiper-container{
    --swiper-theme-color: #ffffff;/* 设置Swiper风格 */
    --swiper-navigation-color: #f8fcf9;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 10px;/* 设置按钮大小 */
  }