#intsynth #intsynth-content {
  padding-top: 114px;
}
#intsynth .return-top {
  display: none;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  background-image: url('/assets/images/common/to-top-1.png');
  background-size: 20px auto;
  background-color: #F2F4F7;
  border-radius: 50%;
  position: fixed;
  bottom: 140px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
}
#intsynth .return-top:hover {
  background-color: #00226C;
  background-image: url('/assets/images/common/to-top-2.png');
  box-shadow: 0px 3px 12px 0px rgba(10, 29, 98, 0.05), 0px 3px 12px 0px rgba(10, 29, 98, 0.05);
}
#intsynth .ban-drugs {
  width: 102px;
  height: 30px;
  font-size: 0;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
#intsynth .ban-drugs img {
  width: 100%;
}
#intsynth .cover-tips {
  width: 380px;
  height: 48px;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -80px);
  opacity: 0;
  padding: 14px 20px;
  box-sizing: border-box;
}
#intsynth .cover-tips .img {
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: 20px 20px;
  float: left;
}
#intsynth .cover-tips .text {
  margin-left: 30px;
  font-size: 14px;
}
#intsynth .cover-tips.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
#intsynth .cover-tips.success .img {
  background-image: url('/assets/images/common/success.png');
}
#intsynth .cover-tips.success .text {
  color: #67c23a;
}
#intsynth .cover-tips.error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
#intsynth .cover-tips.error .img {
  background-image: url('/assets/images/common/error.png');
}
#intsynth .cover-tips.error .text {
  color: #f56c6c;
}
#intsynth .cover-tips.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
#intsynth .big-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}
#intsynth .big-img-content {
  width: 460px;
  height: 460px;
  background: #fff;
  border: 1px solid #D1DDF0;
  border-radius: 14px;
  box-shadow: 3px 6px 12px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 13;
  padding: 60px;
}
#intsynth .big-img-content svg {
  width: 100%;
  height: 100%;
}
.component-card {
  border: 1px solid #EDEEF2;
  border-radius: 8px;
}
.component-card .title {
  padding: 20px 40px;
  border-bottom: 1px solid #EDEEF2;
  display: flex;
  justify-content: space-between;
}
.component-card .title-name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #141F33;
  position: relative;
}
.component-card .title-name::after {
  content: '';
  width: 11px;
  height: 21px;
  background: var(--color);
  background: url(/assets/images/common/icon-right.png) no-repeat center center;
  background-size: 11px auto;
  position: absolute;
  left: -20px;
  top: 0;
}
.component-card .title .more {
  line-height: 21px;
  font-size: 14px;
  color: #8B919F;
  cursor: pointer;
}
.component-card .title .more:hover {
  color: #0071DF;
}
.component-card .card-content {
  padding: 24px 16px;
}
.component-card .card-content .swiper-wrapper {
  transition-timing-function: linear;
}
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 18px;
  font-size: 14px;
  color: #8B919F;
}
.breadcrumb-item:hover {
  color: #0071DF;
}
.breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
.breadcrumb-item:first-child:hover {
  color: #0071DF;
}
.breadcrumb-item:last-child {
  color: #323647;
}
.breadcrumb-item:last-child:hover {
  color: #323647;
}
