/*伸缩流方向*/
/*主轴对齐*/
/*侧轴对齐*/
/*换行*/
/*伸缩性*/
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header {
  height: 8rem;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__logo {
  width: 15.8rem;
}
.header form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.header__store {
  width: 30rem;
  margin-left: 5rem;
  font-weight: 600;
}
.header__attr {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: normal;
}
.store-board {
  background: #fff url("../../images/store-board.jpg") no-repeat center;
}
.store-board .inner {
  height: 15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.store-board .inner .store-board__logo {
  width: 10rem;
}
.store-board .inner .store-board__name {
  margin-left: 5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 3.2rem;
  font-weight: 500;
}
.store-board .inner .store-board__service {
  width: 26rem;
}
.store-board .inner .store-board__tel {
  background-color: #dd0017;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  color: white;
  font-weight: 500;
  font-size: 1.6rem;
}
.store-board .inner .store-board__tel span {
  display: inline-block;
  margin: 0 2rem 0 3rem;
}
.store-board .inner .store-board__icon {
  background-color: white;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  color: #555;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.store-board .inner .store-board__icon span {
  display: inline-block;
  position: relative;
  padding-left: 1.8rem;
}
.store-board .inner .store-board__icon span:before {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.store-board .inner .store-board__icon span.store-board__icon-01:before {
  background-image: url("../../images/store-board-01.png");
}
.store-board .inner .store-board__icon span.store-board__icon-02:before {
  background-image: url("../../images/store-board-02.png");
}
.store-board .inner .store-board__icon span.store-board__icon-03:before {
  background-image: url("../../images/store-board-03.png");
}
.store-menu {
  height: 3.5rem;
  background-color: #ef1f1f;
}
.store-menu .inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.store-menu .store-menu__item {
  color: white;
  margin-left: -1px;
  line-height: 3.5rem;
  text-align: center;
  border-left: 1px solid #ef1f1f;
  border-right: 1px solid #ef1f1f;
  padding: 0 5rem;
  font-size: 1.4rem;
  position: relative;
}
.store-menu .store-menu__item:before {
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  z-index: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.store-menu .store-menu__item:hover:before,
.store-menu .store-menu__item.store-menu__item--current:before {
  left: 0;
  width: 100%;
  height: 100%;
}
.store-menu .store-menu__item span {
  position: relative;
}
.store-banner .swiper-container {
  width: 100%;
  height: 42rem;
}
#store-swiper-container .swiper-wrapper .swiper-slide {
  height: 42rem;
}
#store-swiper-container .img-fix {
  background-size: cover;
}
#store-swiper-container .swiper-button-prev,
#store-swiper-container .swiper-button-next {
  color: #cba56b!important;
}
#store-swiper-container .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  border: 3px solid #fff;
  margin: 0 15px;
  vertical-align: middle;
}
#store-swiper-container .swiper-pagination-bullet-active {
  background: #ffb500;
}
#store-swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  height: 29px;
  vertical-align: middle;
}
#store-swiper-container .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  border: 3px solid #fff;
  margin: 0 15px;
  vertical-align: middle;
}
#store-swiper-container .swiper-pagination-bullet-active {
  background: #ffb500;
}
.store-slide-wrap {
  width: 24rem;
}
.store-slide-wrap .store-slide__nav {
  display: block;
  line-height: 3.4rem;
  border-bottom: 0.1rem solid #e0e0e0;
  font-size: 1.2rem;
  position: relative;
  padding-left: 3rem;
}
.store-slide-wrap .store-slide__nav:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("../../images/icon-addmin.png") no-repeat;
  background-position: 0 -10px;
  top: 50%;
  margin-top: -6px;
  left: 1rem;
}
.store-slide-wrap .store-slide__nav.store-slide__nav--open:before {
  background-position: 0 -29px;
}
.store-slide-wrap .store-slide__nav:hover {
  color: orangered;
}
.store-slide-wrap .store-slide__item {
  display: block;
}
.store-slide-wrap .store-slide__item h2 {
  font-size: 1.2rem;
  padding: 0.5rem 0 0;
}
.store-slide-wrap .store-slide__item .store-slide__price {
  display: block;
  font-size: 2rem;
  color: #ef1f1f;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.store-slide-wrap .store-slide__img {
  display: block;
  width: 100%;
  height: 19.6rem;
  border: 0.1rem solid #f1f1f1;
}
.store-slide-nav {
  width: 100%;
}
.store-slide-nav ol {
  list-style: none;
}
.store-slide-nav__box {
  background: url("../../images/store-r-bg.png") no-repeat center;
  background-size: cover;
  height: 12rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-oient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.store-slide-nav__sub {
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-bottom: 0.7rem;
  text-shadow: 0 0 10px #282828;
}
.store-slide-nav__title {
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background-color: #ff4949;
  border-radius: 1.5rem;
}
.store-slide-nav__list {
  padding: 1.6rem 1.2rem;
  border: 1px solid #ffc576;
  border-top: none;
  background-color: #fff9e6;
}
.store-slide-nav__info {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  font-size: 1.2rem;
}
.store-slide-nav__info dt {
  font-weight: normal;
  width: 6rem;
}
.store-slide-nav__info dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.store-slide-nav__info--phone dt {
  padding-top: 0.4rem;
}
.store-slide-nav__info--phone dd {
  color: #ff0020;
  font-size: 1.6rem;
}
.store-slide-nav__info--phone dd a {
  color: #ff0020;
}
.store-bg {
  background-color: #f7f7f7;
  background-image: none;
}
.store-card {
  background-color: white;
  border: 0.1rem solid #e0e0e0;
}
.store-card.store-card--home {
  border-color: #ccc;
}
.store-card.store-card--slide {
  border-color: #eee;
}
.store-card.store-card--slide .store-card__title:after {
  width: 70%;
}
.store-card__title {
  border-bottom: 0.2rem solid #ff6700;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 1.4rem;
  text-indent: 2rem;
  color: #333;
  position: relative;
}
.store-card__title:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  background-color: #3d3d3d;
  width: 90%;
  bottom: -0.2rem;
  right: 0;
}
.store-card__title--home {
  background-color: #3d3d3d;
  color: white;
}
.store-card__title--home:after {
  content: normal;
}
.store-pro-nav {
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
}
.store-pro-nav .store-pro-nav__bread {
  line-height: 3.5rem;
  border-bottom: 0.1rem solid #e0e0e0;
}
.store-pro-nav .store-pro-nav__menu {
  padding: 1rem 0;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
.store-pro-nav .store-pro-nav__item {
  width: 20%;
}
.store-pro-nav .store-pro-nav__item.cur {
  font-weight: bold;
  color: black;
}
.store-pro-nav .store-pro-nav__item a {
  color: #555;
}
.store-pro-nav .store-pro-nav__item a:hover {
  color: orangered;
}
.store-card__info {
  padding: 2rem;
  font-size: 1.4rem;
}
.store-card__map {
  min-height: 20rem;
}
.store-con {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.store-con td {
  padding: 0.8rem 0;
  border: 1px solid #eee;
}
.store-con .table-gray {
  background-color: #f5f5f5;
}
.store-con .tac {
  text-align: center;
}
.store-con .store-con__td {
  padding: 0 2rem;
}
.store {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 1rem;
}
.store img {
  width: 100%;
}
.store-pro {
  border-top: 1px solid #efefef;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-pro .store-pro__item {
  width: 25%;
  border-right: 0.1rem solid #eee;
  border-bottom: 0.1rem solid #eee;
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
}
.store-pro .store-pro__item:nth-child(4n) {
  border-right: 0;
}
.store-pro .store-pro__item h2 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 3.6rem;
}
.store-pro .store-pro__item .store-pro__price {
  display: block;
  font-size: 2rem;
  color: #ef1f1f;
  font-weight: 600;
}
.store-pro .none {
  padding: 2rem;
}
.store-pro .store-pro__img {
  display: block;
  width: 100%;
  height: 20.6rem;
  border: 1px solid #efefef;
}
.store-d-nav {
  height: 4.5rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.store-d-nav .store-d-nav__menu {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
.store-d-nav .store-d-nav__item {
  width: 12.5rem;
  display: block;
  border-right: 1px solid #e8e8e8;
  height: 4.3rem;
  line-height: 4.3rem;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
}
.store-d-nav .store-d-nav__item.store-d-nav__item--active {
  border-top: 3px solid #2e619b;
  background-color: white;
  line-height: 3.9rem;
  margin-top: -0.1rem;
  height: 4.6rem;
}
.store-d-nav.store-d-nav--fix {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.store-d-nav.store-d-nav--fix .store-d-nav__item:first-child {
  border-left: 1px solid #e8e8e8;
}
.news-content p {
  text-indent: 2em;
}
.news-content .store-list {
  list-style: none;
  margin: 0;
}
.news-content .store-list li {
  margin: 10px 0;
  display: block;
  height: 24px;
  line-height: 24px;
}
.news-content .store-list li a {
  position: relative;
  font-size: 1.4rem;
  display: block;
  padding-left: 1rem;
}
.news-content .store-list li a:before {
  content: "•";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.news-content .store-list li a:hover {
  color: red!important;
}
.news-content .store-list li a .date {
  position: absolute;
  right: 0;
  top: 5px;
}
/*文章列表*/
.list-status {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.2;
  color: darkred;
}
.news-content .news-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.news-content .news-list {
  margin: 0;
  padding: 0;
}
.news-list {
  margin: 0;
  padding: 0;
}
.news-list li {
  display: block;
  height: auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}
.news-list__cover {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: white;
  margin-right: 30px;
}
.news-list__cover img {
  margin: 0;
  transition: all ease .5s;
}
.news-list__cover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list__title {
  font-size: 18px;
  line-height: 42px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.news-list__detail {
  line-height: 36px;
  text-indent: 48px;
  color: #999;
  padding: 20px 0;
}
.news-list__more {
  height: 48px;
  line-height: 48px;
}
.news-list__more em {
  display: inline-block;
  font-style: normal;
  color: #666;
}
.news-list__more a {
  display: inline-block;
  float: right;
}
.padding-tb-20 {
  padding: 2rem 0;
}
.padding-b-20 {
  padding-bottom: 2rem;
}
.store-intro {
  background-color: white;
  padding: 2rem;
  -webkit-box-oient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.store-intro .store-intro__title {
  font-size: 2.4rem;
  color: #333;
  text-align: justify;
}
.store-intro .store-intro__con {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  width: 100%;
}
.store-intro .store-intro__gallery .store-intro__large {
  width: 38.6rem;
  height: 38.6rem;
  border: 1px solid #e6e6e6;
}
.store-intro .store-intro__gallery .store-thumb-wrap {
  margin-top: 0.7rem;
  width: 100%;
  height: 6.8rem;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
.store-intro .store-intro__gallery .store-thumb__pn {
  width: 1.8rem;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.store-intro .store-intro__gallery .store-thumb__pn svg {
  fill: #d0d0d0;
}
.store-intro .store-intro__gallery .store-thumb__pn--active svg {
  fill: #555;
}
.store-intro .store-intro__gallery .store-thumb {
  width: 35rem;
  overflow: hidden;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
.store-intro .store-intro__gallery .store-thumb__list {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
.store-intro .store-intro__gallery .store-thumb__list img {
  cursor: pointer;
  margin-right: 0.5rem;
  width: 6.6rem;
  height: 6.6rem;
  border: 1px solid #e0e0e0;
}
.store-intro .store-intro__extra {
  margin-left: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.store-intro .store-intro__extra .store-btn {
  display: inline-block;
  width: 15rem;
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
  border: 1px solid #2e619b;
  background-color: #2e619b;
  color: white;
  text-align: center;
}
.store-intro .store-intro__extra .store-btn:hover {
  border-color: orangered;
  background-color: #ff8400;
}
.store-intro .store-intro__desc {
  font-size: 1.6rem;
  color: #4a4a4a;
  padding: 2rem;
  border-top: 1px solid #ffcac6;
  background-color: #fff8f8;
  margin-bottom: 20px;
}
.store-intro .store-intro__desc .price {
  font-size: 2.8rem;
  color: #d7282d;
}
.store-intro .store-intro__desc .through-price {
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
}
.store-intro .store-intro__desc a.author {
  color: #333;
  margin-right: 10px;
  padding: 01px 0 05px;
}
.store-intro .store-intro__desc em {
  color: #4a4a4a;
  margin-left: 10px;
}
.store-con-indicate {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #060606;
  font-weight: 500;
}
.store-con-indicate .store-con-indicate__cn {
  color: black;
  letter-spacing: 0.1rem;
  position: relative;
}
.store-con-indicate .store-con-indicate__cn:before {
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #2e619b;
}
.store-content {
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 0 2rem 2rem;
}
.store-content .store-content__detail {
  text-align: justify;
  line-height: 1.5;
  width: 100%;
  min-width: 56rem;
  font-size: 1.6rem;
}
.store-content .store-content__detail .store-attr {
  width: 80%;
  margin: 0 auto;
}
.store-content .store-content__detail .store-attr__list {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-content .store-content__detail .store-attr__list li {
  width: 49%;
  height: 4rem;
  line-height: 4rem;
  background-color: #f1f1f1;
  margin: 1px 0 0 1px;
  font-size: 1.2rem;
  text-align: left;
}
.store-content .store-content__detail .store-attr__list li b {
  display: inline-block;
  width: 7rem;
  background-color: #ccc;
  text-align: center;
  margin-right: 1rem;
}
.store-content .store-content__detail img {
  width: auto;
  height: auto;
  max-width: 90rem;
}
.store-content .store-content__detail p {
  margin: 1rem 0;
  padding: 0;
}
.store-content .store-content__detail p span.icon-size-chat {
  color: #1ccc25;
}
.store-content .store-content__detail div {
  text-align: center;
  margin: 1.5rem 0 2.5rem 0;
}
.store-content .store-content__detail div img {
  text-align: center;
  margin: 1.5rem 0 2.5rem 0;
}
.store-content .store-content__pn {
  margin: 0 auto;
  font-size: 1.8rem;
  margin-top: 3rem;
}
.store-content .store-content__pn p {
  color: #333;
  margin-bottom: 0;
}
.store-content .store-content__pn p:first-child {
  border-bottom: 0.1rem #aaa solid;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
.store-content .store-content__pn a {
  color: #666;
}
.store-con-contact {
  border-top: 0.1rem solid #eee;
  margin-bottom: 2rem;
}
.store-contact {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.store-contact__list {
  width: 22rem;
  border: 0.1rem solid #ccc;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  color: #333;
}
.store-contact__list .store-contact__head {
  margin-bottom: 2rem;
}
.store-contact__list .store-contact__item {
  padding: 0 1.2rem 2rem;
}
.store-contact__list .icon {
  position: relative;
  padding-left: 3.8rem;
}
.store-contact__list .icon:before {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.store-contact__list .icon.icon01:before {
  background-image: url("../../images/icon01.png");
}
.store-contact__list .icon.icon02:before {
  background-image: url("../../images/icon02.png");
}
.store-contact__list .icon.icon03:before {
  background-image: url("../../images/icon03.png");
}
.store-contact__map {
  width: 52rem;
  margin-left: 5rem;
}
.store-contact__map img {
  border: 0.1rem solid #cfcfcf;
}
.contact-list {
  padding: 0.5rem 1rem;
  border-bottom: 0.1rem dashed #ececec;
}
.contact-list:last-child {
  border-bottom: none;
}
.contact-list dt {
  float: left;
  width: 80px;
  font-weight: normal;
  color: #999;
}
.contact-list dd {
  float: left;
}
