.pro_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pro_info .pro_info_l {
    overflow: hidden;
    width: 41%
}

.pro_info .pro_info_l>.img {
    overflow: hidden;
    width: 100%;
    height: 534px;
    height: 0;
    padding-bottom: 107%;
    position: relative;
    margin-bottom: 27px;
    background: #f5f5f5
}

.pro_info .pro_info_l>.img .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.pro_info .pro_info_l>.img .full-image {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    object-fit: cover;
    max-width: unset;
    max-height: unset;
    transition: unset;
}

.pro_info .pro_info_l .pro_info_swiper_par {
    position: relative
}

.pro_info .pro_info_l .pro_info_swiper_par .swiper-slide {
    width: 58px
}

.pro_info .pro_info_l .pro_info_swiper_par .swiper-button-next,
.pro_info .pro_info_l .pro_info_swiper_par .swiper-button-prev {
    width: 9px;
    height: 16px;
    top: 70%;
    background-size: cover;
    background-repeat: no-repeat
}

.pro_info .pro_info_l .pro_info_swiper_par .swiper-button-prev {
    left: 5px
}

.pro_info .pro_info_l .pro_info_swiper_par .swiper-button-next {
    right: 5px
}

.pro_info .pro_info_l .pro_info_swiper_par .pro_info_swiper .img {
    padding-bottom: 101.72%
}

.pro_info .pro_info_l .pro_info_swiper_par .pro_info_swiper .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro_info .pro_info_r {
    flex: 1;
    margin-left: 52px
}

.pro_info .pro_info_r>.title {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    text-transform: capitalize;
}

.pro_info .pro_info_r .desc {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 14px;
    max-height: 308px;
    overflow: auto
}

.pro_info .pro_info_r .share {
    margin-top: 33px;
    display: flex;
    align-items: center
}

.pro_info .pro_info_r .share span {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px
}

.pro_info .pro_info_r .share .img {
    width: 36px;
    height: 36px;
    margin-right: 14px
}

.pro_info .pro_info_r .btn_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 37px
}

.pro_info .pro_info_r .btn_list>div {
    padding: 20px 16px 18px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    border-radius: 32px 4px 32px 4px
}

.pro_info .pro_info_r .btn_list .us {
    background: var(--color-btn);
    margin-right: 13px;
    font-size: 18px
}

.pro_info .pro_info_r .btn_list .down {
    border: 2px solid var(--color-main);
    padding: 20px 53px 16px 43px;
    background: #fff;
    color: var(--color-main)
}

.pro_info .pro_info_r .btn_list .down::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/article/down.png) no-repeat center;
    background-size: cover;
    margin-right: 10px
}

.aside_left {
    padding: 0
}

.com_art {
    background: #fff;
    padding-bottom: 6.25%;
    margin-top: 0
}

.pro_tab {
    margin-top: 9%
}

.pro_tab ul {
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 10px 0
}

.pro_tab ul li {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-left: 28px
}

.pro_tab ul li.active {
    color: var(--hover-main)
}

.pro_tab ul li:first-child {
    margin-left: 0
}

.pro_tab .pro_content.pro_tag {
    display: none;
    padding: 30px 0;
}

.pro_tab .pro_content p {
    margin-top: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.pro_tab .pro_content p:first-child {
    margin-top: 30px
}

.pro_tab .pro_content a {
    font-weight: bold;
    color: var(--color-main)
}

.pro_com1 {
    margin-top: 48px
}

.pro_com1 .title {
    font-weight: bold;
    font-size: 24px;
    color: var(--color-btn);
    line-height: 24px
}

#tinymce a {
    color: var(--hover-main);
}

#tinymce a:hover {
    text-decoration: underline;
}

#tinymce table {
    margin-top: 24px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

#tinymce table th,
#tinymce table td {
    border: 1px solid #ccc !important;
    text-align: center
}

#tinymce table thead {
    background: var(--color-btn)
}

#tinymce table thead tr th {
    padding: 20px 30px;
    color: #fff
}

#tinymce table thead tr th:first-child {
    font-weight: bold;
    font-size: 20px
}

#tinymce table tbody tr:nth-child(even) {
    background: #f5f5f5
}

#tinymce table tbody tr:nth-child(even) td {
    color: #333
}

#tinymce table tbody tr td {
    padding: 20px 30px;
    color: #666
}

#tinymce table tbody tr td:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #333
}

.pro_app .item {
    flex-wrap: wrap;
    margin-top: 20px
}

.pro_app .item:nth-child(odd) .ll {
    order: 2
}

.pro_app .item .ll {
    width: 53%
}

.pro_app .item .ll .tit {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px
}

.pro_app .item .ll .des {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    max-height: 308px;
    overflow: auto
}

.pro_app .item .img {
    width: calc(47% - 30px);
    flex-shrink: 0;
    height: 358px;
    padding: 0
}

@media screen and (max-width:1660px) {
    .pro_tab {
        margin-top: 7%
    }
}

@media screen and (max-width:1366px) {
    .pro_tab {
        margin-top: 5%
    }
}

@media screen and (max-width:1024px) {
    .pro_tab ul li {
        font-size: 20px
    }

    #tinymce table tbody tr td:first-child {
        font-size: 16px
    }
}

@media screen and (max-width:950px) {
    .pro_com1 {
        margin-top: 30px
    }

    #tinymce table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0
    }

    .pro_app .item:nth-child(even) .ll {
        order: 2
    }

    .pro_app .item .ll,
    .pro_app .item .img {
        width: 100%
    }

    .pro_app .item .ll .tit {
        margin: 10px 0
    }

    .pro_app .item .ll .des {
        max-height: unset
    }

    .pro_app .item .img {
        height: unset;
        padding-bottom: 70%
    }
}

@media screen and (max-width:1660px) {
    .pro_info .pro_info_r>.title {
        font-size: 38px
    }

    .com_pro .swiper-slide .title {
        height: 86px
    }
}

@media screen and (max-width:1366px) {
    .pro_info .pro_info_r>.title {
        font-size: 28px
    }


    .pro_info .pro_info_r {
        margin-left: 20px
    }
}

@media screen and (max-width:1024px) {
    .pro_info .pro_info_r>.title {
        font-size: 24px
    }
}

@media screen and (max-width:950px) {
    .pro_info .pro_info_l {
        width: 100%
    }

    .pro_info .pro_info_l>.img {
        display: none
    }

    .pro_info .pro_info_r .share span {
        font-size: 16px
    }

    .pro_info .pro_info_r .share .img {
        width: 28px;
        height: 28px
    }

    .pro_info .pro_info_r .btn_list .us {
        font-size: 16px;
        padding: 15px
    }

    .com_pro .swiper-slide .title {
        height: unset;
        font-size: 28px
    }

    .pro_info .pro_info_r {
        margin: 30px 0 0
    }

    .pro_info .pro_info_r .desc {
        max-height: unset
    }
}