.fresh-module1 {
  position: relative;
  height: 100%;
  max-height: 1004px;
}

.fresh-module1 img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 1004px;
  object-fit: cover;
}

.fresh-module1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.module1_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
}

.module1_text img {
  display: inline-block;
  height: 80px;
  width: auto;
}

.module1_text img~img {
  display: inline-block;
  height: 70px;
  width: auto;
  margin-left: 60px;
  vertical-align: super;
}

.module1_text p {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}

.module1_text>div {
  width: 400px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #FFFFFF;
  font-size: 26px;
  color: #FFFFFF;
  margin: 50px auto 0;
}

.focuser {
  height: 900px;
  position: relative;
}

.focuser ul {
  height: 100%;
  width: 100%;
}

.focuser ul li {
  height: 100%;
  position: relative;
  background: top center no-repeat;
}

.focuser ul .swiper_item1 {
  background-image: url(../images/banner.jpg);
}

.focuser ul .swiper_item2 {
  background-image: url(../images/bg-groupbuy-banner.jpg);
}

.focuser ul .swiper_item4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner04.png);
}

.focuser ul .swiper_item5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner05.png);
}

.fresh-module2,
.fresh-module3 {
  width: 1200px;
  margin: auto;
  padding-top: 40px;
}

.fresh-module2 .title {
  font-size: 68px;
  color: #266837;
  font-weight: bold;
  line-height: 1.2;
}

.fresh-module2 .row {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  line-height: 88px;
  border-radius: 20px;
  padding: 0 30px;
  background-color: #E54D30;
  margin-top: 40px;
}

.fresh-module2 .tipList {
  width: 624px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.fresh-module2 .tip {
  width: 306px;
  display: inline-block;
  font-size: 24px;
  color: #266837;
  padding: 18px 0;
  line-height: 1.1;
}

.fresh-module2 .tip span {
  font-size: 34px;
  color: #E44D30;
  line-height: 1;
}

.fresh-module2 .tip::after {
  content: "\e64e";
  display: inline-block;
  width: 26px;
  height: 36px;
  font-family: 'iconfont';
  font-size: 38px;
  color: #E44D30;
  margin-left: 2px;
}

.fresh-module2 .tip.down::after {
  transform: rotateX(-180deg);
}

.fresh-module2 .btn {
  display: inline-block;
  width: 204px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  color: #266837;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 44px;
}

.fresh-module3 .title {
  font-size: 68px;
  color: #223AA5;
  font-weight: bold;
  line-height: 90px;
  /* -webkit-text-stroke: 1px white; */
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.fresh-module3 .row {
  font-size: 30px;
  color: #42508D;
  line-height: 1.2;
  margin-top: 40px;
  letter-spacing: 0;
}

.fresh-module3 .tip {
  font-size: 24px;
  color: #42508D;
  margin-top: 80px;
  letter-spacing: 0;
}

.fresh-module3 .color1 {
  font-size: 34px;
  color: #E54D30;
}

.fresh-module3 .btn {
  display: inline-block;
  width: 204px;
  height: 64px;
  line-height: 64px;
  border-radius: 10px;
  background-color: #4B4DD9;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}


.index_title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #FF0000;
  z-index: 5;
}

.index_title_box h2 {
  font-size: 80px;
  font-weight: bold;
  color: #267301;
  white-space: nowrap;
}

.index_title_box h3 {
  border: 1px solid #ff750b;
  font-size: 40px;
  color: #ff750b;
  white-space: nowrap;
  padding: 10px 8px;
  margin: 20px 0px;
}

.index_title_detail {
  display: flex;
  font-size: 20px;
  color: #267301;
  margin-bottom: 80px;
}

.banner-btn-box {
  width: 100%;
  text-align: center;
}

.header-btn,
.end-btn {
  display: block;
  width: 400px;
  padding: 20px 20px;
  text-align: center;
  background-color: white;
  border-radius: 35px;
  margin: auto;
  margin-top: 20px;
}

.btn-title {
  white-space: nowrap;
}

.header-btn {
  margin-bottom: 60px;
}

.sort_detail {
  width: 100%;
  text-align: center;
}

.registered_account {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}

.registered_account .registered_title h2 {
  display: block;
  color: #4bb033;
  font-size: 40px;
  text-align: left;
}

.registered_account .registered_title span {
  display: block;
  color: #999;
  font-size: 25px;
  padding: 20px 0px;
  text-align: left;
}

.registered_account .registered_title .tips:last-child {
  padding: 0px;
  padding-left: 20px;
}

.registered_account .registered_input_area {
  width: 380px !important;
  margin: 0px;
  margin-left: 30px;
  font-size: 16px;
}

.registered_account .registered_input_area .input_area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  border: 1px solid #999;
  border-radius: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.registered_account .registered_input_area .code_input_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 380px;
  height: 45px;
  margin-bottom: 15px;
}

.registered_account .registered_input_area .code_input_area .input_area {
  width: 60%;
  margin-bottom: 0px;
}

.registered_account .registered_input_area .code_input_area button {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: white;
  font-size: 16px;
  color: #4bb033;
  border: 1px solid #4bb033;
}

.registered_account .registered_input_area .input_area input {
  width: 65%;
  height: 100%;
  font-size: 16px;
  margin-right: 0px;
  border: none;
  padding-left: 0px;
}

.registered_account .registered_area_btn {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  margin-left: 20px;
}

.registered_account .registered_area_btn button {
  width: 100%;
  border-radius: 10px;
}

.registered_account .registered_area_btn button:first-child {
  width: 130px;
  height: 105px;
  line-height: 105px;
  background-color: #4bb033;
  font-size: 16px;
  color: white;
}

.registered_account .registered_area_btn button:last-child {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: white;
  font-size: 16px;
  color: #4bb033;
  border: 1px solid #4bb033;
  margin-top: 15px;
}

.register_model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
}

.register_model .register_back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 101;
}

.register_model .register_model_content {
  position: absolute;
  width: 450px;
  height: 540px;
  left: 50%;
  top: 50%;
  background-color: white;
  z-index: 102;
  transform: translate(-50%, -50%);
}

.registered_account2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
  font-size: 16px;
}

.registered_account2 .register_logo_img {
  width: 146px;
  height: 40px;
  margin-bottom: 20px;
}

.registered_account2 .register_title {
  font-size: 20px;
  font-weight: bold;
  color: #4BB033;
  margin-bottom: 20px;
}

.registered_account2 .register_title span {
  padding: 0px 10px;
}

.registered_account2 .registered_input_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registered_account2 .input_box {
  width: 400px;
}

.registered_account2 .input_area {
  display: flex;
  width: 400px;
  border: 1px solid #999;
  margin-bottom: 20px;
  border-radius: 10px;
  background: white;
}

.registered_account2 input {
  width: 100%;
  border: none;
  height: 50px;
  margin: 0;
}

.registered_account2 .code_btn {
  position: relative;
  width: 150px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.registered_account2 .code_btn::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background: #999;
  left: -1px;
  top: 50%;
  margin-top: -8px;

}

.registered_account2 .authorization_area {
  width: 400px;
  height: 50px;
  text-align: left;
}

.registered_account2 .authorization_area .content {
  display: flex;
  align-items: center;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #999;
}

.registered_account2 .select_img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.registered_account2 .check_no {
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #999;
  margin-right: 5px;
  box-sizing: border-box;
}

.registered_account2 .authorization_title {
  color: #4BB033;
}

.registered_account2 button {
  width: 380px;
  height: 40px;
  border-radius: 30px;
  background: #4BB033;
  color: white;
  margin-top: 10px;
  font-size: 16px;
}

.registered_account2 .go_login {
  color: red;
  margin-top: 10px;
  cursor: pointer;
}

.box1 {
  width: 190px;
  height: 190px;
  position: relative;
}

.box1_content {
  top: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  background: white;
  z-index: 5;
  line-height: 150px;
  text-align: center;
}


.sort_detail h5 {
  font-size: 24px;
  color: #999999;
  margin-top: 30px;
  opacity: 0.3;
}

.sort_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 50px 0 30px;
}

.sort_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 220px;
  padding: 28px 10px 0;
  border-radius: 10px;
  margin-bottom: 52px;
  background-color: #fff;
  box-shadow: 0 4px 24px 0px rgba(11, 12, 12, 0.2);
  box-sizing: border-box;
}

.sort_list .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: 'iconfont';
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: url('../images/iconbg.png') center center no-repeat;
  background-size: contain;
  margin-bottom: 14px;
}

.sort_list h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 20px;
}

.sort_list span {
  display: block;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 26px;
}

.sort_list .width1 {
  width: 214px;
}

.sort_list .width2 {
  width: 210px;
}

.sort_list .width3 {
  width: 242px;
}

.sort_list .width4 {
  width: 263px;
}

.sort_list .width5 {
  width: 295px;
}


.sort_detail2 {
  width: 1200px;
  margin: auto;
  padding: 100px 0 0;
}

.sort_detail2 h3 {
  font-size: 40px;
  color: #333;
  text-align: center;
}

.sort_detail2 ul {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 40px 0 0;
}

.sort_detail2 li {
  width: 285px;
  border-radius: 10px;
  background: #50BE8D;
  box-shadow: -7px 4px 24px 0px rgba(11, 12, 12, 0.2);
  padding-bottom: 30px;
  background: url('../images/sort-banner-bg.png') center 356px no-repeat;
  background-size: contain;
}

.sort_detail2 .sort_img {
  display: block;
  width: 100%;
  height: 356px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 24px;
}

.sort_detail2 ul li:nth-child(2) {
  margin: 0px 20px;
}

.sort_detail2 ul li:nth-child(3) {
  margin-right: 20px;
}

.sort_detail2 i {
  font-size: 28px;
  color: white;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.sort_detail2 span {
  display: block;
  font-size: 28px;
  color: white;
  text-align: center;
  font-weight: bold;
}


.num_box {
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 30px 0 50px;
}

.num_box .item {
  width: 250px;
}

.num_box .item~.item {
  margin-left: 66px;
}

.num_box .item:nth-child(1) .num_top {
  color: #50BE8D;
}

.num_box .item:nth-child(2) .num_top {
  color: #498FEE;
}

.num_box .item:nth-child(3) .num_top {
  color: #E24C30;
}

.num_box .item:nth-child(4) .num_top {
  color: #50BE8D;
}

.num_box .num_top {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.num_box .num {
  font-size: 94px;
  line-height: 1;
  font-weight: bold;
  font-family: Microsoft YaHei;
}

.num_box .span {
  font-size: 36px;
}

.num_box .span span {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.num_box .icon1 {
  background-image: url('../images/down-icon1.png');
}

.num_box .icon2 {
  background-image: url('../images/down-icon2.png');
}

.num_box .icon3 {
  background-image: url('../images/down-icon3.png');
}

.num_box .icon4 {
  background-image: url('../images/down-icon4.png');
}

.num_box .name {
  font-size: 28px;
  color: #333;
  margin-top: 32px;
}

.num_box .tip {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-top: 26px;
  border-top: 1px solid #E6E6E6;
  margin-top: 26px;
}


.sort_detail3 {
  width: 100%;
  background: #F3F8F6;
  box-sizing: border-box;
  margin-top: 100px;
  padding: 120px 0 110px;
}

.sort_detail3 h5 {
  text-align: center;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 64px;
}

.detail3_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 70px;
}

.detail3_select {
  display: flex;
  width: 1200px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.detail3_select_item {
  width: 224px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #50BE8D;
  text-align: center;
  border-radius: 8px;
  background-color: #F2F9F6;
  cursor: pointer;
  transition: all .3s;
}

.detail3_select_item:hover,
.detail3_select_item.active {
  color: #fff;
  background-color: #50BE8D;
}

.detail3_select_item~.detail3_select_item {
  margin-left: 15px;
}

.detail3_swiper {
  display: block;
  width: 1200px;
  height: 600px;
  margin: 66px auto 0;
}

.detail3_content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.detail3_left {
  flex-shrink: 0;
  padding-top: 40px;
  margin-right: 80px;
}

.detail3_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail3_right img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.detail3_name {
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 26px;
}

.detail3_tip {
  font-size: 16px;
  color: #333;
  line-height: 1.1;
  margin-bottom: 46px;
}

.detail3_row {
  padding-left: 29px;
  margin-bottom: 40px;
  position: relative;
}

.detail3_row_name {
  font-size: 20px;
  color: #50BE8D;
  margin-bottom: 12px;
  position: relative;
  line-height: 28px;
}

.detail3_row_name .icon {
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 22px;
  font-family: 'iconfont';
}

.detail3_row_tip {
  max-width: 384px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}


.module1 {
  background-color: #fff;
}

.module1_title {
  padding: 80px 0 0;
  width: 100%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.module1_content {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.module1_content.style1{
  padding: 70px 0 120px;
}

.module1_img {
  width: 656px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module1_img+.module1_msg,
.module1_msg+.module1_img {
  margin-left: 70px;
}

.module1_img img {
  max-width: 100%;
  height: auto;
}

.module1_msg {
  flex-shrink: 0;
  width: 544px;
  color: #333;
  padding: 136px 0 146px;
}


.module1_name {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 46px;
}

.module1_row {
  display: flex;
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 32px;
}

.module1_msg a {
  margin-top: 56px;
}

.module1_row::before {
  content: '\e68c';
  font-family: 'iconfont';
  font-size: 20px;
  display: inline-block;
  width: 28px;
  height: 32px;
}

.module1_row_label {
  flex-shrink: 0;
}

.module1_row_text {
  flex: 1;
}

.module1_style1 {
  background: url('../images/module1-bg1.png') center center no-repeat;
  background-size: cover;
}

.module1_style1 .module1_msg {
  width: 592px;
  color: #fff;
}

.module1_style2 .module1_msg {
  width: 560px;
}

.module1_style3 {
  background: url('../images/module1-bg2.png') center center no-repeat;
  background-size: cover;
}

.module1_style3 .module1_msg {
  width: 430px;
  color: #fff;
}

.module1_style4 .module1_msg {
  width: 508px;
}

.module1_style5 {
  background: url('../images/module1-bg3.png') center center no-repeat;
  background-size: cover;
}

.module1_style5 .module1_msg {
  width: 500px;
  color: #fff;
}

.module1_style6 .module1_msg {
  width: 522px;
}

.module1_style7 {
  background: url('../images/module1-bg4.png') center center no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.module1_style7 .module1_msg {
  width: 500px;
  color: #fff;
}

.module1_style2 .module1_name,
.module1_style4 .module1_name,
.module1_style6 .module1_name {
  background: linear-gradient(47deg, #3AAA66 0%, #169BAC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.sort_detail4 {
  text-align: center;
}

.sort_detail5 {
  padding: 120px 0;
  width: 100%;
  background-image: url(../images/sort-back6.png);
  color: #f5f5f5;
}

.sort_detail5 h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.sort_detail5 h3 {
  font-size: 40px;
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 4px;
}

.detail5 {
  width: 1200px;
  margin: auto;
}

.detail_title {
  width: 830px;
  font-size: 18px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin: 0 auto 32px;
}

.detail5_list {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;
  position: relative;
}

.detail5_list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 4px;
  background-color: #fff;
  transform: translateX(-50%);
}

.detail5_item {
  display: flex;
  width: 580px;
  height: 212px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: white;
  color: #333333;
  padding: 40px 38px 0 0;
  box-sizing: border-box;
  box-shadow: 0px 1px 20px 0px rgba(20, 22, 26, 0.15);
}

.item_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #4BB033 0%, #0093DD 100%);
  border-radius: 10px;
  margin: 0 30px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 6px;
}

.item_icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.item_title h3 {
  color: #333333;
  font-size: 36px;
  text-align: left;
  margin-bottom: 15px;
}

.item_title span {
  color: #666666;
  font-size: 18px;
  line-height: 34px;
}

.sort_detail6 {
  padding-top: 80px;
  box-sizing: border-box;
  padding-bottom: 80px;
  box-sizing: border-box;
  background-color: #fff;
}

.sort_detail6 h3 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 8px;
}

.sort_detail6 h4 {
  text-align: center;
  font-size: 36px;
  color: #333333;
}

.detail6 {
  display: flex;
  justify-content: center;
  padding: 36px 0 80px;
}

.detail6_item {
  width: 380px;
  position: relative;
  padding-bottom: 100px;
}

.detail6_item~.detail6_item {
  margin-left: 30px;
}

.detail6_img {
  display: block;
  width: 100%;
  height: 330px;
}

.detail6_card {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 284px;
  border-radius: 10px 10px 0 0;
  background-color: #ffff;
  z-index: 5;
  box-shadow: -7px 4px 24px 0px rgba(11, 12, 12, 0.2);
}

.detail6_card_text {
  display: block;
  width: 100%;
  height: 232px;
  padding: 52px 30px 0;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 34px;
  text-align: center;
}

.detail6_card_index {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #50BE8D;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.sort_detail7 {
  padding-top: 80px;
}

.sort_detail7 h3 {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 8px;
}

.detail7_list {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding: 40px 0;
}

.detail7_item {
  width: 508px;
  height: 466px;
  padding: 0 72px;
  margin-bottom: 60px;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}

.detail7_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 294px;
}

.detail7_item img {
  display: block;
  max-width: 250px;
  max-height: 184px;
}

.detail7_item h4 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}

.detail7_item .tip {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}

.detail7_item:hover {
  border-color: transparent;
  border-top-color: #50BE8D;
  background: linear-gradient(186deg, #EDFFF7 0%, #FFFFFF 73%);
  box-shadow: -7px 4px 54px 0px rgba(96, 210, 159, 0.21);
}

.detail7_item:hover h4,
.detail7_item:hover .tip {
  color: #50BE8D;
}

.sort_detail8 {
  width: 100%;
  height: 800px;
  background-image: url(../images/sort-back7.jpg);
}

.detail8_box {
  width: 1200px;
  margin: auto;
  padding-top: 140px;
  color: white;
}

.detail8_box h3 {
  font-size: 40px;
}

.detial8_h3 {
  white-space: nowrap;
}

.detail8_box .title1 {
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, #1764D1, #08A87E);
  margin-top: 60px;
}

.detail8_box .title2 {
  display: block;
  font-size: 24px;
  margin-top: 40px;
}

.detail8_list {
  margin-top: 80px;
}

.detail8_item {
  display: inline-block;
}

.detail8_item:nth-child(2) {
  margin: 0px 200px;
}

.detail8_item h2 {
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
}

.detail8_item span {
  font-size: 40px;
}

.detail8_item .line {
  width: 200px;
  height: 4px;
  margin: 30px 0px;
  background: linear-gradient(90deg, #1764D1, #08A87E);
}


/* .focuser ul li:nth-child(1) .content {
  position : absolute;
  top      : 50%;
  transform: translate(-50%, -50%);
  left     : 32%;
}

.focuser ul li:nth-child(1) .content .name {
  font-weight: bold;
  color      : #fff;
  font-size  : 75px;
  font-family:Source Han Sans CN;

}

.focuser ul li:nth-child(1) .content .eng_name {
  width           : 290px;
  height          : 30px;
  overflow        : hidden;
  margin-top      : 12px;
  background-image: url(../images/shuguoyun.png);
  background-size : 100% 100%;
} */

.focuser ul li:nth-child(1) .content .intro {
  margin-top: 128px;
  color: #fff;
}

.focuser ul li:nth-child(1) .content .intro_1 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  /* letter-spacing: 3px; */
}

.focuser ul li:nth-child(1) .content .intro_2 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  margin-top: 15px;
}

.focuser ul li:nth-child(2) .btns {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.focuser ul li:nth-child(2) .btns .big_title {
  font-size: 75px;
  /* font-family: ZCOOL_KuHei; */
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.focuser ul li:nth-child(2) .btns .small_title {
  font-size: 26px;
  font-family: SourceHanSansCN-Light;
  color: rgba(255, 255, 255, 1);
}

.focuser ul li:nth-child(2) .btns .icons_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 400px;
  margin-top: 48px;
  text-align: center;
  transform: translateX(25px);
}

.focuser ul li:nth-child(2) .btns .boxs {
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
  margin-right: 50px;
  margin-bottom: 60px;
}

.focuser ul li .btns .boxs:nth-child(2n) {
  margin-right: 0;
}

.focuser ul li .btns .boxs:nth-child(4) {
  transform: translateX(38px);
}

.focuser ul li:nth-child(2) .btns .boxs img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.focuser .focuser-button {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 10;
  top: 50%;
  outline: none;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.focuser .focuser-button::before {
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  display: block;
  border-style: solid;
  border-color: #fff;
  content: '';
}

.focuser .focuser-button.prev {
  left: 120px;
}

.focuser .focuser-button.prev::before {
  margin-left: 10px;
  transform: rotate(45deg);
  border-color: transparent transparent #fff #fff;
}

.focuser .focuser-button.next {
  right: 120px;
}

.focuser .focuser-button.next::before {
  margin-right: 10px;
  transform: rotate(45deg);
  border-color: #fff #fff transparent transparent;
}

.focuser .focuser-button.prev:not(.swiper-button-disabled):hover::before {
  border-color: transparent transparent #54D85E #54D85E;
}

.focuser .focuser-button.next:not(.swiper-button-disabled):hover::before {
  border-color: #54D85E #54D85E transparent transparent;
}

.focuser .focuser-button.swiper-button-disabled {
  opacity: 0.5;
}

.focuser .focuser-button.swiper-button-disabled:hover {
  cursor: not-allowed;
}

.icon_box {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  right: 20px;
  bottom: 200px;
}

.icon_box2 {
  position: absolute;
  left: -80px;
  top: 0px;
}

.icon_box3 {
  position: absolute;
  right: -80px;
  bottom: 80px;
}

.pc_icon6 {
  position: absolute;
  left: 60px;
  top: -50px;
}

.pc_icon7 {
  position: absolute;
  right: 280px;
  bottom: 55px;
}

.pc_icon8 {
  position: absolute;
  right: 20px;
  bottom: 120px;
}

.pc_icon9 {
  position: absolute;
  right: 70px;
  bottom: 170px;
}

.pc_icon10 {
  position: absolute;
  left: 100px;
  top: 92px;
}

.columner .columner_right_3 {
  position: relative;
  bottom: -180px;
  width: 570px;
  height: 345px;
  margin-left: 80px;
}

.columner_2 .columner_right {
  position: relative;
  bottom: -114px;
  width: 390px;
  height: 566px;
  text-align: center;
}

.fourChar {
  position: relative;
  height: 730px;
  width: 100%;
  padding-top: 70px;
  background: rgba(0, 0, 0, 0.6);
}

.fourChar .fourChar_foot {
  display: none;
}

.fourChar .fourBg {
  position: absolute;
  top: 0;
  z-index: -99;
  /* height  : 100%;
  width   : 100%; */
}

.fourChar .fourBgs {
  display: none;
}

.flow_title {
  width: 100%;
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin: 60px 0 30px;
  font-weight: 600;
}

.fourChar .content .four_title {
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 50px;
}

.fourChar .content .advant {
  display: flex;
  justify-content: center;
}

.fourChar .content .advant li {
  width: 260px;
  height: 580px;
  background: rgba(215, 208, 185, 0.4);
  margin-left: 34px;
  overflow: hidden;
}

.fourChar .content .advant li:first-child {
  margin: 0;
}

.fourChar .content .advant li:hover {
  background: rgba(75, 176, 51, 0.4);
}

.fourChar .content .advant li .pin {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  margin-top: 30px;
}

.fourChar .content .advant li .pin_text {
  font-size: 200px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  transform: translateX(-55px);
}

.fourChar .content .advant li .transf1 {
  transform: translateX(-38px);
}

.fourChar .content .advant li .transf2 {
  transform: translateX(-80px);
}

.fourChar .content .advant li .intro {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-top: 120px;
  margin-left: 18px;
  letter-spacing: 0;
}

.plan_box .uplan {
  height: 430px;
  width: 100%;
  text-align: center;
  background-color: #F5F5F5;
  padding-top: 110px;
}

.plan_box .uplan .waps {
  display: none;
}

.plan_box .uplan .no_waps {
  display: block;
}

.plan_box .uplan .plan_name {
  width: 100px;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  /* font-size              : 40px;
  font-weight            : bold; */
  /* color                  : rgba(7, 31, 78, 1); */
  /* background             : linear-gradient(-90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* margin-top          : 110px; */
}

.plan_box .uplan .plan_pin {
  font-size: 60px;
  font-weight: bold;
  color: rgba(75, 176, 51, 1);
  opacity: 0.2;
  margin: 12px 0 32px;
}

.plan_box .uplan .plan_text {
  position: relative;
  font-size: 30px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 147, 221, 1);
}

.plan_box .uplan .plan_text::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
}

.plan_box .downplan {
  position: relative;
  height: 1222px;
  width: 100%;
}

.plan_box .down_box {
  position: relative;
  top: -90px;
  display: flex;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  /* background: rgba(0, 0, 0, 0.2); */
  z-index: 99;
}

.plan_box .down_box .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: -1;
  overflow: hidden;
}

.plan_box .down_box .wap_infoCont {
  display: none;
}

.plan_box .down_box .box_left {
  width: 700px;
}

.plan_box .down_box .up_part {
  position: relative;
  height: 786px;
}

.plan_box .down_box .up_part img {
  position: absolute;
  top: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
}

.plan_box .down_box .down_part {
  display: flex;
  height: 436px;
}

.plan_box .down_box .down_left {
  background: #4BB033;
  width: 50%;
}

.plan_box .down_box .down_left .cont_title {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin: 190px 0 32px;
  text-align: center;
  letter-spacing: 0;
}

.plan_box .down_box .down_left .cont_text {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin: 0 10px;
  letter-spacing: 0;
}

.plan_box .down_box .down_part img {
  width: 50%;
  height: 100%;
}

.plan_box .down_box .box_right {
  height: 100%;
  width: 500px;
}

.plan_box .down_box .b_right {
  position: relative;
  height: 50%;
}

.plan_box .down_box .b_right img {
  position: absolute;
  top: 0;
  z-index: -99;
  height: 100%;
  width: 100%;
}

.text_cont {
  position: absolute;
  bottom: 34px;
  width: 100%;
}

.text_cont .cont_title {
  font-size: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.text_cont .cont_text {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  text-align: center;
  width: 100%;
}

.apply_box {
  height: 600px;
  width: 100%;
  background: rgba(51, 51, 51, 1);
  padding-top: 70px;
  display: none;
}

.apply_box .apply_title {
  font-size: 40px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.apply_box .apply_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.apply_box .apply_cont .wap_moblie {
  display: none;
}

.apply_box .apply_cont .cont_left {
  margin-right: 270px;
}

.apply_box .apply_cont .cont_left .cont_title {
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 45px;
}

.apply_box .apply_cont .cont_left .option {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 44px;
  cursor: pointer;
}

.apply_box .apply_cont .cont_left .option img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.apply_box .apply_cont .cont_left .moblie {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-top: 28px;
}

.apply_box .apply_cont .cont_right .cont_input {
  padding: 20px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.apply_box .apply_cont .cont_right .cont_input input {
  margin-left: 15px;
  height: 20px;
  border: none;
  outline: none;
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}

.apply_box .apply_cont .cont_right .tip {
  font-size: 14px;
  color: rgba(218, 0, 0, 1);
  letter-spacing: 0;
}

.apply_box .apply_cont .cont_right .apply_btn {
  width: 190px;
  height: 48px;
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
  border-radius: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
  margin-top: 48px;
}

/* 最新的end */

.videoer {
  background-color: #F5F5F5;
  padding: 76px 0 99px;
}

.videoer .upper {
  text-align: center;
}

.videoer .upper .title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 91px;
}

.videoer .upper .text {
  font-size: 24px;
  color: #666;
  line-height: 74px;
  line-height: 32px;
  margin-bottom: 30px;
}

.videoer .inner {
  height: 680px;
  overflow: hidden;
}

.videoer .inner video {
  height: 100%;
  width: 100%;
  display: block;
}

.questions-answer {
  height: 641px;
  background: url(../images/bg-answer.jpg) top center no-repeat;
}

.questions-answer .inner {
  justify-content: space-between;
}

.questions-answer .questions {
  position: relative;
}

.questions-answer .questions li {
  width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.questions-answer .questions li:first-child {
  top: 105px;
  left: 0;
}

.questions-answer .questions li:nth-child(2) {
  top: 45px;
  left: 298px;
}

.questions-answer .questions li:nth-child(3) {
  top: 250px;
  left: 190px;
}

.questions-answer .questions li i {
  display: block;
  background: center no-repeat;
  background-size: 100% 100%;
}

.questions-answer .questions li.red i {
  height: 79px;
  width: 79px;
  background-image: url(../images/icons/icon-question-red.png);
}

.questions-answer .questions li.green i {
  height: 96px;
  width: 96px;
  background-image: url(../images/icons/icon-question-green.png);
}

.questions-answer .questions li span {
  height: 57px;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
}

.questions-answer .answers {
  width: 531px;
  /* padding-top: 112px; */
}

.questions-answer .answers p {
  height: 110px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  align-items: center;
}

.questions-answer .answers ul {
  padding-left: 17px;
}

.questions-answer .answers ul li {
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.questions-answer .answers ul li::before {
  height: 24px;
  width: 24px;
  content: '';
  display: block;
  background: url(../images/icons/icon-sure.png) center no-repeat;
  background-size: 24px 24px;
}

.questions-answer .answers ul li span {
  flex: 1;
  font-size: 18px;
  color: #333;
  margin-left: 11px;
}

.bg-img {
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.worth .part {
  position: relative;
  z-index: 2;
  background: top center no-repeat;
}

.worth .part.part1 {
  height: 843px;
  background-image: url(../images/bg-worth1.jpg);
}

.worth .part.part2 {
  height: 840px;
  background-image: url(../images/bg-worth2.jpg);
}

.worth .part.part3 {
  height: 843px;
  background-image: url(../images/bg-worth3.jpg);
}

.worth .part.part1 .title {
  height: 127px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
}

.worth .part.part1 .swiper-container {
  margin: 0 115px 0 192px;
}

.worth .part .worth-swiper-text {
  width: 470px;
}

.worth .part .worth-swiper-text li {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  cursor: pointer;
}

.worth .part .worth-swiper-text li:last-child {
  margin-bottom: 0;
}

.worth .part .worth-swiper-text li.active {
  color: #df2c2c;
}

.worth .part .worth-swiper-text li::before {
  height: 0;
  width: 0;
  content: '';
  display: block;
  border-width: 10px 18px;
  border-style: solid;
  border-color: transparent;
  margin-right: 10px;
}

.worth .part .worth-swiper-text li.active::before {
  border-color: transparent transparent transparent #DF2C2C;
}

.worth .part .worth-swiper-text li span {
  flex: 1;
  display: block;
}

.worth .inner {
  display: flex;
  align-items: center;
}

.worth .part.part1 .inner {
  height: 583px;
}

.worth .swiper-container {
  height: 583px;
  width: 313px;
  overflow: hidden;
}

.worth .swiper-container .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.worth .swiper-container .swiper-pagination {
  display: none;
}

.worth .part .swiper-container {
  overflow: visible;
}

.worth .part .phone-img {
  height: 100%;
  width: 100%;
  position: relative;
}

.worth .part .phone-img .bubble {
  height: 32px;
  width: 132px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  box-shadow: 0 4px 8px rgba(92, 26, 26, 0.5);
  position: absolute;
  animation: toptodown 2s infinite;
}

.worth .part .phone-img .bubble::after {
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
}

.worth .part .phone-img .bubble.red::after {
  border-color: #F2223B transparent transparent transparent;
}

.worth .part .phone-img .bubble.white::after {
  border-color: #fff transparent transparent transparent;
}

.worth .part .phone-img .bubble.red {
  background-color: #F2223B;
  color: #fff;
}

.worth .part .phone-img .bubble.white {
  background-color: #fff;
  color: #F2223B;
  border-color: #fff transparent transparent transparent;
}

.worth .part .phone-img.style1 .bubble.red {
  top: 57px;
  right: 64px;
}

.worth .part .phone-img.style1 .bubble.white {
  top: 133px;
  right: 19px;
}

.worth .part .phone-img.style2 .bubble.red {
  top: 27px;
  right: 90px;
}

.worth .part .phone-img.style2 .bubble.white {
  top: 239px;
  right: 31px;
}

.worth .part .phone-img.style3 .bubble.red {
  top: 27px;
  right: 90px;
}

.worth .part .phone-img.style3 .bubble.white {
  bottom: 70px;
  right: 90px;
}

.worth .part .phone-img.style4 .bubble.white {
  bottom: 70px;
  right: 90px;
}

.worth .part .phone-img.style5 .bubble.red {
  top: 13px;
  right: 155px;
}

.worth .part .phone-img.style5 .bubble.white {
  top: 11px;
  right: 18px;
}

.worth .part .phone-img.style6 .bubble.red {
  top: 47px;
  left: 61px;
}

.worth .part .phone-img.style7 .bubble.red {
  top: 101px;
  right: -12px;
}

.worth .part .phone-img.style8 .bubble.red {
  top: 101px;
  right: -12px;
}

.worth .part .phone-img.style8 .bubble.white {
  top: 58px;
  left: 56px;
}

.worth .swiper-container .swiper-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
}

.worth .worth-swiper1 li img {
  height: 583px;
  width: 313px;
  display: block;
}

.worth .swiper-container li p {
  display: none;
}

.worth .part.part2 .worth-swiper-text {
  margin: 0 207px 0 50px;
}

.worth .part.part3 {
  height: 740px;
}

.worth .part.part3 .swiper-container {
  margin: 0 56px 0 28px;
}

.worth .part.part3 .swiper-container {
  height: 376px;
  width: 536px;
}

.worth .part.part3 .swiper-container img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(50, 14, 14, 0.95);
}

.special {
  padding-top: 31px;
}

.special .title {
  height: 178px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special .content dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.special .content dl dt {
  height: 491px;
  width: 653px;
  overflow: hidden;
}

.special .content dl dt img {
  height: 100%;
  width: 100%;
  display: block;
  transition: transform 0.3s;
}

.special .content dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special .content dl dd li {
  height: 98px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}

.special .content dl dd li span {
  height: 37px;
  width: 37px;
  background-color: #F2223B;
  border-radius: 100%;
  font-size: 28PX;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20PX;
}

.special .content dl dd .more {
  height: 54px;
  width: 170px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px #DF2D2D solid;
  font-size: 20px;
  color: #dc2a3a;
  position: relative;
  margin-top: 9px;
  overflow: hidden;
  transition: background-color 0.3s;
}

.special .content dl dd .more i {
  height: 12px;
  width: 12px;
  display: block;
  background: url(../images/icons/icon-arrow-double-red.png) top left no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: right 0.3s, transform 0.3s;
}

.stores {
  padding: 34px 0 24px;
  /* background-color: #F5F5F5; */
  background: url("/web/images/index_9.jpg") no-repeat center;
  /* background-size    : 100% 100%;
  height             : 1100px; */
}

.stores .title {
  height: 179px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.stores .inner .lists {
  display: flex;
  flex-wrap: wrap;
}

.stores .inner .lists li {
  height: 322px;
  width: 275px;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(46, 46, 46, 0.18);
  margin: 0 33px 31px 0;
  position: relative;
}

.stores .inner .lists li:nth-child(4n) {
  margin-right: 0;
}

.stores .inner .lists li p {
  overflow: hidden;
}

.stores .inner .lists li p.img {
  height: 207px;
  width: 100%;
}

.stores .moreBtn {
  width: 142px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 56px;
  margin: 30px auto 0;
}

.stores .moreBtn:hover {
  border: 1px solid #DF2C2C;
  color: #DF2C2C;
}

.stores .moreBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.stores .moreBtn a:hover {
  color: #DF2C2C;
}

.stores .moreBtn a {
  color: #fff;
}

.stores .inner .lists li p.cover {
  height: 96px;
  width: 96px;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 159px;
  transform: translate(-50%, 0);
}

.stores .inner .lists li p img {
  height: 100%;
  width: 100%;
  display: block;
}

.stores .inner .lists li span {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
  font-size: 20px;
  color: #333;
}

.wechat-qrcode {
  height: 350px;
  position: relative;
  z-index: 2;
  background: url(../images/bg-wechat-qrcode.jpg) top center no-repeat;
}

.wechat-qrcode .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wechat-qrcode .inner .text {
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 158px;
}

.wechat-qrcode .inner .text .title {
  font-size: 42px;
  margin-bottom: 39px;
}

.wechat-qrcode .inner .text .subtitle {
  font-size: 36px;
}

.wechat-qrcode .inner .qrcode-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 210px;
}

.wechat-qrcode .inner .qrcode-img img {
  height: 204px;
  width: 204px;
  display: block;
  border-radius: 10px;
}

.wechat-qrcode .inner .qrcode-img span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 24px;
  display: block;
}

.news {
  padding: 30px 0 120px;
  letter-spacing: 0;
}

.news .title {
  height: 178px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .content {
  /* display        : flex;
  align-items    : center;
  justify-content: space-between; */
}

.news .content .part {
  height: 458px;
  /* width         : 377px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news .content .part:hover .part-title,
.news .content .part:hover .part-content {
  border-color: #F2223B;
}

.news .content .part-title {
  height: 49px;
  width: 100%;
  box-sizing: border-box;
  border: 2px #ccc solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 26px;
  color: #333;
  font-weight: 600;
}

.news .content .part-content {
  width: 100%;
  flex: 1;
  border: 2px #ccc solid;
  box-sizing: border-box;
  padding: 30px 15px 16px;
}

.news .content .part-content li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news .content .part-content li .cover {
  height: 124px;
  width: 128px;
  margin-right: 23px;
  display: none;
}

.news .content .part-content li:first-child .cover {
  display: block;
}

.news .content .part-content li .cover img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.news .content .part-content li .text {
  flex: 1;
  max-width: 100%;
}

.news .content .part-content li:first-child .text {
  width: 192px;
}

.news .content .part-content li:not(:first-child) {
  border-bottom: 1px #ccc dashed;
  padding-bottom: 12px;
  margin-top: 17px;
}

.news .content .part-content li .text .item-title {
  font-size: 20px;
  color: #333;
  /* line-height: 48px; */
  padding-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 1px;
}

.news .content .part-content li .text .item-time {
  display: none;
}

.news .content .part-content li .text .item-subtitle {
  max-height: 48px;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .focuser ul li:nth-child(1) .qrcode .bnts a:hover {
    color: #fff;
    background-color: #f2223b;
  }

  .focuser ul li:nth-child(2) .btns a:hover {
    color: #fff;
    background-color: #F2223B;
  }

  .stores .inner .lists li p.cover {
    overflow: visible;
  }

  .stores .inner .lists li p.cover img {
    transition: transform 0.3s;
  }

  .stores .inner .lists li:hover p.cover img {
    transform: scale(1.2);
  }

  /* .special .content dl dd .more:hover {
    color: #fff;
    background-color: #dc2a3a;
  } */
  .special .content dl dd .more:hover i {
    right: -20px;
    transform: translate(0, -50%) scale(1.2);
  }

  .special .content dl dt:hover img {
    transform: scale(1.1);
  }
}