@charset "utf-8";
.ykj {
  width: 1.85185185vw;
  height: 9.25925926vw;
}
body {
  background-color: #f4f4f4;
}
#index-box {
  width: 100vw;
  overflow: hidden;
}
#index-box .hello {
  background-color: #ffffff;
  width: 100%;
  height: 25.92592593vw;
  font-size: 5.55555556vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #333333;
  padding-top: 10.37037037vw;
  box-sizing: border-box;
}
#index-box .hello p i {
  margin-top: 1.11111111vw;
  display: inline-block;
  width: 4.2037037vw;
  height: 4.2037037vw;
  background-image: url(../images/assets/bottom.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}
#index-box .list-box {
  width: 100%;
  height: 22.22222222vw;
  overflow: hidden;
  background-color: #fff;
  border: solid 0.09259259vw #e9e9e9;
}
#index-box .list-box .list {
  float: left;
  width: 25%;
  height: 22.22222222vw;
  text-align: center;
  color: #333333;
}
#index-box .list-box .list .pic {
  padding-top: 2.59259259vw;
  box-sizing: border-box;
}
#index-box .list-box .list .pic img {
  width: 11.11111111vw;
  height: 11.11111111vw;
}
#index-box .about {
  background-color: #fff;
  margin-bottom: 2.77777778vw;
  width: 100vw;
  overflow: hidden;
}
#index-box .about h4 {
  height: 11.11111111vw;
  line-height: 14.81481481vw;
  font-size: 4.53703704vw;
  text-align: center;
  color: #333333;
  font-weight: normal;
}
#index-box .about p.line {
  height: 0.37037037vw;
  width: 9.25925926vw;
  background-color: #ebebeb;
  margin: 1.11111111vw auto 5.55555556vw;
}
#index-box .recommend {
  height: 100%;
  display: none;
}
#index-box .recommend .recoment-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-box .recommend .recoment-box .no-relevant {
  text-align: center;
  padding: 1.85185185vw;
}
#index-box .recommend .recoment-box .no-relevant .round {
  width: 24vw;
  height: 24vw;
  background-color: #f4f4f4;
  margin: 0 auto;
  background: url(../images/assets/Bitmap.jpg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#index-box .recommend .recoment-box .no-relevant p {
  margin: 4vw auto;
  font-size: 4.7962963vw;
  color: #999999;
}
#index-box .recommend .recoment-box ul {
  width: 168.33333333vw;
  position: absolute;
}
#index-box .recommend .recoment-box ul li {
  width: 53.33333333vw;
  height: 36.11111111vw;
  box-sizing: border-box;
  float: left;
  margin-left: 2.77777778vw;
}
#index-box .recommend .recoment-box ul li img {
  width: 100%;
  height: 100%;
}
#index-box .recommend .recoment-box ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
#index-box .recommend .recoment-box ul li p.more {
  text-align: center;
  font-size: 4.25925926vw;
  color: #999999;
  margin-top: 12.96296296vw;
}
#index-box .recommend .recoment-box ul li p.lo {
  width: 100%;
}
#index-box .recommend .recoment-box ul li p.lo i {
  display: block;
  width: 15.87037037vw;
  height: 1.74074074vw;
  object-fit: contain;
  background-image: url(../images/assets/more.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: 1.11111111vw auto;
}
#index-box .active {
  overflow: hidden;
  margin-bottom: 0;
}
#index-box .active #events .no-relevant {
  text-align: center;
  padding: 1.85185185vw;
}
#index-box .active #events .no-relevant .round {
  width: 24vw;
  height: 24vw;
  background-color: #f4f4f4;
  margin: 0 auto;
  background: url(../images/assets/Bitmap.jpg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#index-box .active #events .no-relevant p {
  margin: 4vw auto;
  font-size: 4.7962963vw;
  color: #999999;
}
#index-box .active .pic {
  padding: 0 2.77777778vw;
}
#index-box .active .pic img {
  width: 94.44444444vw;
  height: 58.51851852vw;
  display: block;
}
#index-box .active .desc {
  text-align: center;
  height: 17.59259259vw;
}
#index-box .active .desc h5 {
  font-size: 4.16666667vw;
  line-height: 1;
  color: #333333;
  padding-top: 4.16666667vw;
  font-weight: normal;
}
#index-box .active .desc p {
  font-size: 3.33333333vw;
  line-height: 1;
  color: #999999;
  margin-top: 1.85185185vw;
}
#index-box .getmore {
	display: none;
  width: 94.44444444vw;
  height: 9.25925926vw;
  background-color: #f4f4f4;
  margin: 0 auto 3.7037037vw;
  font-size: 3.33333333vw;
  line-height: 9.25925926vw;
  text-align: center;
  color: #999999;
}

#index-box .about .swiper-container{
	height: 100%;
}

#index-box .about #slideshow{}

#index-box .about #slideshow .swiper-slide > img{
	width: 100%;
}


#mall-selector > li{
    width: 50%;
    text-align: center;
}

#mall-selector > li.active > a{
	background-color: #f26f4e;
	border-color: #f26f4e;
}


#mall-selector > li > a{
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	margin: 0;
}

#mall-selector > li > a{
	border-radius: 0;
	font-size: 20px;
}


#mall-shop-content{
    padding: 20px;
	font-size: 20px;
}

#mall-info{
	padding: 20px;
}

#mall-info > p{
	font-size: 20px;
}

#mall-shop-content .mall-tabs{}


#mall-shop-content .mall-tabs .shop-content{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#mall-shop-content .mall-tabs.mall-content{
	
}

#mall-shop-content .mall-tabs.mall-content img{
	max-width: 100%;
	/* width: 100%; */
}


#mall-shop-content .mall-tabs .shop-content .floor{
	font-size: 28px;
}
#mall-shop-content .mall-tabs .shop-content .shop-box{
	
}
#mall-shop-content .mall-tabs .shop-content .shop-box .shop-name{
	font-size: 18px;
}
#mall-shop-content .mall-tabs .shop-content .shop-box .room{
	font-size: 14px;
	color: #888;
}
.ntm body{
	font-family: "Microsoft JhengHei","lato", sans-serif;
	background: url('https://www.hkntm.com/themes/ntm/assets/images/bg.jpg') repeat-y center center fixed; 
}





