.flagship_solution {
  background: #fff;
  padding: 64px 0 48px;
  display: flex;
  justify-content: center;
}
.flagship_solution_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flagship_title {
  height: 50px;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
.flagship_title span {
  position: relative;
  z-index: 2;
}
.flagship_title img {
  width: 163px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(6px, 3px);
  z-index: 1;
}
.flagship_solution_content_box {
  padding-top: 28px;
  width: 100%;
}
.flagship_solution_content_box_line {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
  justify-content: space-between;
}
.flagship_solution_item {
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 3px 20px 0px rgba(43, 22, 6, 0.08);
  border: 1px solid #FFFFFF;
}
.flagship_solution_item_normal {
  width: 387px;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 32px;
  box-sizing: border-box;
  border-radius: 4px;
}
.flagship_solution_item_normal_name {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flagship_solution_item_normal_name img {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}
.flagship_solution_item_normal_name span {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.animate__animated.animate__fadeIn {
  --animate-duration: 2s;
}
.flagship_solution_item_normal_bg {
  width: 387px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.d_none {
  display: none !important;
}
.flagship_solution_item_special {
  width: 640px;
  height: 400px;
  position: relative;
  box-sizing: border-box;
  padding: 48px 232px 0 28px;
}
.flagship_solution_item_special > .flagship_solution_item_normal_name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}
.flagship_solution_item_special > .flagship_solution_item_normal_name img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.flagship_solution_item_special > .flagship_solution_item_normal_name span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.flagship_solution_item_act {
  transition: all 0.5s;
}
.flagship_solution_item_act > .flagship_solution_item_special {
  animation-direction: normal;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-name: changeWidthBig;
  animation-timing-function: ease-in-out;
}
.flagship_solution_item_small {
  border-radius: 4px;
  transition: all 0.5s;
}
.flagship_solution_item_small > .flagship_solution_item_special {
  animation-direction: normal;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-name: changeWidthSmall;
  animation-timing-function: ease-in-out;
}
@keyframes changeWidthBig {
  0% {
    width: 387px;
    /* opacity: 0; */
  }
  65% {
    width: 640px;
    /* opacity: 0.1; */
  }
  100% {
    width: 640px;
    /* opacity: 1; */
  }
}
@keyframes changeWidthSmall {
  0% {
    width: 387px;
  }
  50% {
    width: 148px;
  }
  100% {
    width: 148px;
  }
}
.flagship_solution_item_small > .solution1 {
  background: url('../img/store_new/solution1_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution1 {
  background: url('../img/store_new/solution1.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_small > .solution2 {
  background: url('../img/store_new/solution2_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution2 {
  background: url('../img/store_new/solution2.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_small > .solution3 {
  background: url('../img/store_new/solution3_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution3 {
  background: url('../img/store_new/solution3.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_small > .solution4 {
  background: url('../img/store_new/solution4_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution4 {
  background: url('../img/store_new/solution4.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_small > .solution5 {
  background: url('../img/store_new/solution5_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution5 {
  background: url('../img/store_new/solution5.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_small > .solution6 {
  background: url('../img/store_new/solution6_s.jpg') no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.solution6 {
  background: url('../img/store_new/solution6.png');
  background-position: right;
  border-radius: 4px;
}
.flagship_solution_item_special_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flagship_solution_item_special_des {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flagship_solution_item_special_des p {
  font-size: 30px;
  padding-bottom: 32px;
  color: #333;
  font-weight: 600;
}
.flagship_solution_item_special_des span {
  font-size: 22px;
  color: #666666;
}
.pop_list {
  width: 320px;
  height: 320px;
  background: url(../img/bg-solution_list.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 100;
  color: #fff;
  opacity: 0;
  filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pop_list h3 {
  text-align: center;
  font-weight: normal;
  padding-top: 50px;
}
.pop_list h3 span {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0 auto;
  background: url(../img/bg-icon2.png) no-repeat;
  background-position: -139px 6px;
}
.pop_list h3 span.bg_icon_02 {
  background-position: 2px -80px;
}
.pop_list h3 span.bg_icon_03 {
  background-position: -156px -80px;
}
.pop_list h3 span.bg_icon_04 {
  background-position: -78px -80px;
}
.pop_list h3 span.bg_icon_05 {
  background-position: -232px -80px;
}
.pop_list h3 span.bg_icon_06 {
  background-position: -221px 0;
}
.pop_list p {
  padding: 15px 65px 0 65px;
  font-size: 14px;
  line-height: 1.8;
}
.pop_list h3 p {
  font-size: 16px;
  padding: 0;
}
.flagship_store {
  background: url('../img/store_new/example_bg.png') no-repeat center;
  background-size: cover;
  height: 700px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flagship_store h2 {
  color: #fff;
  background: url(../img/bg-title_line_w_l.jpg) no-repeat top center;
  margin-bottom: 45px;
  margin-top: 0;
}
.flagship_store .inner {
  position: relative;
}
.swiper-container {
  height: 379px;
  overflow-y: hidden;
}
.swiper-container a {
  display: block;
  position: relative;
}
.swiper-container a div {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 26px;
  right: 30px;
  background: url(../img/icon-swiper_arrow.png) no-repeat top center;
}
.swiper-container a:hover div {
  background: url(../img/icon-swiper_arrow_hover.png) no-repeat top center;
}
/*
.pagination {
  position: absolute;
  top: 176px;
  right: -80px;
}
*/
.pagination {
  padding: 22px 0 0 116px;
  width: 100%;
}
.pagination span {
  display: inline-block;
  width: 220px;
  height: 110px;
  border-radius: 0;
  opacity: 1;
  margin-right: 23px;
}
.pagination > .swiper-pagination-bullet-active {
  border: 2px solid #f09b56;
}
.pagination > .swiper-pagination-switch {
  cursor: pointer;
  /* border: 2px solid #525050; */
}
.pagination > .swiper-active-switch {
  border: 2px solid #f09b56;
}
/*
.swiper-pagination-switch {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #ccc;
  margin: 0 0 15px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #f09b56;
}
*/
.classify_store {
  padding: 30px 0 90px 0;
  background: #f8f8f8;
}
.classify_store h2 {
  border-top: 1px solid #525050;
}
.classify_store h2 p {
  height: 48px;
  text-align: left;
  padding-left: 100px;
  line-height: 48px;
  margin-top: -1px;
  background: url(../img/bg-classify_store.jpg) no-repeat top left;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.classify_store h2 p span {
  font-size: 14px;
}
.classify_store ul {
  padding-bottom: 30px;
}
.classify_store ul li {
  float: left;
  margin-right: 14px;
  margin-top: 68px;
  
}
.classify_store ul li.mr0 {
  margin-right: 0;
}
.classify_store ul li a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.classify_store ul li  a:hover {
  -webkit-box-shadow: 0 0 55px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 55px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 55px -14px rgba(0, 0, 0, 0.75);
}
.classify_store ul li div {
  position: absolute;
  top: 4px;
  left: 4px;
  background: url(../img/bg-classify_store_name.png) no-repeat top left;
  width: 376px;
  height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 47px;
  filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.classify_store ul li p {
  background: url(../img/bg-classify_store_name.png) no-repeat top left;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 88px;
  left: 117px;
  color: #fff;
  font-size: 16px;
}
.classify_store ul li span {
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -38px;
}
.classify_store ul li a:hover div {
  filter:alpha(opacity=100); /* IE */  
  -moz-opacity:1; /* 老版Mozilla */  
  -khtml-opacity:1; /* 老版Safari */  
  opacity: 1; /* 支持opacity的浏览器*/  
}


.topswiper {
  width: 100%;
  position: relative;
  /* height: 850px; */
}
.topswiper img {
  width: 100%;
  /* height: 850px;  */
}
.topswiper-container {
  /* height: 850px; */
  width: 100%;
}
.topswiper_pagination {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.topswiper_pagination span {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
}
.topswiper_pagination > .swiper-pagination-switch {
  cursor: pointer;
}
.topswiper_pagination > .swiper-active-switch {
  background: #fff;
}
.flagship_swiper {
  width: 100%;
  height: 900px;
  background: url('../img/store_new/swiper_bg.png') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  box-sizing: border-box;
}
.flagship_swiper_tab {
  padding-top: 40px;
  display: flex;
  width: 900px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.flagship_swiper_tab_item {
  cursor: pointer;
  padding: 0px 16px;
  height: 41px;
  line-height: 41px;
  border-radius: 22px;
  background: #fff;
  font-size: 18px;
  color: #999;
}
.flagship_swiper_tab_item_act {
  background: linear-gradient(109deg, #FFB37F 0.16%, #FF7B0D 98.66%);
  color: #fff;
}
.flagship_swiper_box {
  padding-top: 68px;
  overflow: hidden;
}
.store_swiper {
  width: 900px;
  height: 520px;
}
.store_swiper_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
}
.store_swiper_screen {
  width: 240px;
  height: 520px;
  border: 2px solid #000;
  border-radius: 22px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.store_swiper_content {
  width: 660px;
  padding: 55px 90px 55px 60px;
  box-sizing: border-box;
  border-radius: 0px 16px 16px 0px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(5px);
  height: 460px;
}
.store_swiper_title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 16px;
}
.store_swiper_title img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.store_swiper_des {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  height: 110px;
  overflow-y: auto;
  padding-right: 12px;
}
.store_swiper_content > ::-webkit-scrollbar {
  width: 6px;
}
.store_swiper_content > ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.30);
}
.store_swiper_bottom {
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.store_swiper_bottom_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store_swiper_bottom_code {
  width: 100px;
  height: 100px;
  border: 12px solid #fff;
}
.store_swiper_bottom_left_scan {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  padding-top: 5px;
}
.icon_scan {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.store_swiper_bottom_right {
  display: flex;
  align-items: center;
}
.store_swiper_bottom_right img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.store_swiper_bottom_right div {
  padding: 0 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50);
}