.ly_product_purchase_2 {
    padding: 60px 0
}

.ly_product_purchase_2 .goods_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.ly_product_purchase_2 .goods_wrapper .goods_info {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: start;
    width: 45%
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_name {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.2;
    width: 100%
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_number {
    margin-bottom: 15px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_desc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    background-color: unset
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_params {
    width: 100%;
    margin-bottom: 15px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_params .param_item {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 1.5
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_params .param_item .cell:nth-child(1) {
    width: 30%
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_params .param_item .cell:nth-child(2) {
    width: 68%
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_params .param_item:first-child {
    margin-top: 0
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_price {
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_price .tourist_vis_price {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_price .login_see_price {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #ff3026;
    font-size: 14px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute {
    margin-bottom: 30px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item {
    margin-top: 10px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .attr_title {
    font-size: 14px;
    line-height: 26px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .attr_title > strong {
    font-weight: 600
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .attr_title > span {
    margin-left: 6px;
    color: #888
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .attr_box {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 5px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr {
    display: block;
    border: 1px solid #bbb;
    border-radius: 20px;
    min-width: 70px;
    min-height: 26px;
    padding: 5px 14px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr.current {
    border-width: 2px;
    border-color: #1F2328;
    padding-top: 4px;
    padding-bottom: 4px
}

@media screen and (min-width: 1000px) {
    .ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr:hover {
        border-width: 2px;
        border-color: #1F2328;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item:first-child {
    margin-top: 0
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_button {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    text-align: center
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_button .global_download_btn {
    margin-top: 0;
    margin-left: 0;
    width: 54px;
    height: 54px;
    line-height: 54px
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_inquiry_btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 48px;
    line-height: 1;
    height: 16px;
    font-size: 16px;
    color: var(--ThemesAddToCartTextColor);
    background-color: var(--ThemesAddToCartBgColor);
    border: 1px solid var(--ThemesAddToCartBorderColor)
}

.ly_product_purchase_2 .goods_wrapper .goods_info .g_inquiry_btn:hover {
    text-decoration: none;
    color: var(--ThemesAddToCartTextHoverColor);
    background-color: var(--ThemesAddToCartBgHoverColor);
    border-color: var(--ThemesAddToCartBorderHoverColor)
}

.ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox {
    margin-top: 40px
}

.ly_product_purchase_2 .global_inquiry_bat_button {
    display: block;
    padding: 14px 40px;
    line-height: 1;
    font-size: 16px
}

.ly_product_purchase_2 .global_inquiry_bat_cart {
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: center
}

.ly_product_purchase_2 .goods_wrapper .goods_info .goods_inquiry_btn {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.ly_product_purchase_2 .goods_wrapper .goods_info .global_download_btn:not(.icon_btn) {
    width: 100%;
    height: 48px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box
}

.ly_product_purchase_2 .goods_wrapper .goods_img {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 50%
}

.ly_product_purchase_2 .goods_wrapper .goods_img .thumb_size {
    max-width: 600px;
    margin: 0 auto;
    transition: .4s;
    order: 2
}

.ly_product_purchase_2 .goods_wrapper .thumb_big {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s;
    flex: 1
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li {
    position: relative;
    width: 100%;
    height: 100%;
    float: left
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li.local_video img {
    display: none
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li .video_container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
    /*background-image: url(../../../static/images/mweb/icon_video_play.png);*/
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center center
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li video {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ly_product_purchase_2 .goods_wrapper .thumb_big ul li.has_video img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    z-index: 12
}

.ly_product_purchase_2 .goods_wrapper .thumb_small {
    width: 90px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    order: 1;
    min-height: 600px
}

.ly_product_purchase_2 .goods_wrapper .thumb_small.btn_padding {
    box-sizing: border-box
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul li {
    display: inline-block;
    max-width: 100%;
    width: 89px;
    height: 89px;
    margin-bottom: 13px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 2px;
    vertical-align: middle
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul li:hover {
    border: 1px solid #000
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul li.current {
    border: 1px solid #000
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul li.video_pic_box {
    position: relative
}

.ly_product_purchase_2 .goods_wrapper .thumb_small ul li.video_pic_box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.5) url(../../../static/images/products/icon_video.png) no-repeat center center*/
}

.ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn {
    width: 25px;
    height: 25px;
    background-color: rgb(239, 239, 239, 0.8);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn:after {
    position: absolute;
    content: '\e62b';
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-family: "iconfont" !important
}

.ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn.thumb_switching_left {
    top: 0;
    transform: translateX(-50%) rotate(180deg)
}

.ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn.thumb_switching_right {
    bottom: 0
}

.ly_product_purchase_2 .goods_wrapper .thumb_size .thumb_tab {
    display: none;
    width: 45px;
    height: 27px;
    line-height: 27px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 10px;
    bottom: 30px;
    border-radius: 27px;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.ly_product_purchase_2 .mobile_magnify_box {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding-top: 57px;
    background-color: #000;
    z-index: 10001;
    overflow-y: auto
}

.ly_product_purchase_2 .mobile_magnify_box ul li {
    margin-bottom: 10px
}

.ly_product_purchase_2 .mobile_magnify_box ul li:last-child {
    margin-bottom: 0
}

.ly_product_purchase_2 .mobile_magnify_box .magnift_close {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 50%;
    text-align: center
}

.ly_product_purchase_2 .mobile_magnify_box .magnift_close::after {
    position: absolute;
    content: "\e631";
    font-size: 16px;
    font-family: "iconfont" !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.magnifier img {
    max-width: unset;
    max-height: unset
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom {
    max-width: 100%;
    width: 50%;
    display: block;
    flex-wrap: wrap
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom .thumb_small {
    order: 3;
    width: 100%;
    min-height: 90px;
    max-width: 600px;
    margin: 12px auto 0
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom .thumb_size {
    max-width: 100%
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom .thumb_small ul li {
    margin-bottom: 0;
    margin-right: 13px
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom .thumb_small .switching_btn.thumb_switching_left {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg)
}

.ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom .thumb_small .switching_btn.thumb_switching_right {
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%) rotate(-90deg)
}

.ly_product_purchase_2 .goods_wrapper .pro_video {
    display: none
}

@media screen and (max-width: 1000px) {
    .ly_product_purchase_2 {
        padding: 0 0 30px
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_big ul li .video_container {
        display: block
    }

    .ly_product_purchase_2 .goods_wrapper {
        flex-wrap: wrap
    }

    .ly_product_purchase_2 .goods_wrapper .goods_img {
        display: block;
        width: 100%;
        flex-wrap: wrap
    }

    .ly_product_purchase_2 .goods_wrapper .goods_img .thumb_size {
        width: 100%;
        order: 1
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_small {
        width: 100%;
        height: 92px;
        margin: 10px 0 0;
        overflow: hidden;
        order: 2;
        min-height: auto
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_small ul {
        width: 99999px
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_small ul li {
        margin-bottom: 0;
        margin-right: 8px
    }

    .ly_product_purchase_2 .goods_wrapper .goods_info {
        width: 100%;
        margin-top: 15px
    }

    .ly_product_purchase_2 .goods_wrapper .goods_info .g_inquiry_btn {
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box
    }

    .ly_product_purchase_2 .global_inquiry_bat_button {
        width: 100%
    }

    .ly_product_purchase_2 .global_inquiry_bat_cart {
        width: 100%;
        text-align: center
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn.thumb_switching_left {
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg)
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_small .switching_btn.thumb_switching_right {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg)
    }

    .ly_product_purchase_2 .goods_wrapper .pro_video {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        overflow: hidden;
        background: #000;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all
    }

    .ly_product_purchase_2 .goods_wrapper .pro_video * {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%
    }

    .ly_product_purchase_2 .goods_wrapper .pro_video .close {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        color: #fff;
        font-size: 16px;
        z-index: 101
    }

    .ly_product_purchase_2 .goods_wrapper .pro_video.play {
        width: 100%;
        height: 100%;
        z-index: 9999
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_big .pro_video.play iframe {
        height: 100%;
        width: 100%
    }

    .ly_product_purchase_2 .goods_wrapper .goods_info .g_price {
        font-size: 18px
    }

    .ly_product_purchase_2 .goods_wrapper .thumb_big ul li #player {
        display: none
    }

    .ly_product_purchase_2 .goods_wrapper .goods_info .goods_inquiry_btn {
        margin-left: 0;
        width: 100%
    }

    .ly_product_purchase_2 .goods_wrapper .goods_img.layout_bottom {
        width: 100%
    }

    .ly_product_purchase_2 .goods_wrapper .goods_info .g_button {
        grid-template-columns: 100%
    }
}

.ly_product_purchase_2[data-visual-id="2009"] {
    background-color: #ffffff;
}

.ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_name {
    font-size: 30px;
    color: #222222;
}

.ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_number {
    font-size: 12px;
    color: #222222;
}

.ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_desc {
    font-size: 14px;
    color: #222222;
}

.ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_params {
    font-size: 14px;
    color: #222222;
}

.ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_price {
    font-size: 24px;
    color: #222222;
}

@media screen and (max-width: 1000px) {
    .ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_name {
        font-size: 20px;
    }

    .ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_number {
        font-size: 12px;
    }

    .ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_desc {
        font-size: 12px;
    }

    .ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_params {
        font-size: 12px;
    }

    .ly_product_purchase_2[data-visual-id="2009"] .goods_wrapper .goods_info .g_price {
        font-size: 18px;
    }
}

.ly_product_list_2 {
    background-color: #ffffff
}

.ly_product_list_2 .prdocuts_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.ly_product_list_2 .products_category_wrapper {
    width: 18%;
    margin-right: 3%
}

.ly_product_list_2 .list_wrapper {
    flex: 1;
    width: 79%
}

.ly_product_list_2 .list_wrapper.full {
    width: 100%
}

.ly_product_list_2 .list_wrapper.full .list_box {
    margin-top: 40px
}

.ly_product_list_2 .top_title {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word
}

.ly_product_list_2 .products_category_wrapper .products_category_box .cate_item {
    display: inline-block;
    position: relative;
    line-height: 32px;
    /* font-size: 14px; */
    box-sizing: border-box;
    padding-right: 20px;
    box-sizing: border-box
}

.ly_product_list_2 .products_category_wrapper .products_category_box .cate_item:hover {
    text-decoration: none
}

.ly_product_list_2 .list_category_description {
    margin-top: 50px
}

.ly_product_list_2 .list_box {
    display: grid;
    gap: 30px;
    margin-top: 80px
}

.ly_product_list_2 .list_box .themes_prod {
    margin-bottom: 77px;
    text-align: center
}

.ly_product_list_2 .list_box .themes_prod .pic_box {
    margin-bottom: 25px;
    overflow: hidden
}

.ly_product_list_2 .list_box .themes_prod .name {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #222222;
    font-size: 14px;
    padding: 0 30px
}

.ly_product_list_2 .list_box .themes_prod .name a {
    text-decoration: none;
    color: var(--ThemesProductsTitleColor);
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.ly_product_list_2 .list_wrapper .top_title {
    position: relative
}

.ly_product_list_2 .list_wrapper .top_title i {
    display: none
}

.ly_product_list_2 #turn_page {
    margin-bottom: 100px
}

.ly_product_list_2 #turn_page li {
    background-color: transparent;
    font-size: 16px
}

.ly_product_list_2 #turn_page li a {
    color: #727272
}

.ly_product_list_2 #turn_page li.active a,
.ly_product_list_2 #turn_page li a:hover {
    background-color: transparent;
    color: #000000
}

.ly_product_list_2 .global_inquiry_bat_button {
    border-radius: 5px
}

.ly_product_list_2 .inquiry_button_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.ly_product_list_2 .inquiry_button_box .global_inquiry_bat_cart {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .ly_product_list_2 .prdocuts_wrapper {
        flex-wrap: wrap
    }

    .ly_product_list_2 .list_category_description {
        margin-top: 20px
    }

    .ly_product_list_2 .list_box {
        margin-top: 30px
    }

    .ly_product_list_2 .list_box .themes_prod {
        margin-bottom: 20px
    }

    .ly_product_list_2 .products_category_wrapper {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 2;
        width: 92%;
        box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%)
    }

    .ly_product_list_2 .products_category_wrapper .products_category_box .top_title {
        display: none
    }

    .ly_product_list_2 .products_category_wrapper .products_category_box .category_box {
        padding: 0;
        height: 225px;
        overflow: auto
    }

    body .ly_product_list_2 .products_category_wrapper .products_category_box .category_box .cate_item {
        display: block;
        padding: 0 15px;
        line-height: 45px;
        font-size: 14px;
        color: #1a1d22
    }

    .ly_product_list_2 .products_category_wrapper .products_category_box .category_box .cate_item.cur {
        color: #1a1d22;
        background-color: #ffd101
    }

    .ly_product_list_2 .products_category_wrapper .relate_box {
        display: none
    }

    .ly_product_list_2 .list_wrapper {
        width: 100%
    }

    .ly_product_list_2 .list_wrapper .top_title {
        padding: 0 35px 0 15px;
        height: 43px;
        line-height: 41px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        margin-top: 12px
    }

    .ly_product_list_2 .list_wrapper .top_title i {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px
    }

    .ly_product_list_2 #turn_page {
        margin-bottom: 30px
    }
}

.ly_product_list_2 .products_category_wrapper .products_category_box {
    margin-bottom: 20px
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box {
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box .item_title {
    margin: 5px 0;
    position: relative
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    cursor: pointer;
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box i:before {
    content: '\e64d'
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box i.cur:before {
    content: '\e626'
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box .next_box {
    padding-left: 25px;
    width: 100%;
    box-sizing: border-box
}

.ly_product_list_2 .products_category_wrapper .products_category_box .category_box .sub_hide .next_box {
    display: none
}

@media screen and (max-width: 1000px) {
    .ly_product_list_2 .products_category_wrapper .products_category_box .category_box i {
        right: 5px
    }

    .ly_product_list_2 .products_category_wrapper .products_category_box .category_box .next_box {
        padding-left: 15px
    }

    body .ly_product_list_2 .products_category_wrapper .products_category_box .category_box .cate_item {
        display: inline-block;
        padding-right: 25px;
        line-height: 32px
    }
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list {
    padding: 6px 0
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .pic_box {
    flex: none;
    margin-right: 12px;
    width: 80px;
    background-color: #fff;
    position: relative
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .pic_box a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .pic_box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .content {
    width: 100%
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .content .g_name {
    line-height: 18px;
    font-size: 14px;
    color: #1a1a1a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none
}

.ly_product_list_2 .products_category_wrapper .relate_box .pro_list .related_item .content .g_number {
    margin-top: 10px;
    font-size: 12px;
    color: #808080
}

.ly_product_list_2 .list_bottom_box {
    display: none
}

@media screen and (max-width: 1000px) {
    .ly_product_list_2 .list_bottom_box {
        display: block
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #e0e0e0
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .pic_box {
        flex: none;
        margin-right: 12px;
        width: 80px;
        background-color: #fff;
        position: relative
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .pic_box a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .pic_box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .content {
        width: 100%
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .content .g_name {
        line-height: 18px;
        font-size: 14px;
        color: #1a1a1a;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-decoration: none
    }

    .ly_product_list_2 .relate_box.list_bottom_box .pro_list .related_item .content .g_number {
        margin-top: 10px;
        font-size: 12px;
        color: #808080
    }
}

.themes_pdetial_description {
    position: relative;
}

.desc_menu_title {
    /*border-bottom: 2px #dedede solid;*/
    padding-right: 37px;
    overflow-x: auto;
    overflow-y: hidden;
}

.desc_menu_title > ul {
    /*display: flex;
    padding: 0 22px;*/
    flex-wrap: wrap;
    transition: all .3s;
}

.desc_menu_title > ul > li {
    padding-right: 60px;
    font-size: 17px;
    color: #9a9a9a;
    cursor: pointer;
    line-height: 67px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.desc_menu_title > ul > li .title {
    /*position: relative;
    padding: 0 8px;*/
    font-family: var(--ThemesBoxTitleFont);
    font-size: 36px;
    color: #000;
}

.desc_menu_title > ul > li:last-child {
    padding-right: 0;
}

.desc_menu_title > ul > li.current {
    color: #191919;
}

.desc_menu_title > ul > li.current .title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #191919;
}

.desc_menu_title .btn_scroll {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 22px;
    height: 52px;
    cursor: no-drop;
    background-color: #fff;
}

.desc_menu_title .btn_scroll.cur {
    visibility: visible;
    cursor: pointer;
}

.desc_menu_title .btn_scroll:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 13.5px;
    margin: auto;
    /*background: url(../static/images/products/icon_pic_btn.png) no-repeat left center;*/
    background-size: auto 13.5px;
}

.desc_menu_title .btn_scroll.prev {
    left: 0;
}

.desc_menu_title .btn_scroll.next {
    right: 0;
}

.desc_menu_title .btn_scroll.prev:before {
    background-position: -17px center;
}

.desc_menu_title .btn_scroll.next:before {
    background-position: -25px center;
}

.desc_menu_title .btn_scroll.prev.cur:before {
    background-position: -1px center;
}

.desc_menu_title .btn_scroll.next.cur:before {
    background-position: -9px center;
}

.desc_menu_list .editor_txt {
    padding: 40px 0;
}

.desc_menu_list .editor_txt:nth-child(n+2) {
    display: none;
    opacity: 0;
}

@media screen and (max-width: 1000px) {
    .desc_menu_title {
        overflow: hidden;
    }

    .desc_menu_title > ul {
        width: max-content;
        padding: 0;
    }

    .desc_menu_title > ul > li {
        line-height: 48px;
    }

    .desc_menu_title > ul > li .title {
        font-size: 28px;
    }
}

.ly_download_1 .top_title {
    margin-bottom: 28px
}

.ly_download_1 .download_list_box .box .list_box .list {
    padding-top: 22px;
    display: grid;
    gap: 20px
}

.ly_download_1 .download_list_box .download_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #f3f3f3;
    box-sizing: border-box
}

.ly_download_1 .download_list_box .download_item:first-child {
    margin-top: 0
}

.ly_download_1 .download_list_box .download_item .info_box {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    flex: 1
}

.ly_download_1 .download_list_box .download_item .info_box .info {
    width: calc(100% - 160px)
}

.ly_download_1 .download_list_box .download_item .info_box .pic_box {
    margin-right: 16px;
    height: 68px;
    width: 68px;
    position: relative
}

.ly_download_1 .download_list_box .download_item .info_box .pic_box img {
    position: absolute
}

.ly_download_1 .download_list_box .download_item .info_box .tips {
    display: block;
    font-size: 14px;
    color: #333333
}

.ly_download_1 .download_list_box .download_item .info_box .tips .size {
    margin-left: 6px
}

.ly_download_1 .download_list_box .download_item .info_box .name {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #222222;
    word-break: break-all
}

.ly_download_1 .download_list_box .download_item .btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.ly_download_1 .download_list_box .download_item .btn a {
    border-radius: 100% !important;
    border-width: 1px;
    border-style: solid;
    display: flex;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    width: 33px;
    height: 33px;
    box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase
}

.ly_download_1 .download_list_box .download_item .btn a.download_file_view {
    margin-right: 16px
}

.ly_download_1 .download_list_box .download_item .btn a i {
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px
}

.ly_download_1 .download_list_box .download_item .btn a.download_file_view i {
    font-weight: normal;
    font-size: 14px
}

.ly_download_1 .download_list_box #turn_page {
    margin-top: 80px
}

.ly_download_1 .download_list_box .total_page,
.ly_download_1 .download_list_box #turn_page li.first,
.ly_download_1 .download_list_box #turn_page li.last {
    display: none
}

.ly_download_1 .download_list_box #turn_page li:hover a {
    background-color: transparent
}

.ly_download_1 .download_list_box #turn_page li {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ly_download_1 .download_list_box #turn_page li span {
    display: inline-block;
    min-width: 24px;
    height: 24px
}

.ly_download_1 .download_list_box #turn_page li a {
    color: #727272
}

.ly_download_1 .download_list_box #turn_page li.active a {
    color: #000000
}

.ly_download_1 .download_list_box #turn_page li.prev a::before,
.ly_download_1 .download_list_box #turn_page li.prev span::before {
    content: '\e63c';
    font-size: 12px
}

.ly_download_1 .download_list_box #turn_page li.next a::before,
.ly_download_1 .download_list_box #turn_page li.next span::before {
    content: '\e641';
    font-size: 12px
}

@media screen and (max-width: 768px) {
    .ly_download_1 .download_list_box #turn_page {
        margin-top: 40px
    }

    .ly_download_1 .download_list_box .download_item {
        padding: 15px
    }

    .ly_download_1 .download_list_box .download_item .info_box .pic_box {
        margin-right: 8px;
        width: 50px;
        height: 50px
    }

    .ly_download_1 .download_list_box .download_item .info_box .info {
        padding-right: 10px;
        width: calc(100% - 80px);
        box-sizing: border-box
    }

    .ly_download_1 .download_list_box .download_item .info_box .name {
        margin-bottom: 10px;
        font-size: 14px
    }

    .ly_download_1 .download_list_box .download_item .info_box .tips {
        font-size: 14px
    }

    .ly_download_1 .download_list_box .download_item .btn a {
        padding: 0 14px;
        font-size: 12px
    }
}

@media screen and (max-width: 450px) {
    .ly_download_1 .download_list_box .download_item .info_box .tips {
        font-size: 12px
    }
}

.ly_download_1[data-visual-id="2011"] {
    background-color: #ffffff;
    padding-top: 27px;
    padding-bottom: 40px;;
}

.ly_download_1[data-visual-id="2011"] .top_title .t_title {
    font-size: 36px;
    color: #000000;
}

.ly_download_1[data-visual-id="2011"] .btn a {
    background-color: #00000000;
    color: #222222;
    border: 1px solid #222222;
}

.ly_download_1[data-visual-id="2011"] .download_list_box .box .list_box .list {
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 1000px) {
    .ly_download_1[data-visual-id="2011"] .btn a:hover {
        background-color: #222222;
        color: #FFFFFF;
        border: 1px solid #00000000;
    }
}

@media screen and (max-width: 1000px) {
    .ly_download_1[data-visual-id="2011"] {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .ly_download_1[data-visual-id="2011"] .top_title .t_title {
        font-size: 24px;
    }

    .ly_download_1[data-visual-id="2011"] .download_list_box .box .list_box .list {
        grid-template-columns: repeat(1, 1fr);
    }
}



.ly_product_list_2[data-visual-id="2008"] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ly_product_list_2[data-visual-id="2008"]
    .products_category_wrapper
    .cate_item {
    color: #555555;
  }

  .ly_product_list_2[data-visual-id="2008"]
    .products_category_wrapper
    .cate_item:hover {
    color: #222222;
  }

  .ly_product_list_2[data-visual-id="2008"]
    .products_category_wrapper
    .cate_item.cur {
    color: #222222;
  }

  .ly_product_list_2[data-visual-id="2008"] .list_box {
    grid-template-columns: repeat(4, calc((100% - 90px) / 4));
  }
  @media screen and (max-width: 500px) {
    .ly_product_list_2[data-visual-id="2008"] .list_box {
        grid-template-columns: repeat(2, calc((100% - 30px) / 2));
    }
}

  .ly_product_list_2[data-visual-id="2008"] .relate_box .top_title {
    color: #222222;
  }

  .ly_product_list_2[data-visual-id="2008"]
    .relate_box.list_bottom_box
    .top_title {
    color: #222222;
  }
  .cur_item{
    font-weight: bolder;
    color: #DA251C;
    font-size:16px;
  }