.logo-nav {
  padding-top: 1rem;
}

.logo-nav .h2 {
  margin-left: .5rem;
  width: 100px;
  float: left;
  overflow: hidden;
}

.logo-nav .h2 a {
  width: 90px;
  text-indent: -2000px;
  height: 30px;
  display: block;
}

.logo-nav .h2 a img {
  width: 90px;
  height: auto;
  display: block;
}

.logo-nav .sologn {
  margin-left: 0;
  float: left;
}

.logo-nav .sologn a {
  border-radius: 2px;
  display: block;
  width: 95px;
  height: 30px;
  background: #e60012;
  font-size: 15px;
  font-family: Arial;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}

.line {
  height: 4px;
  margin-top: 1rem;
  background: #F7F7F7;
  margin-top: .7rem;
}

.search {
  margin: 1rem;
  height: auto;
}

.search .search_h1 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.search .switch_btn {
  width: 80px;
  height: 38px;
  line-height: 40px;
  left: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  color: #333;
  top: 1px;
  text-decoration: none;
}

.search .switch_btn .b {
  float: right;
  width: 8px;
  height: 4px;
  background: url(https://datasheet.eeworld.com.cn/css/i/index.png) no-repeat 0 0;
  background-position: 0px -9px;
  margin-top: 19px;
  -webkit-transition: -webkit-transform .1s ease-in 0s;
  transition: transform .1s ease-in 0s;
  margin-right: 10px;
}

.search ul {
  position: absolute;
  top: 40px;
  height: 76px;
  overflow: hidden;
  display: none;
  padding-left: 0;
}

.search ul .cur {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}

.search ul li {
  width: 80px;
  height: 38px;
  border-left: 1px solid #b1b1b1;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  background-color: #fff;
  font-size: 12px;
}

.search ol li {
  height: 40px;
  width: calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  border: 1px solid #e60012;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}

.search ol li.show {
  display: block;
}

.search ol li .inp {
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  padding: 11px 8px 11px 85px;
  height: auto;
  float: left;
  border: none;
}

.search ol li .btn {
  width: 60px;
  border: none;
  height: 40px;
  background: #e60012;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  float: right;
}

.indexesBox .crumbs {
  padding: .5rem 1rem;
  background-color: #F7F7F7;
  font-size: .7rem;
  color: #666;
}

.indexesBox .crumbs a {
  color: #666;
}

.firmBox.suoyin {
  margin: 1rem;
}

.firmBox .suoyin.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.firmBox .suoyin::after {
  content: '';
  flex: auto;
}

.firmBox .suoyin a {
  margin: .2rem .26rem;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #666;
  color: #333;
  font-size: 14px;
  display: inline-block;
}

.indexesBox .all_diyu {
  /* margin: 1rem; */
}

.indexesBox .all_diyu .block_set {
  margin-top: 30px;
}

.indexesBox .all_diyu .block_set p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexesBox .all_diyu .block_set ul li {
  width: 100%;
  line-height: 30px;
  float: left;
  box-sizing: border-box;
}

.indexesBox .all_diyu .block_set ul li a {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  color: #333;
}

.indexesBox .all_di {
  margin: 0;
}

.indexesBox .all_di .block_set {
  margin-top: 30px;
}

.indexesBox .all_di .block_set p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexesBox .all_di .block_set ul li {
  width: 100%;
  line-height: 30px;
  float: left;
  box-sizing: border-box;
}

.indexesBox .all_di .block_set ul li a {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  color: #333;
}

.detailsBox {
  margin: 1rem;
}

.detailsBox .intro_box {
  padding-bottom: .5rem;
  border-bottom: 1px solid #dadedb;
}

.detailsBox .intro_box .h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .5rem;
  color: #343434;
}

.detailsBox .intro_box .txt {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  height: 60px;
  overflow: hidden;
  font-weight: 400;
}

.detailsBox .intro_box .suoha_btn {
  color: #1AA3DF;
  margin: .5rem auto;
  display: block;
  text-align: center;
}

.detailsBox .factureList ul li {
  border-bottom: 1px solid #dadedb;
  padding: 1rem 0;
  position: relative;
}

.detailsBox .factureList ul li .h3 {
  font-size: .7rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: .4rem;
  padding-right: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #343434;
}

.detailsBox .factureList ul li .name {
  font-size: .7rem;
  color: #999;
  line-height: 1rem;
  margin-bottom: .6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1rem;
}

.detailsBox .factureList ul li .intrTxt {
  font-size: .7rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1rem;
}

.detailsBox .factureList ul li .moreIcon {
  position: absolute;
  right: 0;
  top: 1.5rem;
  color: #333;
  font-size: 1rem;
}

.detailsBox .factureList .page {
  text-align: center;
  margin-top: 1.5rem;
}

.detailsBox .factureList .page a {
  padding: 0 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #dadedb;
  background: #fff;
  margin: 3px;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
}

.detailsBox .factureList .page a.current,
.detailsBox .factureList .page a.current:hover {
  background: #4595e6;
  border-color: #30bb5a;
  color: #fff;
  text-decoration: none;
}

.detailsBox .factureList .page #pagenum {
  padding: 0 5px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #dadedb;
  margin: 3px;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
  width: 40px;
}

.left-nav-float {
  padding-top: 0px;
  margin-top: 0px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  z-index: 100;

}

.hotManual {
  margin: 1rem;
}

.hotManual .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.hotManual .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.hotManual .manual_list ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.hotManual .manual_list ul.flex li {
  width: 50%;
  line-height: 1.5rem;
}

.hotManual .manual_list ul.flex li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: .7rem;
  color: #333;
  padding-right: 5px;
}

.newlyManual {
  margin: 1rem;
}

.newlyManual .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.newlyManual .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.newlyManual .manual_list ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newlyManual .manual_list ul.flex li {
  width: 50%;
  line-height: 1.5rem;
}

.newlyManual .manual_list ul.flex li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: .7rem;
  color: #333;
  padding-right: 5px;
}

.resourceBox {
  margin: .5rem 1rem 1rem;
}

.resourceBox .h3 {
  font-size: .8rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  line-height: 2rem;
}

.resourceBox .lab_list {
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: .6rem;
}

.resourceBox .lab_list li {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.resourceBox .lab_list li a {
  color: #666;
}

.resourceBox .lab_list li.cur {
  border-bottom: 3px solid #ef0000;
}

.resourceBox .lab_list li.cur a {
  color: #333;
  font-weight: bold;
}

.resourceBox .lab_content .flex.none {
  display: none;
}

.resourceBox .lab_content .flex a {
  display: block;
  color: #333;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.resourceBox .lab_content .flex a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #333;
  vertical-align: middle;
  margin-right: 5px;
}

.selectBox {
  margin: 1rem 1rem 0;
}

.selectBox .select {
  border: 1px solid #cacaca;
  line-height: 30px;
  width: 12rem;
  height: 30px;
}

.selectBox .resultTxt {
  color: #fe0000;
  font-size: .7rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  border-bottom: 1px solid #c7c7c7;
}

.selectBox #search_form {
  margin-bottom: 0;
}

.firmBox {
  margin: 1rem;
}

.firmBox .intro_box {
  padding-bottom: .5rem;
  border-bottom: 1px solid #666;
}

.firmBox .intro_box .h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.firmBox .intro_box .txt {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  height: 60px;
  overflow: hidden;
}

.firmBox .intro_box .suoha_btn {
  color: #1AA3DF;
  margin: .5rem auto;
  display: block;
  text-align: center;
}

.firmBox .factureList .red {
  color: #ef0000;
}

.firmBox .factureList ul li {
  border-bottom: 1px solid #dadedb;
  padding: 1rem 0;
  position: relative;
}

.firmBox .factureList ul li .h3 {
  font-size: .7rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: .4rem;
  padding-right: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #343434;
}

.firmBox .factureList ul li .name {
  font-size: .7rem;
  color: #999;
  line-height: 1rem;
  margin-bottom: .6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1rem;
}

.firmBox .factureList ul li .intrTxt {
  font-size: .7rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1rem;
}

.firmBox .factureList ul li .moreIcon {
  position: absolute;
  right: 0;
  top: 1.5rem;
  color: #333;
  font-size: 1rem;
}

.firmBox .factureList .page {
  text-align: center;
  margin-top: 1.5rem;
}

.firmBox .factureList .page a {
  padding: 0 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #dadedb;
  background: #fff;
  margin: 3px;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
}

.firmBox .factureList .page a.current,
.firmBox .factureList .page a.current:hover {
  background: #4595e6;
  border-color: #30bb5a;
  color: #fff;
  text-decoration: none;
}

.firmBox .factureList .page #pagenum {
  padding: 0 5px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #dadedb;
  margin: 3px;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
  width: 40px;
}

.manufacturer {
  margin: 1rem;
}

.manufacturer .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.manufacturer .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.manufacturer .manual_list ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.manufacturer .manual_list ul.flex li {
  width: 50%;
  line-height: 1.5rem;
}

.manufacturer .manual_list ul.flex li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: .7rem;
  color: #333;
  padding-right: 5px;
}

.historyBox {
  margin: 1rem;
}

.historyBox .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.historyBox .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.historyBox .manual_list ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.historyBox .manual_list ul.flex li {
  width: 50%;
  line-height: 1.5rem;
}

.historyBox .manual_list ul.flex li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: .7rem;
  color: #333;
  padding-right: 5px;
}

.describeBox {
  margin: 1rem;
}

.describeBox .h3 {
  font-size:1.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}

.describeBox p {
  font-size: .7rem;
  line-height: 1.1rem;
  color: #A6A6A6;
  margin-bottom: .2rem;
}

.describeBox p .link {
  color: #558ED5;
}

.describeBox p img {
  display: inline-block;
  vertical-align: middle;
}

.describeBox .txt {
  font-size: .7rem;
  margin-bottom: .5rem;
  color: #333;
  font-weight: 400;
}

.describeBox .down_btn {
  display: block;
  width: 100%;
  background-color: #ef0000;
  color: #fff;
  text-align: center;
  line-height: 1.8rem;
  font-size: .8rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 1rem auto;
}

.describeBox .goDown {
  display: block;
  width: 100%;
  border: 1px solid #ef0000;
  color: #ef0000;
  text-align: center;
  line-height: 1.8rem;
  font-size: .8rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 1rem auto;
  font-weight: bold;
}

.adBox {
  margin: 1rem;
}

.adBox .h3 {
  font-size: .9rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}

.adBox p {
  font-size: .7rem;
  line-height: 1.1rem;
  color: #333;
  margin-bottom: .2rem;
}

.adBox p .look {
  text-decoration: underline;
}

.adBox p .buyBtn {
  width: 120px;
  line-height: 1.8rem;
  font-size: .7rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 1rem 0;
  background-color: #ef0000;
  color: #fff;
  text-align: center;
  display: block;
}

.parameterBox {
  margin: 1rem;
}

.parameterBox .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.parameterBox .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.parameterBox .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.parameterBox .table .table-tr {
  display: table-row;
  height: 30px;
}

.parameterBox .table .table-tr .table-th {
  display: table-cell;
  font-weight: bold;
  height: 100%;
  background-color: #E5E5E5;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5rem;
  border: 1px solid #E5E5E5;
}

.parameterBox .table .table-tr .table-td {
  display: table-cell;
  height: 100%;
  border: 1px solid #E5E5E5;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5rem;
  color: #333;
  word-break: break-all;
}

.previewBox {
  margin: 1rem;
}

.previewBox .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.previewBox .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.hotDevice {
  margin: 1rem;
}

.hotDevice .h3 {
  font-size: .9rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}

.hotDevice .manual_list ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.hotDevice .manual_list ul.flex li {
  width: 50%;
  line-height: 1.5rem;
}

.hotDevice .manual_list ul.flex li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: .7rem;
  color: #333;
  padding-right: 5px;
}

.detail-ms {
  margin: 1rem;
}

.detail-ms .data_encode ul {
  border-bottom: 1px solid #BFBFBF;
}

.detail-ms .data_encode ul li {
  display: inline-block;
  padding: 0 .5rem;
  line-height: 1.5rem;
}

.detail-ms .data_encode ul li.cur {
  border: 1px solid #BFBFBF;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.detail-ms .data_encode ul li.cur a {
  font-weight: bold;
  color: #333;
}

.detail-ms .data_encode ul li a {
  line-height: 1.5rem;
  font-size: .7rem;
  text-align: center;
  color: #333;
}

.detail-ms .contact_box {
  margin: .5rem 0;
}

.detail-ms .contact_box .discuss_box .dwc_sorde {
  margin: 0 0 20px;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl dt {
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 20px;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl dt a {
  font-size: .8rem;
  color: #333;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl dd.tag {
  font-size: .7rem;
  color: #666;
  padding-left: 20px;
  border-left: 3px solid #EEEEEE;
  line-height: 1.2rem;
  margin-bottom: 15px;
  word-break: break-all;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl .peo span {
  color: #a0a0a0;
  font-size: .7rem;
  margin-top: 4px;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl .peo .Hportr img {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.detail-ms .contact_box .discuss_box .dwc_sorde .sorde_txt dl .peo .catname {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.detail-ms .contact_box .skill_article .article_list ul {
  padding: 0;
}

.detail-ms .contact_box .skill_article .article_list ul li {
  height: auto;
  margin-bottom: 25px;
  line-height: 1.2rem;
  font-size: .7rem;
}

.detail-ms .contact_box .skill_article .article_list ul li .h3 a {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-size: .8rem;
}

.detail-ms .contact_box .skill_article .article_list ul li p {
  overflow: hidden;
  font-size: .7rem;
  margin-bottom: 5px;
  line-height: 1.2rem;
}

.detail-ms .contact_box .skill_article .article_list ul li p span {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.detail-ms .contact_box .skill_article .article_list ul li p span a {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .7rem;
  color: #4595e6;
}

.detail-ms .contact_box .dwc_xgsor .dwc_sorde .down_lisy {
  width: 95%;
  float: left;
  margin-left: 17px;
}

.detail-ms .contact_box .dwc_xgsor .dwc_sorde .down_lisy .down_ul {
  padding: 0 !important;
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
}

.detail-ms .contact_box .dwc_xgsor .dwc_sorde .down_lisy .down_ul li {
  width: 100%;
  background: url("https://download.eeworld.com.cn/images/new/sy_141.png") no-repeat left center;
  font-size: .8rem;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 25px;
  text-align: left;
}

.detail-ms .contact_box .dwc_xgsor .dwc_sorde .down_lisy .down_ul li a {
  font-size: .8rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

.detail-ms .contact_box .skill_video .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail-ms .contact_box .skill_video .flex .item {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

.detail-ms .contact_box .skill_video .flex .item img {
  width: 100%;
}

.detail-ms .contact_box .skill_video .flex .item p {
  font-size: 16px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  padding: 0;
  margin-bottom: 5px;
}

.detail-ms .contact_box .skill_video .flex .item p a {
  color: #333;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .65rem;
}

.lookAgain {
  margin: 1rem;
}

.lookAgain .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.lookAgain .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.lookAgain .manual_list .flex a {
  display: block;
  color: #333;
  line-height: 25px;
}

.lookAgain .manual_list .flex a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #333;
  vertical-align: middle;
  margin-right: 5px;
}

.partHotDevice {
  margin: 1rem;
}

.partHotDevice .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.partHotDevice .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.partHotDevice .manual_list .flex a {
  display: block;
  color: #333;
  line-height: 25px;
}

.partHotDevice .manual_list .flex a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #333;
  vertical-align: middle;
  margin-right: 5px;
}

.dataTable {
  padding: 1rem;
  background-color: #D9D9D9;
}

.dataTable .h3 {
  color: #ef0000;
  margin-bottom: .3rem;
  font-size: .7rem;
}

.dataTable .list a {
  color: #558ED5;
  text-decoration: underline;
  display: inline-block;
  margin-right: 5px;
  font-size: .6rem;
  line-height: 1rem;
}

.shortcut {
  padding: 1rem;
  background-color: #D9D9D9;
}

.shortcut .h3 {
  color: #333;
  margin-bottom: .3rem;
  font-weight: bold;
  font-size: .7rem;
}

.shortcut .list a {
  color: #333;
  text-decoration: underline;
  display: inline-block;
  margin-right: 5px;
  font-size: .6rem;
  line-height: 1rem;
}

.deviceBox {
  padding: 1rem;
}

.deviceBox>.h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;


}

.deviceBox .lab_list {
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: .6rem;
}

.deviceBox .lab_list li {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.deviceBox .lab_list li.cur {
  border-bottom: 3px solid #ef0000;
  color: #333;
  font-weight: bold;
}

.deviceBox .lab_content .flex.none {
  display: none;
}

.deviceBox .lab_content .flex .areaBox {
  height: 320px;
  overflow: hidden;
}

.deviceBox .lab_content .flex .areaBox li {
  margin-bottom: .5rem;
  border-bottom: 1px dashed #D9D9D9;
  padding: .5rem 0;
}

.deviceBox .lab_content .flex .areaBox li .h3 {
  font-size: .7rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: .4rem;
  padding-right: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.deviceBox .lab_content .flex .areaBox li .name {
  font-size: .7rem;
  color: #999;
  line-height: 1rem;
  margin-bottom: 0.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1rem;
}

.deviceBox .lab_content .flex .areaBox li .intrTxt {
  font-size: .7rem;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1rem;
}

.deviceBox .lab_content .flex .areaBox li .contrast {
  border: 1px solid #4595e6;
  width: 2.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: .7rem;
  color: #4595e6;
  display: block;
  float: right;
}

.deviceBox .lab_content .flex .suoha_btn {
  color: #1AA3DF;
  margin: .5rem auto;
  display: block;
  text-align: center;
}

.deviceBox .lab_content .flex .h3 {
  font-size: .7rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.deviceBox .lab_content .flex .txt p {
  font-size: .7rem;
  margin-bottom: .5rem;
  line-height: 1.2rem;
}

.referenceBox {
  margin: 1rem;
}

.referenceBox .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: .3rem;
}

.referenceBox .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.referenceBox .list_db {
  overflow: hidden;
  height: 318px;
}

.referenceBox .list_db li {
  margin-bottom: 15px;
}

.referenceBox .list_db li .fw {
  font-weight: 600;
}

.referenceBox .list_db li .fs16 {
  font-size: 16px;
}

.referenceBox .list_db li p {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: normal;
  margin-top: 8px;
  color: #666;
  margin-bottom: 5px;
}

.referenceBox .list_db li .details-btn {
  color: #4595e6;
}

.referenceBox .suoha_btn {
  color: #1AA3DF;
  margin: .5rem auto;
  display: block;
  text-align: center;
}

.firmBox.firm {
  margin: 0 1rem 1rem;
}

.deviceList .h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 1rem 0;
}

.deviceList .suoyin {
  margin: 1rem;
}

.deviceList .suoyin.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.deviceList .suoyin::after {
  content: '';
  flex: auto;
}

.deviceList .suoyin a {
  margin: .2rem .26rem;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #666;
  color: #333;
  font-size: 14px;
  display: inline-block;
}

.deviceList .suoyin a.cur {
  background-color: #E60012;
  color: #fff;
}

.deviceList .showpages {
  background-color: #B9CDE5;
  margin: 1rem;
}

.deviceList .showpages.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.deviceList .showpages::after {
  content: '';
  flex: auto;
}

.deviceList .showpages a {
  margin: .2rem .26rem;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.deviceList .listitem {
  margin: 1rem;
  text-align: center;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
}

.deviceList .listitem p {
  width: 50%;
  text-align: left;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

.deviceList .listitem p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page {
  text-align: center;
  margin-top: 30px;
  padding: 1rem;
}

.page a {
  padding: 0 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #dadedb;
  background: #fff;
  margin: 0 5px 10px;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
}

.page a.current,
.page a.current:hover {
  background: #4595e6;
  border-color: #30bb5a;
  color: #fff;
  text-decoration: none;
}

.page #pagenum {
  display: none;
}

.short_page {
  margin: 1rem 1rem 2rem;
}

.short_page b {
  font-weight: bold;
}

.short_page a {
  color: #333;
  text-decoration: underline;
  margin: 0 2px;
}


.topBtn {
  display: block;
  width: 34px;
  height: 34px;
  padding: 3px 5px;
  line-height: 12px;
  text-align: center;
  color: #787878;
  text-decoration: none;
  background: url('https://bbs.eeworld.com.cn//static/image/common//scrolltop.png') no-repeat -4px 2px;
  border: 1px #cdcdcd solid;
  text-indent: 1000;
  border-radius: 30px;
}

.topBtn.flxed {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.deviceBox .suoyin.flex a {
  float: left;
  margin: 5px;
}

.deviceBox .suoyin.flex a::after {
  content: '';
  width: 1px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background-color: #333;
  display: inline-block;
}

.deviceBox .suoyin.flex a:last-child:after {
  display: none;
}

.pos {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}

.detail-pdfhtml {
  position: relative;
  width: 826px;
  margin-left: auto;
  margin-right: auto;
  max-width: 826px;
  width: 100%;
  /* transform: matrix(0.8, 0, 0, 0.8, -30, 0); */
}

.detail-bd {
  overflow: hidden;
  height: 600px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}


/* 广告厂商 */

.manufacturer-box {
  margin: 0.3rem .1rem;
  border: 1px solid #dfdfdf;
  padding: 0.5rem;
}

.manufacturer-box .mf-logo {
  width: 4rem;
  margin-left: 1rem;
  float: right;
}

.manufacturer-box .mf-box .h4 {
  font-size: .7rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.manufacturer-box .mf-box .txt {
  font-size: .7rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

.manufacturer-box .mf-box .list {
  margin-bottom: 1rem;
}

.manufacturer-box .mf-box .list li {
  display: block;
  font-size: .6rem;
  color: #666;
  line-height: 1rem;
}

.manufacturer-box .mf-box .list li::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


.manufacturer-box .mf-box .btn-box .mf-btn {
  display: inline-block;
  line-height: 1rem;
  font-size: .7rem;
  background-color: #ef0012;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: .2rem .5rem;
  margin: 0 .8rem 0 0;
}

.argumentsBox,.wdjx {
  margin: 1rem;
}

.argumentsBox .h3,.wdjx .h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0.3rem;
}

.argumentsBox .h3::before,.wdjx .h3::before {
  content: '';
  background-color: #ef0000;
  width: 3px;
  height: 1rem;
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.argumentsBox .txt{
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.argumentsBox .table_wrap {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  border-bottom: 1px solid #adadad;
}

.argumentsBox table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;

}

.argumentsBox td,
.argumentsBox th {
  width: 120px;
  box-sizing: border-box;
  border-bottom: 1px solid #adadad;
  border-right: 1px solid #adadad;
  /*超出长度...*/
  word-break: break-all;
  background-color: #fff;
  font-size: .7rem;
  line-height: 1rem;
  padding: 0 .2rem;
}

.argumentsBox thead tr th {
  position: sticky;
  top: 0;
  background: #fff;
  height: 1.8rem;
  border-top: 1px solid #adadad;
}

.argumentsBox th:first-child,
.argumentsBox td:first-child {
  position: sticky;
  left: 0;
  border-left: 1px solid #adadad;
  text-align: left;
}

.argumentsBox th:first-child {
  z-index: 1;
  /*左上角单元格z-index，切记要设置，不然表格纵向横向滚动时会被该单元格右方或者下方的单元格遮挡*/
}
