.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}



.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:30px;
    height:30px;
    float:left;
    background-image:url(//wm.cdn.cn86.cn/wmy70/2025/09/11571fe2c5ra706b.png);
    background-repeat:no-repeat;
    background-position:center center;
    margin-right: 15px;
}

.poorder #uioi {
    width:30px;
    height:30px;
    float:left;
    background-image:url(//wm.cdn.cn86.cn/wmy70/2025/09/11571fe2c5ra706b.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(//wm.cdn.cn86.cn/wmy70/2025/09/3348b6566bccc4xp.png) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(//wm.cdn.cn86.cn/wmy70/2025/09/3348b6566bccc4xp.png) !important;
}

.jqzoom {
  position: static;
  overflow: visible;
}
/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

/* CSS Document */
body{
--themeColor:#f89d44;
--btnBgColor:#000000;
--btnTextColor:#ffffff;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #666;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

i {
  font-style: normal;
}

img {
  border: none;
  /* max-width: 100%; */
  /* display: block; */
}


table {
  border-collapse: collapse;
}

input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

textarea {
  resize: none;
  overflow: auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background: #fff;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #cdcdcd;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #cdcdcd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  color: #cdcdcd;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

.wrap {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}

.max1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.bossgoo-com-item {
  padding-top: 80px;
}

.bossgoo-com-item .first-title {
  /* font-family: var(--fontRegular); */
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.text-hidden1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-hidden2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-hidden3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'), url('../fonts/barlow-regular-webfont.woff') format('woff'), url('../fonts/barlow-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular.woff') format('woff'), url('../fonts/poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AcademyC';
  src: url('../fonts/academyc.woff') format('woff'), url('../fonts/academyc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aleo';
  src: url('../fonts/aleo.woff') format('woff'), url('../fonts/aleo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bitter';
  src: url('../fonts/bitter-regular.woff') format('woff'), url('../fonts/bitter-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ChunkFive';
  src: url('../fonts/chunkfive-regular.woff') format('woff'), url('../fonts/chunkfive-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/dosis-regular.woff') format('woff'), url('../fonts/dosis-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/heebo-regular-7.woff') format('woff'), url('../fonts/heebo-regular-7.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica.woff') format('woff'), url('../fonts/helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-regular-5.woff') format('woff'), url('../fonts/hind-regular-5.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.woff') format('woff'), url('../fonts/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ostrich Sans';
  src: url('../fonts/ostrich-regular.woff') format('woff'), url('../fonts/ostrich-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* @font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fin_serif_displayregular';
    src: url('../fonts/finserifdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/finserifdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
@media only screen and (max-width:1480px) {
  .wrap{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width:1040px) {
 
  body {
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .wrap{
    padding: 0;
  }
  .wrap{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .bossgoo-com-item {
    padding-top: 30px;
  }
  .bossgoo-com-item .first-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:767px) {

  .bossgoo-com-item {
    padding-top: 30px;
  }
  .bossgoo-com-item .first-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}


/*==========以下部分是Validform必须的===========*/

.Validform_checktip {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.Validform_right {
  color: #71b83d;
}

.Validform_wrong {
  color: red;
  white-space: nowrap;
}

.Validform_loading {
  padding-left: 20px;
  background: url(../images/onload.gif) no-repeat left center;
}

.Validform_error {
  background-color: #ffe7e7;
}

#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}

#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #cc0;
}

#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}

.bossgoo-header-nav1 {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.bossgoo-header-nav1 .header-main {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bossgoo-header-nav1 .logo-box {
  display: flex;
  align-items: center;
}

.bossgoo-header-nav1 .logo {
  max-width: 200px;
  margin-left: 22px;
}

.bossgoo-header-nav1 .logo img {
  max-height: 90px;
}
 .bossgoo-header-nav1 .nav2 > ul > li a{
        font-size: 16px;
    }

    .rem_tab_t ul li a{
        font-size: 14px;
    }

    .video-list .title{
        font-size: 16px;
    }
.bossgoo-header-nav1 .nav-right {
  display: flex;
}

.bossgoo-header-nav1 .nav2 {
  margin-right: 30px;
}

.bossgoo-header-nav1 .nav2 a:hover {
  color: var(--themeColor);
}

.bossgoo-header-nav1 .nav2>ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.bossgoo-header-nav1 .nav2>ul>li {
  position: relative;
  /* line-height: 40px; */
  padding: 0 28px;
}

.bossgoo-header-nav1 .second-nav {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0%;
  top: 100%;
  width: 300px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 3px 1px 16px 0px rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--themeColor);
}

.bossgoo-header-nav1 .second-nav a {
  color: #707070;
}

.bossgoo-header-nav1 .second-nav>li {
  position: relative;
  padding: 6px 0;
}

.bossgoo-header-nav1 .second-nav>li>a {
  position: relative;
  display: block;
  padding: 0 25px 0 15px;
  /* line-height: 35px; */
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .bossgoo-header-nav1 .second-nav>li:hover>a{
  word-break: break-all;
    overflow: hidden;
    white-space: initial;
}

.bossgoo-header-nav1 .third-nav>li:hover>a{
  word-break: break-all;
    overflow: hidden;
    white-space: initial;
} */

.bossgoo-header-nav1 .second-nav>li>a .icon-arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: '宋体'!important;
}

.bossgoo-header-nav1 .third-nav {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
  width: 300px;
  max-height: 300px;
  overflow: auto;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 3px 1px 16px 0px rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--themeColor);
}
.bossgoo-header-nav1 .third-nav>li{
  padding: 5px 0;
}
.bossgoo-header-nav1 .third-nav>li>a {
  display: block;
  line-height: 1.5;
  /* line-height: 35px; */
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-header-nav1 .nav2>ul>li:hover .second-nav {
  display: block;
}

.bossgoo-header-nav1 .second-nav>li:hover .third-nav {
  display: block;
}

.bossgoo-header-nav1 .line {
  margin-top: 22px;
  width: 1px;
  height: 46px;
  background: #7c7c7c;
}

.bossgoo-header-nav1 .search-box {
  width: 150px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--themeColor);
  color: #fff;
  cursor: pointer;
}

.bossgoo-header-nav1 .search-box span {
  margin-left: 10px;
}

.bossgoo-header-nav1 .header-search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}

.bossgoo-header-nav1 .header-search-box .max1920 {
  padding: 10px 0;
  background-color: #ededed;
}

.bossgoo-header-nav1 .header-search-box .wrap {
  display: flex;
}

.bossgoo-header-nav1 .header-search-box .search-main {
  position: relative;
  flex: 1;
  height: 40px;
}

.bossgoo-header-nav1 .header-search-box .search-main .input-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 30px;
  line-height: 40px;
  font-size: 20px;
  background-color: #fff;
}

.bossgoo-header-nav1 .header-search-box .search-main .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #999;
  cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close .icon-close-bold {
  font-size: 24px;
  color: #515151;
}

.bossgoo-header-nav1 ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

.bossgoo-header-nav1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

.bossgoo-header-nav1 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

@media only screen and (max-width: 1650px) {
  .bossgoo-header-nav1 .name {
    display: none;
  }
}

@media only screen and (max-width: 1540px) {
  .bossgoo-header-nav1 .nav2>ul>li {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .bossgoo-header-nav1 .header-main {
    padding: 0;
  }
  .bossgoo-header-nav1 .nav2 {
    margin-right: 10px;
  }
  .bossgoo-header-nav1 .search-box {
    width: 120px;
  }
  .bossgoo-header-nav1 .logo {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1160px) {
  .bossgoo-header-nav1 .logo {
    max-width: 105px;
  }
  .bossgoo-header-nav1 .nav2>ul>li {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-header-nav1 .header-phone {
    height: 50px;
    display: flex;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  }
  .bossgoo-header-nav1 .logo {
    max-width: 100%;
  }
  .bossgoo-header-nav1 .header-phone .menu-icon,
  .bossgoo-header-nav1 .header-phone .search-box,
  .bossgoo-header-nav1 .header-phone .language-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .bossgoo-header-nav1 .header-phone .menu-icon,
  .bossgoo-header-nav1 .header-phone .search-box {
    width: 50px;
  }
  .bossgoo-header-nav1 .header-phone .menu {
    position: relative;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    background: #333;
    color: #fff;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 30px;
    padding-right: 12.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav>ul {
    display: block;
    padding: 20px 0;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav>ul>li {
    position: relative;
    padding: 0 30px 0 15px;
    margin-bottom: 5px;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-second-nav>li {
    position: relative;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav .icon-xia {
    position: absolute;
    top: 0;
    font-size: 8px;
    line-height: 35px;
    padding: 0 20px;
  }
  .bossgoo-header-nav1 .phone-nav>ul>li>.icon-xia {
    right: 0;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav .icon-up {
    transform: rotate(180deg);
    transition: all .1s;
  }
  .bossgoo-header-nav1 .phone-nav .phone-second-nav>li>.icon-xia {
    right: -30px;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-second-nav,
  .bossgoo-header-nav1 .header-phone .menu .phone-third-nav {
    display: none;
    padding-left: 15px;
  }
  .bossgoo-header-nav1 .header-phone .search-box {
    background: #fff;
  }
  .bossgoo-header-nav1 .header-phone .search-box .icon-fangdajing {
    color: #8e8e8e;
  }
  .bossgoo-header-nav1 .header-phone .country {
    background-color: var(--themeColor);
    color: #fff;
  }
  .bossgoo-header-nav1 .header-phone .icon-liebiao1 {
    font-size: .30px;
  }
  .bossgoo-header-nav1 .header-phone .icon-yuyan {
    font-size: .19px;
  }
  .bossgoo-header-nav1 .header-phone .logo {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 6px 0;
  }
  .bossgoo-header-nav1 .header-phone .logo img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .bossgoo-header-nav1 .header-phone .right-item {
    display: flex;
  }
  .bossgoo-header-nav1 .search-wrap {
    display: flex;
    padding: 12.5px;
    background: #ededed;
  }
  .bossgoo-header-nav1 .search-wrap .search-item {
    flex: 1;
    display: flex;
  }
  .bossgoo-header-nav1 .search-wrap .input-text {
    flex: 1;
    display: block;
    padding: 0 15px;
    line-height: 45px;
    background-color: #fff;
  }
  .bossgoo-header-nav1 .search-wrap .search-icon,
  .bossgoo-header-nav1 .search-wrap .search-close {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
  }
  .bossgoo-header-nav1 .search-wrap .search-icon {
    background: #999;
    color: #fff;
  }
  .bossgoo-header-nav1 .search-wrap .search-icon .icon-fangdajing {
    font-size: 15px;
  }
  .bossgoo-header-nav1 .search-wrap .search-close {
    background: #f4f4f4;
    color: #515151;
  }
  .input-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input-text::-moz-placeholder {
    font-size: 16px;
  }
  .input-text:-ms-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-header-nav1 .header-phone {
    height: 35px;
  }
  .bossgoo-header-nav1 .header-phone .menu-icon,
  .bossgoo-header-nav1 .header-phone .search-box {
    width: 35px;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav {
    width: 230px;
    max-height: 300px;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav a {
    line-height: 35px;
  }
  .bossgoo-header-nav1 .header-phone .menu .phone-nav>ul {
    padding: 10px 0;
  }
  .bossgoo-header-nav1 .header-phone .icon-liebiao1 {
    font-size: 24px;
  }
  .bossgoo-header-nav1 .search-wrap {
    padding: 7.5px 10px;
  }
  .bossgoo-header-nav1 .search-wrap .input-text {
    padding: 0 8px;
    line-height: 28px;
  }
  .bossgoo-header-nav1 .search-wrap .search-icon,
  .bossgoo-header-nav1 .search-wrap .search-close {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .bossgoo-header-nav1 .search-wrap .search-icon .icon-fangdajing {
    font-size: 8px;
  }
  .input-text::-webkit-input-placeholder {
    font-size: 13px;
  }
  .input-text::-moz-placeholder {
    font-size: 13px;
  }
  .input-text:-ms-input-placeholder {
    font-size: 13px;
  }
}

.bossgoo-index-about9 {
  margin-bottom: 60px;
}
.bossgoo-index-about9 .maintitle {
  text-align: left;
  color: #333;
  font-weight: bold;
  /* font-family: var(--fontRegular); */
  margin-bottom: 30px;
}
.bossgoo-index-about9 .aboutbar .text{
  /* max-height: 100px; */
  line-height: 32px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  /* text-align: justify; */
  overflow: hidden;
  /* padding-right: 60px; */
}

.bossgoo-index-about9 .aboutbar {
  display: flex;
  min-height: 320px;
  margin-bottom: 30px;
}
.bossgoo-index-about9 .aboutbar .left {
  width: 50%;
  height: auto;
}
.bossgoo-index-about9 .aboutbar .left .text p {
  font-size: 16px;
  padding-right: 60px;
}
.bossgoo-index-about9 .aboutbar .right {
  width: 50%;
  background: #f2f2f2;
  position: relative;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox {
  width: 86%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
  margin-bottom: 10px;
  height: auto;
  position: relative;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 60px;
  background: url("../images/360.png") no-repeat top center / 100% 100%;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p {
  text-align: right;
  font-weight: bold;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p a {
  font-size: 14px;
  color: #999;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p a:hover {
  color: var(--themeColor);
}
.bossgoo-index-about9 .numlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bossgoo-index-about9 .numlist li {
  width: 25%;
  background: #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
}
.bossgoo-index-about9 .numlist li .number {
  font-size: 44px;
  color: #666666;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.bossgoo-index-about9 .numlist li .number:after {
  content: " ";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--themeColor);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.bossgoo-index-about9 .numlist li .text {
  font-size: 16px;
  text-align: center;
  /* padding: 0 12%; */
  padding: 0 0;
}
.bossgoo-index-about9 .numlist li:hover {
  background: var(--themeColor);
}
.bossgoo-index-about9 .numlist li:hover .number {
  color: #fff;
}
.bossgoo-index-about9 .numlist li:hover .number:after {
  background: #fff;
}
.bossgoo-index-about9 .numlist li:hover .text {
  color: #fff;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-index-about9{margin-bottom: 30px;}
  .bossgoo-index-about9 .aboutbar .text{
    max-height: 60vh !important;
  }
  .bossgoo-index-about9 .maintitle {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .bossgoo-index-about9 .aboutbar {
    min-height: 0;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .bossgoo-index-about9 .aboutbar .left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bossgoo-index-about9 .aboutbar .left .text p {
    margin-bottom: 20px;
    padding-right: 0;
    line-height: 1.5;
  }
  .bossgoo-index-about9 .aboutbar .right {
    width: 100%;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox {
    padding-bottom: 10px;
    width: 100%;
    position: static;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
    margin-bottom: 10px;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: initial;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
    width: 70px;
    height: 50px;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox p a {
    color: #999;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox p a:hover {
    color: #999;
  }
  .bossgoo-index-about9 .numlist {
    flex-wrap: wrap;
  }
  .bossgoo-index-about9 .numlist li {
    width: 50%;
    background: #fff;
    padding: 50px 0;
  }
  .bossgoo-index-about9 .numlist li .number {
    line-height: 1.5;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bossgoo-index-about9 .numlist li .number:after {
    width:40px;
    height:4px;
  }
  .bossgoo-index-about9 .numlist li .text {
    font-size: 20px;
    line-height: 1.5;
  }
  .bossgoo-index-about9 .numlist li:hover {
    background: #fff;
  }
  .bossgoo-index-about9 .numlist li:hover .number {
    color: #666;
  }
  .bossgoo-index-about9 .numlist li:hover .number:after {
    background: var(--themeColor);
  }
  .bossgoo-index-about9 .numlist li:hover .text {
    color: #666;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-about9 .maintitle {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .bossgoo-index-about9 .aboutbar {
    flex-wrap: wrap;
    min-height: 320px;
    margin-bottom: 20px;
  }
  .bossgoo-index-about9 .aboutbar .left {
    padding-left:10px;
    padding-right: 10px;
  }
  .bossgoo-index-about9 .aboutbar .left .text p {
    margin-bottom:20px;
    padding-right: 0;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
    margin-bottom: 10px;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
    width: 60px;
    height:40px;
  }
  .bossgoo-index-about9 .numlist {
    flex-wrap: wrap;
  }
  .bossgoo-index-about9 .numlist li {
    width: 50%;
    background: #fff;
    padding: 0px;
  }
  .bossgoo-index-about9 .numlist li .number {
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .bossgoo-index-about9 .numlist li .number:after {
    width: 30px;
    height: 3px;
  }
  .bossgoo-index-about9 .numlist li .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-about9 .wrap {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
  }
}

.bossgoo-index-about9 .aboutbar .text {
  -webkit-line-clamp: initial;
  max-height: 380px;
  overflow-y: auto;
}

@media only screen and (max-width: 1440px) {
  /* .bossgoo-index-about9 .aboutbar .text {
      max-height: initial;
  } */
}

.bossgoo-index-about9 .aboutbar .text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 1);
}
.bossgoo-index-about9 .aboutbar .text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
.bossgoo-index-about9 .aboutbar .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(0, 0, 0, .5);
}

.bossgoo-index-banner1 .swiper-slide img {
  display: block;
}

.bossgoo-index-banner1 .swiper-pagination-bullet-active {
  background: var(--themeColor);
}

.bossgoo-index-banner2 {
  width: 100%;
}

.bossgoo-index-banner2  img{
  width: 100%;
}

.bossgoo-index-banner2 .swiper-button-next,
.bossgoo-index-banner2 .swiper-button-prev{
  background: none;
  width: 70px;
    height: 72px;
    background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  z-index: 2;
}

.bossgoo-index-banner2 .swiper-button-prev{
  left: 0;
}

.bossgoo-index-banner2 .swiper-button-next{
  right: 0;
}

.bossgoo-index-banner2 .swiper-button-prev i,
.bossgoo-index-banner2 .swiper-button-next i{
  font-size: 18px;
}

.bossgoo-index-banner2{
  position: relative;overflow: hidden;
}
.bossgoo-index-banner2 .swiper-button-prev:after,.bossgoo-index-banner2  .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  font-size: 18px;font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .bossgoo-index-banner2 .swiper-button-next,
.bossgoo-index-banner2 .swiper-button-prev{
  background: none;
  width: 35px;
    height:35px;
    background-color: #000000;
  color: #fff;
}
.bossgoo-index-banner2 .swiper-button-prev i, .bossgoo-index-banner2 .swiper-button-next i{
  font-size: 20px;
}
.bossgoo-index-banner2 .swiper-button-prev:after,.bossgoo-index-banner2  .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  font-size: 12px;font-weight: normal;
}
}

.bossgoo-index-case56 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.bossgoo-index-case56 .first-title {
  text-align: left;
  margin-bottom: 0;
  color: #000;
  font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
}

.bossgoo-index-case56 .case56-con {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-case56 .case56-swiper {
  width: 100%;
}

.bossgoo-index-case56 .case56-swiper .swiper-slide {
  transform: scale(0.8);
}

.bossgoo-index-case56 .case56-swiper .swiper-slide-next {
  transform: scale(1);
}

.bossgoo-index-case56 .case56-item {
  width: 100%;
  height: 0;
  padding-bottom: 49.3%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.bossgoo-index-case56 .case56-itImg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.bossgoo-index-case56 .case56-itImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s;
}

.bossgoo-index-case56 .case56-itImg:hover img {
  transform: scale(1.1);
}

.bossgoo-index-case56 .case56-itText {
  color: var(--themeColor);
  position: absolute;
  left: 25px;
  top: 10%;
  max-width: 50%;
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
}

.bossgoo-index-case56 .case56-linkBox {
  width: 100%;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-case56 .case56-link {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--btnBgColor);
  color: #000;
  border-radius: 25px;
  position: relative;
  font-size: 20px;
}

.bossgoo-index-case56 .case56-link::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--themeColor);
  position: absolute;
  top: 13px;
  left: -30px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-case56 {
    padding-bottom: 30px;
  }
  .bossgoo-index-case56 .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bossgoo-index-case56 .case56-con {
    padding-top: 15px;
  }
  .bossgoo-index-case56 .case56-swiper .swiper-slide {
    transform: scale(1);
  }
  .bossgoo-index-case56 .case56-item {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-case56 .case56-itText {
    font-size: 14px;
    left: 10px;
    top: 10px;
  }
}


.country {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 30px;
    cursor: pointer;
}
.country .now-country {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.country .icon-xia {
    margin-left: 15px;
    background: url(//wm.cdn.cn86.cn/wmy70/2025/09/e42f633630sq5dh0.png) no-repeat center;
    transition: all .3s;
    width: 12px;
    height: 7px;
}

.country-list {
    position: absolute;
    z-index: 999;
    left: -10px;
    top: 100%;
    display: none;
    padding: 10px 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    max-height: 300px;
    min-width: 172px;
    overflow-y:scroll;
}

.country-list ul li{
    height: 24px;
    margin-bottom: 10px;
}
.country-list ul li a {
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}
.country-list .country-name{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.country-list ul li .more {
    justify-content: space-between;
}
.country-list-pc ul li:hover .country-name{
    color: var(--themeColor);
}
.country-list-pc img{margin-right: 6px;}

.country-pc:hover .country-list-pc{
    display: block;
}
.country-pc:hover .icon-xia{
    transform: rotate(180deg);
}

.flag-icon {
    display: block;
    width: 22px;
    height: 15px;
    margin-right: 5px;
    background-image: url('../images/language-small.png');
    background-repeat: no-repeat;
}

/*-----------------------------------language-small-------------------------------------------------*/
.flag-ny {
    background-position: 0 0;
}

.flag-is {
    background-position: -30px 0;
}

.flag-gl {
    background-position: -60px -120px;
}

.flag-no {
    background-position: -60px 0;
}

.flag-haw {
    background-position: -90px 0;
}

.flag-mi {
    background-position: -120px 0;
}

.flag_zimbabwe {
    background-position: -150px 0;
}

.flag-sm {
    background-position: -180px 0;
}

.flag-ky {
    background-position: -210px 0;
}

.flag-mt {
    background-position: -240px 0;
}

.flag-ga {
    background-position: -270px 0;
}

.flag-ps {
    background-position: 0 -20px;
}

.flag-mg {
    background-position: -30px -20px;
}

.flag_lesotho {
    background-position: -60px -20px;
}

.flag-et {
    background-position: -90px -20px;
}

.flag-bg {
    background-position: -120px -20px;
}

.flag-lt {
    background-position: -150px -20px;
}

.flag_latvia {
    background-position: -180px -20px;
}

.flag-my {
    background-position: -210px -20px;
}

.flag-ur {
    background-position: -240px -20px;
}

.flag-sd {
    background-position: -240px -20px;
}

.flag_tajikistan {
    background-position: -270px -20px;
}

.flag-ms {
    background-position: 0 -40px;
}

.flag-nl {
    background-position: -30px -40px;
}

.flag-tl {
    background-position: -60px -40px;
}

.flag-ceb {
    background-position: -60px -40px;
}

.flag-so {
    background-position: -90px -40px;
}

.flag-uz {
    background-position: -120px -40px;
}

.flag-cy {
    background-position: -150px -40px;
}

.flag-ro {
    background-position: -180px -40px;
}

.flag_switzerland {
    background-position: -210px -40px;
}

.flag-kk {
    background-position: -240px -40px;
}

.flag_laos {
    background-position: -270px -40px;
}

.flag-be {
    background-position: 0 -60px;
}

.flag-sl {
    background-position: -30px -60px;
}

.flag-si {
    background-position: -60px -60px;
}

.flag-mn {
    background-position: -90px -60px;
}

.flag-th {
    background-position: -120px -60px;
}

.flag-ht {
    background-position: -150px -60px;
}

.flag-bn {
    background-position: -180px -60px;
}

.flag-az {
    background-position: -210px -60px;
}

.flag-zu {
    background-position: -240px -60px;
}

.flag-xh {
    background-position: -240px -60px;
}

.flag-st {
    background-position: -240px -60px;
}

.flag-cs {
    background-position: -270px -60px;
}

.flag-ig {
    background-position: 0 -80px;
}

.flag-yo {
    background-position: 0 -80px;
}

.flag-sr {
    background-position: -270px -140px;
}

.flag-fa {
    background-position: -30px -80px;
}

.flag-tg {
    background-position: -30px -80px;
}

.flag-te {
    background-position: -30px -80px;
}

.flag-ta {
    background-position: -30px -80px;
}

.flag-hy {
    background-position: -60px -80px;
}

.flag-am {
    background-position: -90px -80px;
}

.flag-bs {
    background-position: -120px -80px;
}

.flag-gd {
    background-position: -150px -80px;
}

.flag-pl {
    background-position: -180px -80px;
}

.flag-hr {
    background-position: -210px -80px;
}

.flag-uk {
    background-position: -240px -80px;
}

.flag-sw {
    background-position: -270px -80px;
}

.flag-de {
    background-position: 0 -100px;
}

.flag-sq {
    background-position: -30px -100px;
}

.flag-it {
    background-position: -60px -100px;
}

.flag-ka {
    background-position: -90px -100px;
}

.flag-ru {
    background-position: -120px -100px;
}

.flag-iw {
    background-position: -150px -100px;
}

.flag-yi {
    background-position: -150px -100px;
}

.flag-lv {
    background-position: -180px -100px;
}

.flag-sk {
    background-position: -210px -100px;
}

.flag-fi {
    background-position: -240px -100px;
}

.flag-ar {
    background-position: -270px -100px;
}

.flag-kr {
    background-position: 0 -120px;
}

.flag-jp {
    background-position: -30px -120px;
}

.flag-pt {
    background-position: -60px -120px;
}

.flag-vi {
    background-position: -90px -120px;
}

.flag-km {
    background-position: -120px -120px;
}

.flag-tr {
    background-position: -150px -120px;
}

.flag-hu {
    background-position: -180px -120px;
}

.flag-id {
    background-position: -210px -120px;
}

.flag-su {
    background-position: -210px -120px;
}

.flag-jw {
    background-position: -210px -120px;
}

.flag-gr {
    background-position: -240px -120px;
}

.flag-ca {
    background-position: -270px -120px;
}

.flag-eu {
    background-position: -270px -120px;
}

.flag-hi {
    background-position: 0 -140px;
}

.flag-kn {
    background-position: 0 -140px;
}

.flag-gu {
    background-position: 0 -140px;
}

.flag-mr {
    background-position: 0 -140px;
}

.flag-ml {
    background-position: 0 -140px;
}

.flag-lb {
    background-position: -30px -40px;
}

.flag-fy {
    background-position: -30px -40px;
}

.flag_denmark {
    background-position: -30px -140px;
}

.flag-se {
    background-position: -60px -140px;
}

.flag-fr {
    background-position: -120px -140px;
}

.flag-co {
    background-position: -120px -140px;
}

.flag-cn {
    background-position: -150px -140px;
}

.flag-ne {
    background-position: -180px -140px;
}

.flag-mk {
    background-position: -210px -140px;
}

.flag-en {
    background-position: -240px -140px;
}

.flag-es {
    background-position: -270px -120px;
}

/* @media only screen and (max-width: 1400px) {
    .country .now-country span {
        display: none;
    }
} */

@media only screen and (max-width: 1200px) {
    .country {
        margin: 25px 15px;
    }
}

@media only screen and (max-width: 1040px) {
    .country {
        position: relative;
        
    }
    .country-list{
        left: auto;
        right: 0;
    }
    .country-list ul li a{
        max-width: 100px;
    }
}


.bossgoo-index-partner8 {
  position: relative;
  margin-bottom: 3.5vw;
  overflow: hidden;
}

.bossgoo-index-partner8 .titlebox {
  text-align: center;
}

.bossgoo-index-partner8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-partner8 .titlebox .maintitle:before,
.bossgoo-index-partner8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-partner8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-slide {
  padding: 10px;
}

.bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox {
  width: 100%;
  height: 100px;
  padding: 10px 5%;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox img {
  width: 100%;
  height: 79px;
  object-fit: contain;
}

.bossgoo-index-partner8 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
}

.bossgoo-index-partner8 .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  transition: all .4s;
}

.bossgoo-index-partner8 .swiper-pagination-bullet {
  background-color: #999999;
  opacity: 1;
}

.bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-container {
  position: static;
}

.bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 {
  position: relative;padding-bottom: 30px;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-partner8 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .bossgoo-index-partner8 .titlebox .maintitle:before,
  .bossgoo-index-partner8 .titlebox .maintitle:after {
    width: 30px;
    height:2px;
    top: calc(50% - 1px);
  }
  .bossgoo-index-partner8 .swiper-pagination {
    display: block;
  }
  .bossgoo-index-partner8 .partnerTitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox {
    height: 100px;
    border: 3px solid #f3f3f3;
    padding: 5px 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-slide {
    padding: 10px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox img {
    width: 100%;
    object-fit: contain;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .bossgoo-index-partner8 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background-color: #444444;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-partner8 {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .bossgoo-index-product-trending14{padding-top: 10px;}
  .bossgoo-index-products8 .titlebox .maintitle:before,
  .bossgoo-index-products8 .titlebox .maintitle:after {
    width: 20px;
  }
  .bossgoo-index-partner8 .partnerTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-slide {
    padding: 5px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox {
    height: 50px;
    border: 5px solid #f3f3f3;
    padding: 5px 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .imgBox img {
    width: 100%;
    height:39.5px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .bossgoo-index-partner8 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
  }
  .bossgoo-index-partner8 .bossgoo-index-partner8-swiper1 .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 2.5px;
    background-color: #444444;
  }
}

.bossgoo-index-product-trending14 {
  width: 100%;
}

.bossgoo-index-product-trending14 .wrap .first-title {
  /* font-size: 32px; */
  /* text-transform: uppercase; */
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox a img {
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .5s;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgB {
  width: 100%;
  height: 100%;
  background-color: var(--themeColor);
  opacity: .6;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi {
  padding: 10px 0;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-size: 16px;
  color: #f89d44;
}
.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi img{margin-right: 13px;}
.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi i {
  margin-right: 10px;
  font-size: 22px;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi:hover i {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img:hover .trending14-imgBg {
  top: 0;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text {
  padding-top: 20px;
  text-align: center;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p {
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p a:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-product-trending14 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  /* .bossgoo-index-product-trending14 .wrap .first-title {
    font-size: .56rem;
  } */
}

@media only screen and (max-width: 767px) {
  /* .bossgoo-index-product-trending14 .wrap .first-title {
    font-size: .48rem;
  } */
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item {
    width: 49%;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi {
    width: 130px;
    padding: 8px 0;
    font-size: 14px;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img:hover .trending14-imgBg {
    top: 100%;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text {
    padding-top: 10px;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p {
    font-size: 14px;
    height: 42px;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item:nth-child(2n) {
    margin-right: 0;
  }
}

.bossgoo-index-video9.bossgoo-com-item {
  padding-top: 0;
}
.bossgoo-index-video9 .cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  transition: all 0.5s;
  z-index: 10000;
}
.bossgoo-index-video9 .videobox {
  box-sizing: border-box;
  display: none;
  width: 80vw;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  text-align: center;
  overflow: hidden;
}
.bossgoo-index-video9 .videobox .closebtn {
  color: #666;
  position: absolute;
  font-size: 20px;
  top: 0px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.bossgoo-index-video9 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80vh;
}
.bossgoo-index-video9 .videobox.show,
.bossgoo-index-video9 .cover.show {
  display: block;
}
.bossgoo-index-video9 .imgbox {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bossgoo-index-video9 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
}
.bossgoo-index-video9 .imgbox .playicon {
  display: block;
  background: url("//wm.cdn.cn86.cn/wmy70/2025/09/31480abd1fenniny.png") no-repeat left center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.bossgoo-index-video9 .imgbox .playicon11 {
  display: block;
  background: url("//wm.cdn.cn86.cn/wmy70/2025/09/caa23da5ca7oko6u.png") no-repeat left center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-video9 .videobox {
    width: 90vw;
  }
  .bossgoo-index-video9 .videobox .closebtn {
    font-size: 16px;
    top: 3px;
    right: 6px;
  }
  .bossgoo-index-video9 .imgbox img {
    max-height: 600px;
  }
  .bossgoo-index-video9 .imgbox .playicon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-video9 .videobox .closebtn {
    font-size: 14px;
  }
  .bossgoo-index-video9 .imgbox .playicon {
    width: 40px;
    height:40px;
  }
  .bossgoo-index-video9 .imgbox .playicon11 {
    width:40px;
    height:40px;
  }
}


.bossgoo-index-video9 .videobox .closebtn{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .8);
  font-size: 24px;
  color: #fff;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-video9 .videobox .closebtn{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
}



.bossgoo-index-choose25 {
  width: 100%;
  line-height: 1.5;
  background-color: black;
  overflow: hidden;
}

.bossgoo-index-choose25 .first-title {
  /* color: var(--themeColor); */
  color: #fff;
  margin-bottom: 0;
  /* text-transform: uppercase; */
}

.bossgoo-index-choose25 .choose25-introduce {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.bossgoo-index-choose25 .choose25-text1 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
}

.bossgoo-index-choose25 .choose25-te1 {
  display: inline-block;
  max-height: 120px;
  overflow-y: auto;
}

.bossgoo-index-choose25 .choose25-te1::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.bossgoo-index-choose25 .choose25-te1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.bossgoo-index-choose25 .choose25-te1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.bossgoo-index-choose25 .choose25-line1 {
  display: inline-block;
  width: 100px;
  height: 2px;
}

.bossgoo-index-choose25 .choose25-line2 {
  display: inline-block;
  width: 80px;
  height: 2px;
}

.bossgoo-index-choose25 .choose25-line1-left {
  position: absolute;
  left: 0;
  top: 6px;
  background: linear-gradient(to right, var(--themeColor) 0%, transparent 100%);
}

.bossgoo-index-choose25 .choose25-line1-right {
  position: absolute;
  right: 0;
  top: 6px;
  background: linear-gradient(to right, transparent 0%, var(--themeColor) 100%);
}

.bossgoo-index-choose25 .choose25-line2-left {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: linear-gradient(to right, var(--themeColor) 0%, transparent 100%);
}

.bossgoo-index-choose25 .choose25-line2-right {
  position: absolute;
  right: 20px;
  bottom: 0;
  background: linear-gradient(to right, transparent 0%, var(--themeColor) 100%);
}

.bossgoo-index-choose25 .choose25-box {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-choose25 .choose25-le, .bossgoo-index-choose25 .choose25-ri {
  width: 50%;
}

.bossgoo-index-choose25 .choose25-leImg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

.bossgoo-index-choose25 .choose25-le-img {
  width: 100%;
  height: 100%;
  position: initial;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-choose25 .choose25-le-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-choose25 .choose25-le-line1 {
  width: 100%;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 33.3%;
  margin-top: -3px;
}

.bossgoo-index-choose25 .choose25-le-line2 {
  width: 100%;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 66.6%;
  margin-top: -3px;
}

.bossgoo-index-choose25 .choose25-le-line3 {
  width: 6px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
}

.bossgoo-index-choose25 .choose25-ri {
  padding-left: 100px;
  box-sizing: border-box;
}

.bossgoo-index-choose25 .choose25-item {
  width: 100%;
  padding: 40px;
  color: #fff;
  padding-left: 120px;
  box-sizing: border-box;
  position: relative;
  background-color: var(--themeColor);
  margin-bottom: 45px;
}

.bossgoo-index-choose25 .choose25-item:last-child {
  margin-bottom: 0;
}

.bossgoo-index-choose25 .choose25-item::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bossgoo-index-choose25 .choose25-itImg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -55px;
  font-size: 80px;
  font-weight: bold;
  font-family: Arial;
  color: #5d5d5d;
}

.bossgoo-index-choose25 .choose25-itImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-choose25 .choose25-itBox {
  width: 100%;
  height: 220px;
}

.bossgoo-index-choose25 .choose25-itTi {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.bossgoo-index-choose25 .choose25-itTex {
  width: 100%;
  padding-top: 15px;
}

.bossgoo-index-choose25 .choose25-itTe {
  font-size: 16px;
  line-height: 1.5;
  height: 145px;
  overflow: auto;
  position: relative;
  padding-right: 6px;
}

.bossgoo-index-choose25 .choose25-itTe::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.bossgoo-index-choose25 .choose25-itTe::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.bossgoo-index-choose25 .choose25-itTe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: var(--themeColor);
  opacity: .7;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-choose25 .wrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-choose25 .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bossgoo-index-choose25 .choose25-box {
    padding-top: 15px;
  }
  .bossgoo-index-choose25 .choose25-le, .bossgoo-index-choose25 .choose25-ri {
    width: 100%;
  }
  .bossgoo-index-choose25 .choose25-ri {
    padding-top: 20px;
    padding-left: 45px;
  }
  .bossgoo-index-choose25 .choose25-leImg {
    height: 0;
    padding-bottom: 177.8%;
  }
  .bossgoo-index-choose25 .choose25-le-img {
    position: absolute;
  }
  .bossgoo-index-choose25 .choose25-itBox {
    height: initial;
  }
  .bossgoo-index-choose25 .choose25-itImg {
    width: 90px;
    height: 90px;
    left: -45px;
    margin-top: -45px;
  }
  .bossgoo-index-choose25 .choose25-item {
    padding: 30px;
    padding-left: 80px;
  }
  .bossgoo-index-choose25 .choose25-itTi {
    height: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
  .bossgoo-index-choose25 .choose25-itTe {
    height: initial;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-choose25 {
    font-size: 14px;
  }
  .bossgoo-index-choose25 .choose25-ri {
    padding-left: 35px;
  }
  .bossgoo-index-choose25 .choose25-itImg {
    width: 70px;
    height: 70px;
    left: -35px;
    margin-top: -35px;
  }
  .bossgoo-index-choose25 .choose25-item {
    padding: 20px;
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .bossgoo-index-choose25 .choose25-itTi {
    font-size: 18px;
    line-height: 1.2;
  }
  .bossgoo-index-choose25 .choose25-itTe {
    font-size: 14px;
  }
  .bossgoo-index-choose25 .choose25-itTex {
    padding-top: 10px;
  }
  .bossgoo-index-choose25 .choose25-text1 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .bossgoo-index-choose25 .choose25-line1 {
    width: 50px;
  }
  .bossgoo-index-choose25 .choose25-line2 {
    width: 40px;
  }
  .bossgoo-index-choose25 .choose25-line2-left {
    left: 5px;
  }
  .bossgoo-index-choose25 .choose25-line2-right {
    right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-choose25 .choose25-itTi {
    font-size: 16px;
  }
}



.bossgoo-index-hots24 .max1920 {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-hots24 .cate-box {
  width: 50%;
}

.bossgoo-index-hots24 .cate-box .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.25%;
}

.bossgoo-index-hots24 .cate-box .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-hots24 .cate-box .img-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bossgoo-index-hots24 .cate-box .mask {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-hots24 .cate-box .text {
  width: 100%;
  padding: 0 30px;
  text-align: center;
}

.bossgoo-index-hots24 .cate-box .text p {
  font-size: 44px;
  margin-bottom: 15px;
  color: #fff;
}

.bossgoo-index-hots24 .cate-box .text .more {
  font-size: 20px;
  text-decoration: underline;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .bossgoo-index-hots24 .cate-box .text p{
    font-size: 30px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots24 .max1920 {
    display: block;
  }
  .bossgoo-index-hots24 .cate-box {
    width: 100%;
  }
  .bossgoo-index-hots24 .cate-box .text p {
    font-size: 18px;
  }
  .bossgoo-index-hots24 .cate-box .text .more {
    font-size:14px;
  }
}

.bossgoo-index-news25 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #000;
}

.bossgoo-index-news25 .first-title {
  /* color: var(--themeColor); */
  color: #fff;
  margin-bottom: 0;
  /* text-transform: uppercase; */
}

.bossgoo-index-news25 .news25-introduce {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.bossgoo-index-news25 .news25-text1 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
}

.bossgoo-index-news25 .news25-te1 {
  display: inline-block;
  max-height: 120px;
  overflow-y: auto;
}

.bossgoo-index-news25 .news25-te1::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.bossgoo-index-news25 .news25-te1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.bossgoo-index-news25 .news25-te1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.bossgoo-index-news25 .news25-line1 {
  display: inline-block;
  width: 100px;
  height: 2px;
}

.bossgoo-index-news25 .news25-line2 {
  display: inline-block;
  width: 80px;
  height: 2px;
}

.bossgoo-index-news25 .news25-line1-left {
  position: absolute;
  left: 0;
  top: 6px;
  background: linear-gradient(to right, var(--themeColor) 0%, transparent 100%);
}

.bossgoo-index-news25 .news25-line1-right {
  position: absolute;
  right: 0;
  top: 6px;
  background: linear-gradient(to right, transparent 0%, var(--themeColor) 100%);
}

.bossgoo-index-news25 .news25-line2-left {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: linear-gradient(to right, var(--themeColor) 0%, transparent 100%);
}

.bossgoo-index-news25 .news25-line2-right {
  position: absolute;
  right: 20px;
  bottom: 0;
  background: linear-gradient(to right, transparent 0%, var(--themeColor) 100%);
}

.bossgoo-index-news25 .news25-box {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-news25 .news25-item {
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.bossgoo-index-news25 .news25-item:nth-child(3n) {
  margin-right: 0;
}

.bossgoo-index-news25 .news25-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.bossgoo-index-news25 .news25-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-news25 .news25-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-news25 .news25-textBox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.bossgoo-index-news25 .news25-textTi {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}

.bossgoo-index-news25 .news25-textTe {
  width: 100%;
  padding-top: 10px;
  color: #333;
}

.bossgoo-index-news25 .news25-textDate {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-news25 .news25-dateLe {
  width: 50%;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}

.bossgoo-index-news25 .news25-dateLe span {
  margin-right: 5px;
}

.bossgoo-index-news25 .news25-dateRi {
  width: 50%;
  text-align: right;
}

.bossgoo-index-news25 .news25-dateRi a {
  font-size: 18px;
  color: var(--themeColor);
}

.bossgoo-index-news25 .news25-dateRi a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-news25 .wrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news25 .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bossgoo-index-news25 .news25-text1, .bossgoo-index-news25 .news25-textTi,
  .bossgoo-index-news25 .news25-dateRi a {
    font-size: 16px;
  }
  .bossgoo-index-news25 .news25-textTe {
    font-size: 14px;
  }
  .bossgoo-index-news25 .news25-box {
    padding-top: 15px;
  }
  .bossgoo-index-news25 .news25-textDate {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news25 .news25-textTi, .bossgoo-index-news25 .news25-dateRi a {
    font-size: 14px;
  }
  .bossgoo-index-news25 .news25-text1 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .bossgoo-index-news25 .news25-line1 {
    width: 50px;
  }
  .bossgoo-index-news25 .news25-line2 {
    width: 40px;
  }
  .bossgoo-index-news25 .news25-line2-left {
    left: 5px;
  }
  .bossgoo-index-news25 .news25-line2-right {
    right: 5px;
  }
  .bossgoo-index-news25 .news25-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bossgoo-index-news25 .news25-item:last-child {
    margin-bottom: 0;
  }
  .bossgoo-index-news25 .news25-dateLe {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-news25 .news25-text1 {
    font-size: 14px;
  }
}


.bossgoo-index-news25 .news25-box{
  padding-bottom: 50px;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-index-news25 .news25-box{
    padding-bottom: 30px;
  }
}


.bossgoo-footer25 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  background-color: black;
}

.bossgoo-footer25 .footer25-top {
  width: 100%;
  padding: 50px 0;
}

.bossgoo-footer25 .footer25-top1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  /* border-bottom: solid 1px #dbdbdb; */
  border-bottom: solid 1px rgba(219, 219, 219, .5);
}

.bossgoo-footer25 .footer25-item1 {
  width: 33.3%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}

.bossgoo-footer25 .footer25-item1::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  /* background-color: #dbdbdb; */
  background-color: rgba(219, 219, 219, .5);
}

.bossgoo-footer25 .footer25-item1:first-child {
  padding-left: 0;
}

.bossgoo-footer25 .footer25-item1:last-child::before {
  display: none;
}

.bossgoo-footer25 .footer25-logoImg img {
  max-width: 108px;
  max-height: 36px;
  display: inline-block;
}

.bossgoo-footer25 .footer25-logoTe {
  width: 100%;
  padding-top: 20px;
  color: #ccc;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bossgoo-footer25 .footer25-it1-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.bossgoo-footer25 .footer25-it1-form {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}

.bossgoo-footer25 .footer25-it1-text {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it1-text::-webkit-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-text::-moz-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-text:-ms-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-sub {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 24px;
  color: var(--themeColor);
  cursor: pointer;
  border-left: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-list {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-dpItem {
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-dpItem a {
  color: #ccc;
}

.bossgoo-footer25 .footer25-dpItem a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-top2 {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-navBox {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-nav a {
  font-size: 14px;
  line-height: 1;
  color: #dbdbdb;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-right: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-nav a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-nav a:first-child {
  padding-left: 0;
}

.bossgoo-footer25 .footer25-nav a:last-child {
  padding-right: 0;
  border-right: none;
}

.bossgoo-footer25 .footer25-item2 {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-item3 {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it2Le {
  width: 60px;
}

.bossgoo-footer25 .footer25-add {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-footer25 .footer25-add .iconfont {
  font-size: 24px;
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-itRi {
  width: calc(100% - 60px);
  padding-left: 15px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it2Ti {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.bossgoo-footer25 .footer25-it2Te {
  font-size: 14px;
  color: #dbdbdb;
  padding-top: 5px;
  position: relative;
}

.bossgoo-footer25 .footer25-call {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background-color: transparent;
  cursor: pointer;
}

.bossgoo-footer25 .footer25-callImg {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: transparent;
  display: none;
}

.bossgoo-footer25 .footer25-callBox:hover .footer25-callImg {
  display: inline-block;
}

.bossgoo-footer25 .footer25-bot {
  width: 100%;
  padding: 15px 0;
  background-color: #333;
  color: #fff;
}

.bossgoo-footer25 .footer25-copy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-copy a {
  font-size: 14px;
  color: #fff;
}

.bossgoo-footer25 .footer25-copyLe {
  width: 50%;
  padding-right: 15px;
}

.bossgoo-footer25 .footer25-copyLe p:first-child {
  margin-bottom: 6px;
}

.bossgoo-footer25 .footer25-copyLe img {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.bossgoo-footer25 .footer25-copyRi {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.bossgoo-footer25 .footer25-copyRi a {
  display: inline-block;
  margin-left: 10px;
}

.bossgoo-footer25 .footer25-copyRi .iconfont {
  font-size: 24px;
}

.bossgoo-footer25 .footer25-copyRi .icon1 {
  color: #435f9f;
}

.bossgoo-footer25 .footer25-copyRi .icon2 {
  color: #00aaf0;
}

.bossgoo-footer25 .footer25-copyRi .icon3 {
  color: #0b66c1;
}

.bossgoo-footer25 .footer25-copyRi .icon4 {
  color: #e4007f;
}

.bossgoo-footer25 .footer25-copyRi .icon5 {
  color: #cb2027;
  font-size: 20px;
}

.bossgoo-footer25 .footer25-textLink {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bossgoo-footer25 .footer25-textLink a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-iconLink {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bossgoo-footer25 .footer25-phone {
  width: 100%;
  padding: 20px 0 90px;
}

.bossgoo-footer25 .footer25-ph-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bossgoo-footer25 .footer25-ph-nav a {
  color: #dbdbdb;
  line-height: 1;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-right: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-ph-copy {
  width: 100%;
  padding-top: 15px;
  color: #dbdbdb;
  text-align: center;
}

.bossgoo-footer25 .footer25-ph-copy img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}

.bossgoo-footer25 .footer25-ph-copy a {
  color: #dbdbdb;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-footer25 .wrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bossgoo-footer25 .footer25-logoTe {
    padding-top: 15px;
  }
  .bossgoo-footer25 .footer25-item1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-footer25 .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  }
  .bossgoo-footer25 .phone-footer ul {
    display: flex;
  }
  .bossgoo-footer25 .phone-footer li {
    flex: 1;
    padding-top: 12.5px;
    text-align: center;
  }
  .bossgoo-footer25 .phone-footer a {
    font-family: var(--fontRegular);
    font-size: 15px;
    color: #555;
  }
  .bossgoo-footer25 .phone-footer .iconfont {
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
  }
  .bossgoo-footer25 .phone-footer span {
    display: block;
  }
}

.bossgoo-footer25 .footer25-copyLe p:first-child img{
  width: 59px;
  height: 12px;
}
.bossgoo-footer25 .footer25-ph-copy p:first-child img{
  width: auto;
  height: auto;
  margin-right: 0;
}


.bossgoo-footer25 .footer25-it1-sub {
  color: #fff;
}

@media(max-width: 768px){
  .bossgoo-footer25 .footer25-top{padding: 15px;}
  .bossgoo-footer25 .footer25-item1{width: 100%;}
  .bossgoo-footer25 .footer25-item1::before{display: none;}
  .bossgoo-footer25 .footer25-top2{width: 100%;}
  .bossgoo-footer25 .footer25-item3{margin-bottom: 15px;}
  .bossgoo-footer25 .footer25-item3,.bossgoo-footer25 .footer25-item2{width: 100%;}
  body{padding-bottom: 70px;}
  .bossgoo-footer25 .footer25-top2{padding: 20px 0;}
  .bossgoo-footer25 .footer25-add{width: 50px;height: 50px;}
  .bossgoo-footer25 .footer25-itRi{padding-left: 0;}
  .footer25-bot{text-align: center;}
}

@media(max-height: 640px){
  .language-group .btn{padding:6px;}
}


.bossgoo-index-news1 {
  /* margin: 60px auto; */
  padding: 60px 0;
}

.bossgoo-index-news1 .newsList {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.bossgoo-index-news1 .topnewsTitle {
  text-align: center;
  font-weight: 800;
  color: black;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.bossgoo-index-news1 .newsList .newsBox:hover {
  box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
}

.bossgoo-index-news1 .newsList .newsBox {
  width: 23.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  margin-right: 2%;
}
.bossgoo-index-news1 .newsList .newsBox:nth-child(4n){
  margin-right: 0;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox {
  width: 100%;
  position: relative;

  height: 0;
  padding-bottom: 87%;
}

.imgBoxImg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
}
.imgBoxImg a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgBoxImg a img{
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
  width: 60%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  left: 0;
  bottom: 0;
  background-color: var(--themeColor);
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding: 10px 15px 0;
  text-align: left;
  margin-bottom: 10px;
  height: 64px;
}

.bossgoo-index-news1 .newsList .newsBox .newsContent {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding: 0 15px;
  margin-bottom: 10px;
  height: 60px;
}

.bossgoo-index-news1 .newsList .newsBox .link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px #c3bebe solid;
}

.bossgoo-index-news1 .newsList .newsBox .link:hover a {
  color: var(--themeColor)
}

.bossgoo-index-news1 .newsList .newsBox .link a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bossgoo-index-news1 .wrap .page-box{
  margin-top: 20px;
}

@media only screen and (max-width:1440px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 14px;
  }
}
@media only screen and (max-width:1040px) {
  .bossgoo-index-news1 {
    padding: 30px 10px;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
  }
  .bossgoo-index-news1 .newsList .newsBox {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .bossgoo-index-news1 .newsList .newsBox:nth-child(2n){
    margin-right: 0;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    height:40px;
    line-height: 40px;
    font-size: 18px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 18px;
    line-height:20px;
    padding: 10px 15px 0;
    margin-bottom: 10px;
    height: 50px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
    height: auto;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 50px;
    line-height: 50px;
    border-top: 1px #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 7px;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
  }
  /* .bossgoo-index-news1 .newsList .newsBox {
    width: 49.5%;
    border-radius: 0.08rem;
    margin-bottom: 0.36rem;
  } */
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    width: 60%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size:15px;
    line-height:16px;
    padding: 10px 10px 0;
    margin-bottom: 10px;
    height: 42px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size:15px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 30px;
    line-height: 30px;
    border-top: 1px #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  .bossgoo-index-news1 .newsList .newsBox{
    width: 100%;
    margin-right: 0;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time{
    /* font-size: .32rem; */
    height: 30px;
    line-height: 30px;
    width: 50%;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size: .32rem;
  } */
  .bossgoo-index-news1 .newsList .newsBox .link{
    height: 40px;
    line-height: 40px;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .link a{
    font-size: .28rem;
  } */
}
.bossgoo-index-news1-menu{
  padding-top: 30px;
}
.bossgoo-index-news1-menu .wrap{
  padding: 10px;
  background: #f8f8f8;
  overflow-x: auto;
  overflow-y: hidden;
}
.bossgoo-index-news1-menu ul{
  display: flex;
  flex-wrap: nowrap;
}
.bossgoo-index-news1-menu li{
  margin-right: 20px;
}
.bossgoo-index-news1-menu li a{
  display: block;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.bossgoo-index-news1-menu li a.active{
  background-color: #fff;
  border-radius: 5px;
  color: var(--themeColor);
}
@media only screen and (max-width:1040px) {
  .bossgoo-index-news1-menu{
      padding-top: 15px;
  }
  .bossgoo-index-news1-menu .wrap{
      padding: 10px;
  }
  .bossgoo-index-news1-menu .wrap::-webkit-scrollbar{
      display: none;
  }
  .bossgoo-index-news1-menu li{
      margin-right: 15px;
  }
  .bossgoo-index-news1-menu li a{
      line-height: 24px;
      padding: 0 15px;
      cursor: pointer;
  }
  .bossgoo-index-news1-menu li.active a{
      border-radius: 2.5px;
  }
}


.bossgoo-index-news1 .related_info ul{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
}
.bossgoo-index-news1 .related_info ul li {
  border-bottom: dashed 1px #E5E5E5;
  margin-bottom: 15px;
  width: 49%;
  margin-right: 2%;
  padding-bottom: 10px;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
.bossgoo-index-news1 .related_info ul li:nth-child(2n){
  margin-right:0;
}
.bossgoo-index-news1 .related_info ul li .title {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
}
.bossgoo-index-news1 .imgBoxImg a img{
  object-fit: cover;
  width:100%;
  height:100%;
}
.bossgoo-index-news1 .vt_related_left{
  width: 45%;
}
.bossgoo-index-news1 .vt_related_right{
  width: 55%;
  padding-left: 15px;
  box-sizing: border-box;
}
.bossgoo-index-news1 .vt_related_left_imgBox{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.bossgoo-index-news1 .vt_related_left_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.bossgoo-index-news1 .vt_related_left_img img{
  object-fit: cover;
  width:100% !important;
  height:100% !important;
}
.bossgoo-index-news1 .vt_related_left_date{
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
  padding: 5px 12px;
  background-color: var(--themeColor);
  color: #fff;
}
.bossgoo-index-news1 .vt_related_right_more,.vt_related_right_more:hover{
  margin-top:10px;
  color: var(--themeColor);
}
.bossgoo-index-news1 .vt_related_title{
  cursor:pointer;
  line-height:26px;
  font-weight:bold;
  margin-bottom: 15px;
}
.bossgoo-index-news1 .vt_related_title a{
  font-size:26px;
  color:#262626;
}
@media only screen and (max-width: 1040px){
  .bossgoo-index-news1 .related_info ul li{
      width: 100%;
      margin-right:0;
  }
}
@media only screen and (max-width: 767px){
  .bossgoo-index-news1 .vt_related_title a{
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px){
  .bossgoo-index-news1 .vt_related_left,
  .bossgoo-index-news1 .vt_related_right{
    width: 50%;
  }
  .bossgoo-index-news1 .vt_related_right .r_text{
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .bossgoo-index-news1 .vt_related_title a{
    font-size: 20px;
  }
}





.bossgoo-result6-breadbrumb6 {
  width: 100%;
}

.bossgoo-breadbrumb1 {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}

.bossgoo-breadbrumb1 a {
  color: #666;
}

.bossgoo-breadbrumb1 i {
  color: #666;
  margin: 0 10px;
}

.bossgoo-breadbrumb1 span {
  color: var(--themeColor);
}

@media only screen and (max-width: 1920px) {
  .bossgoo-breadbrumb1 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-result6-breadbrumb6 {
    display: none;
  }
}

.bossgoo-result6-titleTop6 {
  width: 100%;
  padding: 30px 0;
}

.bossgoo-result6-titleTop6 .max1920 {
  text-align: center;
  position: relative;
}

.bossgoo-result6-titleTop6 .max1920 .titleTop6-title {
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  white-space: nowrap;
}

.bossgoo-result6-titleTop6 .max1920::before {
  content: '';
  display: inline-block;
  width: 100%;
  border-top: 2px solid #eee;
  position: absolute;
  left: 0;
  top: 49%;
  z-index: -1;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-result6-titleTop6 {
    padding-bottom: 0;
  }
  .bossgoo-result6-titleTop6 .max1920 .titleTop6-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-result6-titleTop6 .max1920 .titleTop6-title {
    font-size: 22px;
    padding: 0 20px;
  }
}

.bossgoo-result6-sort6 {
  width: 100%;
}

.bossgoo-result6-sort6 .max1920 {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-result6-sort6 .max1920 .sort6-le {
  width: calc(100% - 120px);
  box-sizing: border-box;
}

.bossgoo-result6-sort6 .max1920 .sort6-ri {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bossgoo-result6-sort6 .max1920 .sort6-ri span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  color: #999;
  font-size: 30px;
  cursor: pointer;
}

.bossgoo-result6-sort6 .max1920 .sort6-ri span:last-child {
  margin-right: 0;
}

.bossgoo-result6-sort6 .max1920 .sort6-ri span.sort6-ri-active {
  color: var(--themeColor);
}

@media only screen and (max-width: 1920px) {
  .bossgoo-result6-sort6 .max1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-result6-sort6 .max1920 .sort6-le {
    width: calc(100% - 100px);
  }
  .bossgoo-result6-sort6 .max1920 .sort6-ri {
    width: 100px;
  }
  .bossgoo-result6-sort6 .max1920 .sort6-ri span {
    font-size: 20px;
    margin-right: 10px;
  }
}

.bossgoo-result6-content6 {
  width: 100%;padding-bottom: 3vw;
}

.bossgoo-result6-content6 .max1920 {
  box-sizing: border-box;
}

.bossgoo-result6-content6 .max1920 .content6-box {
  width: 100%;
  display: none;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}



.content6-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.content6-imgBox .content6-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.content6-imgBox .content6-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content6-imgBox .content6-img a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.content6-imgBox .content6-email {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #999;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: -25px;
}

.content6-imgBox .content6-email .iconfont {
  font-size: 24px;
  color: #fff;
}

.content6-imgBox .content6-email:hover {
  background-color: var(--themeColor);
}

.content6-imgBox .content6-email:hover .iconfont {
  font-size: 24px;
  color: #fff;
}

.content6-textBox {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: var(--themeColor);
}

.content6-textBox .content6-text {
  width: 100%;
  height: 48px;
}

.content6-textBox .content6-text a {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
}

.content6-textBox .content6-parameter {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.content6-textBox .content6-parameter span {
  max-width: 50%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 5px;
  box-sizing: border-box;
}

.content6-textBox .content6-parameter .content6-par {
  font-weight: bold;
  padding-left: 0;
}

.content6-textBox .content6-price {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.content6-textBox .content6-price span, .content6-textBox .content6-price a {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
  max-width: 87%;
  display: inline-block;
  color: #fff;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-list .content6-item:nth-child(5n) {
  margin-right: 0;
}

/* .bossgoo-result6-content6 .max1920 .content6-box .content6-page {
  width: 100%;
  padding-top: 30px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-page .content6-page-box {
  width: 100%;
  text-align: center;
} */
.bossgoo-result6-content6 .max1920  .content6-page {
  width: 100%;
  padding-top: 30px;
}

.bossgoo-result6-content6 .max1920 .content6-page .content6-page-box {
  width: 100%;
  text-align: center;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 1.5%;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-imgBox {
  width: 350px;
  padding-bottom: 350px;
  background-color: #f2f2f2;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox {
  width: calc(100% - 350px);
  padding-left: 50px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text {
  height: auto;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text a:hover {
  font-size: 24px;
  color: #333;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter {
  padding: 15px 0;
  margin: 0;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter span {
  max-width: 25%;
  color: #999;
  font-size: 16px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter .content6-par {
  color: #333;
  font-weight: normal;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter span:nth-child(3) {
  margin-left: 30px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-intro {
  width: 100%;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-intro .content6-introText {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-price {
  color: #666;
  padding-top: 10px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-price span, .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-price a {
  font-size: 24px;
  color: var(--themeColor);
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn {
  width: 100%;
  padding-top: 15px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-contact {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
  display: inline-block;
  margin-right: 20px;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-buy {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #fc8c23;
  display: inline-block;
}

.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item:hover .content6-textBox {
  background-color: #f2f2f2;
}

.bossgoo-result6-content6 .max1920 .content6-active {
  display: block;
}

@media only screen and (max-width: 1920px) {
  .bossgoo-result6-content6 .max1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1440px) {

  .bossgoo-result6-content6 .max1920 .content6-box .content6-list .content6-item:nth-child(5n) {
    margin-right: 2%;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-list .content6-item:nth-child(4n) {
    margin-right: 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox {
    padding: 10px 0 10px 30px;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text a {
    font-size: 20px;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text a:hover {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  
  .content6-imgBox .content6-email {
    background-color: var(--themeColor);
  }
  .content6-textBox {
    padding: 10px 10px 10px;
  }
  .content6-textBox .content6-text {
    height: auto;
  }
  .content6-textBox .content6-text a {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .content6-textBox .content6-text a:hover {
    font-size: 14px;
  }
  .content6-textBox .content6-parameter, .content6-textBox .content6-price {
    display: none;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-list .content6-item:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item {
    width: 100%;
    margin-right: 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-imgBox {
    width: 200px;
    padding-bottom: 200px;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox {
    width: calc(100% - 200px);
    padding: 0 0 0 20px;
    background-color: #f2f2f2;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text {
    height: 42px;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-text a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter {
    display: block;
    padding: 8px 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter span {
    font-size: .28rem;
    width: 70%;
    max-width: 70%;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter .content6-par {
    max-width: 30%;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter span:nth-child(3) {
    margin-left: 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-intro {
    display: none;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn {
    padding-top: 0;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-contact, .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-buy {
    font-size: .28rem;
    width: 2rem;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-contact {
    margin-right: .2rem;
  }
}

@media only screen and (max-width: 480px) {
  .content6-imgBox .content6-email {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    bottom: -0.4rem;
    right: .1rem;
  }
  .content6-imgBox .content6-email .iconfont {
    font-size: .36rem;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-imgBox {
    width: 3rem;
    padding-bottom: 3rem;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox {
    width: calc(100% - 3rem);
    padding: 0 0 0 .2rem;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter {
    display: flex;
    flex-wrap: wrap;
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-contact, .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-buy {
    width: 1.6rem;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    /* display: none; */
  }
  .bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-btn .content6-btn-contact {
    margin-right: 5px;
  }
}

.bossgoo-result6-form6 {
  width: 100%;
  padding: 100px 0;
}

.bossgoo-result6-form6 .max1920 {
  box-sizing: border-box;
}

.bossgoo-result6-form6 .max1920 .form6-box {
  width: 100%;
  padding: 100px 15%;
  box-sizing: border-box;
  border: solid 2px #eeeeee;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-title {
  font-size: 44px;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: center;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content {
  width: 100%;
  padding-top: 50px;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box {
  width: 32%;
  position: relative;
  padding-bottom: 25px;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input {
  width: 100%;
  color: #0c0c0c;
  padding: 0 10px 0 40px;
  box-sizing: border-box;
  background-color: #eee;
  display: block;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #999;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea {
  height: 150px;
  line-height: 60px;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input {
  height: 60px;
  line-height: 60px;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea::-webkit-input-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea::-moz-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea:-ms-input-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box em {
  font-size: 14px;
  color: red;
  position: absolute;
  top: 18px;
  left: 30px;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box .form6-row-error {
  font-size: 12px;
  color: red;
  line-height: 1.2;
  position: absolute;
  margin-top: 4px;
  display: none;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-submit {
  width: 400px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row:nth-child(1) .form6-row-box {
  width: 100%;
}

.bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row-last {
  padding-top: 25px;
  justify-content: center;
}

@media only screen and (max-width: 1920px) {
  .bossgoo-result6-form6 .max1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .bossgoo-result6-form6 .max1920 .form6-box {
    padding: 100px 10%;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-result6-form6 {
    padding: .6rem 0;
  }
  .bossgoo-result6-form6 .max1920 .form6-box {
    padding: .6rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-title {
    font-size: .6rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content {
    padding-top: .6rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-result6-form6 .max1920 .form6-box {
    padding: .6rem .3rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-title {
    font-size: .44rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content {
    padding-top: .44rem;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box {
    width: 100%;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea {
    font-size: 14px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input {
    height: 40px;
    line-height: 40px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea {
    height: 100px;
    line-height: 40px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea::-webkit-input-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea::-moz-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input::-moz-placeholder {
    font-size: 14px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box textarea:-ms-input-placeholder, .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row .form6-row-box input:-ms-input-placeholder {
    font-size: 14px;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row-last {
    padding-top: 0;
  }
  .bossgoo-result6-form6 .max1920 .form6-box .form6-content .form6-row-last .form6-row-submit {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
  }
}

.list6-box {
  width: 100%;
  position: relative;
}

.list6-box .list6-li {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.list6-box .list6-li .list6-name {
  color: #333;
  font-weight: bold;
}

.list6-box .list6-li .iconfont {
  color: #000;
  font-size: 16px;
  transition: all .5s;
}

.list6-box .list6-li-active .iconfont {
  transform: rotate(180deg);
}

.list6-box .list6-dropdown {
  width: 65%;
  height: 500px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
}

.list6-box .list6-dropdown .list6-dropBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 定义滚动条样式 */
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList {
  width: 320px;
  height: 100%;
  overflow-y: auto;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li {
  width: 100%;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 30px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li .list6-drop1 {
  width: 80%;
  font-size: 16px;
  color: #333;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li .iconfont {
  font-size: 16px;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li .list6-drop {
  width: calc(100% - 320px);
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li.list6-dropList-active {
  background-color: #f6f6f6;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList li.list6-dropList-active .iconfont {
  color: var(--themeColor);
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList {
  width: calc(100% - 320px);
  height: 100%;
  background-color: #f6f6f6;
  padding: 30px;
  box-sizing: border-box;
  /* 定义滚动条样式 */
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox .list6-downB {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox .list6-downB .list6-downItem {
  width: 32%;
  line-height: 1.5;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox .list6-downB .list6-downItem:nth-child(3n) {
  margin-right: 0;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox-active {
  display: block;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.list6-box .list6-dropdown .list6-dropBox .list6-downList .list6-downBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.list6-box .list6-dropdown .list6-dropBox .list6-dropdown-color {
  color: var(--themeColor) !important;
}

.list6-box .list6-dropdown2 {
  width: 100%;
  position: relative;
  display: none;
  /* 定义滚动条样式 */
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.list6-box .list6-dropdown2 .phone-nav {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eee;
  border-top: none;
}

.list6-box .list6-dropdown2 .phone-nav a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 30px;
  padding-right: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
}

.list6-box .list6-dropdown2 .phone-nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.list6-box .list6-dropdown2 .phone-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.list6-box .list6-dropdown2 .phone-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}

.list6-box .list6-dropdown2 .phone-nav > ul {
  display: block;
}

.list6-box .list6-dropdown2 .phone-nav > ul > li {
  position: relative;
  padding: 5px 30px 5px 15px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list6-box .list6-dropdown2 .phone-nav > ul > li:hover {
  background-color: #f6f6f6;
}

.list6-box .list6-dropdown2 .phone-nav > ul > li > a:hover {
  color: var(--themeColor);
}

.list6-box .list6-dropdown2 .phone-second-nav > li {
  position: relative;
}

.list6-box .list6-dropdown2 .phone-nav .icon-xia {
  position: absolute;
  top: 0;
  font-size: 8px;
  line-height: 35px;
  padding: 0 20px;
  cursor: pointer;
}

.list6-box .list6-dropdown2 .phone-nav > ul > li > .icon-xia {
  right: 0;
}

.list6-box .list6-dropdown2 .phone-nav .icon-up {
  transform: rotate(180deg);
  transition: all .1s;
}

.list6-box .list6-dropdown2 .phone-nav .phone-second-nav > li > .icon-xia {
  right: -30px;
}

.list6-box .list6-dropdown2 .phone-second-nav, .list6-box .list6-dropdown2 .phone-third-nav {
  display: none;
  padding-left: 15px;
  width: 100%;
}

.list6-box .list6-dropdown2 .phone-second-nav > li > a:hover {
  color: var(--themeColor);
}

.list6-box .list6-dropdown2 .phone-nav a.list6-dropdown-color {
  color: var(--themeColor);
}

@media only screen and (max-width: 1440px) {
  .list6-box .list6-dropdown {
    width: 100%;
  }
  .list6-box .list6-dropdown2 {
    width: 100%;
  }
}

@media only screen and (max-width: 1040px) {
  .list6-box .list6-dropdown {
    display: none;
  }
  .list6-box .list6-dropdown2 {
    position: relative;
  }
  .list6-box .list6-dropdown2 .phone-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
    color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .list6-box .list6-dropdown2 .phone-nav a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 16px;
  }
  .list6-box .list6-dropdown2 .phone-nav > ul {
    display: block;
    padding: 20px 0;
  }
  .list6-box .list6-dropdown2 .phone-nav > ul > li {
    position: relative;
    padding: 0 30px 0 15px;
    margin-bottom: 5px;
  }
  .list6-box .list6-dropdown2 .phone-second-nav > li {
    position: relative;
  }
  .list6-box .list6-dropdown2 .phone-nav .icon-xia {
    position: absolute;
    top: 0;
    padding: 0 20px;
  }
  .list6-box .list6-dropdown2 .phone-nav > ul > li > .icon-xia {
    right: 0;
  }
  .list6-box .list6-dropdown2 .phone-nav .icon-up {
    transform: rotate(180deg);
    transition: all .1s;
  }
  .list6-box .list6-dropdown2 .phone-nav .phone-second-nav > li > .icon-xia {
    right: -3px;
  }
  .list6-box .list6-dropdown2 .phone-second-nav, .list6-box .list6-dropdown2 .phone-third-nav {
    display: none;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .list6-box .list6-li {
    line-height: 36px;
    font-size: 14px;
    padding: 0 20px;
  }
  .list6-box .list6-li .iconfont {
    font-size: 12px;
  }
  .list6-box .list6-dropdown2 .phone-nav a {
    font-size: 14px;
  }
}

.bossgoo-result6-botBread6 {
  width: 100%;
  display: none;
}

.bossgoo-result6-botBread6 .bossgoo-breadbrumb1 .wrap a {
  color: #666;
}

.bossgoo-result6-botBread6 .bossgoo-breadbrumb1 .wrap span {
  color: var(--themeColor);
}

@media only screen and (max-width: 1040px) {
  .bossgoo-result6-botBread6 {
    display: block;
    padding: 0 20px;
  }
}

.bossgoo-breadbrumb1 .wrap {
  padding: 24px 0;
  color: #999;
}

.bossgoo-breadbrumb1 .wrap a {
  color: #999;
}

.bossgoo-breadbrumb1 .wrap i {
  margin: 0 10px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-breadbrumb1 i,
  .bossgoo-breadbrumb1 span,
  .bossgoo-breadbrumb1 a {
    font-size: 12px;
  }
}
.content6-textBox .content6-parameter{
  flex-wrap: wrap;
}
.bossgoo-result6-content6 .content6-rowSpan{
  width: 33.3%;
  padding-left: 15px;
  box-sizing: border-box;
}
.bossgoo-result6-content6 .content6-rowSpan:nth-child(1), .bossgoo-result6-content6 .content6-rowSpan:nth-child(4){
  padding-left: 0;
}
.bossgoo-result6-content6 .max1920 .content6-box .content6-listRow .content6-item .content6-textBox .content6-parameter .content6-rowSpan span{
  max-width: 50%;
}
@media only screen and (max-width: 1040px){
  .bossgoo-result6-content6 .content6-rowSpan{
      width: 50%;
  }
  .bossgoo-result6-content6 .content6-rowSpan:nth-child(3), .bossgoo-result6-content6 .content6-rowSpan:nth-child(5){
      padding-left: 0;
  }
  .bossgoo-result6-content6 .content6-rowSpan:nth-child(4){
      padding-left: 15px;
  }
}
@media only screen and (max-width: 767px){
  .bossgoo-result6-content6 .content6-rowSpan{
      width: 100%;
      padding-left: 0;
  }
  .bossgoo-result6-content6 .content6-rowSpan:nth-child(4){
      padding-left: 0;
  }
}
.content6-imgBox .content6-img a.content6-imgPlay{
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px){
  .content6-imgBox .content6-img a.content6-imgPlay{
      width: 40px;
      height: 40px;
  }
}


.plist22{font-size: 0;margin: 0 -1%;}
.plist22 li{display: inline-block;width: 18%;margin: 0 1% 1.5% 1%;}


@media(max-width: 1400px){
  .plist22 li{width: 23%;}
  .content6-textBox .content6-price span, .content6-textBox .content6-price a{font-size: 16px;}
  .content6-textBox{padding: 20px 10px;}
}

@media(max-width: 768px){
  .plist22 li{width: 48%;}
  .content6-textBox .content6-price span, .content6-textBox .content6-price a{font-size: 16px;}
  .content6-textBox{padding: 20px 10px;
    background: none;
  }
  .content6-textBox .content6-text a{
    color: #000;
  }
  .bossgoo-result6-sort6 .max1920{padding-top: 20px;padding-bottom: 10px;}
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item{margin-bottom: 20px;}
}