/* banner */
.part_one {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.part_one .swiper {
    width: 100%;
    height: 100%;
}

.part_one .swiper .swiper-wrapper {
    width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    opacity: 0;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a img {
    height: 100%;

}
@media (min-width: 760px) {
    .part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
        display: block;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
        display: none;
    }
}

.part_one .swiper .swiper-wrapper .swiper-slide .content {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    margin-top: 50px;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .theme {
    text-align: center;
    margin-bottom: 50px;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .theme p {
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
    color: #ffffff;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .theme h1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 72px;
    color: #ffffff;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .more {
    text-align: center;
    margin: 0 auto;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .more a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .more a span {
    font-size: 18px;
    display: inline-block;
    color: #fcb948;
    padding-bottom: 3px;
    border-bottom: 1px solid #fcb948;
}

.part_one .swiper .swiper-wrapper .swiper-slide .content .more a img {
    width: 8px;
    height: 15px;
    margin-left: 10px;
}

.part_one .swiper .swiper-pagination {
    height: 20px;
    bottom: 3%;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 15px;
    background: url(../images/index_banner_icon03.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/index_banner_icon02.png) no-repeat;
    background-size: 100%;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::after {
    display: none;
}

.part_one .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    margin-top: 0;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

@media (max-width: 1600px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 1200px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme p {
        font-size: 20px;
        line-height: 50px;
    }

    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme {
        margin-bottom: 30px;
    }

    .part_one .swiper .swiper-wrapper .swiper-slide .content .more a span {
        font-size: 14px;
    }

    .part_one {
        height: 80vh;
    }
    .part_one {
        height: auto;
        margin-top: 60px;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide>a img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 760px) {
    
    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme h1 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 550px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme h1 {
        font-size: 32px;
    }

    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme p {
        font-size: 16px;
        line-height: 30px;
    }

    .part_one .swiper .swiper-wrapper .swiper-slide .content .theme {
        margin-bottom: 20px;
    }
}

/* 产品推荐 */
.index_product {
    width: 100%;
    background-color: #fff;
    padding-top: 70px;
}

.index_product .content {
    width: 69%;
    margin: 0 auto;
}

.index_product .content .boxlist {
    width: 100%;
}

.index_product .content .boxlist .top {
    width: 100%;
}

.index_product .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.index_product .content .boxlist .top .theme p {
    color: #f8f8f8;
    font-size: 80px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_product .content .boxlist .top .theme h1 {
    color: #333333;
    font-size: 42px;
    line-height: 72px;
    font-weight: bold;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index_product .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_product .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_product .content .boxlist .bottom .list {
    width: 31.32%;
    position: relative;
}
.index_product .content .boxlist .bottom .list:last-child{
    display: none;
}
.index_product .content .boxlist .bottom .list .list_img {
    width: 100%;
    
}

.index_product .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 114.9%;
    overflow: hidden;
    border-radius: 195px/195px;
}

.index_product .content .boxlist .bottom .list .list_img .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .content .boxlist .bottom .list .list_img .img a img {
    width: 100%;
}

.index_product .content .boxlist .bottom .list .list_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url(../images/index_product_background.png) no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-radius: 195px/195px;
}

.index_product .content .boxlist .bottom .list .list_txt .theme {
    text-align: center;
    margin-bottom: 60%;
}

.index_product .content .boxlist .bottom .list .list_txt .theme p {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
}

.index_product .content .boxlist .bottom .list .list_txt .theme h1 {
    font-weight: bold;
}

.index_product .content .boxlist .bottom .list .list_txt .theme h1 a {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}

.index_product .content .boxlist .bottom .list .list_txt .more {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index_product .content .boxlist .bottom .list .list_txt .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 100%;
    padding-top: 50%;
}

.index_product .content .boxlist .bottom .list:hover .list_txt {
    opacity: 1;
}

@media (max-width: 1600px) {
    .index_product .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .index_product .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_product .content {
        width: 95%;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 50px;
        line-height: 40px;
    }

    .index_product .content .boxlist .top .theme h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .index_product .content .boxlist .top .theme h1::after {
        bottom: -10px;
        width: 30px;
        height: 4px;
    }

    .index_product .content .boxlist .top .theme {
        margin-bottom: 40px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 20px;
        line-height: 30px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 20px;
        line-height: 30px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .more a {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .index_product .content .boxlist .top .theme p {
        font-size: 40px;
        line-height: 35px;
    }

    .index_product .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 50px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 18px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 18px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .more a {
        font-size: 14px;
    }

    .index_product .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom {
        flex-wrap: wrap;
    }
    .index_product .content .boxlist .bottom .list:last-child{
        display: block;
    }
}

@media (max-width: 550px) {
    .index_product {
        padding-top: 40px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 30px;
        line-height: 25px;
    }

    .index_product .content .boxlist .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .index_product .content .boxlist .top .theme h1::after {
        width: 20px;
        height: 2px;
    }

    .index_product .content .boxlist .top .theme {
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .list .list_txt .more a {
        font-size: 12px;
    }

    .index_product .content .boxlist .bottom .list {
        margin-bottom: 20px;
    }
}

/* 了解陶小象 */
.index_about {
    margin-top: -12%;
    background-color: #f2f2f2;
    padding: 18% 0 90px;
}

.index_about .content {
    width: 69%;
    margin: 0 auto;
}

.index_about .content .boxlist {
    width: 100%;
}

.index_about .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.index_about .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.index_about .content .boxlist .top .theme p {
    color: #e9e9e9;
    font-size: 80px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_about .content .boxlist .top .theme h1 {
    color: #333333;
    font-size: 42px;
    line-height: 72px;
    font-weight: bold;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index_about .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_about .content .boxlist .top .info {
    width: 100%;
    text-align: center;
}

.index_about .content .boxlist .top .info p {
    color: #444e52;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.index_about .content .boxlist .bottom {
    width: 100%;
}

.index_about .content .boxlist .bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_about .content .boxlist .bottom ul li {
    width: 25%;
    text-align: center;
}

.index_about .content .boxlist .bottom ul li .img {
    width: 74px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.index_about .content .boxlist .bottom ul li .img img {
    width: 100%;
}

.index_about .content .boxlist .bottom ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #444e52;
}


@media (max-width: 1600px) {
    .index_about .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .index_about .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_about .content {
        width: 95%;
    }

    .index_about .content .boxlist .top .theme p {
        font-size: 50px;
        line-height: 40px;
    }

    .index_about .content .boxlist .top .theme h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .index_about .content .boxlist .top .theme h1::after {
        bottom: -10px;
        width: 30px;
        height: 4px;
    }

    .index_about .content .boxlist .top .theme {
        margin-bottom: 40px;
    }

    .index_about .content .boxlist .top .info p {
        font-size: 16px;
    }

    .index_about .content .boxlist .bottom ul li p {
        font-size: 16px;
    }

    .index_about .content .boxlist .top {
        margin-bottom: 60px;
    }
}

@media (max-width: 760px) {
    .index_about .content .boxlist .top .theme p {
        font-size: 40px;
        line-height: 35px;
    }

    .index_about .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 50px;
    }

    .index_about .content .boxlist .top .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_about .content .boxlist .bottom ul li .img {
        width: 55px;
        height: 40px;
        margin-bottom: 10px;
    }

    .index_about .content .boxlist .bottom ul li p {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .index_about {
        padding: 15% 0 50px;
    }

    .index_about .content .boxlist .top .theme p {
        font-size: 30px;
        line-height: 25px;
    }

    .index_about .content .boxlist .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .index_about .content .boxlist .top .info p {
        font-size: 12px;
        line-height: 20px;
    }

    .index_about .content .boxlist .bottom ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .index_about .content .boxlist .bottom ul li .img {
        width: 45px;
        height: 33px;
    }

    .index_about .content .boxlist .top {
        margin-bottom: 40px;
    }
}


/* 产品推荐 */
.index_news {
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
}

.index_news .content {
    width: 69%;
    margin: 0 auto;
}

.index_news .content .boxlist {
    width: 100%;
}

.index_news .content .boxlist .top {
    width: 100%;
}

.index_news .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.index_news .content .boxlist .top .theme p {
    color: #f8f8f8;
    font-size: 80px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_news .content .boxlist .top .theme h1 {
    color: #333333;
    font-size: 42px;
    line-height: 72px;
    font-weight: bold;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index_news .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_news .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_news .content .boxlist .bottom .list {
    width: 46%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5%;
}

.index_news .content .boxlist .bottom .list .list_img {
    width: 45%;
}

.index_news .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.36%;
    overflow: hidden;
}

.index_news .content .boxlist .bottom .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.index_news .content .boxlist .bottom .list .list_img .img a>img {
    width: 100%;
}

.index_news .content .boxlist .bottom .list .list_img .img a.mask {
    opacity: 0;
    background-color: rgba(252, 185, 72, .8);
}

.index_news .content .boxlist .bottom .list .list_img .img a.mask>img {
    width: 44px;
    height: 44px;
    max-width: 100%;
}

.index_news .content .boxlist .bottom .list:hover .list_img .img a.mask {
    opacity: 1;
}

.index_news .content .boxlist .bottom .list .list_txt {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 2px solid #e6e6e6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.index_news .content .boxlist .bottom .list:hover .list_txt {
    border-top: 2px solid #fcb948;
}

.index_news .content .boxlist .bottom .list .list_txt h1 {
    margin-top: 10px;
    font-weight: bold;
}

.index_news .content .boxlist .bottom .list .list_txt h1 a {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_news .content .boxlist .bottom .list .list_txt .time {
    display: flex;
    align-items: flex-end;
    color: #666666;
}

.index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(1) {
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}

.index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(2) {
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}

.index_news .content .boxlist .more {
    width: 100%;
}

.index_news .content .boxlist .more a {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    background-color: #fcb948;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .index_news .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .index_news .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_news .content {
        width: 95%;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 50px;
        line-height: 40px;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .index_news .content .boxlist .top .theme h1::after {
        bottom: -10px;
        width: 30px;
        height: 4px;
    }

    .index_news .content .boxlist .top .theme {
        margin-bottom: 40px;
    }

    .index_news .content .boxlist .bottom .list .list_txt h1 a {
        line-height: 20px;
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(1) {
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(2) {
        font-size: 14px;
    }

    .index_news {
        padding: 80px 0;
    }
}

@media (max-width: 1000px) {
    .index_news .content .boxlist .bottom .list {
        flex-wrap: wrap;
    }

    .index_news .content .boxlist .bottom .list .list_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_news .content .boxlist .bottom .list .list_txt {
        width: 100%;
    }

    .index_news .content .boxlist .bottom .list .list_txt h1 {
        margin-bottom: 20px;
    }

    .index_news .content .boxlist .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .index_news .content .boxlist .top .theme p {
        font-size: 40px;
        line-height: 35px;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 50px;
    }
    .index_news .content .boxlist .bottom .list .list_img .img a.mask>img{
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 550px) {
    .index_news {
        padding: 50px 0;
    }

    .index_news .content .boxlist .top .theme {
        margin-bottom: 20px;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 30px;
        line-height: 25px;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .index_news .content .boxlist .top .theme h1::after {
        width: 20px;
        height: 2px;
    }

    .index_news .content .boxlist .more a {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .list .list_txt h1 a {
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .list .list_img {
        margin-bottom: 10px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(1) {
         font-size: 12px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time span:nth-child(2) {
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time {
        font-size: 12px;
    }

    .index_news .content .boxlist .bottom .list .list_txt h1 {
        margin: 5px 0 10px;
    }

    .index_news .content .boxlist .bottom .list {
        margin-bottom: 30px;
    }
}

/* 诚邀您的加盟合作 */
.index_join{
    width: 100%;
}
.index_join .content{
    width: 100%;
}
.index_join .content .boxlist{
    width: 100%;
}
.index_join .content .boxlist img{
    width: 100%;
}

@media (max-width: 760px) {
    .index_join .content .boxlist img{
        width: 200%;
        margin-left: -50%;
    }
}

@media (max-width: 760px) {
    .part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
        display: block;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
        display: none;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide>a img
    {
        width: 200%;
    margin-left: -25%;
        }
}