body{
    background-color: #f3f3f3;
}
main .sec-1{
    width: 100%;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/bg_2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
main .sec-1>img{
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main .sec-1 dl{
    display: flex;
    align-items: center;
    width: 80%;
    padding-top: .8rem;
    z-index: 9999;
}
main .sec-1 dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
}
main .sec-1 dl dt img{
    width: .4rem;
    margin-right: .1rem;
}
main .sec-1 dl dd{
    font-size: .12rem;
}
main .sec-1 dl dd p:first-child{
    margin-bottom: .05rem;
}
main .sec-1 dl dd span{
    font-size: .18rem;
    font-weight: bold;
}
main .sec-1 ul{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    border-bottom: 1px solid #2737AB;
    justify-content: center;
    font-size: .12rem;
    width: 100%;
}
main .sec-1 ul li{
    line-height: .32rem;
    width: 1.1rem;
    text-align: center;
}
main .sec-1 ul li.active a{
    background: #2737AB;
    width: 100%;
    display: inline-block;
    color: #ffffff;
}
main .sec-2{
    margin: .1rem 0;
}
main .sec-2 .mySwiper2{
    width: 100%;
    height: 2rem;
    background: #E5E5E5;
}
main .sec-2 .mySwiper2 .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .sec-2 .mySwiper2 .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
main .sec-2 .mySwiper{
    width: 100%;
    height: .8rem;
    /*background: #E5E5E5;*/
    padding: .1rem 0;
}
main .sec-2 .mySwiper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
    background: #E5E5E5;
}
main .sec-2 .mySwiper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color: #2737AB;
    font-size: .15rem;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    color: #2737AB;
    font-size: .15rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: .25rem;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: .25rem;
}
/* main .sec-2 dl dt{
    width: 100%;
    height: 2rem;
    background: #E5E5E5;
}
main .sec-2 dl dd{
    display: flex;
    justify-content: center;
}
main .sec-2 dl dd a{
    display: block;
    width: 1.2rem;
    height: .7rem;
    background: #E5E5E5;
    margin: .05rem .1rem;
} */
main .sec-3{
    padding: 0 .15rem;
    box-sizing: border-box;
    margin: .2rem auto;
}
main .sec-3 .tab-title{
    font-size: .15rem;
    font-weight: bold;
    margin: .05rem 0;
}
main .sec-3 table{
    width: 100%;
    font-size: .12rem;
}
main .sec-3 table th, main .sec-3 table td{
    padding: .1rem 0;
}
table, td, th {
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
}
.modal-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}
.modal-box video{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
