html {}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 70px 0 0 0;
  font: 14px/1.5 Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif !important;
  color: #212529;
  background-color: #FFF;
}

body.bgfa {
  background-color: #FAFAFA;
}

select,
textarea,
button {
  font: 14px/1.5 Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif;
}

ul,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

img {
  border: 0;
}

a,
a:focus,
a:hover,
.btn:focus,
li,
li:focus,
li:hover,
input,
input:focus,
input:hover,
textarea,
textarea:focus,
textarea:hover,
select,
select:focus,
select:hover {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a,
a:link,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #e93f63;
  transition: all 0.35s;
  text-decoration: none !important;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8e8e8e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8e8e8e;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* ie  */
  color: #8e8e8e;
}

.wrapper {
  display: block;
  width: 1155px;
  margin: 0 auto;
}

.wrapper.flex {
  display: flex;
  justify-content: space-between;
}

.red {
  color: #FF0000;
}

.green {
  color: #009900;
}

/*header*/
.header {
  background-color: #112b64;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header .wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 10px;
}

.header .logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header .left {
  display: flex;
  height: 100%;
  align-items: center;
}

.header .right {
  display: flex;
  height: 100%;
  align-items: center;
}

.header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  margin-left: 30px;
}

.header .nav li {
  display: block;
  margin: 0 5px;
}

.header .nav li a {
  display: block;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  color: #FFF;
  border-radius: 5px;
}

.header .nav li a:hover,
.header .nav li.cur a {
  background-color: hsla(0, 0%, 100%, .18);
}

.header .search-box {
  position: relative;
  width: 1px;
  overflow: visible;
  height: 36px;
}

.header .search {
  display: block;
  position: absolute;
  min-width: 160px;
  top: -5px;
  right: 10px;
}

.header .search .topsearch-text {
  /* display: flex; */
  align-items: center;
  background-color: hsla(0, 0%, 100%, .18);
  border-radius: 20px;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  padding: 0 23px 0 25px;
  color: #FFF;
}

.header .search .topsearch-text:hover {
  background-color: hsla(0, 0%, 100%, .15);
}

.header .search .topsearch-text i {
  display: block;
  overflow: visible;
  /* margin-top: 5px;
  margin-left: 5px; */
  float: right;
}

.header .topsearch {
  display: none;
  width: 380px;
  height: 42px;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.header .topsearch.show {
  display: flex;
}

.header .topsearch input {
  width: 305px;
  height: 42px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 42px;
  border: none;
}

.header .topsearch button {
  width: 75px;
  height: 42px;
  line-height: 41px;
  font-size: 14px;
  border: none;
  color: #FFF;
  cursor: pointer;
  background-color: #e93f63;
}

.header .topsearch button:hover {
  background-color: #e02a51;
}

.header .btn-login {
  display: block;
  margin-right: 20px;
}

.header .btn-login a {
  color: #FFF;
}

.header .btn-login a:hover {
  text-decoration: underline !important;
}

.header .btn-ad {
  display: block;
}

.header .btn-ad a {
  display: block;
  height: 36px;
  line-height: 36px;
  min-width: 64px;
  padding: 0 16px;
  background: #e93f63 !important;
  color: #fff;
  outline: none;
  border-radius: 5px;
}

.header .btn-ad a:hover {
  background: #e02a51 !important;
}

.header .nav-bar {
  display: none;
}

.header .menu-user {
  display: none;
}

/*home*/
.homebanner {
  background: linear-gradient(180deg, #112b64, #e7efff);
  color: #fff;
  height: 322px;
  overflow: hidden;
  padding-bottom: 50px;
}

.homebanner .wrapper {
  display: flex;
  height: 100%;
  padding: 0 35px;
  align-items: center;
  justify-content: space-between;
}

.homebanner .searchbox {
  width: 450px;
  height: auto;
}

.homebanner .pic {
  display: block;
  width: auto;
  height: 220px;
}

.homebanner .pic img {
  display: block;
  width: auto;
  height: 100%;
}

.homebanner .keyword-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
  z-index: 20;
  flex-direction: row;
  flex-wrap: wrap;
}

.homebanner .keyword-list a {
  display: flex;
  align-items: center;
  height: 22px;
  line-height: 22px;
  padding: 0 0;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.homebanner .keyword-list a svg {
  margin-right: 5px;
  color: #e93f63;
  width: 16px;
  height: 16px;
}

.homebanner .keyword-list a:hover {
  color: #e93f63;
}

.homebanner .title {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 5px;
}

.homebanner .desc {
  font-size: 13px;
}

.homebanner .desc strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.homebanner .search {
  display: flex;
  width: 100%;
  height: 42px;
  margin-top: 16px;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
}

.homebanner .search input {
  width: 375px;
  height: 42px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 42px;
  border: none;
}

.homebanner .search button {
  width: 75px;
  height: 42px;
  line-height: 41px;
  font-size: 14px;
  border: none;
  color: #FFF;
  cursor: pointer;
  background-color: #e93f63;
}

.homebanner .search button:hover {
  background-color: #e02a51;
}

.homenotice {
  position: relative;
  top: -35px;
}

.homenotice .wrapper {
  padding: 15px 18px;
  background: #fff3cd;
  background: linear-gradient(90deg, #fff3cd, #ffe1cd 50%, #ffd3cd);
  border-radius: 8px;
  box-shadow: 0 -2px 10px #ebebeb;
}

.homenotice .title {
  display: flex;
  justify-content: space-between;
}

.homenotice .title .text {
  font-size: 20px;
  font-weight: bold;
  color: #112b64;
}

.homenotice .title .btn {
  display: block;
  margin-right: 0;
}

.homenotice .title .btn a {
  display: flex;
  align-items: center;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff;
  background: #08c;
}

.homenotice .title .btn a img {
  border-radius: 50%;
  height: 20px;
  margin-right: 5px;
}

.homenotice .title .btn a:hover {
  opacity: 0.8;
}

.homenotice .desc {
  margin-top: 10px;
  color: #000;
  margin-bottom: 8px;
}

.homestore {
  padding: 10px 15px 10px;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 -2px 10px #ebebeb;
  position: relative;
}

.homestore h2 {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 8px 0;
  text-align: center;
}

.homestore .more {
  padding: 5px 0 5px;
  text-align: center;
}

.homestore .more a {
  color: #112b64;
  font-size: 14px;
  line-height: 24px;
}

.homestore .more a:hover {
  color: #e93f63;
}

.homestore-list {
  display: block;
  padding: 0 0;
}

.homestore-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0;
}

.homestore-list li {
  flex: 0 0 10%;
  max-width: 10%;
  height: auto;
  padding: 12px 0;
}

.homestore-list li a {
  display: block;
  padding: 15px 2px;
  border-radius: 10px;
  background-color: #FFF;
  border: 3px solid #f2f2f2;
}

.homestore-list li a:hover {
  background-color: #e93f63;
}

.homestore-list li .pic {
  display: flex;
  margin: 0 auto 8px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  transition: all .3s;
}

.homestore-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.homestore-list li:hover .pic {
  transform: scale(1.06);
}

.homestore-list li .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homestore-list li a:hover .title {
  color: #FFF;
}

/*箭头*/
.homestore .swiper-button-prev,
.homestore .swiper-button-next {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: 0;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.homestore .swiper-button-prev {
  left: 0;
}

.homestore .swiper-button-next {
  right: 0;
}

.homestore .swiper-button-next:after,
.homestore .swiper-button-prev:after {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}

.homestore .swiper-button-prev:hover,
.homestore .swiper-button-next:hover {
  background: no-repeat;
  border: none;
}

.homestore .swiper-button-next:hover:after,
.homestore .swiper-button-prev:hover:after {
  color: #e93f63;
}

.homeinfo {
  padding: 25px 15px 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 -2px 10px #ebebeb;
  position: relative;
}

.homeinfo h2 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.homeinfo h2 i {
  margin-right: 5px;
  color: rgb(255, 71, 0);
  -webkit-text-stroke: 1px rgb(255, 190, 25);
}

.loadend {
  display: none;
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.loadend.show {
  display: block;
}

/*content*/
.content {
  display: block;
  width: 1155px;
  margin: 28px auto 30px auto;
}

.h2title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.h2title.m10 {
  margin-top: 10px;
}

.h2title.m50 {
  margin-top: 50px;
}

.h2title.center {
  text-align: center;
}

.h2title strong {
  display: block;
  font-weight: bold;
  padding: 6px 0;
}

.h2title span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  padding: 8px 0;
}

.topnav {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
  z-index: 20;
}

.topnav a {
  display: flex;
  align-items: center;
  height: 38px;
  line-height: 36px;
  padding: 0 20px 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 20px;
  color: #e93f63;
  background: #FFF;
  border: 1px solid #e93f63;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.topnav a svg {
  margin-right: 5px;
}

.topnav a.cur,
.topnav a:hover {
  color: #FFF;
  background: #e93f63;
}

.info-list {
  padding: 5px 0 0 0;
}

.info-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.info-list li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 8px 8px;
  width: auto;
  height: auto;
}

/* .info-list li a,  */
.info-list li .info-card {
  display: block;
  padding: 2px;
  background: linear-gradient(70deg, #e93f63, #112b64) border-box;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

/* .info-list li a:hover,  */
.info-list li .info-card:hover {
  background: linear-gradient(180deg, #e93f63, #112b64) border-box;
}

.info-list li .pic {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  z-index: 1;
}

.info-list li .pic .icon-vip {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  right: 5px;
  top: 5px;
  background: linear-gradient(90deg, #112b64 20%, #e93f63);
  border-radius: 0 6px 0 6px;
  position: absolute;
  z-index: 10;
}

.info-list li .pic .icon-vip i {
  margin-right: 3px;
  color: rgb(255, 71, 0);
  -webkit-text-stroke: 0.8px rgb(255, 190, 25);
}

.info-list li .pic .icon-verify {
  display: inline-block;
  background: #24b535;
  border-radius: 6px 0 6px 0;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  left: 5px;
  padding: 3px 8px;
  position: absolute;
  z-index: 10;
}

.info-list li .pic .icon-like {
  align-items: center;
  background: rgba(0, 0, 0, .51);
  border-radius: 20px;
  bottom: 15px;
  display: flex;
  font-size: 16px;
  height: 35px;
  justify-content: center;
  right: 8px;
  width: 35px;
  position: absolute;
  z-index: 10;
}

.info-list li .pic .icon-like i {
  color: #FFF;
}

.info-list li .pic .icon-like:hover {
  background: rgba(255, 255, 255, .51);
}

.info-list li .pic .icon-like:hover i {
  color: #e93f63;
}

.info-list li .pic img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
  z-index: -1;
}

.info-list li:hover .pic img {
  transform: scale(1.06);
}

.info-list li .text {
  position: relative;
  z-index: 10;
  display: block;
  padding: 10px 10px 12px;
  height: 162px;
  margin-top: -10px;
  border-radius: 5px;
  background-color: #FFF;
}

.info-list li .text .region {
  border-radius: 15px;
  display: inline-block;
  font-weight: 700;
  background: #e93f63;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  padding: 2px 10px;
}

.info-list li .text .district {
  color: #e93f63;
  font-size: 12px;
  margin-bottom: 7px;
  padding: 0 8px;
  margin-top: 5px;
}

.info-list li .text .title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.info-list li .text .address {
  font-size: 13px;
  color: #000;
  margin-top: 3px;
}

.info-list li .text .type {
  display: inline-block;
  margin-top: 10px;
  align-items: center;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #343a40;
}

.info-list li .text .type.cur {
  color: #0c81e9;
  border: 1px solid #0c81e9;
}

.info-list li .text .type svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}

.info-det {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
}

.info-det .zs-wp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.info-det .pic {
  flex: 0 0 570px;
  width: 570px;
  height: auto;
  position: relative;
}

.info-det .pro-bigpic {
  display: block;
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  list-style: none;
  z-index: 1;
  border: 1px solid #EAEAEA;
}

.info-det .pro-bigpic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-det .pro-thumbs {
  display: block;
  margin: 10px 0 10px 0;
  width: auto;
  height: 198px;
  overflow: hidden;
  position: relative;
  list-style: none;
  z-index: 2;
  cursor: pointer;
}

.info-det .pro-thumbs .swiper-slide {
  overflow: hidden;
  border: 1px solid #EAEAEA;
}

.info-det .pro-thumbs img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-det .pro-thumbs .swiper-slide:hover img {
  opacity: 0.8;
}

.info-det .pro-thumbs .swiper-slide-thumb-active {
  border: 1px solid #e60012;
}

/*箭头*/
.info-det .pic .swiper-button-prev,
.info-det .pic .swiper-button-next {
  top: 384px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.info-det .pic .swiper-button-prev {
  left: 0;
}

.info-det .pic .swiper-button-next {
  right: 0;
}

.info-det .pic .swiper-button-next:after,
.info-det .pic .swiper-button-prev:after {
  color: #e93f63;
  font-size: 35px;
  font-weight: bold;
}

.info-det .pic .swiper-button-prev:hover,
.info-det .pic .swiper-button-next:hover {
  background: no-repeat;
  border: none;
}

.info-det .pic .swiper-button-next:hover:after,
.info-det .pic .swiper-button-prev:hover:after {
  color: #d81741;
}

.fun-box {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
}

.box-report,
.box-love {
  margin-left: 16px;
  font-size: 10px;
  cursor: pointer;
}

.box-report i,
.box-love i {
  align-items: center;
  background: rgba(0, 0, 0, .51);
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  justify-content: center;
  padding-top: 1px;
  width: 27px;
  margin-bottom: 5px;
}

.box-report:hover,
.box-love:hover {
  color: #e93f63 !important
}

.box-report:hover i,
.box-love:hover i {
  background: #e93f63;
}

.info-det .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 25px;
  position: relative;
}

.info-det .text .title {
  display: block;
  padding: 5px 120px 5px 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 0;
}

.info-det .text .type {
  display: inline-block;
  margin-top: 10px;
  align-items: center;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #343a40;
}

.info-det .text .type.cur {
  color: #0c81e9;
  border: 1px solid #0c81e9;
}

.info-det .text .type svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}

.info-det .text .desc {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  font-size: 16px;
  line-height: 1.45;
  flex-direction: row;
  flex-wrap: wrap;
}

.info-det .text .desc p {
  margin: 0 0 8px;
}

.info-det .text .desc p.in-two {
  width: 45%;
}

.info-det .text .desc p.in-one {
  width: 100%;
}

.info-det .text .icon-verify {
  border-radius: 6px 0 6px 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  background: #30ce00;
  margin-right: 2px;
}

.info-det .text .icon-hot {
  border-radius: 6px 0 6px 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  background: #FF6600;
}

.info-det .text .dcdet {
  display: block;
  margin-top: 25px;
}

.info-det .text .dcdet strong {
  font-size: 18px;
}

.info-det .text .dcdet .dc-text {
  font-size: 16px;
  line-height: 1.625;
  color: #212529;
}

.info-det .info-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-det .info-share .store-share {
  display: block;
  margin-top: 18px;
}

.info-det .info-share .store-share h3 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.info-det .info-share .store-share .share-list {
  display: flex;
}

.info-det .info-share .is-view {
  width: 160px;
  font-size: 12px;
  color: rgba(0, 0, 0, .87);
}

.info-det .info-share .is-view div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.info-det .info-share .is-view div svg {
  transform: rotate(180deg);
}

.info-det .box-slogan {
  background: #e93f63;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.info-det .box-slogan .text-slogan {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 60px;
}

.info-det .box-slogan .arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e93f63;
  bottom: -8px;
  height: 0;
  left: 15px;
  position: absolute;
  width: 0;
}

.info-det .text .btn {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.info-det .text .btn .box-line,
.info-det .text .btn .box-weixin,
.info-det .text .btn .box-WhatsApp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01b901;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
}

.info-det .text .btn .box-line i,
.info-det .text .btn .box-weixin i,
.info-det .text .btn .box-WhatsApp i {
  font-size: 30px;
  margin-right: 5px;
}

.info-det .text .btn .box-line:hover,
.info-det .text .btn .box-weixin:hover,
.info-det .text .btn .box-WhatsApp:hover {
  opacity: 0.8;
}

/* .info-det .text .btn .box-WhatsApp {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.info-det .text .btn .box-WhatsApp:hover {
  opacity: 0.8;
} */

.info-btn {
  display: block;
  width: 250px;
  margin: 70px auto;
}

.info-btn .ib-text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.info-btn .form-btn {
  height: 46px;
  line-height: 46px;
  font-weight: bold;
}

.info-recommend {
  display: block;
  padding-top: 20px;
}

.info-recommend h3 {
  font-size: 18px;
  font-weight: bold;
}

.info-recommend .info-list li {
  flex: 0 0 25%;
  max-width: 25%;
}

.info-recommend .info-list li .pic {
  height: 300px;
}

.store-list {
  display: block;
}

.store-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.store-list li {
  flex: 0 0 25%;
  max-width: 25%;
  height: auto;
  padding: 12px 12px;
}

.store-list li a {
  display: block;
  padding: 30px 2px;
  border-radius: 10px;
  border: 3px solid #e93f63;
}

.store-list li a:hover {
  background-color: #e93f63;
}

.store-list li .pic {
  display: flex;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  transition: all .3s;
}

.store-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.store-list li:hover .pic {
  transform: scale(1.06);
}

.store-list li .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.store-list li a:hover .title {
  color: #FFF;
}

.store-banner {
  display: block;
  height: 330px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.store-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-box {
  text-align: center;
  padding: 12px;
}

.store-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}

.store-title svg {
  margin: 0 3px;
}

.store-date {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 3px;
}

.store-view {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 3px;
}

.store-date svg,
.store-view svg {
  margin: 0 3px;
  width: 18px;
  height: 18px;
}

.store-body {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #9e9e9e;
  padding: 12px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.store-body a {
  color: #1976d2;
}

.store-body a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}

.store-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 12px;
}

.store-share h3 {
  display: flex;
  align-items: center;
}

.store-share h3 svg {
  margin-left: 3px;
}

.store-share h3,
.store-share a {
  margin-right: 8px;
}

.store-share a:hover {
  opacity: 0.8;
}

.store-btn {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.evaluate-list {
  display: block;
  padding: 0 0 0 0;
}

.evaluate-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.evaluate-list .el-head {
  display: flex;
  align-items: center;
  position: relative;
}

.evaluate-list .el-avatar {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  align-items: center;
  background-color: #e93f63;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  overflow: hidden;
}

.evaluate-list .el-avatar a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #FFF;
}

.evaluate-list .el-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.evaluate-list .el-info {
  line-height: 1.5;
}

.evaluate-list .el-name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.evaluate-list .el-time {
  font-size: 14px;
  color: #000;
}

.evaluate-list .el-store {
  position: absolute;
  right: 0;
  top: -10px;
  width: 70px;
  height: auto;
  font-size: 12px;
  text-align: center;
}

.evaluate-list .el-store img {
  display: block;
  width: 100%;
  height: 85px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.evaluate-list .el-store a {
  color: #e93f63;
}

.evaluate-list .el-store a:hover {
  opacity: 0.8;
}

.evaluate-list .el-star {
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
}

.evaluate-list .el-star .item {
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
}

.evaluate-list .el-star .item span {
  padding-left: 3px;
  color: #e93f63;
}

.evaluate-list .el-con {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.evaluate-list .el-con a {
  display: block;
  font-size: 14px;
  color: #e93f63;
}

.evaluate-list .el-con a:hover {
  opacity: 0.8;
}

.evaluate-list .el-photo {
  display: flex;
  margin-top: 26px;
  justify-content: flex-start;
}

.evaluate-list .el-photo img {
  width: 182px;
  height: 218px;
  margin-right: 25px;
  object-fit: cover;
}

.recommend-box {
  padding: 22px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 -2px 10px #ebebeb;
  position: relative;
  margin-bottom: 20px;
}

.recommend-box h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.news-list {
  padding: 0 0 0 0;
}

.news-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.news-list li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 12px 12px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.news-list li .pic {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 1;
  border-radius: 10px;
}

.news-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news-list li:hover .pic img {
  transform: scale(1.06);
}

.news-list li .title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.news-list li .desc {
  margin-top: 8px;
  color: #bebebe;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.news-list li .time {
  color: #bebebe;
  font-size: 13px;
  margin-top: 6px;
}

.news-content {
  display: block;
  width: 900px;
  margin: 28px auto 50px auto;
}

.news-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
}

.news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.news-info .ni-text {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, .87);
}

.news-info .ni-text img {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.news-info .ni-text .author {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0 16px 0 8px;
}

.news-info .ni-view {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.news-info .ni-view i {
  margin-right: 5px;
  font-size: 14px;
  color: #808080;
}

.news-pic {
  display: block;
  width: 100%;
  padding: 12px 0;
}

.news-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.news-body {
  font-size: 16px;
  line-height: 1.5;
}

.share {
  display: block;
  margin-top: 10px;
  text-align: right;
}

.share a {
  margin-right: 8px;
}

.share a:hover {
  opacity: 0.8;
}

.recommend {
  display: block;
  padding-top: 20px;
}

.recommend h3 {
  font-size: 18px;
  font-weight: bold;
}

.recommend h3 .form-btn {
  float: right;
  display: inline-block;
  width: auto;
  margin-top: -5px;
  height: 36px;
  line-height: 36px;
  min-width: 64px;
  padding: 0 16px;
  font-size: 14px;
}

.recommend h3 .form-btn i {
  margin-right: 5px;
}

.recommend .info-list li {
  flex: 0 0 25%;
  max-width: 25%;
}

.moments-list {
  display: block;
  padding: 0 0 0 0;
}

.moments-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.moments-list .ml-head {
  display: flex;
  align-items: center;
  position: relative;
}

.moments-list .ml-avatar {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  align-items: center;
  background-color: #e93f63;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  overflow: hidden;
}

.moments-list .ml-avatar a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #FFF;
}

.moments-list .ml-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.moments-list .ml-info {
  line-height: 1.5;
}

.moments-list .ml-name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.moments-list .ml-time {
  font-size: 14px;
  color: #000;
}

.moments-list .ml-con {
  padding-left: 55px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.moments-list .ml-con a {
  display: block;
  font-size: 14px;
  color: #e93f63;
}

.moments-list .ml-con a:hover {
  opacity: 0.8;
}

.moments-list .ml-photo {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}

.moments-list .ml-photo img {
  width: 182px;
  height: 218px;
  margin-right: 25px;
  object-fit: cover;
}

.login-box {
  display: flex;
  width: 300px;
  min-height: 650px;
  margin: 0 auto;
  padding: 30px 0 50px;
  flex-direction: column;
  justify-content: center;
}

.login-box h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  color: rgba(0, 0, 0, .87);
  margin-bottom: 26px;
  font-weight: bold;
}

.login-box h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, .87);
}

.form-user {
  display: block;
}

.form-item {
  display: block;
  margin-bottom: 18px;
  position: relative;
}

.form-label {
  font-size: 16px;
  color: rgba(0, 0, 0, .6);
}

.form-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
}

.form-input:hover,
.form-input:focus {
  border: 1px solid #1976d2;
  box-shadow: 0px 0px 4px 0px #1976d2;
}

.form-input.error {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(255, 0, 0, 1);
}

.form-textarea {
  width: 100%;
  height: 100px;
  font-size: 15px;
  padding: 15px 16px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
}

.form-textarea:hover,
.form-textarea:focus {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(233, 63, 99, 1);
}

.form-text {
  display: block;
  font-size: 16px;
  margin-top: 24px;
  color: rgba(0, 0, 0, .87);
  text-align: center;
}

.form-text.forgotpassword {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-text a {
  color: #292961;
}

.form-text a:hover {
  text-decoration: underline !important;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-left: 2px;
}

.form-radio {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-left: 2px;
}

.form-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFF !important;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #e93f63;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.form-btn:hover {
  background: #e02a51;
}

.form-error-text {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  background-color: #df0000;
  box-shadow: 0 0 11px -3px rgba(0, 0, 0, .75);
  color: #fff;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 8px;
  padding: 4px 7px;
  z-index: 10;
}

.form-error-text:before {
  position: absolute;
  border-bottom: 5px solid #df0000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  font-size: 0;
  height: 0;
  left: 10px;
  line-height: 0;
  top: -5px;
  width: 0;
}

.form-error-text.error {
  display: block;
}

.form-tips {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.form-tips a {
  color: #292961;
}

.form-tips a:hover {
  text-decoration: underline !important;
}

.icon-password {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 22px;
  height: 22px;
  background: url(../img/icon-password-a.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}

.icon-password.cur {
  background: url(../img/icon-password-v.png) no-repeat center center;
  background-size: 100% auto;
}

/*页码*/
.pagination {
  padding: 30px 0 20px 0;
  display: flex;
  justify-content: center;
}

.pagination .page-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  color: #333;
  transition: all 0.35s;
  margin: 0 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.pagination .page-item:hover {
  background-color: #112b64;
  color: #fff;
  cursor: pointer;
}

.pagination .page-item:hover a {
  color: #fff;
}

.pagination .active {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  border-radius: 4px;
  background: #112b64;
  color: #fff;
  text-align: center;
  margin: 0 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/*footer*/
.footer {
  align-items: center;
  background-color: #112b64;
  color: #fff;
  display: block;
  height: auto;
  padding: 25px 0;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.footer .foot-logo {
  display: block;
  height: 70px;
  margin-bottom: 25px;
}

.footer .foot-logo img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.footer .foot-nav {
  text-align: center;
  margin-bottom: 16px;
}

.footer .foot-nav a {
  margin: 0 8px;
  color: #FFF;
}

.footer .foot-nav a:hover,
.footer .foot-copyright a:hover {
  text-decoration: underline !important;
}

.footer .foot-copyright {
  margin-bottom: 10px;
}

.footer .foot-copyright a {
  color: #FFF;
}

.bg-pink {
  background-color: #d63384 !important;
  color: #fff !important;
}

.bg-red {
  background-color: #e93f63 !important;
  color: #fff !important;
}

.bg-purple {
  background-color: #112b64 !important;
  color: #fff !important;
}

.bg-blue {
  background-color: #112b64 !important;
  color: #fff !important;
}

.pink {
  color: #d63384 !important;
}

.red {
  color: #e93f63 !important;
}

.purple {
  color: #112b64 !important;
}

.btn-google {
  margin-top: 25px;
}

.btn-google svg {
  vertical-align: middle;
}

.grid2 {
  display: grid;
  grid-template-columns: auto auto;
  margin: 15px -15px;
}

.grid-col2 {
  margin: auto 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .form-label {
  font-size: 12px;
}

.input-group-btn input {
  display: none;
}

.cmf-album { padding: 0; float: left;}
.cmf-album li { margin: 0 5px 5px 0; height: 100px; background: #efefef; border:1px solid #d1d1d1; float:left; overflow: hidden; }
.cmf-album li img { max-width: 80px; height: 80px; }
.cmf-album li .album-action { height:20px; line-height: 20px; padding:0 3px; overflow:hidden; }
.cmf-album li .album-action .view { float:left; }
.cmf-album li .album-action .delete { float:right; }
.cmf-album li label { display: block; width: 80px; height: 100px; cursor: pointer; font-size: 40px; line-height: 95px; text-align: center; }
.cmf-album li label input { display: none; }

.input-group-addon {
  vertical-align: middle;
}

.input-group-addon img {
  max-width: 32px;
  max-height: 38px;
}

.btn-gallery {
  border: none;
  width: 80px !important;
}