@charset "UTF-8";
/* CSS Document */
/**页脚****/
.footer_bottom .right .r_a {
  position: relative;
}
.footer_bottom .right .r_a.active.isnew .showbox {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.footer_bottom .right .r_a.isnew .showbox {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 30px;
  max-width: 96vw;
  max-height: 50vh;
  background-color: #111111;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
}
.footer_bottom .right .r_a.isnew .showbox .footer_news_item {
  padding: 15px;
  width: 320px;
  background-color: #171717;
}
.footer_bottom .right .r_a.isnew .showbox .footer_news_item + .footer_news_item {
  margin-top: 5px;
}

.cn_info .sectin_info + .sectin_info {
  margin-top: 0.2rem;
}
.cn_info .sectin_info .sectin_info_h1 {
  font-size: var(--fz18);
  color: var(--colorFF);
  line-height: 24px;
}
.cn_info .sectin_info .sectin_info_h2 {
  font-size: var(--fz16);
  color: rgba(255, 255, 255, 0.35);
}

.footer-page {
  margin-top: 0.8rem;
  flex-shrink: 0;
}
.footer-page .page-box {
  display: flex;
  justify-content: center;
}
.footer-page .layui-laypage-zidingyileiming {
  margin: 0;
}
.footer-page .layui-laypage-zidingyileiming a {
  padding: 0;
  border-radius: 50%;
}
.footer-page .layui-laypage-zidingyileiming a i {
  font-size: 14px;
}
.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer-page div.select,
.footer-page div.f-right {
  display: none;
}

.footer-page .btn.null {
  display: none;
}

.footer-page .btn.dian {
  font-weight: 700;
}

.footer-page .btn {
  flex-shrink: 0;
  width: 20px;
  color: var(--tt);
  cursor: pointer;
  margin: 0 12px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-page .btn span {
  padding: 8px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: all 0.5s;
}

.footer-page .btn.prev,
.footer-page .btn.next {
  border: 1px solid #D9D9D9;
  color: #777777;
}

.footer-page .btn.prev {
  margin-right: 20px;
}

.footer-page .btn.next {
  margin-left: 20px;
}

.footer-page .btn.two {
  margin: 0 2px;
}

.footer-page .btn.rotate180 {
  transform: rotate(180deg);
}

#app {
  position: relative;
  z-index: 9;
}

.down_filter {
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-end 80ms;
}
.down_filter.on_2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
  -webkit-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
  -moz-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
  -ms-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
  -o-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
}

.nav-header {
  height: var(--navheight);
  z-index: 11;
  position: relative;
  transition: all 0.3s;
}
.nav-header.page_en .nav-hader-content .other .navul .navli.en_show {
  display: flex;
}
.nav-header.page_en .nav-hader-content .other .showMenu .showbox .maplist .mapcol.en_show {
  display: flex;
}
.nav-header.isforum .nav-hader-content .other {
  width: 100%;
  padding-left: 0.6rem;
  justify-content: space-between;
}
.nav-header.isforum .nav-hader-content .other .back_link {
  font-size: var(--fz14);
  color: #ffffff;
  opacity: 0.3;
}
.nav-header.isforum .nav-hader-content .other .forum_search {
  margin-left: 0.45rem;
}
.nav-header.isforum .nav-hader-content .other .forum_search .search-form {
  position: relative;
  display: flex;
  --my_form_height: 40px;
}
.nav-header.isforum .nav-hader-content .other .forum_search .inp_view {
  width: 100%;
  height: var(--my_form_height);
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: var(--fz16);
  padding: 0 var(--my_form_height) 0 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.nav-header.isforum .nav-hader-content .other .forum_search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: var(--my_form_height);
  height: var(--my_form_height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header.isforum .nav-hader-content .other .forum_search .submit_btn .h-icon {
  color: var(--tt);
}
.nav-header.isforum .nav-hader-content .other .tabul {
  margin-left: 0;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.ispost {
  width: calc(var(--navheight) * 1.5);
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.istz {
  width: 36px;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.isuser .user_pic {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown:hover {
  z-index: 5;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown:hover .user_tools_list {
  opacity: 1;
  visibility: visible;
  top: calc(100%);
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown .user_tools_list {
  position: absolute;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
  width: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding-top: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown .user_tools_list .user_tools_list_a {
  width: 100%;
  padding: 10px 10px 10px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown .user_tools_list .user_tools_list_a .num {
  padding: 0 6px;
  height: 15px;
  background: #FFAD00;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown .user_tools_list .user_tools_list_a.isout {
  padding: 20px 20px;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli.hasdown .user_tools_list .user_tools_list_a:hover {
  background-color: #F5F5F5;
}
.nav-header.isforum .nav-hader-content .other .tabul .tabli .navbox .navbox-cc {
  min-height: auto;
}
.nav-header.ispageshow {
  height: calc(var(--navheight));
}
.nav-header.isdown .nav-hader-content {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.nav-header.iswhiteBg .h-icon {
  color: var(--color1);
}
.nav-header.iswhiteBg .h-tt {
  color: var(--color22);
}
.nav-header.isshow {
  opacity: 1;
}
.nav-header.isshow .h-tt {
  color: var(--color22);
}
.nav-header.isshow .nav-hader-content {
  background-color: var(--color1);
  height: var(--navheight);
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView .gray {
  margin-right: 10px;
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline {
  background-color: var(--colorFF);
}
.nav-header .h-icon {
  color: var(--colorFF);
}
.nav-header .h-icon.hover {
  color: var(--color1) !important;
}
.nav-header .nav-hader-content {
  width: 100%;
  height: var(--navheight);
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.nav-header .nav-hader-content.isshowmap {
  height: var(--navheight);
}
.nav-header .nav-hader-content.isshowmap .h-icon {
  color: var(--colorFF);
}
.nav-header .nav-hader-content.isshowmap .h-tt {
  color: var(--color22);
}
.nav-header .nav-hader-content .logo {
  z-index: 5;
}
.nav-header .nav-hader-content .colorlogo {
  height: var(--navheight);
}
.nav-header .nav-hader-content .colorlogo.isdc {
  height: var(--logoTop-main);
}
.nav-header .nav-hader-content .other {
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.nav-header .nav-hader-content .other .header_li.en_show {
  display: none;
}
.nav-header .nav-hader-content .other .header_li.on_2, .nav-header .nav-hader-content .other .header_li.on_click {
  z-index: 5;
}
.nav-header .nav-hader-content .other .header_li.on_2 .tablia .h-icon, .nav-header .nav-hader-content .other .header_li.on_click .tablia .h-icon {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .header_li.on_2 .header_li_box, .nav-header .nav-hader-content .other .header_li.on_click .header_li_box {
  z-index: 5;
}
.nav-header .nav-hader-content .other .header_li.on_2 .header_li_box .navbox-cc, .nav-header .nav-hader-content .other .header_li.on_click .header_li_box .navbox-cc {
  opacity: 1;
  visibility: visible;
}
.nav-header .nav-hader-content .other .header_li.on_2 .navtt, .nav-header .nav-hader-content .other .header_li.on_click .navtt, .nav-header .nav-hader-content .other .header_li.active .navtt {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .header_li.on_2 .navtt::after, .nav-header .nav-hader-content .other .header_li.on_click .navtt::after, .nav-header .nav-hader-content .other .header_li.active .navtt::after {
  width: 100%;
}
.nav-header .nav-hader-content .other .header_li .navtt {
  position: relative;
  color: var(--colorFF);
  transition: all 0.3s;
  height: 100%;
  line-height: var(--navheight);
  text-transform: uppercase;
}
.nav-header .nav-hader-content .other .header_li .navtt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 0;
  height: 1px;
  border-radius: 1px;
  transform: translate(-50%, 0%);
  background-color: var(--color2);
  transition: all 0.3s;
}
.nav-header .nav-hader-content .other .header_li .header_li_box {
  overflow: hidden;
  position: fixed;
  top: var(--navheight);
  left: 0;
  width: 100vw;
  height: 0;
  transition: height 0.6s;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  z-index: 4;
}
.nav-header .nav-hader-content .other .header_li .header_li_box .header_li_cc {
  width: 100%;
  padding: 0.4rem 0 0.8rem;
  background-color: var(--color1);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 160px center;
}
.nav-header .nav-hader-content .other .navul {
  height: 100%;
  position: relative;
  z-index: 5;
}
.nav-header .nav-hader-content .other .navul:hover {
  z-index: 6;
}
.nav-header .nav-hader-content .other .navli {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin: 0 0.22rem;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_one {
  min-width: calc(270/1280*100%);
  position: relative;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_two {
  padding: 0 0 0 1.2rem;
  position: relative;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_box {
  height: 0;
  opacity: 0;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_box.active {
  position: relative;
  z-index: 3;
  opacity: 1;
  height: auto;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_tt {
  color: #848484;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_list {
  margin-top: 0.22rem;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .down_list .down_item {
  padding: 0.18rem 0;
  cursor: pointer;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .navright {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .navright .link-li {
  border: 1px solid #D8DDE2;
  position: relative;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .navright .link-li:hover .linkbg {
  opacity: 1;
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .navright .link-li .linkbg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, #005DA7, #005DA7, #F9C584);
}
.nav-header .nav-hader-content .other .navli .navbox .navbox-cc .navbox-container .navright .link-li .linkcc {
  position: relative;
  z-index: 2;
  padding: 18px 14px;
}
.nav-header .nav-hader-content .other .tabul {
  position: relative;
  z-index: 5;
  height: 100%;
}
.nav-header .nav-hader-content .other .tabul:hover {
  z-index: 6;
}
.nav-header .nav-hader-content .other .tabli {
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 4;
  width: var(--tabliheight);
}
.nav-header .nav-hader-content .other .tabli.lang {
  box-sizing: content-box;
  padding-left: 20px;
  height: auto;
}
.nav-header .nav-hader-content .other .tabli.on_2 .header_li_box {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.nav-header .nav-hader-content .other .tabli .tablia {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .desc {
  color: #848484;
  width: 100%;
  max-width: 500px;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose {
  width: 100%;
  max-width: 448px;
  justify-content: space-between;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .select_down {
  height: 48px;
  max-width: 400px;
  width: calc(315/448*100%);
  position: relative;
  border: 1px solid rgba(132, 132, 132, 0.5);
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .select_down .lang_show {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .select_down .lang_show .lang_l {
  display: flex;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .select_down .lang_show .lang_r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .select_down .country {
  margin-right: 15px;
  width: 20px;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .choose .btn {
  height: 48px;
  max-width: 400px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  background-color: #fff;
  width: calc(120/448*100%);
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_search {
  padding-bottom: 0.3rem;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_search::after {
  background: rgba(233, 233, 233, 0.2);
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_search .inp_box {
  padding-left: 20px;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_quick_links .top_quick_links_list .top_quick_links_item {
  display: block;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_quick_links .top_quick_links_list .tt {
  display: inline-block;
  margin-left: 10px;
}
.nav-header .nav-hader-content .other .tabli .navbox .navbox-cc .navbox-container .top_quick_links .top_quick_links_list .h-icon {
  display: inline-block;
}
.nav-header .nav-hader-content .other .showMenu {
  position: relative;
  z-index: 5;
  height: 100%;
  width: var(--menuWidth);
  background-color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .navView {
  width: 100%;
}
.nav-header .nav-hader-content .other .showMenu .navView.active {
  background-color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .navView.active .threeline {
  background-color: var(--colorFF) !important;
}
.nav-header .nav-hader-content .other .showMenu .showbox {
  position: absolute;
  top: var(--navheight);
  right: 0;
  width: 100vw;
  height: calc(100vh - var(--navheight));
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active {
  opacity: 1;
  visibility: visible;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .fiveSpan {
  z-index: 1;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .fiveSpan .myspan .views {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transform: translateX(0%);
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .bgandlist {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0.61s;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .maplist .mapcol.active {
  z-index: 6;
}
.nav-header .nav-hader-content .other .showMenu .showbox .container {
  max-width: none;
  width: 100%;
}
.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}
.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan .myspan {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan .myspan .views {
  transform: translateX(-101%);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .showbox .bgandlist {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.nav-header .nav-hader-content .other .showMenu .showbox .mapbg {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.nav-header .nav-hader-content .other .showMenu .showbox .mapbg .maplogo {
  height: var(--navheight);
  padding: 0 0.3rem 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .mapTools {
  background-color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .showbox .mapTools .mapTools-top {
  padding: 0 0.5rem 0 1rem;
  height: var(--navheight);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist {
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapbox {
  width: 40%;
  max-width: 284px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.en_show {
  display: none;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-tt .active-tt {
  left: -14px;
  opacity: 1;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
  left: 100%;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
  color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
  display: flex;
  z-index: 6;
  margin-bottom: 0.45rem;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt .active-tt {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 21px;
  height: 6px;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 1), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 1));
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
  position: relative;
  display: flex;
  transition: all 0.3s;
  font-size: 30px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title:hover {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
  padding-left: 0.5rem;
  position: absolute;
  left: 120%;
  top: 0%;
  width: calc(100% + 0.5rem);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
  margin-bottom: 0.25rem;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
  padding-bottom: 0.15rem;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
  background-color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
  cursor: pointer;
  transition: all 0.3s;
  color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
  padding: 0.2rem 30px;
  width: 100%;
  background-color: var(--colorF2);
  display: none;
  border-radius: 10px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
  position: relative;
  display: block;
  line-height: 1.4;
  color: var(--color22);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
  margin-top: 9px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--color2);
  border-radius: 50%;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
  display: flex;
  flex-direction: column;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}

/* ------------------------搜索页--------------------------- */
.search-main {
  padding: 0.8rem 0;
}
.search-main .top_c {
  padding-bottom: 0.3rem;
}
.search-main .title {
  font-size: var(--fz18);
  color: var(--tt);
}
.search-main .tips {
  font-size: var(--fz14);
  color: var(--dd);
}
.search-main .search-cont {
  width: calc(1140/1440*100%);
}
.search-main .search-cont.isf {
  width: 100%;
}
.search-main .search_cate {
  width: calc(250/1440*100%);
}
.search-main .search_cate .search_cate_list {
  padding-top: 0.6rem;
}
.search-main .search_cate .search_cate_list .search_cate_item {
  margin-bottom: 0.3rem;
}

.search-list .item {
  display: flex;
  margin-top: 0.6rem;
}
.search-list .item.ispro .l-img .tu {
  padding-top: 100%;
}
.search-list .item .l-img {
  width: calc(346/1140*100%);
  flex-shrink: 0;
}
.search-list .item .l-img .tu {
  position: relative;
  padding-top: calc(230 / 346 * 100%);
  overflow: hidden;
}
.search-list .item .r-text {
  padding: 0.15rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-list .item .r-text .more {
  font-size: 14px;
  color: #2d2d2d;
}
.search-list .item .r-text .more .tt {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  padding-bottom: 2px;
}
.search-list .item .r-text .more .tt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d2d2d #2d2d2d transparent transparent;
  transform: rotate(45deg);
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.search-list .item .r-text .more .tt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d9af3;
}

/* ------------------------搜索页 end--------------------------- */
.ny-banner {
  position: relative;
  z-index: 5;
}
.ny-banner .ny-bg {
  position: relative;
  z-index: 5;
}
.ny-banner .ny-bg.auto {
  max-height: calc(600px * var(--zoom));
  height: var(--bannerminheight);
}
.ny-banner .ny-bg.issearch {
  max-height: calc(400px * var(--zoom));
  height: var(--bannerminheight);
}
.ny-banner .ny-bg.issupport .ny-info {
  max-width: 750px;
  text-align: center;
}
.ny-banner .ny-info-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ny-banner .ny-info-video .vv {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-banner .ny-info {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-banner .ny-info .ny-info-tt {
  line-height: 1;
  color: var(--tt_color);
}
.ny-banner .ny-info .ny-info-dd {
  margin-top: 0.15rem;
  color: var(--tt_color);
}
.ny-banner .support_search {
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border-radius: 26px;
  padding: 0 16px;
}
.ny-banner .support_search .inp_box {
  padding-left: 16px;
}
.ny-banner .sup_quick_links .sup_quick_links_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item {
  margin: 5px;
  padding: 0 12px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item .tt {
  white-space: nowrap;
}

.pagenav .pagenav_con .container {
  display: flex;
  align-items: center;
  height: var(--pagelinkheight);
}
.pagenav .pagenav_con .link {
  font-size: var(--fz14);
  color: #808080;
}
.pagenav .pagenav_con .ii {
  color: #808080;
  font-size: var(--fz12);
  margin: 0 8px;
}

.link_anchor {
  position: absolute;
  top: var(--downnavheight);
}

.anchor_point {
  position: absolute;
  top: var(--downnavheight);
}
.anchor_point.isfit {
  top: 0;
}

.ny-navtools {
  position: relative;
  z-index: 6;
  left: 0;
  width: 100%;
  height: var(--toolsheight);
  background-color: #f7f7f7;
}
.ny-navtools .cc {
  height: 100%;
  z-index: 5;
}
.ny-navtools .cc .home {
  position: relative;
  width: var(--toolsheight);
  height: var(--toolsheight);
  background-color: #f7f7f7;
}
.ny-navtools .cc .home::before {
  content: "";
  position: absolute;
  left: -99%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
.ny-navtools .cc .home .h-icon {
  font-size: 22px;
  color: var(--color1);
}
.ny-navtools .cc .toolsul {
  flex: 1;
  position: relative;
}
.ny-navtools .cc .toolsul .myswiper-tools {
  width: 100%;
  overflow: visible;
}
.ny-navtools .cc .toolsul .myswiper-tools .swiper-slide {
  width: auto;
}
.ny-navtools .cc .toolsul .myswiper-tools-mob {
  width: 100%;
  overflow: visible;
}
.ny-navtools .cc .toolsul .myswiper-tools-mob .swiper-slide {
  width: auto;
}
.ny-navtools .cc .toolsul .toolsli {
  width: auto;
  position: relative;
}
.ny-navtools .cc .toolsul .toolsli .li-top {
  position: relative;
  padding: 0 0.35rem;
  min-width: 130px;
}
.ny-navtools .cc .toolsul .toolsli .li-top .toolsli-a {
  line-height: 1;
  width: 100%;
  height: var(--toolsheight);
  position: relative;
  color: #616161;
}
.ny-navtools .cc .toolsul .toolsli .li-top .n-icon {
  margin-left: 18px;
  width: 18px;
  height: 18px;
  background: #E0E0E0;
  border-radius: 50%;
  font-size: 12px;
}
.ny-navtools .cc .toolsul .toolsli .li-top .n-icon::before {
  transform: scale(0.75) translate(0px, 2px);
}
.ny-navtools .mytt {
  top: 100%;
  transform: translate(0, -30%);
}

.ny-pagetools {
  width: 260px;
  padding-right: 50px;
}
.ny-pagetools .pageul {
  position: relative;
}
.ny-pagetools .pageul .toolsbg {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 36px;
}
.ny-pagetools .pageul .toolsbg .img {
  width: 100%;
  height: 36px;
}
.ny-pagetools .pageul .pageli.active .li-top .li-top-bg {
  width: 230px;
}
.ny-pagetools .pageul .pageli .li-top {
  background-color: var(--color1);
  padding: 0 15px;
  height: 60px;
  position: relative;
}
.ny-pagetools .pageul .pageli .li-top .li-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 0 30px 30px 0;
  background: linear-gradient(90deg, #005DA7, #A1C1DB);
}
.ny-pagetools .pageul .pageli .li-top .pageli-a {
  height: 100%;
}
.ny-pagetools .pageul .pageli .li-top::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(180/210*100%);
  height: 1px;
  background-color: rgba(188, 192, 195, 0.1);
}
.ny-pagetools .pageul .pageli .li-top .mybtn {
  width: 30px;
  height: 100%;
}
.ny-pagetools .pageul .pageli .li-top .mybtn .openline {
  width: 9px;
  height: 9px;
}
.ny-pagetools .pageul .pageli .li-bot {
  padding: 20px 0;
  background-color: var(--colorFF);
}
.ny-pagetools .pageul .pageli .li-bot .li-a-box {
  padding: 0 20px;
}
.ny-pagetools .pageul .pageli .li-bot .li-a-box + .li-a-box {
  margin-top: 15px;
}
.ny-pagetools .pageul .pageli .li-bot .li-a-box .cate {
  margin-right: 3px;
  color: #C0C9D1;
  font-size: 14px;
}
.ny-pagetools .pageul .pageli .li-bot .li-a-box .li-bot-a {
  line-height: 1.1;
}
.ny-pagetools .p-cc-footer {
  margin-top: 0.35rem;
}
.ny-pagetools .p-cc-footer .tt {
  color: #7A7A7A;
}
.ny-pagetools .p-cc-footer .dd {
  color: #C4C4C4;
}
.ny-pagetools .p-cc-footer .ttbg2 {
  height: 160px;
}
.ny-pagetools .p-cc-footer .ttbg2 .fbg {
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 233px;
  height: 100%;
}

.total-search {
  padding: 0.2rem 0 0.28rem;
  border-top: 1px solid var(--line);
}
.total-search .mysearch {
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  position: relative;
}
.total-search .mysearch .mysearch-input {
  flex: 1;
  height: 100%;
}
.total-search .mysearch .mysearch-input .inp {
  height: 100%;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid var(--bg2);
  transition: all ease-in-out 0.5s;
  border-radius: 20px;
}
.total-search .mysearch .mysearch-input .inp:focus {
  border: 1px solid var(--color1);
}
.total-search .mysearch .mysearch-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.n-search {
  height: 90px;
  width: 100%;
  padding: 20px 20px 20px 30px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.n-search .n-search-type {
  width: 140px;
  height: 100%;
  padding-right: 20px;
}
.n-search .n-search-type .item-show {
  flex: 1;
  position: relative;
}
.n-search .n-search-type .item-show .views-p {
  padding: 0 0.25rem;
}
.n-search .n-search-type .item-show .views-p::after {
  height: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
.n-search .n-search-input {
  flex: 1;
  height: 100%;
}
.n-search .n-search-input .inp {
  height: 100%;
  width: 100%;
  padding: 0 0.3rem 0 0;
}
.n-search .n-search-btn {
  width: 140px;
  height: 50px;
  background: var(--color1);
  border-radius: 10px;
}
.n-search .n-search-btn .h-icon {
  margin-left: 10px;
}

.catetabForm {
  display: flex;
  width: 100%;
}
.catetabForm .tabbox {
  width: 26%;
  height: 52px;
}
.catetabForm .product-tab {
  width: 50%;
  height: 100%;
  border: 1px solid var(--bg2);
  border-right: none;
}
.catetabForm .product-tab::before {
  height: 3px;
}
.catetabForm .product-tab:hover {
  color: var(--color1);
}
.catetabForm .product-tab:active {
  color: var(--color1);
}
.catetabForm .product-form {
  flex: 1;
  height: 52px;
}

.product-form {
  height: 82px;
  display: flex;
  align-items: center;
  position: relative;
}
.product-form .product-form-input {
  flex: 1;
  height: 100%;
}
.product-form .product-form-input .inp {
  height: 100%;
  width: 100%;
}

.kefu_box {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 1111;
  transition: all 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.kefu_box:hover {
  transition: transform 0.3s ease 0s;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
}
.kefu_box.isshowmap {
  transition: top 0.5s ease 0s, width 0.5s ease 0s, height 0.5s ease 0s, background-color 0.5s ease 0s, transform 0.3s ease 0.5s;
  display: block !important;
  top: var(--navheight);
  width: var(--menuWidth);
  height: calc(100vh - var(--navheight));
  background-color: #ffffff;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.kefu_box.isshowmap .cc {
  box-shadow: none;
}
.kefu_box.isshowmap .cc::after {
  display: none;
}
.kefu_box.isshowmap .tools-top .t-item:hover {
  background: var(--colorFF);
}
.kefu_box.isshowmap .tools-top .t-item:hover .h-icon {
  color: var(--color1);
}
.kefu_box.isshowmap .tools-top .t-item:hover .tt {
  color: var(--colortt);
}
.kefu_box.isshowmap .tools-bot {
  opacity: 0;
  visibility: hidden;
}
.kefu_box .cc {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.kefu_box .cc .tools-show {
  position: absolute;
  left: -1px;
  top: 50%;
  width: 30px;
  height: 100px;
  background-color: var(--color1);
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kefu_box .cc .tools-show .tt {
  writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
}
.kefu_box .tools-top .t-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  background: #ffffff;
  transition: all 0.5s;
}
.kefu_box .tools-top .t-item + .t-item:hover .item-cc::after {
  display: none;
}
.kefu_box .tools-top .t-item:hover {
  background: var(--color1);
}
.kefu_box .tools-top .t-item:hover .h-icon {
  color: var(--colorFF);
}
.kefu_box .tools-top .t-item:hover .tt {
  color: var(--colorFF);
}
.kefu_box .tools-top .t-item .h-icon {
  color: var(--coloricon);
}
.kefu_box .tools-top .t-item .tt {
  transition: all 0.5s;
  margin-top: 5px;
}
.kefu_box .tools-top .t-item + .t-item .item-cc::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 77.7%;
  height: 1px;
  background-color: #e9e9e9;
}
.kefu_box .tools-top .t-item .item-cc {
  padding: 10px 0;
}
.kefu_box .tools-top .t-item:hover .abs {
  opacity: 1;
  visibility: visible;
}
.kefu_box .tools-top .t-item .abs {
  position: absolute;
  right: 140%;
  top: 50%;
  width: 78px;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.kefu_box .tools-top .t-item .abs:hover {
  opacity: 1 !important;
  visibility: visible;
}
.kefu_box .tools-top .t-item .tel.abs {
  width: auto;
  padding: 8px 15px;
  background-color: #000000;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.kefu_box .tools-bot .b-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: var(--coloricon);
}
.kefu_box .tools-bot .b-item + .b-item {
  background-color: var(--color5);
}
.kefu_box .tools-bot .b-item .h-icon {
  margin-left: 10px;
}

.nav-footer {
  position: relative;
  z-index: 6;
}
.nav-footer .logotop {
  background: var(--bg2);
  padding: 0.25rem 0;
}
.nav-footer .logotop .footerlogo {
  height: var(--logoBot);
}
.nav-footer .logotop .logo-r .rbtn {
  background-color: var(--colorFF);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.nav-footer .footer-top .pbox {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.nav-footer .footer-top .info-address {
  color: #ffffff;
  line-height: 2;
}
.nav-footer .footer-top .info-qrcode {
  z-index: 5;
  display: flex;
}
.nav-footer .footer-top .info-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-footer .footer-top .info-qrcode .qrcode + .qrcode {
  margin-left: 24px;
}
.nav-footer .footer-top .info-qrcode .qrcode .img {
  width: 110px;
}
.nav-footer .footer-top .info-qrcode .qrcode .code-t {
  text-align: center;
  margin-top: 10px;
}
.nav-footer .footer-links {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-footer .footer-links .cateli.active .myuls {
  height: auto;
}
.nav-footer .footer-links .cateli .myname {
  height: 31px;
  color: #A3BAD6;
}
.nav-footer .footer-links .cateli .myuls {
  flex: 1;
  height: 31px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nav-footer .footer-links .cateli .myuls .mylis {
  display: flex;
  align-items: center;
  padding: 0 14px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.7);
  transition: all ease-in-out 0.5s;
}
.nav-footer .footer-links .cateli .myuls .mylis:nth-child(1)::after {
  display: none;
}
.nav-footer .footer-links .cateli .myuls .mylis:hover {
  color: white;
}
.nav-footer .footer-links .cateli .mybtn {
  width: 58px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.nav-footer .footer-bot {
  display: flex;
}
.nav-footer .footer-bot .bot-info {
  width: 100%;
  padding: 0.22rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.nav-footer .footer-bot .bot-info a {
  color: rgba(255, 255, 255, 0.5);
}
.nav-footer .footer-bot .footermap .ftt {
  padding: 0 14px;
}
.nav-footer .footer-bot .footermap .ftt:hover {
  color: white;
}

.swiperprev,
.swipernext {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.swiperprev {
  left: 0;
  transform: translate(-0.75rem, -50%);
}

.swipernext {
  right: 0;
  transform: translate(0.75rem, -50%);
}

.blog-banner .blog-swiper {
  margin-top: 0.8rem;
  max-height: 500px;
  height: var(--bannerminheight);
  min-height: 450px;
}
.blog-banner .blog-swiper .swiper-slide .title-box {
  display: flex;
  align-items: center;
}
.blog-banner .blog-swiper .swiper-slide .title-box.isright {
  justify-content: flex-end;
}
.blog-banner .blog-swiper .swiper-slide .title-box.iscenter {
  justify-content: center;
}
.blog-banner .blog-swiper .swiper-slide .inb-title {
  color: var(--tt);
  width: 100%;
  max-width: 500px;
}
.blog-banner .blog-swiper .swiper-slide .inb-title .stit {
  font-size: var(--fz48);
}
.blog-banner .blog-swiper .swiper-slide .inb-title .btit {
  margin-top: 0.2rem;
  font-size: var(--fz18);
}

.blog-class {
  margin-bottom: 0.7rem;
}
.blog-class .blog_class_top {
  padding: 50px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-class .blog_class_top .link {
  padding-bottom: 10px;
  border-bottom: 1px solid #212121;
}
.blog-class .ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-class .ul li {
  margin-right: 0.64rem;
}
.blog-class .ul li .cli {
  display: block;
  font-size: 14px;
  color: #838383;
  line-height: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
  white-space: nowrap;
}
.blog-class .ul li .cli.on {
  color: #1d9af3;
  padding-left: 12px;
}

.topic_top {
  padding: 30px 0;
}
.topic_top .topic_top_main {
  padding: 0 0.6rem;
}

.topic_swiper .swiper-wrapper {
  height: auto;
}
.topic_swiper .swiper-slide .slide_con {
  position: relative;
  width: 100%;
}
.topic_swiper .swiper-slide .slide_con:hover .info {
  background-color: var(--tt);
  color: #fff;
}
.topic_swiper .swiper-slide .slide_con .slide_con_pic {
  position: relative;
  padding-top: calc(145/217*100%);
}
.topic_swiper .swiper-slide .slide_con .info {
  font-size: var(--fz14);
  padding: 0 10px;
  background-color: #fff;
  color: var(--tt);
  height: 46px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.blog_con_tab .l-top {
  height: var(--navheight);
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_con_tab .l-top .ta {
  padding: 0 35px;
  color: #909090;
  font-size: var(--fz30);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}
.blog_con_tab .l-top .ta.on {
  color: var(--tt);
  border-bottom: 2px solid var(--color2);
}

.blog-content {
  background-color: var(--bg2);
  padding: 0.45rem 0 0.8rem;
}

.forum-list {
  margin: 0 0.5rem;
}
.forum-list.issearch_page {
  margin: 0;
}

.blog-list {
  grid-gap: 0.45rem;
}
.blog-list .f-item .tp {
  flex-shrink: 0;
  background-color: #fff;
  width: 100%;
  line-height: 0;
  display: block;
}
.blog-list .f-item .tp .imgbox {
  width: 100%;
  position: relative;
  padding-top: calc(300/450*100%);
  overflow: hidden;
}
.blog-list .f-item .info {
  padding: 0 22px 0;
  background-color: #fff;
}
.blog-list .f-item .tag_list .tag {
  margin-top: 22px;
}
.blog-list .f-item .tmsg {
  width: 100%;
  margin-top: 20px;
}
.blog-list .f-item .tmsg .demo .tit {
  max-width: 400px;
  font-size: var(--fz24);
  color: var(--color1);
}
.blog-list .f-item .tmsg .demo .desc {
  font-size: var(--fz14);
  color: #808080;
  line-height: 1.4;
}
.blog-list .f-item .bcontrol {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-list .f-item .bcontrol .lbtn .bb {
  font-size: 14px;
  color: #a5a5a5;
  margin-right: 16px;
}
.blog-list .f-item .bcontrol .lbtn .bb img {
  margin-right: 6px;
}
.blog-list .f-item .bcontrol .rbtn .del {
  padding: 0 20px;
  height: 26px;
  background: #EBEBEB;
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.blog-list .f-item .bcontrol .rbtn .del img {
  height: 14px;
}
.blog-list .f-item .user_bot {
  height: 50px;
}
.blog-list .f-item .user_bot .userinfo {
  display: flex;
  align-items: center;
}
.blog-list .f-item .user_bot .uimg {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
}
.blog-list .f-item .user_bot .uimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.blog-list .f-item .user_bot .myname {
  max-width: 200px;
  color: var(--tt);
  font-size: var(--fz14);
}
.blog-list .f-item .user_bot .time {
  font-size: var(--fz14);
  color: #808080;
}

/* 登录 注册 */
.login-main {
  background-color: var(--color1);
  position: relative;
}

.login-main .formdiv {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.login-main .formdiv .form {
  width: 100%;
  max-width: 460px;
  padding: 0.5rem;
  background-color: #fff;
}

.login-main .formdiv .form .lgtitle {
  font-size: var(--fz36);
  color: #1E1E1E;
  margin-top: 10px;
  margin-bottom: 0.3rem;
}

.login-form .item {
  position: relative;
}
.login-form .item + .item {
  margin-top: 0.3rem;
}
.login-form .item .item_label {
  color: #686868;
  font-size: var(--fz16);
  margin-bottom: 10px;
}
.login-form .item .item_label .star_color {
  color: var(--color2);
}
.login-form .item .tips {
  display: inline-flex;
}
.login-form .item .input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
  padding: 0 18px;
  font-size: var(--fz16);
  color: #282b2d;
}
.login-form .item .input::placeholder {
  color: #7f8288;
}
.login-form .item .yzbtn {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 1;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  color: #ffffff;
  width: 115px;
  background-color: var(--color1);
  cursor: pointer;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.login-form .item .my-bgimg {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 0.52rem; */
  position: relative;
}
.login-form .item .my-bgimg .null_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 220px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-form .item .my-bgimg .null_box .null_icon {
  width: 40px;
  height: 40px;
}
.login-form .item .my-bgimg .txword {
  font-size: 12px;
  color: #9f9f9f;
  /* margin-top: 0.22rem; */
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.login-form .item .my-radio {
  display: flex;
}
.login-form .item .my-radio .radio_item + .radio_item {
  margin-left: 40px;
}
.login-form .item .my-radio .radio_item.active .check_i {
  border: 1px solid var(--color2);
}
.login-form .item .my-radio .radio_item.active .check_i::after {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 1;
}
.login-form .item .my-radio .radio_item .check_i {
  position: relative;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.login-form .item .my-radio .radio_item .check_i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background-color: var(--color2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.login-form .item .my-radio .radio_item .label_n {
  color: #686868;
  font-size: var(-fz16);
  margin-left: 8px;
}
.login-form .subtns {
  width: 100%;
  height: 50px;
  background-color: var(--color1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  font-size: var(--fz18);
  color: #ffffff;
  margin-top: 0.3rem;
  outline: none;
  cursor: pointer;
}
.login-form .subtns.reg {
  margin-top: 0.3rem;
}
.login-form .subtns.edit_t {
  margin-top: 0.4rem;
}

.login-main .formdiv .form .goregs .go-a {
  display: inline-flex;
  font-size: var(--fz14);
  color: #686868;
  margin-top: 0.25rem;
}

.login-form .check-agree {
  display: flex;
}

.login-form .check-agree .book {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.login-form .check-agree .book .xieyi {
  color: var(--color2);
  cursor: pointer;
}

.login-form .check-agree .check {
  margin-right: 10px;
  border-color: #c6ccd3;
}

/* 登录 注册 end */
.reply-list-total {
  padding: 0.65rem var(--view_pd) 0.2rem;
}
.reply-list-total .n {
  color: #8D8D8D;
}

.reply-list {
  padding: 0 var(--view_pd);
}
.reply-list .ritem {
  display: flex;
}
.reply-list .ritem .limg {
  width: 36px;
  flex-shrink: 0;
  height: fit-content;
  text-align: center;
  margin: 20px 12px 0 0;
}
.reply-list .ritem .limg img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}
.reply-list .ritem .r-content {
  padding: 20px 0;
  flex: 1;
  overflow: hidden;
}
.reply-list .ritem .r-content .ly-info {
  position: relative;
}
.reply-list .ritem .r-content .ly-info .ly-info-top {
  display: flex;
  margin-bottom: 15px;
}
.reply-list .ritem .r-content .ly-info .ly-info-top .name {
  font-size: var(--fz16);
  color: var(--tt);
}
.reply-list .ritem .r-content .ly-info .jin {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: var(--color1);
}
.reply-list .ritem .r-content .ly-info .time {
  margin-left: 10px;
  font-size: var(--fz16);
  color: #808080;
}
.reply-list .ritem .r-content .ly-info .ly {
  font-size: var(--fz14);
  color: #808080;
  margin-bottom: 26px;
}
.reply-list .ritem .r-content .ly-info .ly-tools {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reply-list .ritem .r-content .ly-info .ly-btns {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  padding-left: 30px;
}
.reply-list .ritem .r-content .ly-info .ly-btns .open-xl {
  font-size: 14px;
  color: var(--color2);
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.reply-list .ritem .r-content .ly-info .ly-btns .open-xl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent var(--color2) var(--color2) transparent;
  transform: rotate(45deg);
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.mmreply-list {
  margin-top: 20px;
}
.mmreply-list .mmritem {
  display: flex;
}
.mmreply-list .mmritem .llimg {
  width: auto;
  flex-shrink: 0;
  height: fit-content;
  padding: 0;
  margin-right: 10px;
}
.mmreply-list .mmritem .llimg img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}
.mmreply-list .mmritem .mmrmsg {
  flex: 1;
  overflow: hidden;
}
.mmreply-list .mmritem .mmrmsg .backinfo-top {
  height: 28px;
  display: flex;
  align-items: center;
}
.mmreply-list .mmritem .mmrmsg .name {
  font-size: var(--fz16);
  color: #454545;
}
.mmreply-list .mmritem .mmrmsg .back {
  font-size: var(--fz16);
  display: flex;
}
.mmreply-list .mmritem .mmrmsg .backinfo {
  font-size: 14px;
  color: #454545;
  line-height: 24px;
  margin-bottom: 0.28rem;
}
.mmreply-list .mmritem .mmrmsg .backbtns {
  display: flex;
  justify-content: space-between;
}
.mmreply-list .mmritem .mmrmsg .backbtns .time {
  font-size: 14px;
  color: #a5a5a5;
}

/* 留言 end */
.user-content {
  background-color: #f5f5f5;
  padding: 0.5rem 0 1rem;
}
.user-content.hasnav {
  padding: 20px 0 1rem;
}
.user-content .u-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.user-content .u-content .l-menu {
  position: sticky;
  top: calc(var(--navheight) + 20px);
  flex-shrink: 0;
  width: 280px;
}
.user-content .u-content .l-menu .mul {
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 0 0.25rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.user-content .u-content .l-menu .mul li .m-a {
  padding: 0.15rem 0;
  display: block;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color1);
}
.user-content .u-content .l-menu .mul li .m-a.on {
  color: var(--color2);
}
.user-content .u-content .l-menu .mul li .m-a:before {
  background-color: var(--color1);
}
.user-content .u-content .l-menu .logout {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #808080;
  background: -webkit-linear-gradient(#979797, #717171);
  background: -moz-linear-gradient(#979797, #717171);
  background: -ms-linear-gradient(#979797, #717171);
  background: linear-gradient(#979797, #717171);
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.user-content .u-content .mml-menu {
  display: none;
}
.user-content .u-content .r-list {
  width: 100%;
  max-width: 1110px;
  margin-right: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* height: fit-content; */
}
.user-content .u-content .r-list .topic_info {
  height: 300px;
  display: flex;
  flex-direction: column;
}
.user-content .u-content .r-list .topic_info .topic_con {
  flex: 1;
  padding: 20px 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-content .u-content .r-list .topic_info .topic_con .dd_icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.user-content .u-content .r-list .topic_info .topic_con .dd2 {
  font-size: var(--fz16);
  color: #ffffff;
  opacity: 0.5;
}
.user-content .u-content .r-list .topic_info .titlediv::after {
  background: rgba(255, 255, 255, 0.2);
}
.user-content .u-content .r-list .topic_info .titlediv .l-tab {
  display: flex;
}
.user-content .u-content .r-list .topic_info .titlediv .l-tab .t-a {
  color: #B7B7B7;
}
.user-content .u-content .r-list .topic_info .titlediv .l-tab .t-a.on {
  color: #ffffff;
}
.user-content .u-content .r-list .topic_info .titlediv .l-tab .t-a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.user-content .u-content .r-list .titlediv {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem;
  margin: 0 0.5rem;
}
.user-content .u-content .r-list .titlediv .l-tab {
  display: flex;
}
.user-content .u-content .r-list .titlediv .l-tab .t-a {
  display: inline-block;
  position: relative;
  padding-right: 17px;
  margin-right: 17px;
  font-size: var(--fz18);
  color: #909090;
  line-height: 20px;
}
.user-content .u-content .r-list .titlediv .l-tab .t-a.on {
  color: #212121;
}
.user-content .u-content .r-list .titlediv .l-tab .t-a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}

.fcont-right {
  flex-shrink: 0;
  width: 280px;
}
.fcont-right .editbtn {
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--color1);
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.incomright-list {
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 25px;
  background-repeat: no-repeat;
}
.incomright-list + .incomright-list {
  margin-top: 30px;
}
.incomright-list .tit {
  padding: 20px 0;
  font-size: var(--fz18);
  color: var(--color2);
  line-height: 1;
}
.incomright-list .ul .li {
  padding: 20px 0;
  display: flex;
}
.incomright-list .ul .li .nn {
  min-width: 16px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  background: #EDEFF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #808080;
  font-size: 12px;
  margin-right: 14px;
}
.incomright-list .ul .li .aa {
  position: relative;
  font-size: var(--fz14);
  color: #212121;
}

.top_photopic {
  width: 350px;
}
.top_photopic .top_photopic_list .top_photopic_item {
  display: flex;
  margin-bottom: 15px;
}
.top_photopic .top_photopic_list .top_photopic_item + .top_photopic_item {
  margin-top: 15px;
}
.top_photopic .top_photopic_list .top_photopic_item .pic_b {
  width: calc(176/350*100%);
}
.top_photopic .top_photopic_list .top_photopic_item .pic_b .pic {
  position: relative;
  width: 100%;
  padding-top: calc(118/176*100%);
}
.top_photopic .top_photopic_list .top_photopic_item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 12px 15px;
}
.top_photopic .top_photopic_list .top_photopic_item .info .desc {
  font-size: var(--fz18);
  color: var(--tt);
}
.top_photopic .top_photopic_list .top_photopic_item .info .user_info {
  display: flex;
  align-items: center;
}
.top_photopic .top_photopic_list .top_photopic_item .info .user_info .img {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.top_photopic .top_photopic_list .top_photopic_item .info .user_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cvoer;
}
.top_photopic .top_photopic_list .top_photopic_item .info .user_info .name {
  font-size: var(--fz14);
  color: #908F8F;
}

.author-info {
  background-repeat: no-repeat;
  padding: 24px 0px 30px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.author-info .uimg {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.author-info .uimg .img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 0.1rem;
}
.author-info .uimg .img img {
  width: 100%;
  height: 100%;
}
.author-info .uimg .name {
  padding: 0 10px;
  font-size: var(--fz18);
  color: var(--tt);
  margin-bottom: 20px;
}
.author-info .follow {
  display: flex;
  position: relative;
}
.author-info .follow .dd {
  flex: 1;
  text-align: center;
}
.author-info .follow .dd .num {
  font-size: var(--fz18);
  color: var(--color2);
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.author-info .follow .dd .tt {
  font-size: 14px;
  color: #9b9b9b;
}
.author-info .focusbtn {
  display: block;
  margin: 0.3rem auto 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--color1);
  text-align: center;
  font-size: var(--fz16);
  color: #ffffff;
  cursor: pointer;
}
.author-info .focusbtn.on {
  background-color: #9c9c9c;
}

.forum-class {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}
.forum-class .ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  justify-content: center;
  margin: 0 auto;
}
.forum-class .ul li {
  display: flex;
  flex-wrap: nowrap;
}
.forum-class .ul .cli {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 16px;
}
.forum-class .ul .cli.on {
  color: var(--color2);
}

.inbanner-swiper .swiper-slide .title-box {
  display: flex;
  align-items: center;
}
.inbanner-swiper .swiper-slide .title-box.isright {
  justify-content: flex-end;
}
.inbanner-swiper .swiper-slide .title-box.iscenter {
  justify-content: center;
  text-align: center;
}
.inbanner-swiper .swiper-slide .inb-title {
  color: #ffffff;
  width: 100%;
  max-width: 400px;
}
.inbanner-swiper .swiper-slide .inb-title .stit {
  font-size: var(--fz18);
}
.inbanner-swiper .swiper-slide .inb-title .btit {
  margin-top: 0.2rem;
  font-size: var(--fz48);
}

html[pagelang=en] .inbanner-swiper .swiper-slide .inb-title {
  max-width: 470px;
}

html[pagelang=es] .inbanner-swiper .swiper-slide .inb-title {
  max-width: 470px;
}

.index_swiper_tools {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index_swiper_tools .banner_tools {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 9;
}

.main_product_cate {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main_product_cate .section_con {
  width: 100%;
  padding: 0.8rem 0;
}
.main_product_cate .product_cate_swiper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0.3rem;
  overflow: visible;
}
.main_product_cate .product_cate_swiper .swiper-wrapper {
  height: auto;
  width: auto;
}
.main_product_cate .product_cate_swiper .swiper-slide {
  width: 600px;
}
.main_product_cate .product_cate_swiper .slide_con {
  display: flex;
  flex-direction: column;
}
.main_product_cate .product_cate_swiper .slide_con .slide_con_pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: calc(550/920*100%);
}
.main_product_cate .product_cate_swiper .slide_con .slide_con_link {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_product_cate .product_cate_swiper .slide_con .slide_con_link .slide_con_nn {
  color: var(--tt);
  font-size: var(--fz18);
}
.main_product_cate .product_cate_swiper .slide_con .slide_con_tt {
  line-height: 1;
  margin-top: 0.3rem;
  font-size: var(--fz36);
  color: var(--tt);
}
.main_product_cate .product_cate_tools {
  position: absolute;
  left: 56.2%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main_product_cate .product_cate_tools .com-state .progressbox {
  margin-left: 0;
}
.main_product_cate .product_cate_tools .com-num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.main_product_cate .product_cate_tools .com-progress {
  width: 28px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.main_product_cate .product_cate_tools .com-progress .proess {
  background-color: var(--color1);
}

html[lang=cn] .mian_back_top .section_top {
  display: flex;
  align-items: center;
}

.mian_back_top .section_top {
  position: relative;
  height: 200px;
}
.mian_back_top .section_top .container {
  position: static;
  height: 100%;
}
.mian_back_top .section_top .section_top_tt {
  width: 450px;
  font-size: var(--fz48);
  color: #ffffff;
  top: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

html[pagelang=en] .mian_back_top .section_top .section_top_tt {
  width: 550px;
}

html[pagelang=es] .mian_back_top .section_top .section_top_tt {
  width: 590px;
}

.main_product_list {
  background: linear-gradient(0deg, #F0F0F0, #D2D2D2);
}
.main_product_list .section_con {
  padding: 0.4rem 0;
}
.main_product_list .product_list_swiper_tools {
  width: var(--container-width);
  max-width: 1820px;
  z-index: 9;
}
.main_product_list .product_list_swiper_tools .h-icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.main_product_list .product_list_swiper_tools .h-icon:nth-child(1) {
  left: 0;
}
.main_product_list .product_list_swiper_tools .h-icon:nth-child(2) {
  right: 0;
}
.main_product_list .product_list_swiper {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.main_product_list .product_list_swiper .swiper-wrapper {
  height: auto;
}
.main_product_list .product_list_swiper .swiper-slide {
  width: 25%;
}
.main_product_list .product_list_swiper .swiper-slide:nth-child(2n) .slide_con {
  padding-top: 1rem;
}
.main_product_list .product_list_swiper .slide_con {
  display: flex;
  flex-direction: column;
}
.main_product_list .product_list_swiper .slide_con:hover .slide_bg_box {
  position: relative;
}
.main_product_list .product_list_swiper .slide_con:hover .slide_bg .gray {
  background-color: var(--color2);
}
.main_product_list .product_list_swiper .slide_con .slide_bg_box {
  position: relative;
}
.main_product_list .product_list_swiper .slide_con .slide_bg {
  width: 62.5%;
}
.main_product_list .product_list_swiper .slide_con .slide_bg .gray {
  position: relative;
  width: 100%;
  padding-top: calc(515/250*100%);
  background-color: #d2d2d2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main_product_list .product_list_swiper .slide_con .product_pic {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 93%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main_product_list .product_list_swiper .slide_con .slide_con_tt {
  margin-top: 0.3rem;
}
.main_product_list .product_list_swiper .slide_con .slide_con_dd {
  margin-top: 0.1rem;
}

.com_adf {
  position: relative;
  overflow: hidden;
}
.com_adf .com_adf_img img {
  width: 100%;
}
.com_adf .com_adf_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com_adf .com_adf_type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.com_adf .adf_box {
  width: 50%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main_video_top {
  position: relative;
  overflow: hidden;
}
.main_video_top .main_video_container {
  height: 100%;
  padding: 0.8rem 0;
}
.main_video_top .play_video {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main_video_top .web_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_honor {
  position: relative;
  background-color: #fff;
}
.main_honor .section_con {
  height: 100%;
  padding: 1rem 0 0.9rem;
}
.main_honor .honor_list_swiper {
  margin-top: 0.3rem;
  overflow: hidden;
}
.main_honor .honor_list_swiper .slide_con {
  margin: 0 auto;
  width: 92%;
  display: flex;
  flex-direction: column;
}
.main_honor .honor_list_swiper .slide_con .slide_bg_box {
  margin: 0 auto;
  width: 100%;
  max-width: 230px;
  position: relative;
}
.main_honor .honor_list_swiper .slide_con .slide_bg {
  position: relative;
  width: 100%;
  padding-top: calc(153/230*100%);
}
.main_honor .honor_list_swiper .slide_con .slide_con_tt {
  margin-top: 0.3rem;
}
.main_honor .honor_list_swiper .slide_con .slide_con_dd {
  margin-top: 0.1rem;
}
.main_honor .honor_list_swiper_tools {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.com-num .num_line {
  width: 8px;
  height: 1px;
  background-color: #969696;
  margin: 0 4px;
}

.main_news_list {
  position: relative;
}
.main_news_list .news_top {
  width: calc(760/1920*100%);
  padding: 0.8rem;
  background-color: #f0f0f0;
}
.main_news_list .news_top .top_tools {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main_news_list .news_top .top_tools .news_tools {
  flex-shrink: 0;
  display: flex;
}
.main_news_list .news_top .top_tools .news_tools .com-state {
  margin: 0 10px;
}
.main_news_list .news_top .news_list_swiper {
  overflow: hidden;
  border-left: 1px solid #D2D2D2;
}
.main_news_list .news_top .news_list_swiper .swiper-wrapper {
  height: auto;
}
.main_news_list .news_top .news_list_swiper .swiper-slide {
  background-color: #f0f0f0;
}
.main_news_list .news_top .news_list_swiper .slide_con .time_box {
  flex-shrink: 0;
  padding: 0 40px 0 30px;
  color: #969696;
}
.main_news_list .news_top .news_list_swiper .slide_con .time_box .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}
.main_news_list .news_top .news_list_swiper .slide_con .time_box .time::after {
  width: 68%;
  background-color: var(--tt);
}
.main_news_list .news_top .news_list_swiper .slide_con .slide_con_r {
  flex: 1;
}
.main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_bg_box {
  position: relative;
  width: 100%;
  padding-top: calc(293/440*100%);
}
.main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_con_tt {
  margin-top: 0.3rem;
}
.main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_con_dd {
  margin-top: 0.4rem;
}
.main_news_list .news_list {
  width: calc(1160/1920*100%);
  padding: 0.8rem;
  background-color: var(--bg2);
}
.main_news_list .news_list .news_list_cbox .list_item {
  background-color: #fff;
  display: flex;
  padding: 0.5rem 0.4rem 0.5rem 0.5rem;
}
.main_news_list .news_list .news_list_cbox .list_item:last-child::after {
  display: none;
}
.main_news_list .news_list .news_list_cbox .list_item::after {
  background-color: #E6E6E6;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c {
  width: 100%;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c .time_box {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: var(--bg2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info {
  flex: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .info {
  width: 100%;
  padding-right: 30px;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .info .section_tt_line {
  margin-top: 16px;
}
.main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .btn {
  flex-shrink: 0;
}

.main_blog {
  position: relative;
}
.main_blog .section_con {
  height: 100%;
  padding: 0.88rem 0 0.88rem;
}
.main_blog .blog_list_swiper {
  margin-top: 0.3rem;
  overflow: hidden;
}
.main_blog .blog_list_swiper .slide_con {
  margin: 0 auto;
  width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_blog .blog_list_swiper .slide_con .slide_con_tt {
  margin-top: 0.3rem;
}
.main_blog .blog_list_swiper .slide_con .user_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_blog .blog_list_swiper .slide_con .user_cc .user_pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
}
.main_blog .blog_list_swiper .slide_con .user_cc .user_pic .product_pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_blog .blog_list_swiper .slide_con .user_cc .user_name {
  margin-left: 8px;
}
.main_blog .blog_list_swiper .slide_con .slide_con_dd {
  margin-top: 0.1rem;
}

.product_cate:nth-child(2n+1) .cate_top .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.product_cate .cate_top {
  position: relative;
}
.product_cate .cate_top .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem 0;
  height: 100%;
}
.product_cate .cate_top .bg_box img {
  width: 100%;
}
.product_cate .cate_top .position_box {
  min-width: 300px;
}
.product_cate .cate_top .con_nn {
  font-size: var(--fz16);
  color: var(--cate_color);
}
.product_cate .cate_top .con_tt {
  margin-top: 0.35rem;
  font-size: var(--fz48);
  color: var(--cate_color);
}
.product_cate .cate_top .com_gomore {
  background-color: #000000;
}
.product_cate .cate_top .com_gomore .ii {
  color: #ffffff;
}
.product_cate .cate_list {
  position: relative;
  padding: 0.8rem 0;
  background-color: var(--bg2);
}
.product_cate .cate_list .cate_list_container .cate_list_swiper {
  overflow: visible;
}
.product_cate .cate_list .cate_list_container .cate_list_swiper .swiper-wrapper.iscenter {
  justify-content: center;
}
.product_cate .cate_list .sub_cate_p {
  width: 100%;
}
.product_cate .cate_list .sub_cate {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_cate .cate_list .sub_cate .sub_cate_tt {
  color: #1E1E1E;
  font-size: var(--fz24);
}
.product_cate .cate_list .sub_cate .sub_cate_pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product_cate .cate_list .con_nn {
  font-size: var(--fz16);
  color: #FFFFFF;
}
.product_cate .cate_list .con_tt {
  margin-top: 0.35rem;
  font-size: var(--fz48);
  color: var(--colorFF);
}

.product_sub_main {
  padding: 0.4rem 0 1rem;
}
.product_sub_main .anchor_point {
  top: 0;
}
.product_sub_main .sub_tips {
  color: var(--tt);
  font-size: var(--fz24);
}
.product_sub_main .sub_main {
  align-items: flex-start;
}
.product_sub_main .sub_main .sub_cate {
  position: sticky;
  top: calc(var(--navheight) + 20px);
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
  padding-right: 20px;
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_click .click_ii_b {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_click .click_ii_b .click_ii_b {
  font-size: var(--fz14);
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_down_list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_down_list .down_item {
  display: flex;
  align-items: center;
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_down_list .down_item + .down_item {
  margin-top: 0.2rem;
}
.product_sub_main .sub_main .sub_cate .sub_cate_li .sub_down_list .down_item .down_item_img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background: #E1E1E1;
  border-radius: 50%;
  overflow: hidden;
}
.product_sub_main .sub_main .sub_list {
  width: 100%;
  max-width: 1460px;
}
.product_sub_main .sub_main .sub_list .sub_list_container {
  padding-bottom: 0.8rem;
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.8rem;
  border-bottom: 1px solid #E6E6E6;
}
.product_sub_main .sub_main .sub_list .sub_list_item .product_p {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product_sub_main .sub_main .sub_list .sub_list_item .product_p:hover .p_bg {
  width: 100%;
}
.product_sub_main .sub_main .sub_list .sub_list_item .product_p .p_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f0f0f0;
  z-index: 2;
}
.product_sub_main .sub_main .sub_list .sub_list_item .product_p .href_box {
  opacity: 0;
  pointer-events: none;
}
.product_sub_main .sub_main .sub_list .sub_list_item .product_p .href_box.active {
  opacity: 1;
  pointer-events: auto;
}
.product_color {
  display: flex;
  flex-wrap: wrap;
}
.product_color .color_i {
  position: relative;
  width: 0.26rem;
  height: 0.26rem;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 5px;
}
.product_color .color_i.hasborder .span {
  border: 1px solid #B4B4B4;
}
.product_color .color_i .span {
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.product_color .color_i::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: content-box;
  transition: all cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  -ms-transition: all cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  -o-transition: all cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
}
.product_color .color_i:hover::after, .product_color .color_i.active::after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: #DCDCDC;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
}

.productv-top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}
.productv-top .istxt .price {
  font-size: var(--fz24);
  color: var(--color2);
  margin-bottom: 0.32rem;
}
.productv-top .istxt .tit {
  font-size: var(--fz48);
  color: #000000;
  margin-bottom: 5px;
}
.productv-top .left {
  display: flex;
  align-items: flex-start;
  height: fit-content;
}
.productv-top .left .product_view_swiper_tools {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.productv-top .left .gallery-top-box {
  width: 7rem;
  margin: 0 0.6rem 0 0.6rem;
}
.productv-top .left .gallery-top {
  width: 100%;
}
.productv-top .left .gallery-top .swiper-slide .img {
  padding-top: calc(600 / 600 * 100%);
  position: relative;
}
.productv-top .left .gallery-top .prov-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
  cursor: pointer;
  outline: none;
}
.productv-top .left .gallery-thumbs {
  width: 100px;
  height: 700px;
}
.productv-top .left .gallery-thumbs .swiper-slide {
  height: auto;
  width: auto;
}
.productv-top .left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.productv-top .left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img::after {
  opacity: 1;
}
.productv-top .left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img::before {
  opacity: 0;
}
.productv-top .left .gallery-thumbs .swiper-slide .img {
  width: 100px;
  height: 100px;
  position: relative;
}
.productv-top .left .gallery-thumbs .swiper-slide .img::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  z-index: 5;
}
.productv-top .left .gallery-thumbs .swiper-slide .img::before {
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.productv-top .right {
  width: calc(500/1760*100%);
  flex-shrink: 0;
}
.productv-top .right .stardiv {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.productv-top .right .stardiv .incomstar i {
  width: 16px;
  height: 15px;
  background-size: contain;
}
.productv-top .right .stardiv .num {
  margin-left: 0.1rem;
  font-size: 12px;
  color: #1d9af3;
}
.productv-top .right .demo_view {
  margin-bottom: 40px;
}
.productv-top .right .demo_view.bugou .buybtn {
  display: none;
}
.productv-top .right .demo_view.isoverflow .view {
  height: 230px;
  overflow: hidden;
}
.productv-top .right .demo_view.isoverflow .buybtn .zz_view {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  transform: translate(0, -100%);
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
.productv-top .right .demo_view.isoverflow .buybtn .ii {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.productv-top .right .color_sku {
  margin-bottom: 30px;
}
.productv-top .right .view {
  font-size: 16px;
  color: #797979;
  line-height: 1.87;
  margin-bottom: 0.24rem;
}
.productv-top .right .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 0.4rem;
}
.productv-top .right .price {
  font-size: var(--fz24);
  color: var(--color2);
  margin-bottom: 0.32rem;
}
.productv-top .right .tit {
  font-size: var(--fz48);
  color: #000000;
  margin-bottom: 5px;
}
.productv-top .right .buybtn {
  position: relative;
  width: 100%;
  height: 50px;
  background: #000000;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.productv-top .right .buybtn .ii {
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.overview_eight_pic {
  position: relative;
  padding: 0.8rem 0;
}
.overview_eight_pic .section_con {
  height: 100%;
}
.overview_eight_pic .pic_grid {
  grid-gap: 0.16rem;
}
.overview_eight_pic .pic_box {
  position: relative;
  width: 100%;
  padding-top: calc(260/448*100%);
  border-radius: 20px;
  overflow: hidden;
}

.overview_section {
  position: relative;
}
.overview_section.height_auto .section_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.overview_section .rich_type {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0;
}
.overview_section .rich_type.isright {
  justify-content: flex-end;
}
.overview_section .rich_type.isright .w_box {
  order: 1;
}
.overview_section .rich_type.isright .rich_box {
  order: 2;
}
.overview_section .rich_type.iscenter {
  flex-direction: column;
  justify-content: center;
}
.overview_section .rich_type.iscenter .rich_box {
  width: 100%;
}
.overview_section .rich_type.pc_top {
  align-items: flex-start;
  justify-content: flex-start;
}
.overview_section .rich_type.pc_cen {
  align-items: center;
}
.overview_section .rich_type.pc_bot {
  align-items: flex-end;
  justify-content: flex-end;
}
.overview_section .rich_type .rich_box {
  width: calc(550/1440*100%);
}
.overview_section .rich_type .center_box {
  width: 100%;
  max-width: 1400px;
}
.overview_section .rich_type .center_box .pp_box {
  width: 100%;
}
.overview_section .rich_type .w_box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview_section .rich_type .w_box .pp_box {
  width: calc(760/880*100%);
}
.overview_section .rich_type .w_box .pic_box {
  position: relative;
  width: 100%;
  padding-top: calc(790/760*100%);
}

.overview_how_use {
  position: relative;
  padding: 50px 0;
}
.overview_how_use .section_con {
  height: 100%;
}
.overview_how_use .use_grid {
  grid-gap: 0.16rem;
}
.overview_how_use .pic_box {
  position: relative;
  width: 100%;
  padding-top: calc(510/880*100%);
}

.overview_specs {
  position: relative;
  padding: 50px 0;
}
.overview_specs .section_con {
  height: 100%;
}
.overview_specs .specs_tt {
  position: relative;
  text-align: center;
  padding: 0.3rem 0;
}
.overview_specs .specs_tt .yuan {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
}
.overview_specs .specs_tt .yuan .y1 {
  margin: 3px;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
}
.overview_specs .specs_tt .yuan .y1:nth-child(2) {
  opacity: 0.7;
}
.overview_specs .specs_tt .yuan .y1:nth-child(3) {
  opacity: 0.4;
}
.overview_specs .specs_cc {
  padding: 0.4rem 0 0.8rem;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.overview_three {
  position: relative;
}
.overview_three .section_con {
  padding: 50px 0;
  height: 100%;
}
.overview_three .inbox_grid {
  grid-gap: 0.3rem;
}
.overview_three .pic_box {
  position: relative;
}

.overview_what_inbox {
  position: relative;
}
.overview_what_inbox .section_con {
  padding: 50px 0;
  height: 100%;
}
.overview_what_inbox .inbox_grid {
  grid-gap: 0.3rem;
}
.overview_what_inbox .pic_box {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.overview_diyrich img {
  width: 100%;
}

.productv-tui {
  background-color: #F8F8F8;
  position: relative;
  padding: 0.8rem 0;
}
.productv-tui .prov-title {
  font-size: var(--fz48);
  color: var(--tt);
  text-align: center;
}
.productv-tui .provtui-swiper .swiper-wrapper {
  height: auto;
}
.productv-tui .provtui-swiper .swiper-slide {
  height: auto;
}
.productv-tui .provtui-swiper .swiper-slide .item {
  display: block;
  padding: 4px;
}
.productv-tui .provtui-swiper .swiper-slide .item .img {
  margin-bottom: 0.2rem;
  display: block;
}
.productv-tui .provtui-swiper .swiper-slide .item .img .tp {
  position: relative;
  width: 100%;
  padding-top: calc(295 / 295 * 100%);
  overflow: hidden;
}
.productv-tui .provtui-swiper .swiper-slide .item .img .tp .href_box {
  opacity: 0;
  pointer-events: none;
}
.productv-tui .provtui-swiper .swiper-slide .item .img .tp .href_box .pic {
  height: 100%;
  width: 100%;
}
.productv-tui .provtui-swiper .swiper-slide .item .img .tp .href_box.active {
  opacity: 1;
  pointer-events: auto;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .tit {
  font-size: var(--fz18);
  color: #2d2d2d;
  line-height: 1.11;
  margin-bottom: 5px;
  height: 40px;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .price {
  font-size: var(--fz18);
  color: #797979;
  margin-bottom: 0.14rem;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 0.18rem;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .stardiv {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .stardiv .num {
  font-size: 12px;
  color: #1d9af3;
  margin-left: 0.1rem;
}
.productv-tui .provtui-swiper .swiper-slide .item .info .btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f1f8fa;
  font-size: 14px;
  color: #1d9af3;
}

.about_video_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: transparent;
  font-size: var(--fz16);
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
.about_video_btn .ii {
  margin-left: 10px;
  font-size: var(--fz12);
}

.about_main {
  padding: 0.35rem 0 1.7rem;
}
.about_main .about_main_con {
  margin-top: 0.25rem;
}

.about_main_section {
  position: relative;
  padding: 0 0 0.76rem;
}
.about_main_section + .about_main_section {
  margin-top: 1.24rem;
}
.about_main_section:nth-child(2n) .bg {
  right: inherit;
  left: 0;
}
.about_main_section:nth-child(2n) .pic_p {
  margin-left: auto;
}
.about_main_section:nth-child(2n) .info_box {
  right: inherit;
  left: 0;
}
.about_main_section .bg {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: calc(985/1920*100%);
  height: calc(490/676*100%);
  background-color: var(--bg2);
}
.about_main_section .section_con {
  position: relative;
  z-index: 5;
}
.about_main_section .pic_p {
  width: calc(1000/1440*100%);
}
.about_main_section .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(600/1000*100%);
}
.about_main_section .pic_p .pic .pic_dd {
  max-width: var(--container-width);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about_main_section .info_box {
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(610/1440*100%);
  height: calc(460/600*100%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.about_main_section .info_box .move_box {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px -2px 42px 0px rgba(184, 184, 184, 0.32);
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_sub_main {
  padding: 0.35rem 0 0;
}
.about_sub_main .about_sub_main_con {
  margin-top: 0.15rem;
}

.exploring_qcy .pic_p {
  padding-right: 1rem;
  position: relative;
}
.exploring_qcy .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(900/780*100%);
}

.exploring_qcy_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0.8rem;
}
.exploring_qcy_list .item {
  display: flex;
  align-items: center;
}
.exploring_qcy_list .item + .item {
  margin-top: 0.4rem;
}
.exploring_qcy_list .item .item_l {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.exploring_qcy_list .item .item_r {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exploring_qcy_list .item .item_r .r_cc {
  margin-top: 0.3rem;
  font-size: var(--fz18);
  color: #292929;
}

.brand_background {
  padding: 1rem 0 1.2rem;
}
.brand_background .section_info {
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand_background .pic_p {
  padding-left: 1rem;
}
.brand_background .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(900/780*100%);
}

.understanding_qcy {
  position: relative;
}
.understanding_qcy .section_con {
  padding: 2rem 0;
}
.understanding_qcy .section_info {
  margin: 0 auto;
  width: var(--container-width);
  max-width: 600px;
}

.brand_mascot {
  padding: 1rem 0 2rem;
}
.brand_mascot .section_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 520px;
}
.brand_mascot .pic_p {
  padding: 0 1rem 0 0.88rem;
}
.brand_mascot .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(494/693*100%);
}
.brand_mascot .pic_p .pic .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg2);
  transform: translate(-12.5%, 8.1%);
  -webkit-transform: translate(-12.5%, 8.1%);
  -moz-transform: translate(-12.5%, 8.1%);
  -ms-transform: translate(-12.5%, 8.1%);
  -o-transform: translate(-12.5%, 8.1%);
}

.exploring_ele {
  position: relative;
  padding-bottom: 0.8rem;
}
.exploring_ele .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 82.7%;
  background-color: var(--bg2);
}
.exploring_ele .pic_p {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.exploring_ele .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(634/1600*100%);
}

.exploring_ele_rich .rich_l_box {
  padding-left: 1.6rem;
}
.exploring_ele_rich .rich_l_box .rich_l {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: calc(160/720*100%);
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
  padding-right: 0.5rem;
}
.exploring_ele_rich .rich_l_box .rich_l .tt {
  width: 100%;
  max-width: 360px;
}
.exploring_ele_rich .rich_r {
  padding-right: 1.5rem;
}

.enterprise_strength {
  padding: 0.9rem 0 0.4rem;
}
.enterprise_strength .enterprise_strength_swiper {
  overflow: visible;
  padding: 0 0.65rem;
  position: relative;
}
.enterprise_strength .enterprise_strength_swiper .swiper-slide .slide_con .pic_p {
  position: relative;
  width: 100%;
  padding-top: calc(500/1020*100%);
}
.enterprise_strength .enterprise_strength_swiper .swiper-slide .slide_con .info .info_l {
  width: 40%;
  padding-right: 2%;
}
.enterprise_strength .enterprise_strength_swiper .swiper-slide .slide_con .info .info_r {
  width: 60%;
}
.enterprise_strength .enterprise_strength_swiper_tools {
  top: 25.8%;
  z-index: 9;
}

.certificate {
  padding: 0.4rem 0 0.8rem;
}
.certificate .section_con {
  padding: 0.9rem 0 1rem;
}
.certificate .certificate_tools .com-state {
  margin: 0 5px;
}
.certificate .sec_bot .pic_p {
  width: calc(530/1440*100%);
  padding-right: 1rem;
}
.certificate .sec_bot .pic_p .pic {
  position: relative;
  width: 100%;
  padding-top: calc(282/430*100%);
}
.certificate .certificate_swiper {
  width: calc(910/1440*100%);
}
.certificate .certificate_swiper .swiper-slide .slide_con {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.certificate .certificate_swiper .swiper-slide .slide_con .slide_con_pic {
  position: relative;
  width: 100%;
  padding-top: calc(283/200*100%);
}
.certificate .certificate_swiper .swiper-slide .slide_con .info {
  background-color: rgba(40, 40, 40, 0.5);
  padding: 60px 20px 20px;
  pointer-events: none;
}
.certificate .certificate_swiper .swiper-slide .slide_con .info .readbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.certificate .certificate_swiper .swiper-slide .slide_con .info .readbox .add_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.certificate .certificate_swiper .swiper-slide .slide_con .info .readbox .add_box .add {
  width: 50px;
  height: 50px;
}

.about_history .section_con {
  padding: 0.8rem 0 0;
  background-color: var(--bg2);
}
.about_history .about_history_swiper .swiper-slide .slide_con .slide_con_pic {
  max-width: 400px;
  width: calc(400/1400*100%);
  border: 2px solid #EBEBEB;
  border-radius: 10px;
}
.about_history .about_history_swiper .swiper-slide .slide_con .slide_con_pic .pic {
  position: relative;
  width: 100%;
  padding-top: calc(500/400*100%);
}
.about_history .about_history_swiper .swiper-slide .slide_con .info {
  width: calc(1000/1400*100%);
  max-height: 500px;
  padding: 0 0.8rem;
}
.about_history .tab_box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.3rem;
}
.about_history .tab_box .tab_box_max {
  position: relative;
}
.about_history .tab_box .about_history_tumbs_swiper {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.about_history .tab_box .about_history_tumbs_swiper .swiper-slide {
  height: 1.26rem;
  width: 20%;
}
.about_history .tab_box .about_history_tumbs_swiper .swiper-slide .slide_con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_video .video_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.about_video .video_top .cate_txt_show {
  width: 200px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_video .video_top .com-down {
  top: 104%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about_video .section_con {
  position: relative;
  z-index: 4;
  padding: 0 0 1rem;
}
.about_video .about_video_swiper .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: calc(550/1440*100%);
}
.about_video .about_video_swiper .swiper-slide .p_box {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about_video .video_list {
  margin-top: 1.3rem;
}
.about_video .video_list .video_list_tt {
  line-height: 1;
  padding: 0 0 0.3rem 0;
}
.about_video .video_list .video_list_grid {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  grid-row-gap: 0.6rem;
  grid-column-gap: 0.26rem;
  padding: 0.6rem 0;
}
.about_video .video_list .video_list_grid .video_item .pic_p {
  position: relative;
  width: 100%;
  padding-top: calc(226/340*100%);
}
.about_video .video_list .video_list_grid .video_item .info .info_line {
  width: 20px;
  height: 1px;
  background-color: var(--tt);
}
.about_video .video_list .video_list_grid .news_item .pic_p {
  position: relative;
  width: 100%;
  padding-top: calc(226/340*100%);
}
.about_video .video_list .video_list_grid .news_item .info .link {
  width: 56px;
  height: 56px;
}

.video_item .pic_p {
  position: relative;
  width: 100%;
  padding-top: calc(226/340*100%);
}
.video_item .info .info_line {
  width: 20px;
  height: 1px;
  background-color: var(--tt);
}

.newsview_main {
  padding: 0.35rem 0 1.2rem;
}
.newsview_main .newsv-cont {
  margin-top: 0.45rem;
}
.newsview_main .newsv-cont .view_l {
  width: 100%;
  max-width: 960px;
}
.newsview_main .newsv-cont .view_l .view {
  font-size: var(--fz16);
  color: var(--dd);
  line-height: 1.8;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #E6E6E6;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share {
  display: flex;
  align-items: center;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .ww {
  font-size: 14px;
  color: #838383;
  margin-right: 4px;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .bshare-custom a {
  padding-left: 0;
  margin-left: 15px;
  width: 16px;
  margin-right: 0;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .bshare-custom .bshare-twitter {
  background: url(/html/phone/images/share_01.png) no-repeat center;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .bshare-custom .bshare-facebook {
  background: url(/html/phone/images/share_02.png) no-repeat center;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .bshare-custom .bshare-pinterest {
  background: url(/html/phone/images/share_03.png) no-repeat center;
}
.newsview_main .newsv-cont .view_l .newsv-top .desc .r-share .bshare-custom .bshare-more.more-style-addthis {
  background: url(/html/phone/images/share_04.png) no-repeat center;
}
.newsview_main .newsv-cont .view_l .news-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsview_main .newsv-cont .view_l .news-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.newsview_main .newsv-cont .view_l .news-bottom .item {
  width: calc((100% - 0.5rem) / 2);
}
.newsview_main .newsv-cont .view_l .news-bottom .item .tt {
  color: #BABABA;
  font-size: var(--fz18);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.newsview_main .newsv-cont .view_l .news-bottom .item .info .tit {
  font-size: var(--fz18);
  color: var(--tt);
}
.newsview_main .newsv-cont .view_l .news-bottom .item .info .line {
  margin-top: 10px;
  width: 20px;
  height: 1px;
  background-color: var(--color2);
}
.newsview_main .newsv-cont .view_l .news-bottom .item .info .time {
  font-size: var(--fz14);
  color: #969696;
  margin-top: 15px;
  margin-bottom: 0.4rem;
}
.newsview_main .newsv-cont .sticky_r {
  position: sticky;
  top: calc(var(--navheight) + 20px);
  width: 100%;
  max-width: 340px;
  padding-left: var(--row_gap);
}
.newsview_main .newsv-cont .sticky_r .r-share .bshare-custom a {
  background: none !important;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-right: 3px;
}
.newsview_main .newsv-cont .sticky_r .r-share .bshare-custom a img {
  pointer-events: none;
}
.newsview_main .newsv-cont .sticky_r .new_r .tt {
  padding-bottom: 0.3rem;
}
.newsview_main .newsv-cont .sticky_r .new_r .list_item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #DCDCDC;
}
.newsview_main .newsv-cont .sticky_r .new_r .list_item .list_item_c .time_box {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--bg2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsview_main .newsv-cont .sticky_r .new_r .list_item .list_item_c .info {
  padding: 0 14px;
}

.support_need_help {
  background-color: var(--bg2);
}
.support_need_help .section_con {
  padding: 0.8rem 0 1rem;
}
.support_need_help .help_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.support_need_help .help_list .help_item {
  min-width: 100px;
  width: 4rem;
}
.support_need_help .help_list .help_item .img {
  margin: 0 auto;
  width: var(--navheight);
  height: var(--navheight);
}

.support_main {
  padding: 0.35rem 0 0;
}

.support_sub_main {
  padding: 0.35rem 0 0;
}
.support_sub_main.gray {
  background-color: var(--bg2);
}
.support_sub_main .support_sub_main_con {
  margin-top: 10px;
}

.support_cate {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}
.support_cate .support_cate_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.support_cate .support_cate_list .support_cate_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 10px;
}
.support_cate .support_cate_list .support_cate_item:hover {
  background-color: var(--bg2);
}
.support_cate .support_cate_list .support_cate_item .pic {
  width: 80px;
  height: 80px;
}
.support_cate .support_cate_list .support_cate_item .tt {
  text-align: center;
}

.support_FAQ {
  padding: 0 0 1.14rem;
}
.support_FAQ .support_FAQ_title {
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000000;
}

.FAQ_list .FAQ_list_item .FAQ_item_top {
  padding: var(--gap_30) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FAQ_list .FAQ_list_item .FAQ_item_desc {
  width: 96%;
  padding: 0 0 var(--gap_30) 0;
  display: none;
}

.where_to_buy {
  padding-bottom: 1.14rem;
}
.where_to_buy .where_to_buy_list {
  grid-gap: 0.65rem;
}
.where_to_buy .where_to_buy_list .where_to_buy_item {
  position: relative;
  width: 100%;
  padding-top: calc(230/437*100%);
  border: 1px solid #DCDCDC;
}

.help_center .cate_desc {
  padding: 0.8rem;
  background: #FFFFFF;
  border-radius: 10px;
}
.help_center .down_con {
  padding: 0.7rem 0.8rem 0;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.help_center .down_con .down_con_tt {
  line-height: 1;
  padding-bottom: 0.3rem;
}

.com_cate_check {
  width: calc(390/1280*100%);
  max-width: 390px;
  padding: 0.4rem 0.4rem 0.8rem 0;
  position: relative;
  z-index: 5;
}
.com_cate_check .content_seach {
  margin-bottom: 0.4rem;
}
.com_cate_check .content_seach .inp_box {
  width: 100%;
  position: relative;
}
.com_cate_check .content_seach .inp_box .icon_box {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_cate_check .content_seach .inp_box .inp_view {
  width: 100%;
  height: 50px;
  background: #F5F5F5;
  border-radius: 3px;
  padding: 0 16px 0 50px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.com_cate_check .content_seach .inp_box .inp_view:focus {
  border: 1px solid var(--color1);
}
.com_cate_check .check_p {
  position: relative;
}
.com_cate_check .check_p .check_p_show {
  cursor: pointer;
  border: 1px solid var(--line);
  padding: 0 20px;
  align-items: center;
  height: 50px;
}
.com_cate_check .cate_check_list .cate_check_item .li-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}
.com_cate_check .cate_check_list .cate_check_item .li-bot {
  padding: 0.3rem 0.15rem;
}
.com_cate_check .cate_check_list .cate_check_item .li-bot .li-a-box {
  padding: 0.2rem 0;
}

.support_down_list {
  width: calc(890/1280*100%);
  padding-left: 40px;
  padding-bottom: 40px;
}
.support_down_list .down_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.33rem 0;
}
.support_down_list .down_list_item .item_l {
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding-right: var(--row_gap);
}
.support_down_list .down_list_item .item_l .i_icon {
  width: 23px;
}
.support_down_list .down_list_item .item_l .item_l_info {
  margin-left: 25px;
}
.support_down_list .down_list_item .down {
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 0 12px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 16px;
}
.support_down_list .down_list_item .down .down_icon {
  margin-right: 10px;
}

.support_videos_list {
  width: calc(1050/1440*100%);
  padding: 0.8rem 0 0.5rem 0;
  margin-left: 0.8rem;
  border-bottom: 1px solid var(--line);
}
.support_videos_list .support_videos_list_con {
  grid-gap: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
}
.support_videos_list .support_videos_item .pic_p {
  position: relative;
  width: 100%;
  padding-top: calc(200/300*100%);
}
.support_videos_list .support_videos_item .info {
  padding: 20px 0;
}

.support_faq_list {
  width: calc(1050/1440*100%);
  padding-left: 0.8rem;
  padding-bottom: 0.8rem;
}

.authorized_distributors .section_con {
  padding-bottom: 1rem;
}
.authorized_distributors .page_con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.authorized_distributors .page_con .form_box {
  width: var(--container-width);
  max-width: 880px;
  padding: 0.8rem;
  background: #FFFFFF;
  justify-content: space-between;
}
.authorized_distributors .page_con .form_box .info {
  width: 100%;
  max-width: 300px;
}
.authorized_distributors .page_con .form_box .btns {
  padding-top: 0.2rem;
  width: 100%;
  max-width: 300px;
}
.authorized_distributors .page_con .form_box .btns .search-form {
  display: flex;
  flex-direction: column;
}
.authorized_distributors .page_con .form_box .btns .inp_view {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px;
  font-size: var(--fz14);
  padding: 0 20px;
}
.authorized_distributors .page_con .form_box .btns .submit_btn {
  width: 100%;
  height: 50px;
  background: #000000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.verify .section_con {
  padding-bottom: 1rem;
}
.verify .page_con {
  position: relative;
  padding: 0.5rem;
}
.verify .page_con .form_box {
  width: var(--container-width);
  max-width: 559px;
  min-height: 4.4rem;
  background: #FFFFFF;
  padding: 0.8rem 0.5rem 0.36rem 0.36rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.verify .page_con .form_box .search-form {
  position: relative;
  display: flex;
}
.verify .page_con .form_box .inp_view {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 25px;
  font-size: var(--fz16);
  padding: 0 50px 0 22px;
}
.verify .page_con .form_box .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify .page_con .form_box .reset_btn {
  width: 50%;
  height: 50px;
  background: var(--color1);
  border-radius: 5px;
  color: var(--color2);
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap_tt {
  font-size: var(--fz24);
  height: var(--navheight);
  line-height: var(--navheight);
  font-weight: 700;
}

.sitemap_section {
  padding: 30px 0;
}
.sitemap_section .sitemap_sub_tt {
  font-size: var(--fz32);
  font-weight: 700;
}
.sitemap_section .sitemap_sub_list {
  margin-top: 20px;
  columns: 3 auto;
}
.sitemap_section .sitemap_sub_list .sitemap_sub {
  margin-bottom: 20px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.sitemap_section .sitemap_sub_list .sitemap_sub .sub_tt {
  color: var(--tt);
  padding: 0 20px 10px 0;
}
.sitemap_section .sitemap_sub_list .sitemap_sub .sitemap_ul_li {
  letter-spacing: inherit;
  padding: 0 20px 5px 0;
}
.sitemap_section .sitemap_sub_list .sitemap_sub .sitemap_ul_li a {
  color: #06c;
}
.sitemap_section .sitemap_sub_list .sitemap_sub .sitemap_ul_li a::before {
  background-color: #06c;
}

.contact_main {
  padding: 0.35rem 0 1.34rem;
}
.contact_main .contact_main_con {
  padding-top: 0.15rem;
}

.contact_location .info {
  padding: 0.8rem;
  background-color: var(--color1);
  width: calc(614/1760*100%);
}
.contact_location .pic {
  width: calc(1146/1760*100%);
}
.contact_location .pic .pic-p {
  position: relative;
  width: 100%;
  padding-top: calc(500/1146*100%);
}

.contact_route {
  padding: 0.8rem 0 0;
}
.contact_route .contact_route_list .contact_route_item {
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
}
.contact_route .contact_route_list .contact_route_item:first-child::after {
  display: none;
}
.contact_route .contact_route_list .contact_route_item:first-child::before {
  display: none;
}
.contact_route .contact_route_list .contact_route_item::before {
  display: none;
}
.contact_route .contact_route_list .contact_route_item .pic {
  width: 80px;
  height: 80px;
}

.user_top {
  background-color: #ffffff;
}
.user_top .bg_icon {
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 40px;
  height: 30px;
}
.user_top .u-info .bgimg .img {
  padding-top: calc(300 / 1920 * 100%);
  min-height: 140px;
}
.user_top .u-msg-box {
  min-height: var(--user_fans_height);
}
.user_top .u_msg_p {
  position: relative;
  top: 18px;
}
.user_top .u_msg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.user_top .u_msg .u-right {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 6px;
  padding-left: 1.7rem;
  flex-shrink: 0;
}
.user_top .u_msg .u-right .u_head .u-img {
  position: absolute;
  left: 0;
  top: 0;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  background-color: #f7f8f9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.user_top .u_msg .u-right .fans_tools {
  display: flex;
}
.user_top .u_msg .u-right .fans_tools .dd + .dd {
  margin-left: 0.5rem;
}
.user_top .u_msg .u-right .fans_tools .dd .nn {
  font-size: var(--fz18);
  color: #131313;
  line-height: 1;
}
.user_top .u_msg .u-right .fans_tools .dd .tt {
  margin-top: 10px;
  font-size: var(--fz14);
  color: #838385;
  line-height: 1;
}
.user_top .post_btn {
  flex-shrink: 0;
  padding: 0 24px;
  height: 36px;
  background: #000000;
  border: 1px solid #DCDCDC;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz16);
  color: #FFFFFF;
}

.user_xiala_down {
  border-top: 1px solid var(--line);
  height: 70px;
}

@media only screen and (min-width: 1280px) {
  .topic_swiper .swiper-slide .slide_con {
    max-width: 230px;
  }
}
@media only screen and (max-width: 1680px) {
  /* 公共样式自适应start*/
  .brand_background {
    padding: 1.2rem 0;
  }

  .exploring_qcy_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 0.5rem;
  }
  .exploring_qcy_list .item {
    display: flex;
    align-items: center;
  }
  .exploring_qcy_list .item + .item {
    margin-top: 0.3rem;
  }
  .exploring_qcy_list .item .item_l {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
  .exploring_qcy_list .item .item_r {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .exploring_qcy_list .item .item_r .r_cc {
    margin-top: 0.3rem;
    font-size: var(--fz18);
    color: #292929;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1501px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1400px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1280px) {
  /* 公共样式自适应start*/
  .com-gomore {
    height: 40px;
    padding: 0 12px;
  }

  .exploring_ele {
    position: relative;
    padding-bottom: 0.8rem;
  }
  .exploring_ele .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 82.7%;
    background-color: var(--bg2);
  }
  .exploring_ele .pic_p {
    padding-left: 0;
    position: relative;
    margin-bottom: 0.8rem;
  }
  .exploring_ele .pic_p .pic {
    position: relative;
    width: 100%;
    padding-top: calc(634/1600*100%);
  }

  .exploring_ele_rich .rich_l_box {
    padding-left: 0;
  }
  .exploring_ele_rich .rich_l_box .rich_l {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: calc(160/720*100%);
    padding-left: 0;
    padding-bottom: 2.4rem;
    padding-right: 0.5rem;
  }
  .exploring_ele_rich .rich_l_box .rich_l .tt {
    width: 100%;
    max-width: 360px;
  }
  .exploring_ele_rich .rich_r {
    margin-top: 60px;
    padding-right: 0;
  }

  .ny-banner .ny-bg.auto {
    max-height: 400px;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1024px) {
  .nav-footer .footer-links .cateli .myname {
    width: auto;
  }

  .ny-navtools .cc .toolsul {
    flex: 0 1 auto;
    width: 100%;
  }

  .ny-navtools .cc .toolsul .toolsli .li-top {
    min-width: auto;
  }

  .kefu_box {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 0;
    z-index: 1111;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: var(--menuWidth);
  }
  .kefu_box.isshowmap {
    display: block;
    top: var(--navheight);
    bottom: inherit;
    width: var(--menuWidth);
    height: calc(100vh - var(--navheight));
    background-color: #ffffff;
  }
  .kefu_box.isshowmap .cc {
    box-shadow: none;
  }
  .kefu_box.isshowmap .tools-top .t-item:hover {
    background: var(--colorFF);
  }
  .kefu_box.isshowmap .tools-top .t-item:hover .h-icon {
    color: var(--color1);
  }
  .kefu_box.isshowmap .tools-top .t-item:hover .tt {
    color: var(--colortt);
  }
  .kefu_box.isshowmap .tools-bot {
    opacity: 0;
    visibility: hidden;
  }
  .kefu_box .cc {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .kefu_box .tools-top .t-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    background: #ffffff;
    transition: all 0.5s;
  }
  .kefu_box .tools-top .t-item + .t-item:hover .item-cc::after {
    display: none;
  }
  .kefu_box .tools-top .t-item:hover {
    background: var(--color1);
  }
  .kefu_box .tools-top .t-item:hover .h-icon {
    color: var(--colorFF);
  }
  .kefu_box .tools-top .t-item:hover .tt {
    color: var(--colorFF);
  }
  .kefu_box .tools-top .t-item .h-icon {
    color: var(--coloricon);
  }
  .kefu_box .tools-top .t-item .tt {
    transition: all 0.5s;
    margin-top: 5px;
    font-size: 12px;
  }
  .kefu_box .tools-top .t-item + .t-item .item-cc::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 77.7%;
    height: 1px;
    background-color: #e9e9e9;
  }
  .kefu_box .tools-top .t-item .item-cc {
    padding: 10px 0;
  }
  .kefu_box .tools-top .t-item:hover .abs {
    opacity: 1;
    visibility: visible;
  }
  .kefu_box .tools-top .t-item .abs {
    position: absolute;
    right: 130%;
    top: 50%;
    width: 78px;
    height: auto;
    max-width: none;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .kefu_box .tools-top .t-item .abs:hover {
    opacity: 1 !important;
    visibility: visible;
  }
  .kefu_box .tools-top .t-item .tel.abs {
    width: auto;
    padding: 8px 15px;
    background-color: #000000;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  .kefu_box .tools-bot .b-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: var(--coloricon);
  }
  .kefu_box .tools-bot .b-item + .b-item {
    background-color: var(--color5);
  }
  .kefu_box .tools-bot .b-item .h-icon {
    margin-left: 10px;
  }

  .kefu_box .tools-top .t-item .tt {
    font-size: 12px;
  }

  .kefu_box .tools-top .t-item {
    padding: 0;
  }

  .footer-page .btn.null {
    display: none;
  }

  .footer-page .btn.dian {
    font-weight: 700;
  }

  .footer-page .btn {
    width: 34px;
    height: 34px;
    text-align: center;
    color: #B0B0B0;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-page .btn span {
    transition: all 0.5s;
  }
  .footer-page .btn:hover {
    border-color: var(--color1);
    background-color: var(--color1);
    color: var(--colorFF);
  }
  .footer-page .btn:hover span {
    color: var(--colorFF);
  }

  .footer-page .btn.prev,
.footer-page .btn.next {
    border: 1px solid #D9D9D9;
    color: #777777;
  }

  .footer-page .btn.prev {
    margin-right: 20px;
  }

  .footer-page .btn.next {
    margin-left: 20px;
  }

  .footer-page .btn.two {
    margin: 0 2px;
  }

  .footer-page .btn.rotate180 {
    transform: rotate(180deg);
  }

  .ny-banner .sup_quick_links .sup_quick_links_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .inbanner-swiper .swiper-slide .title-box {
    padding: 2rem 0;
    align-items: flex-end;
  }

  .inbanner-swiper .swiper-slide .inb-title {
    max-width: none;
    text-align: center;
  }

  .index_swiper_tools .banner_tools {
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .com_adf .com_adf_type {
    padding: 1rem 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .com_adf .com_adf_type .adf_box {
    width: 100%;
    max-width: none;
  }

  .mian_back_top .section_top {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
  }
  .mian_back_top .section_top .container {
    position: static;
  }
  .mian_back_top .section_top .section_top_tt {
    width: auto;
    font-size: var(--fz48);
    color: #ffffff;
    top: 50% !important;
  }

  .main_product_list .section_con {
    background: linear-gradient(0deg, #F0F0F0, #D2D2D2);
    padding: 0.4rem 0;
  }
  .main_product_list .product_list_swiper_tools {
    width: var(--container-width);
    max-width: 1820px;
    z-index: 9;
  }
  .main_product_list .product_list_swiper {
    margin-top: 0.74rem;
    margin-bottom: 0.7rem;
  }
  .main_product_list .product_list_swiper .swiper-wrapper {
    height: auto;
  }
  .main_product_list .product_list_swiper .swiper-slide:nth-child(2n) .slide_con {
    padding-top: 1rem;
  }
  .main_product_list .product_list_swiper .slide_con {
    display: flex;
    flex-direction: column;
  }
  .main_product_list .product_list_swiper .slide_con:hover .slide_bg_box {
    position: relative;
  }
  .main_product_list .product_list_swiper .slide_con:hover .slide_bg .gray {
    background-color: var(--color2);
  }
  .main_product_list .product_list_swiper .slide_con .slide_bg_box {
    position: relative;
  }
  .main_product_list .product_list_swiper .slide_con .slide_bg {
    width: 62.5%;
  }
  .main_product_list .product_list_swiper .slide_con .slide_bg .gray {
    position: relative;
    width: 100%;
    padding-top: calc(515/250*100%);
    background-color: #d2d2d2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .main_product_list .product_list_swiper .slide_con .product_pic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 93%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .main_product_list .product_list_swiper .slide_con .slide_con_tt {
    margin-top: 0.3rem;
  }
  .main_product_list .product_list_swiper .slide_con .slide_con_dd {
    margin-top: 0.1rem;
  }

  .main_news_list {
    position: relative;
  }
  .main_news_list .news_top {
    width: calc(760/1920*100%);
    padding: var(--mob_gap);
    background-color: #f0f0f0;
  }
  .main_news_list .news_top .top_tools {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main_news_list .news_top .top_tools .news_tools {
    flex-shrink: 0;
    display: flex;
  }
  .main_news_list .news_top .top_tools .news_tools .com-state {
    margin: 0 10px;
  }
  .main_news_list .news_top .news_list_swiper {
    overflow: hidden;
    border-left: none;
  }
  .main_news_list .news_top .news_list_swiper .swiper-slide {
    padding: 0;
    background-color: #f0f0f0;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .time_box {
    flex-shrink: 0;
    padding: 0 var(--mob_gap) 0 0;
    color: #969696;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .time_box .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    position: relative;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .time_box .time::after {
    display: none;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .slide_con_r {
    flex: 1;
    margin-top: 0;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_bg_box {
    position: relative;
    width: 100%;
    padding-top: calc(150/245*100%);
  }
  .main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_con_tt {
    margin-top: 0.3rem;
  }
  .main_news_list .news_top .news_list_swiper .slide_con .slide_con_r .slide_con_dd {
    margin-top: 0.4rem;
  }
  .main_news_list .news_list {
    width: calc(1160/1920*100%);
    padding: var(--mob_gap);
    background-color: var(--bg2);
    border-radius: 10px;
  }
  .main_news_list .news_list .news_list_cbox .list_item {
    background-color: #fff;
    display: flex;
    padding: var(--mob_gap);
  }
  .main_news_list .news_list .news_list_cbox .list_item:last-child::after {
    display: none;
  }
  .main_news_list .news_list .news_list_cbox .list_item::after {
    background-color: #E6E6E6;
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c {
    width: 100%;
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c .time_box {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--bg2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info {
    flex: 1;
    width: 0;
    padding-left: var(--mob_gap);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .info {
    width: 100%;
    padding-right: var(--mob_gap);
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .info .section_tt_line {
    margin-top: 16px;
  }
  .main_news_list .news_list .news_list_cbox .list_item .list_item_c .list_item_info .btn {
    flex-shrink: 0;
  }

  .product_sub_main .sub_main .sub_cate {
    position: relative;
    top: 0;
    max-width: none;
    width: 100%;
    flex-shrink: 0;
    padding-right: 0;
  }

  .productv-top .left .gallery-top {
    width: 100%;
  }

  .productv-top .left .gallery-thumbs {
    margin: 0 auto;
    width: calc(100% - 80px);
    height: 50px;
  }

  .productv-top .left .gallery-thumbs .swiper-slide .img {
    width: 50px;
    height: 50px;
  }

  .overview_section {
    position: relative;
  }
  .overview_section.height_auto .section_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .overview_section .rich_type {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .overview_section .rich_type.isright {
    justify-content: flex-end;
  }
  .overview_section .rich_type.isright .w_box {
    order: 1;
  }
  .overview_section .rich_type.isright .rich_box {
    order: 2;
  }
  .overview_section .rich_type.iscenter {
    flex-direction: column;
    justify-content: center;
  }
  .overview_section .rich_type.mob_top {
    justify-content: flex-start;
  }
  .overview_section .rich_type.mob_cen {
    justify-content: center;
  }
  .overview_section .rich_type.mob_bot {
    justify-content: flex-end;
  }
  .overview_section .rich_type .rich_box {
    padding: 0;
  }

  .about_main_section .bg {
    width: 100%;
  }
  .about_main_section .pic_p {
    width: 100%;
  }
  .about_main_section .info_box {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
  }

  .about_main_section .pic_p .pic {
    padding-top: calc(250/375*100%);
  }

  .about_main_section .pic_p .pic .pic_dd {
    width: 100%;
  }

  .about_video .about_video_swiper .swiper-slide {
    padding-top: calc(226/340*100%);
  }

  .about_history .about_history_swiper .swiper-slide .slide_con .slide_con_pic {
    width: 70%;
    margin: 0 auto;
  }

  .about_video .video_list .video_list_grid {
    grid-row-gap: 40px;
    padding: 40px 0;
  }

  .about_video .section_con .istop {
    width: 100%;
  }

  .com_cate_check {
    width: calc(390/1280*100%);
    max-width: 390px;
    padding: 0.4rem 0 0 0;
  }
  .com_cate_check::after {
    display: none;
  }
  .com_cate_check .content_seach {
    margin-bottom: 0.4rem;
  }
  .com_cate_check .cate_check_list {
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9 ;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    max-height: 400px;
    overflow-y: auto;
  }
  .com_cate_check .cate_check_list.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .com_cate_check .cate_check_list .cate_check_item .li-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .com_cate_check .cate_check_list .cate_check_item .li-bot {
    padding: 10px 20px;
  }
  .com_cate_check .cate_check_list .cate_check_item .li-bot .li-a-box {
    padding: 10px;
  }

  .com_content_r {
    position: relative;
    z-index: 4;
  }

  .support_videos_list {
    margin-left: 0;
    padding: 0.8rem 0;
  }

  .contact_route .contact_route_list .contact_route_item {
    padding: var(--mob_gap) 0;
  }
  .contact_route .contact_route_list .contact_route_item::after {
    display: none;
  }
  .contact_route .contact_route_list .contact_route_item::before {
    display: block;
  }

  .product_cate:nth-child(2n+1) .cate_top .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .product_cate .cate_list .cate_list_container .cate_list_swiper .swiper-wrapper.iscenter {
    justify-content: flex-start;
  }

  .product_cate .cate_list .cate_list_container .cate_list_swiper .swiper-slide .sub_cate {
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
  }
  .product_cate .cate_list .cate_list_container .cate_list_swiper .swiper-slide.swiper-slide-active .sub_cate {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .footer_bottom .right .r_a.isnew .showbox {
    bottom: 60px;
  }

  .footer_bottom .right .r_a.isnew .showbox {
    position: fixed;
    right: 4%;
  }

  .newsview_main .newsv-cont .sticky_r {
    max-width: none;
  }

  .newsview_main .newsv-cont .view_l .news-bottom::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .sitemap_section .sitemap_sub_list {
    columns: 2 auto;
  }

  .forum-class .ul {
    justify-content: flex-start;
  }

  .photowall-list .item .item-a::before {
    opacity: 1;
    visibility: visible;
  }

  .user_top {
    background-color: #ffffff;
  }
  .user_top .bg_icon {
    position: absolute;
    right: 0;
    top: 0.6rem;
    width: 40px;
    height: 30px;
  }
  .user_top .u-info .bgimg .img {
    padding-top: calc(300 / 1920 * 100%);
    min-height: 140px;
  }
  .user_top .u-msg-box {
    padding: 20px 0;
    min-height: var(--user_fans_height);
    align-items: flex-end;
  }
  .user_top .u_msg_p {
    position: relative;
    top: 0;
  }
  .user_top .u_msg {
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
  }
  .user_top .u_msg .u-right {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
  }
  .user_top .u_msg .u-right .u_head {
    display: flex;
    align-items: center;
  }
  .user_top .u_msg .u-right .u_head .u-img {
    position: relative;
    left: 0;
    top: 0;
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    border: 3px solid #FFFFFF;
    background-color: #f7f8f9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .user_top .u_msg .u-right .u_head .name {
    color: var(--tt);
  }
  .user_top .u_msg .u-right .fans_tools {
    display: flex;
  }
  .user_top .u_msg .u-right .fans_tools .dd .nn {
    font-size: var(--fz18);
    color: #131313;
    line-height: 1;
  }
  .user_top .u_msg .u-right .fans_tools .dd .tt {
    margin-top: 10px;
    font-size: var(--fz14);
    color: #838385;
    line-height: 1;
  }
  .user_top .post_btn {
    padding: 0 24px;
    height: 36px;
    background: #000000;
    border: 1px solid #DCDCDC;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fz16);
    color: #FFFFFF;
  }

  .forum-list .f-item .bcontrol {
    align-items: flex-start;
  }

  .user-content .u-content .r-list .topic_info {
    height: 200px;
  }

  .my-popup .pop-c.recruit .mylink {
    align-items: flex-start;
  }

  .j-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .j-form .j-form-item {
    width: calc(280/990*100%);
  }
  .j-form .j-form-item.hasserch {
    width: calc(400/990*100%);
  }
  .j-form .j-form-item.is50 {
    width: 49%;
  }
  .j-form .j-form-item.is100 {
    width: 100%;
  }
  .j-form .j-form-item .item-show {
    position: relative;
  }
  .j-form .j-form-item .item-show .item-label {
    font-size: var(--fz14);
    color: var(--rich);
    line-height: 1;
    margin-bottom: 12px;
  }
  .j-form .j-form-item .item-show .item-views {
    display: flex;
    justify-content: space-between;
  }
  .j-form .j-form-item .item-show .item-views .views-p {
    flex: 1;
    padding: 0 12px;
    background-color: var(--colorFF);
    border: 1px solid var(--line);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .j-form .j-form-item .item-show .item-views .views-p .views {
    width: 100%;
    font-size: var(--fz16);
    color: var(--colortt);
    line-height: 2.875;
    cursor: pointer;
  }
  .j-form .j-form-item .item-show .item-views .views-p .views-icon {
    margin-left: 12px;
    font-size: var(--fz20);
  }
  .j-form .j-form-item .item-show .item-views .views-btn {
    margin-left: 14px;
    flex-shrink: 0;
    background-color: var(--color1);
    border-radius: 5px;
    padding: 0 38px;
    font-size: var(--fz14);
    color: var(--colorFF);
  }

  .com-lrbtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border: 1px solid #E6E6E6;
    color: var(--color1);
    transition: all ease-in-out 0.3s;
    font-size: var(--fz16);
  }
  .com-lrbtn.swiper-button-disabled {
    background-color: #F7F7F7;
    color: #D2D2D2;
    opacity: 1;
  }
  .com-lrbtn.swiper-button-disabled:hover {
    border: 1px solid #E6E6E6;
    background-color: #F7F7F7;
    color: #D2D2D2;
  }
  .com-lrbtn:hover {
    border: 1px solid var(--color1);
    background-color: var(--color1);
    color: #ffffff;
  }

  .com-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }
  .com-dots.recruit .swiper-pagination-bullet {
    background: var(--color1);
    border: 2px solid var(--color1);
    margin: 0 3px;
    opacity: 0.5;
    box-sizing: border-box;
  }
  .com-dots.recruit .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-dots.recruit .swiper-pagination-bullet:hover {
    background-color: var(--colorFF);
    opacity: 1;
  }
  .com-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 1;
    transition: all 0.5s;
    box-sizing: content-box;
  }
  .com-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-dots .swiper-pagination-bullet:hover {
    background-color: transparent;
    box-shadow: 0 0 0 1px white;
  }

  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.3rem 30px;
  }

  .section-tt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-tt.hasdd {
    flex-direction: column;
    align-items: center;
  }
  .section-tt .ttb {
    display: inline-block;
    position: relative;
  }
  .section-tt .ttb .tt {
    height: 100%;
    font-weight: bold;
    color: var(--color22);
    display: flex;
    align-items: center;
    text-align: center;
  }
  .section-tt .dd {
    margin-top: 34px;
    font-size: 16px;
    color: #828282;
  }
  .section-tt .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
  }
  .section-tt .line::before {
    content: "";
    width: 24%;
    height: 100%;
    background-color: var(--color2);
    border-radius: 1px;
  }
  .section-tt .line::after {
    content: "";
    width: 72%;
    height: 100%;
    background-color: var(--color1);
    border-radius: 1px;
  }
  .section-tt.ff .tt {
    color: var(--colorFF);
  }
  .section-tt.left {
    justify-content: flex-start;
  }
  .section-tt.left .line {
    position: absolute;
    left: 0;
    transform: translateX(0%);
  }
  .section-tt.right {
    justify-content: flex-end;
  }
  .section-tt.right .line {
    position: absolute;
    left: inherit;
    right: 0;
    transform: translateX(0%);
  }
  .section-tt.notop .tt {
    align-items: flex-start;
  }

  .submitform.hasdd .container {
    z-index: 6;
    padding: 4%;
  }
  .submitform.hasdd .container .ttb {
    height: 80px;
  }
  .submitform .container {
    z-index: 6;
    padding: 0;
  }

  .nav-header .nav-hader-content .menu {
    display: none;
  }
  .nav-header .nav-hader-content .other {
    display: flex;
  }
  .nav-header .nav-hader-content .other .tabul .tabli.search {
    width: auto;
  }
  .nav-header .nav-hader-content .other .tabul .tabli.search.active .search-input {
    width: 40vw;
    padding: 0 0.3rem;
  }
  .nav-header .nav-hader-content .other .lang {
    padding: 0;
  }
  .nav-header .nav-hader-content .other .showMenu {
    border: none;
    width: var(--menuWidth);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox.active .maplist .mapcol.active .more-ul {
    opacity: 1;
    visibility: visible;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .mapTools .mapTools-top {
    padding: 0 4%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist {
    padding: 30px 20px 30px 40px;
    overflow: hidden;
    position: relative;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapbox {
    width: 100%;
    max-width: none;
    border-right: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
    color: var(--color2);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
    left: 0%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
    color: var(--colorFF);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
    z-index: 4;
    opacity: 0;
    transition: all 0.3s;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 6;
    margin: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
    position: relative;
    display: flex;
    transition: all 0.3s;
    align-items: center;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt {
    width: 100%;
    height: 54px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
    display: none;
    padding-left: 0;
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    height: auto;
    padding: 20px 0;
    transition: all 0s;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
    height: 40px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:nth-child(1) {
    margin-top: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
    padding-bottom: 0.15rem;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
    background-color: var(--color2);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
    cursor: pointer;
    transition: all 0.3s;
    color: var(--colorFF);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.2rem 30px;
    width: 100%;
    background-color: var(--colorF2);
    display: none;
    border-radius: 10px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
    position: relative;
    display: block;
    line-height: 1.4;
    color: var(--color22);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
    margin-top: 9px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
    color: var(--color2);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
    content: "";
    position: absolute;
    left: -11px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: var(--color2);
    border-radius: 50%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
    display: flex;
    flex-direction: column;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
    font-weight: 500;
    height: 52px;
    line-height: 52px;
  }

  .nav-header.isforum .nav-hader-content .other .tabul .tabli {
    width: calc(var(--navheight) * 0.7);
  }

  .nav-header.isforum .nav-hader-content .other .tabul .tabli.ispost {
    width: calc(var(--navheight));
  }

  .nav-header .nav-hader-content .other .tabul .tabli .tablia .icon_img {
    width: 50%;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 920px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 768px) {
  .sitemap_section .sitemap_sub_list {
    columns: 1 auto;
  }

  .main_product_cate .product_cate_swiper {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
  }

  .com-tabb {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .com-tabb.default {
    padding: 0.36rem 0;
    border-top: 1px solid var(--line);
    margin-top: 0.8rem;
  }
  .com-tabb.default .tab {
    width: 45%;
  }
  .com-tabb.default .tabb-l,
.com-tabb.default .tabb-r {
    display: flex;
    align-items: center;
  }
  .com-tabb.default .tabb-l:hover .h-icon,
.com-tabb.default .tabb-r:hover .h-icon {
    color: var(--colorFF);
  }
  .com-tabb.default .tabb-l .h-icon,
.com-tabb.default .tabb-r .h-icon {
    font-size: var(--fz36);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    flex-shrink: 0;
  }
  .com-tabb.default .tabb-l .text,
.com-tabb.default .tabb-r .text {
    margin: 0 0.3rem;
  }
  .com-tabb.default .tabb-l .text .t1,
.com-tabb.default .tabb-r .text .t1 {
    color: var(--colortt);
  }
  .com-tabb.default .tabb-l .text .t2,
.com-tabb.default .tabb-r .text .t2 {
    display: none;
    color: var(--colordd);
  }
  .com-tabb.default .tabb-l .text .t1 {
    text-align: left;
  }
  .com-tabb.default .tabb-r {
    justify-content: flex-end;
  }
  .com-tabb.default .tabb-r .text .t1 {
    text-align: right;
  }
  .com-tabb.default .tabb-r .text .t2 {
    text-align: right;
  }
  .com-tabb.default .backimg {
    width: var(--toolsheight);
    height: var(--toolsheight);
  }
  .com-tabb.doctor {
    padding: 0.3rem 0.5rem;
    border-top: 1px solid var(--line);
  }
  .com-tabb.doctor .tab {
    width: 110px;
  }
  .com-tabb.doctor .tabb-l,
.com-tabb.doctor .tabb-r {
    display: flex;
    align-items: center;
  }
  .com-tabb.doctor .tabb-l:hover .h-icon,
.com-tabb.doctor .tabb-r:hover .h-icon {
    color: var(--colorFF);
  }
  .com-tabb.doctor .tabb-l .h-icon,
.com-tabb.doctor .tabb-r .h-icon {
    font-size: var(--fz36);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    flex-shrink: 0;
  }
  .com-tabb.doctor .tabb-l .text,
.com-tabb.doctor .tabb-r .text {
    margin: 0 10px;
  }
  .com-tabb.doctor .tabb-l .text .t1,
.com-tabb.doctor .tabb-r .text .t1 {
    color: var(--color8d);
  }
  .com-tabb.doctor .tabb-l .text .t2,
.com-tabb.doctor .tabb-r .text .t2 {
    color: var(--colordd);
  }
  .com-tabb.doctor .tabb-l .text .t1 {
    text-align: right;
  }
  .com-tabb.doctor .tabb-r {
    justify-content: flex-end;
  }
  .com-tabb.doctor .tabb-r .text .t1 {
    text-align: left;
  }
  .com-tabb.doctor .tabb-r .text .t2 {
    text-align: left;
  }
  .com-tabb.doctor .backimg {
    width: var(--toolsheight);
    height: var(--toolsheight);
  }

  .otherimg video {
    max-width: 96%;
    max-height: 96%;
  }

  .otherimg.posvideo:before {
    background: rgba(0, 0, 0, 0.9);
  }

  .videobox {
    cursor: pointer;
  }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: all 0.5s;
  }
  .videobox .videoBtn img {
    width: 40px;
    height: 40px;
  }
  .videobox:hover .videoBtn {
    opacity: 1;
  }

  #main-linelist {
    display: none;
  }

  .swiperprev {
    left: 0;
    transform: translate(-80%, -50%);
  }

  .swipernext {
    right: 0;
    transform: translate(80%, -50%);
  }

  /* 公共样式自适应end*/
  .nav-header .h-tt {
    display: none;
  }

  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0 !important;
  }

  .nav-footer {
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  /* 公共样式自适应start*/
  .common-form.shop .myinfo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .common-form.shop .myinfo .my-inline-block {
    padding: 0.2rem 0;
    display: flex;
    position: relative;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }
  .common-form.shop .myinfo .my-inline-block:nth-child(1) {
    border-top: 1px solid var(--line);
  }
  .common-form.shop .myinfo .my-inline-block.w100 {
    width: 100%;
  }
  .common-form.shop .myinfo .layui-input-inline {
    position: relative;
    float: inherit;
    flex: 1;
    margin-right: 0px;
  }
  .common-form.shop .myinfo .layui-input-inline + .layui-input-inline {
    margin-left: 10px;
  }
  .common-form.shop .myinfo .layui-input-inline .h-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: var(--inputheight);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .common-form.shop .myinfo .layui-input-inline .layui-form-select dl {
    top: 64px;
  }
  .common-form.shop .myinfo .my-label {
    max-width: 350px;
    height: var(--inputheight);
    flex: 1;
    padding: 0 0.4rem 0 0.2rem;
    justify-content: flex-start;
  }
  .common-form.shop .myinfo .my-label .labreq {
    font-size: var(--fz12);
    background-color: #F9C584;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    line-height: 2;
    padding: 0 10px;
  }
  .common-form.shop .myinfo .my-input {
    width: calc(700/990*100%);
    position: relative;
    display: flex;
    align-items: center;
  }
  .common-form.shop .myinfo .my-input.yzm .inp {
    max-width: 200px;
  }
  .common-form.shop .myinfo .my-input .yzmimg {
    margin-left: 12px;
    width: 130px;
    height: 50px;
    z-index: 6;
  }
  .common-form.shop .myinfo .my-input .text {
    width: 100%;
    height: 310px;
    background: var(--bg2);
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    transition: all 0.3s;
  }
  .common-form.shop .myinfo .my-input .text:focus {
    border: 1px solid var(--color1) !important;
  }
  .common-form.shop .myinfo .my-input .text::placeholder {
    color: #cecece;
    font-size: 16px;
  }
  .common-form.shop .myinfo .inp,
.common-form.shop .myinfo .layui-input {
    width: 100%;
    background: var(--bg2);
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: var(--inputheight);
    line-height: var(--inputheight);
    padding: 0 15px;
    font-size: 16px;
    transition: all 0.3s;
    z-index: 5;
  }
  .common-form.shop .myinfo .inp:focus,
.common-form.shop .myinfo .layui-input:focus {
    border: 1px solid var(--color1) !important;
  }
  .common-form.shop .myinfo .inp::placeholder,
.common-form.shop .myinfo .layui-input::placeholder {
    color: #BFBFBF;
    font-size: var(--fz16);
  }
  .common-form.shop .myinfo .layui-input {
    padding: 0 44px 0 20px;
  }
  .common-form.shop .myinfo .layui-edge {
    display: none;
  }
  .common-form.recruit .myinfo {
    margin-top: 12px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .common-form.recruit .myinfo .my-inline-block {
    height: var(--inputheight);
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 0.2rem;
    background-color: #f0f0f2;
  }
  .common-form.recruit .myinfo .my-label {
    flex-shrink: 0;
  }
  .common-form.recruit .myinfo .my-label .labreq {
    font-size: var(--fz12);
    background-color: #F9C584;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    line-height: 2;
    padding: 0 10px;
  }
  .common-form.recruit .myinfo .my-label .labtt {
    color: #9D9D9D;
    font-size: var(--fz16);
  }
  .common-form.recruit .myinfo .my-input {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
  }
  .common-form.recruit .myinfo .inp,
.common-form.recruit .myinfo .layui-input {
    background-color: #f0f0f2;
    width: 100%;
    height: var(--inputheight);
    line-height: var(--inputheight);
    z-index: 5;
  }
  .common-form.recruit .myinfo .layui-input {
    padding: 0 44px 0 20px;
  }
  .common-form.recruit .myinfo .layui-edge {
    display: none;
  }
  .common-form.recruit .linkbtn {
    padding: 0.35rem 0;
  }
  .common-form.recruit .linkbtn .btn-tj {
    background-color: var(--color1);
    border-radius: 5px;
    width: 280px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common-form.default .myinfo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .common-form.default .myinfo .my-inline-block {
    position: relative;
    width: calc((100% - 10px)/2);
  }
  .common-form.default .myinfo .my-inline-block:nth-child(n+3) {
    margin-top: 10px;
  }
  .common-form.default .myinfo .my-inline-block.w100 {
    width: 100%;
  }
  .common-form.default .myinfo .layui-input-inline {
    position: relative;
    float: inherit;
    flex: 1;
    margin-right: 0px;
  }
  .common-form.default .myinfo .layui-input-inline + .layui-input-inline {
    margin-left: 10px;
  }
  .common-form.default .myinfo .layui-input-inline .h-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: var(--inputheight);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .common-form.default .myinfo .layui-input-inline .layui-form-select dl {
    top: 64px;
  }
  .common-form.default .myinfo .my-label {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--color22);
    line-height: 1.1;
  }
  .common-form.default .myinfo .my-label .xin {
    color: #e70000;
  }
  .common-form.default .myinfo .my-input {
    width: 100%;
    position: relative;
  }
  .common-form.default .myinfo .my-input .yzmimg {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 100px;
    height: 40px;
    z-index: 6;
  }
  .common-form.default .myinfo .my-input .text {
    width: 100%;
    height: 150px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    font-size: 16px;
    transition: all 0.3s;
  }
  .common-form.default .myinfo .my-input .text:focus {
    border: 1px solid var(--color1) !important;
  }
  .common-form.default .myinfo .my-input .text::placeholder {
    color: #cecece;
    font-size: 16px;
  }
  .common-form.default .myinfo .inp,
.common-form.default .myinfo .layui-input {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: var(--inputheight);
    line-height: var(--inputheight);
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.3s;
    z-index: 5;
  }
  .common-form.default .myinfo .inp:focus,
.common-form.default .myinfo .layui-input:focus {
    border: 1px solid var(--color1) !important;
  }
  .common-form.default .myinfo .inp::placeholder,
.common-form.default .myinfo .layui-input::placeholder {
    color: #cecece;
    font-size: 16px;
  }
  .common-form.default .myinfo .inp.yzm,
.common-form.default .myinfo .layui-input.yzm {
    padding: 0 116px 0 20px;
  }
  .common-form.default .myinfo .layui-input {
    padding: 0 44px 0 20px;
  }
  .common-form.default .myinfo .layui-edge {
    display: none;
  }
  .common-form .layui-form-item {
    margin-bottom: 0;
  }
  .common-form .layui-form-select dl dd,
.common-form .layui-form-select dl dt {
    line-height: var(--inputheight);
    padding: 0 20px !important;
  }
  .common-form .layui-form-select dl dd.layui-this {
    background-color: var(--color3);
  }
  .common-form .layui-form-select dl::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  .common-form .layui-form-select dl::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .common-form .layui-form-select dl::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background: #E4002B;
    -webkit-box-shadow: inset 0 0 6px pink;
    opacity: 1;
  }
  .common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
    background: #E4002B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .common-form .submitbtn {
    cursor: pointer;
    margin: 0.5rem auto 0;
    width: 100%;
    height: var(--toolsheight);
    border-radius: 5px;
    background: var(--color1);
    color: var(--colorFF);
  }
  .common-form .submitbtn .btn-tj {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 415px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
.hover_test {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hover_test.active .line {
  opacity: 1;
}
.hover_test .item {
  height: 200px;
}
.hover_test .line {
  opacity: 0;
  position: absolute;
  width: 0;
  left: 0;
  width: 6px;
  background-color: var(--color1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}