@charset "utf8";
@import url("./common.css");
.main {
  background-color: #000;
  width: 100%;
  /* height: 6rem; */
}
.main .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.main .box .row {
  width: 100%;
  display: flex;
}
.item {
  width: 50%;
  position: relative;
}
.item img {
  width: 100%;
  height: 100%;
}
.item-cn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.4rem 1rem 0.45rem 0.45rem;
  /* padding-left:  0; */
  padding-left:  0.52rem;
  padding-right: 0.52rem;
  width: 100%;
  height: 100%;
  text-align: right;
}

.item_title {
  font-size: 0.38rem;
  line-height: 0.5rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.item_content {
  color: #c7c7c7;
  font-size: 0.22rem;
  line-height: 0.45rem;
}

.item_btn {
  position: absolute;
  right: 0.5rem;
  bottom: 0.47rem;
}
/* .item_btn .Sub-page-button {
  width: 1.62rem;
} */
.main .row:nth-child(2n) {
  /* border: .01rem solid red; */
  flex-direction: row-reverse;
}
.main .row:nth-child(2n) .item-cn {
  text-align: left;
  padding: 0.35rem 0.45rem 0.45rem 1rem;
  padding-left: .5rem;
}

/******************/
.brand {
  padding-bottom: .95rem;
}
.brand .brand_title {
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.53rem;
}

#brand_list {
  width: 100%;
  height: 1.4rem;
  overflow: hidden;
}
#brand_list ul li {
  float: left;
  margin-right: .27rem;
  width: 1.9rem;
}

.brand .line-text {
  text-align: right;
  margin-top: .25rem;
  color: #888;
  font-size: .16rem;
}

.little_story {
  display: flex;
}
.little_story_item {
  width: 50%;
  position: relative;
}
.little_story .little_story_item .little_story_title {
  font-size: 0.45rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
}
.little_story .little_story_item .little_story_content {
  font-size: 0.23rem;
  margin-left: 0.48rem;
  line-height: 0.45rem;
}

.little_story_item .pic_center {
  text-align: center;
}
.little_story_item .pic_center img {
  width: 4.13rem;
}
.little_story_item:nth-of-type(2) > img {
  width: 7.74rem;
}
.little_story_content2 {
  position: absolute;
  left: 0.56rem;
  top: 3rem;
}
.little_story_content2 p {
  font-size: 0.24rem;
  line-height: 0.45rem;
}
.little_doing_row {
  margin-top: 0.99rem;
  display: flex;
}
.little_doing_row .little_doing_item:nth-of-type(1) > img {
  width: 9.37rem;
  margin-right: 0.78rem;
}

.little_doing_row .little_doing_item .little_doing_title {
  font-size: 0.45rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
  text-align: right;
  margin-top: -2.1rem;
}

.little_doing_row .little_doing_item .little_doing_content {
  font-size: 0.23rem;
  font-weight: 400;
  line-height: 0.45rem;
  text-align: right;
}

.little_doing_item:nth-of-type(2) img {
  width: 4.65rem;
}

.story_btns {
  display: flex;
  justify-content: space-between;
  height: 2.48rem;
  padding-top: 0.69rem;
  box-sizing: border-box;
}
