.sq-detail .top-header .supplier-header {
  padding: 40px 60px 40px 140px;
  position: relative;
}
.sq-detail .top-header .btn-apply {
  right: 60px;
}
.logo-img {
  position: absolute;
  left: 60px;
  top: 40px;
  width: 60px;
  height: 60px;
}
.logo-img img {
  width: 100%;
  height: 100%;
}
.sq-detail .top-header .supplier-content > ul > li .txt-num {
  font-size: 3.6rem;
}
#detail-tab .detail-tab-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  line-height: 60px;
  padding: 0;
  color: #666A75;
  position: relative;
}
#detail-tab .detail-tab-nav > li.active > a {
  background-color: #02D688;
  color: white;
}
#detail-tab .detail-tab-nav > li.active > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #02D688;
}
#detail-tab .detail-tab-nav {
  border-bottom: none;
  background-color: white;
  width: 1200px;
}
#detail-tab .detail-tab-nav > li:not(.active) > a:focus,
#detail-tab .detail-tab-nav > li:not(.active) > a:hover {
  color: #02D688;
  background-color: white;
}
#detail-tab .detail-tab-nav > li.active > a,
#detail-tab .detail-tab-nav > li.active > a:focus,
#detail-tab .detail-tab-nav > li.active > a:hover {
  border: none;
}
#detail-tab .detail-tab-content {
  margin-top: 15px;
  border: none;
  background-color: white;
  padding: 40px 80px;
  overflow: hidden;
}
#detail-tab .nav-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
#detail-tab .detail-tab-item {
  margin-bottom: 45px;
}
#detail-tab .am-tab-panel {
  padding: 0;
}
#detail-tab .detail-tab-title {
  font-size: 24px;
  line-height: 33px;
  padding: 0;
  font-weight: bold;
}
#detail-tab .detail-tab-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}
#detail-tab td {
  border: 1px solid #D6DEE7;
  line-height: 20px;
  padding: 20px 20px;
  text-align: left;
  font-size: 14px;
}
#detail-tab .text-center {
  text-align: center;
}
#detail-tab .td-title {
  text-align: center;
  padding: 20px 10px;
  text-indent: 10px;
  background-color: #F9F9F9;
  color: #666A75;
}
#detail-tab .td-stress {
  font-size: 18px;
  color: #FF6C16;
}
#detail-tab .detail-tab-notice {
  font-size: 16px;
  color: #797D8C;
  line-height: 32px;
}
#detail-tab .detail-tab-clause {
  font-size: 15px;
  color: #0587F6;
  line-height: 25px;
  display: block;
}
#detail-tab .detail-tab-clause:last-child {
  margin-bottom: 25px;
}
#detail-tab .detail-tab-info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #797D8C;
}
#detail-tab .detail-tab-service {
  margin-top: 50px;
  text-align: center;
  line-height: 22px;
}
#detail-tab .detail-tab-service > li {
  padding: 0 25px;
  position: relative;
}
#detail-tab .detail-tab-serviceImg {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
#detail-tab .detail-tab-serviceImg > img {
  width: 100%;
  height: 100%;
}
#detail-tab .detail-tab-serviceTitle {
  margin: 20px 0 15px;
  font-size: 16px;
  color: #0587F6;
}
#detail-tab .detail-tab-serviceContent {
  font-size: 12px;
  color: #797D8C;
  text-align: left;
}
#detail-tab .detail-tab-service > li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -45px;
  top: 54px;
  width: 90px;
  height: 1px;
  border-top: 1px dashed #989898;
}
#detail-tab .detail-tab-service > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 51px;
  width: 10px;
  height: 1px;
  border-top: 1px dashed #989898;
  transform: rotate(225deg);
}
