a:focus {
    outline: none;
}

.seminar {
    text-align: center;
}

    .seminar img {
        max-width: 100%;
    }

    .seminar .layui-tab {
        margin: 0;
        background: #32c9be;
        padding-top: 60px;
    }

    .seminar .layui-tab-title {
        padding: 60px 20px;
        text-align: center;
        height: auto;
    }

    .seminar .layui-tab-content {
        padding: 0;
        position: relative;
    }

    .seminar .btn-bar {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        left: 0;
        right: 0;
    }

        .seminar .btn-bar .btn-tt {
            width: 53px;
            height: 35px;
            display: inline-block;
            cursor: pointer;
        }

        .seminar .btn-bar .prev {
            float: left;
            background: url("../images/prev.png") center no-repeat;
        }

            .seminar .btn-bar .prev:hover {
                background-image: url("../images/prev-active.png");
            }

        .seminar .btn-bar .next {
            float: right;
            background: url("../images/next.png") center no-repeat;
        }

            .seminar .btn-bar .next:hover {
                float: right;
                background-image: url("../images/next-active.png");
            }

    .seminar .layui-tab-brief > .layui-tab-more li.layui-this:after,
    .seminar .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: none;
        border-right: 1px solid #e0e0e0;
        top: auto;
    }

    .seminar .layui-tab-title li {
        opacity: 0.33;
        padding: 0 10px;
    }

        .seminar .layui-tab-title li:after {
            position: absolute;
            content: '';
            border-right: 1px solid #e0e0e0;
            right: 0;
            bottom: 30px;
            height: 20px;
        }

        .seminar .layui-tab-title li:last-child:after {
            border: none;
        }

    .seminar .layui-tab-title .layui-this {
        opacity: 1;
    }

.pc .seminar-img11 .title {
    text-align: center;
    color: #fff;
    font-size: 32px;
}

/*free-sec*/
.free-sec {
    line-height: 220%;
    color: #4f5f69;
    font-size: 15px;
}

    .free-sec .free-title {
        font-size: 28px;
        text-align: center;
        padding-top: 20px;
    }

    .free-sec .img-box {
        float: right;
    }

    .free-sec .free-content {
        padding-bottom: 20px;
    }

    .free-sec p {
        margin-bottom: 20px;
    }

    .free-sec .free-text {
        padding-top: 80px;
    }

.free-sec02 {
    background-image: url("../images/free-sec02bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 15px;
    padding: 70px 0;
}

    .free-sec02 .free-title {
        font-size: 28px;
        text-align: center;
    }

        .free-sec02 .free-title p {
            font-size: 20px;
            margin-top: 20px;
        }

    .free-sec02 .free-content {
        padding-top: 40px;
    }

    .free-sec02 p {
        margin-bottom: 10px;
    }

    .free-sec02 .accident-proof {
        font-size: 24px;
        margin-bottom: 30px;
        vertical-align: bottom;
    }

        .free-sec02 .accident-proof img {
            vertical-align: bottom;
        }

    /*.free-sec02 ol{
    margin-left: 20px;
}*/

    .free-sec02 ul li {
        text-align: left;
        line-height: 2;
    }

    .free-sec02 ul .num,
    .free-sec02 ul .list-text {
        display: inline-block;
    }

    .free-sec02 ul .num {
        padding-right: 1em;
    }

    .free-sec02 .proof-bottom {
        font-size: 16px;
        padding-top: 10px;
    }

        .free-sec02 .proof-bottom a {
            color: #0afcf6;
        }

.free-sec03 {
    padding-bottom: 80px;
}

    .free-sec03 .swiper-button-next {
        background-image: url("../images/icon-next.svg");
        background-size: cover;
    }

    .free-sec03 .swiper-button-prev {
        background-image: url("../images/icon-prev.svg");
        background-size: cover;
    }

    .free-sec03 .free-title {
        font-size: 28px;
        text-align: center;
        padding: 80px 0;
    }

        .free-sec03 .free-title p {
            font-size: 20px;
            margin-top: 20px;
        }

    .free-sec03 .swiper-container {
        padding-bottom: 50px;
    }

    .free-sec03 .letter {
        background: url("../images/free-sec03bg.png");
        position: relative;
        background-size: 100%;
        height: 550px;
        width: 965px;
        margin: auto;
        /*padding: 120px 90px 180px 110px;*/
        padding: 100px 90px 180px 110px;
    }

    .free-sec03 .zip-code {
        position: absolute;
        top: 60px;
        left: 90px;
    }

    .free-sec03 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border: 1px solid #32c9be;
        background-color: transparent;
        opacity: 1;
    }

    .free-sec03 .swiper-pagination-bullet-active {
        background-color: #32c9be;
    }

    .free-sec03 .letter-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #32c9be;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .free-sec03 .letter-img {
        float: left;
        width: 200px;
    }

        .free-sec03 .letter-img img {
            width: 200px;
            height: 200px;
        }

    .free-sec03 .letter-text {
        margin-left: 240px;
        font-size: 15px;
        line-height: 30px;
        color: #4f5f69;
        height: 200px;
        overflow-y: auto;
        padding-right: 40px;
    }

        .free-sec03 .letter-text p {
            margin-bottom: 20px;
        }

        .free-sec03 .letter-text::-webkit-scrollbar {
            width: 10px;
        }

        .free-sec03 .letter-text::-webkit-scrollbar-track {
            background-color: #fafafa;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            padding: 0 2px;
        }

        .free-sec03 .letter-text::-webkit-scrollbar-thumb {
            background: url("../images/scrollbar.jpg") center repeat-y;
            border-radius: 6px;
        }

/* public-list */
.public-list .public-title {
    font-size: 32px;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 30px;
}

    .public-list .public-title small {
        color: #b7d3d3;
        font-size: 12px;
        margin-left: 15px;
    }

.public-list .public-mm {
    display: inline-block;
    border-bottom: 2px solid #32c9be;
    padding: 10px 0;
    color: #4f5f69;
}

.public-list .list-item {
    margin-top: 20px;
}

    .public-list .list-item li {
        padding: 20px 0;
    }


    .public-list .list-item .item {
        padding: 60px 0px;
        position: relative;
        box-shadow: 0 10px 20px #eee;
        background: url("../images/from-bg02.png") left top no-repeat #fff;
    }

        .public-list .list-item .item:after {
            content: "";
            display: block;
            clear: both;
        }

.public-list .public-content,
.public-list .public-img {
    padding: 0 15px;
    display: table-cell;
    vertical-align: top;
}

.public-list .public-content {
    width: 60%;
    color: #4f5f69;
    position: relative;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 20px;
}

    .public-list .public-content .public-logo {
        position: absolute;
        right: 10%;
        top: -80px;
    }

    .public-list .public-content .title {
        font-size: 18px;
        padding: 20px 0;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .public-list .public-content .product-style {
        color: #32c9be;
        font-size: 15px;
        font-weight: bold;
    }

    .public-list .public-content .public-text {
        margin-top: 20px;
        line-height: 2;
        height: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .public-list .public-content .btn-box {
        position: absolute;
        bottom: 5px;
        left: 0;
    }

.public-list .public-img {
    width: 40%;
    cursor: pointer;
}

.public-list .img1 {
    padding: 6px;
}

.public-list .img9 {
    padding: 0px;
}

.public-list .img-box9 {
    border-collapse: separate;
    border-spacing: 6px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

    .public-list .img-box9 td,
    .public-list .img-box9 .img-box-content {
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

    .public-list .img-box9 .img-box-content {
        /*float: left;*/
        /*width: 33.33%;*/
        /*border: 2px solid #FFFFFF;*/
        padding: 0;
        aspect-ratio: 1 / 1;
    }
.public-list .img-box9 .img-box-content .layer-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-list .item-right {
    float: right;
    display: table;
}

.public-list .item-left {
    position: static;
}

    .public-list .item-left .praise-share {
        position: absolute;
        bottom: 60px;
        left: 35px;
    }

    .public-list .item-left .praise-name {
        color: #32c9be;
        font-size: 18px;
        margin-top: 20px;
    }

    .public-list .item-left .btn-box {
        display: none;
    }

.btn-green02 {
    background: #32c9be;
    color: #fff;
    min-width: 170px;
    box-shadow: 0 2px 6px #aaa;
    font-size: 18px;
    padding: 12px;
}

    .btn-green02:hover,
    .btn-green02:focus {
        background: #00595e;
        color: #fff;
    }

/*pagenumber*/
.pages {
    text-align: right;
    padding: 20px 0;
}

#pagenumber .layui-laypage a,
#pagenumber .layui-laypage span {
    margin: 0 3px;
    border-radius: 4px;
    font-size: 15px;
    color: #4f5f69;
    padding: 0 8px;
    min-width: 32px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /*free-sec*/
    .free-sec {
        line-height: 160%;
        color: #4f5f69;
        font-size: 12px;
    }

        .free-sec .free-title,
        .free-sec02 .free-title,
        .free-sec03 .free-title {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 0;
        }

        .free-sec .img-box {
            float: none;
            text-align: center;
        }

            .free-sec .img-box img {
                max-width: 250px;
            }

        .free-sec .free-content {
            padding: 10px 0 30px 0;
        }

        .free-sec p {
            margin-bottom: 10px;
        }

        .free-sec .free-text {
            padding-top: 8px;
            padding-bottom: 10px;
        }

    .free-sec02 {
        background-image: url("../images/free-sec02bg.jpg");
        background-repeat: no-repeat;
        font-size: 12px;
        padding: 20px 0;
        padding-top: 0;
    }

        .free-sec02 .free-title p {
            font-size: 14px;
            font-weight: normal;
            margin-top: 10px;
        }

        .free-sec02 .free-content {
            padding-top: 20px;
        }

        .free-sec02 p {
            margin-bottom: 0px;
        }

        .free-sec02 .accident-proof {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
            vertical-align: bottom;
        }

            .free-sec02 .accident-proof img {
                width: 18px;
            }

        .free-sec02 .proof-bottom {
            font-size: 12px;
            padding-top: 10px;
            padding-left: 2.5em;
            padding-right: 1em;
        }

            .free-sec02 .proof-bottom a {
                color: #0afcf6;
            }

        .free-sec02 .sec02-right {
            margin-top: 20px;
        }

        .free-sec02 ul .num {
            padding-right: 1.5em;
        }

    .free-sec03 {
        padding-bottom: 20px;
    }

        .free-sec03 .container {
            padding-left: 0;
            padding-right: 0;
        }

        .free-sec03 .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
        }

        .free-sec03 .swiper-container {
            padding-bottom: 40px;
            padding-top: 20px;
        }

        .free-sec03 .letter {
            background: url("../images/free-letter03.png");
            background-size: 100% 100%;
            height: auto;
            width: 100%;
            max-width: 710px;
            margin: auto;
            padding: 100px 11% 20% 11%;
        }

        .free-sec03 .zip-code {
            top: 5%;
            left: 8%;
        }

            .free-sec03 .zip-code img {
                width: 80%;
            }

        .free-sec03 .letter-title {
            text-align: center;
            font-size: 14px;
            color: #32c9be;
            padding-bottom: 20px;
            padding-left: 0px;
        }

        .free-sec03 .letter-img {
            float: none;
            text-align: center;
            width: 100%;
        }

            .free-sec03 .letter-img img {
                width: 200px;
                height: 200px;
                display: inline-block;
            }

        .free-sec03 .letter-text {
            margin-left: 0px;
            font-size: 14px;
            line-height: 22px;
            color: #4f5f69;
            height: 210px;
            overflow-y: auto;
            padding-right: 10px;
            margin-top: 20px;
        }

            .free-sec03 .letter-text p {
                margin-bottom: 15px;
            }

        .free-sec03 .swiper-button-next {
            display: none;
        }

        .free-sec03 .swiper-button-prev {
            display: none;
        }

    /* public-list */
    .public-list .public-title {
        font-size: 16px;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 10px;
    }

        .public-list .public-title small {
            font-size: 14px;
        }

    .public-list .public-mm {
        display: inline-block;
        border-bottom: 2px solid #32c9be;
        padding: 10px 0;
        color: #4f5f69;
        font-weight: bold;
    }

    .public-list .public-content .product-style {
        text-align: right;
        font-size: 12px;
    }

    .public-list .list-item {
        margin-top: 0px;
    }

        .public-list .list-item li {
            padding: 20px 0;
        }

        .public-list .list-item .item {
            padding: 00px 0px 20px 0;
            background-size: 80px;
        }

    .public-list .public-content,
    .public-list .public-img {
        padding: 0px;
        display: block;
        vertical-align: top;
    }

    .public-list .public-content {
        width: 100%;
        padding-bottom: 10px;
    }

        .public-list .public-content .public-logo {
            right: 30px;
            top: -20px;
        }

            .public-list .public-content .public-logo img {
                width: 30px;
            }

        .public-list .public-content .title {
            font-size: 16px;
            padding: 20px 0;
            padding-bottom: 10px;
            text-align: center;
        }

        .public-list .public-content .public-text {
            font-size: 12px;
            margin-top: 20px;
            line-height: 24px;
        }

        .public-list .public-content .btn-box {
            display: none;
        }

    .public-list .public-img {
        width: 100%;
        text-align: center;
    }

    .public-list .item-right {
        float: none;
        display: block;
    }

    .public-list .item-left {
        position: relative;
        height: auto !important;
        padding: 10px 20px;
    }

        .public-list .item-left .praise-share {
            position: static;
            bottom: 0;
            left: 35px;
            margin-top: 10px;
        }

        .public-list .item-left .praise-icon img {
            height: 30px;
        }

        .public-list .item-left .praise-name {
            margin-top: 6px;
            text-align: left;
            font-size: 14px;
        }

        .public-list .item-left .btn-box {
            text-align: center;
            padding-top: 20px;
            display: block;
        }

            .public-list .item-left .btn-box .btn {
                min-width: 70px;
                font-size: 14px;
                padding: 6% 10%;
            }

    .public-list .pages {
        text-align: center;
    }

    #layui-layer-photos .layui-layer-imguide {
        display: inline-block !important;
    }

    #layui-layer-photos .layui-layer-imgnext {
        background: url("../images/layui-layer-imgnext.png") center right no-repeat;
    }

    #layui-layer-photos .layui-layer-imgprev {
        background: url("../images/layui-layer-imgprev.png") center left no-repeat;
    }

    #layui-layer-photos .layui-layer-imgnext,
    #layui-layer-photos .layui-layer-imgprev {
        top: 0;
        height: 100%;
        width: 50px;
        margin-top: 0;
    }
}

@media (max-width: 414px) {
    .free-sec03 {
        padding-bottom: 20px;
    }

        .free-sec03 .container {
            padding-left: 0;
            padding-right: 0;
        }

        .free-sec03 .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
        }

        .free-sec03 .swiper-container {
            padding-bottom: 40px;
        }

        .free-sec03 .letter {
            background: url("../images/free-letter03.png");
            background-size: 100% 100%;
            height: auto;
            width: 100%;
            max-width: 710px;
            margin: auto;
            padding: 11% 11% 20% 11%;
        }

        .free-sec03 .zip-code {
            top: 5%;
            left: 8%;
        }

            .free-sec03 .zip-code img {
                width: 80%;
            }

        .free-sec03 .letter-title {
            text-align: center;
            font-size: 14px;
            color: #32c9be;
            padding-bottom: 20px;
            padding-left: 0px;
        }

        .free-sec03 .letter-img {
            float: none;
            text-align: center;
            width: 100%;
        }

            .free-sec03 .letter-img img {
                width: 200px;
                height: 200px;
                display: inline-block;
            }

        .free-sec03 .letter-text {
            margin-left: 0px;
            font-size: 12px;
            line-height: 22px;
            color: #4f5f69;
            height: 210px;
            overflow-y: auto;
            padding: 0 10px;
            margin-top: 20px;
        }

            .free-sec03 .letter-text p {
                margin-bottom: 15px;
            }

        .free-sec03 .swiper-button-next {
            display: none;
        }

        .free-sec03 .swiper-button-prev {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*free-sec*/
    .pc-inline {
        display: none;
    }

    .free-sec {
        line-height: 160%;
        font-size: 12px;
    }

        .free-sec .free-title,
        .free-sec02 .free-title,
        .free-sec03 .free-title {
            font-size: 16px;
            font-weight: bold;
            padding: 20px 0;
            padding-bottom: 0;
        }

            .free-sec02 .free-title p {
                font-size: 14px;
                font-weight: normal;
            }

        .free-sec .img-box {
            float: right;
            padding-left: 0;
        }

        .free-sec .free-content,
        .free-sec02 .free-content {
            padding: 20px 0;
        }

        .free-sec p {
            margin-bottom: 10px;
        }

        .free-sec .free-text {
            padding-top: 0px;
        }

    .free-sec02 {
        background-image: url("../images/free-sec02bg.jpg");
        background-repeat: no-repeat;
        padding: 0;
        padding-bottom: 30px;
        font-size: 12px;
    }

        .free-sec02 .accident-proof {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .free-sec02 .proof-bottom {
            font-size: 12px;
        }

        .free-sec02 .accident-proof img {
            width: 18px;
        }

        .free-sec02 .sec02-right {
            margin-top: 30px;
        }

    .free-sec03 {
        padding-bottom: 80px;
    }

        .free-sec03 .swiper-container {
            padding-bottom: 50px;
            padding-top: 30px;
        }

        .free-sec03 .letter {
            background: url("../images/free-letter03.png");
            background-size: 100% 100%;
            height: auto;
            width: 100%;
            max-width: 710px;
            margin: auto;
            padding: 70px 80px 0px 95px;
        }

        .free-sec03 .zip-code {
            top: 40px;
            left: 60px;
        }

        .free-sec03 .letter-title {
            font-size: 14px;
            padding-left: 0px;
        }

        .free-sec03 .letter-img {
            float: none;
            text-align: center;
            width: 100%;
        }

            .free-sec03 .letter-img img {
                width: 200px;
                height: 200px;
                display: inline-block;
            }

        .free-sec03 .letter-text {
            margin-left: 0px;
            font-size: 12px;
            line-height: 2;
            color: #4f5f69;
            height: 420px;
            overflow-y: auto;
            padding-right: 15px;
            margin-top: 30px;
        }

            .free-sec03 .letter-text p {
                margin-bottom: 0px;
            }

        .free-sec03 .swiper-button-next {
            display: none;
        }

        .free-sec03 .swiper-button-prev {
            display: none;
        }

        .free-sec03 .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
        }

    /* public-list */
    .public-list .public-title {
        font-size: 32px;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 30px;
    }

    .public-list .public-mm {
        display: inline-block;
        border-bottom: 2px solid #32c9be;
        padding: 10px 0;
        color: #4f5f69;
    }

    .public-list .list-item {
        margin-top: 20px;
    }

        .public-list .list-item li {
            padding: 20px 0;
        }

        .public-list .list-item .item {
            padding: 60px 0px 20px 0;
            background-size: 80px;
        }

    .public-list .public-content {
        padding-bottom: 0px;
        padding-right: 15px;
    }

        .public-list .public-content .title {
            font-size: 18px;
            padding: 20px 0;
        }

        .public-list .public-content .public-text {
            margin-top: 20px;
            line-height: 24px;
        }

        .public-list .public-content .btn-box {
            display: none;
        }

    .public-list .public-img {
        width: 40%;
    }

    .public-list .item-right {
        float: none;
    }

    .public-list .item-left {
        position: relative;
        height: auto !important;
        padding: 10px 25px;
    }

        .public-list .item-left .praise-share {
            position: static;
            bottom: 0;
            left: 35px;
        }

        .public-list .item-left .praise-icon img {
            height: 40px;
        }

        .public-list .item-left .praise-name {
            margin-top: 10px;
        }

        .public-list .item-left .btn-box {
            text-align: center;
            padding-top: 20px;
            display: block;
        }
}

@media (min-width: 992px) and (max-width: 1169px) {
    /*free-sec*/
    .free-sec {
        line-height: 180%;
        font-size: 15px;
    }

        .free-sec .free-title,
        .free-sec02 .free-title,
        .free-sec03 .free-title {
            font-size: 28px;
            padding: 30px 0;
        }

        .free-sec .img-box {
            float: right;
        }

        .free-sec .free-content {
            padding-bottom: 20px;
        }

        .free-sec p {
            margin-bottom: 15px;
        }

        .free-sec .free-text {
            padding-top: 40px;
        }

    .free-sec02 {
        padding: 0;
        padding-bottom: 30px;
    }

        .free-sec02 .free-content {
            padding-top: 0;
        }

    .free-sec03 {
        padding-bottom: 80px;
    }

        .free-sec03 .free-title p {
            font-size: 20px;
            margin-top: 20px;
        }

        .free-sec03 .swiper-container {
            padding-bottom: 50px;
        }

        .free-sec03 .letter {
            background: url("../images/free-letter02.png");
            background-size: 100%;
            height: 502px;
            width: 880px;
            margin: auto;
            padding: 90px 80px 0px 90px;
        }

        .free-sec03 .zip-code {
            top: 50px;
            left: 80px;
        }

        .free-sec03 .letter-title {
            text-align: center;
            font-size: 18px;
            color: #32c9be;
            padding-bottom: 20px;
            padding-left: 30px;
        }

        .free-sec03 .letter-img {
            float: left;
            width: 175px;
        }

            .free-sec03 .letter-img img {
                width: 175px;
                height: 175px;
            }

        .free-sec03 .letter-text {
            margin-left: 200px;
            font-size: 15px;
            line-height: 30px;
            color: #4f5f69;
            height: 180px;
            overflow-y: auto;
            padding-right: 15px;
        }

            .free-sec03 .letter-text p {
                margin-bottom: 20px;
            }
}

@media screen and (max-width: 1199px) {
    .free-sec02 ul .num {
        vertical-align: top;
    }

    .free-sec02 ul .list-text {
        width: 90%;
    }
}
