.brand_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.brand_bk {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.brand_banner_text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
}
.bbt_t1 {
  font-size: 0.67rem;
  font-family: "Montserrat-Bold";
  overflow: hidden;
}
.bbt_t2 {
  font-size: 0.38rem;
  margin-top: 0.15rem;
  line-height: 1.4;
  overflow: hidden;
}
.bbt_t1 span,
.bbt_t2 span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s;
}
.bbt_t2 span {
  transition-delay: 0.2s;
}
.brand_banner_text._into .bbt_t1 span {
  transform: translateY(0%);
  opacity: 1;
}
.brand_banner_text._into .bbt_t2 span {
  transform: translateY(0%);
  opacity: 1;
}

.brand_banner_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.brand_banner_line div {
  background-color: rgb(254, 118, 0);
  width: 50%;
  height: 3px;
  margin-top: 0.06rem;
}

.company_code {
  padding: 1.2rem 1.5rem;
}
.company_code_title {
  font-size: 0.5rem;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.company_code_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.ccm_left {
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ccm_left div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.ccm_left img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translate(0.2rem, 0rem) scale(1.01);
  transition: all 1s;
  transition-delay: 0.2s;
}
.ccm_left._into img {
  transform: translate(0rem, 0rem) scale(1);
  clip-path: polygon(-180% 0, 100% 0, 100% 100%, -110% 100%);
}
.ccm_right {
  width: 36%;
  margin-top: 0.2rem;
}
.ccmrm_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ccmrm_tab_t {
  font-size: 0.26rem;
  color: #666;
}
.ccmrm_tab_t span {
  font-family: "Montserrat-Bold";
}
.ccmrm_tab_i {
  position: relative;
}
.ccmrm_tab_i img {
  width: 0.2rem;
}
.ccmrm_tab_i img:nth-of-type(1) {
  position: relative;
  opacity: 1;
}
.ccmrm_tab_i img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ccmrm_more {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  position: relative;
  overflow: hidden;
  width: 80%;
  transform: translateY(0.7rem);
  opacity: 0;
  transition: all 0.7s;
}
.ccmrm_more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0.5rem;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0;
}
.ccm_right_min.active .ccmrm_tab_i img:nth-of-type(1) {
  opacity: 0;
}
.ccm_right_min.active .ccmrm_tab_i img:nth-of-type(2) {
  opacity: 1;
}

.ccm_right_min {
  padding-bottom: 0.5rem;
}
.ccm_right_min.active {
  padding-bottom: 0rem;
}
.ccm_right_min.active .ccmrm_more {
  padding-bottom: 1rem;
  transform: translateY(0);
  opacity: 1;
}
.ccm_right_min.active .ccmrm_more::after {
  opacity: 1;
  transition: all 2s;
}
.ccm_right_min.close .ccmrm_more {
  height: 0;
}
.ccmrm_tab .ccmrm_tab_t {
  transition: all 0.6s;
}
.ccmrm_tab:hover .ccmrm_tab_t,
.ccm_right_min.active .ccmrm_tab_t {
  transform: translateX(0.25rem);
}
.ccm_right_min.active .ccmrm_tab_t {
  color: #000;
}

.ccj_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
  height: 1.2rem;
  width: 45%;
  cursor: pointer;
  font-size: 0.24rem;
  transition: all 1s;
}
.ccj_btn img {
  width: 0.25rem;
  transition: all 0.5s;
}
.company_code_jump {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.ccj_btn_l img {
  transform: rotate(180deg);
}
.ccj_btn:hover {
  border-top: 1px solid rgb(255, 128, 3);
  border-bottom: 1px solid rgb(255, 128, 3);
  font-size: 0.26rem;
  color: #000;
}
.ccj_btn:hover img {
  transform: translateX(0.5rem);
}
.ccj_btn_l:hover img {
  transform: rotate(180deg) translateX(0.5rem);
}

.overview_line div {
  width: 0.4rem;
  background-color: rgb(254, 118, 0);
  height: 4px;
  margin: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.7s ease-out;
}

.overview_line._into div {
  transform: scaleX(1);
}

.overview_line._into div:nth-child(2) {
  transition-delay: 0.2s;
}

.overview_line._into div:nth-child(3) {
  transition-delay: 0.4s;
}

/* Fix for image animations */
.hbt_min_t1 img {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.hbt_min:hover .hbt_min_t1 img,
.history_box._into .hbt_min_t1 img {
  opacity: 1;
}

/* Fix swiper container for mobile */
.hbt_sw {
  overflow: visible;
}

.history_box {
  padding: 1rem 0 1rem 1rem;
}
.history_box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.hbt_title {
  font-size: 0.4rem;
  font-family: "Montserrat-Regular";
  font-weight: bold;
}
.his_car {
  width: 0.6rem;
  transition: all 0.5s;
}
.history_year_num {
  display: flex;
}

.history_box {
  background-color: rgba(247, 247, 247, 1);
}
.history_box_bottom {
  /* display: flex; */
  overflow: hidden;
}
.hbt_min {
  padding: 0.4rem;
  background-color: #fff;
  width: 23vw;
  flex-shrink: 0;
  margin-right: 4vw;
  position: relative;
}
.hbt_min:nth-last-of-type(1) {
  margin-right: 0;
}
.hbt_min::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  right: -2vw;
  top: 0;
}
.hbt_min:nth-last-of-type(1)::after {
  width: 0px;
}
.history_box_bottom {
  margin-top: 0.5rem;
}
.hbt_min_y {
  font-size: 0.6rem;
  margin-top: 0.3rem;
}
.hbt_min_t1 {
  margin-top: 0.5rem;
  font-size: 0.28rem;
}
.hbt_min_t2 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  height: 1rem;
}
.hbt_min {
  transition: all 0.66s;
}
.hbt_min:hover {
  box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 5%);
  transform: translate(-2px, -2px);
  background-color: rgb(119, 122, 127);
  color: #fff;
}

.history_box_top {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
}
.history_box_bottom {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.5s;
}
.history_box._into .history_box_top,
.history_box._into .history_box_bottom {
  transform: translateY(0rem);
  opacity: 1;
}

@media (max-width: 767px) {
  .history_box {
    padding: 1rem 0 0rem 0.5rem;
    overflow: hidden;
  }
  .hbt_min {
    width: 72vw;
    margin-right: 5vw;
  }
  .hbt_min::after {
    right: -5vw;
    width: 0;
  }
  .hbt_min_t1 {
    margin-top: 1rem;
    font-size: 0.42rem;
    font-family: "Montserrat-Bold";
  }
  .hbt_min_t2 {
    font-size: 0.3rem;
  }

  .history_box_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .history_year_tab {
    margin-top: 0.3rem;
  }
  .history_box_bottom {
    margin-top: 0.6rem;
  }
  .his_car {
    width: 0.8rem;
  }
  /* .history_year_tab{
		width: calc(100vw - 0.5rem);
		overflow-x: scroll;
	} */
  .history_year_num {
    transition: all 0.5s;
  }
  .hbt_min_y {
    font-family: "Montserrat-Regular";
    font-weight: bold;
    font-size: 0.72rem;
  }

  .company_code_jump {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
  }
  .ccj_btn {
    padding: 0 0.3rem;
    height: 1.2rem;
    width: 48%;
    cursor: pointer;
    font-size: 0.24rem;
    transition: all 1s;
    position: relative;
    /* border-top: 0px solid rgba(0, 0, 0, 0.1) !important;
		border-bottom: 0px solid rgba(0, 0, 0, 0.1) !important; */
  }
  .ccj_btn_l:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    display: block;
    background-color: #000;
    opacity: 0;
  }
  .ccj_btn:hover {
    font-size: 0.26rem;
  }
  .ccj_btn:hover img {
    transform: translateX(0.2rem);
  }
  .ccj_btn_l:hover img {
    transform: rotate(180deg) translateX(0.2rem);
  }
  .ccj_btn:hover {
    /* border-top: 0px solid transparent;
    border-bottom: 0px solid transparent; */
    font-size: 0.26rem;
    color: #000;
  }
  .brand_banner_text._into .bbt_t1 span {
    transform: translateY(0%);
    opacity: 1;
    margin-bottom: 4rem;
  }
  .brand_banner_text {
    top: 45%;
  }
  .hbt_min_t1 img {
    opacity: 1;
  }
  .hbt_sw {
    width: 100%;
    overflow: hidden;
  }
  .nav-a {
    margin-right: 0.5rem;
    padding: 0.15rem 0.1rem;
  }
}

.history_year_tab {
  width: auto;
}
.hbt_sw {
  width: 23.5%;
  margin-left: 0;
  overflow: initial;
}
#top {
  display: block;
  position: relative;
  top: 0.12rem;
  z-index: 50;
  width: 100%;
}
.nav {
  position: relative;
  height: 0.5rem;
}
.nav-list {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-a {
  color: #505050;
  text-decoration: none;
  font-size: 0.24rem;
  margin: 0px;
  margin: 0 15px;
  line-height: 0.5rem;
  display: inline-block;
  width: auto !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #000;
  opacity: 0.5;
}
.nav-a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(254, 118, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.selected {
  opacity: 1;
  position: relative;
}
@media (min-width: 721px) {
  .nav-a:hover {
    opacity: 1;
  }
}

.selected::after {
  opacity: 1;
}
#top ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}
.no_more {
  height: 2rem;
  display: none;
}

@media (max-width: 767px) {
  .hbt_min_t2 {
    height: 1.8rem;
  }
  .history_box_top {
    padding-right: 0;
  }
  .history_year_tab {
    width: 100%;
  }
  .hbt_sw {
    width: 75%;
  }
  #top {
    padding-right: 0.5rem;
    width: 100%;
  }
  .nav-a {
    margin-right: 0.5rem;
    margin-left: 0;
    font-size: 0.32rem;
  }
  .cct_t1 {
    font-size: 0.5rem;
  }
  .cct_t2 {
    font-size: 0.28rem;
  }
  .car_course_swiper .swiper-slide img {
    margin-top: -0.7rem;
  }
  .ccs_text {
    font-size: 0.18rem;
    width: 80%;
  }
}
