@charset "utf-8";
/* CSS Document */
/*@import url("/css/font-awesome.css");*/
@import url("/css/animate.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

.ec_wrap{font-family: 'noto sans TC','微軟正黑體';}

.show{ display:block !important;}
.hide{ display:none !important;}
.space-br {    display: inline-block;}


@media screen and (max-width: 992px) {	

	.hide-lg{ display:none !important; }
	.show-lg{ display:block !important;}

}

@media screen and (max-width: 768px) {	

	.hide-md{ display:none !important; }
	.show-md{ display:block !important;}

}

@media screen and (max-width: 576px) {	

.hide-xs{ display:none !important; }
.show-xs{ display:block !important;}
.space-br {
    display: block;
    height: 10px;
}
	
}


.ec_wrap section.header-mainwrap {
    background-image: url("/images/solution/EC/header-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #53d0ff;
    height: 430px;
}
.header_wrap {
    align-items: center;
}
.header_text {
    text-align: left;
}
.header_img {
    margin-left: -150px;
    margin-right: -70px;
    margin-top: 80px;
    position: relative;
}
.header_img .cube {
    position: absolute;
}
.cube.cube01 {
    left: 150px;
    top: 40px;
}
.cube.cube02 {
    top: -50px;
    left: 440px;
}
.cube.cube03 {
    right: 90px;
    top: 105px;
}

.header-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0px 0px 30px #00000024;
}

.header_sectitle {
    color: #ffffff;
    font-size: 20px;
    margin: 20px 0 45px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    text-shadow: 0px 0px 30px #00000024;
}
.header_link a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #ff6381;
    font-size: 22px;
    padding: 15px 45px;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: .3s;
    font-weight: bold;
}
.header_link a:hover {
    background-color: #e75974;
    transition: .3s;
}
.pink-bar {
    background-color: #035aa6;
    height: 60px;
    z-index: 10;
    position: relative;
}
.feature-block {
  max-width: 1200px;
  margin: 0 auto !important;
}
.feature {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 55px;
  letter-spacing: 2px;
}
.feature i {
  margin-right: 10px;
}


.part-title {
    color: #1c3e81;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 80px 0 50px;
    letter-spacing: 2px;
}
.p1-main-wrap {
    padding: 80px 0 50px;
}
.pink-pop {
    position: absolute;
    background: #ff6381;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 25px 15px;
    top: 75px;
    right: -70px;
    z-index: 99;
}
.pink-pop:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 25px 0 25px;
    border-color: #ff6382 transparent transparent transparent;
    position: absolute;
    left: 12px;
}
.pink-pop-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pink-pop p {
    font-size: 15px;
    line-height: 1.3;
}
.flow-main {
    position: relative;
}
.flow-step {
    position: relative;
    z-index: 99;
    text-align: center;
}
.flow-step:after {
    content: '';
    width: 10px;
    height: 10px;
    top: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: #022873;
    z-index: 999;
}
.flow-step img {
    margin-left: 75px;
    position: relative;
    z-index: 99;
}
.popup-30 {
    color: #05c7f2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
}
.popup-30:before {
    content: url('/images/solution/ec/leftpop.png');
    position: absolute;
    left: 60px;
}

.popup-30:after {
    content: url('/images/solution/ec/rightpop.png');
    position: absolute;
    right: 60px;
}

hr.flow-vr-dash {
    display: inline-table;
    height: 50px;
    border-left: 2px dashed #b7b7b7;
    border-top: unset;
    position: absolute;
    left: 0;
    right: 0;
    margin: -87px auto !important;
    z-index: 1;
}
hr.flow-hr-dash {
    display: inline-table;
    height: 0;
    width: 610px;
    border-top: 2px dashed #b7b7b7;
    position: absolute;
    left: -100px;
    right: 0;
    margin: 47px auto !important;
    z-index: 1;
}

.flow-img {
    margin-bottom: 100px;
    position: relative;
    margin-right: 35px;
}
img.p1-people {
    position: absolute;
    bottom: 0;
    right: 65px;
    z-index: 100;
}
.flow-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #022873;
    display: inline-block;
    padding: 9px 23px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.flow-text {
    text-align: center;
    position: relative;
    z-index: 99;
    margin-top: -15px;
}
.flow-text p {
    color: #5a5a5a;
    font-size: 15px;
    margin: 5px 0 20px;
}
.save-text {
    height: 30px;
    color: #616161;
    font-size: 15px;
    font-weight: 500;
}
.save-text span {
    color: #ff6381;
    font-size: 16px;
}
.fs3 .save-text span {
    font-size: 20px;
    margin: 0 3px;
}
.flow-hours {
    color: #23355a;
    font-size: 18px;
    font-weight: bold;
}
.flow-hours span {
    color: #f25e7a;
    font-size: 24px;
}

.fs2 .flow-title {
    background: #035aa6;
}
.fs3 .flow-title {
    letter-spacing: 0;
    padding: 9px 10px;
    background: #05c7f2;
}
.fs3 .flow-hours {
    font-size: 24px;
    max-width: 150px;
    margin: 30px auto 0;
}
.fs3 .flow-hours span {
    font-size: 32px;
}


section.part2 {
    background: #f8f8f8;
    padding: 50px 0 60px;
}
section.qa-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.qa-block {
    background: #022873;
    color: #fff;
    min-width: 333px;
    min-height: 350px;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #002873;
}
.qa-line i {
    border-radius: 50%;
    background: #fff;
    color: #022873;
    font-size: 30px;
    padding: 25px;
    padding-bottom: 30px !important;
    position: absolute;
    right: -10px;
    bottom: -20px;
}
.part2 .part-title {
    margin: 20px 0 60px;
}
.qatry-line{margin:0 auto!important;max-width:1200px;}
.qa-block-front{border-radius:10px;}
.title-bar{position:relative;z-index:99;margin-top:-40px!important;padding-left:20px!important;height:40px;border-radius:0 0 10px 10px;background-color:#2a4ba8;color:#fff;text-align:left;font-size:22px;line-height:40px;opacity:1!important;transition:.5s;}
.title-bar span{float:right;padding-right:10px;letter-spacing:1px;font-size:15px;}
.title-bar i{margin-left:5px;}
.qa-block:hover .title-bar{transition:.5s;transform:translateY(40px);}
.qa-block-back {
    border-radius: 10px;
    background-color: #2a4ba8!important;
    color: #fff;
    background-image: linear-gradient(45deg, #133578 25%,#1c3e81 25%,#1c3e81 50%, #133578 50%, #133578 75%, #1c3e81 75%);
    background-size: 15px 15px;
    border: 10px solid #133578;
}
.qa-block-back h3{padding-top:20px;font-weight:700;font-size:22px;}
.qa-block-back p{padding:10px 20px 15px;letter-spacing:1px;font-size:16px;}
a.product-btn{margin:0 5px;padding:2px 10px;border-radius:5px;background-color:#fff;color:#2a4ba8;letter-spacing:1px;font-size:16px;}
.qa-block-back{z-index:99;}
a.corner-btn{position:absolute;right:0;bottom:0;padding:5px 15px;border:1px solid;border-radius:10px 0 10px;background-color:#fff;color:#2a4ba8;letter-spacing:1px;font-size:15px;}
a.corner-btn i{margin-left:5px;}
.qatry-line{margin-top:50px!important;}

.qatry-menu.phone{display:none;}

.qa-line p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 auto;
}
.qa-line img {
    margin: 40px auto 0;
}
.qa-line h3 {
    background: #fff;
    display: inline-block;
    color: #022873;
    font-size: 24px;
    padding: 5px 40px;
    font-weight: bold;
    border-radius: 50px;
    margin: 30px 0;
    letter-spacing: 5px;
}
.qa-block.qa02 {
    background: #035aa6;
    border: #035aa6 3px solid;
}
.qa02 .qa-block-back {
    background-image: linear-gradient(45deg, #035aa6 25%,#035399 25%,#035399 50%, #035aa6 50%, #035aa6 75%,#035399 75%);
    border: 10px solid #035399;
}
.qa-line .qa02 h3,.qa-line .qa02 i {
    color: #035aa6;
}


.qa-block.qa03 {
    background: #05b4db;
    border: #05b4db 3px solid;
}
.qa03 .qa-block-back {
    background-image: linear-gradient(45deg, #05b4db 25%,#06b1d7 25%,#06b1d7 50%, #05b4db 50%, #05b4db 75%, #06b1d7 75%);
    border: 10px solid #05b4db;
}
.qa-line .qa03 h3,.qa-line .qa03 i {
    color: #05b4db;
}





.part3 {
    padding: 60px 0;
    text-align: center;
}
.part3 .part-title {
    margin: 15px auto;
}
.part3 .part-sectitle {
    font-size: 24px;
    color: #3b35a0;
}
.part3 .part-text {
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 10px;
    margin: 20px auto 60px;
    max-width: 600px;
    line-height: 1.7;
}



section.part4 {
    padding: 100px 0;
}
hr.p3-hr {
    border-top: 2px solid #fff;
    width: 90%;
    margin: 20px auto;
}
.pink-block, .blue-block {
    background: #ff7394;
    border-radius: 20px;
    min-width: 550px;
    min-height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 35px;
}

.blue-block {
    background: #05c7f2;
    color: #fff;
}

.pink-block .block-title {
    color: #fff;
    font-size: 26px;
    margin: 15px 0 20px;
}

.blue-block .block-title {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.3px;
    margin-right: 20px;
}
.blue-block span.pb-big {
    letter-spacing: 0;
}


span.pb-big {
    font-size: 42px;
    font-weight: bold;
}

.model-text-wrap {
    color: #fff;
    min-width: 450px;
    margin-top: 10px;
    line-height: 1.5;
}

.blue-block-main {
    text-align: left;
    min-width: 455px;
}
.blue-sec-title {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    background: #02b6dd;
    margin: 14px 0 0;
}
.blue-pack-name {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

.blue-pack-name .price {
    font-size: 32px;
    margin-left: 10px;
}
.blue-product {
    font-size: 24px;
    margin: 15px 0 20px;
    font-weight: bold;
    line-height: 1.5;
}
a.buy-pack {
    font-size: 20px;
    background: #0045a4;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 35px;
}

.part4 {
    background-image: url("../images/part3-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.part4 .part-title {
    color: #1c3e81;
    padding: 30px 0 0;
	font-size: 40px;
	font-weight: bold;
}

.part4 .part-title p {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    letter-spacing: 1px;
}




.part4 .swiper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    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: 6px;
    border: 2px solid #eaeaea;
    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: #1c3e81;
    font-size: 30px;
    font-weight: 700;
    font-family: noto sans TC;
    letter-spacing: 2px;
}
.p5block-sectitle {
    font-size: 18px;
    background-color: #45c0fa;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 20px 7px;
    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: 220px;
}
.part4 .swiper-button-prev {
    left: 0 !important;
}
.part4 .swiper-button-next {
    right: 0 !important;
}


.swiper-button-next, .swiper-button-prev {
    color: #45c0fa !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;
}


.part.part4 {
    padding-bottom: 100px;
}



.register_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-image:url("/images/solution/apparel/register_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 90px 0;
}

.register-bg {
    background-color: #1c3e81;
    margin-top: 50px;
}
section.register {
  width: 525px;
  margin-left: 5%;
}
h3.register-title {
  display: none;
}
section.register .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

section.register a#sendCodeBtn:hover, input#submitBtn:hover {
    background-color: #e75974 !important;
}
section.register a#sendCodeBtn, input#submitBtn {
    background-color: #ff6381 !important;
    color: #ffffff !important;
    line-height: 1.8;
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: none;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
    box-shadow: unset;
    border-radius: 0 !important;
}
a.fancybox.btn:hover {
    color: #ffffff !important;
    background-color: #1c3e81;
}

input#DAA009 {

    width: 280px !important;
    margin-right: 15px;
}
a#sendCodeBtn {
    width: calc(100% - 335px) !important;
}
.code {
    margin-top: 10px;
}
input#M5Code {
    width: 230px !important;
    margin-right: 15px;
}
input#submitBtn {
    width: calc(100% - 288px) !important;
}
/*webkit瀏覽器專用*/
.phone ::-webkit-input-placeholder,.input ::-webkit-input-placeholder { color: #fff !important; background-color: #1c3e81; }
/*Firefox 4-18瀏覽器專用*/
.phone input::-moz-placeholder,.input input::-moz-placeholder { color: #fff !important; }
/*Firefox 19+瀏覽器專用*/
.phone input::-moz-placeholder,.input input::-moz-placeholder{color: #fff !important;}
/*IE10瀏覽器專用*/
.phone:-ms-input-placeholder,.input input::-moz-placeholder{color:  #fff !important;}

input:-internal-autofill-selected {
    background-color: #1c3e81 !important;
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-text-fill-color: #fff;
    -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: unset;
    color: #fff;
    border: unset;
    border-bottom: 2px solid;
    border-radius: 0;
}





@media screen and (max-width: 1200px) {

	.icon-block img {
    width: 100%;
}
	
	
}

@media screen and (max-width: 1024px) {
	
.p1-main-wrap {
    flex-direction: column;
}
	
	.flow-img {
    margin: 0 0 25px;
}
	hr.flow-hr-dash {
    width: 500px;
    left: 0;
}
	
	.qa-block {
    min-width: 265px;
}
	
	
	.feature {
    font-size: 20px;
}
	

	
	.swiper-slide img {
    margin-left: 310px;
}
	
.pink-block, .blue-block {
    margin: 0 5px;
    min-width: unset;
    padding: 0px 10px;
}
	.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;
}
	 .register_wrap {
    height: 646px;
    background-position: bottom;
    background-position-y: 350px;
  }
  section.register {
    display: block;
    margin: 0 auto;
  }
	
}


@media screen and (max-width: 992px) {

.ec_wrap section.header-mainwrap {
    height: unset;
}
		.ec_wrap section.part1 {
    height: auto;
}
	.header_wrap {
		flex-direction: column;
}
	.header_text {
    text-align: center;
    margin: 60px auto;
}
	.header_img {
    margin: 0 auto;
}
	
}



@media screen and (max-width: 768px) {
	

	

	.feature {
    font-size: 16px;
    /* line-height: 1.6; */
    /* text-align: right; */
    padding: 0 !important;
    /* max-width: 120px !important; */
}

	
	.cube.cube01 {
    left: 0;
    top: 10px;
}
	.cube.cube02 {
    left: 90px;
}
	.cube.cube03 {
    right: 0;
    top: 0;
}
	
	.header_img img {
    width: 100%;
    margin-top: 50px;
    z-index: 999;
    position: relative;
}
	
	img.p1-main {
    max-width: 350px;
}
	
	.pink-pop {
    top: -24px;
}

	.flow-main {
    flex-direction: column;
}

.flow-step {
    display: flex;
}
	.flow-step img {
    margin-left: 0;
}
	
hr.flow-hr-dash {
    width: 1px;
    height: 400px;
    left: 44px;
    right: unset;
    border-top: unset;
    border-left: 2px dashed #b7b7b7;
    margin: 0 auto !important;
}
hr.flow-vr-dash {
    margin: 46px auto !important;
    border-left: unset;
    border-top: 2px dashed #b7b7b7;
    width: 50px;
    height: 1px;
    z-index: 999;
    left: 85px;
    right: unset;
}
	
	.flow-step:after {
    top: 42px;
    right: unset;
    left: 135px;
}
	.flow-text {
    margin-top: 0px;
    min-width: 205px;
}
	.flow-text p {
    margin: 5px 0;
	}
	.fs3 .flow-hours {
    margin: 5px auto 0;
}
	.save-text {
    height: auto;
    margin-bottom: 5px;
}
	.popup-30 {
    max-width: 130px;
    left: 165px;
    top: -20px;
}
	.popup-30:before {
    left: 0px;
}
		.popup-30:after {
    right: 0px;
}
	
.qa-line {
    flex-direction: column;
    align-items: center;
}
.qa-block {
    margin: 10px !important;
    min-width: 300px;
}

/*
.part-swiper .part-title {
    max-width: unset;
    margin: 0 auto 40px;
    text-align: center;
}
*/
	.block-wrap {
    flex-direction: column;
	}

		.pink-block, .blue-block {
    margin: 20px 10px;
}
	
	span.pb-big {
    font-size: 32px;
}
	
	.blue-block .block-img {
    display: none;
}
	.blue-block .block-title {
    font-size: 20px;
    margin: 0;
}
	
	.part-swiper .swiper-slide {
    padding-bottom: 65px;
}
.part-swiper .swiper-wrapper {
    position: relative;
    margin: 0 auto;
}
.part4 .block-text {
    margin: 0 auto !important;
}

.block-wrap {
    margin: 0 auto !important;
}
	

.icon-wrap {
    flex-flow: wrap;
    max-width: 500px;
}
	
	.icon-block {
    margin: 50px auto;
}
	
	
	
	.part_iconbar .text_wrap {
    text-align: center;
}
	.part_iconbar .feature-icon {
    width: 30%;
}
	
	
		section.part4 {
    flex-direction: column;
}
	
	
}




@media screen and (max-width: 576px) {

/*

.ec_wrap section.part1 {
    background-image: url("/images/solution/import/header-bg-phone.png");
    background-position: center bottom;
    height: 700px;
}
*/
	
	.header_img img {
    width: 100%;
    margin-top: 50px;
}
	

	.header-title {
    font-size: 40px;
}
.header_sectitle {
    line-height: 0.8;
    font-size: 22px;
}
	
	.swiper-slide img {
    width: 100%;
    margin-left: 0;
}

	p.pagi-content {
    margin-top: 100px;
    width: 90%;
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    margin: -80px auto;
    background-color: #fff;
}
	
	.header_wrap {
    height: auto;
    padding-top: 65px;
}
	.header_text {
    margin: 0 auto;
}
		.feature {
    /* max-width: 100px !important; */
    font-size: 12px;
    letter-spacing: 1px;
}
	.feature i {
    margin-right: 2px;
}
	.part-title {
    font-size: 30px !important;
    margin: 0 0 50px;
}
	.part4 .part-title p {
    line-height: 1.4;
}
	
	.flow-img {
    margin: 40px 0;
}
.pink-pop {
    left: 0;
    right: 0;
    top: -95px;
    z-index: 99;
}
.pink-pop:after {
    left: unset;
    right: 50px;
}	

.flow-text p {
    margin: 5px 0;
}
	.fs3 .flow-hours {
    margin: 3px auto;
}
	
	.part3 .part-text {
    width: 90%;
}
	
	.part3 .block {
    margin: 20px auto;
    text-align: left;
}
	.part-sectitle {
    line-height: 1.7;
    margin: 20px auto 20px;
    width: 95%;
}
	.qa-block-back p {    padding: 10px 10px 15px;}
	
	
.part4 .block-text p {
    line-height: 1.2;
    margin-bottom: 25px;
}
	.blue-block-main {
    min-width: unset;
    text-align: center;
}
	.blue-pack-name {
    display: flex;
    flex-direction: column;
}
	.blue-pack-name .price {
    display: inline-block;
}
	
	.blue-pack-name .price {
    display: inline-block;
    margin-top: 10px;
}
	
	section.part4 .word-wrap {
    font-size: 20px;
    text-indent: 0;
}
	.part.part4 {
    padding: 0 20px 100px;
}
	
	.word-wrap span {
    font-size: 26px;
}
	

	.feature-icon i {
    margin-right: 2px;
}
	
	
	
	.pink-block img {
    width: 100%;
}
	
	.model-text-wrap {
    min-width: unset;
    font-size: 14px;
    width: 350px;
}
	.flow-main {
    max-width: 390px;
}
	
	.part_iconbar .feature-icon {
    font-size: 20px;
}
	.icon-wrap {
    flex-flow: wrap;
    max-width: 500px;
    padding: 0 10px;
}
	section.register {
    width: 100%;
    padding: 0 10px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 200px !important;
  }
  input#DAA009 {
    width: 170px !important;
}
a#sendCodeBtn {
    width: 135px !important;
}
input#submitBtn {
    width: 105px !important;
}
  .register_wrap {
    background-size: 96%;
  }
	
	a.try-btn, a.buy-btn {
    padding: 15px 0 !important;
    width: 45%;
    text-align: center;
    font-size: 24px !important;
}
	
}



@media screen and (max-width: 400px) {
	
	.part-title {
    font-size: 27px;
    letter-spacing: 0;
}
	
.feature {
    /* max-width: 100px !important; */

    letter-spacing: 0px;
}
	.header_wrap {
    padding-top: 70px;
}
	.header-title {
    font-size: 40px;
}
	.header_sectitle {
    font-size: 20px;
}
	
	
	
	.p2-sec-slide .swiper-slide {
    height: auto;
}
	
	.part2 .swiper.p2-main-slide .swiper-pagination-bullet {
    font-size: 22px;
}
	
	.part2 .swiper.p2-sec-slide .swiper-pagination-bullet {
    font-size: 15px;
}
	
	.part2 .swiper.p2-sec-slide .swiper-pagination-bullet i {
    margin-right: 3px;
}
	.icon-block {
    width: 30%;
}
	
	
}





