@charset "UTF-8";
body {
  background-color: #fafafa;
}

/**！swiper展示轮播图  */
.swiper-container {
  height: 186px;
  background-color: blue;
  margin-bottom: 21px;
}
.swiper-container img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  -o-object-position: center;
  object-position: center;
}

/*! 百宝箱 */
.treasure-chest-container {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(28, 32, 137, 0.1);
  height: 489px;
  overflow: hidden;
}
.treasure-chest-container .title {
  margin: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #2a4292;
}
.treasure-chest-container .input-container > div {
  margin: 0 15px 15px;
}
.treasure-chest-container .input-container > div > div:not(.btn) {
  width: 50%;
}
.treasure-chest-container .input-container > div > div:not(.btn):last-child {
  margin-left: 5%;
}
.treasure-chest-container .input-container > div:last-child > div:first-child {
  width: 60%;
}
.treasure-chest-container .input-container > div input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 90%;
  height: 27px;
  background: #f0f0f0;
  border-radius: 4px;
}
.treasure-chest-container .input-container > div:last-child input {
  width: 100%;
}
.treasure-chest-container .input-container .number-input-font {
  font-size: 20px;
  font-weight: normal;
  color: rgba(110, 160, 252, 0.36);
  text-indent: 2em;
}
.treasure-chest-container .input-container .number-input-font_title {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.treasure-chest-container .input-container .btn {
  bottom: 3px;
  right: 0;
  line-height: 26px;
  width: 85px;
  height: 26px;
  background: #2a4292;
  border-radius: 15px;
}
.treasure-chest-container .icon_container {
  bottom: 0;
  width: 100%;
  height: 274px;
  box-shadow: 0px 0px 7px 0px rgba(28, 32, 137, 0.1);
  white-space: normal;
}
.treasure-chest-container .icon_container > div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: calc((100%) / 3);
  display: inline-block;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #2a4292;
}
.treasure-chest-container .icon_container > div:nth-child(3n) {
  border-right: none;
}
.treasure-chest-container .icon_container > div:nth-child(3n) + * {
  border-left: none;
}
.treasure-chest-container .icon_container img {
  width: 30px;
  height: 30px;
}
.treasure-chest-container .icon_container .text {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  color: #fff;
  margin-top: 7px;
}

.phone-img-container {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 14px 23px 13px;
  background-color: #fff;
}

.hot-articles-container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 360px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px 22px 16px;
  background-color: #fff;
}
.hot-articles-container .navs-container {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.hot-articles-container .navs-container > * {
  display: inline-block;
}
.hot-articles-container .navs-container .title {
  font-size: 18px;
  font-weight: 600;
  color: #2a4292;
}
.hot-articles-container .btns-container {
  font-size: 13px;
  color: #444;
}
.hot-articles-container .btns-container *.active, .hot-articles-container .btns-container *:hover {
  color: #ff9124;
}
.hot-articles-container .btns-container * + *::before {
  content: "|";
  color: #d6d6d6;
  margin: 0 5px;
}
.hot-articles-container .content-container > div {
  display: none;
}
.hot-articles-container .content-container > div.active {
  display: block;
}
.hot-articles-container .content-container > div .list {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
}
.hot-articles-container .content-container > div .list:hover {
  color: #2a4292;
  text-decoration: underline;
}

.guess-like-container {
  background-color: #fff;
  width: 100%;
}
.guess-like-container.recommend {
  margin-top: 15px;
}
.guess-like-container > .title {
  color: #2a4292;
  font-size: 17px;
  padding: 10px 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px dotted #979797;
}
.guess-like-container .list-container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 7px 14px;
}
.guess-like-container .list-container .list {
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
.guess-like-container .list-container .list > * {
  vertical-align: top;
  display: inline-block;
}
.guess-like-container .list-container .picture-container {
  width: 120px;
  height: 80px;
  background: #d8d8d8;
}
.guess-like-container .list-container .picture-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.guess-like-container .list-container .content-container {
  width: calc(100% - 128px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  height: 80px;
  position: relative;
  font-size: 14px;
}
.guess-like-container .list-container .title {
  white-space: normal;
  font-weight: 600;
  color: #000;
}
.guess-like-container .list-container .price {
  position: absolute;
  bottom: 0;
  font-weight: 400;
  color: #bb2c2d;
}

/*# sourceMappingURL=treasure-chest.css.map */
