
.banner {
	position: relative;
	padding-bottom: calc(650/1920*100%);
	overflow: hidden;
	width: 100%;
	margin-top: 140px;
}
@media (max-width: 1200px) {
	margin-top: 0;
}

.banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.carousel-container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-slide {
    flex: 0 0 100%;
}

.carousel-container img {
    max-width: 100%;
    height: auto;
}

@keyframes slideBannerA {
	0%   {opacity: 0; transform: scale(0.98);}
	30%  {opacity: 1; transform: scale(1.0);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.0);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideBannerB {
	0%   {opacity: 0; transform: scale(0.98);}
	30%  {opacity: 1; transform: scale(1.0);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.0);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideText {
	0%   {opacity: 0;}
	30%  {opacity: 1;}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;}
	90%  {opacity: 0;}
	100% {opacity: 0;}
}

#b1a {
	/*animation-name: slideBannerA;
	animation-duration: 16s;
	animation-iteration-count: infinite;*/
}

#b1b {
	/*animation-name: slideBannerB;
	animation-delay: 8s;
	animation-duration: 16s;
	animation-iteration-count: infinite;*/
}
.step{background:#fff; padding: 50px 20px;}
.step .text {
	width: 42%;
}

.step:nth-of-type(2) .text {
	width: 45%;
}

.card1 {
	width: 235px;
	height: 400px;
	z-index: 105;
	position: absolute;
	left: 126px;
	top: 0px;
}
.card2 {
	width: 370px;
	height: 259px;
	top: 111px;
	left: 190px;
	z-index: 104;
	position: absolute;
}
.card3 {
	width: 345px;
	height: 300px;
	top: 272px;
	left: 144px;
	z-index: 101;
	position: absolute;
}
.card4 {
	width: 235px;
	height: 296px;
	top: 194px;
	left: 21px;
	z-index: 102;
	position: absolute;
}
.card5 {
	width: 434px;
	height: 250px;
	top: 120px;
	left: -55px;
	z-index: 103;
	position: absolute;
}

.card {
	position: relative;
	display: inline-block;
}
.card .showtext {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.card .showtext .textbox {
	display: none;
	position: absolute;
	top: 80px;
	left: 12%;
	z-index: 99;
	color: #fff;
	width: 65%;
	height: 60px;
	padding: 0px;
	font-size: 20px;
}

.card2 .showtext .textbox {
	top:60px;
	left: 52%;
	width: 40%;
	height: 60px;
}

.card3 .showtext .textbox {
	top: 160px;
	left: 57%;
	width: 45%;
	height: 60px;
}

.card4 .showtext .textbox {
	top: 260px;
	left: 31%;
	width: 55%;
	height: 60px;
}

.card5 .showtext .textbox {
	top: 125px;
	left: 10%;
	width: 37%;
	height: 60px;
}

.card .showtext .img-top{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

.card:hover .showtext,.card:hover .showtext .img-top,.card:hover .showtext .textbox {
	display: inline; cursor:pointer;
}

.banner span {
	position: absolute;
	color: black;
	font-size: 12px;
	bottom: 10px;
	right: 10%;
	animation-name: slideText;
	animation-duration: 16s;
	animation-iteration-count: infinite;
	
}
.desktop{display:block;}
.lattice,.lattice1{padding: 0px 0px 0px 0px;}
.lattice .float_group > div img {
	max-width:100%;
}

.lattice .float_group > div {
	width: 50%;
	overflow: hidden;
	background: #fff;
}

.lattice .float_group > div img {
	width: 100%;
	vertical-align:middle;
}

.lattice .float_group > div .title{
	color: #bd1622;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	padding-top:5vw;
}
.lattice .float_group > div .text{
	margin: 50px 0 20px;
	font-size:26px;
	line-height:36px;
	letter-spacing: 0px;
	color: #707070;
	font-weight: 500;
}


.lattice1 table{ margin:auto;}
.img-responsive{ max-width:100%;}

.leftdescbg{background:url(../img/index/leftdescbg.png) no-repeat; background-size:contain; width:100%; height:705px; position:relative;}

.leftdescbg .textbox{
	font: normal normal normal 17px/26px Noto Sans TC;
	color: #707070;
	position: absolute;
}

.leftdescbg .text1{
	top: 195px;
	right: 24px;
	width: 223px;
}

.leftdescbg .text2{
	top: 320px;
	left: 0px;
	width: 223px;
}

.leftdescbg .text3{
	top: 450px;
	right: 10px;
	width: 223px;
}	
.arrow_down{
	position: absolute;
	left: auto;
	right: 10px;
	top: 11px;
}
.arrow_right {
	position: absolute;
	pointer-events: none;
	left: 130px;
	top: 14px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid white;
	transition: left .2s ease-in-out;
}
.lattice .float_group > div button:hover .arrow_right {
	left: 105px;
}

.second_div{
	background:#fff;
	height:100%;
	overflow:hidden;
	display:block;
}
.second_div .text{width: 1190px; display: block; margin:0px auto 10px;}
.second_div .img-responsive{margin:auto;}
.center_text .text{width:95vw;display:block; margin:auto; text-align:center;}
.center_text .title,.second_div .title {
    color: #005F9B;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    padding-top: 60px;
    font-family: 'Noto Sans HK';
    font-weight: 700;
}
.center_text .desc,.second_div .desc {
    color: #707070;
    font-size: 26px;
    padding:0px 0px;
    width: 100%;
    letter-spacing: 0px;
    margin: 0px auto 20px auto;
	font-family:'Noto Sans HK';
	font-weight: 500;
	text-align: center;
}
.center_text .desc{
	background:url(../img/index/part1_BG.png); width:1000px; background-size:100% 100%; height:100%;
}

.center_text img{ max-width:100%;margin: auto;}

.fourth_div{ background:#dae6ef;width:100%; padding:20px 0px;}
.fourth_div .table{background:url(../img/index/table_compare.png); width:913px; background-size:100% 100%; height:692px; margin:25px auto 45px auto;padding: 365px 20px 0px 50px;
    font-size: 20px;}
.fourth_div .table table td{ vertical-align:middle;  height:105px;}
.fourth_div .table table td ul{ margin-left:0px;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 2px solid #fff !important; 
}
.second_div #tabs {
    width: 900px;
    height: 80px;
    /* padding-right: 2px; */
    margin:30px auto 30px auto;
}

.second_div #tabs li {
    float:left; 
    list-style:none; 
    margin-right:5px; 
    outline:none;
}
.second_div #tabs li a{
    font-size: 40px;
    font-weight: bold;
    color: #3b1f52;
    padding: 5px 20px 5px 20px;
    display: block;
    background: url(../img/index/title_bar_03.png);
    text-decoration: none;
    outline: none;
}
.second_div #tabs li a.inactive{
	padding: 5px 20px 5px 20px;
	color:#707070;
	background: #fff;
	outline:none;
	border-bottom: solid 0px #CCC;
}
.second_div #tabs li a:hover, #tabs li a.inactive:hover {
    color: #3b1f52;
	background: url(../img/index/title_bar_03.png);
	padding: 5px 20px 5px 20px;
    outline:none;
}
.second_div .container {
	clear:both;           
	width:100%; 
	text-align:left;
}
.second_div .tab1{
	background:url(../img/index/paper_shan.png) no-repeat; background-size:contain; display:block;
	padding: 20px 50px;
	min-height:2000px;
}
.second_div .tab2{
	background:url(../img/index/paper_Sarah.png) no-repeat; background-size:contain; display:block;
	padding: 20px 50px;
	min-height:2000px;
}
.second_div .tab3{
	background:url(../img/index/paper_Vanessa.png) no-repeat; background-size:contain; display:block;
	padding: 20px 50px;
	min-height:2000px;
}
.second_div .tab4{
	background:url(../img/index/paper_Moon.png) no-repeat; background-size:contain; display:block;
	padding: 20px 50px;
	min-height:2000px;
}

.second_div .container .tab1 .tablecontent{
	margin-top: 840px;
    padding:20px 75px 20px 115px;
}
.second_div .container .tab2 .tablecontent{
	margin-top: 800px;
    padding:10px 110px 20px 100px;
}
.second_div .container .tab3 .tablecontent{
	margin-top: 835px;
    padding: 10px 90px 20px 120px;
}
.second_div .container .tab4 .tablecontent {
    margin-top: 770px;
    padding: 10px 110px 20px 119px;
}

.second_div .container .line2{padding-left:25px;}
.img-responsive2{ max-width:100%; margin-left:-5px;}
.second_div .container .line1{padding-left:15px;}
.second_div .container .tablecontent2{
	margin-top: 20px;
    padding: 20px 40px 20px 70px;
}
.second_div .container .tablecontent4{
	margin-top: 20px;
    padding: 20px 140px 20px 70px;
}
.second_div .container .subtitle{ margin: 50px 0px 20px 0px;}
.second_div .container .subtitle2{ margin: 70px 0px 20px 0px;}
.second_div .container .subtitle3{ margin: 20px 0px 20px 6px;}
.second_div .container .subtitle4{ margin: 20px 0px 20px -18px;}
.second_div .container h3 {  margin-bottom: 10px; color: #3b1f52; font-weight:bold; font-size: 42px;padding-left: 18px; }
.second_div .container p {  margin-top: 10px; margin-bottom: 20px;line-height: 56px;font-size: 40px;}
.second_div .container .tablecontent2 p{padding: 10px 60px 0px 20px;}
/* 精準鎖定痛症病灶 */
.common-pain {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.common-pain h1{
	margin: 50px auto;
}

.common-pain h1 .c-text{
	text-align: center;
	font: normal normal normal 42px/61px 'Noto Sans TC', sans-serif; font-weight:700;
	letter-spacing: 0px;
	color: #AA323C;
}
.common-pain ul{
	width: 70%;
	padding-inline-start: 0;
	display: inline-block;
}
.common-pain ul li{
	width: 32%;
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}
.common-pain img{
	width: 100%;
}
.common-pain p {
	margin: 30px auto;
	text-align: center;
	font-family:'Noto Sans TC', sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing: 0px;
	line-height:30px;
	color: #707070;
	opacity: 1;
}
.common-pain p .c-text2{
	font-weight: bold;
}


.form_title{background: #005F9B; padding:20px 0 20px;; text-align:center; }
.form_title .text{
	text-align: center;
	font: normal normal bold 60px/61px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.form_title .text img {
    max-width: 30vw;
}
.mp4_banner{ width:100%; overflow:hidden;}
.form_middle{ width:100%; height: 360px; clear:both; position:relative;margin-bottom: 30px;}

 .form_middle .package .col-md-3:nth-of-type(1):after, .form_middle .package .col-md-3:nth-of-type(2):after{
	content: "+";
	text-align: center;
	font: normal normal normal 46px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #005F9B;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .package .col-md-3:nth-of-type(3):after {
	content: "或";
	text-align: center;
	font: normal normal normal 26px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #005F9B;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 99%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .block1{
	background: #005F9B;
	border-radius: 55px;
	opacity: 1;
	width:80%; 
	margin:90px auto;
	height: 260px;
	padding:5px;
	
}

.form_middle .block1 .block1_bg{
	background: #fff;
	border-radius: 50px;
	opacity: 1;
	width:100%; 
	margin:auto;
	height: 250px;
	position:relative;
}

.form_middle .block1 .block1_text {
	background: #fff;
	border-radius: 50px;
	opacity: 1;
	width: 820px;
	margin: auto;
	height: auto;
	position: absolute;
	padding: 10px 40px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	font: normal normal normal 50px/61px Noto Sans TC Bold;
	color: #707070;
}

.form_middle .package {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
}

.form_middle .package img{
	max-width:100%;
}

.form_middle .package .col-md-4{
	position:relative;text-align: center;
}

.form_middle .package .col-md-4:nth-of-type(1):after{
	content: "+";
	text-align: center;
	font: normal normal normal 46px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #005F9B;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .package .col-md-4:nth-of-type(2):after{
	content: "送";
	text-align: center;
	font: normal normal normal 42px/58px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #fff;
	background:#005F9B;
	border-radius:50%;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 103%;
	top: 30%;
	transform: translate(-50%, -50%);
	z-index:100;
}


.form_middle p{
	text-align: center;
	font: normal normal normal 28px/29px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #707070;
	padding: 10px 0px;
}

.form_middle p span{
	text-align: center;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
}

.redtext{
	font: normal normal normal 28px/40px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #AA323C;
}

.greytext{
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
}

.step,.steptype {
	text-align: center;
	padding: 80px 20px 0px 20px;
}
.step .title,.steptype .title {
	text-align: center;
	letter-spacing: 0px;
	margin: 0px 0px 35px 0px;
	color: #FFFFFF;font: normal normal bold 42px/61px 'Noto Sans HK';
}

.step .title img{max-width:18vw;}
.step .text,.steptype .text{
	text-align: center;
	color: #707070;font: normal normal normal 22px/29px 'Noto Sans HK';
	font-weight:500px;
	letter-spacing: 0px;
	opacity: 1;
	margin:10px auto 50px auto;
}
.step .item,.steptype .item{
	display: inline-block;
	margin: 20px 4% 0;
}
.step .item .text1,.steptype .item .text1{
	text-align: center;
	font: normal normal normal 26px/32px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	padding-top:0px;
}

.step .note {
	font-size: 12px;
	text-align: right;
	margin-top: 60px;
	padding-right: 10%;
}
.block select,.block #date{
	
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  background: transparent;
	  background: url(../img/index/arrow.png) no-repeat top right;
	  border: 1px solid #dfdfdf;
	  border-radius: 2px;
	  margin-right: 2rem;
	  padding: 1rem;
	  padding-right: 2rem;

}

.form_middle_mb {
	display:none;
}

.floatingfree{
  position: fixed; 
  top:660px;
  right: 0px; 
  width: 8.2%;
  height: 200px;
  z-index:99;
  cursor:pointer;
}

.compare_box {
	background: url(../img/index/compare_bg.png) no-repeat top center;
	width: 310px;
	height: auto;
	display: block;
	float: left;
	margin: 0px 20px;
	padding:10px 20px 30px 20px;
	background-size: 100% 100%;
}

.mobile {
	display: none;
}
.web {
	display: block;
}

.mobile_text {
	display: none;
}
.mobile_text2 {
	display: none;
}
.web_text {
	display: block;
	width: 100%;
	margin: auto;
}
.web_text+.web_text {
	margin-top: 30px;
}

.compare_box h2 {margin-top:15px;}
.compare_box h2 img{ max-width:100%; padding:0px 0px 20px 0px;}
.compare_box p{ text-align:left;font-size:20px; line-height:29px; padding-top:5px;color: #707070;}
.compare_box span{ font-size:24px; font-weight:bold; color:#AA323C;}

.compare_box p.under{ font-size:24px; font-weight:normal; color:#AA323C;
  text-decoration: underline;
   text-underline-offset: 5px;
   margin:10px 0px;
}
.compare_text1{ height:80px;}
.note ul,ul.table_list{ margin:0px 0px 0px 12px; padding:0px;list-style-type: '- ';}

.warpper_compare, .case_compare {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	justify-content: center;
}

.custom-form-step-box {
	position: relative;
	margin: auto;
	width:1000px;
	text-align: center;
}
.custom-form-step-box img {
	max-width: 100%;
}


/* form */
#form .header {
    padding: 80px 0 40px;
    width: 100%;
    overflow: hidden;
}
#form .header .text1 {
    text-align: center;
    color: #1980cf;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
}
#form .header .text2 {
    text-align: center;
    color: #1980cf;
    padding-bottom: 10px;
    font-size: 24px;
}
#form .header .text2 div {
    display: inline-block;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#form .header .text2 span {
    font-size: 16px;
}
#form .header .text3 {
    text-align: center;
    color: #494949;
}
#form .header .text3 span {
    font-size: 12px;
}
#form .header .text3 div {
    display: inline-block;
    margin: 0 10px;
}

#form .body {
    background: #FFF;
    padding: 30px 40px 80px 40px;
    text-align: center;

}

#form .body .image {
    display: inline-block;
    vertical-align: top;
    width: 456px;
}
#form .body .image img {
    max-width: 456px;
}

#form .body .form {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    width: 60%;
    text-align: left;
}

#form .body .form .block {
    position: relative;
    width: 90%;
	margin-left: 5%;
    height: 50px;
    margin-bottom: 20px;
	display:inline-block;
}

#form .body .form .block input[type=text],
#form .body .form .block select {
	width: 100%;
    height: 100%;
    outline: 0;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    color: #707070;
    font-size: 20px;
    border: 2px solid #005F9B;
    border-radius: 10px;
}
#form .body .form .block select {
	padding-right: 50px;
}
#form .body .form .block input[type=text]::placeholder {
    opacity: 1;
    color: #707070;
}


#form .body .form .note {
    padding: 20px 0px;
    color: #707070;
}

#form .body .form .agger {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 28px;
    color: #707070;
    line-height: 26px;
    margin-bottom: 10px;
}

#form .body .form .agger a {
    color: #707070;
}

#form .body .form .agger input {
    position: absolute;
    opacity: 0;
}

#form .body .form .note,#form .body .form .agger,#form .body .form .agger a {
    font: normal normal normal 16px/26px Noto Sans TC Medium;
}

#form .body .form .agger input {
    position: absolute;
    opacity: 0;
}

#form .form_text{ width:90%;margin:auto; padding-right:20px;}

#form .body .form .agger .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
	border:1px solid #707070;
}

#form .body .form .agger .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#form .body .form .agger input:checked ~ .checkmark:after {
    display: block;
}

#form .body .form .agger .checkmark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 6px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: unset;
}

#form .body .form .submit {
    margin-top: 41px;
    text-align: center;
}
#form .body .form .submit button{
    border: 0;
    width: 200px;
    height: 60px;
    font: normal normal normal 30px / 50px Noto Sans TC Bold;
    color: #fff;
    background: #005F9B;
    cursor: pointer;
    outline: 0;
    border-radius: 15px;
    white-space: nowrap;
}

#form .body .form .submit button:hover {
    border: 0px solid white;
    color: #fff;
    background: #005F9B;
	
}

#form .footer {
    background-color: white;
    width: 100%;
    height: 80px;
}



#form .header {
	padding-top: 85px;
}
#form .body {
	padding-top: 5px;
	padding-bottom: calc(19.48vw / 19.2);
}
.desc-title-custom {
	position: absolute;
	margin: auto;
	padding: 0;
	left: 50%;
	top: 0px;
	width: 1460px;
	color: #005F9B !important;
	font: normal normal bold 58px/72px Helvetica Neue;
	transform: translate(-50%, -50%);
    font-size: calc(62vw / 19.2);
}

.desc-title-custom img{max-width:100%;width: auto;height:auto}
.custom-form-step-box .group-item {
	display: flex;
	display: -webkit-flex;
	gap: calc(34.33vw / 19.2);
	margin: 0 calc(57vw / 19.2) 0;
	/* transform: translateY(calc(-178.32vw / 19.2)); */
	margin-top: calc(-178.32vw / 19.2);
}
.custom-form-step-box .group-item .item {
	flex: 1;
	-webkit-flex: 1;
}
.custom-form-step-box .group-item .item div {
	margin-top: calc(10vw / 19.2);
}
.custom-form-step-box .group-item .item b {
	display: block;
	color: #005F9B;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0;
}
.custom-form-step-box .group-item .item span {
	display: block;
	color: #707070;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
}
.step .group {
	margin: 0 calc(400vw / 19.2);
	display: flex;
	display: -webkit-flex;
	gap: calc(68vw / 19.2);
}
.step .group .item {
	display: inline-block;
	display: -webkit-inline-block;
	margin: 0 !important;
	flex: 1;
	-webkit-flex: 1;
}
.step .group .item img {
	
}

.tab1,.tab2,.tab3,.tab4{
	position:relative;
}

.tab1 .playicon, .tab2 .playicon, .tab3 .playicon {
    width: 356px;
    position: absolute;
    z-index: 999;
    right: 190px;
    top: 730px;
}
.tab4 .playicon {
	width: 356px;
    position: absolute;
    z-index: 999;
    right: 215px;
    top: 680px;
}
	

ul#tabs{padding-left: 0px;}

footer {
	padding-bottom: 0;
	background: #fff;
	color: #707070;
	border-top:1px solid #707070;
}
footer div {
	margin-top: 0;
}
footer a {
	color: #707070 !important;
}
script+img, iframe+img {
	position: absolute;
	height: 1px;
	left: 0;
	top: 0;
	z-index: -1;
}


@media (max-width:1200px) {
	
	.center_text .desc {
		width: 100%;
	}
	.center_text .mbimg{ height:70px;}
	.second_div .mbimg{ height:50px;}
	.second_div{padding: 0px 0px;width: 100%;overflow:hidden;}
	.second_div .text {
		width: 100%; margin: 0px auto 0px;
	}
	
	.center_text .title, .second_div .title {
		 padding-top: 15px;
	}
	
	.second_div .desc {
		margin: 20px auto 0px auto;
	}
		
	.second_div .container {
		padding: 0px;
	}
	.second_div .tab1,.second_div .tab2,.second_div .tab3,.second_div .tab4 {
		min-height: 800px; display:none;
	}	
	.second_div #tabs li a {
		font-size: 15px;
		background-size:100% 100%;
		padding: 5px 0px 5px 0px;
	}
	.second_div #tabs li a:hover, #tabs li a.inactive:hover {
		background-size:100% 100%;
		padding: 5px 0px 5px 0px;
	}

	.second_div #tabs {
		width:355px;
        height: 40px;
        /* padding-right: 2px; */
        margin: 10px auto 10px auto;
		display: flex;
	}
	.second_div #tabs li a.inactive {
		padding: 5px 0px 5px 0px;
	}

	.custom-form-step-box img {
		max-width: 100%;
	}
	#form .header {
        padding: 25px 20px;
    }
	.step img{
		max-width:100%;
	}
	.second_div #tabs li {
		margin-right: 0px;
		width:25%;
	}
	
	.tab1b,.tab2b,.tab3b,.tab4b{
		position:relative;
	}
	
	.tab1b .playicon,.tab2b .playicon ,.tab3b .playicon{
        width: 144px; position: absolute;z-index: 999;right: 10vw;top: 71vw;
    }
	.tab4b .playicon {
        width: 144px; position: absolute;z-index: 999;right: 10vw;top: 64vw;
    }
	
	.tab1b img,.tab2b img,.tab3b img,.tab4b img{
		max-width:100%;
	}
	
	.form_title .text img {
		max-width: 60%;
	}
	.form_title {
		padding: 10px 0 10px;
		text-align: center;
	}
	.form_title .text {
		line-height:1.5px;
	}
	.custom-form-step-box {
		width: 100%;
	}
	.custom-form-step-box img{ max-width:100%; width:unset;}
	#form .body .form {
		width: 100%;
	}
	#form .body {
		padding: 0px 0px 20px 0px;
	}
	.fourth_div {
		padding: 40px 0px;
	}
	.fourth_div .table {
        background: url(../img/index/compare_text.png);
        width: 100%;
        background-size: 100% 100%;
        height: 300px;
        margin: 25px auto 45px auto;
        padding: 5px 0px 0px 0px;
        font-size: 13px;
    }
	.step, .steptype {
		text-align: center;
		padding: 20px 20px 0px 20px;
	}
	.step .title img {
		max-width: 50%;
	}
	.step .title{
		margin: 0px 0px 10px 0px;
	}

	.step .text {
        width: 100%;
        font-size: 17px;
        line-height: 22px;
		margin-bottom: 30px;
		
    }
	.step .group {
		margin: 0 15%;
	}
	
	#form .body .form .note, #form .body .form .agger, #form .body .form .agger a {
		font: normal normal normal 13px / 18px Noto Sans TC Medium;
	}
	
	.fourth_div .img-responsive{
		margin:auto;
	}

}


@media (max-width:1024px) {
	
	.banner {
		padding-bottom: calc(1080 / 1080* 100%);
		margin-top: 0px;
	}
	.carousel-container {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	
}