@charset "utf-8";
img {
  max-width: 100%;
}
body {
  background-color: white;
}
html,
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 0.16rem;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.list_nav {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 0.2rem #F3F4F9 solid;
  overflow: hidden;
}
.list_nav ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.list_nav ul li {
  display: inline-block;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.36rem;
  padding: 0.3rem 0.2rem 0.2rem;
  color: #666666;
  margin: 0 0.28rem;
  position: relative;
}
.list_nav ul li a {
  color: #666666;
}
.list_nav ul li.active {
  color: #333;
  font-weight: bold;
}
.list_nav ul li.active a {
  color: #333;
}
.list_nav ul li.active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  margin-left: -0.3rem;
  background: #395BFF;
  border-radius: 0.6rem;
}
.header-product {
  background: #256DD9;
}
.prod-index {
  padding-bottom: 0.98rem;
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  min-height: calc(100vh);
}
.prod-index .content_top {
  overflow: hidden;
  margin-left: -3.75rem;
  position: fixed;
  top: 1rem;
  left: 50%;
  background: #256DD9;
  z-index: 200;
  display: none;
}
.prod-index .content_top .inputBox {
  float: left;
  width: 6.9rem;
  height: 0.72rem;
  background: #FFFFFF;
  border: 0.04rem solid #256DD9;
  border-radius: 0.08rem;
  margin: 0.2rem 0.3rem 0.4rem 0.3rem;
  padding: 0.1rem 0.2rem;
}
.prod-index .content_top .inputBox .icon_search {
  width: 0.26rem;
  height: 0.26rem;
  margin: 0.1rem 0.08rem 0 0;
  float: left;
  background: url('../images/icon/search-icon.png') no-repeat center;
}
.prod-index .content_top .inputBox input {
  border: 0;
  float: left;
  width: 5.6rem;
  font-size: 0.12rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 0.44rem;
  height: 0.44rem;
  color: #999999;
}
.prod-index .content_top .inputBox .close_search {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.1rem 0 0 0;
  float: right;
  background: url('../images/icon/search-close-icon.png') no-repeat center;
}
.prod-index .content_top input {
  outline: none;
}
.prod-index .content {
  overflow: hidden;
  min-height: calc(100% - 1.98rem);
}
.prod-index .content .common_list_banner {
  width: calc(100% - 2.2rem);
  height: 1.2rem;
  margin-left: 2rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.prod-index .content .common_list_banner .am-slides > li {
  height: 1.2rem;
}
.prod-index .content .brand-content {
  overflow: hidden;
  margin-left: 1.8rem;
  width: calc(100% - 1.8rem);
  padding: 0 0 0 0.2rem;
}
.prod-index .content .brand-content .brand_itme {
  overflow: hidden;
  margin-top: 0.4rem;
  max-height: 2.9rem;
}
.prod-index .content .brand-content .brand_itme .title {
  overflow: hidden;
  margin-bottom: 0.14rem;
  padding-right: 0.2rem;
}
.prod-index .content .brand-content .brand_itme .title span {
  font-size: 0.32rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #333333;
  float: left;
}
.prod-index .content .brand-content .brand_itme .title .allBtn {
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.34rem;
  color: #999999;
  float: right;
  margin-top: 0.05rem;
}
.prod-index .content .brand-content .brand_itme .title .allBtn i {
  display: inline-block;
  font-size: 0.16rem;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(0.7, 0.7);
  /*兼容-moz-引擎浏览器*/
}
.prod-index .content .brand-content .brand_itme .title.active span {
  color: #256DD9;
}
.prod-index .content .brand-content .brand_itme ul {
  overflow: hidden;
}
.prod-index .content .brand-content .brand_itme ul li {
  height: 0.64rem;
  background: #FBFBFB;
  border: 0.01rem solid #EDEDED;
  border-radius: 0.04rem;
  margin: 0 0.16rem 0.16rem 0;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.64rem;
  color: #333333;
  display: inline-block;
  float: left;
  padding: 0 0.16rem;
}
.prod-index .content .brand-content .brand_itme ul li a {
  color: #333333;
}
.prod-index .content .brand-content .brand_itme.allHeader {
  max-height: 100%;
}
.prod-index .content .brand-content .brand_itme.allHeader .title .allBtn i {
  display: inline-block;
  font-size: 0.16rem;
  transform: scale(0.7, 0.7) rotate(180deg);
  -webkit-transform: scale(0.7, 0.7) rotate(180deg);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(0.7, 0.7) rotate(180deg);
  /*兼容-moz-引擎浏览器*/
}
.prod-index .s-link {
  width: 1.8rem;
  height: calc(100% - 1.98rem);
  background: #F3F4F9;
  text-align: center;
  position: fixed;
  top: 0.88rem;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.prod-index .s-link::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.prod-index .s-link ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.prod-index .s-link ul::-webkit-scrollbar {
  width: 0.04rem;
}
.prod-index .s-link ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0.04rem;
}
.prod-index .s-link ul::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.prod-index .s-link ul li {
  width: 1.8rem;
  height: 1rem;
  padding: 0.28rem 0.2rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-index .s-link ul .am-active li {
  background: #fff;
  color: #395BFF;
  position: relative;
}
.prod-index .s-link ul .am-active li:after {
  content: '';
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.08rem;
  height: 0.46rem;
  background: #395BFF;
  border-radius: 0;
}
.prod-index .am-sticky-placeholder {
  height: 0 !important;
}
.prod-cate {
  background-color: #fff;
  padding-bottom: 0.98rem;
  min-height: calc(100vh - 0.98rem);
  padding-top: 1.94rem;
}
.prod-cate .list_nav {
  position: fixed;
  top: 0.88rem;
  z-index: 100;
}
.prod-cate .content {
  overflow: hidden;
}
.prod-cate .content > .common_list_banner {
  padding-top: 0.3rem;
}
.prod-cate .content .common_list_banner {
  margin-bottom: 0.3rem;
}
.prod-cate .content .content_brand {
  margin: 0.3rem auto 0.06rem;
}
.prod-cate .content .content_brand .common_list_brand {
  padding: 0 0 0.4rem;
}
.prod-cate .content .content_brand .common_list_brand .aside {
  width: 1.6rem;
  height: 1.6rem;
}
.prod-cate .content .content_brand .common_list_brand .aside > div {
  width: 1.4rem;
}
.prod-cate .content .content_brand .common_list_brand .textBox {
  width: calc(100% - 1.8rem);
}
.prod-cate .content .content_brand .common_list_brand .title {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.36rem;
  height: 0.36rem;
}
.prod-cate .content .content_brand .common_list_brand .text {
  color: #666666;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.prod-cate .content .content_brand .common_list_brand span {
  border: 0;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #FF4E00;
  height: 0.5rem;
  background: #FFF1EB;
}
.prod-cate .content .common_list_product {
  padding: 0.2rem 0;
}
.header-prod {
  background: #256DD9;
}
.header-prod .title {
  font-size: 0.36rem;
}
.prod-product {
  background: #fff;
  padding-bottom: 0.98rem;
  min-height: calc(100vh - 0.88rem);
}
.prod-product .top_company {
  width: 100%;
  background: #256DD9;
  overflow: hidden;
  padding-bottom: 0.32rem;
  padding-top: 0.88rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
.prod-product .top_company .content {
  width: 7.1rem;
  height: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(42, 110, 212, 0.2) 90%);
  border-radius: 0.32rem 0.32rem 0 0;
  overflow: hidden;
  margin: 0.1rem auto 0;
  position: relative;
}
.prod-product .top_company .content .aside {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  margin: 0.26rem 0.18rem 0 0.2rem;
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0.04rem 0.1rem 0.1rem rgba(0, 77, 191, 0.5);
}
.prod-product .top_company .content .aside > div {
  width: 0.92rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prod-product .top_company .content .aside img {
  max-width: 100%;
  max-height: 100%;
}
.prod-product .top_company .content .textBox {
  float: left;
  width: 5.34rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.28rem;
}
.prod-product .top_company .content .textBox .title {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.4rem;
  color: #FFFFFF;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.prod-product .top_company .content .textBox .text {
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 0.4rem;
  color: #FFFFFF;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prod-product .top_company .content .btn_Icon {
  position: absolute;
  top: 0.38rem;
  right: 0.2rem;
  color: #CFCFCF;
  font-size: 0.2rem;
  line-height: 0.22rem;
}
.prod-product .top_company .boxBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.32rem 0.32rem 0 0;
  padding-top: 0.32rem;
}
.prod-product .content-list .common_list_product {
  padding: 0.2rem 0;
}
.header-detail {
  background: #256DD9;
}
.prod-detail {
  background: #fff;
  min-height: calc(100vh - 0.98rem);
  padding-top: 3.88rem;
}
.prod-detail .company_top_content {
  width: 100%;
  position: fixed;
  padding-top: 0.88rem;
  top: 0;
  background: #256DD9;
}
.prod-detail .company_top_content .top_company {
  width: 100%;
  overflow: hidden;
}
.prod-detail .company_top_content .top_company .textBox {
  width: calc(100% - 0.6rem);
  margin: 0.1rem auto;
}
.prod-detail .company_top_content .top_company .textBox .title {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.5rem;
  color: #FFFFFF;
  margin-bottom: 0.18rem;
}
.prod-detail .company_top_content .top_company .textBox p {
  width: 100%;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.34rem;
  color: #FFFFFF;
  padding-bottom: 0.18rem;
}
.prod-detail .company_top_content .top_company .textBox p span {
  float: right;
}
.prod-detail .company_top_content .top_company .textBox p i {
  float: right;
  color: #CFCFCF;
  font-size: 0.2rem;
  line-height: 0.22rem;
  margin-top: 0.05rem;
  margin-left: 0.03rem;
}
.prod-detail .company_top_content .top_company .textBox .company_p {
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.18rem;
}
.prod-detail .company_top_content .list_nav {
  border-radius: 0.32rem 0.32rem 0 0;
  border-bottom: 0.01rem #F2F2F2 solid;
}
.prod-detail .content {
  overflow: hidden;
  margin-bottom: 0.68rem;
  min-height: calc(100% - 1.3rem);
}
.prod-detail .content .detail-product {
  padding: 0.4rem 0.3rem;
}
.prod-detail .content .detail-product .product-content {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666;
}
.prod-detail .content .detail-enclosure ul {
  width: calc(100% - 0.6rem);
  margin: 0.16rem auto;
  overflow: hidden;
}
.prod-detail .content .detail-enclosure ul li {
  width: 100%;
  padding: 0.36rem 0 0.3rem;
  border-bottom: 0.02rem solid #E5E5E5;
  overflow: hidden;
}
.prod-detail .content .detail-enclosure ul li .icon {
  width: 0.37rem;
  height: 0.43rem;
  display: inline-block;
  float: left;
  margin-right: 0.18rem;
}
.prod-detail .content .detail-enclosure ul li .icon.excel_icon {
  background: url('../images/icon/e-Excel_icon.png') no-repeat center;
  background-size: 100%;
}
.prod-detail .content .detail-enclosure ul li .icon.pdf_icon {
  background: url('../images/icon/e-ppt_icon.png') no-repeat center;
  background-size: 100%;
}
.prod-detail .content .detail-enclosure ul li .icon.tex_icon {
  background: url('../images/icon/e-tex_icon.png') no-repeat center;
  background-size: 100%;
}
.prod-detail .content .detail-enclosure ul li .icon.word_icon {
  background: url('../images/icon/e-word_icon.png') no-repeat center;
  background-size: 100%;
}
.prod-detail .content .detail-enclosure ul li .title {
  width: calc(100% - 3.92rem);
  max-width: calc(100% - 3.92rem);
  font-size: 0.3rem;
  font-family: PingFang SC;
  line-height: 0.42rem;
  color: #666666;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-detail .content .detail-enclosure ul li .size {
  width: 1.7rem;
  max-width: calc(100% - 3.92rem);
  font-size: 0.3rem;
  font-family: PingFang SC;
  line-height: 0.42rem;
  color: #666666;
  display: inline-block;
  text-align: right;
  float: left;
  margin: 0 0 0 0.2rem;
}
.prod-detail .content .detail-enclosure ul li .btnBox {
  float: right;
}
.prod-detail .content .detail-enclosure ul li .btnBox .btn {
  width: 1.2rem;
  height: 0.5rem;
  margin-left: 0.24rem;
  background: #FFFFFF;
  border: 0.01rem solid #E0E0E0;
  border-radius: 0.08rem;
  float: left;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.5rem;
  color: #666666;
  text-align: center;
}
.prod-detail .content .detail-enclosure ul li .btnBox .btn.download_btn {
  color: #333;
  border: 0.02rem solid #8EA0AA;
}
body {
  background: #F3F4F9;
}
.prod-condition {
  position: absolute;
  top: 0;
  background: #F3F4F9;
}
.prod-condition .content_top {
  overflow: hidden;
  padding: 0.2rem 0 0.16rem 0.3rem;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 0.5rem;
  color: #333333;
}
.prod-condition .content_top span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 0.34rem;
  color: #333333;
  margin-left: 0.14rem;
}
.prod-condition .content-list {
  width: 6.9rem;
  margin-left: -3.45rem;
  position: fixed;
  top: 1.86rem;
  left: 50%;
  bottom: 1.54rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
}
.prod-condition .content-list .content-list-top {
  overflow: hidden;
  border-bottom: 0.02rem solid #CECECE;
}
.prod-condition .content-list .content-list-top span {
  width: 50%;
  float: left;
  padding: 0.2rem 0 0.2rem 0.34rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.34rem;
  color: #666666;
}
.prod-condition .content-list .content-listBox {
  overflow: hidden;
  height: calc(100% - 0.74rem);
}
.prod-condition .content-list .content-listBox ul {
  margin: 0.4rem 0;
  height: calc(100% - 0.8rem);
  overflow-x: auto;
  text-align: center;
}
.prod-condition .content-list .content-listBox li .text {
  display: inline-block;
  max-width: 2.4rem;
  border-radius: 0.38rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  padding: 0.2rem 0.4rem;
  color: #666666;
}
.prod-condition .content-list .content-listBox li.active .text {
  background: #1E6FFF;
  color: #fff;
}
.prod-condition .content-list .content-listBox .content-listBox-l {
  float: left;
  width: 3.2rem;
  height: 100%;
}
.prod-condition .content-list .content-listBox .content-listBox-l li .text {
  max-width: 2.8rem;
}
.prod-condition .content-list .content-listBox .content-listBox-r {
  float: left;
  width: 3.7rem;
  display: none;
  height: 100%;
}
.prod-condition .content-list .content-listBox .content-listBox-r li .text {
  max-width: 3.3rem;
}
.prod-condition .content-bottom {
  width: 7.5rem;
  padding: 0.44rem 0.3rem 0.34rem;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  background: #F3F4F9;
}
.prod-condition .content-bottom .reset_btn {
  background: #FFFFFF;
  border: 0.01rem solid #707070;
  border-radius: 0.08rem;
  height: 0.8rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  line-height: 0.8rem;
  color: #333333;
  text-align: center;
  width: 2.36rem;
  margin-right: 0.26rem;
  float: left;
}
.prod-condition .content-bottom .filter_btn {
  width: 4.28rem;
  height: 0.8rem;
  background: linear-gradient(140deg, #1E87FF 0%, #395BFF 100%);
  border-radius: 0.08rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  line-height: 0.8rem;
  text-align: center;
  color: #FFFFFF;
  float: left;
}
.hide {
  display: none;
}
.boxs {
  overflow: hidden;
}
.boxs .scrollspy-nav {
  width: 3rem;
  overflow-x: auto;
  max-height: 7rem;
  float: left;
  min-width: 3rem;
}
.boxs .scrollspy-nav ul {
  overflow: hidden;
}
.boxs .scrollspy-nav li {
  width: 100%;
  height: 1rem;
  float: left;
}
.boxs .scrollspy-nav li .am-active {
  color: #e01818;
  background-color: #256DD9;
}
.boxs .boxr {
  width: 4rem;
  float: right;
  overflow: hidden;
}
.boxs .boxr .am-panel {
  overflow: hidden;
}
.boxs .boxr ul {
  overflow: hidden;
}
.boxs .boxr li {
  float: left;
  margin: 0.2rem;
  line-height: 0.4rem;
}
