@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap.css");
@import url("/css/hover.css");
@import url("/css/common/form.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html, body { width:100%; height: auto;overflow-X:hidden; }
body { font-size:100%;}
*{transition:all .3s; -webkit-transition:all .3s;}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.btnTop{ background: #CCC \9;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before {    content: "\f106";    font-family: 'FontAwesome';    font-size: 20px;    color: #FFF;    display: block;    width: 100%;    height: 25px;    padding-top: 0;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}

/*------------item-inline-block------------*/
.item-inline-block{ letter-spacing:-5px;}
.item-inline-block > *{display: inline-block !important; letter-spacing:1px;vertical-align: top;}

/*------------item-table-cell------------*/
.item-table-cell{ display:table;}
.item-table-cell > *{display: table-cell !important; vertical-align: top;}


/*------------item-flex------------*/
.item-flex{ display:flex !important;display:-webkit-flex !important;flex-flow: row wrap}
.item-flex > *{flex:1;-webkit-flex:1 }


.empty {    display: inline-block;}


@media screen and (max-width: 640px) {
	
.vertical-xs{ display:block !important;	}
.vertical-xs  > *{  display:block !important; width:100% !important ;float:none !important; }
.empty {    display: block;    height: 1px;}
	
}



.show{ display:block !important;}
.hide{ display:none !important;}
.space-br {    display: inline-block;}

@media screen and (max-width: 640px) {	

.hide-xs{ display:none !important; }
.show-xs{ display:block !important;}
.space-br {    display: block;    line-height: 0;}
	
}



.wrap{width:100%;height:auto;position:relative; font-family:'Noto Sans TC',"微軟正黑體",Microsoft Yahei;line-height:1.6; background:#fff;}
		


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


.header-text {
    position: relative;
}

a.try-btn {
    position: absolute;
    right: 0;
    top: -15px;
    color: #7bbcff;
    background: #e5f5f6;
    font-size: 20px;
    border: 2px solid;
    border-radius: 10px;
    padding: 1px 30px;
    text-decoration: none;
    transform: skewX(345deg);
    letter-spacing: 2px;
    font-weight: bold;
}
.header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: url("../images/header-bg-left-flow.png"), url("../images/header-bg-right-flow.png"), url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-position: left top, right top, center top;
  height: 552px;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
    width: 100%;
    max-width: 890px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding-top: 130px;
}
/* .header .center img{ width:100%; height:auto;}*/
.header-icon-wrap {
  max-width: 490px;
  margin: 30px auto 0;
}
.header-block {
  flex-direction: column;
  justify-content: center;
  width: 115px;
  height: 115px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 245, 246, 1) 70%);
  border-radius: 50%;
  color: #71aaff;
}
.header-block img {
    display: inline-block;
    margin-bottom: 7px;
}
.header-block p {
    letter-spacing: 1px;
}
.header .logo {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 6;
}
.header .logo img {
  width: 100%;
  height: auto;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.container-wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #e5f5f6;
}


.part.part-feature {
    background: url("../images/feature-bg.png");
    background-position: center top;
    padding-top: 60px;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: space-between;
    height: 652px;
}

.part-title {
    font-size: 36px;
    color: #71aaff;
    text-align: center;
}

.part-title p {
    font-size: 20px;
    color: #636363;
}

.part-title span {
    font-weight: bold;
}

.feature-main {
    width: 100%;
    justify-content: space-between;
    max-width: 914px;
    margin: 0 auto 30px;
    height: 350px;
}

.feature-block {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    display: inline-block;
    box-shadow: 0 0 20px 0px #0000001a;
}

.feature-block img {
    margin: 0 auto;
}

.feature-block p {
    background: #7bbcff;
    color: #fff;
    font-size: 18px;
    padding: 3px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.feature-deco {
    display: inline-block;
}

.f-row {
    flex-direction: column;
    justify-content: space-between;
}

.feature-block i {
    margin-right: 10px;
}

.part-items {
    background: url("../images/items-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 735px;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
}

.part-items .part-title {
    margin-bottom: 60px;
}

.block-items {
    background: #fff;
    width: 270px;
    height: 310px;
    border-radius: 30px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 30px 0 #0000001a;
}
.block-items img {
    display: inline-block;
}

.items-main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.block-items-title {
    color: #71aaff;
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto;
}

.block-items p {
    color: #626262;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.block-items:nth-child(2) {
    margin-top: 50px;
}





.part.part4 {
    padding: 50px 0;
    background: #ffffff8a;
    width: 100%;
    max-width: 1154px;
    margin: 0 auto 80px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0px #00000008;
}

.part4 .swiper {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.part4 .part-sectitle {
    margin: 20px 0 40px;
}
.part4 .swiper-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.part4 .block-img img {
    border-radius: 15px;
    border: 3px solid #71aaff;
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 651px;
}


.part4 .swiper-slide {
    max-width: 1000px;
    width: 100%;
    /* background-color: #fff; */
    opacity: 0 !important;
}
.part4 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}


.part4 .block-text {
    text-align: left;
    margin-left: 20px;
    position: relative;
    margin-top: -30px;
}
.p5block-title {
    color: #71aaff;
    font-size: 36px;
    font-weight: 700;
    font-family: noto sans TC;
    letter-spacing: 2px;
}

.p5block-sectitle {
    font-size: 18px;
    background-color: #71aaff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    margin: 18px 0 30px;
}

.part4 .block-text p {
    color: #616161;
    letter-spacing: 1px;
    line-height: 1.8;
}

.part4 .swiper-button-wrap {
    position: absolute;
    bottom: 70px;
    width: 90px;
    right: 210px;
}
.part4 .swiper-button-prev {
    left: 0 !important;
}
.part4 .swiper-button-next {
    right: 0 !important;
}


.swiper-button-next, .swiper-button-prev {
    color: #71aaff !important;
    border: 1px solid;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
}




/*----------------------------- 注意事項文字 -----------------------------------  */

/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/




.register_wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-image: url(/images/solution/food/2021/register-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.register-bg {
    background-color: #d7f2fb;
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
    color: #71aaff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
    background-color: #71aaff !important;
}
input#submitBtn, section.register a#sendCodeBtn {
    background-color: #71aaff !important;
    color: #ffffff !important;
    line-height: 1.5;
    border: 3px solid #71aaff !important;
    border-radius: 50px !important;
    box-shadow: none;
    text-decoration: none;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #71aaff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: unset;
    text-decoration: none;
    border-radius: 50px !important;
}
a.fancybox.btn:hover {
    background-color: #cae8f2;
}
input#DAA009 {
    width: 280px !important;
    margin-right: 10px;
    padding-left: 10px;padding-right: 10px;
    font-family: '微軟正黑體';
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;padding-left: 10px;padding-right: 10px;
    font-family: '微軟正黑體';
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #71aaff !important;
  background-color: #d7f2fb;border-radius:0;padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #71aaff !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #71aaff !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color:#71aaff !important
}
input:-internal-autofill-selected {
/*  background-color: #ff6773 !important;*/
  color: #71aaff !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #71aaff;
	
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code, input#submitBtn {
    background-color: #d7f2fb;
    color: #71aaff;
    border: unset;
    border: 2px solid;
    border-radius: 40px;
}



@media screen and (max-width: 1366px) {	
.header {

    background-position: left top, 130% top, center top;
}

}

@media screen and (max-width: 1024px) {	
	
	.header {
    background-position: left top, 0 -60%, center top;
}
	
	
		.part4 .swiper {
    height: auto;
    padding-bottom: 40px;
}
	
	.part4 .block-img {
    max-width: 100% !important;
}
	.part4 .block-text {
    margin-top: 0;
}
	
	.part4 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
}	
	
	.part4 .blockwrap {
    flex-direction: column;
    max-width: 651px;
    margin: 0 auto;
}
	.p5block-sectitle {
    margin: 10px auto;
}
	.register_wrap {
    height: 646px;
    background-position: bottom;
    background-position-y: 350px;
    padding: 40px 0;
}
  section.register {
    display: block;
    margin: 0 auto;
  }
	
	
}


@media screen and (max-width: 768px) {	
.header {
    height: auto;
    background: url(../images/header-bg-left-flow.png), url(../images/header-bg.png),#e5f5f6;
    background-position: left top, center bottom;
    background-repeat: no-repeat;
}
.header .center {
    flex-direction: column-reverse;
    padding-top: 95px;
}
	
a.try-btn {
    top: -30px;
    right: 20px;
    background: #f2fbff;
}
	.header-img {
    margin-top: 30px;
}
	
	.header-text > img {
    width: 95%;
    max-width: 524px;
    margin: 0 auto;
}
	
	.part.part-feature {
    height: auto;
    padding-top: 25px;
    background: unset;
}
	
	.feature-main {
    padding-top: 20px;
    height: auto;
    flex-direction: column;
    column-count: 2;
}
	
	.feature-block {
    max-width: 340px;
    width: 100%;
    margin: 20px auto;
}
	
	.feature-deco {
    display: none;
}

	.part-items .part-title {
    margin-bottom: 30px;
}
	
	
.part-items {
    height: auto;
    background-position: bottom;
    margin: 55px auto 0;
    background-color: #edfbfc;
    padding: 35px 0 95px;
}
	.items-main {
    flex-direction: column;
    align-items: center;
}
	.part4 .swiper {
    padding-bottom: 60px;
}

	.block-items:nth-child(2) {
    margin: unset;
}
	
	 .register_wrap {
    padding: 50px 0;
  }
	.block-items {
    height: auto;
    padding: 25px 0;
    margin: 30px auto;
}

	
}





@media screen and (max-width: 576px) {	

.header {
    background-position: left 35%, 25% bottom;
    background-color: #f2fbff;
}
	
.header-block {
    height: 100px;
    width: 100px;
    background: #ffffffb0;
    /* border-radius: 10px; */
}
	
	.part4 .swiper {
    padding-bottom: 60px;
}
	
	.part.part4 {
    background-position: top;
}
	.part4 .part-title p {
    font-size: 18px;
    padding: 0 20px;
}

	.part4 .block-text p {
    margin-bottom: 20px;
}
	
	.part.part4 {
    background-position: top;
    background-repeat: repeat;
    padding-bottom: 60px;
}
	
	

section.register {
    width: 100%;
    padding: 0 10px;
  }
	

  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
}
a#sendCodeBtn {
    width: 145px !important;
}
input#submitBtn {
    width: 115px !important;
}
  .register_wrap {
    background-size: 96%;
  }







}





