.swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle; }

.slider-title {
  position: absolute;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  color: #000;
  top: 40px;
  left: 40px;
  z-index: 10000; }

.thumbnail {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.thumbnail.active {
  border: 1px solid #000; }

.base-info {
  margin-bottom: 118px; }

.info {
  background-color: #fffcf7;
  padding: 100px 55px 0 55px; }
  .info .tile-title {
    font-size: 30px;
    font-family: SourceHanSansCN-Heavy;
    color: #000;
    margin-bottom: 25px; }
  .info .like, .info .like:hover, .info .like:active {
    border: none;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    outline: none;
    background-color: #fffcf7;
    padding: 0;
    margin-bottom: 70px; }
  .info .attr .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    .info .attr .item .label {
      font-family: SourceHanSansCN-Bold;
      font-size: 20px;
      color: #000; }
    .info .attr .item .value {
      font-family: SourceHanSansCN-Light;
      font-size: 16px;
      color: #666666; }
  .info .notice {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #e06529;
    margin-bottom: 55px; }
  .info .options {
    margin-bottom: 30px; }
    .info .options h3 {
      font-family: SourceHanSansCN-Regular;
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 20px;
      color: #000; }
  .info .dispatch {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    letter-spacing: 2px; }
    .info .dispatch span {
      font-family: SourceHanSansCN-Bold;
      display: inline-block;
      padding: 2px 5px;
      background-color: #666;
      color: #fff;
      letter-spacing: 0;
      border-radius: 3px;
      margin-right: 3px; }

.st1 {
  font-size: 18px; }

.btn-link {
  color: #777;
  display: flex;
  justify-content: space-between; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #777; }

.card {
  border: none;
  margin-bottom: 20px; }
  .card .card-header {
    border-bottom: none;
    background-color: #f7f7f7; }
  .card .card-body {
    background-color: #f7f7f7; }

.download-wrapper {
  background-color: #f7f7f7;
  padding: .75rem 1.25rem; }
  .download-wrapper .download {
    display: flex;
    justify-content: space-between; }

.spec {
  color: #707070;
  font-size: 14px; }

.params .row {
  padding: 15px 0;
  color: #707070; }
  .params .row:first-child {
    color: #000;
    border-bottom: 1px solid #000; }

.notice-description {
  color: #707070; }

.multiple-items1 .slick-arrow {
  position: absolute;
  display: none !important;
  top: 50%;
  color: #626262 !important;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0);
  border: none; }
  .multiple-items1 .slick-arrow:focus, .multiple-items1 .slick-arrow:active {
    border: none;
    outline: none;
    box-shadow: none; }
.multiple-items1 .slick-prev {
  left: 20px;
  z-index: 10000; }
.multiple-items1 .slick-next {
  right: 20px; }

.multiple-items1:hover .slick-arrow {
  display: block !important; }

.math-area {
  background-color: #f3f3f3;
  padding: 2rem; }
  .math-area .top, .math-area .bottom, .math-area .center {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .math-area .top {
    font-size: 35px;
    font-weight: bold; }
  .math-area .center {
    font-size: 18px;
    color: #231f20; }
  .math-area .bottom {
    font-size: 14px;
    color: #a3a3a3; }
  .math-area .add-btn {
    display: flex;
    justify-content: center; }
  .math-area button {
    margin-top: 2rem;
    cursor: not-allowed;
    background-color: #a3a3a3;
    color: #e0e0e0;
    border: 0;
    opacity: .5;
    font-size: 18px;
    text-align: center;
    width: 500px;
    padding: .5rem 0; }
    .math-area button.active {
      background-color: #fff;
      color: #000;
      border: 1px solid currentColor;
      cursor: pointer;
      opacity: 1; }
  .math-area input, .math-area input:hover, .math-area input:focus, .math-area input:active {
    border-style: solid;
    border-width: 0 0 1px 0;
    outline: none;
    width: 100%;
    max-width: 120px;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: inherit;
    background-color: #f3f3f3; }
  .math-area select {
    background-color: #f3f3f3;
    color: #a3a3a3; }

@media (min-width: 1024px) {
  .slick-dots {
    display: block;
    bottom: 30px; } }

/*# sourceMappingURL=site-detail.css.map */
