@import "style-reset.css";
@import "select.css";

/*過水業專用版型 開始*/
.ts-24HeCounter-transition-content ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
	/*min-height: 500px;*/
	font-size: 0;
	justify-content: center;
	padding: 0;	
	padding-bottom: 50px;
}
.ts-24HeCounter-transition-content ul li{
	min-width: 25%;
	max-width: 50%;
	vertical-align: top;
	text-align: center;
	flex-grow: 1;
	padding: 10px;

}
.ts-24HeCounter-transition-content .one-btn{
	height: 100%;
}
.ts-24HeCounter-transition-content .one-btn a{
	display: block;
	height: 100%;
	border: solid 1px #eee;
	padding: 50px 20px;
	border-radius: 4px;
	transition: .3s;
}
.ts-24HeCounter-transition-content .one-btn a:hover{
	text-decoration: none;
}
.ts-24HeCounter-transition-content .one-btn a:hover{
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
}
.ts-24HeCounter-transition-content .transition-title{
	font-weight: bold;
	color: #4a4a4a;
	font-size: 30px;
	margin-bottom: 30px;
}
.ts-24HeCounter-transition-content .transition-info{
	font-weight: normal;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.5em;
}

/*過水業專用版型 結束*/
.ts-comp-24HeCounter-tmp {
	margin-bottom: 30px;
	text-align: center;
	color: #673ab7;
}
.ts-comp-24HeCounter-tmp p {
	color: inherit !important;
}

[class^="ts-comp-24HeCounter-"] p{
	font-size: 16px;
	line-height: normal;
	color: #333333;
}

[class^="ts-comp-24HeCounter-"] a:focus,
[class^="ts-comp-24HeCounter-"] input:focus,
[class^="ts-comp-24HeCounter-"] textarea:focus {
	outline: none;
}

/* hidden */
	.ts-24HeCounter-mobile-shown {
		display: none !important;
	}
	@media screen and (max-width: 1024px){
		.ts-24HeCounter-not-pc-hidden {
			display: none !important;
		}
	}
	@media screen and (max-width: 767px){
		.ts-24HeCounter-mobile-shown {
			display: block !important;
		}
		.ts-24HeCounter-mobile-hidden {
			display: none !important;
		}
	}

/* bg-color */
	.ts-24HeCounter-bg-color-01 {
		background-color: #333333;
	}
	.ts-24HeCounter-bg-color-02 {
		background-color: #da2128;
	}
	.ts-24HeCounter-bg-color-03 {
		background-color: #ac0108;
	}

/* full bg */
	.ts-main-24HeCounter-full {
	    display: inline-block;
		width: 100%;
	    height: 100%;
	    min-height: calc(100vh - 162px); 
	    /* view height - header - footer */
	    position: relative;
	    background-image: url('../img/ts-24HeCounter-bg-02.png');
	    background-repeat: no-repeat;
	    background-size: cover;
        background-position: center right;
	}
	.ts-main-24HeCounter-full.ts-24HeCounter-root {
	    height: 450px;
		/*min-height: calc(100vh - 60px);  view height - header */
	    background-image: url('../img/ts-24HeCounter-bg-01.png');
	}
	@media screen and (max-width: 1023px){
		.ts-main-24HeCounter-full {
			min-height: calc(100vh - 53px - 69px); /* view height - header - footer */

		    background-size: auto 1000px;
		    background-position-x: -855px;
		    background-position-y: top;
		}
		.ts-main-24HeCounter-full.ts-24HeCounter-root {
			/*min-height: calc(100vh - 53px);  view height - header */
		}
	}
	@media screen and (min-width: 922px) and (max-width: 1023px){
		.ts-main-24HeCounter-full {
			background-position-x: -700px;
		}
	}
	@media screen and (max-width: 767px){
		.ts-main-24HeCounter-full.ts-24HeCounter-root {
			height: 650px;
		    background-size: auto calc(100% - 250px);
    		background-position: top right;
		}
	}


/* link */
	.ts-comp-24HeCounter-link {
		/**/
	}
	.ts-comp-24HeCounter-link.comp-link-inline {
		display: inline;
	}
	.ts-comp-24HeCounter-link a {
		font-size: 16px;
		color: #2781ea;
		text-decoration: underline;
	}
	.ts-comp-24HeCounter-link a.comp-link-after {
		position: relative;
	}
	.ts-comp-24HeCounter-link a.comp-link-after:after {
		content: '|';
	    padding-left: 5px;
	}
	.ts-comp-24HeCounter-link a.comp-link-no-underline {
		text-decoration: none;
	}
	.ts-comp-24HeCounter-link a.comp-link-grey {
		color: #333333;
	}
	.ts-comp-24HeCounter-link a.comp-link-light-grey {
		color: #9b9b9b;
	}
	.ts-comp-24HeCounter-link a.comp-link-font14 {
		font-size: 14px;
	}
	.ts-comp-24HeCounter-link a.comp-link-font18 {
		font-size: 18px;
	}

/* btn */
	.ts-comp-24HeCounter-btn {
		max-width: 530px;
		margin: 0 auto;
		padding-bottom: 50px;
		font-size: 0;
		text-align: center;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style {
	    display: inline-block;
	    width: 240px;
	    line-height: 35px;
	    font-size: 16px;
	    border-radius: 25px;
	    cursor: pointer;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:nth-child(even) {
		margin-left: 50px;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:nth-child(n+3) {
		margin-top: 30px;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style3 {
		width: 280px;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style3 {
		display: block;
		margin: 0 auto;
	}
	.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style3 + .ts-24HeCounter-btn-style3 {
		margin-top: 20px;
	}
	.ts-comp-24HeCounter-btn .btn-color-style-1 {
		background-color: #fff;
		color: #333333;
		border: 1px solid #9b9b9b;
	}
	.ts-comp-24HeCounter-btn .btn-color-style-2 {
		background-color: #da2128;
		color: #fff;
		border: 0;
	}
	.ts-comp-24HeCounter-btn .btn-color-style-3 {
		background-color: #ff8785;
		color: #fff;
		border: 0;
	}
	@media screen and (min-width: 1025px){
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:hover {
		    box-shadow: 0 3px 11px #ccc;
		}
		.ts-comp-24HeCounter-btn .btn-color-style-1:hover {
			color: #da2128;
			border-color: #da2128;
		}
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-btn {
			padding-bottom: 30px;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style2 {
			width: 160px;
		}
		.ts-comp-24HeCounter-modal .ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style2 {
			width: 115px;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:nth-child(even) {
			margin-left: 0;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:not(:first-child) {
			margin-top: 30px;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style2:nth-child(even) {
			margin-top: 0;
			margin-left: 35px;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style2:nth-child(n+3) {
			margin-top: 30px;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style3 {
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 374px){
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style,
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:nth-child(even),
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style2:nth-child(even) {
			display: block;
			margin: 0 auto;
		}
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style:not(:first-child),
		.ts-comp-24HeCounter-btn .ts-24HeCounter-btn-style.ts-24HeCounter-btn-style2:not(:first-child) {
			margin-top: 30px;
		}
	}

/* ts-comp-24HeCounter-form */
	
	/*.ts-comp-24HeCounter-form .form-row .form-left-part {
	    border: 1px solid pink;
	}
	.ts-comp-24HeCounter-form .form-row .form-right-part {
	    border: 1px solid mediumaquamarine;
	}
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item {
	    border: 1px solid yellow;
	}
	.ts-comp-24HeCounter-form .form-row .form-ele {
	    border: 1px solid pink;
	}*/


    .ts-comp-24HeCounter-form {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style2 {
	    max-width: 520px;
	    margin: 0 auto;
	}
    .ts-comp-24HeCounter-form .form-row {
	    display: table;
	    width: 100%;
	}
	.ts-comp-24HeCounter-form .form-row.form-row-d-b {
	    display: block;
	}
    .ts-comp-24HeCounter-form .form-row + .form-row {
    	padding-top: 20px;
    }
    .ts-comp-24HeCounter-form.comp-form-confirm .form-row + .form-row {
    	padding-top: 0;
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style2 {
    	max-width: 500px;
    	margin: 0 auto;
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style3 {
    	max-width: 600px;
    	margin: 0 auto;
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style-full,
    .ts-comp-24HeCounter-form .form-row.form-row-style-full-inline {
    	width: 100%;
    	margin: 0 auto;
    }
	.ts-comp-24HeCounter-form .form-row .form-left-part {
	    display: table-cell;
	    width: 265px;
	    padding-top: 15px;
	    padding-right: 30px;
	    vertical-align: top;
	    text-align: right;
	}
	.ts-comp-24HeCounter-form .form-row .form-left-part.comp-form-vertical-left {
		vertical-align: middle;
		padding-top: 0;
		vertical-align: top;
	}
	.ts-comp-24HeCounter-form.comp-form-center .form-row .form-left-part {
		width: 50%;
	}
    .ts-comp-24HeCounter-form .form-row.form-row-style2 .form-left-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style3 .form-left-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style-full .form-left-part {
    	display: block;
    	width: 100%;
    	text-align: left;
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style-full-inline .form-left-part {
    	display: inline-block;
    	width: auto;
    	text-align: left;
    }
	.ts-comp-24HeCounter-form .form-row .form-left-part p {
		display: inline-block;
		font-weight: bold;
		color: #333333;
	    padding-left: 15px;
	}
	.ts-comp-24HeCounter-form .form-row .form-left-part .comp-form-weightNormal {
		font-weight: normal;
	}
	.ts-comp-24HeCounter-form .form-row.form-row-style-full .form-left-part p,
	.ts-comp-24HeCounter-form .form-row.form-row-style2 .form-left-part p,
	.ts-comp-24HeCounter-form .form-row.form-row-style3 .form-left-part p {
	    padding-left: 0;
	}
	.ts-comp-24HeCounter-form .form-row.form-required .form-left-part p {
	    position: relative;
	}
	.ts-comp-24HeCounter-form .form-row.form-required .form-left-part p:before {
		content: '★';
		font-size: 14px;
		color: #da2128;
	    position: absolute;
    	top: 0;
    	left: 0;
	}
	.ts-comp-24HeCounter-form .ts-comp-24HeCounter-020 .ts-comp-24HeCounter-form .form-row .form-left-part {
		width: 175px;
	}
	.ts-comp-24HeCounter-form .ts-comp-24HeCounter-020 .ts-comp-24HeCounter-form .form-row .form-left-part p {
	    white-space: initial;
	    padding-left: 15px;
	}
	
	.ts-comp-24HeCounter-form .form-row .form-right-part {
	    display: table-cell;
	    vertical-align: top;
	    text-align: left;
	}
	.ts-comp-24HeCounter-form .form-row .comp-form-mobile-br br {
		display: none;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style2 .form-row .form-right-part {
		position: relative;
	}
    .ts-comp-24HeCounter-form .form-row.form-row-style2 .form-right-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style3 .form-right-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style-full .form-right-part {
    	display: block;
    	/*padding-top: 25px;*/
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style-full-inline .form-right-part {
    	display: inline-block;
    }
    .ts-comp-24HeCounter-form .form-row.form-row-style2 .form-left-part + .form-right-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style3 .form-left-part + .form-right-part,
    .ts-comp-24HeCounter-form .form-row.form-row-style-full .form-left-part + .form-right-part {
    	padding-top: 25px;
    }
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item {
	    width: 380px;
		font-size: 0;
	}
    .ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style2 .form-row .form-right-part .form-item {
    	width: 100%;
    }
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item + .form-item {
		padding-top: 20px;
	}
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-item-p-t-0  {
		padding-top: 0px;
	}
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-item-full {
		width: auto;
	}
	.ts-comp-24HeCounter-form .form-ele-block {
		display: table;
		width: 100%;
	}
	.ts-comp-24HeCounter-form .form-ele-block.form-ele-font-size-0 {
		font-size: 0;
	}
	.ts-comp-24HeCounter-form .form-ele {
		display: table-cell;
		vertical-align: middle;
	}
	.ts-comp-24HeCounter-form .form-ele + .form-ele {
		padding-left: 10px;
	}
	.ts-comp-24HeCounter-form .form-ele-xs {
		width: 40px;
	}
	.ts-comp-24HeCounter-form .form-ele-xs + .form-ele-xs {
		width: 50px;
	}

	.ts-comp-24HeCounter-form .form-ele-name-unm-content{
		font-size: 0;
	}
	.ts-comp-24HeCounter-form .form-ele-name-unm{
		width: calc(10% - 4.6px);
		max-width: 30px;
	}
	.ts-comp-24HeCounter-form .form-ele-name-unm + .form-ele-name-unm{
		padding-left: 0px;
		margin-left: 5px;
	}
	.ts-comp-24HeCounter-form .form-ele-name-unm p{
		width: 100%;
	}
	.ts-comp-24HeCounter-form .form-ele-sm {
		width: 75px;
	}
	.ts-comp-24HeCounter-form .form-ele + .form-ele-sm,
	.ts-comp-24HeCounter-form .form-ele-sm + .form-ele-sm {
		width: 85px;
	}
	.ts-comp-24HeCounter-form .form-ele-sm-up {
		width: 90px;
	}
	.ts-comp-24HeCounter-form .form-ele + .form-ele-sm-up,
	.ts-comp-24HeCounter-form .form-ele-sm-up + .form-ele-sm-up {
		width: 100px;
	}
	.ts-comp-24HeCounter-form .form-ele-md,
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-ele-md {
		width: 180px;
	}
	.ts-comp-24HeCounter-form .form-ele-md + .form-ele-md {
		width: 190px;
	}
	.ts-comp-24HeCounter-form .form-ele-lg,
	.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-ele-lg {
		width: 290px;
	}
	.ts-comp-24HeCounter-form .form-item .form-txt {
	    /*display: inline-block;*/
		display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }
	.ts-comp-24HeCounter-form .error-msg {
		/**/
	}
	.ts-comp-24HeCounter-form .error-msg p {
		font-size: 12px;
		line-height: 2em;
		color: #da2128;
	}
	.ts-comp-24HeCounter-form .note {
		max-width: 380px;
	}
	/*.ts-comp-24HeCounter-form .note.note-width-fixed {
		width: 380px;
	}*/
	.ts-comp-24HeCounter-form .note p {
		font-size: 12px;
		line-height: 2em;
		/*color: #333333;*/
		color: #9b9b9b;
	}
	.ts-comp-24HeCounter-form .ts-comp-24HeCounter-link {
	    position: absolute;
	    top: 10px;
	    right: 15px;
	}
	.ts-comp-24HeCounter-form .ts-comp-24HeCounter-link a {
		font-size: 14px;
	}
	.ts-comp-24HeCounter-form .note .ts-comp-24HeCounter-link {
		position: static;
	}
	.ts-comp-24HeCounter-form .note .ts-comp-24HeCounter-link a {
		font-size: 12px;
	}
	.ts-comp-24HeCounter-form .comp-form-highlight,
	.ts-comp-24HeCounter-radio .radio-inline label.comp-form-highlight {
		font-weight: bold;
		color: #da2128;
	}
    @media only screen and (max-width:1023px) {
	    .ts-comp-24HeCounter-form {
	        padding-left: 10px;
	        padding-right: 10px;
	    }
	}
    @media only screen and (max-width:767px) {
	    .ts-comp-24HeCounter-form {
	        padding: 0 0 30px;
	    }
	    .ts-comp-24HeCounter-form .form-row {
	    	display: inline-block;
	    }
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row {
	    	display: table;
	    }
	    .ts-comp-24HeCounter-form .form-row + .form-row {
	    	padding-top: 15px;
	    }
	    .ts-comp-24HeCounter-form .form-row .form-left-part {
    	    display: block;
		    width: 100%;
		    text-align: left;
		    padding-bottom: 10px;
	    }
		.ts-comp-24HeCounter-form .ts-comp-24HeCounter-020 .ts-comp-24HeCounter-form .form-row .form-left-part {
			width: 100%;
		}
	    .ts-comp-24HeCounter-form .form-row:not(.form-required) .form-left-part p {
		    padding-left: 0;
		}
		.ts-comp-24HeCounter-form .form-row .comp-form-mobile-br br {
			display: inline;
		}
	    .ts-comp-24HeCounter-form.comp-form-confirm .form-row .form-left-part,
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row .form-left-part  {
    	    display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
	    }
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row.form-row-style2 .form-left-part,
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row.form-row-style2 .form-right-part,
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row.form-row-style3 .form-left-part,
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row.form-row-style3 .form-right-part {
	    	display: block;
	    	width: auto;
	    	text-align: left;
	    	padding-right: 0;
	    }
	    .ts-comp-24HeCounter-form .form-row .form-right-part {
    	    display: block;
    		width: 100%;
	    }
	    .ts-comp-24HeCounter-form.comp-form-confirm .form-row .form-right-part,
	    .ts-comp-24HeCounter-form.comp-form-style2 .form-row .form-right-part {
    	    display: table-cell;
			width: auto;
	    }
	    .ts-comp-24HeCounter-form .form-row.form-row-style2 .form-left-part + .form-right-part,
	    .ts-comp-24HeCounter-form .form-row.form-row-style3 .form-left-part + .form-right-part,
	    .ts-comp-24HeCounter-form .form-row.form-row-style-full .form-left-part + .form-right-part {
	    	padding-top: 0;
	    }
	    .ts-comp-24HeCounter-form .form-row .form-right-part .form-item {
    		width: 100%;
	    }
		.ts-comp-24HeCounter-form .form-ele-md,
		.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-ele-md,
		.ts-comp-24HeCounter-form .form-ele-lg,
		.ts-comp-24HeCounter-form .form-row .form-right-part .form-item.form-ele-lg {
			width: 100%;
		}
	    .ts-comp-24HeCounter-form.comp-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input {
	    	width: 100%;
	    }
	    .ts-comp-24HeCounter-form.comp-form-style2 .ts-comp-24HeCounter-010 .img-block {
	    	padding-top: 10px;
	    	padding-left: 0;
	    }
	    .ts-comp-24HeCounter-form.comp-form-style2 .ts-comp-24HeCounter-010 .img-block {
	    	padding-top: 10px;
	    	padding-left: 0;
	    }
	    .ts-comp-24HeCounter-form.comp-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-link {
	    	padding-left: 10px;
	    }
		.ts-comp-24HeCounter-form .form-ele-xs {
			width: 30px;
		}
		.ts-comp-24HeCounter-form .form-ele-xs + .form-ele-xs {
			width: 40px;
		}
		.ts-comp-24HeCounter-form .note {
			width: 100%;
		}
    }

/* form grid */
	.ts-comp-24HeCounter-form [class^="gas-form-col-"] {
	  display: inline-block;
	  vertical-align: middle;
	  font-size: 0;
	}

	.ts-comp-24HeCounter-form [class^="gas-form-col-"] + [class^="gas-form-col-"] {
	  margin-left: 2%;
	}

	.ts-comp-24HeCounter-form [class^="gas-form-col-"] + .gas-form-col-12 {
	  margin-left: 0;
	  margin-top: 10px;
	}

	.ts-comp-24HeCounter-form .gas-form-col-1 {
	  width: 6.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-2 {
	  width: 15%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-3 {
	  width: 23.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-4 {
	  width: 32%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-5 {
	  width: 40.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-6 {
	  width: 49%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-7 {
	  width: 57.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-8 {
	  width: 66%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-9 {
	  width: 74.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-10 {
	  width: 83%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-11 {
	  width: 91.5%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-12 {
	  width: 100%;
	}

	.ts-comp-24HeCounter-form .gas-form-col-auto {
	  width: auto;
	}

	@media (max-width: 1023px) {
		.ts-comp-24HeCounter-form [class^="gas-form-col-"] + .gas-form-col-pad-12 {
		  margin-left: 0;
		  margin-top: 10px;
		}

	  .ts-comp-24HeCounter-form .gas-form-col-pad-1 {
	    width: 6.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-2 {
	    width: 15%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-3 {
	    width: 23.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-4 {
	    width: 32%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-5 {
	    width: 40.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-6 {
	    width: 49%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-7 {
	    width: 57.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-8 {
	    width: 66%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-9 {
	    width: 74.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-10 {
	    width: 83%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-11 {
	    width: 91.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-12 {
	    width: 100%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-auto {
	    width: auto;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-pad-12 + .gas-form-col-pad-12 {
	    padding-top: 10px;
	    padding-left: 0;
	    margin-left: 0;
	  }
	}

	@media (max-width: 767px) {
		.ts-comp-24HeCounter-form [class^="gas-form-col-"] + .gas-form-col-sm-12 {
		  margin-left: 0;
		  margin-top: 10px;
		}

	  .ts-comp-24HeCounter-form .gas-form-col-sm-1 {
	    width: 6.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-2 {
	    width: 15%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-3 {
	    width: 23.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4 {
	    width: 32%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5 {
	    width: 40.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-6 {
	    width: 49%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7 {
	    width: 57.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8 {
	    width: 66%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9 {
	    width: 74.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10 {
	    width: 83%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11 {
	    width: 91.5%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12 {
	    width: 100%;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-auto {
	    width: auto;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12 + .gas-form-col-sm-12 {
	    padding-top: 16px;
	    padding-left: 0;
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-1:nth-of-type(1n+2) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-1:nth-of-type(1n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-2:nth-of-type(2n+3) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-2:nth-of-type(2n+4) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-2:nth-of-type(2n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-3:nth-of-type(3n+4) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-3:nth-of-type(3n+5) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-3:nth-of-type(3n+6) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-3:nth-of-type(3n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4:nth-of-type(4n+5) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4:nth-of-type(4n+6) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4:nth-of-type(4n+7) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4:nth-of-type(4n+8) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-4:nth-of-type(4n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+6) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+7) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+8) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+9) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+10) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-5:nth-of-type(5n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-6:nth-of-type(2n+3) {
	    padding-top: 10px;
	    padding-left: 0;
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-6:nth-of-type(2n+4) {
	    padding-top: 10px;
	    padding-left: 0;

	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+8) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+9) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+10) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+11) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+12) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-7:nth-of-type(7n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+9) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+10) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+11) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+12) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+15) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+16) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-8:nth-of-type(8n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+10) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+11) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+12) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+15) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+16) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+17) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+18) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-9:nth-of-type(9n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+11) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+12) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+15) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+16) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+17) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+18) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+19) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+20) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-10:nth-of-type(10n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+12) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+15) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+16) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+17) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+18) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+19) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+20) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+21) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+22) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-11:nth-of-type(11n+1) {
	    margin-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+13) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+14) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+15) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+16) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+17) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+18) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+19) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+20) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+21) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+22) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+23) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+24) {
	    padding-top: 20px;
	    padding-left: 0;
	  }
	  .ts-comp-24HeCounter-form .gas-form-col-sm-12:nth-of-type(12n+1) {
	    margin-left: 0;
	  }
	}

/* label */
	.ts-comp-24HeCounter-label p {
		width: 100%;
		min-height: 50px;
		padding-top: 15px;
	}
	.ts-comp-24HeCounter-label.label-height-35 p {
		min-height: 35px;
		padding-top: 9px;
	}
	.ts-comp-24HeCounter-label .comp-label-highlight {
		font-weight: bold;
		color: #da2128;
	}
	.ts-comp-24HeCounter-label .comp-label-center {
		width: inherit;
		text-align: center;
	}
	.form-ele.ts-comp-24HeCounter-label.form-txt {
		text-align: center;
		vertical-align: top;
	}
	@media screen and (max-width: 767px) {
		.ts-comp-24HeCounter-form  .ts-comp-24HeCounter-label.form-ele-xs {
		    width: 20px;
		}
	}
	

/* input */
	.ts-comp-24HeCounter-input input {
		width: 100%;
		height: 50px;
	    padding-left: 10px;
		/*line-height: 50px;*/
		line-height:normal;
		border-radius: 10px;
		border: solid 1px #d5d5d5;
		color: #000000;
	}
	.ts-comp-24HeCounter-input.input-height-35 input {
		height: 35px;
	}
	.ts-comp-24HeCounter-input input::placeholder {
	    color: #9b9b9b;
	    opacity: 1; /* Firefox */
	}
	.ts-comp-24HeCounter-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #9b9b9b;
	}
	.ts-comp-24HeCounter-input input::-ms-input-placeholder { /* Microsoft Edge */
	   color: #9b9b9b;
	}
	.ts-comp-24HeCounter-input input[type="text"]::-ms-clear,
	.ts-comp-24HeCounter-input input[type="tel"]::-ms-clear {
		height: 16px;
		padding-right: 10px;
	}
	.ts-comp-24HeCounter-input input[type="number"]::-webkit-outer-spin-button,
	.ts-comp-24HeCounter-input input[type="number"]::-webkit-inner-spin-button {
	    -webkit-appearance: none;
	    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	}
	.ts-comp-24HeCounter-input [name="userCode"] {
		padding-right: 130px;
	}
	.ts-comp-24HeCounter-input [name="userPwd"] {
		padding-right: 85px;
	}
	@media screen and (max-width: 767px) {
		.ts-comp-24HeCounter-input.form-ele-xs input {
		    padding-left: 0;
    		text-align: center;
		}
	}

/* textarea */
    .ts-comp-24HeCounter-textarea ::-webkit-scrollbar {
          width: 5px;
          height: 5px;
    } /* this targets the default scrollbar (compulsory) */
    .ts-comp-24HeCounter-textarea ::-webkit-scrollbar-track {
          background-color: #e2e2e2;
          border-radius: 0;
    } /* the new scrollbar will have a flat appearance with the set background color */
    .ts-comp-24HeCounter-textarea ::-webkit-scrollbar-thumb {
          background-color: #a9a9a9;
          border-radius: 0;
    } /* this will style the thumb, ignoring the track */
    .ts-comp-24HeCounter-textarea ::-webkit-scrollbar-button {
          background-color: transparent;
          width: 5px;
          height: 5px;
    } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
    .ts-comp-24HeCounter-textarea ::-webkit-scrollbar-corner {
          background-color: transparent;
    } /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

	.ts-comp-24HeCounter-textarea {
		width: 100%;
		height: 140px;
	    padding: 15px 20px;
		border-radius: 10px;
		border: solid 1px #d5d5d5;
	}
	.ts-comp-24HeCounter-textarea textarea {
		width: 100%;
		height: 100%;
		color: #000000;
		resize: none;
	}

/* date */
	.ts-comp-24HeCounter-date {
	    position: relative;
	}
	.ts-comp-24HeCounter-date input {
        width: 100%;
        height: 50px;
        padding-left: 10px;
        /*line-height: 50px;*/
        line-height:normal;
        border-radius: 10px;
        border: solid 1px #d5d5d5;
        color: #000000;
    }
    .ts-comp-24HeCounter-date input::placeholder {
        color: #9b9b9b;
        opacity: 1; /* Firefox */
    }
    .ts-comp-24HeCounter-date input:-ms-date-placeholder { /* Internet Explorer 10-11 */
       color: #9b9b9b;
    }
    .ts-comp-24HeCounter-date input::-ms-date-placeholder { /* Microsoft Edge */
       color: #9b9b9b;
    }
    .ts-comp-24HeCounter-date input[type="text"]::-ms-clear {
        height: 16px;
        padding-right: 10px;
    }
    .ts-comp-24HeCounter-date label {
	    position: absolute;
	    right: 10px;
	    top: calc(50% - 10px);
	    cursor: pointer;
	}
    .ts-comp-24HeCounter-date label img {
	    pointer-events: none;
	}
    @media screen and (max-width: 767px) {
        .ts-comp-24HeCounter-date.form-ele-xs input {
            padding-left: 0;
            text-align: center;
        }
    }

/* file */
	.ts-comp-24HeCounter-file {
	    display: table;
	    width: 100%;
	}
	.ts-comp-24HeCounter-file .title {
	    display: table-cell;
	    width: 65px;
	    text-align: right;
	}
	.ts-comp-24HeCounter-file .title p {
	    font-weight: bold;
	    line-height: 50px;
	}
	.ts-comp-24HeCounter-file .subtitle {
	    display: table-cell;
	    width: 160px;
	    padding-left: 30px;
	}
	.ts-comp-24HeCounter-file .subtitle p {
	    line-height: 50px;
	}
	.ts-comp-24HeCounter-file .file-block {
	    display: table-cell;
        vertical-align: middle;
	}
	.ts-comp-24HeCounter-file .title + .file-block,
	.ts-comp-24HeCounter-file .subtitle + .file-block {
	    padding-left: 50px;
	}
	.ts-comp-24HeCounter-file .file-block input {
	    opacity: 0;
    	width: 0px;
	}
	.ts-comp-24HeCounter-file .file-block label {
	    width: 145px;
	    height: 35px;
	    padding: 0 10px;
	    line-height: 35px;
	    text-align: right;
	    color: #fff;
	    border-radius: 10px;
	    background-color: #ff8785;
	    cursor: pointer;
	    position: relative;
	}
	.ts-comp-24HeCounter-file .file-block label:before {
		content: '';
		position: absolute;
		left: 20px;
		width: 20px;
		height: 35px;
		background-image: url('../img/ts-24HeCounter-icon-11.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	.ts-comp-24HeCounter-file .file-block label:after {
		content: '請上傳檔案';
		position: absolute;
		right: 10px;
	}
	.ts-comp-24HeCounter-file .file-block.has-file label {
	    background-color: #d5d5d5;
	    color: #333333;
	}
	.ts-comp-24HeCounter-file .file-block.has-file label:before {
		background-image: url('../img/ts-24HeCounter-icon-12.png');
	}
	.ts-comp-24HeCounter-file .file-block.has-file label:after {
		content: '已上傳檔案';
		position: absolute;
		right: 10px;
	}
	.ts-comp-24HeCounter-file .file-block .file-name {
	    display: inline-block;
        max-width: calc(100% - 165px);
	    padding-left: 20px;
	    padding-right: 5px;
	    line-height: 35px;
	    vertical-align: top;
	    color: #9b9b9b;

        white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.ts-comp-24HeCounter-file .file-block.has-file .file-del {
		display: inline-block;
		width: 10px;
		height: 35px;
		background-image: url('../img/ts-24HeCounter-icon-13.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		cursor: pointer;
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-file,
		.ts-comp-24HeCounter-file .title,
		.ts-comp-24HeCounter-file .subtitle {
			display: inline-block;
		}
		.ts-comp-24HeCounter-file .file-block{
		    display: block;
		    font-size: 0;
		}
		.ts-comp-24HeCounter-file .title + .file-block,
		.ts-comp-24HeCounter-file .subtitle + .file-block {
		    padding-left: 0;
		}
	}

/* radio */
	.ts-comp-24HeCounter-radio{
		
	}
	.ts-comp-24HeCounter-radio .radio-inline{
		display: inline-block;
		vertical-align: top;
	    padding-top: 5px;
	    padding-bottom: 5px;
		padding-left: 0;
		padding-right: 15px;
		line-height: 40px;
	}
	.ts-comp-24HeCounter-radio.radio-height-35 .radio-inline{
		line-height: 26px;
	}
	.ts-comp-24HeCounter-radio .radio-inline.radio-style-block{
		display: block;
	}
	.ts-comp-24HeCounter-radio .radio-inline input{
		position: relative;
		opacity: 0;
		width: 0;
		height: 0;
		position: absolute;
		/*display: none;*/
		vertical-align: middle;
	}
	.ts-comp-24HeCounter-radio .radio-inline label {
	    font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0.6px;
		color: #333333;
	    cursor: pointer;
	    padding-left: 25px;
	    margin-bottom: 0;
	    position: relative;
	}
	.ts-comp-24HeCounter-radio .radio-inline label span.cusradio-sty {
	    width: 20px;
	    height: 20px;
	    display: inline-block;
	    margin: 0 auto;
	    cursor: pointer;
	    border: solid 4px #d5d5d5;
	    border-radius: 50%;
	    background-color: #f6f6f6;
	    margin: 0 5px 0 0;
	    position: absolute;
	    top: 0px;
	    left: 0;
	}
	.ts-comp-24HeCounter-radio .radio-inline label span.cusradio-sty:after {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    margin: auto;
	    width: 8px;
	    height: 8px;
	    background-color: #da2128;
	    border-radius: 50%;
	    display: none;
	}
	.ts-comp-24HeCounter-radio .radio-inline input[type='radio']:checked + label span.cusradio-sty {
	    width: 20px;
	    height: 20px;
	}
	.ts-comp-24HeCounter-radio .radio-inline input[type='radio']:checked + label span.cusradio-sty:after {
	    display: block;
	}
	.ts-comp-24HeCounter-radio .radio-inline p {
		line-height: 1.5em;
	}
	.ts-comp-24HeCounter-radio.radio-font-size-12 .radio-inline label {
	    font-size: 12px;
		line-height: 20px;
	}
/* checkbox */
    .ts-comp-24HeCounter-checkbox{
        
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline{
        display: inline-block;
        vertical-align: top;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 15px;
        line-height: 40px;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline input{
        position: relative;
        opacity: 0;
		width: 0;
		height: 0;
		position: absolute;
        /*display: none;*/
        vertical-align: middle;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline label {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.6px;
        color: #333333;
        cursor: pointer;
        padding-left: 25px;
        margin-bottom: 0;
        position: relative;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline label span.cuscheckbox-sty {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 auto;
        cursor: pointer;
        border: solid 4px #d5d5d5;
        border-radius: 5px;
        background-color: #f6f6f6;
        margin: 0 5px 0 0;
        position: absolute;
        top: 0px;
        left: 0;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline label span.cuscheckbox-sty:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        background-color: #da2128;
        display: none;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline input[type='checkbox']:checked + label span.cuscheckbox-sty {
        width: 20px;
        height: 20px;
    }
    .ts-comp-24HeCounter-checkbox .checkbox-inline input[type='checkbox']:checked + label span.cuscheckbox-sty:after {
        display: block;
    }

/* ts-comp-24HeCounter-select */
	.ts-comp-24HeCounter-select .select-block.select-taishin .bootstrap-select.select-style2 .dropdown-toggle,
	.ts-comp-24HeCounter-select .select-block.select-taishin .bootstrap-select.select-style2 .dropdown-toggle .filter-option {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		color: #4a4a4a;
	}
	.ts-comp-24HeCounter-select 


/* ts-comp-24HeCounter-keypad */
    .ts-comp-24HeCounter-keypad .ga-keypad {
        box-sizing: border-box;
        display: inline-block;
        border:  1px solid #aaa;
        box-shadow: 0px 0px 8px #aaa;
        padding: 20px 12px;
        border-radius: 0px;
        position: absolute;
        width: 520px;
        right: 0;
        top: 280px;
        z-index: 1;
        background-color: #fff;
        text-align: left;
        display: none;
    }
    .ts-comp-24HeCounter-keypad .ga-keypad.active {
        display: block;
    }
    .ts-comp-24HeCounter-keypad .ga-keypad .title{
        padding-bottom: 5px;
        margin-left: 3px;
    }
    .ts-comp-24HeCounter-keypad .ga-keypad .title p{
        color: #9b9b9b;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .ts-comp-24HeCounter-keypad .keyboard_close_btn span {
        font-size: 0;
        position: absolute;
        right: 35px;
        top: 20px; 
        cursor: pointer;
    }
    .ts-comp-24HeCounter-keypad .keyboard_close_btn span:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        background-image: url('../img/ts-24HeCounter-icon-14.png');
        background-size: cover;
        background-position: center;
    }
    @media only screen and (max-width:1024px) {
    	.ts-comp-24HeCounter-keypad-btn,
    	.ts-comp-24HeCounter-keypad {
    		display: none;
    	}
    }
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-keypad .ga-keypad.active{
            display: none;
        }
    }
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-special { 
        width: 2em;
        margin: 3px;
        padding: 4px;
        border: 0px solid rgb(178,178,178);
        background-color: #ccc;
    }
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-back{
        border: 0px solid rgb(178,178,178);
        background-color: #ccc;
        width: 4.3em;
    }
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-spacebar { 
        width: 13.25em;
        margin: 0.125em; 
    }

    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-key,
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-tab,
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-space {
        width: 2em; 
        margin: 3px;
        padding: 4px;
        background-color: #eee;
        border: 1px solid rgb(178,178,178);
        color: #333333;
    	font-weight: bold;
    }

    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-half-space { 
        width: 1em; margin-left: 0.125em;
    }

    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-key,
    .ts-comp-24HeCounter-keypad .ga-keypad .keypad-special {
        font-size: 16px;
    }


/* modal */
	.ts-comp-24HeCounter-modal .modal-dialog {
	    max-width: 860px;
	}
	.ts-comp-24HeCounter-modal .modal-content {
	    border-radius: 0;
	}
	.ts-comp-24HeCounter-modal .modal-header {
	    border: 0;
        min-height: 50px;
	    padding: 10px;
	    position: relative;
	}
	.ts-comp-24HeCounter-modal .modal-header .close {
	    padding: 0;
	    margin: 0;
	    position: absolute;
	    right: 10px;
        opacity: 1;
	}
	.ts-comp-24HeCounter-modal .modal-header .close span {
	    display: inline-block;
	    font-size: 44px;
	    line-height: 30px;
	    color: #333333;
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-modal .modal-body {
			padding: 20px 10px;
		}
	}


/*ts-comp-24HeCounter-001*/
	.ts-comp-24HeCounter-001{
		position: relative;
		padding-bottom: 30px;
	}
	.ts-comp-24HeCounter-001.ts-comp-24HeCounter-001-style2{
		padding-bottom: 50px;
	}
	.ts-comp-24HeCounter-001 .title{
		/**/
	}
	.ts-comp-24HeCounter-001 .title h2{
		font-size: 30px;
		font-weight: bold;
		line-height: normal;
		letter-spacing: 1.8px;
		color: #000000;
	}
	.ts-comp-24HeCounter-001.ts-comp-24HeCounter-001-style2 .title h2{
		font-size: 24px;
	}
	.ts-comp-24HeCounter-001 .note p{
		font-size: 16px;
		line-height: 30px;
		color: #333333;
	}
	.ts-comp-24HeCounter-001 .note .highlight{
		color: #da2128;
	}
	@media only screen and (max-width:1023px) {
		.ts-comp-24HeCounter-001{
			padding: 0 10px;
			background-color: #fff;
    		padding-top: 30px;
		}
		.ts-comp-24HeCounter-001.ts-comp-24HeCounter-001-style2{
			background-color: transparent;
			padding-top: 0;
		}
		.ts-comp-24HeCounter-001 .title h2{
			font-size: 24px;
		}
	}
	@media only screen and (max-width:767px) {
		.ts-comp-24HeCounter-001.ts-comp-24HeCounter-001-style2{
    		padding: 0 0 30px;
		}
	}

/*ts-main-24HeCounter-002*/
	.ts-main-24HeCounter-002-block-all{
		background-color: #fff;
	}
	.ts-main-24HeCounter-002{
		padding: 30px 20px;
	}
	.ts-main-24HeCounter-002 .title{
		padding-bottom: 10px;
	}
	.ts-main-24HeCounter-002 .title p{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 1.1px;
		text-align: center;
		color: #333333;
	}
	.ts-main-24HeCounter-002 .txt{
		
	}
	.ts-main-24HeCounter-002 .txt p{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #333333;
	}
	@media only screen and (max-width: 767px){
		.ts-main-24HeCounter-002{
			padding: 20px 20px;
		}
		.ts-main-24HeCounter-002 .title p{
			font-size: 15px;
			line-height: 1.4;
			letter-spacing: 0.4px;
		}
		.ts-main-24HeCounter-002 .txt {
		    text-align: center;
		}
		.ts-main-24HeCounter-002 .txt p{
			display: inline;
			font-size: 12px;
			line-height: 1.67;
		}
	}

/*ts-main-24HeCounter-003*/
	.ts-comp-24HeCounter-003{
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	.ts-comp-24HeCounter-003 .step-ul{
		display: table;
		width: 100%;
		padding: 0 60px;
	    /*border: 1px solid yellow;*/
	}
	.ts-comp-24HeCounter-003 .step-li{
		display: table-cell;
		vertical-align: top;
	    /*border: 1px solid pink;*/
	}
	.ts-comp-24HeCounter-003 .step-li:first-child {
		width: 45px;
	}
	.ts-comp-24HeCounter-003 .step-li:nth-child(n+6) {
	    display: none;
	}
	.ts-comp-24HeCounter-003 .step-ele{
		position: relative;
	}
	.ts-comp-24HeCounter-003 .step-desc {
	    position: relative;
	    text-align: right;
	}
	.ts-comp-24HeCounter-003 .step-li:first-child .step-desc {
		text-align: left;
	}
	.ts-comp-24HeCounter-003 .step-li:first-child:last-child .step-desc {
		text-align: center;
	}
	.ts-comp-24HeCounter-003 .step-desc:before{
		content: '';
		position: absolute;
		top: 22px;
		left: 0;
	    height: 2px;
	    width: calc(100%);
	    background-color: #9b9b9b;
	}
	.ts-comp-24HeCounter-003 .step-li:first-child .step-desc:before {
		display: none;
	}
	.ts-comp-24HeCounter-003 .step-li.active .step-desc:before{
		background-color: #da2128;
	}
	.ts-comp-24HeCounter-003 .step-desc .numtxt {
	    background-color: #9b9b9b;
	    display: inline-block;
	    width: 45px;
	    height: 45px;
	    border-radius: 50%;
        position: relative;
	    z-index: 1;
	}
	.ts-comp-24HeCounter-003 .step-li.active .step-desc .numtxt {
	    background-color: #da2128;
	}
	.ts-comp-24HeCounter-003 .step-desc .numtxt p {
	    font-family: Arial;
	    font-size: 20px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 45px;
	    text-align: center;
	}
	.ts-comp-24HeCounter-003 .step-desc .title {
	    max-width: 130px;
	    min-width: 130px;
        max-height: 50px;
    	overflow: hidden;
	    padding-top: 8px;
	    text-align: center;
        position: absolute;
		right: -43px; /* -1 * half of the title width + half of the numtxt width */
	}
	.ts-comp-24HeCounter-003 .step-li:first-child .step-desc .title {
		left: -43px; /* -1 * half of the title width + half of the numtxt width */
	}
	.ts-comp-24HeCounter-003 .step-li:first-child:last-child .step-desc .title {
	    left: calc(50% - 65px);
	}
	.ts-comp-24HeCounter-003 .step-desc .title p{
		font-size: 14px;
		color: #333333;
	}
	@media screen and (max-width: 767px){
		.ts-main-24HeCounter-003-block-all{
		    padding-bottom: 80px;
		}
		.ts-comp-24HeCounter-003{
		    padding-bottom: 65px;
		}
		.ts-comp-24HeCounter-003 .step-ul{
			padding: 0 20px;
		}
		.ts-comp-24HeCounter-003 .step-desc .title{
			max-width: 80px;
			min-width: 80px;
		    max-height: 65px;
			right: -18px; /* -1 * half of the title width + half of the numtxt width */
		}
		.ts-comp-24HeCounter-003 .step-li:first-child .step-desc .title {
			left: -18px; /* -1 * half of the title width + half of the numtxt width */
		}
		.ts-comp-24HeCounter-003 .step-li:first-child:last-child .step-desc .title {
		    left: calc(50% - 45px);
		}
		.ts-comp-24HeCounter-003.ts-comp-24HeCounter-003-style2 .step-li:not(.current) .step-desc .title{
			display: none;
		}
	}

/* ts-comp-24HeCounter-004 */
	.ts-comp-24HeCounter-004 {
	    padding-bottom: 50px;
	    text-align: center;
	}
	.ts-comp-24HeCounter-004 .img-block {
	    width: 50px;
	    height: 50px;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.ts-comp-24HeCounter-004 .img-block img {
	    width: 100%;
	}
	.ts-comp-24HeCounter-004 .desc {
	    padding-top: 20px;
	}
	.ts-comp-24HeCounter-004 .desc p {
	    font-size: 16px;
	    font-weight: bold;
	    color: #da2128;
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-004 {
		    padding-bottom: 30px;
		}
	}

/* ts-comp-24HeCounter-005 */
	.ts-comp-24HeCounter-005 {
	    padding: 0 30px 50px;
	    text-align: center;
	}
	.ts-comp-24HeCounter-005 .ul-items {
	    width: 100%;
        font-size: 0;
	}
	.ts-comp-24HeCounter-005 .ul-li-items {
	    display: inline-block;
	    width: 355px;
	    vertical-align: top;
	}
	.ts-comp-24HeCounter-005 .ul-li-items + .ul-li-items {
		margin-left: 35px;
	}
	.ts-comp-24HeCounter-005 .ul-li-items:nth-child(3n+1) {
		margin-left: 0;
	}
	.ts-comp-24HeCounter-005 .ul-li-items:nth-child(n+4) {
		margin-top: 30px;
	}
	.ts-comp-24HeCounter-005 .item-ele {
	    display: inline-block;
	    width: 100%;
	    background-color: #f6f6f6;
	    padding: 20px 20px 20px 30px;
	    text-align: left;
	}
	.ts-comp-24HeCounter-005.ts-comp-24HeCounter-005-style2 .item-ele {
	    min-height: 122px;
	}
	.ts-comp-24HeCounter-005 .title {
		position: relative;
	}
	.ts-comp-24HeCounter-005 .title:before {
		content: '';
		position: absolute;
    	top: 8px;
	    left: -8px;
		width: 3px;
		height: 17px;
		background-color: #da2128;
	}
	.ts-comp-24HeCounter-005 .title p {
		font-size: 20px;
  		font-weight: bold;
  		color: #000000;
	}
	.ts-comp-24HeCounter-005 .desc {
		padding-top: 10px;
	}
	.ts-comp-24HeCounter-005 .desc p {
		font-size: 16px;
  		font-weight: bold;
  		line-height: 1.5em;
		color: #9b9b9b;
	}
	.ts-comp-24HeCounter-005 .note {
		padding-top: 10px;
		padding-left: 30px;
		text-align: left;
	}
	.ts-comp-24HeCounter-005 .note p {
		font-size: 14px;
		color: #333333;
	}
	@media screen and (max-width: 1200px){
		.ts-comp-24HeCounter-005 {
			padding: 0 0 50px;
		}
		.ts-comp-24HeCounter-005 .ul-li-items + .ul-li-items {
			margin-left: 10px;
		}
		.ts-comp-24HeCounter-005 .ul-li-items:nth-child(2n+1) {
			margin-left: 0;
		}
		.ts-comp-24HeCounter-005 .ul-li-items:nth-child(n+3) {
			margin-top: 30px;
		}
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-005 {
			padding: 0 0 30px;
		}
		.ts-comp-24HeCounter-005.ts-comp-24HeCounter-005-style2 .item-ele {
		    min-height: 0;
		}
		.ts-comp-24HeCounter-005 .ul-li-items,
		.ts-comp-24HeCounter-005 .ul-li-items:nth-child(n+3) {
			margin-top: 10px;
		}
		.ts-comp-24HeCounter-005 .ul-li-items + .ul-li-items {
			margin-left: 0;
		}
	}
	@media screen and (max-width: 374px){
		.ts-comp-24HeCounter-005 .ul-li-items {
			width: 100%;
		}
	}

/* ts-comp-24HeCounter-006 */
	.ts-comp-24HeCounter-006 ::-webkit-scrollbar {
	      width: 5px;
	      height: 5px;
	} /* this targets the default scrollbar (compulsory) */
	.ts-comp-24HeCounter-006 ::-webkit-scrollbar-track {
	      background-color: #e2e2e2;
	      border-radius: 0;
	} /* the new scrollbar will have a flat appearance with the set background color */
	.ts-comp-24HeCounter-006 ::-webkit-scrollbar-thumb {
	      background-color: #a9a9a9;
	      border-radius: 0;
	} /* this will style the thumb, ignoring the track */
	.ts-comp-24HeCounter-006 ::-webkit-scrollbar-button {
	      background-color: transparent;
	      width: 5px;
	      height: 5px;
	} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
	.ts-comp-24HeCounter-006 ::-webkit-scrollbar-corner {
	      background-color: transparent;
	} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

	.ts-comp-24HeCounter-006 {
	    background-color: #f6f6f6;
	    /*padding: 20px 20px 30px 30px;*/
	    padding: 20px 20px 30px 20px;
	    margin-bottom: 50px;
	}
	.ts-comp-24HeCounter-006 .title {
		text-align: center;
	}
	.ts-comp-24HeCounter-006 .title p {
		font-size: 14px;
  		font-weight: bold;
  		color: #333333;
	}
	.ts-comp-24HeCounter-006 .comp-006-subtitle,
	.ts-comp-24HeCounter-006 .title .comp-006-subtitle {
		font-weight: normal;
	}
	.ts-comp-24HeCounter-006 .desc {
		max-height: 120px;
		overflow-y: auto;
		padding-left: 10px;
	}
	.ts-comp-24HeCounter-006 .title + .desc {
		margin-top: 15px;
	}
	.ts-comp-24HeCounter-006 .order-list {
	    padding-left: 15px;
	}
	.ts-comp-24HeCounter-006 .order-list-item {
	    list-style-type: decimal;
	}
	.ts-comp-24HeCounter-006 .desc p, 
	.ts-comp-24HeCounter-006 .desc > div, 
	.ts-comp-24HeCounter-006 .order-list, 
	.ts-comp-24HeCounter-006 .order-list-item {
		font-size: 12px;
	    line-height: 1.4em;
	}
	.ts-comp-24HeCounter-006 .desc span {
	    font-size: inherit;
	    line-height: inherit;
	    color: inherit;
	}
	.ts-comp-24HeCounter-006 .desc .highlight {
	    color: #da2128;
	}
	.ts-comp-24HeCounter-006 .desc .comp-006-bold {
		font-weight: bold;
	}
	.ts-comp-24HeCounter-006 .desc .comp-006-center {
		text-align: center;
	}
    .ts-comp-24HeCounter-006 .comp-006-inline {
        display: inline-block;
    }
    .ts-comp-24HeCounter-006 .desc .comp-006-with-radio,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-radio,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-radio .radio-inline,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-radio .radio-inline label {
        font-size: inherit;
    }
    .ts-comp-24HeCounter-006 .desc .comp-006-with-radio::first-line,
    .ts-comp-24HeCounter-006 .comp-006-with-radio p.comp-006-inline {
        line-height: 30px;
        vertical-align: top;
    }
    .ts-comp-24HeCounter-006 .comp-006-with-radio .comp-006-inline + .ts-comp-24HeCounter-radio {
        margin-left: 10px;
        vertical-align: top;
    }
    .ts-comp-24HeCounter-006 .comp-006-with-radio .ts-comp-24HeCounter-radio .radio-inline {
        line-height: 20px;
    }

    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-007-1 table,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-007-1 table tbody,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-007-1 table tbody tr,
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-007-1 table tbody td {
    	font-size: inherit;
    	text-align: inherit;
    }

    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-007-1 {
    	padding-bottom: 30px;
    }
    .ts-comp-24HeCounter-006 .ts-comp-24HeCounter-008 .desc {
    	overflow: hidden;
    	max-height: 100%;
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
        .ts-comp-24HeCounter-006 .order-list {
          padding-left: 20px;
        }
        .ts-comp-24HeCounter-006 .comp-006-with-radio .ts-comp-24HeCounter-radio .radio-inline {
            line-height: 30px;
            padding: 0;
        }
        .ts-comp-24HeCounter-006 .comp-006-with-radio .ts-comp-24HeCounter-radio .radio-inline label span.cusradio-sty {
            top: 5px;
        }
    }
	@media screen and (max-width: 1023px){
		.ts-comp-24HeCounter-006 {
			margin-left: 10px;
			margin-right: 10px;
		}
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-006 {
		    margin-bottom: 30px;
		    padding: 20px 10px;
		}
		.ts-comp-24HeCounter-006.comp-006-style2 .desc {
			max-height: 200px;
		}
	}

 /* ts-comp-24HeCounter-007 */ /* table collapse */
	.ts-comp-24HeCounter-007 {
	    padding-bottom: 50px;
	}
	.ts-comp-24HeCounter-007 .title {
		padding-bottom: 10px;
	}
	.ts-comp-24HeCounter-007 .title p {
		font-size: 18px;
		font-weight: bold;
		color: #333333;
	}
	.ts-comp-24HeCounter-007 table.display {
		/*opacity: 0;*/
	    border: 1px solid #d6d6d6;
    	border-right: 0;
	}
	.ts-comp-24HeCounter-007 table.dataTable thead tr,
	.ts-comp-24HeCounter-007 table.display thead tr,
	.ts-comp-24HeCounter-007 table.dataTable tbody tr.child ul.dtr-details li span.dtr-title {
		background-color: #4d4d4d;
		color: #fff;
		border-color: #d5d5d5;
	}
	.ts-comp-24HeCounter-007 table.display tbody tr {
	    border-bottom: 1px solid #d6d6d6;
	}
	.ts-comp-24HeCounter-007 table.dataTable.stripe tbody tr.odd, 
	.ts-comp-24HeCounter-007 table.dataTable.display tbody tr.odd, 
	.ts-comp-24HeCounter-007 table.display tbody tr.odd {
		background-color: #fff;
	}
	.ts-comp-24HeCounter-007 table.dataTable.stripe tbody tr.even, 
	.ts-comp-24HeCounter-007 table.dataTable.display tbody tr.even, 
	.ts-comp-24HeCounter-007 table.display tbody tr.even {
		background-color: #f6f6f6;
	}
	.ts-comp-24HeCounter-007 table.dataTable thead th,
	.ts-comp-24HeCounter-007 table.display thead th {
		/*white-space: initial;*/
		padding: 10px;
		line-height: 1.5em;
		text-align: center;
	    border-right: 1px solid #d6d6d6;
	    border-bottom: 1px solid #d6d6d6;
	}
	.ts-comp-24HeCounter-007 th {
		min-width: 60px;
	}
	.ts-comp-24HeCounter-007 th.comp-007-th-style2 {
		min-width: 80px;
	}
	.ts-comp-24HeCounter-007 th:first-child {
		min-width: 45px;
	}
	.ts-comp-24HeCounter-007 table.dataTable tbody td,
	.ts-comp-24HeCounter-007 table.display tbody td,
	.ts-comp-24HeCounter-007 table.dataTable tbody tr.child ul.dtr-details li span.dtr-data  {
		text-align: left;
	    line-height: 1.5em;
	    padding: 10px;
	    font-size: 16px;
	}
	.ts-comp-24HeCounter-007 table.display tbody td {
	    border-right: 1px solid #d6d6d6;
	}
	.ts-comp-24HeCounter-007 td.details-control,
	.ts-comp-24HeCounter-007 tr.parent td.details-control {
		background-image: url('../img/ts-24HeCounter-icon-10.png');
		background-size: 15px;
	}
	.ts-comp-24HeCounter-007 tr.parent td.details-control {
		background-image: url('../img/ts-24HeCounter-icon-09.png');
	}
	.ts-comp-24HeCounter-007 table.dataTable tbody tr.child, 
	.ts-comp-24HeCounter-007 table.dataTable tbody tr.child:hover {
		background-color: #d5d5d5;
	}
	.ts-comp-24HeCounter-007 table.dataTable tbody tr.child ul.dtr-details li span.dtr-title {
		font-size: 16px;
	}
	.ts-comp-24HeCounter-007 .comp-007-data-nowrap {
	    white-space: nowrap;
	}
	.ts-comp-24HeCounter-007 .ts-comp-24HeCounter-link a + a {
		padding-left: 40px;
	}
	@media screen and (max-width: 1023px){
		.ts-comp-24HeCounter-007 {
		    padding-right: 10px;
		    padding-left: 10px;
		}
		.ts-comp-24HeCounter-007 table.dataTable thead th br,
		.ts-comp-24HeCounter-007 table.dataTable tbody tr.child ul.dtr-details li span.dtr-title br {
			display: none;
		}
		.ts-comp-24HeCounter-007:not(.ts-comp-24HeCounter-007-style2) table.dataTable thead th:not(:first-child) {
			white-space: nowrap;
			min-width: 150px;
		}
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-007 {
		    padding-right: 0;
		    padding-left: 0;
		    padding-bottom: 30px;
		}
		.ts-comp-24HeCounter-007 th:nth-child(2) {
			min-width: 250px;
		}
		.ts-comp-24HeCounter-007.ts-comp-24HeCounter-007-style2 th:nth-child(2) {
			min-width: 0;
		}
	}
	@media screen and (max-width: 374px){
		.ts-comp-24HeCounter-007 th:nth-child(2),
		.ts-comp-24HeCounter-007.ts-comp-24HeCounter-007-style2 th:nth-child(2) {
			min-width: 200px;
		}
	}

/* ts-comp-24HeCounter-007-1 */ /* table 100% */
    .ts-comp-24HeCounter-007-1 {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-007-1 .title {
        padding-bottom: 10px;
    }
    .ts-comp-24HeCounter-007-1 .title p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }
    .ts-comp-24HeCounter-007-1 table thead tr,
    .ts-comp-24HeCounter-007-1 table .tr-title {
        background-color: #4d4d4d;
        color: #fff;
        border: 1px solid #d5d5d5;
    }
    .ts-comp-24HeCounter-007-1 table tbody tr:nth-child(even), 
    .ts-comp-24HeCounter-007-1 table tbody tr:nth-child(even) {
        background-color: #f6f6f6;
    }
    .ts-comp-24HeCounter-007-1 table thead th {
        white-space: initial;
        padding: 15px 10px;
        text-align: center;
        border: 1px solid #d5d5d5;
    }
    .ts-comp-24HeCounter-007-1 table tbody td  {
        text-align: left;
        line-height: 1.5em;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #d5d5d5;
    }
    @media screen and (max-width: 1023px){
        .ts-comp-24HeCounter-007-1 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px){
        .ts-comp-24HeCounter-007-1 {
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 30px;
        }
    }

/* ts-comp-24HeCounter-007-2 */ /* table mobile single row */
    .ts-comp-24HeCounter-007-2 {
        padding-bottom: 50px;
    }
	.ts-comp-24HeCounter-007-2 .title {
		padding-bottom: 10px;
	}
	.ts-comp-24HeCounter-007-2 .title p {
		font-size: 18px;
		font-weight: bold;
		color: #333333;
	}
    .ts-comp-24HeCounter-007-2 table thead th,
	.ts-comp-24HeCounter-007-2  .table-title {
	    padding: 15px 10px;
	    text-align: center;
	    background-color: #4d4d4d;
	    color: #fff;
	}
	.ts-comp-24HeCounter-007-2 table tbody tr:nth-child(even) {
	    /*background-color: #f6f6f6;*/
	}
    .ts-comp-24HeCounter-007-2 table thead th,
    .ts-comp-24HeCounter-007-2 table tbody td {
	    border: 1px solid #d5d5d5;
    }
	.ts-comp-24HeCounter-007-2  .table-title {
		display: none;
	}
	.ts-comp-24HeCounter-007-2 .table-desc {
	    text-align: left;
	    line-height: 1.5em;
	    padding: 10px;
	    font-size: 16px;
	}
	.ts-comp-24HeCounter-007-2 .table-desc .ts-comp-24HeCounter-radio {
		text-align: center;
	}
    @media screen and (max-width: 1023px){
        .ts-comp-24HeCounter-007-2 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px){
        .ts-comp-24HeCounter-007-2 {
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 30px;
        }
    	.ts-comp-24HeCounter-007-2 table thead th {
    		display: none;
    	}
    	.ts-comp-24HeCounter-007-2 table tbody tr {
    		display: block;
    		width: 100%;
    	}
    	.ts-comp-24HeCounter-007-2 table tbody tr + tr {
    		margin-top: 10px;
    	}
    	.ts-comp-24HeCounter-007-2 table tbody td {
    		display: table;
    		width: 100%;
    	}
    	.ts-comp-24HeCounter-007-2 table tbody td:not(:last-child) {
    		border-bottom-width: 0;
    	}
		.ts-comp-24HeCounter-007-2  .table-title {
			display: table-cell;
			width: 40%;
		    vertical-align: middle;
		}
		.ts-comp-24HeCounter-007-2  .table-desc {
			display: table-cell;
		    vertical-align: middle;
	        padding-top: 0;
    		padding-bottom: 0;
		}
		.ts-comp-24HeCounter-007-2  .table-desc .ts-comp-24HeCounter-select {
	        padding-top: 10px;
    		padding-bottom: 10px;
		}
		.ts-comp-24HeCounter-007-2 .table-desc .ts-comp-24HeCounter-radio {
			text-align: left;
		}
    }

/* ts-comp-24HeCounter-007-3 */ /* table mobile single row (ul li) */
    .ts-comp-24HeCounter-007-3 {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-007-3 .table-block {
        display: table;
        width: 100%;
    }
    .ts-comp-24HeCounter-007-3 .table-tr {
        display: table-row;
    }
    .ts-comp-24HeCounter-007-3 .table-ele {
        display: table-cell;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr:nth-child(even), 
    .ts-comp-24HeCounter-007-3 .table-block .table-tr:nth-child(even) {
        background-color: #f6f6f6;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele {
        border-top: 1px solid #d5d5d5;
        border-left: 1px solid #d5d5d5;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele:last-child {
        border-right: 1px solid #d5d5d5;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr:last-child .table-ele{
        border-bottom: 1px solid #d5d5d5;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-title {
        white-space: nowrap;
        padding: 15px 10px;
        text-align: center;
        background-color: #4d4d4d;
        color: #fff;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr:not(:first-child) .table-title {
        display: none;
    }
    .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-desc  {
        text-align: left;
        line-height: 1.5em;
        padding: 10px;
        font-size: 16px;
    }
    @media screen and (max-width: 1023px){
        .ts-comp-24HeCounter-007-3 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px){
        .ts-comp-24HeCounter-007-3 {
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 30px;
        }
        .ts-comp-24HeCounter-007-3 .table-block,
        .ts-comp-24HeCounter-007-3 .table-tr {
            display: inline-block;
            width: 100%;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr + .table-tr {
            margin-top: 10px;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele {
            display: table;
            width: 100%;
            border-right: 1px solid #d5d5d5;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr:last-child .table-ele{
            border-bottom: 0;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele:last-child {
            border-bottom: 1px solid #d5d5d5;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele .table-title,
        .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-ele .table-desc {
            display: table-cell;
            vertical-align: middle;
        }
        .ts-comp-24HeCounter-007-3 .table-block .table-tr .table-title {
            width: 40%;
            white-space: initial;
        }
    }

/* ts-comp-24HeCounter-008 */
	.ts-comp-24HeCounter-008 {
		padding-bottom: 50px;
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title {
		position: relative;
		padding-right: 85px;
	}
	.ts-comp-24HeCounter-008 .title p {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title p {
		font-size: 16px;
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style3 .title p {
		font-weight: bold;
		/*text-decoration: underline;*/
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style3 .desc p {
		font-weight: 400;
		/*text-decoration: underline;*/
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title .note {
		position: absolute;
	    top: 0;
		right: 0;
		max-width: 85px;

	}
	.ts-comp-24HeCounter-008 .title + .desc {
		padding-top: 10px;
	}
	.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title + .desc {
		padding-top: 25px;
	}
	.ts-comp-24HeCounter-008 .desc,
	.ts-comp-24HeCounter-008 .desc p,
	.ts-comp-24HeCounter-008 .desc > div,
	.ts-comp-24HeCounter-008 .order-list,
	.ts-comp-24HeCounter-008 .order-list-item {
		font-size: 12px;
		line-height: 1.5em;
		color: #333333;
	}
	.ts-comp-24HeCounter-008 .desc span {
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}
	.ts-comp-24HeCounter-008 .desc .highlight {
		font-size: inherit;
		line-height: inherit;
		color: #da2128;
	}
	.ts-comp-24HeCounter-008 .order-list {
	    padding-left: 15px;
	}
	.ts-comp-24HeCounter-008 .order-list-item {
	    list-style-type: decimal;
	}
	.ts-comp-24HeCounter-008 .comp-008-center {
		text-align: center;
	}
	.ts-comp-24HeCounter-008 .comp-008-right {
		text-align: right;
	}
	.ts-comp-24HeCounter-008 .comp-008-justify {
		text-align: justify;
	}
	.ts-comp-24HeCounter-008 .comp-008-inline {
		display: inline-block;
	}
	.ts-comp-24HeCounter-008 .comp-008-light-grey,
	.ts-comp-24HeCounter-008 .desc .comp-008-light-grey {
		color: #9b9b9b;
	}
	.ts-comp-24HeCounter-008 .comp-008-font14,
	.ts-comp-24HeCounter-008 .title .comp-008-font14,
	.ts-comp-24HeCounter-008 .desc .comp-008-font14 {
		font-size: 14px;
	}
	.ts-comp-24HeCounter-008 .comp-008-font16,
	.ts-comp-24HeCounter-008 .title .comp-008-font16,
	.ts-comp-24HeCounter-008 .desc .comp-008-font16 {
		font-size: 16px;
	}
	.ts-comp-24HeCounter-008 .comp-008-font18,
	.ts-comp-24HeCounter-008 .title .comp-008-font18,
	.ts-comp-24HeCounter-008 .desc .comp-008-font18 {
		font-size: 18px;
	}
	.ts-comp-24HeCounter-008 .comp-008-bold,
	.ts-comp-24HeCounter-008 .title .comp-008-bold,
	.ts-comp-24HeCounter-008 .desc .comp-008-bold {
		font-weight: bold;
	}
	.ts-comp-24HeCounter-008 .comp-008-lineHeight2,
	.ts-comp-24HeCounter-008 .title .comp-008-lineHeight2,
	.ts-comp-24HeCounter-008 .desc .comp-008-lineHeight2 {
		line-height: 2em;
	}
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-link,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-link a,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-radio,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-radio .radio-inline,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-radio .radio-inline label,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-checkbox,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-checkbox .checkbox-inline,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-checkbox .checkbox-inline label,
	.ts-comp-24HeCounter-008 .comp-008-with-radio {
		font-size: inherit;
	}
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-link,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-link a {
		line-height: inherit;
	}
	.ts-comp-24HeCounter-008 .comp-008-inline .ts-comp-24HeCounter-link,
	.ts-comp-24HeCounter-008 .comp-008-inline .ts-comp-24HeCounter-link a {
		display: inline-block;
	}
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-checkbox .checkbox-inline,
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-checkbox .checkbox-inline label {
		line-height: 20px;
	}
	.ts-comp-24HeCounter-008 .desc .comp-008-with-radio::first-line,
	.ts-comp-24HeCounter-008 .comp-008-with-radio p.comp-008-inline {
		line-height: 30px;
		vertical-align: top;
	}
	.ts-comp-24HeCounter-008 .comp-008-with-radio .comp-008-inline + .ts-comp-24HeCounter-radio {
		margin-left: 10px;
		vertical-align: top;
	}
	.ts-comp-24HeCounter-008 .comp-008-with-radio .ts-comp-24HeCounter-radio .radio-inline {
	    line-height: 20px;
	}
	.ts-comp-24HeCounter-008.comp-008-paddingLeft30 {
		padding-left: 30px;
	}
	.ts-comp-24HeCounter-008.comp-008-paddingBottom30 {
		padding-bottom: 30px;
	}
	.ts-comp-24HeCounter-008.comp-008-paddingBottom20 {
		padding-bottom: 20px;
	}
	.ts-comp-24HeCounter-008.comp-008-paddingBottom0 {
		padding-bottom: 0px;
	}
	.ts-comp-24HeCounter-008 .ts-comp-24HeCounter-020 {
		padding-bottom: 0;
	}
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
		.ts-comp-24HeCounter-008 .comp-008-with-radio .ts-comp-24HeCounter-radio .radio-inline {
		    line-height: 30px;
	    	padding: 0;
		}
		.ts-comp-24HeCounter-008 .comp-008-with-radio .ts-comp-24HeCounter-radio .radio-inline label span.cusradio-sty {
			top: 5px;
		}
	}
    @media screen and (max-width: 1023px){
        .ts-comp-24HeCounter-008 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-008 {
            padding-right: 0;
            padding-left: 0;
			padding-bottom: 30px;
		}
		.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title {
			padding-right: 75px;
		}
		.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title .note {
			max-width: 75px;
		}
		.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .title .note p {
			font-size: 14px;
		}
		.ts-comp-24HeCounter-008.ts-comp-24HeCounter-008-style2 .desc {
			padding-top: 20px;
		}
		.ts-comp-24HeCounter-008 .comp-008-sm-left {
			text-align: left;
		}
		.ts-comp-24HeCounter-008.comp-008-paddingLeft30 {
			padding-left: 0;
		}
	}

/*ts-comp-24HeCounter-009*/
    .ts-comp-24HeCounter-009{
        padding-bottom: 30px;
    }
    .ts-comp-24HeCounter-009 .title{
        /**/
    }
    .ts-comp-24HeCounter-009 .title h3{
        font-size: 18px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 1.8px;
        color: #000000;
    }
    .ts-comp-24HeCounter-009 .note p{
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
    .ts-comp-24HeCounter-009 .note .highlight{
        color: #da2128;
    }
    @media only screen and (max-width:1023px) {
    	.ts-comp-24HeCounter-009 {
		    padding-right: 10px;
		    padding-left: 10px;
		}
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-009{
            padding: 0 0 25px;
        }
    }

/* ts-comp-24HeCounter-010 */
	.ts-comp-24HeCounter-010 {
	    display: table;
	    width: 100%;
	}
	.ts-comp-24HeCounter-010 .title,
	.ts-comp-24HeCounter-010 .desc {
	    display: table-cell;
	    vertical-align: top;
	    font-size: 0;
	}
	.ts-comp-24HeCounter-010 .title {
	    text-align: right;
	    padding-right: 20px;
	    width: 320px;
	}
	.ts-comp-24HeCounter-010 .title p {
	    font-weight: bold;
	    line-height: 50px;
	}
	.ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input {
	    display: inline-block;
	    width: 110px;
	}
	.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input {
		width: 50%;
	}
	.ts-comp-24HeCounter-010 .img-block {
	    display: inline-block;
	    width: 115px;
	    height: 35px;
	    padding-left: 20px;
	}
	.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .img-block {
	    width: auto;
        height: 50px;
        vertical-align: top;
	}
	.ts-comp-24HeCounter-010 .img-block img {
	    width: 100%;
	}
	.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .img-block img {
	    width: auto;
    	height: 100%;
	}
	.ts-comp-24HeCounter-form .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-link {
	    position: static;
	}
	.ts-comp-24HeCounter-010 .ts-comp-24HeCounter-link {
	    display: inline-block;
	    padding-left: 20px;
	}
	.ts-comp-24HeCounter-010 .ts-comp-24HeCounter-link a {
		color: #333333;
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-010 {
			display: inline-block;
		}
		.ts-comp-24HeCounter-010 .title {
			display: block;
    		text-align: left;
		}
		.ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input,
		.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .ts-comp-24HeCounter-input {
		    width: calc(100% - 165px);
		}
		.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .img-block {
		    width: 115px;
		    height: auto;
		    vertical-align: initial;
		}
		.ts-comp-24HeCounter-form-style2 .ts-comp-24HeCounter-010 .img-block img {
		    width: 100%;
    		height: auto;
		}
	}

/* ts-comp-24HeCounter-011 */
	.ts-comp-24HeCounter-011 {
        padding-bottom: 50px;
	}
	.ts-comp-24HeCounter-011 .desc {
        padding: 20px;
        background-color: #fcd5d5;
	}
	.ts-comp-24HeCounter-011 .desc p {
        /**/
	}
    @media only screen and (max-width:1023px) {
    	.ts-comp-24HeCounter-011 {
		    padding-right: 10px;
		    padding-left: 10px;
		}
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-011{
            padding: 0 0 30px;
        }
    }

/* ts-comp-24HeCounter-012 */
	.ts-comp-24HeCounter-012 {
	    display: table;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	}
	.ts-comp-24HeCounter-012 .linkk {
	    display: table-cell;
        vertical-align: top;
	    width: 50%;
	    padding: 25px 0 25px 120px;
	}
	.ts-comp-24HeCounter-012 .linkk p {
		color: #ffffff;
	}
	.ts-comp-24HeCounter-012 .linkk .title,
	.ts-comp-24HeCounter-012 .linkk .desc {
		display: inline-block;
	}
	.ts-comp-24HeCounter-012 .linkk .title {
	}
	.ts-comp-24HeCounter-012 .linkk .title p {
		display: inline-block;
		position: relative;
		padding-right: 42px;
		font-size: 28px;
		font-weight: bold;
	}
	.ts-comp-24HeCounter-012 .linkk .title p:after {
		content: '';
		width: 32px;
		height: 32px;
		background-image: url('../img/ts-24HeCounter-icon-15.png');
		background-size: 25%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: calc(50% - 16px);
		right: 0;
	}
	.ts-comp-24HeCounter-012 .linkk .desc {
		max-width: 300px;
		margin-left: 40px;
		vertical-align: top;
	}
	.ts-comp-24HeCounter-012 .linkk .desc p {
	    line-height: 35px;
	}
	@media screen and (max-width: 1199px){
		.ts-comp-24HeCounter-012 .linkk {
		    padding-left: 80px;
		}
		.ts-comp-24HeCounter-012 .linkk .title,
		.ts-comp-24HeCounter-012 .linkk .desc {
			display: block;
		}
		.ts-comp-24HeCounter-012 .linkk .desc {
			margin-left: 0;
			margin-top: 5px;
		}
	}
	@media screen and (max-width: 1023px){
		.ts-comp-24HeCounter-012 .linkk {
			display: block;
			width: 100%;
			padding: 20px;
		}
		.ts-comp-24HeCounter-012 .linkk .title p {
			font-size: 20px;
		}
	}

/* ts-comp-24HeCounter-013 */
	.ts-comp-24HeCounter-013 {
		position: absolute;
		top: 80px;
	    padding-left: 200px;
	}
	.ts-comp-24HeCounter-013 .title p {
	    font-size: 60px;
	    font-weight: bold;
	    letter-spacing: 4px;
	}
	.ts-comp-24HeCounter-013 .desc {
		max-width: 450px;
		padding-top: 25px;
	}
	.ts-comp-24HeCounter-013 .desc p {
	    line-height: 35px;
	    letter-spacing: 1px;
	}
	@media screen and (max-width: 1199px){
		.ts-comp-24HeCounter-013 {
			padding-left: 100px;
		}
	}
	@media screen and (max-width: 1023px){
		.ts-comp-24HeCounter-013 {
			top: auto;
			bottom: 300px;
			padding-left: 30px;
		}
		.ts-comp-24HeCounter-013 .title p {
			font-size: 28px;
		}
		.ts-comp-24HeCounter-013 .desc {
			max-width: 320px;
			padding-top: 20px;
		}
		.ts-comp-24HeCounter-013 .desc p {
			font-size: 14px;
			line-height: 20px;
		}
	}

/* ts-comp-24HeCounter-014 */
    .ts-comp-24HeCounter-014 ::-webkit-scrollbar {
          width: 3px;
          height: 3px;
    } /* this targets the default scrollbar (compulsory) */
    .ts-comp-24HeCounter-014 ::-webkit-scrollbar-track {
          background-color: #e2e2e2;
          border-radius: 0;
    } /* the new scrollbar will have a flat appearance with the set background color */
    .ts-comp-24HeCounter-014 ::-webkit-scrollbar-thumb {
          background-color: #a9a9a9;
          border-radius: 0;
    } /* this will style the thumb, ignoring the track */
    .ts-comp-24HeCounter-014 ::-webkit-scrollbar-button {
          background-color: transparent;
          width: 3px;
          height: 3px;
    } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
    .ts-comp-24HeCounter-014 ::-webkit-scrollbar-corner {
          background-color: transparent;
    } /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

	.ts-comp-24HeCounter-014 {
		max-width: 385px;
	    height: calc(100% - 50px);
	    margin-left: 410px;
    	margin-top: 50px;
    	position: absolute;
	}
	.ts-comp-24HeCounter-014 .title p {
		font-size: 60px;
		font-weight: bold;
		letter-spacing: 4px;
		color: #ffffff;
	}
	.ts-comp-24HeCounter-014 .searchh {
	    max-width: 350px;
		margin-top: 20px;
		font-size: 0;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block {
		display: inline-block;
		width: calc(100% - 60px);
	    vertical-align: top;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block input {
	    width: 100%;
	    height: 45px;
	    border: none;
	    -webkit-border-radius: 0;
	    padding: 15px;
	    background-color: #ffffff;
	    font-size: 16px;
	    font-weight: bold;
	    color: #333333;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block input::placeholder {
	    color: #9b9b9b;
	    line-height:normal;
	    opacity: 1; /* Firefox */
	    -webkit-text-fill-color: #9b9b9b;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #9b9b9b;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block input::-ms-input-placeholder { /* Microsoft Edge */
	   color: #9b9b9b;
	}
	.ts-comp-24HeCounter-014 .searchh .input-block input[type="text"]::-ms-clear {
		height: 16px;
		padding-right: 10px;
	}
	.ts-comp-24HeCounter-014 .searchh .search-btn {
		display: inline-block;
		width: 60px;
	    height: 45px;
	    padding-top: 7px;
	    padding-left: 15px;
	    background-color: #da2128;
	}
	.ts-comp-24HeCounter-014 .searchh .search-btn img {
		display: inline-block;
		width: 30px;
	    height: 30px;
    	overflow: hidden;
	}
	.ts-comp-24HeCounter-014 .result-block {
		display: none;
	    max-width: 355px;
        height: calc(100% - 50px - 160px - 65px);
        max-height: 400px;
		position: relative;
	    /*top: 40px;*/
	    top: 30px;
	    overflow: visible;
        z-index: 11;
	}
	.ts-comp-24HeCounter-014 .result-block.active {
		display: block;
	}
	.ts-comp-24HeCounter-014 .result-block:before {
		content: '';
		position: absolute;
		top: -25px;
		left: calc(50% - 25px);
		width: 0;
		height: 0;
		border-style: solid;
		/*border-width: 0 12.5px 25px 12.5px;
		border-color: transparent transparent #ffffff transparent;*/
    	top: -10px;
		border-width: 0 11px 14px 11px;
		border-color: transparent transparent #ffffff transparent;
	}
	.ts-comp-24HeCounter-014 .result-block .result-close-btn {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
	.ts-comp-24HeCounter-014 .result-block .result-close-btn img {
	    width: 25px;
	}
	.ts-comp-24HeCounter-014 .result-white {
	    width: 350px;
	    /*height: 400px;*/
	    /*height: calc(100vh - 50px - 160px - 65px);*/ /* view height - margin-top - title - searchh */
        height: 100%;
        /*max-height: 400px;*/
	    overflow: hidden;
        margin: 0 auto;
	    /*padding: 15px 10px 30px;*/
	    padding: 40px 10px 10px;
	    background-color: #ffffff;
	}
	.ts-comp-24HeCounter-014 .result {
		width: 100%;
		/*max-height: 100%;*/
        height: 100%;
	    overflow-y: scroll;
	    padding: 0 15px;
	}
	.ts-comp-24HeCounter-014 .result .linkk {
	    display: block;
	    padding: 10px 32px 10px 0;
	    position: relative;
	}
	.ts-comp-24HeCounter-014 .result .linkk:before {
		content: '';
		position: absolute;
		/*top: calc(50% - 16px);*/
		top: 5px;
		right: 0;
		width: 32px;
		height: 32px;
		/*background-image: url('../img/ts-24HeCounter-icon-17.png');*/
		background-repeat: no-repeat;
		/*background-size: 9px 6px;*/
		background-position: center;
		/*transform: rotate(-90deg);*/

		background-image: url('../img/ts-24HeCounter-icon-18.png');
		background-size: 9px 14px;
	}
	@media screen and (min-width: 1025px){
		.ts-comp-24HeCounter-014 .result .linkk:focus,
		.ts-comp-24HeCounter-014 .result .linkk:hover {
			color: #da2128;
			font-weight: bold;
		}
	}
	@media screen and (max-width: 1023px){
		.ts-comp-24HeCounter-014 {
		    margin-left: 20px;
		    position: relative;
		}
		.ts-comp-24HeCounter-014 .result-white {
		    height: 400px;
		}
		.ts-comp-24HeCounter-014 + .ts-comp-24HeCounter-main {
			padding-top: 70px;
		}
	}
	@media screen and (max-width: 767px){
		.ts-comp-24HeCounter-014 {
		    max-width: 100%;
		    margin: 0;
		    margin-top: 20px;
		    padding: 10px;
		}
		.ts-comp-24HeCounter-014 .title {
		    max-width: 295px;
    		margin: 0 auto;
		}
		.ts-comp-24HeCounter-014 .title p {
		    font-size: 28px;
    		letter-spacing: 1px;
		}
		.ts-comp-24HeCounter-014 .title br {
			display: none;
		}
		.ts-comp-24HeCounter-014 .searchh {
		    margin: 20px auto 0;
		}
		.ts-comp-24HeCounter-014 .result-block {
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 374px){
		.ts-comp-24HeCounter-014 .result-white {
			width: 100%;
		}
	}

/* ts-comp-24HeCounter-015 */
    .ts-main-24HeCounter-015 {
        padding-bottom: 50px;
    }
    .ts-main-24HeCounter-015.main-015-style2 {
        padding-bottom: 20px;
    }
    .ts-comp-24HeCounter-015.comp-015-m-b-30px {
        margin-bottom: 30px;
    }
    .ts-comp-24HeCounter-015 + .ts-comp-24HeCounter-015 {
    	padding-top: 10px;
    }
    .ts-comp-24HeCounter-015 .collapse-btn {
    	display: inline-block;
    	width: 100%;
    	min-height: 44px;
    	padding: 10px 45px 10px 30px;
    	position: relative;
    	background-color: #f6f6f6;
    	font-weight: bold;
    	color: #333333;
    	line-height: 1.5em;
    }
    .ts-comp-24HeCounter-015 .collapse-btn:after {
    	content: '';
    	position: absolute;
	    /*top: 5px;*/
	    top: calc(50% - 16px);
    	right: 10px;

    	width: 32px;
    	height: 32px;
    	overflow: hidden;
    	background-image: url('../img/ts-24HeCounter-icon-19.png');
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: 100%;
    }
    .ts-comp-24HeCounter-015 .collapse-btn[aria-expanded="true"] {
    	background-color: #da2128;
    	color: #ffffff;
    }
    .ts-comp-24HeCounter-015 .collapse-btn[aria-expanded="true"]:after {
    	background-image: url('../img/ts-24HeCounter-icon-20.png');
    }
    .ts-comp-24HeCounter-015 .collapse-content {
    	padding: 20px;
   		padding-top: 0;
   		padding-bottom: 0;	
    }
    .ts-comp-24HeCounter-015 .collapse-content [class^="ts-comp-24HeCounter-"]:last-child {
    	padding-bottom: 0;
    	margin: 0;
    }
    .ts-comp-24HeCounter-015 .collapse-content:not(.collapse-content-style2) > [class^="ts-comp-24HeCounter-"]:first-child{
		margin-top: 20px;
    }
    .ts-comp-24HeCounter-015 .collapse-content:not(.collapse-content-style2):not(.collapse-content-style3) > [class^="ts-comp-24HeCounter-"]:last-child{
		padding-bottom: 20px;
    }
    .ts-comp-24HeCounter-015 .collapse-content.collapse-content-style2 {
    	padding: 0;
    }
    .ts-comp-24HeCounter-015 .collapse-content.collapse-content-style3 {
		padding-left: 0;
		padding-right: 0;
    }
    .ts-main-24HeCounter-015 .ts-comp-24HeCounter-015:last-child .collapse-content {
    	padding-bottom: 0;
    }
    
    .ts-comp-24HeCounter-015 .collapse-content .ts-comp-24HeCounter-009 { /* subtitle */
    	padding-top: 15px;
    }
    .ts-comp-24HeCounter-015 .collapse-content .ts-comp-24HeCounter-008:not(:last-child) { /* txt note */
    	padding-bottom: 20px;
    }
    .ts-comp-24HeCounter-015 .collapse-content .ts-comp-24HeCounter-006,
    .ts-comp-24HeCounter-015 .collapse-content .ts-comp-24HeCounter-006:last-child { /* subtitle */
    	padding-bottom: 20px;
    }
    @media only screen and (max-width:1023px) {
        .ts-main-24HeCounter-015 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-main-24HeCounter-015{
            padding: 0 0 30px;
        }
	    .ts-main-24HeCounter-015.main-015-style2 {
	        padding-bottom: 20px;
	    }
    }

/* ts-comp-24HeCounter-016 */
    .ts-comp-24HeCounter-016 {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-016 .ul-items {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-o-flex-wrap: wrap;
    	flex-wrap: wrap;
    	vertical-align: top;
    	text-align: left;
	    font-size: 0;
	}
	.ts-comp-24HeCounter-016 .ul-li-items {
	    display: inline-block;
	    width: calc(50% - 15px);
        max-width: 375px;
	    min-height: 200px;
		/*margin: 0 auto;*/
	    padding: 0 15px 10px;
	    background-color: #f6f6f6;
	    cursor: pointer;
	    vertical-align: top;
	    padding: 0;
	    /*background-color: transparent;*/
	    min-height: 0;
	}
	.ts-comp-24HeCounter-016 .ts-comp-24HeCounter-017 .ul-li-items .item-ele {
	    padding: 0;
	    background-color: transparent;
	    min-height: 0;
	    max-width: 100%;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .item-ele {
		padding: 0 15px 20px;
	    background-color: #f6f6f6;
	    min-height: 200px;
	    max-width: 375px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items:nth-child(even) {
		margin-left: 30px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items:nth-child(n+3) {
		margin-top: 20px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc {
	    display: table;
	    width: 100%;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .img-block {
	    display: table-cell;
	    vertical-align: top;
	    width: 110px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .img-block img {
	    display: inline-block;
	    width: 100%;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .img-block.straight-card img{
	    width: 70%;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block {
	    display: table-cell;
	    vertical-align: top;
	    padding-left: 10px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .title p {
	    font-size: 14px;
	    font-weight: bold;
	    color: #000000;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .title + .txt,
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .txt + .txt {
		margin-top: 5px;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .txt {
	    padding-left: 10px;
	    position: relative;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .txt:before {
	    content: '';
	    position: absolute;
	    top: 4px;
	    left: 0;
	    width: 2px;
	    height: 9px;
	    background-color: #da2128;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .txt p {
	    font-size: 12px;
	    color: #000000;
	}
	.ts-comp-24HeCounter-016 .ul-li-items .comp-016-active-show {
		display: none;
	}
	.ts-comp-24HeCounter-016 .ul-li-items.active .comp-016-active-show {
		display: block;
	}
	.ts-comp-24HeCounter-016 .comp-016-more-choose:first-child{
		margin-top: 7px;
	}
	.ts-comp-24HeCounter-016 .comp-016-more-choose .radio-inline{
		line-height: 16px;
	}
	.ts-comp-24HeCounter-016 .comp-016-child,
	.ts-comp-24HeCounter-016 .comp-016-child:nth-child(even){
		width: calc(100% + 40px);
		max-width: 100%;
		margin-left: -20px;
		background-color: transparent;
		/*height: 100px;*/
	}
	.ts-comp-24HeCounter-016 .comp-016-child ~ .ul-li-items:nth-child(even) {
		margin-left: 0px;
	}
	.ts-comp-24HeCounter-016 .comp-016-child ~ .ul-li-items:nth-child(odd) {
		margin-left: 30px;
	}
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-016 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-016{
            padding: 0 0 30px;
        }
		.ts-comp-24HeCounter-016 .ul-li-items {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			width: 100%;
			margin: 0 auto;
			padding-bottom: 15px;
			order: 1;
		}
		.ts-comp-24HeCounter-016 .comp-016-child{
			width: 100%;
			margin-left: 0px;
		}
		.ts-comp-24HeCounter-016 .ul-li-items:nth-child(even) {
			margin-left: auto;
		}
		.ts-comp-24HeCounter-016 .ul-li-items,
		.ts-comp-24HeCounter-016 .ul-li-items:nth-child(n+3) {
			margin-top: 15px;
		}
		.ts-comp-24HeCounter-016 .ul-li-items .item-ele{
			width: 100%;
		}
		.ts-comp-24HeCounter-016 .ul-li-items .desc .img-block.straight-card{
		    text-align: center;
		}
		.ts-comp-24HeCounter-016 .comp-016-card-open ~ .ul-li-items{
			order: 3;
		}
		.ts-comp-24HeCounter-016 .comp-016-card-open ~ .comp-016-child{
			order: 2;
		}
		.ts-comp-24HeCounter-016 .comp-016-child ~ .ul-li-items:nth-child(even) {
			margin-left: auto;
		}
		.ts-comp-24HeCounter-016 .comp-016-child ~ .ul-li-items:nth-child(odd) {
			margin-left: auto;
		}
		
		.ts-comp-24HeCounter-016 .ul-li-items .desc .img-block,
		.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block {
			display: block;
			margin: 0 auto;
		}
		.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block {
			padding-top: 15px;
			padding-left: 0;
		}
		.ts-comp-24HeCounter-016 .ul-li-items .desc .txt-block .title {
			text-align: center;
		}
    }
/*.comp-016-child 內部form-row距離調整*/
	.ts-comp-24HeCounter-016 .comp-016-child .ts-comp-24HeCounter-form.chlid-form-content:not(:last-child){
		padding-bottom: 30px;
	}
	.ts-comp-24HeCounter-016 .comp-016-child .ts-comp-24HeCounter-form.chlid-form-content .form-row+.form-row{
		padding-top: 5px;
	}
/* ts-comp-24HeCounter-017 */
    .ts-comp-24HeCounter-017 {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-017 .ul-items {
        font-size: 0;
        text-align: left;
    }
    .ts-comp-24HeCounter-017 .ul-li-items {
        display: inline-block;
        width: calc(50% - 10px);
        max-width: 375px;
        /*margin: 0 auto;*/
        padding: 0 15px 10px;
        cursor: pointer;
        background-color: transparent;
    }
    .ts-comp-24HeCounter-017 .ul-li-items:nth-child(even) {
        margin-left: 20px;
    }
    .ts-comp-24HeCounter-017 .ul-li-items:nth-child(n+3) {
        margin-top: 20px;
    }
    .ts-comp-24HeCounter-017 .ul-li-items .item-ele {
        display: table;
        width: 100%;
    }
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .radio-block,
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .img-block,
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .txt-block {
	    display: table-cell;
	    vertical-align: top;
	}
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .radio-block {
	    width: 40px;
	}
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .img-block {
	    width: 110px;
	}
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .img-block img {
	    display: inline-block;
	    width: 100%;
	}
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .txt-block {
	    padding-top: 25px;
	    padding-left: 10px;
	}
	.ts-comp-24HeCounter-017 .ul-li-items .item-ele .txt-block .title p {
	    font-weight: bold;
	    color: #000000;
	}
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-017 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-017{
            padding: 0 0 30px;
        }
        .ts-comp-24HeCounter-017 .ul-li-items {
            display: block;
            width: 100%;
            padding-bottom: 15px;
        }
        .ts-comp-24HeCounter-017 .ul-li-items:nth-child(even) {
            margin-left: auto;
        }
        .ts-comp-24HeCounter-017 .ul-li-items,
        .ts-comp-24HeCounter-017 .ul-li-items:nth-child(n+3) {
            margin-top: 15px;
        }
    }

/* .ts-comp-24HeCounter-018 */
    .ts-comp-24HeCounter-018,
    .ts-comp-24HeCounter-018 .radio-block-container {
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-018 .radio-block-container .ul-items {
        font-size: 0;
    }
	.ts-comp-24HeCounter-018 .radio-block-container .ul-li-items {
	    display: inline-block;
	}
	.ts-comp-24HeCounter-018 .ts-comp-24HeCounter-form {
		padding-bottom: 0;
	}
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-018 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-018,
    	.ts-comp-24HeCounter-018 .radio-block-container{
            padding: 0 0 30px;
        }
        .ts-comp-24HeCounter-018 .radio-block-container .ul-li-items {
            display: block;
            width: 100%;
        }
    }

/* .ts-comp-24HeCounter-019 */
    .ts-comp-24HeCounter-019{
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-019 .ul-items {
        font-size: 0;
    }
    .ts-comp-24HeCounter-019 .ul-li-items {
        display: inline-block;
        width: 25%;
        margin: 0 auto;
        cursor: pointer;
        text-align: center;
    }
	.ts-comp-24HeCounter-019 .ul-li-items .item-ele .img-block {
		width: 100%;
	    max-width: 205px;
	    height: 180px;
	    overflow: hidden;
	}
	.ts-comp-24HeCounter-019 .ul-li-items .item-ele .img-block img {
	    display: inline-block;
	    width: 100%;
	}
	.ts-comp-24HeCounter-019 .ul-li-items .item-ele .ts-comp-24HeCounter-radio .radio-inline label {
		text-align: left;
	}
	.ts-comp-24HeCounter-019 .ul-li-items .item-ele .ts-comp-24HeCounter-radio .radio-inline label span.cusradio-sty {
		top: calc(50% - 10px);
	}
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-019 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-019{
            padding: 0 0 30px;
        }
    	.ts-comp-24HeCounter-019 .ul-li-items {
    		width: 50%;
    	}
    }

/* .ts-comp-24HeCounter-020 */
    .ts-comp-24HeCounter-020{
        padding-bottom: 50px;
    }
    .ts-comp-24HeCounter-020 .ul-items {
        font-size: 0;
    }
    .ts-comp-24HeCounter-020 .ul-li-items {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }
    .ts-comp-24HeCounter-020 .ts-comp-24HeCounter-form .form-row .form-left-part {
    	width: auto;
    	/*text-align: left;*/
    }
    .ts-comp-24HeCounter-020 .ts-comp-24HeCounter-form .form-row .form-left-part p {
	    white-space: nowrap;
    }
    .ts-comp-24HeCounter-020 .ul-li-items .comp-020-active-show {
    	display: none;
    }
    .ts-comp-24HeCounter-020 .ul-li-items.active .comp-020-active-show {
    	display: block;
    }
    .ts-comp-24HeCounter-020 .sub-radio-block > [class^="ts-comp-24HeCounter-"] {
    	padding-bottom: 30px;
    }
    @media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-020 {
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-020{
            padding: 0 0 30px;
        }
    }
/*ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3*/
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 {
		display: table;
		width: 100%;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-ele-block{
		display: block;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-ele{
		display: inline-block;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row{
		display: table-row;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row + .form-row{
		padding: 0;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-left-part,
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-right-part{
		text-align: left;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-left-part{
		padding-top: 7px;
		max-width: 200px;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-left-part p{
		min-width: 100px;
		max-width: 200px;
		padding-left: 0;
		font-size: 14px;
	}

	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-right-part{
		padding-bottom: 20px;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row:last-child .form-right-part{
		padding-bottom: 0px;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row .form-right-part .note{
		max-width: 100%;
		padding-top: 10px;
	}
	.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row .form-right-part .note p{
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: normal;
		color: #9b9b9b;
	}
	@media only screen and (max-width:767px) {
        .ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 {
			display: block;
			width: 100%;
		}
		.ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row{
			display: block;
		}
    }
/*ts-comp-24HeCounter-021*/
	
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-form .form-row .form-left-part{
		/*width: 200px;*/
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-form .form-row .form-left-part p{
		/*white-space: normal;*/
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-form .form-row .form-right-part{
		width: 100%;
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-020 .ul-li-items .sub-radio-block{
		padding-left: 25px;
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row .form-left-part p {
	    padding-left: 0px;
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-form.ts-comp-24HeCounter-form-style3 .form-row .form-left-part p:before {
	    display: none;
	}
	.ts-comp-24HeCounter-021 .ts-comp-24HeCounter-020 .sub-radio-block > [class^="ts-comp-24HeCounter-"]{
		padding-bottom: 10px;
	}
	/*.ts-comp-24HeCounter-021.comp-021-style2*/
	.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-form .form-row{
		display: block;
	}
	.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-form .form-row .form-left-part,
	.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-form .form-row .form-right-part{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-form .form-row .form-left-part{
		padding-bottom: 10px;
	}
	.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-form .form-row .form-left-part p{
		font-size: 14px;
	}
	@media only screen and (max-width:1023px) {
        .ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-008{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-comp-24HeCounter-021.comp-021-style2 .ts-comp-24HeCounter-020{
			padding-left: 0;
			padding-right: 0;
		}
    }
	/*.ts-comp-24HeCounter-021.comp-021-style2 .radio-block.comp-008-font14*/


















