.productItem {
    padding: 60px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.productItem .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
}

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

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

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

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

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

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

.productItem .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
}

.productItem .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) {
    .productItem .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr:hover {
        border-width: 2px;
        border-color: #1F2328;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

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

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

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

.productItem .goods_wrapper .goods_info .g_inquiry_btn {
    display: inline-block;
    vertical-align: top
}

.productItem .goods_wrapper .goods_info .g_inquiry_btn:hover {
    text-decoration: none
}

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

.productItem .global_inquiry_bat_button {
    display: block
}

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

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

.productItem .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
}

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

.productItem .goods_wrapper .goods_img .thumb_size {
    width: 100%;
    margin: 0 auto;
    transition: .4s;
    order: 2;
    border: 1px solid #eee;
}

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

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

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

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

.productItem .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
}

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

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

.productItem .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
}

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

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

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

.productItem .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
}

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

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

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

.productItem .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
}

.productItem .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
}

.productItem .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
}

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

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

.productItem .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
}

.productItem .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
}

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

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

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

.productItem .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
}

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

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

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

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

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

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

.productItem .goods_wrapper .pro_video {
    display: none
}

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

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

    .productItem .goods_wrapper {
        flex-wrap: wrap
    }

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

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

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

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

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

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

    .productItem .goods_wrapper .goods_info .g_inquiry_btn {
        box-sizing: border-box
    }

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

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

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

    .productItem .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
    }

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

    .productItem .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
    }

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

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

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

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

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

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

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

.productItem .goods_wrapper .goods_info .g_inquiry_btn {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #2269e9;
    border: 1px solid #00000000;
    font-size: 16px;
    border-radius: 0px !important;
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
    height: 46px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

.productItem .goods_wrapper .goods_info .g_inquiry_btn:hover {
    color: #FFFFFF;
    background-color: #59be86;
    border: 1px solid #00000000;
}

.productItem .global_inquiry_bat_button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #ef8d27;
    border: 1px solid #00000000;
    font-size: 16px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1;
}

.productItem .global_inquiry_bat_button:hover {
    color: #FFFFFF;
    background-color: #f4ac61;
    border: 1px solid #00000000;
}

.productItem {
    background-color: #ffffff;
}

.productItem .goods_wrapper .goods_info .g_name {
    font-size: 30px;
    color: #222222;
}

.productItem .goods_wrapper .goods_info .g_number {
    font-size: 12px;
    color: #222222;
}

.productItem .goods_wrapper .goods_info .g_desc {
    font-size: 16px;
    color: #193e8d;
    margin: 5% 0 8% 0;
}

.productItem .goods_wrapper .goods_info .g_params {
    font-size: 14px;
    color: #222222;
}

.productItem .goods_wrapper .goods_info .g_price {
    font-size: 24px;
    color: #222222;
}

@media screen and (max-width: 1000px) {
    .productItem .goods_wrapper .goods_info .g_name {
        font-size: 20px;
    }

    .productItem .goods_wrapper .goods_info .g_number {
        font-size: 12px;
    }

    .productItem .goods_wrapper .goods_info .g_desc {
        font-size: 12px;
    }

    .productItem .goods_wrapper .goods_info .g_params {
        font-size: 12px;
    }

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

.ly_product_description_1 {
    overflow: hidden
}

.ly_product_description_1 .d_title {
    margin-bottom: 30px
}

.ly_product_description_1[data-visual-id="1384"] .desc_menu_title>ul>li {
    line-height: 1.8615;
}

.ly_product_description_1[data-visual-id="1384"] {
    padding-top: 2%;
    padding-bottom: 3%;
}

.ly_product_description_1[data-visual-id="1384"] .description_box .d_title {
    color: #13141a;
    font-size: 36px
}

.ly_product_description_1[data-visual-id="1384"] .desc_menu_title>ul>li .title {
    color: #193e8d;
    font-size: 36px
}

.ly_product_description_1[data-visual-id="1384"] .desc_menu_title>ul>li .title:before {
    background-color: #193e8d;
}

.ly_product_description_1[data-visual-id="1384"] .desc_item .desc_item_head {
    color: #13141a;
    font-size: 36px;
}

.ly_product_description_1[data-visual-id="1384"] .desc_item .desc_item_head::after {
    font-size: 36px;
}

.ly_product_description_1[data-visual-id="1384"] .editor_txt {
    color: #2c2b2b
}

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

    .ly_product_description_1[data-visual-id="1384"] .description_box .d_title {
        font-size: 24px
    }

    .ly_product_description_1[data-visual-id="1384"] .desc_menu_title>ul>li .title {
        font-size: 24px
    }

    .ly_product_description_1[data-visual-id="1384"] .desc_item .desc_item_head {
        font-size: 24px;
    }

    .ly_product_description_1[data-visual-id="1384"] .desc_item .desc_item_head::after {
        font-size: 24px;
    }
}

.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;
}

.desc_menu_accordion .desc_item .desc_item_head {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 0;
}

.desc_menu_accordion .desc_item .desc_item_head::after {
    content: "\e600";
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    font-family: "iconfont" !important;
    transition: all .3s;
    font-size: 30px;
    font-weight: normal;
}

.desc_menu_accordion .desc_item .desc_item_panel {
    display: none;
    overflow: hidden;
    padding: 15px 0;
}

.desc_menu_accordion .desc_item.current .desc_item_head::after {
    content: "\e628";
}

@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;
    }

    .desc_menu_accordion .desc_item .desc_item_head {
        font-size: 18px;
        padding: 15px 0;
    }

    .desc_menu_accordion .desc_item .desc_item_head::after {
        font-size: 16px;
        top: 19px;
    }
}

.desc_menu_list img{
    height: auto !important;
}

@media screen and (max-width: 767px){

    .productItem{
        margin-top: 10%;
    }
}
