.ncs-info-v1 {
  width: 500px;
}
.ncs-info-v1 .head-content {
  padding: 20px;
  text-align: center;
  background: url(../images/top_info_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncs-info-v1 .head-content .store-logo {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.ncs-info-v1 .head-content .store-logo img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.ncs-info-v1 .head-content #store_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.ncs-info-v1 .head-content .title {
  text-align: left;
}
.ncs-info-v1 .head-content #store_name .copy-icon {
  width: 16px;
  height: 16px;
  bottom: 0;
}
.ncs-info-v1 .store-year {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/store_year_bg.png) no-repeat;
  background-size: 100% 100%;
}
.ncs-info-v1 .store-year .integrity {
  background: linear-gradient(180deg, #FF9000 0%, #FF9C18 100%);
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 12px;
  padding: 4px;
  border-radius: 2px;
  margin-right: 8px;
}
.ncs-info-v1 .store-year .year-value {
  font-size: 14px;
  color: #E26204;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.ncs-info-v1 .store-year .year-value span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 2px;
  color: #FF3838;
}
.ncs-info-v1 .row-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 16px 20px 0 20px;
  color: #333333;
}
.ncs-info-v1 .row-title .copy-all {
  font-size: 12px;
  margin-left: 6px;
  padding: 1px 6px;
  font-weight: normal;
  color: rgb(10, 105, 255);
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid rgb(10, 105, 255);
}
.ncs-info-v1 .score-info {
  display: flex;
  align-items: center;
  margin: 7px 20px 0 20px;
  padding-bottom: 16px;
  border-bottom: 0.5px dashed #CCCCCC;
}
.ncs-info-v1 .score-info .score-item {
  flex: 1;
  display: flex;
  align-items: center;
  border-right: 0.5px dashed #CCCCCC;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
}
.ncs-info-v1 .score-info .score-item:last-child {
  border-right: 0;
}
.ncs-info-v1 .score-info .score-item:first-child {
  justify-content: flex-start;
  flex: 0.9;
}
.ncs-info-v1 .score-item .score-label {
  color: #999999;
  margin-right: 10px;
}
.ncs-info-v1 .score-item .score-val {
  color: #FF3838;
  font-weight: bold;
}
.ncs-info-v1 .goto {
  display: flex;
  align-items: center;
  border-top: 0.5px dashed #CCCCCC;
  position: relative;
}
.ncs-info-v1 .goto::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 0.5px dashed #CCCCCC;
}
.ncs-info-v1 .goto .goto-item {
  display: flex;
  margin: 20px auto;
  padding: 6px 10px;
  border: 1px solid #FF5555;
  border-radius: 4px;
  background: rgba(255, 94, 94, 0.1);
  padding: 8px 12px;
}
.ncs-info-v1 .goto .goto-item a {
  font-size: 14px;
  line-height: 20px;
  color: #FF5555;
}
.ncs-info-v1 .content-base {
  display: flex;
  padding: 0 20px 20px 20px;
  margin-top: 8px;
}
.ncs-info-v1 .content-base .base-left {
  flex: 1;
}
.ncs-info-v1 .content-base .base-left > dl {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
  padding-right: 12px;
}
.ncs-info-v1 .content-base .base-left > dl > dt {
  color: #999999;
  width: 70px;
  min-width: 70px;
}
.ncs-info-v1 .content-base .base-left > dl > dd {
  word-break: break-all;
}
.ncs-info-v1 .content-base .base-right > dl {
  border-radius: 8px;
  width: 104px;
  height: 104px;
  padding: 6px;
  border: 0.5px solid #CCCCCC;
}
.ncs-info-v1 .content-base .base-right {
  padding: 0 0 8px 36px;
  border-left: 0.5px dashed #CCCCCC;
}
.ncs-info-v1 .content-base .base-right img {
  width: 100%;
}
.ncs-info-v1 .content-base .base-right .scan-tip {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 6px;
  text-align: center;
}