@charset "utf-8";
body {
  /**font: 13px/1.6em 'Century Gothic', Arial, 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';**/
  color: #333;
  min-width: 1200px;
  font-family: arial, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
a {
  display: block;
  text-decoration: none;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.pc_mode {
  display: block;
}
.m_mode {
  display: none;
}
h2 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #006b90;
  padding: 30px 0;
}
p {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
.header, .footer {
  width: 100%;
  background: #fff;
}
.hd_pc {
  width: 100%;
}
.hd_m {
  display: none;
}
.M_menu_wrap {
  display: none;
}
.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gotop {
  display: none;
}
.section {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
/**kv**/
.kv_wrapper {
  position: relative;
  width: 100%;
  height: 485px;
  background: url('../images/kv_bg.png') no-repeat top center;
  background-color: #203e61;
}
.kv {
  position: relative;
  margin: auto;
  width: 1200px;
}
.kv_logo {
  position: absolute;
  left: 20px;
  top: -5px;
  z-index: 4;
  transition: linear .2s;
}
.kv_logo a {
  display: block;
}
.kv_logo a:hover, .kv_logo a:focus, .kv_logo a:active {
  transform: translateY(5px);
  cursor: pointer;
}
/**slogan**/
.kv_slogan {
  position: absolute;
  right: 44%;
  top: 20px;
  z-index: 1;
}
.kv_subtitle {
  position: absolute;
  left: 55%;
  top: 27px;
  z-index: 2;
}
.kv_mooncake_r {
  position: absolute;
  left: 88%;
  top: 190px;
}
.kv_mooncake_l {
  position: absolute;
  left: 3%;
  top: 173px;
}
/**gift_wrapper**/
.gift_wrapper {
  position: relative;
  height: 480px;
  background-color: #832d2e;
  margin: 0 auto;
  padding: 50px 0;
}
/*.gift_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}*/
.gift_container {
  display: flex;
  justify-content: center;
}
.gift_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.gift_text {
  margin-left: 70px;
}
h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
h4 {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #832d2e;
    background-color: #f2c47c;
    border-radius: 30px;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 900;
}
h5 {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #fff;
  display: block;
}
.gift_container_M {
  display: none;
}
.box .gift_text p {
  text-align: left;
}
.gift_but a {
  float: left;
}
a.btn {
  display: block;
  width: 100px;
  padding: 12px 10px;
  margin-top: 20px;
  border: 1px #f2cb7c solid;
  color: #f2cb7c;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  transition: linear .2s;
}
a.btn:hover, a.btn:focus, a.btn:active {
  /*transform: scale(.95);*/
  /*filter: brightness(120%);*/
  cursor: pointer;
  background: #f2cb7c;
  color: #832d2e;
}
/**brand**/
.brand_wrapper {
  position: relative;
  background-color: #183654;
}
.brand_tit {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.brand_content {
  padding: 0 15px;
}
.brand_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand_container ul li {
  float: left;
  padding: 10px;
  background: #224f6c;
}
.brand_container ul li a {
  transition: .2s ease-in-out;
}
.brand_container ul li a:hover, .brand_container ul li a:focus, .brand_container ul li a:active {
  filter: brightness(120%);
  transform: scale(0.97);
}
.brand_box_01 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.brand_box_02 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px 0;
}
.brand_box_03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0 auto;
}
.brand_text {
  display: flex;
  flex-wrap: nowrap;
}
h6 {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  display: block;
}
.brand_but img {}
.brand_but a {
  display: flex;
  padding: 6px 25px;
  margin-top: 10px;
  background-color: #f2c47c;
  color: #183654;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  transition: linear .2s;
  justify-content: center;
  align-items: center;
}
.brand_but a:hover, .brand_but a:focus, .brand_but a:active {
  cursor: pointer;
  box-shadow: 8px 8px #102a43;
  transform: translate(-4px, -4px);
}
.tit_01, .tit_03 {
  margin-right: 20px;
}
.tit_02 {
  margin-left: 20px;
}
.brand_content ul li .logo {
  width: 5vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #fff;
  font-size: 0px;
  line-height: 0px;
  padding: 15px;
}
.brand_content ul li .name {
  margin: 0px 0px 0px 5px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
/**delivery**/
.delivery_wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #832d2e;
}
.delivery_tit {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.delivery_list .item:hover {
  transform: translate(0, -10px);
  filter: brightness(120%);
}
.delivery_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.item_01 {
  position: absolute;
  left: 0px;
  top: 0;
}
.item_02 {
  position: absolute;
  left: 285px;
  top: 0;
}
.item_03 {
  position: absolute;
  right: 285px;
  top: 0;
}
.item_04 {
  position: absolute;
  right: 0px;
  top: 0;
}
/**company**/
.company_wrapper {
  position: relative;
  height: 600px;
  background-color: #102a43;
}
.company_tit {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.company_list .item:hover {
  transform: translate(0, -10px);
  filter: brightness(120%);
}
.company_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1150px;
  padding: 40px;
  margin: auto;
  border: 2px #f2cb7c solid;
}
.company_list .step_01 img, .step_02 img, .step_03 img, .step_04 img{
  padding: 10px;
}

/**contant_wrapper**/
.contant_wrapper {
  width: 100%;
  background-color: #f2c47c;
}
.contant_container {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/****/
.title {
  font-size: 45px;
  color: #183654;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}
.title:before {
  content: '';
  border-right: 10px solid #183654;
  left: 0;
  margin-right: 10px;
}
.contant_container .text p {
  font-size: 22px;
  line-height: 1.5;
  color: #183654;
  text-align: left;
  margin-bottom: 20px;
}
.contant li {
  background-color: #fff;
  padding: 15px 20px;
  color: #183654;
  font-size: 20px;
  margin: 15px 0;
  font-weight: 900;
}
.contant li a {
  color: #183654;
}
.but {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.but a {
  padding: 10px;
}
.but li a {
  transition: linear .2s;
}
.but li a:hover, .but li a:focus, .but li a:active {
  transform: scale(.9);
  filter: brightness(120%);
  cursor: pointer;
}
.contant_container .photo {}
/**float**/
.float_wrapper {
  position: fixed;
  top: 250px;
  right: 30px;
  z-index: 250;
  display: none;
}
.float_hd {
  position: relative;
  top: 20px;
  right: -5px;
  z-index: 99;
}
.group_leftmenu {
  margin: auto;
}
.group_leftmenu:after {
  content: '';
  display: table;
  clear: both;
}
.group_leftmenu li {
  position: relative;
  padding: 17px 12px;
  text-align: center;
  font-size: 18px;
  background-color: #ffe1b2;
  margin: 8px auto;
  border-radius: 50px;
  line-height: 22px;
  transition: .3s ease-in-out;
}
.group_leftmenu li a {
  position: relative;
  z-index: 500;
  color: #203e61;
  cursor: pointer;
  font-weight: bold;
  transition: .3s ease-in-out;
}
.group_leftmenu li.highlight {
  border-radius: 50px;
  line-height: 44px;
  background-color: #e7b25e;
}
.group_leftmenu li:hover, .group_leftmenu li:focus, .group_leftmenu li:active {
  background-color: #ffd695;
}
@media screen and (max-width:767px) {
  body {
    /**padding-bottom: 10vw;**/
    width: 100vw;
    min-width: inherit;
    background: #fff;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
  }
  .footer {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none;
  }
  .m_mode {
    display: block;
  }
  .main {
    padding-bottom: 50px;
    background-size: 100vw;
  }
  .m-break {
    display: block;
  }
  /**kv-M版**/
  .kv_wrapper {
    width: 100vw;
    height: 110vw;
    background-color: #ff6f59;
  }
  .kv {
    background: url('../images/kv_bg_m.png') no-repeat top right;
	background-color: #203e61;
    background-size: contain;
    width: 100vw;
    height: 100%;
  }
  .kv_logo a {
    width: 28vw;
    left: 1.5vw;
  }
  .kv_slogan {
    width: 80vw;
    top: 3vw;
    right: 28%;
  }
  .kv_subtitle {
    width: 67vw;
    top: 41vw;
    left: 44%;
  }
  .kv_mooncake_r, .kv_mooncake_l {
    display: none;
  }
  .kv_logo a img, .kv_slogan img, .kv_subtitle img {
    width: 100%;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /**gift-M版**/
  .gift_wrapper {
    height: auto;
    padding: 20px 0;
  }
.gift_box {
  flex-direction: column;
}
.gift_text {
  width: 90vw;
  margin-left: 0;
}
.gift_box .photo {
  width: 90vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.gift_box .photo img {
  width: 100%;
}
a.btn {
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px;
  width: 150px;
  padding: 0;
}
.gift_photo img {
  width: 80vw;
  margin-top: 5vw;
}
/**brand-M版**/
.brand_wrapper {
  padding: 20px 0;
}
.brand_tit {
  padding: 0;
}
.brand_tit img {
  width: 100%;
}
.brand_container {
  margin: 0;
  padding: 0;
}
.brand_container ul li {
  background: #224f6c;
  width: 100% !important;
  display: flex;
  align-items: center;
}
.brand_container ul li a {
  transition: .2s ease-in-out;
}
.brand_box_01, .brand_box_02, .brand_box_03 {
  width: 100vw;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.brand_content ul li .logo {
  width: 25vw;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #fff;
  font-size: 0px;
  line-height: 0px;
  padding: 15px; 
}

.brand_content ul li .name {
  margin: 0px 0px 0px 20px;
  font-size: 20px;
}
.tit_01, .tit_02, .tit_03 {
  margin: 0 auto;
}
.tit_01 img, .tit_02 img, .tit_03 img{
  width: 100%;
}
.brand_but {
  top: 130vw;
  left: 39vw;
}
.brand_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5vw;
}
/**delivery-M版**/
.delivery_wrapper {
  height: 190vw;
}
.delivery_tit {
  padding: 20px 0;
}
.delivery_tit img {
  width: 100%;
}
.delivery_list {
  width: 100vw;
}
.delivery_list img {
  width: 100%;
}
.item_01 {
  position: absolute;
  width: 50%;
  left: 4vw;
  top: 0;
}
.item_02 {
  position: absolute;
  width: 50%;
  left: 46vw;
  top: 0;
}
.item_03 {
  position: absolute;
  width: 50%;
  left: 4vw;
  top: 70vw;
}
.item_04 {
  position: absolute;
  width: 50%;
  left: 46vw;
  top: 70vw;
}
/**contant_wrapper**/
.company_wrapper {
  width: 100vw;
  height: auto;
}
.company_tit {
  padding: 20px 0;
}
.company_tit img {
  width: 100%;
}
.company_list {
  width: 100%;
  position: relative;
  border: none;
  padding: 0;
  flex-wrap: wrap;
}
.company_list img {
  width: 50vw;
}
.contant_container {
  flex-direction: column-reverse;
  width: 90vw;
}
.contant_container img {
  width: 100%;
}
.contant, .photo {
  width: 90vw;
}
/*menu-M版*/
.M_menu_wrap {
  display: block;
  position: absolute;
}
.M_menu_block {
  background: #333;
  position: fixed;
  bottom: 0; /**background: rgba(0,0,0,1)**/ ;
  width: 100%;
  z-index: 200;
}
.M_menu_block ul li {
  width: 20vw;
  box-sizing: border-box;
  text-align: center;
  float: left;
  height: 50px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));
  border-top: 1px solid #999;
  border-right: 1px solid #666;
  border-left: 1px solid #222;
}
/**.M_menu_block ul li:last-child{border:none;}**/
.M_menu_block ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.M_menu_block ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  vertical-align: middle;
}
.M_menu_block ul li.best a {
  color: yellow;
}
.M_menu_filter {
  display: none;
  position: fixed;
  bottom: 60px;
  width: 95%;
  margin: auto;
  left: 0;
  right: 0;
  background: #fefefe;
  border-radius: 10px;
  z-index: 200;
}
.M_menu_filter:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-color: #fefefe transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}
.M_menu_filter ul li {
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  height: 50px;
  padding: 5px;
}
.M_menu_filter ul li a {
  background: darkred;
  display: block;
  font-size: 14px;
  height: 35px;
  color: #fff;
  vertical-align: middle;
  border-radius: 20px;
}
.M_menu_filter ul li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.float_wrapper {
  display: none;
}
.bk_mask {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  top: 0;
  z-index: 100;
}
}
@media screen and (max-width:280px) {
.brand_content ul li .logo {
    width: 30vw;
    height: 30vw;
}
.delivery_wrapper {
  height: 175vw;
}
}
