@charset "utf-8";
@import url('../css/font-style.css');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

img {
    max-width: 100%
}

html,
body {
    background-color: #666;
    font-family: 'Noto Sans TC', 'Microsoft jhenghei', Arial;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    max-width: 768px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 2em;
}

.normal-content {
    position: relative;
    width: 100%;
    padding: 2em 2em 0 2em;
    overflow: hidden;
    font-size: 18px;
    line-height: 150%;
}

.content-radius {
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
    overflow: hidden;
}


/* 0719 twzipcode */

.style-twzip {
    display: flex;
}

.style-twzip select {
    display: block;
    width: 100%;
    padding: 4px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.style-twzip div~div {
    margin-left: 5px;
}


/*== Header Banner ==*/

.banner-item {
    position: relative;
    display: block;
    width: 100%;
    height: 335px;
    background: url(../images/banner_img.png) no-repeat center / 100% 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1em;
}

.banner-slogan {
    position: relative;
    top: -3em;
    display: flex;
    flex-direction: column;
}

.banner-slogan h1,
.banner-slogan p {
    margin-top: 0;
    margin-bottom: 0;
}

.banner-slogan h1 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 5px;
}

.banner-slogan p {
    /*background: -webkit-linear-gradient(bottom, #f0e155, #feb032);
	    background: -o-linear-gradient(bottom #f0e155, #feb032);
	    background: linear-gradient(to bottom, #f0e155, #feb032);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    -webkit-box-decoration-break: clone;
	    box-decoration-break: clone;
	    text-shadow: none;*/
    position: relative;
    font-size: 46px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    color: #feb032;
    padding-left: 1.5em;
    font-weight: 700;
}

.banner-slogan p:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #f0e155;
    -webkit-mask: linear-gradient(to bottom, red, transparent);
}

.banner-text {
    position: absolute;
    bottom: -0.5em;
    width: calc(100% - 13em);
    border: #51ddc7 8px solid;
    border-radius: 1.5em;
    padding: .1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.banner-text ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0;
    margin: 0;
}

.banner-text ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: .3em .5em;
}

.banner-text ul li a {
    font-size: 26px;
    line-height: 1.5;
    color: #7c7b7b;
    text-decoration: none
}

.banner-text ul li:first-child {
    border-right: #59c4cf 1px solid;
}

.banner-text ul li:first-child a {
    color: #59c4cf;
    font-weight: 700;
}


/*外框*/

.content-radius-p02m {
    padding: 1.5em 0 2em 0;
    border-radius: .8em;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


/*外框顏色*/

.content-radius-lightBlue {
    border-color: #80e7fa;
}

.content-radius-orange {
    border-color: #fca100
}

.content-radius-darkgray {
    border-color: #565656;
    padding-bottom: 0;
}

.content-radius-lightGreen {
    border-color: #2ac5ad;
    padding-bottom: 0;
}

.content-radius-p02m .normal-content {
    padding: .2em 3em;
    margin-bottom: .5em;
    line-height: 1.7;
}


/*標題框*/

.title-radius {
    display: inline-flex;
    align-items: center;
    flex: none;
    padding: .5em 1em;
    border-radius: 2em;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.title-radius img {
    margin-right: 4px;
    margin-top: 2px;
}

.title-radius span {
    display: flex;
    align-items: center;
}

.title-radius+.title-quality {
    margin-top: 0;
}

.title-radius+.title-radius {
    margin-left: 5px
}


/*標題框背景顏色*/

.title-radius-lightBlue {
    background-image: linear-gradient(0deg, #2960dc 10%, #78f0f9 80%);
    background-image: -webkit-linear-gradient(left, #2960dc 10%, #78f0f9 80%);
    background-image: -moz-linear-gradient(left, #2960dc 10%, #78f0f9 80%);
    background-image: -ms-linear-gradient(to left, #2960dc 10%, #78f0f9 80%);
    background-image: -o-linear-gradient(0deg, #2960dc 10%, #78f0f9 80%);
}

.title-radius-lightOrange {
    background-image: linear-gradient(0deg, #f5890e 10%, #fff473 80%);
    background-image: -webkit-linear-gradient(left, #f5890e 10%, #fff473 80%);
    background-image: -moz-linear-gradient(left, #f5890e 10%, #fff473 80%);
    background-image: -ms-linear-gradient(to left, #f5890e 10%, #fff473 80%);
    background-image: -o-linear-gradient(0deg, #f5890e 10%, #fff473 80%);
}

.title-radius-lightGray {
    background-image: linear-gradient(0deg, #101010 10%, #5c5c5c 80%);
    background-image: -webkit-linear-gradient(left, #101010 10%, #5c5c5c 80%);
    background-image: -moz-linear-gradient(left, #101010 10%, #5c5c5c 80%);
    background-image: -ms-linear-gradient(to left, #101010 10%, #5c5c5c 80%);
    background-image: -o-linear-gradient(0deg, #101010 10%, #5c5c5c 80%);
}

.title-radius-lightGreen {
    background-image: linear-gradient(0deg, #30a6bd 10%, #49d8c5 80%);
    background-image: -webkit-linear-gradient(left, #30a6bd 10%, #49d8c5 80%);
    background-image: -moz-linear-gradient(left, #30a6bd 10%, #49d8c5 80%);
    background-image: -ms-linear-gradient(to left, #30a6bd 10%, #49d8c5 80%);
    background-image: -o-linear-gradient(0deg, #30a6bd 10%, #49d8c5 80%);
}

.title-radius-serviceNumber {
    background-image: linear-gradient(0deg, #f05a55 10%, #feeda9 80%);
    background-image: -webkit-linear-gradient(left, #f05a55 10%, #feeda9 80%);
    background-image: -moz-linear-gradient(left, #f05a55 10%, #feeda9 80%);
    background-image: -ms-linear-gradient(to left, #f05a55 10%, #feeda9 80%);
    background-image: -o-linear-gradient(0deg, #f05a55 10%, #feeda9 80%);
}

.title-radius-serviceNumber {
    font-size: 24px;
    padding-top: .1em;
    padding: .1em 1.3em;
    margin-top: .8em;
}

.title-radius-serviceNumber span img {
    margin-right: 4px;
}

.content-radius-p02m section.normal-content {
    display: flex;
    align-items: center;
}

.content-radius-p02m section.normal-content.error {
    flex-direction: column;
    margin-bottom: 1em;
    padding-bottom: 0;
}

.content-radius-p02m section.normal-content.error .title-radius {
    margin-bottom: 1em;
    margin: 0;
}

.content-radius-p02m section.normal-content.error .title-quality {
    margin: 0;
    font-size: .975em !important;
    color: #666;
    text-align: center;
}

.content-radius-p02m section.normal-content.error .title-quality img {
    margin-bottom: -1em;
}

.content-radius-p02m section.normal-content.error .title-quality h3 {
    font-size: 2em !important;
    display: inline-block;
    font-weight: 400;
    color: #2960dc;
}

@media screen and (max-width:767px) {
    .content-radius-p02m section.normal-content {
        flex-wrap: wrap;
    }
    .content-radius-p02m section.normal-content .title-radius+.title-quality {
        margin-top: 0.5em;
    }
    .title-radius-serviceNumber {
        padding: .1em .5em;
    }
    .title-radius-serviceNumber span {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 18px;
    }
    .title-radius-serviceNumber span img {
        max-width: 1.5em
    }
    .title-radius-serviceNumber span small {
        padding-left: .5em;
    }
    .title-radius span {
        font-size: 1.1rem !important;
    }
    .title-radius+.title-radius {
        margin-left: 0px;
        margin-top: 5px
    }
}

@media screen and (max-width:400px) {
    .title-radius span {
        font-size: 1rem !important;
    }
}


/*== input ==*/

.text-left {
    text-align: left
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

.btn {
    display: inline-block;
    padding: 8px 2em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff
}

.btn-black {
    background-color: #303030
}

.btn-orange {
    background-color: #f9a838
}

.btn-red {
    background-color: #ff0202
}

.btn-lightGreen {
    background-color: #46d3c4
}

.btn-lightBlue {
    background-color: #00A2E8
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.form-nocheck {
    -webkit-animation: error 0.8s ease;
    animation: error 0.8s ease;
    background-image: url(../images/form-nochecked.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}


/*.form-control.form-checked{ background-image:url(../images/form-checked.png); }*/

.btn-list {
    margin-top: 1.5em;
}

.btn-list .normal-content {
    margin-bottom: 0;
}

.info-list {
    /*background-color: #ececec; background-color: #f8f8f8;*/
    background-color: #f7f2e3cc;
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    overflow: hidden;
}

input[type="date"] {
    display: block;
    /* Solution 1 */
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    /* Solution 2 */
    /* min-width: 96%; */
}


/*== 規格 ==*/

.pro-spec-list dl {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    border-bottom: #cbcbcb 1px solid;
    padding: 1em .7em;
    color: #525252;
}

.pro-spec-list .order-form-check-text.invoice,
.order-form .order-form-invoice .order-form-check-text dd {
    flex-wrap: wrap;
}

.pro-spec-list input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    zoom: 160%;
    margin-right: 4px;
}

.pro-spec-list dl.product_brand_name {
    /*padding-bottom: .5em;*/
}

.product_brand_name dd {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: flex-end;
    position: relative;
}

.product_brand_name dd figure {
    position: relative;
    width: 7em;
    padding: 0 .8em 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    /*position: absolute;
	    left: 50%;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-left: -3.5em;
	    margin-top: 10px;*/
}


/*.product_brand_name dd figure {
		position: relative;
	    width: 7em;
	    margin-right: 0.8em;
	    padding: 0 .8em 0 0;
	    position: relative;
	    overflow: hidden;
	    text-align: center;
	    display: flex;
	    align-items: center;
	}*/

.product_brand_name dd figure::after {
    content: '';
    display: none;
    width: 1px;
    height: 100%;
    background-color: #cbcbcb;
    position: absolute;
    right: -10px;
    top: 0px;
    transform: skew(-20deg);
    transform-origin: top right;
    /* margin-top: -25px; */
    z-index: 2;
}


/*.product_brand_name dd figure {
	    width: 4.7em;
	    margin-right: .5em;
	    border: rgb(228, 225, 217) 4px solid;
	    border-radius: 50%;
	    height: 4.7em;
	    position: relative;
	    overflow: hidden;
	    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	}

	.product_brand_name dd figure img{
		position: absolute;
	    max-width: 90%;
	    max-height: 90%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}*/


/*== 登陸 ==*/

.login-input-list {
    background: #fce032;
    margin-top: 1em;
    padding: .8em 0;
}

.login-input-list .normal-content {
    margin-bottom: 0;
}

.login-input-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-input-list ul li+li {
    flex: .6;
}

.login-input-list ul li .form-control {
    border-color: #fecb44;
    color: #000
}

.login-text-list .pro-spec-list dl {
    padding-left: 0;
}

.login-text-list .pro-spec-list dl dt {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.login-text-list .pro-spec-list dl dt img {
    margin-right: 10px;
}

.login-text-list .pro-spec-list dl dt a {
    margin-left: 4px;
    color: #446ca4
}

.login-text-list .pro-spec-list dl dt abbr {
    font-weight: 700;
    margin-right: 4px;
}


/*== 保固 ==*/

.title-quality {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: -3px 0 0 10px;
}

.title-quality.orange {
    color: #ff9703;
}

.title-quality.black {
    color: #5c5c5c
}

.quality-check {
    color: #446ca4;
    border-bottom: currentColor 1px solid;
    margin-left: 4px;
}

.quality-info-list {
    padding-bottom: 0;
}

.quality-info-list .pro-spec-list dl dd {
    /*width: 15em;*/
    text-align: right;
}

.quality-info-list .btn-list {
    margin-bottom: 1.5em;
}

@media screen and (max-width:767px) {
    /*.title-quality{ margin-left: 0; }*/
}


/*== 訂購 ==*/

.order-form-list {
    padding-top: 1em;
    margin-bottom: 0;
}

.order-purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-form {
    /* background-color: #f8f8f8; padding: 1.5em; margin-top:1em;*/
    margin-bottom: 1em;
}

.order-form-title {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.order-form-title.normal {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.order-form-text {
    margin-top: -.5em;
    margin-bottom: 1em;
}

.order-form-text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.order-form .pro-spec-list {
    margin-bottom: 4em;
}

.order-form .pro-spec-list.pro-spec-list-info {
    margin-bottom: 0;
}

.order-form .pro-spec-list.pro-spec-list-info+.pro-spec-list dl dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    margin-left: 0;
}

.order-form .pro-spec-list dl dd {
    flex: 1;
    margin-left: 1em;
}

.order-form .order-form-invoice dl dt {
    flex: .25;
}

.order-form .order-form-invoice dl dd {
    display: inline-flex;
    align-items: center;
}

.order-form .order-form-invoice dl dd>.form-control {
    width: calc(100% - 8em);
}

.order-form .order-form-invoice dl dd .order-form-check {
    width: 8em;
    margin-left: .5em;
    opacity: .5;
    cursor: pointer;
}

.order-form .order-form-invoice dl dd .order-form-check input[type="checkbox"] {
    margin-top: -1px;
    margin-right: 1px
}

.order-form .order-form-invoice dl dd .order-form-check.active {
    opacity: 1;
}

.order-form .order-form-invoice .order-form-check-text dd {
    margin-left: 0;
}

.order-form .order-form-invoice .order-form-check-text dd+span {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 1.5em;
    margin-top: 1.1em;
}

.order-form .order-form-invoice .order-form-check-text dd+span .form-control {
    flex: 1;
    margin-left: 1em;
}

.order-form-payment-info {
    margin: 1.5em 0;
}

.order-form-payment-info p>span {
    color: #24518a
}

.order-form-payment-info ul {
    padding-left: 30px;
    line-height: 1.8;
    margin-top: .5em;
}

.order-form-payment-info ul li {
    list-style: disc;
    font-size: 16px;
    color: #676666;
}

@media screen and (max-width:640px) {
    * {
        font-size: 1.05rem !important;
    }
    .form-control {
        padding: .1rem;
        padding-left: .5rem;
    }
    .banner-item {
        height: 15em;
    }
    .normal-content {
        padding: .5em 1.5em;
    }
    .banner-slogan h1,
    .banner-slogan p {
        font-size: 2em !important;
    }
    .banner-text {
        width: calc(100% - 1em);
        /*left: .5em;*/
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 3em);
    }
    .banner-text ul li {
        /*margin: .6em .3em;*/
    }
    .banner-text ul li img {
        display: inline-block;
        margin-top: 3px;
        max-width: 2em
    }
    .banner-text ul li a {
        font-size: 1.5em !important;
        margin-left: .1em;
        margin-right: .1em;
    }
    .content-radius-p02m .normal-content {
        padding-left: .5em;
        padding-right: .5em;
    }
    .login-input-list ul li+li {
        flex: .85;
        max-width: 100%;
        padding-left: 1em;
    }
    .title-quality {
        display: block;
        margin-top: .5em;
    }
    .btn-list {
        margin-top: 1em;
        margin-bottom: .5em !important;
    }
    .pro-spec-list dl {
        padding-top: .5em;
        padding-left: 0;
        padding-right: 0;
    }
    .pro-spec-list dl dt,
    .pro-spec-list dl dd {
        /*justify-content: flex-start;*/
        margin-top: .5em;
    }
    .pro-spec-list-quality dl {
        /*flex-direction: column; align-items: flex-start; */
    }
    .order-form .pro-spec-list.pro-spec-list-info+.pro-spec-list-quality dl dd {
        /*justify-content: flex-start;*/
    }
    .order-form {
        padding-left: .5em;
        padding-right: .5em;
    }
    .order-form .pro-spec-list {
        margin-bottom: .5em;
    }
    .order-form-title {
        font-size: 1.05rem !important;
        margin-bottom: .1em;
    }
    .order-form-text {
        margin-top: .3em;
    }
    .order-form .pro-spec-list dl dd {
        width: 100%;
    }
    .order-form .order-form-invoice dl {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .order-form .order-form-invoice dl dd {
        margin-left: 0;
    }
    .order-form .order-form-invoice dl dd .order-form-check {
        margin-top: .5rem;
    }
    .order-form .order-form-invoice dl.order-form-invoice-type dd {
        flex-direction: column;
        align-items: flex-start;
    }
    /*.order-form .order-form-invoice dl dd .order-form-check{ width: 5em; }*/
    .quality-info-list .pro-spec-list dl dd {
        /*width: 13em;*/
        width: auto;
    }
    .quality-info-list .btn-list .text-right {
        text-align: center;
    }
    .quality-info-list .btn-list+.text-right {
        text-align: left;
        line-height: 1.5;
    }
    .f-s26 {
        font-size: 1rem;
    }
    .order-form .order-form-invoice dl dd>.form-control {
        width: 100%;
    }
    .order-form .order-form-invoice .order-form-check-text dd+span {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .order-form .order-form-invoice .order-form-check-text dd+span .form-control {
        flex: none;
        margin-left: 0;
    }
}

@media screen and (max-width:400px) {
    .banner-slogan h1,
    .banner-slogan p {
        font-size: 1.75em !important;
    }
    .banner-text ul li a {
        font-size: .875em !important;
    }
    .order-form .pro-spec-list dl {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .order-form .pro-spec-list-quality dl {
        flex-direction: row
    }
    .order-form .pro-spec-list dl dd {
        margin-left: 0;
    }
}

@media screen and (max-width:330px) {
    .order-form .pro-spec-list-quality dl {
        flex-direction: column;
    }
    .order-form .pro-spec-list.pro-spec-list-info+.pro-spec-list dl dd {
        justify-content: flex-start;
    }
}


/*== 保固說明 ==*/

.quality-content .order-form-title {
    margin-top: 2em;
    margin-bottom: .5em;
}

.quality-content .order-form-payment-info {
    margin-top: 0;
}


/*== 經銷商 ==*/

.title-quality.dealer-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem !important;
    margin: 0rem 0 20px;
    justify-content: center;
}

.title-radius+.title-quality.dealer-title {
    margin: 0 0 0 10px;
}

.title-quality.dealer-title img {
    margin-right: 10px;
}

.dealer-text-list .pro-spec-list dl {
    justify-content: center;
    border-bottom: none;
}

@media screen and (max-width:640px) {
    .title-quality.dealer-title {
        font-size: 1.2rem !important;
        margin: 10px 0 20px
    }
}