body {
  min-width: 1400px;
}
.Store .bx {
  width: 1200px;
  margin: 0 auto;
}
.Store .banner {
  height: 820px;
  width: 100%;
  background: url('../../img/product/Store/banner_bg.jpg?v=202207011') no-repeat center;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 210px;
  box-sizing: border-box;
  overflow: hidden;
}
.Store .banner .bx {
  width: 1100px;
}
.Store .banner h3 {
  width: 710px;
  font-size: 54px;
  text-align: left;
  color: #fff;
  display: flex;
  line-height: 50px;
  margin-top: 5px;
  letter-spacing: 4px;
}
.Store .banner ul {
  width: 100%;
  height: 102px;
  margin-top: 76px;
  margin-left: 10px;
}
.Store .banner li {
  display: block;
  width: 102px;
  height: 102px;
  background: url('../../img/product/Store/banner_list.png') no-repeat center;
  margin: 0 19px;
  color: #fff;
  font-size: 24px;
  float: left;
  font-weight: bold;
  padding-top: 22px;
  text-align: center;
}
.Store .banner li:nth-child(1) {
  margin-left: 0;
}
.Store .banner i {
  clear: both;
}
.Store .banner .register {
  margin-top: 115px;
  text-align: left;
  margin-left: 5px;
  letter-spacing: 1px;
}
.Store .banner .register a {
  display: inline-block;
  width: 188px;
  height: 49px;
  border: 1px solid #ec6d46;
  color: #ec6d46;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  border-radius: 49px;
}
.Store .banner .register a:hover {
  background: #ec6d46;
  color: #fff;
}
.Store .pain_point {
  width: 100%;
  height: 650px;
  padding-top: 100px;
}
.Store .pain_point h2 {
  font-size: 40px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 39px;
}
.Store .pain_point .content {
  width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Store .pain_point .content .item {
  width: 280px;
  height: 180px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #cccccc;
  overflow: hidden;
  background-size: 100% 100%;
  float: left;
}
.Store .pain_point .content .item1 {
  height: 375px;
  margin-left: 50px;
  background: url('../../img/product/Store/td_1.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item2 {
  background: url('../../img/product/Store/td_2.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item3 {
  background: url('../../img/product/Store/td_3.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item4 {
  background: url('../../img/product/Store/td_4.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item5 {
  background: url('../../img/product/Store/td_5.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item6 {
  background: url('../../img/product/Store/td_6.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item7 {
  background: url('../../img/product/Store/td_7.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item1:hover {
  background: url('../../img/product/Store/td_01.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item2:hover {
  background: url('../../img/product/Store/td_02.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item3:hover {
  background: url('../../img/product/Store/td_03.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item4:hover {
  background: url('../../img/product/Store/td_04.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item5:hover {
  background: url('../../img/product/Store/td_05.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item6:hover {
  background: url('../../img/product/Store/td_06.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .item7:hover {
  background: url('../../img/product/Store/td_07.png') no-repeat center;
  background-size: cover;
}
.Store .pain_point .content .title {
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
  margin-top: 34px;
  margin-left: 27px;
  letter-spacing: 1px;
}
.Store .flow {
  width: 100%;
  height: 625px;
  background-color: #f9fafc;
}
.Store .flow h2 {
  font-size: 40px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.Store .flow h2 span {
  font-size: 15.3px;
  margin-left: 8px;
}
.Store .flow .content {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: 66px;
}
.Store .flow .content .video {
  width: 215px;
  height: 461px;
  background: url('../../img/product/Store/flow_videobg.png') no-repeat center;
  background-size: cover;
  margin-bottom: 7px;
}
.Store .flow .content .video video {
  width: 190px;
  height: 430px;
  margin: 10px;
  border-radius: 20px;
  object-fit: cover;
}
.Store .flow .content .img {
  text-align: center;
  margin-left: 36px;
  margin-right: 25px;
}
.Store .flow .content .text {
  width: 295px;
  height: 560px;
  background: url('../../img/product/Store/flow_bg1.png') no-repeat center;
  background-size: cover;
}
.Store .flow .content .text .title {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  margin: 70px 0 66px 26px;
  letter-spacing: 0.5px;
}
.Store .flow .content .text .item {
  margin-top: 13px;
  margin-left: 23px;
  letter-spacing: 0.2px;
}
.Store .flow .content .text .item .order {
  text-align: left;
  width: 15px;
  height: 61px;
  float: left;
  margin-top: 3px;
}
.Store .flow .content .text .item .order img {
  margin-top: 6px;
}
.Store .flow .content .text .item .message {
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 30px;
  margin-left: 25px;
  opacity: 0.9;
}
.Store .product {
  width: 100%;
  height: 880px;
  padding-top: 85px;
}
.Store .product h2 {
  font-size: 40px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 22px;
}
.Store .product h3 {
  font-size: 20px;
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 36px;
}
.Store .product .title-content {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Store .product .title-content .product_item {
  width: 140px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-bottom: 4px solid #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 40px;
}
.Store .product .title-content .product_item:hover {
  color: #ec6d46;
  border-bottom: 4px solid #ec6d46;
}
.Store .product .title-content .product_item-checked {
  color: #ec6d46;
  border-bottom: 4px solid #ec6d46;
}
.Store .product .panel-content {
  margin: 0 auto;
  padding-top: 61px;
  background-color: #f9fafc;
  width: 100%;
  height: 600px;
}
.Store .product .prodct_content {
  display: none;
  width: 1200px;
  margin: 0 auto;
}
.Store .product .prodct_content .content-box {
  width: 1200px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
}
.Store .product .prodct_content .content-box .textbox {
  margin-left: 80px;
  margin-top: 44px;
}
.Store .product .prodct_content .content-box .textbox span {
  font-size: 24px;
  font-weight: 700;
  color: #ec6b43;
  margin-left: -15px;
}
.Store .product .prodct_content .content-box .textbox ul {
  padding-top: 32px;
}
.Store .product .prodct_content .content-box .textbox ul li {
  list-style: disc;
  font-size: 17px;
  margin-bottom: 30px;
  color: #363434;
}
.Store .product_value {
  height: 600px;
  padding-top: 89px;
  background-color: #fff;
}
.Store .product_value h2 {
  font-size: 40px;
  color: #1b1b1b;
  margin-bottom: 42px;
  text-align: center;
}
.Store .product_value .content {
  height: 374px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
  background: url('../../img/product/Store/value_bg.png') no-repeat center;
  background-size: 100% 600px;
}
.Store .product_value .content .content_box {
  width: 1200px;
  height: 374px;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.Store .product_value .content .content_box .box {
  width: 400px;
  height: 187px;
  padding-top: 30px;
  padding-left: 50px;
  transition: all 1s;
  border: 0.1px solid #3c3d40;
}
.Store .product_value .content .content_box .box p {
  font-size: 24px;
  color: #fff;
}
.Store .product_value .content .content_box .box img {
  width: 30px;
  padding-top: 55px;
}
.Store .product_value .content .content_box .content_list {
  position: relative;
  width: 1200px;
  height: 376px;
  top: -760px;
  left: -1200px;
  display: none;
}
.Store .product_value .content .content_box .content_list h4 {
  font-size: 30px;
  color: #fff;
  text-align: left;
  padding-top: 80px;
  padding-left: 45px;
  font-weight: bold;
}
.Store .product_value .content .content_box .content_list p {
  font-size: 20px;
  padding-left: 45px;
  color: #fff;
  text-align: left;
  padding-top: 98px;
  line-height: 35px;
  letter-spacing: 1px;
}
.Store .product_value .content .content_box .content_list span {
  font-weight: bold;
}
.Store .product_value .content .content_box .box_bg1 {
  background: url('../../img/product/Store/jz_01.png') no-repeat center;
  background-size: cover;
}
.Store .product_value .content .content_box .box_bg2 {
  background: url('../../img/product/Store/jz_02.png') no-repeat center;
  background-size: cover;
}
.Store .product_value .content .content_box .box_bg3 {
  background: url('../../img/product/Store/jz_03.png') no-repeat center;
  background-size: cover;
}
.Store .product_value .content .content_box .box_bg4 {
  background: url('../../img/product/Store/jz_04.png') no-repeat center;
  background-size: cover;
}
.Store .product_value .content .content_box .box_bg5 {
  background: url('../../img/product/Store/jz_05.png') no-repeat center;
  background-size: cover;
}
.Store .product_case {
  height: 1020px;
  padding-top: 50px;
  background-color: #fff;
}
.Store .product_case h2 {
  font-size: 40px;
  color: #1b1b1b;
  margin-bottom: 46px;
  text-align: center;
}
.Store .product_case .content {
  height: 880px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  background: url('../../img/product/Store/case_bg.png') no-repeat center;
  background-size: cover;
  padding-left: 10px;
}
.Store .product_case .content .item {
  width: 343px;
  height: 731px;
  margin-left: 34px;
  margin-top: 64px;
  padding: 22px 0;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.Store .product_case .content .item .s1 {
  font-size: 20px;
  color: #fff;
  margin-top: 22px;
  margin-left: 32px;
  position: absolute;
  letter-spacing: 1px;
}
.Store .product_case .content .item .s2 {
  font-size: 14px;
  color: #999;
  margin-top: 98px;
  margin-left: 201px;
  position: absolute;
  line-height: 14px;
  letter-spacing: 0.8px;
}
.Store .product_case .content .item1 {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  background: url('../../img/product/Store/case_01.png') no-repeat center;
  background-size: cover;
}
.Store .product_case .content .item1 .s1 {
  margin-left: 37px;
}
.Store .product_case .content .item2 {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  background: url('../../img/product/Store/case_02.png') no-repeat center;
  background-size: cover;
}
.Store .product_case .content .item3 {
  background: url('../../img/product/Store/case_03.png') no-repeat center;
  background-size: cover;
}
.Store .across {
  height: 184px;
  padding-top: 36px;
  background: url('../../img/product/Store/across_bg.png') no-repeat center;
  background-size: cover;
}
.Store .across h3 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 2.5px;
}
.Store .across a {
  height: 46px;
  line-height: 46px;
  margin-top: 35px;
  letter-spacing: 1px;
}
