.banner {
    width: 100%;
    background: #24857e;
}

.banner-box {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
}

.inner-body {
    width: 100%;
    background: #bbe252;
}

.inner-box {
    max-width: 1000px;
    margin: 0 auto;
}

.inner-middle {
    margin: 0 20px;
    padding-top: 18px;
    font-size: 14px;
}

.inner-cell {
    margin-bottom: 40px;
}

.inner-tit {
    color: #24857e;
    font-size: 58px;
    position: relative;
}

.inner-tit:before {
    content: "";
    width: 162px;
    height: 4px;
    position: absolute;
    left: -170px;
    top: 46px;
    background: #24857e;
}

.inner-words {
    line-height: 2;
    margin-top: 5px;
}

.com-info {
    line-height: 2;
    /* padding-bottom: 100px; */
}
.com-info ul li:last-child{
    padding-bottom:100px
}

.web-footer {
    background: #bbe252;
    position: static;
}

.first-tips-pic {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("../images/pre_btn.png");
    background-size: 100% auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next_btn.png") !important;
    background-size: 100% auto
}

.swiper-button-next,
.swiper-button-prev {
    width: 90px;
    height: 90px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
}

.swiper-pagination-bullet {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet-active {
    background: #18ae66;
}
.sixpdc .df{
    align-items: inherit;
}
.container.sixpdc{
    background: #bbe252;
}
.sixpdc .inner-middle{
    padding-top: 50px;
}
.sixpdc .inner-box{
    background: url("../images/idx_body_bg.jpg") no-repeat;
    background-size: 100% auto;
}
.sixpdc .web-footer{
    position: fixed;
    left: 0;
    bottom: 0;
}
.sixpdc .com-info{
    width: 600px;
}
.sixpdc .ewm-box{
    width: 330px;
    padding-left: 30px;
    padding-top: 20px;
}
.sixpdc .ewm-list{
    width: 145px;
    background: #04a53b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding:3px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 10px;
}
.sixpdc .ewm-name{
    padding:3px 0;
}
.m-select{
    display: none;
}
.pc-select{
    display: block;
}
.icon-close{
    position: absolute;
    display: block;
    width:30px;
    height: 30px;
    z-index: 1000;
    left:50%;
    top:-30px;
    transform: translate(-50%, -50%);

}
.pop-content{
    position: absolute;
    left:50%;
    top:50%;
    width:300px;
    min-height: 5vw;
    background: #fff;
    border-radius: 16px;
    padding:20px;
    transform: translate(-50%, -50%);
}
.pop-content p{
    text-align: justify;
    text-indent: 20px;
}
@media only screen and (max-width: 480px) {
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .inner-words {
        margin-top: -3px;
    }

    .banner-box {
        padding: 0;
    }

    .inner-middle {
        padding-top: 2vw;
        margin: 0 15px;
        font-size: 3.73vw;
    }

    .inner-tit {
        font-size: 7.7vw;
    }

    .inner-tit:before {
        width: 50px;
        height: 2px;
        position: absolute;
        left: -53px;
        top: 6vw;
        background: #24857e;
    }

    .inner-cell {
        margin-bottom: 2vw;
    }

    .idx-logo {
        display: block;
    }
    .sixpdc .com-info{
        width: 100%;
    }
    .sixpdc .inner-middle{
        display: block;
        padding-top: 4vw;
    }
    .sixpdc .ewm-box{
        float:none;
        width: 100%;
        padding:0 0 60px 0;
    }
    .sixpdc .com-info{
        padding-bottom: 5vw;
    }
    .sixpdc .ewm-list{
        width: 27.73vw;
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
    .sixpdc .inner-box{
        background: url("../images/idx_body_bg.jpg") no-repeat top center;
        background-size: 135% auto;
    }
    .pc-select{
        display: none;
    }
    .m-select{
        display: block;
    }
}
.query img{
    display: block;
    margin:10px;
}