:root {
  --ThemesBoxTitleColor: #111111;
  --ThemesBoxSubTitleColor: #555555;
  --ThemesTextContentColor: #555555;
  --ThemesBodyColor: #ffffff;
  --ThemesProductsTitleColor: #111111;
  --ThemesAddToCartTextColor: #000100;
  --ThemesAddToCartBgColor: #fde642;
  --ThemesAddToCartBorderColor: #00000000;
  --ThemesAddToCartTextHoverColor: #FFFFFF;
  --ThemesAddToCartBgHoverColor: #15212d;
  --ThemesAddToCartBorderHoverColor: #00000000;
  --ThemesBatchInquiryTextColor: #FFFFFF;
  --ThemesBatchInquiryBgColor: #15212d;
  --ThemesBatchInquiryBorderColor: #00000000;
  --ThemesBatchInquiryTextHoverColor: #000100;
  --ThemesBatchInquiryBgHoverColor: #fde642;
  --ThemesBatchInquiryBorderHoverColor: #00000000;
  --ThemesBoxTitleFont: OpenSans-Bold;
  --ThemesBoxSubTitleFont: Opensans-Regular;
  --ThemesTextContentFont: Opensans-Regular;
  --ThemesButtonFont: OpenSans-Bold;
  --ThemesProductsTitleFont: OpenSans-Bold;
  --FloatMessageTitleColor: #FFFFFF;
  --FloatMessageTitleBgColor: #15212d;
  --FloatMessageArrowColor: #FFFFFF;
  --FloatMessageButtonTextColor: #ffffff;
  --FloatMessageButtonHoverTextColor: #000000;
  --FloatMessageButtonBgColor: #15212d;
  --FloatMessageButtonBgHoverColor: #fce542;
  --FloatMessageButtonBorderColor: #00000000;
  --FloatMessageButtonBorderHoverColor: #00000000;
  --ButtonRadiusSizePc: 34px;
  --ButtonRadiusSizeMobile: 34px;
  --ProductsPriceFont: OpenSans-Bold;
}

@keyframes move {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0%)
  }
}

@keyframes movenormal {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0%)
  }
}

.ly_header_24 .wide {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ly_header_24 .logo {
  padding: 10px 0
}

.ly_header_24 .nav {
  padding: 20px 0;
  flex: 1
}

.ly_header_24 .nav li {
  padding: 10px 0
}

.ly_header_24 .nav ul li a {
  color: var(--ThemesNavTextColor);
  font-family: var(--ThemesNavFont)
}

.ly_header_24 .nav ul li a:hover {
  text-decoration: none;
  color: var(--ThemesNavTextHoverColor)
}

.ly_header_24 .nav {
  font-family: var(--ThemesNavFont)
}

.ly_header_24 .tool {
  display: flex;
  align-items: center
}

.ly_header_24 .tool a:hover {
  text-decoration: none
}

.ly_header_24 .tool .tool_search {
  padding: 0 20px
}

.ly_header_24 .tool .tool_language {
  height: 21px
}

.ly_header_24 .tool .tool_language * {
  line-height: 21px
}

.ly_header_24 .tool .tool_search .icon-search1 {
  color: var(--ThemesHeaderIconColor);
  font-size: 20px
}

.ly_header_24 .tool .tool_language .default_language_currency_style {
  line-height: 25px
}

.ly_header_24 .tool .tool_language .default_language_currency_style dt {
  color: var(--ThemesHeaderTextColor);
  font-size: 14px;
  padding: 0 20px
}

.ly_header_24 .tool .tool_language .default_language_currency_style i {
  transform: scale(0.8);
  color: var(--ThemesHeaderIconColor)
}

.ly_header_24 .tool .tool_user .tool_member_entrance {
  display: block;
  padding: 0 20px
}

.ly_header_24 .tool .tool_user .icon-member2 {
  color: var(--ThemesHeaderIconColor);
  font-size: 20px
}

.ly_header_24 .tool .tool_inquiry .tool_inquiry_icon {
  display: block;
  padding: 0 20px;
  font-size: 20px
}

.ly_header_24 .tool_inquiry .icon-inquiry1 {
  color: var(--ThemesHeaderIconColor);
  font-size: 20px
}

.ly_header_24 .tool .tool_inquiry_btn {
  padding: 12px 18px;
  margin-left: 30px;
  border-radius: 25px
}

.ly_header_24 .tool .tool_inquiry_btn a {
  font-size: 14px;
  ;color: #fff
}

.ly_header_24 .tool_menu {
  display: none;
  color: var(--ThemesHeaderIconColor);
  font-size: 20px;
  margin: 0 10px
}

@media screen and (max-width: 1000px) {
  .ly_header_24 .nav {
    display: none
  }

  .ly_header_24 .tool {
    width: auto
  }

  .ly_header_24 .tool_language {
    display: none
  }

  .ly_header_24 .tool .tool_user {
    display: none
  }

  .ly_header_24 .tool .tool_inquiry {
    padding: 0;
    margin: 0px
  }

  .ly_header_24 .tool .tool_inquiry .tool_inquiry_icon {
    padding: 0;
    margin-right: 20px
  }

  html[lang=ar] .ly_header_24 .tool .tool_inquiry .tool_inquiry_icon {
    margin: 0 0 0 20px
  }

  .ly_header_24 .tool .tool_inquiry .icon-inquiry1 {
    font-size: 26px
  }

  .ly_header_24 .tool .tool_inquiry_btn {
    display: none
  }

  .ly_header_24 .tool_menu {
    display: block;
    margin: 0
  }

  .ly_header_24 .tool .tool_search {
    padding: 0;
    margin: 0 20px
  }

  .ly_header_24 .tool .tool_search .icon-search1 {
    font-size: 26px
  }

  .ly_header_24 .tool .tool_menu .icon-mb_menu2 {
    font-size: 26px
  }
}

:root {
  --ThemesHeaderBgColor: #ffffff;
  --ThemesHeaderTextColor: #222222;
  --ThemesHeaderIconColor: #222222;
  --ThemesNavTextColor: #222222;
  --ThemesNavTextHoverColor: #54b9fd;
  --ThemesNavLevel2TextColor: #000000;
  --ThemesNavLevel2TextHoverColor: #000000;
  --ThemesNavLevel3TextColor: #000000;
  --ThemesNavLevel3TextHoverColor: #000000;
  --ThemesNavLevel4TextColor: #000000;
  --ThemesNavLevel4TextHoverColor: #000000;
  --ThemesNavFont: OpenSans-Bold;
}

.ly_header_24[data-visual-id="1324"] .logo {
  width: 201px;
}

.ly_header_24[data-visual-id="1324"] .nav li a {
  font-size: 16px;
  padding: 0 20px;
}

.ly_header_24[data-visual-id="1324"] .tool_inquiry_btn {
  background-color: #15212d;
  border: 1px solid #00000000
}

.ly_header_24[data-visual-id="1324"] .tool_inquiry_btn a {
  color: #FFFFFF
}

.ly_header_24[data-visual-id="1324"] .tool_inquiry_btn:hover {
  background-color: #fce542;
  border: 1px solid #00000000
}

.ly_header_24[data-visual-id="1324"] .tool_inquiry_btn:hover a {
  color: #000000
}

.ly_header_24[data-visual-id="1324"] .nav .default_nav_style {
  justify-content: left;
}

@media screen and (max-width: 1000px) {
  .ly_header_24[data-visual-id="1324"] .logo {
    width: 115px;
  }
}

.ly_other_2 .other_wrapper {
  position: relative;
  padding: 25px 0
}

.ly_other_2 .other_wrapper .bread_crumb .bread_column {
  margin-bottom: 5px
}

@media screen and (max-width: 1440px) {
  .ly_other_2 .other_wrapper {
    padding: 25px 20px
  }
}

.ly_other_2[data-visual-id="1450"] {
  background-color: #f7f7f7;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ly_other_2[data-visual-id="1450"] .other_wrapper .bread_crumb ,.ly_other_2[data-visual-id="1450"] .other_wrapper .bread_crumb a {
  color: #555555;
  font-size: 14px
}

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

  .ly_other_2[data-visual-id="1450"] .other_wrapper .bread_crumb ,.ly_other_2[data-visual-id="1450"] .other_wrapper .bread_crumb a {
    font-size: 12px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.ly_product_description_1[data-visual-id="1343"] {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.ly_product_description_1[data-visual-id="1343"] .desc_menu_title>ul>li .title:before {
  background-color: #13141a;
}

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

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

.ly_product_description_1[data-visual-id="1343"] .editor_txt {
  color: #555555
}

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

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

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

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

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

.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="1344"] {
  background-color: #ffffff;
  padding-top: 27px;
  padding-bottom: 40px;
  ;
}

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

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

.ly_download_1[data-visual-id="1344"] .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="1344"] .btn a:hover {
    background-color: #222222;
    color: #FFFFFF;
    border: 1px solid #00000000;
  }
}

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

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

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

.ly_footer_24 {
  background-color: var(--ThemesFooterBgColor);
  border-top: 1px solid var(--ThemesFooterLineColor)
}

.ly_footer_24 .nav {
  padding-top: 85px;
  padding-bottom: 45px
}

.ly_footer_24 .copy {
  padding: 25px 0;
  color: var(--ThemesFooterTextColor);
  font-size: 14px;
  text-align: left;
  border-top: 1px solid var(--ThemesFooterLineColor)
}

.ly_footer_24 .copy a {
  color: var(--ThemesFooterTextColor)
}

.ly_footer_24 .follow_us_list li {
  width: 36px
}

.ly_footer_24 .follow_us_list li a {
  height: 36px;
  text-align: center
}

.ly_footer_24 .follow_us_list i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: var(--ThemesFooterIconColor);
  color: var(--ThemesFooterBgColor);
  font-size: 22px
}

.ly_footer_24 .default_foot_menu_style .menu_list {
  margin-bottom: 30px
}

.ly_footer_24 .default_foot_menu_style .menu_list dl {
  padding-right: 20%
}

.ly_footer_24 .default_foot_menu_style .menu_list dd {
  font-family: var(--ThemesFooterNavFont)
}

.ly_footer_24 .default_foot_menu_style .menu_list dd, .ly_footer_24 .default_foot_menu_style .menu_list dd a {
  font-size: 14px;
  color: var(--ThemesFooterTextColor);
  line-height: 1.5
}

.ly_footer_24 .default_foot_menu_style .menu_list dt {
  font-family: var(--ThemesFooterNavFont)
}

.ly_footer_24 .default_foot_menu_style .menu_list dt, .ly_footer_24 .default_foot_menu_style .menu_list dt a {
  color: var(--ThemesFooterTitleColor);
  font-size: 16px;
  margin-bottom: 30px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_menu dd {
  margin-bottom: 15px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_contact dd.row {
  margin-bottom: 15px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_custom_content a.link {
  color: var(--ThemesFooterTextColor);
  padding: 12px 25px;
  display: inline-block;
  border-radius: 23.5px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .subtitle {
  margin-bottom: 35px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_style {
  margin-bottom: 10px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form {
  display: flex;
  align-items: flex-start
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form input, .ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form button {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  margin-bottom: 0
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form .text {
  margin-bottom: 0;
  text-indent: 15px;
  font-size: 14px;
  flex-grow: 1;
  max-width: 350px;
  border: 1px solid transparent;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form .subscribe {
  border: 1px solid transparent;
  color: #ffffff;
  padding: 0 17px;
  cursor: pointer;
  border-radius: 0 35px 35px 0
}

.ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .default_newsletter_form .subscribe i {
  font-size: 24px
}

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

  .ly_footer_24 .default_foot_menu_style .menu_list {
    margin: 0
  }

  .ly_footer_24 .default_foot_menu_style .menu_list dl {
    padding: 0;
    border-bottom: 1px solid var(--ThemesFooterLineColor)
  }

  .ly_footer_24 .default_foot_menu_style .menu_list dl dt {
    margin: 0;
    padding: 15px 0
  }

  .ly_footer_24 .default_foot_menu_style .menu_list dl dt>i {
    font-size: 20px
  }

  .ly_footer_24 .default_foot_menu_style .menu_list dl dd {
    display: none
  }

  .ly_footer_24 .default_foot_menu_style .menu_list dl.focus dd {
    display: block
  }

  .ly_footer_24 .default_foot_menu_style .menu_list.menu_list_contact dd {
    display: none
  }

  .ly_footer_24 .default_foot_menu_style .menu_list.menu_list_contact dl.focus dd {
    display: flex
  }

  .ly_footer_24 .default_foot_menu_style .menu_list.menu_list_newsletter .subtitle {
    margin-bottom: 20px
  }
}

:root {
  --ThemesFooterBgColor: #1b2938;
  --ThemesFooterTitleColor: #ffffff;
  --ThemesFooterTextColor: #ffffff;
  --ThemesFooterIconColor: #ffffff;
  --ThemesFooterNavFont: Opensans-Regular;
}

.ly_footer_24[data-visual-id="1333"] .default_foot_menu_style .menu_list[data-blocks="Newsletter-1"] .default_newsletter_style .subscribe {
  color: #ffffff;
  border: 1px solid #00000000;
  background-color: #54b9fd;
}

.ly_footer_24[data-visual-id="1333"] .default_foot_menu_style .menu_list[data-blocks="CustomContent-1"] a.link {
  color: #ffffff;
  border: 1px solid #00000000;
  background-color: #54b9fd;
}

.ly_footer_24[data-visual-id="1333"] .default_foot_menu_style .menu_list[data-blocks="CustomContent-2"] a.link {
  color: #ffffff;
  border: 1px solid #00000000;
  background-color: #54b9fd;
}

@media screen and (min-width: 1000px) {
  .default_foot_menu_style .menu_list {
    width: 25%;
    box-sizing: border-box;
  }
}

.default_foot_menu_style .menu_list.menu_list_custom_content .logo {
  max-width: 100%;
  margin-bottom: 15px;
}

.default_foot_menu_style .menu_list.menu_list_custom_content .custom_content {
  margin-bottom: 15px;
}

.default_foot_menu_style .menu_list.menu_list_custom_content .custom_link {
  margin-bottom: 15px;
}

.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 {
 
  justify-content: space-between;
  align-items: self-start;
  width: 50%
}

.ly_product_purchase_2 .goods_wrapper .goods_img .thumb_size {
  max-width: 100%;
  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(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: 600px;
  margin-right: 5px;
  overflow: hidden;
  order: 1;
}

.ly_product_purchase_2 .goods_wrapper .thumb_small.btn_padding {
  box-sizing: border-box;
  margin-left: 70px;
}

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

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

.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(images/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;
    
    transform: translateX(-50%) rotate(-90deg);
    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(90deg)
}

.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_description_1 {
overflow: hidden
}

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