.cover {
  width: 60%;
}

.content .detail {
  /* display: flex; */
  /* align-items: center; */
  /* margin: 0 auto; */
  /* width: 90%; */
  margin-bottom: 12px;
}

.detail .img-url {
  width: 711px;
  max-width: 50%;
}

.detail .img-url img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail .info {
  display: flex;
  align-items: center;
  width: 100%;
  /* flex-direction: column; */
  /* width: 40%; */
}

.detail .info-list {
  text-align: center;
}

.talent-second-line {
  margin-bottom: 16px;
  text-align: center;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.hrline {
  border-color: #c6c6c6;
  margin: 12px auto 14px;
  width: 100%;
}

.info-list > li {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
}

.info-list > li:first-child {
  /* margin-left: 40px; */
}

.info-list > li > span {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

/* .info-list > li span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto 0;
} */

.look-book img {
  object-fit: cover;
  height: 100%;
}

.look-book tr {
  display: flex;
}

.look-book th,
.look-book td {
  flex: 1;
}

@media screen and (max-width: 640px) {
  .content .detail {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }

  .detail .img-url {
    width: 55%;
    max-width: 55%;
  }

  .detail .info {
    width: 45%;
  }

  .info-list > li > span {
    width: 60px;
  }
}

@media (min-width: 768px) {
  .mcontainer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mcontainer {
    width: 970px;
  }

  .info-list > li:first-child {
  }
}

@media (min-width: 1200px) {
  .mcontainer {
    width: 1170px;
  }
}

.mcontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
