* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #4B4B4B;
    overflow-x: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    color: #00a499;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
    outline: none;
}

a {
    text-decoration: none;
}

.header {
    background: #005151;
    height: 140px;
    width: 100%;
    position: relative;
}

.header-yellow {
    position: absolute;
    right: 0;
    top: 0;
    background: #F1C400;
    display: block;
    height: 139px;
    width: 50%;
    z-index: 1;
}

.wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.header-img {
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 20px;
    text-shadow: #B2B2B2;
    margin-left: -20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

a {
    color: #F1C400;
}

a:hover {
    color: #FFCE00;
}

.form-style {
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    padding-left: 35px;
}

.form-style label {
    height: 35px;
    line-height: 35px;
	cursor: auto;
}
.form-style label.-clickable {cursor: pointer;}

.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="tel"],
.form-style textarea,
.form-style select {
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.form-style input[type="text"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="datetime"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="time"]:focus,
.form-style input[type="url"]:focus,
.form-style textarea:focus,
.form-style select:focus {
    background: #d2d9dd;
}

.form-style select {
    -webkit-appearance: menulist-button;
    height: 35px;
}

.form-style .number {
    background: #00A499;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 15px;
    margin-right: 4px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    position: absolute;
    left: -25px;
    top: -2px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #00a499;
    border: 0px solid currentColor;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
}

.form-style input[type="submit"]:hover,
.form-style input[type="button"]:hover {
    background: #005151;
}

.form-style input[type="radio"] {
    margin: 0 5px 20px 0;
}

.form-style input[type="checkbox"] {
    margin: 0 5px 10px 0;
}

p {
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    color: #000;
}

.padding {
    padding-left: 35px;
}

.margin {
    margin-right: 20px;
}

.footer {
    text-align: center;
    padding-top: 10px;
	padding-bottom: 0;
    color: #ccc;
    font-size: 14px;
    background-color: #fff;
}

.ty {
    margin: 50px auto;
    display: block;
    width: 300px;
}

.ty img {
    display: block;
    margin: 20px auto;
}

.ty p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
}

h2 {
    line-height: 35px;
    font-size: 25px;
    color: #055150;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid #055150;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

header h2 span {
    display: none;
}


/*responsive*/

@media (max-width: 480px) {
    .footer {
        padding-bottom: 60px;
        font-size: 12px;
    }
    .ty {
        width: 280px;
    }
    .header {
        display: none
    }
}

form header {
    margin: 0 0 20px 0;
}

form header div {
    font-size: 90%;
    color: #999;
}

form header h2 {
    margin: 0 0 5px 0;
}

form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}

form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}

form > div > label,
legend {
    width: 19%;
    float: left;
    padding-right: 10px;
    text-align: left;
}

form > div > div,
form > div > fieldset > div {
    width: 50%;
    float: left;
    position: relative;
}

#extend-warranty .ellipsis {
	width: 50%;
	display: inline-block;
	margin-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

form > div > fieldset label {
    font-size: 90%;
}

fieldset {
    border: 0;
    padding: 0;
    float: left;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    width: 50%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
    outline: 0;
    border-color: #4697e4;
}

@media (max-width: 800px) {
    form > div {
        margin: 0 0 15px 0;
    }
    form > div > label,
    legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    form > div > div,
    form > div > fieldset > div {
        width: 100%;
        float: none;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    textarea,
    select {
        width: 100%;
    }
}

@media (max-width: 650px) {
    header h2 span {
        display: initial;
    }
    .form-style {
        margin-top: 0;
        padding-left: 20px;
    }
    .header {
        display: none
    }
}

.clearfix {
    height: 20px;
}

.error-msg {
    width: 28%;
    float: left;
    color: #f13200;
    font-size: 13px;
    padding-left: 9px;
    line-height: 16px;
}

.remark,
.remark p {
    color: #9f9f9f;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.remark a {
    color: #00a499;
    text-decoration: underline;
}

.form-btn {
    padding: 8px 30px;
    border: 1px solid #909090;
    border-radius: 4px;
    background-color: #e8eeef;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.warranty-field-title {
    width: 100%;
    display: block;
    padding: 5px 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #00a499;
}

.warranty-field-title span {
    display: inline-block;
}

.warranty-field-title img {
    height: 27px;
    vertical-align: text-bottom;
    margin-right: 6px;
}

.checker-tick {
    position: absolute;
    top: 0;
    right: 0;
    margin: 9px;
}

label.field-id {
    line-height: 23px;
    padding-top: 10px;
}

@media (max-width: 800px) {
    .error-msg {
        width: 100%;
        padding-left: 0;
        padding-top: 3px;
    }
}

label.field-id + div > input[type="text"] {
    margin-top: -10px;
    width: 200px;
    margin-bottom: 10px;
}

label.field-id + div > label {
    font-size: 13px;
    color: #666;
}

input[type="radio"] + label {
    padding-right: 10px;
}

.form-btn:hover {
    background-color: #ddd;
}

.form-btn:active {
    background-color: #ccc;
}

@media (max-width: 800px) {
    .remark input[type="checkbox"] {
        vertical-align: top;
        float: left;
        clear: left;
        margin-top: 3px;
    }
    .remark p {
        display: inline-block;
        width: 93%;
        float: left;
    }
}

.content.thk form img {
    width: 25px;
    position: absolute;
    left: 290px;
}

.footer {
    background-color: #fff;
}

.content.thk form img {
    width: 25px;
    vertical-align: sub;
    padding-right: 5px;
    position: relative;
    left: 0;
}

.btn {
    cursor: pointer;
}

.btn.back {
    width: initial;
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 1px 40px;
    font-size: 16px;
}

.content.thk .btn.back {
	width: 212px;
}

.btn:hover {
    color: white;
    background-color: #008a82;
    border-color: #008a82;
    outline: none !important;
}

.thk-msg {
    padding: 110px 0 120px;
    text-align: center;
}

@media (max-width: 480px) {
    .thk-msg {
        width: 80%;
        margin: auto;
        padding: 60px 0 120px;
        line-height: 25px;
    }
	
	.content.thk .btn.back {
		width: initial;
	}
}

.btn a {
    color: #fff;
}
