/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: DIN;
  src: url('/font/DIN_Condensed_Bold.ttf'), url('/font/DIN_Condensed_Bold.eot');
}
.store--day {
  overflow: hidden;
}
.store--day .img--box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.store--day .img--box .mask--box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.store--day .img--box .mask--box .img--mask {
  height: 1100px;
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
}
.store--day .img--box .mask--box .img--mask1 {
  height: 18180px;
  background-color: #ffffff;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.store--day .img--box .pic--block {
  width: 100%;
  height: 400px;
}
.store--day .container--center {
  position: relative;
  z-index: 3;
  width: 1180px;
  min-width: 1180px;
  margin: 0 auto;
}
.store--day .container--center .current--position {
  margin-top: 10px;
}
.store--day .container--center .current--position .crumbs {
  font-size: 13px;
  color: #2f2f2f;
  text-decoration: none;
}
.store--day .container--center .current--position h3:hover,
.store--day .container--center .current--position h2:hover {
  color: #ff7385;
}
.store--day .container--center .theme {
  margin: 101px 0 59px 371px;
}
.store--day .container--center .theme .theme--title-en {
  position: relative;
  width: 800px;
  height: 180px;
  background-color: transparent;
}
.store--day .container--center .theme .theme--title-en p {
  font-family: DIN;
  font-size: 90px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a3825e;
}
.store--day .container--center .theme .theme--title-cn {
  font-size: 64px;
  font-weight: bold;
  color: #2f2f2f;
  margin-top: 3px;
}
.store--day .container--center .shop .shop--city-gz {
  margin-bottom: 80px;
}
.store--day .container--center .shop .shop--city-gz .shop--img {
  position: relative;
  width: 780px;
  height: 510px;
  background-color: transparent;
  margin-left: 345px;
}
.store--day .container--center .shop .shop--city-gz .shop--img img {
  position: absolute;
  top: 0;
  left: 0;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce {
  position: relative;
  width: 338.3px;
  height: auto;
  background-color: #a3825e;
  min-height: 360px;
  padding: 0 0 20px 22.5px;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.26);
  margin: 74.5px 0 0 56.5px;
  z-index: 5;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .title--en {
  position: relative;
  width: 212px;
  height: 48px;
  background-color: transparent;
  font-family: DIN;
  font-size: 48px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin: 43px 0 6px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .title--cn,
.store--day .container--center .shop .shop--city-gz .shop--introduce .site,
.store--day .container--center .shop .shop--city-gz .shop--introduce .time,
.store--day .container--center .shop .shop--city-gz .shop--introduce .num,
.store--day .container--center .shop .shop--city-gz .shop--introduce .tourist--photos {
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .site .time .num,
.store--day .container--center .shop .shop--city-gz .shop--introduce .tourist--photos {
  font-size: 16px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .title--cn {
  font-size: 28px;
  margin-bottom: 20px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .site {
  width: 300px;
  line-height: 1.56;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .time {
  line-height: 1.88;
  margin-top: 10px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .num {
  margin-top: 5px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box {
  margin-top: 15px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city {
  position: relative;
  width: 138px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city .i--box {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city .i--box .iconfont {
  margin: 2px 6px 0 0;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city .box--shadow {
  position: absolute;
  width: 138px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .trip--city:hover .box--shadow {
  display: block;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .send {
  position: relative;
  width: 167px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .send .iconfont {
  margin: 2px 6px 0 0;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .send span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .send .box--shadow {
  position: absolute;
  width: 167px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .trip--photo-box .send:hover .box--shadow {
  display: block;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box {
  position: absolute;
  width: 260px;
  height: 200px;
  background-color: #ffffff;
  padding: 30px 40px;
  right: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main p {
  font-size: 16px;
  color: #666;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .phone {
  width: 180px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  color: #666;
  padding: 5px 10px;
  margin-top: 8px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .phone.err {
  color: #ff7385;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .phone:focus {
  border-color: #ff7385;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box {
  margin-top: 10px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box .verifi--input {
  width: 90px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 10px;
  margin-right: 10px;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box .verifi--input.err {
  color: #ff7385;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box .verifi--input:focus {
  border-color: #ff7385;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box .verifi--img {
  width: 80px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .verification--box .verifi--img img {
  width: 100%;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .send--btn {
  width: 130px;
  height: 30px;
  border-radius: 2px;
  background-color: #ff7385;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .send--btn.active {
  display: none;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .success {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  color: #417505;
  text-align: left;
  display: none;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .send--main .success.active {
  display: block;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box .close--btn {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-gz .shop--introduce .send--phone-box.active {
  display: block;
}
.store--day .container--center .shop .shop--city-sz {
  margin-bottom: 80px;
}
.store--day .container--center .shop .shop--city-sz .shop--img {
  position: relative;
  width: 780px;
  height: 510px;
  background-color: transparent;
  margin-left: 56px;
}
.store--day .container--center .shop .shop--city-sz .shop--img img {
  position: absolute;
  top: 0;
  right: 0;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce {
  position: relative;
  width: 338.3px;
  height: auto;
  background-color: #444466;
  min-height: 360px;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.26);
  margin: 74.5px 0 0 763.5px;
  padding: 0 0 20px 22.5px;
  z-index: 5;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .title--en {
  position: relative;
  width: 212px;
  height: 48px;
  background-color: transparent;
  font-family: DIN;
  font-size: 48px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 2.4px;
  color: #fff;
  margin: 43px 0 6px 0;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .title--cn,
.store--day .container--center .shop .shop--city-sz .shop--introduce .site,
.store--day .container--center .shop .shop--city-sz .shop--introduce .time,
.store--day .container--center .shop .shop--city-sz .shop--introduce .num,
.store--day .container--center .shop .shop--city-sz .shop--introduce .tourist--photos {
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .site .time .num,
.store--day .container--center .shop .shop--city-sz .shop--introduce .tourist--photos {
  font-size: 16px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .title--cn {
  font-size: 28px;
  margin-bottom: 20px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .site {
  width: 300px;
  line-height: 1.56;
  margin-bottom: 10px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .time {
  line-height: 1.88;
  margin-bottom: 5px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .num {
  margin-top: 5px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box {
  margin-top: 15px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city {
  position: relative;
  width: 138px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city .i--box {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city .i--box .iconfont {
  margin: 2px 6px 0 0;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city .box--shadow {
  position: absolute;
  width: 138px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .trip--city:hover .box--shadow {
  display: block;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .send {
  position: relative;
  width: 167px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .send .iconfont {
  margin: 2px 6px 0 0;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .send span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .send .box--shadow {
  position: absolute;
  width: 167px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .trip--photo-box .send:hover .box--shadow {
  display: block;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box {
  position: absolute;
  width: 260px;
  height: 200px;
  background-color: #ffffff;
  padding: 30px 40px;
  right: 0;
  display: none;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main p {
  font-size: 16px;
  color: #666;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .phone {
  width: 180px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  color: #666;
  padding: 5px 10px;
  margin-top: 8px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .phone.err {
  color: #ff7385;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .verification--box {
  margin-top: 10px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .verification--box .verifi--input {
  width: 90px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 10px;
  margin-right: 10px;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .verification--box .verifi--input.err {
  color: #ff7385;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .verification--box .verifi--img {
  width: 80px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .verification--box .verifi--img img {
  width: 100%;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .send--btn {
  width: 130px;
  height: 30px;
  border-radius: 2px;
  background-color: #ff7385;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .send--btn.active {
  display: none;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .success {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  color: #417505;
  text-align: left;
  display: none;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .send--main .success.active {
  display: block;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box .close--btn {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
}
.store--day .container--center .shop .shop--city-sz .shop--introduce .send--phone-box.active {
  display: block;
}
.footer {
  z-index: 3 !important;
}
.store--day.night .img--box .mask--box .img--mask {
  background: linear-gradient(rgba(0, 0, 0, 0.24) 0%, #272727 100%);
}
.store--day.night .img--box .mask--box .img--mask1 {
  background-color: #000000;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.store--day.night .container--center .current--position .crumbs {
  color: #fff;
}
.store--day.night .container--center .theme .theme--title-en p {
  color: #fff;
}
.store--day.night .container--center .theme .theme--title-cn {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .store--day {
    overflow: visible;
  }
  .store--day .img--box {
    width: 1180px;
  }
}
