em{font-size:0.875em}
/* #64A,#328,#A77 */
.document,.container{position:relative;}
.document{min-height:100%;height:auto;overflow:hidden;z-index:2;}/*background-color:#F5ECE4;*/
.document_bg{
  z-index:1;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;
 background-image:url(imgs/bg.png);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;
}
.container{overflow:hidden;
 /* background-image:url(imgs/bg.png);background-position:50% 50%;background-repeat:no-repeat;background-size:cover; */
 /* background-image:linear-gradient(rgba(245,236,228,.5),rgba(238,225,214,.5)); */
 z-index:3;
}
/* 内容页·特殊·标题页 */
.tagContainer{
  display:flex;align-items:center;justify-content:center;
}
/* 文档信息 */
.documentInfo{
 position:absolute;bottom:0;left:0;right:0;/*z-index:5;*/
 height:18px;line-height:18px;white-space:nowrap;text-align:center;font-size:0;
}
.documentInfo li{display:inline-block;font-size:12px;color:#FFF;}

/* border-box */
.titleTag,.menu-list a{
  box-sizing:border-box;
  padding-left:20px;padding-right:20px;
}

/* 标题板 */
.titleTag{
 margin:0 auto;width:100%;z-index:8;
 padding:50px 20px;
 background:linear-gradient(rgba(50,35,136,.85),rgba(110,100,178,.85));color:#FFF;
}
.titleTag dt{margin:40px 0 32px;font-size:32px;font-weight:bold;}
.titleTag strong,.titleTag em{display:block;font-weight:normal;font-size:0.875em;color:#FEF;}
.titleTag dd{margin:5px 0;}
.titleTag .tag-company-list{font-weight:bold;}
.titleTag dt em{font-size:0.4em;}



/* 目录·标题 */
.menu-title{
  position:relative;
  margin-top:10px;height:50px;line-height:50px;padding:8px 5px 5px 15px;
  font-size:32px;color:#328;font-weight:bold;
}
.menu-title::before{
  content:"";display:block;width:0;height:100px;border-left:solid 1px #328;
  position:absolute;top:-25px;left:88px;z-index:3;transform:rotate(30deg);
}
.menu-title em{margin-left:0.5em;font-weight:normal;}
/* 目录·列表 */
.menu-list{
  width:100%;height:100vh;overflow:hidden;
  position:absolute;top:0;left:0;right:0;bottom:0;
  /*top:50%;right:0;transform:translate(0,-50%); //右侧上下居中*/
  display:flex;flex-direction:column;justify-content:flex-end;
}
.menu-list li{position:relative;overflow:hidden;border-top:dotted 1px #328;}
/* .menu-list li:nth-child(1){border-top:none;} */
.menu-list a,.menu-list a em{display:block;}
.menu-list a{
width:100%;padding:10px 10px 8px 12px;font-weight:bold;color:#FFF;
background:linear-gradient(90deg,rgba(50,35,136,.85) 0%,rgba(102,68,170,0.5) 100%);
position:relative;z-index:6;
}
.menu-list a em{font-weight:normal;color:#FEF;}
.menu-list a:hover{
background:linear-gradient(90deg,rgba(102,68,170,.85) 0%,rgba(145,105,108,.65) 100%);
transition:background-image 0.5s linear;
}
/* 目录·列表·二级隐藏 */
.menu-list ul{display:none;}
/* 目录·列表·数字编号 */
.menu-list li::before{
  content:"0";display:table-cell;
  position:absolute;z-index:4;top:0;right:0;height:100%;line-height:100%;padding:0 15px;
  vertical-align:middle;text-align:right;font-size:64px;color:#DCF;font-weight:bold;font-style:italic;
}
.menu-list li:nth-child(1)::before{content:"1";}
.menu-list li:nth-child(2)::before{content:"2";}
.menu-list li:nth-child(3)::before{content:"3";}
.menu-list li:nth-child(4)::before{content:"4";}
.menu-list li:nth-child(5)::before{content:"5";}
.menu-list li:nth-child(6)::before{content:"6";}
.menu-list li:nth-child(7)::before{content:"7";}
.menu-list li:nth-child(8)::before{content:"8";}
.menu-list li:nth-child(9)::before{content:"9";}
.menu-list li:nth-child(10)::before{content:"10";}
.menu-list li:nth-child(11)::before{content:"11";}
.menu-list li:nth-child(12)::before{content:"12";}

.content{
  position:relative;
  width:1188px;height:840px;overflow:hidden;box-sizing:border-box;padding:60px 15px 0;/*width:100vw;height:100vh;*/
}
.content img{max-width:100%;height:auto;}

/* 内容页·左上角标题 */
.page-title{
 margin:0;box-sizing:border-box;width:100%;padding:8px 0 8px 30px;
 font-size:16px;font-weight:bold;color:#FFF;text-shadow:0 0 3px rgba(255,255,255,.5);
 position:absolute;top:0;left:0;z-index:8;
 background:linear-gradient(135deg,rgba(50,35,136,.85),rgba(110,100,178,0));
}
.page-title em{display:block;font-size:.656em;font-weight:normal;color:#FEF;}
.page-title::before,.page-title::after{content:"";display:block;position:absolute;width:12px;height:25px;background:#FFF;border-radius:10px;}
.page-title::before{top:12px;left:10px;opacity:0.5;}
.page-title::after{top:15px;left:6px;opacity:0.8;}

/* 右上角·摘要&内容·切换按钮 */
.box-switch{margin:0;padding:0;list-style:none;position:absolute;top:10px;right:12px;z-index:9;text-align:center;font-size:0;}
.box-switch li{display:inline-block;margin:0 3px;font-size:14px;}
.box-switch a{
  display:block;min-width:16px;height:32px;line-height:32px;padding:0 8px;white-space:nowrap;border-radius:18px;color:#FFF;
  position:relative;background:#A77;
}
.box-switch-tab li{margin:0;}
.box-switch-tab a{display:block;width:64px;padding:0;text-indent:-9em;background:none;}
.box-switch-tab a::before{
  content:"";display:inline-block;width:30px;height:30px;border-radius:15px;background:#FFF;
  position:absolute;top:1px;
  box-shadow:1px 1px 3px #333;
}
.box-switch-tab li:nth-child(1) a{background:#328;color:#328;}
.box-switch-tab li:nth-child(2) a{background:#A77;color:#000;}
.box-switch-tab li:nth-child(1) a::before{left:1px;}
.box-switch-tab li:nth-child(2) a::before{right:1px;}
.box-switch .active a{background-color:#328;;}
.box-switch-tab .active a{display:none;background:none;}

/* 目录·[首页/导航/上一页/下一页] */
.category{
  position:fixed;z-index:99;bottom:-50px;right:-50px;
  display:block;width:100px;height:100px;line-height:100px;overflow:hidden;white-space:nowrap;/**/text-indent:-9em;
  background-size:25%;background-position:22.5% 22.5%;background-repeat:no-repeat;border-radius:50%;
  background-image:url(imgs/Bcategory.svg);
  background-color:rgba(255,255,255,.2);
}
.category:hover{
  background-image:url(imgs/Ocategory.svg);background-color:rgba(0,0,0,0.8);
}

.pageNum{
  display:block;width:54p;height:24px;line-height:24px;text-align:center;font-size:14px;color:#000;
  position:absolute;bottom:16px;left:20px;
}


/* 妈祖文化简介 */
/* 图片组 */
.brief-mz{
  /* background-image:url(imgs/mzre.svg);background-repeat:no-repeat;background-size:400px auto;background-position:-25% 100%; */
  background-color:rgba(245,236,228,.95);
}
.brief-mz-img{
  position:absolute;left:50%;top:50%;
  margin-left:-325px;margin-top:-374px;
  width:650px;height:748px;
  /* transform:scale(0.5); */
}
.brief-mz-img li{float:left;overflow:hidden;border:solid 1px #328;box-sizing:border-box;}
.brief-mz-img li:nth-child(1),.brief-mz-img li:nth-child(2),.brief-mz-img li:nth-child(2) img{height:260px;}
.brief-mz-img li:nth-child(1){width:390px;}
.brief-mz-img li:nth-child(2){width:260px;}
.brief-mz-img li:nth-child(3),.brief-mz-img li:nth-child(4){width:325px;height:487px;}
.brief-mz-img img{width:100%;height:auto;vertical-align:top;object-fit:cover;object-position:center;}
.brief-mz-img li:nth-child(2) img{margin-left:-10px;width:auto;}
/*  */

/* 文字内容 */
.brief-mz-text{padding-left:110px;font-size:12px;text-shadow:1px 1px #FFF;}
.brief-mz-text h3{margin:3px 0 2px;font-size:18px;font-weight:bold;}
.brief-mz-text p{text-indent:2em;}
/* 时间列表·妈祖封号 */
.brief-mz-sign{display:flex;flex-direction:column;box-sizing:border-box;}
.brief-mz-sign ul{display:flex;flex:1;justify-content:center;box-sizing:border-box;height:50%;}
.brief-mz-logo{text-align:center;align-items:center;justify-content:space-around;}
.brief-mz-logo li{margin:0 15px;align-items:center;justify-content:center;font-size:16px;}
.brief-mz-logo img{height:16vw;}
.brief-mz-Honorary{
  padding-left:100px;
  /* display:flex;flex-direction:row-reverse;flex-direction:column-reverse; */
  display:flex;flex-direction:column-reverse;justify-content:end;
}
.brief-mz-Honorary li{margin:10px 0 15px;padding:10px 0 0 20px;border-top:dotted 1px #A77;position:relative;}
.brief-mz-Honorary li::before,.brief-mz-Honorary li::after{content:"";display:block;position:absolute;border-radius:50%;}
.brief-mz-Honorary li::before{width:20px;height:20px;background:rgba(102,68,170,.85);top:-10px;left:-10px; z-index:7; animation:colorChange 1s linear infinite;}
.brief-mz-Honorary li::after{width:10px;height:10px;background:rgba(110,100,178,.85);top:-5px;left:-5px; z-index:8;}


/* 全球连锁合作项目·实体店效果图 */
.shopSlideContent{height:100%;display:flex;flex-direction:column;justify-content:center;}
.brief-ccp-shopTitle{display:none;}
.shopSlide{margin:0 auto 0;width:304px;overflow:hidden;}
.shopSlide li,.shopSlide figure{float:left;overflow:hidden;vertical-align:top;}
.shopSlide li{margin:2px;box-sizing:border-box;border:solid 2px #328;}
.shopSlide img{vertical-align:top;width:100%;}
.shopSlide figcaption{display:none;}
.shopSlide1 li:nth-child(1),.shopSlide2 li:nth-child(1){width:300px;}
.shopSlide1 li:nth-child(1){height:130px;}
.shopSlide2 li:nth-child(1){height:160px;}
.shopSlide1 li:nth-child(1) img{margin-top:-20px;}
.shopSlide2 li:nth-child(1) img{margin-top:-10px;}
.shopSlide1 li:nth-child(2){width:140px;}
.shopSlide1 li:nth-child(3){width:156px;}
.shopSlide2 li:nth-child(2){width:141px;}
.shopSlide2 li:nth-child(3){width:155px;}
/* 全球连锁合作项目·餐车 */
.shopSlide3{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;/* 垂直居中 */}
.shopSlide3 li{margin:2px auto;}
.shopSlide3 li{width:240px;height:auto;}
.shopSlide3 li img{margin-top:0;width:100%;}
/* 全球连锁合作项目·产品展示 */
/* .productContent{background:url(../images/foods.png) no-repeat center center;background-size:cover;} */
.content img.foods{
  position:absolute;top:50%;left:50%;
  width:1218px;height:782px;max-width:none;
  margin-left:-609px;margin-top:-391px;
  transform:rotate(-5deg);
}
.productSlide{
  margin:0 auto;width:308px;overflow:hidden;display:none;
  background:linear-gradient(90deg,rgba(50,35,136,.85) 0%,rgba(102,68,170,0.5) 100%);
  padding-bottom:54px;
  border-radius:20px;
}
.productSlide li{margin:2px;float:left;width:150px;}
.productSlide li:nth-child(3n+3){margin:-48px 0 -48px 79px;}
/* .productSlide li:nth-child(1){margin-top:0;}
.productSlide li:nth-child(2n-1){margin-left:-33.5px;}
.productSlide li:nth-child(2n){margin-left:33.5px;} */
.productSlide img{width:100%;height:auto;}
.productSlide figcaption{display:none;}


/* 妈阁文化的由来 */
.biref-mg-macau{
  position:relative;z-index:6;;
  height:100%;box-sizing:border-box;padding:50px 0;
  display:flex;flex-direction:column;justify-content:space-around;align-items:center;
}
.biref-mg-macau li{position:relative;}
.biref-mg-macau-logo{text-align:center;}
.biref-mg-macau-logo img{width:30vw;height:30vw;}
.biref-mg-macau-logo span{display:block;margin-top:12px;text-align:center;font-size:20px;font-weight:bold;color:#328;}
/* img妈祖阁&澳门img */
.biref-mg-macau-mzg{width:80%;position:absolute;bottom:-12vw;left:-20%;z-index:2;}
.biref-mg-macau-macau{width:75%;position:absolute;bottom:-5vw;right:-25%;;z-index:3;}
.biref-mg-macau-pty{width:240px;bottom:75px;left:50%;margin-left:-120px;z-index:1;}
/* O妈祖阁&澳门O */
.biref-mg-macau-aomen{display:flex;flex-direction:row;justify-content:space-around;width:100%;}
.biref-mg-macau-aomen span{
  display:inline-block;border-radius:50%;text-align:center;color:#FFF;
  width:32vw;height:32vw;line-height:32vw;
}
.biref-mg-macau-aomen span:nth-child(1){background:rgba(110,100,178,.65);}
.biref-mg-macau-aomen span:nth-child(2){background:rgba(102,68,170,.65);}
.biref-mg-macau-aomen::after{
  content:"";
  width:300px;height:300px;transform:rotate(-45deg);
  position:absolute;top:-25px;left:50%;margin-left:-150px;
  border-style:solid;border-color:#A77;border-width:1px 1px 0 0;
}

  .mgLogo{margin:15px auto 10px;text-align:center;}
  .mgLogo img{width:35%;height:auto;}
  .mgLogo figcaption,.brief-mg p strong{font-weight:bold;}

/* 妈祖信俗推广 */
/* .brief-prfc{background:url(imgs/mzBG.png) no-repeat center center;background-size:cover;background-size:75%;} */
.biref-prfc-cbmz{display:flex;flex-direction:column;justify-content:center;text-align:center;height:100%;}
.biref-prfc-cbmz li{margin:2px auto 5px;width:75vw;}
.biref-prfc-cbmz img{width:100%;height:auto;vertical-align:top;border:solid 3px #FFF;}
.biref-prfc-cbmz figcaption{display:none;}
/* 妈祖信俗推广 */
.biref-prfc-mzwc{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center; height:100%;}
.biref-prfc-mzwc li,.biref-prfc-mzwc a{
  margin:50px auto;width:200px;height:200px;line-height:200px;border-radius:50%;
}
.biref-prfc-mzwc a{color:#FFF;}
.biref-prfc-mzwc figcaption{margin-top:5px;line-height:32px;}
.biref-prfc-mzwc li:nth-child(2n-1){background:linear-gradient(90deg,rgba(50,35,136,.85) 0%,rgba(102,68,170,0.5) 100%);}
.biref-prfc-mzwc li:nth-child(2n){background:linear-gradient(90deg,rgba(102,68,170,.85) 0%,rgba(145,105,108,.65) 100%);}
.biref-prfc-mzwc img{max-width:none; margin-left:-25px;width:250px;height:auto;vertical-align:top;}
.biref-prfc-mzwc li:nth-child(1){margin-top:25px;}
.biref-prfc-mzwc li:nth-child(1) img{margin-top:12px;margin-bottom:12.25px;}
.biref-prfc-mzwc li:nth-child(2) img{margin-top:39px;margin-bottom:39px;}
.biref-prfc-mzwc li:nth-child(3){display:none;background:rgba(0,0,0,.15);}

/* 联合创始人 */
.cofounder-photo{font-size:0;}
.cofounder-photo li,.cofounder-photo li img{width:216px;height:135px;}
.cofounder-photo li{
  overflow:hidden;border-radius:60px 9px;
  border:solid 2px #A77;/*box-shadow:0 0 5px #A77;*/
}
.cofounder-photo li figcaption{display:none;}
.cofounder-photo li{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;}
.cofounder-photo li:nth-child(3),.cofounder-photo li:nth-child(4){border-radius:9px 60px;}

.cofounder-photo li:nth-child(1){
  margin:-105px 0 0 -102px;width:200px;height:200px;border-radius:20px;box-shadow:0 0 3px #A77;
  position:absolute;top:50%;left:50%;z-index:6;transform:rotate(45deg);
}
.cofounder-photo li:nth-child(1) img{margin:-140px 0 0 -90px;width:380px;height:auto;transform:rotate(-45deg);}
.cofounder-photo li:nth-child(2),.cofounder-photo li:nth-child(3){margin-top:-125px;}
.cofounder-photo li:nth-child(4),.cofounder-photo li:nth-child(5){margin-top:125px;}
.cofounder-photo li:nth-child(2),.cofounder-photo li:nth-child(4){margin-left:-112px;}
.cofounder-photo li:nth-child(3),.cofounder-photo li:nth-child(5){margin-left:112px;}



/* ***** 图片组（图片的几种排列方式） ***** */
.img-group{
  width:100vw;height:100vh;padding:55px 0 0;text-align:center;
  box-sizing:border-box;
  display:flex;flex-direction:row;justify-content:center;align-items:center;/*justify-content:space-around;*/
}
.img-group li{/*float:left;width:50%;height:100%;*/box-sizing:border-box;padding:15px;text-align:center;}
/* .img-group li,.img-group img{width:100%;} */
.img-group img{height:auto;width:100%;max-width:auto;max-height:85vh;}
/* .img-group figcaption{display:none;} */

/* 图片组（图片的几种排列方式）·瀑布流 */
.img-fall{padding:60px 5px 0;columns:2;column-gap:5px;grid-template-rows:masonry;}
.img-fall li,.img-fall img{width:100%;}
.img-fall li{break-inside:avoid;margin-bottom:4px;}
.img-fall img,.img-fall figcaption{vertical-align:top;}
.img-fall figcaption{margin-top:1px;font-size:12px;}

.small-txt{font-size:12px;text-indent:2em;}


/* 项目策划书·一、项目概况 */
.proPlan1{
  position:relative;
  display:flex;flex-direction:column-reverse;/*垂直反向排列（从下往上）*/
}
.proPlan1 h3,.proPlan2 h3,.proPlan3 h3,.proPlan4 h3,.proPlan5 h3,.proPlan6 h3{position:absolute;top:65px;left:15px;font-size:20px;font-weight:bold;z-index:6;}
.proPlan1 ul{
  position:relative;
  display:flex;width:50%;height:50%;/* 各占一半高度 */
  align-items:center;justify-content:center;
}
.proPlan1 li,.proPlan1 b{
  display:flex;border-radius:5%;color:#FFF;text-align:center;justify-content:center;align-items:center;font-weight:bold;font-size:14px;
  position:absolute;top:50%;left:50%;
  background:rgba(50,35,136,.75);z-index:3;
  transform:rotate(-45deg);
}
.proPlan1 strong{transform:rotate(45deg);}
.proPlan1 b{margin:0;background:rgba(170,119,119,.85);}

.proPlan1-1 li:nth-child(1){
  width:132px;height:132px;margin-left:-70px;background:rgba(50,35,136,.85);z-index:6;
  /* background:linear-gradient(90deg,rgba(102,68,170,.75) 0%,rgba(145,105,108,.75) 100%), url(imgs/mz.svg) top center no-repeat;background-size:100% auto; */
}
.proPlan1-1 li:nth-child(1) b{width:52px;height:52px;margin-left:-105px;margin-top:2px;z-index:6;}
.proPlan1-1 li:nth-child(2){
  width:152px;height:152px;margin-left:-174px;margin-top:-94px;z-index:5;font-size:18px;
  /* background:linear-gradient(90deg,rgba(102,68,170,.75) 0%,rgba(145,105,108,.75) 100%), url(imgs/canyin.png) center no-repeat;background-size:auto 100%; */
}
.proPlan1-1 li:nth-child(3){width:124px;height:124px;margin-left:50px;margin-top:-32px;z-index:7;}
.proPlan1-1 li:nth-child(4){width:120px;height:120px;margin-left:-12px;margin-top:-108px;background:rgba(170,119,119,.75);}
.proPlan1-1::after{
  content:"";display:block;width:100px;height:100px;
  border-style:solid;border-width:0 2px 2px 0;border-color:#CA9;
  position:absolute;top:0;left:50%;margin-top:0;margin-left:-50px;
  transform:rotate(-135deg);
}

.proPlan1-2 li:nth-child(1){width:145px;height:145px;margin-top:-110px;margin-left:-75px;}
.proPlan1-2 li:nth-child(2){width:160px;height:160px;margin-left:-24px;margin-top:-10px;}
.proPlan1-2 li:nth-child(3){width:120px;height:120px;margin-top:-80px;margin-left:80px;background:rgba(170,119,119,.65);}
.proPlan1-2 li:nth-child(4){width:165px;height:165px;margin-top:-60px;margin-left:-195px;}


/* 项目策划书·二、发展规划 */
.proPlan2{display:flex;text-align:center;justify-content:center;align-items:center;}
.proPlan2 h3{display:none;}
#projectPlanChart{text-align:center;}
#projectPlanChart div{margin:0 auto;}

/* 项目策划书·三、市场分析 */
.proPlan3{padding:65px 10px;background:url(imgs/food.png) no-repeat 150% 100%;background-size:50%;}
.proPlan3 .mzbg{width:240px;position:absolute;bottom:0;left:-100px;z-index:1;}

.proPlan31{
  position:relative;z-index:6;
  height:100%;padding-top:40px;box-sizing:border-box;
  display:flex;flex-direction:column;align-items:center;justify-content:space-around;
}

.proPlan31 dt,.proPlan31 dd{height:142px;overflow:hidden;box-sizing:border-box;}/**/
.proPlan31 dl{font-size:14px;color:#FFF;border-radius:10px;overflow:hidden;}
.proPlan31 dt{
  float:left;width:142px;font-size:1.2em;font-weight:bold;
  background:rgba(50,35,136,.75);
  display:flex;text-align:center;justify-content:center;align-items:center;
}
.proPlan31 dd{padding:8px 15px 8px 12px;display:table-cell;vertical-align:middle;background-color:rgba(25,25,25,.65);}
.proPlan31 dd strong{display:inline;font-weight:bold;}

.proPlan31 li:nth-child(2n) dl{}
.proPlan31 li:nth-child(2n) dt{float:right;}
.proPlan31 li:nth-child(2n) dd{padding:8px 12px 8px 15px;}


/* 项目策划书·四、产品服务 */
.proPlan42, .proPlan41 dd b,.proPlan42 dd b{display:none;}

.proPlan41{
  box-sizing:border-box;height:100%;padding-top:40px;text-align:center;
  display:flex;flex-direction:column;align-items:center;justify-content:space-around;
}
.proPlan41 li,.proPlan41 dd{width:100%;}
.proPlan41 dt{
  margin:0 auto;display:inline-block;width:auto;height:32px;line-height:36px;padding:0 20px;border-radius:18px;
  background:#328;color:#FFF;font-weight:bold;
}
.proPlan41 dd{border-top:dotted 1px #328;margin-top:-15px;width:100%;padding:20px 0 5px;}

/* 项目策划书·五、营销策略 */
.proPlan51{
  position:relative;z-index:6;
  height:100%;padding-top:40px;box-sizing:border-box;
  display:flex;flex-direction:column;align-items:center;justify-content:space-around;
}

.proPlan51 dt,.proPlan51 dd{height:142px;overflow:hidden;box-sizing:border-box;}/**/
.proPlan51 dl{font-size:14px;position:relative;}
.proPlan51 dt{
  position: relative;z-index:3;
  float:left;width:142px;font-size:1.2em;font-weight:bold;
  display:flex;text-align:left;justify-content:center;align-items:center;
}
.proPlan51 dl::before{
  content:"";display:block;width:162px;height:162px;background:rgba(102,68,170,.5);
  position:absolute;z-index:2;top:-10px;left:-85px;transform:rotate(45deg);
}
.proPlan51 dd{padding:8px;display:table-cell;vertical-align:middle;}
.proPlan51 dd strong{display:inline;font-weight:bold;}

.proPlan51 li:nth-child(2n) dl::before{left:auto;right:-85px;}
.proPlan51 li:nth-child(2n) dt{float:right;text-align:right;}

/* 项目策划书·五、营销策略 */
.proPlan61{
  height:100%;box-sizing:border-box;padding-top:40px;
  display:flex;flex-direction:column;align-items:center;justify-content:space-around;
}
.proPlan61::before{
  content:"";display:block;width:80vw;height:80vw;border-radius:50%;border:solid 100px rgba(170,119,119,.6);
  position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:32px;
}

/* 项目策划书·六、运营管理 */
.proPlan61 dl{
  position:relative;z-index:3;
  box-sizing:border-box;
  width:100%;padding:12px;color:#FFF;border-radius:15px;background:rgba(102,68,170,0.85);
}

.proPlan61 dt{padding-bottom:5px;border-bottom:dotted 1px #A77;font-weight:bold;}
.proPlan61 dd{padding-top:5px;}

/* NFT分配方案 */
.nftPlan1{display:flex;flex-direction:column;justify-content:center;}
.nftPlan1 h3{margin:15px 0 10px;font-size:20px;font-weight:bold;}
.nftPlan1 ul{padding-left:1em;text-indent:-1em;}
.nftPlan1 li{margin:2px 0;}
.caution{margin:5px 0;padding:8px 10px;color:#933;border-radius:5px;border:solid 1px #C33;}


.nftPlan2{display:flex;flex-direction:column;align-items:center;justify-content:center; }




/* 普通版不俱高级动态效果 */
.bgFix,.bgFix li{display:none;}
/* 不滚动（页面展开）时的特殊样式 */
.slideSign,.slideSign .document{height:100%;overflow:hidden;}
.slideSign .titleTag{
 position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}
.slideSign .document{overflow:hidden;}













/* 540P+ */ /* Surface Duo */
@media screen and (min-width:540px){
}
/* *** 开始平板 *** */
/* 752P+ */ /* 联想拯救者Y700 8.8英寸 */
@media screen and (min-width:752px){
 .titleTag{padding:65px 45px;}
 .titleTag dt{font-size:48px;}
 .menu-title{
    position:absolute;z-index:1;
    margin-top:120px;margin-left:50px;
  }
 .menu-list{justify-content:center;}
 .menu-list li{
    border-top:none;
    margin-top:2px;margin-bottom:2px;font-size:18px;border-radius:40px 0 0 40px;
    box-shadow:0 0 3px rgba(0,0,0,.15);
  }
 .menu-list a{padding:15px 15px 12px 35px;}
 .menu-list li:nth-child(1),.menu-list li:nth-child(7){margin-left:21%;}
 .menu-list li:nth-child(2),.menu-list li:nth-child(6){margin-left:26%;}
 .menu-list li:nth-child(3),.menu-list li:nth-child(5){margin-left:30%}
 .menu-list li:nth-child(4),.menu-list li:nth-child(8){margin-left:33%;}
 .menu-list li::before{font-size:80px;}

 /* 妈祖文化简介 */
  .brief-mz{background-size:720px auto;background-position:-20% 100%;}

  .mgLogo img{width:25%;}




  /* 店面效果图 */
  .shopSlideContent{height:100%;display:flex;flex-direction:column;justify-content:center;align-items: center;/* 垂直居中 */}
  .shopSlide{width:504px;}
  .shopSlide1{height:457px;}
  .shopSlide2{height:491px;}
  .shopSlide1 li:nth-child(1),.shopSlide2 li:nth-child(1){width:500px;height:auto;}
  .shopSlide1 li:nth-child(1) img,.shopSlide2 li:nth-child(1) img{margin:0;}
  .shopSlide1 li:nth-child(2){width:234px;}
  .shopSlide1 li:nth-child(3){width:261px;}
  .shopSlide2 li:nth-child(2){width:236px;}
  .shopSlide2 li:nth-child(3){width:259px;}
  /* 全球连锁合作项目·餐车 */
  .shopSlide3{width:100%;flex-direction:row;}
  .shopSlide3 li{margin:10px;width:40vw;height:auto;}
  /* .shopSlide3 li{width:80vw;height:auto;} */
  /* 全球连锁合作项目·产品展示 */
  .productSlide{margin:0 auto;padding:25px 15px 95px;width:608px;}
  .productSlide li{margin:2px;float:left;width:300px;}
  .productSlide li:nth-child(3n+3){margin:-89px 0 -88px 155px;}
  .productSlide img{width:100%;height:auto;}
  .productSlide figcaption{display:none;}
  /* 民俗文化推广 */
  .biref-prfc-cbmz{}
  .biref-prfc-cbmz li{width:54vw;}

  /* 文字内容 */
  .brief-mz-text h3{margin:10px 0 5px;font-size:22px;}
  /* 时间列表·妈祖封号 */
  .brief-mz-Honorary{
    padding-left:200px;
  }

}

/* *** 开始电脑 *** */
/* 1024P+ */
@media screen and (min-width:1024px){
 body{font-size:16px;}
 .document{margin:0 auto;}
 .content{padding:90px 15px 0;}
 .titleTag{padding:80px 80px;}
 .titleTag dt{font-size:60px;}
 .titleTag dd{margin:10px 0;}
 .menu-title{
    margin:0;height:50px;line-height:50px;padding:80px 50px 80px 35px;font-size:48px;color:#FFF;
    background:linear-gradient(90deg,rgba(50,35,136,.85) 0%,rgba(102,68,170,0.5) 100%);
    top:50%;margin-top:-105px;
    border-radius:0 105px 105px 0;
    box-shadow:0 0 10px rgba(0,0,0,.15);
  }
 .menu-title em{font-size:.75em;}
 .menu-title::before{top:60px;left:140px;border-color:#FFF;}
 .menu-list li:nth-child(1),.menu-list li:nth-child(7){margin-left:30%;}
 .menu-list li:nth-child(2),.menu-list li:nth-child(6){margin-left:35%;}
 .menu-list li:nth-child(3),.menu-list li:nth-child(5){margin-left:39%;}
 .menu-list li:nth-child(4),.menu-list li:nth-child(8){margin-left:42%;}

  .page-title{padding:12px 0 12px 60px;font-size:24px;}
  .page-title::before,.page-title::after{width:24px;height:48px;border-radius:10px;}
  .page-title::before{top:16px;left:18px;}
  .page-title::after{top:20px;left:24px;}

  /* 妈祖文化简介 */
  .brief-mz{background-size:800px auto;background-position:-50% 100%;}

/* .brief-mz-img{top:50%;width:1015px;height:725px;margin-left:-507px;margin-top:-145px;}
.brief-mz-img li:nth-child(1),.brief-mz-img li:nth-child(6){width:435px;height:290px;}
.brief-mz-img li:nth-child(2){width:290px;height:290px;}
.brief-mz-img li:nth-child(3),.brief-mz-img li:nth-child(4),.brief-mz-img li:nth-child(5){width:290px;height:435px;}
.brief-mz-img li:nth-child(4),.brief-mz-img li:nth-child(5){margin-top:-145px;}
.brief-mz-img img{width:100%;}
.brief-mz-img li:nth-child(2) img{margin-left:-12px;height:290px;width:auto;} */

  /* 妈阁文化的由来 */
  .biref-mg-macau-logo span{font-size:40px;}
  .biref-mg-macau-aomen span{width:300px;height:300px;line-height:300px;font-size:22px;}

  .shopSlideContent{flex-direction:row;justify-content:center;padding:90px 0 0; /* 水平方向居中对齐子元素 */}

  /* 全球连锁合作项目·产品展示 */
  .productSlide{
    margin:0 auto;width:912px;overflow:hidden;
    padding-bottom:54px;
    border-radius:20px;
  }
  .productSlide li{margin:2px;float:left;width:300px;}
  .productSlide li:nth-child(3),.productSlide li:nth-child(6){margin:2px;}
  .productSlide li:nth-child(4),.productSlide li:nth-child(5),.productSlide li:nth-child(6){margin-top:-89px;}
  .productSlide li:nth-child(4){margin-left:155px;margin-bottom:-89px;}
  .productSlide li:nth-child(6){margin-left:307px;}
  
  .biref-prfc-cbmz{flex-direction:row;justify-content:center;align-items:center;}
  .biref-prfc-cbmz li{width:30vw;}
  
  .biref-prfc-mzwc{flex-direction:row;;}
  .biref-prfc-mzwc li:nth-child(3){display:inline-block;}
  

  .proPlan1{
    flex-direction:row;/*垂直反向排列（从下往上）*/
  }
  .proPlan1-1::after{
    transform:rotate(-45deg);
    top:auto;left:auto;right:-25px;
  }



/* 项目策划书·五、营销策略 */
.proPlan51{
  padding-top:100px;
}

.proPlan51 dt,.proPlan51 dd{height:280px;}/**/
.proPlan51 dl{font-size:24px;position:relative;}
.proPlan51 dt{
  float:left;width:280px;font-size:1.5em;font-weight:bold;
}
.proPlan51 dl::before{
  width:280px;height:280px;
  position:absolute;z-index:2;top:-10px;left:-135px;
}
.proPlan51 dd{padding:32px;}

.proPlan51 li:nth-child(2n) dl::before{left:auto;right:-135px;}
.proPlan51 li:nth-child(2n) dt{float:right;text-align:right;}










}

/* 2K大屏幕 */
@media screen and (min-width:1280px){
 .titleTag{max-width:1280px;border-radius:50px;box-shadow:0 0 5px rgba(0,0,0,.5);}
 .titleTag dt{font-size:80px;}
  
  .biref-mg-macau-logo img{width:300px;height:300px;}
  .biref-mg-macau-logo span{font-size:50px;}
  .biref-mg-macau-aomen span{width:320px;height:320px;line-height:320px;font-size:40px;}
  .biref-mg-macau-aomen::after{margin-left:-225px;width:450px;height:450px;top:-150px;}
}
@media screen and (min-width:1920px){
 .document,.container,.content{max-width:1920px;}
}



@keyframes colorChange{  
  from{background:rgba(102,68,170,.85)}  
  to{background:rgba(110,100,178,.25)} 
}


