@charset "utf-8";

body {
    font: normal 16px/100% Arial, Helvetica, "微軟正黑體";
    color: #4e4e4e;
    background-color: #f9f5ea;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
    color: #00a1e9;
}

a:hover {
    color: #2a579d;
}

/*a:hover {text-decoration:underline;}*/
:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

div,
p,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th,
img {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    border: none;
    display: block;
}

ul,
li {
    list-style: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.tC {
    text-align: center;
}

.tC img {
    margin: 0 auto;
}

.clr {
    clear: both;
}

h2 {
    font-size: 36px;
    line-height: 1.4;
}

h3 {
    font-size: 30px;
    line-height: 1.4;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
}

h5 {
    font-size: 20px;
    line-height: 1.4;
}

h6 {
    font-size: 18px;
    line-height: 1.4;
}

p {
    line-height: 1.4;
}

.red {
    color: #c30000;
}

.f_small {
    font-size: 0.8em;
}

p.bt {
    padding: 0 0 20px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}

.bt {
    padding: 0 0 10px;
}

.line {
    border-bottom: 1px dashed #fff;
    padding: 10px 0 0;
    margin: 0 0 10px;
}

/*
.f_ty1{font-family: 'Roboto Mono', monospace;}
.f_ty2{font-family: 'Roboto Mono', monospace; font-weight: normal}
*/
.bg_1 {
    background-color: #ea65a1;
}

/*粉紅*/
.bg_2 {
    background-color: #fdaa20;
}

/*橘黃*/
.bg_3 {
    background-color: #35a5cd;
}

/*淺藍*/
.bg_4 {
    background-color: #718cb5;
}

/*灰藍*/
.bg_5 {
    background-color: #13c8b9;
}

/*藍綠*/
.bg_6 {
    background-color: #71ba70;
}

/*淺綠*/
.bg_7 {
    background-color: #ee917c;
}

/*橘紅*/

/*form元素設定*/
input[type="text"],
input[type="password"],
textarea {
    font: 16px/40px Arial, "微軟正黑體";
    color: #636363;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
}

select {
    font: 16px/40px Arial, "微軟正黑體";
    color: #999;
    border: none;
    background: url(../images/icon_arrow.png) right center no-repeat;
    padding: 0 40px 0 5px;
    box-sizing: border-box;
    background-image: none \9;
    border: none;
    -webkit-appearance: none;
    /*Chrome ios*/
    -moz-appearance: none;
    /*FF*/
    appearance: none;
    /*CSS3 ios*/
    width: 100%;
    line-height: 40px;
    height: 40px;
}

input:focus,
select:focus,
textarea:focus,
option:checked {
    color: #000;
}

.textarea_box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 5px;
    box-shadow: 0 0 8px rgba(20%, 20%, 40%, 0.2);
    margin: 0 0 20px;
}

.textarea_box textarea {
    border: none;
    min-height: 100px;
    line-height: 1.4;
}

label {
    display: inline-block;
    margin: 0 10px 0 0;
}

.radio,
.checkbox {
    display: none
}

/*txt_input*/
.radioInput {
    background: #fff url(../images/bg_check.png) center center no-repeat;
    background-size: 30px auto;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.radio:checked + .radioInput:after {
    background: #fff url(../images/bg_check_on.png) center center no-repeat;
    background-size: 30px auto;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    content: "";
    display: block;
    margin: -1px;
    width: 24px;
    height: 24px;
}

.checkboxInput {
    background: #fff url(../images/icon_checkbox_un.png) center center no-repeat;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    vertical-align: sub;
    line-height: 1;
}

.checkbox:checked + .checkboxInput:after {
    background: #fff url(../images/icon_checkbox_ok.png) center center no-repeat;
    border: 1px solid #f78908;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -1px;
}

.checkbox.radioInput,
.radio:checked + .checkbox.checkboxInput:after {
    border-radius: 0;
}

/*wrapper*/
.wrapper {}

.mNone {
    display: block;
}

.mBlock {
    display: none;
}

.block {
    margin: 0 auto;
    width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}



/*header*/
.header {
    box-sizing: border-box;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 9;
    margin: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.header .h_block {
    padding: 15px 0 0;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.header .h_block .logo {
    width: 160px;
    height: 70px;
    float: left;
}

.logo a {
    display: block;
}

.m_header {
    display: none;
}

.header .top_menu {
    width: 700px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
}

.top_menu > li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.top_menu li a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}

.top_menu li a:hover {
    text-decoration: none;
    color: #329bcf
}

.top_menu li.sort1 > a {
    background: url(../images/menu_icon_1.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu li.sort2 > a {
    background: url(../images/menu_icon_2.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu li.sort3 > a {
    background: url(../images/menu_icon_3.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu li.sort4 > a {
    background: url(../images/menu_icon_4.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu li.sort5 > a {
    background: url(../images/menu_icon_5.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu li.sort6 > a {
    background: url(../images/menu_icon_6.png) 0 4px no-repeat;
    padding-left: 20px;
}

.top_menu > li:hover .sub_menu {
    display: block;
}

.sub_menu {
    display: none;
    position: absolute;
    width: 160px;
    height: auto;
    background: url(../images/menu_arw.png) center 0 no-repeat;
    top: 30px;
    margin-left: -80px;
    left: 50%;
    padding: 10px 0 0;
}

.top_menu .sub_menu ul {
    border-radius: 10px;
    overflow: hidden;
}

.top_menu .sub_menu li a {
    display: block;
    line-height: 40px;
    color: #fff;
}

.top_menu li.sort1 .sub_menu li {
    background-color: #f26844;
}

.top_menu li.sort2 .sub_menu li {
    background-color: #35a5cd;
}

.top_menu li.sort3 .sub_menu li {
    background-color: #ecd919;
}

.top_menu li.sort4 .sub_menu li {
    background-color: #99c240;
}

.top_menu li.sort5 .sub_menu li {
    background-color: #11b4a6;
}

.top_menu li.sort6 .sub_menu li {
    background-color: #b3278f;
}

.top_menu li .sub_menu a:hover {
    background: rgba(0, 0, 0, 0.2);
    background: transparent\9;
}

.sub_menu li {
    padding: 0;
    display: block;
}

.header .official {
    float: right;
    text-align: right;
    padding: 20px 0 0;
}

.official a {
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #e9761a;
    font-size: 14px;
    padding: 0 0px;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.official a.fb {
    background: #4267b2 url(../images/icon_fb.png) center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -5px;
}

.official a:hover {
    text-decoration: none;
    background-color: #329bcf;
}

.header .campaign {
    float: right;
    text-align: right;
    padding: 20px 0 0;
}

.campaign a {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.campaign a.fb {
    background: url(../images/samsung.png) center no-repeat;
    background-size: contain;
    width: 100px;
    height: 40px;
    padding: 30;
    margin-top: -5px;
}




/*footer*/
.footer p {
    background-color: #606060;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 10px;
}

.footer p a {
    color: #fff;
}

.footer .f_cht {
    background: url(../images/footer_cht_bg.jpg) 0 0 repeat-x;
    text-align: right;
    overflow: hidden;
}

.footer .f_cht img {
    float: right;
}

/*大圖輪播*/
.slides_bn img {
    width: 100%;
    height: auto;
    display: block;
}

.slides_bn {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

#gotop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 120px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(../images/gotop.png) center center no-repeat;
    z-index: 999;
}

/*首頁*/
/*影音區塊*/
.in_video {
    background: url(../images/in-bg-2.png) center bottom no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    text-align: center;
}

.video {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px #000;
    margin-bottom: 20px;
}

.in_video h4 {
    margin-bottom: 20px;
}

ul.app_li li {
    display: inline-block;
    margin: 0 10px 10px;
}

/*內頁*/
.contant .title {
    background: #35a5cd;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    height: 70px;
}

.tit {
    margin: 0 auto;
    width: 400px;
}

.tit img {
    width: 100%;
    height: auto;
}

/*十大功能*/
.func_area_1 {
    background: #fff url(../images/bn_func_1.png) center 0 no-repeat;
    background-size: cover;
    padding-top: 520px;
    padding-bottom: 20px;
    position: relative;
}

.func_area_1 .tit {
    width: 400px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -200px;
}

.func_area_1 .block {
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 10px 10px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.func_list_1 {
    margin-top: -60px;
    text-align: center;
}

.func_list_1 li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

.func_list_1 p {
    text-align: left;
}

.func_list_1 .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.func_list_1 .sort1 .icon {
    background: url(../images/icon_func_1.png) no-repeat;
    background-size: contain;
}

.func_list_1 .sort2 .icon {
    background: url(../images/icon_func_2.png) no-repeat;
    background-size: contain;
}

.func_list_1 .sort3 .icon {
    background: url(../images/icon_func_3.png) no-repeat;
    background-size: contain;
}

.func_list_1 .sort4 .icon {
    background: url(../images/icon_func_4.png) no-repeat;
    background-size: contain;
}

.func_list_1 .sort5 .icon {
    background: url(../images/icon_func_5.png) no-repeat;
    background-size: contain;
}

.func_list_1 .sort1 h4 {
    color: #f4a81c;
}

.func_list_1 .sort2 h4 {
    color: #17a6c8;
}

.func_list_1 .sort3 h4 {
    color: #e8382b;
}

.func_list_1 .sort4 h4 {
    color: #2086a5;
}

.func_list_1 .sort5 h4 {
    color: #86c13a;
}

.func_area_2 {
    background: #f8df66
}

.func_area_2 .tit {
    width: 300px;
}

.func_area_2 .block {
    background: url(../images/bn_func_2.png) 0 0 no-repeat;
    background-size: 550px auto;
    padding: 0 0 0 500px;
    min-height: 480px;
}

.func_area_2 .bg_flat {
    background: url(../images/bg_func_2.png) 0 0 no-repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    top: -60px;
    right: 20px;
}

.func_list_2 li {
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 90px;
}

.func_list_2 .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0;
}

.func_list_2 .sort1 .icon {
    background: url(../images/icon_func_6.png) no-repeat;
    background-size: contain;
}

.func_list_2 .sort2 .icon {
    background: url(../images/icon_func_7.png) no-repeat;
    background-size: contain;
}

.func_list_2 .sort3 .icon {
    background: url(../images/icon_func_8.png) no-repeat;
    background-size: contain;
}

.func_list_2 .sub_list li {
    margin: 0;
    padding: 10px 0 0 60px;
}

.func_list_2 .sub_list .icon {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 5px;
    left: 0;
}

.func_list_2 .sub_list .sort1 .icon {
    background: url(../images/icon_func_sub_1.png) no-repeat;
    background-size: contain;
}

.func_list_2 .sub_list .sort2 .icon {
    background: url(../images/icon_func_sub_2.png) no-repeat;
    background-size: contain;
}

.func_list_2 .sub_list .sort3 .icon {
    background: url(../images/icon_func_sub_3.png) no-repeat;
    background-size: contain;
}

.func_area_3 {
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.func_area_3 .tit {
    width: 300px;
}

.func_list_3 li {
    width: 300px;
    height: 420px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 200px 20px 20px;
    box-sizing: border-box;
}

.func_list_3 .sort1 {
    background: url(../images/bg_box_func_1.jpg) 0 0 no-repeat;
    background-size: cover;
}

.func_list_3 .sort2 {
    background: url(../images/bg_box_func_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.func_list_3 .sort3 {
    background: url(../images/bg_box_func_3.jpg) 0 0 no-repeat;
    background-size: cover;
}

.func_list_3 .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.func_list_3 .sort1 .icon {
    background: url(../images/icon_func_9.png) no-repeat;
    background-size: contain;
}

.func_list_3 .sort2 .icon {
    background: url(../images/icon_func_10.png) no-repeat;
    background-size: contain;
}

.func_list_3 .sort3 .icon {
    background: url(../images/icon_func_11.png) no-repeat;
    background-size: contain;
}

/*愛卡特色*/
.feat_area_2 {
    background: url(../images/bg_feat_2.png) 0 0 no-repeat;
    background-size: contain;
    padding-bottom: 20px;
}

.feat_area_2 .tit {
    margin-bottom: -80px;
}

.feat_area_2 .block {
    background: url(../images/bn_feat_2.png) right bottom no-repeat;
    background-size: 640px auto;
    min-height: 450px;
    padding-right: 340px;
    padding-top: 120px;
}

.feat_area_2 .list_qa {
    margin-bottom: 20px;
}

.feat_area_2 .list_qa li {
    padding: 0 0 10px 40px;
    position: relative;
}

.list_qa .bg_q,
.list_qa .bg_a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.list_qa .bg_q {
    background-color: #206389;
}

.list_qa .bg_a {
    background-color: #44b3d4;
}

.list_qa p {
    font-size: 18px;
}

.other_qa {
    width: 360px;
}

.other_qa .s_tit {
    color: #206389;
    margin-bottom: 10px;
    position: relative;
}

.feat_area_2 .s_tit h6 {
    display: inline-block;
    width: 160px;
}

.feat_area_2 .s_tit h6 span {
    width: 30px;
    height: 30px;
    background: url(../images/icon_s_qa.png)0 0 no-repeat;
    background-size: 30px auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.feat_area_2 .s_tit span.line {
    border-bottom: 1px solid #206389;
    width: 205px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.other_qa .s_list li {
    margin: 0 0 10px;
}

.other_qa .s_list li a {
    background: #6ca5c6 url(../images/icon_qa_arrow.png) right center no-repeat;
    background-size: 30px auto;
    border-radius: 40px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 50px 0 10px;
    line-height: 30px;
}

.other_qa .s_list li a:hover {
    background-color: #35a5cd;
}

.feat_area_3 {
    background: #f5c93a url(../images/bg_feat_3.png) center 0 no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 20px 0 40px 0;
}

.feat_area_3 .s_pic,
.feat_area_3 .s_con {
    float: left;
}

.feat_area_3 .s_con {
    padding-top: 20px;
}

.feat_area_3 .s_txt {
    color: #000;
    background: #ffefbb;
    padding: 20px 20px 40px;
    width: 460px;
}

.feat_area_3 .s_txt p {
    font-size: 18px;
    margin-bottom: 5px;
}

.feat_area_3 .s_tit.ty2 {
    margin: -30px 0 10px 0px;
    overflow: hidden;
    width: 430px;
}

.feat_area_3 .s_tit.ty2 img {
    margin-left: -30px;
}

.feat_area_3 ul.app_li {
    margin-left: 10px;
}

.feat_area_3 ul.app_li li {
    margin: 0 10px 0 0;
}

.tips p {
    font-size: 14px;
    margin: 0 0 10px;
}

/*產品規格*/
.spec_area_1 {
    background: #fffdf8 url(../images/bg_spec.jpg) 0 bottom repeat-x;
    text-align: center;
}

.spec_area_2 {
    padding: 40px 0;
}

.spec_area_2 .tit {
    margin-bottom: -6px;
    height: 50px;
    width: 300px;
}

.spec_area_2 .tb_spec {
    border: 4px solid #ffc6cb;
    border-radius: 4px;
    background-color: #ffffff;
}

.tb_spec th,
.tb_spec td {
    padding: 10px;
    color: #484848;
    line-height: 30px;
}

.tb_spec th {
    width: 20%;
    background-color: #ffc6cb;
    font-size: 18px;
}

.tb_spec tr:nth-child(odd) th {
    background-color: #ffdee1;
}

.tb_spec tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.bn_box img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*圖片*/
/*門市體驗*/
.store_area {
    padding: 20px 0 10px 0;
}

/*錨點選單*/
.anchor_li {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.anchor_li li {
    display: inline-block;
    margin: 0 2px 10px;
    min-width: 100px;
    border-radius: 30px;
    overflow: hidden;
}

.anchor_li li a {
    background-image: url(../images/icon_arrow_anc.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    padding: 0 30px 0 10px;
    display: block;
    line-height: 34px;
    height: 30px;
    font-weight: bold;
}

.anchor_li li a:hover {
    background-position: left center;
    padding: 0 10px 0 30px;
}


/*QA qa-list*/
.qa_area {
    padding: 20px 0 0;
}

.qa_list > li {
    position: relative;
    margin: 0 0 10px;
}

.qa_list .qa_tit {
    line-height: 40px;
    padding: 0 10px 0 54px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
}

.qa_tit.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.qa_list span.num {
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.qa_list .qa_con {
    background: #fff;
    display: none;
    padding: 10px 10px 1px;
}

.qa_con p {
    margin: 0 0 10px;
}

.qa_content {
    margin: 0 0 20px;
}

.qa_content h3 {
    text-align: center;
    margin: 0 0 10px;
}

.qa_content.bg_1a h3 {
    color: #ea65a1;
}

.qa_content.bg_1a .qa_tit {
    background: #ea65a1;
}

.qa_content.bg_1a .qa_tit.on {
    background: #b9467a;
}

.qa_content.bg_2a h3 {
    color: #fdaa20;
}

.qa_content.bg_2a .qa_tit {
    background: #fdaa20;
}

.qa_content.bg_2a .qa_tit.on {
    background: #f1a424;
}

.qa_content.bg_3a h3 {
    color: #13c8b9;
}

.qa_content.bg_3a .qa_tit {
    background: #13c8b9;
}

.qa_content.bg_3a .qa_tit.on {
    background: #21a79c;
}

.qa_content.bg_4a h3 {
    color: #718cb5;
}

.qa_content.bg_4a .qa_tit {
    background: #718cb5;
}

.qa_content.bg_4a .qa_tit.on {
    background: #45618c;
}

.qa_content.bg_5a h3 {
    color: #71ba70;
}

.qa_content.bg_5a .qa_tit {
    background: #71ba70;
}

.qa_content.bg_5a .qa_tit.on {
    background: #529651;
}

.qa_content.bg_6a h3 {
    color: #ee917c;
}

.qa_content.bg_6a .qa_tit {
    background: #ee917c;
}

.qa_content.bg_6a .qa_tit.on {
    background: #c47361;
}

/*保固說明*/
.warranty_area {
    background: #5bb3d3;
    color: #fff;
    padding: 20px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.warranty_area h3 {
    margin: 0 0 10px;
}

.warranty_area .w_tit {
    border-radius: 30px;
    background-color: #206389;
    display: inline-block;
    margin: 0 0 10px;
    padding: 8px 20px 5px 20px;
}

.warranty_area p {
    text-align: left;
    margin: 0 0 10px
}

/*列表格式list_box*/
.list_box li {
    margin: 0 0 10px
}

.list_table {
    display: table;
    width: 100%;
    background-color: #fff;
}

.list_tr,
.list_th {
    display: table-row;
}

.list_td {
    display: table-cell;
    position: relative;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    line-height: 140%;
    padding: 10px 0;
    box-sizing: border-box;
}

.list_td .list_tit {
    display: none;
}

.list_td > p {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.list_td:nth-child(1) {
    width: 20%;
    border-left: none;
}

.list_td:nth-child(2) {
    width: 40%;
}

.list_td:nth-child(3) {
    width: 15%;
}

.list_td:nth-child(4) {
    width: 25%;
}

.list_tr:nth-child(odd) {
    background-color: #fcfcfc;
}

.list_th {
    color: #666666;
    text-align: center;
}

/*標題*/
.list_title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.list_bg_1 .list_title {
    background-color: #ea65a1;
}

/*粉紅*/
.list_bg_2 .list_title {
    background-color: #fdaa20;
}

/*橘黃*/
.list_bg_3 .list_title {
    background-color: #35a5cd;
}

/*淺藍*/
.list_bg_4 .list_title {
    background-color: #718cb5;
}

/*灰藍*/
.list_bg_5 .list_title {
    background-color: #13c8b9;
}

/*灰藍*/

.list_bg_1 .list_th {
    background-color: #fae0eb;
}

/*淺紅*/
.list_bg_2 .list_th {
    background-color: #ffe8c1;
}

/*淺黃*/
.list_bg_3 .list_th {
    background-color: #def6ff;
}

/*淺藍*/
.list_bg_4 .list_th {
    background-color: #e4efff;
}

/*淺灰藍*/

.list_con {
    background-color: #fff;
    padding: 10px;
    color: #000
}

.list_con .row_li > li {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.list_con .row_li > li:first-child {
    border: none;
}

.list_con .row_li.ty1 {
    text-align: center;
}

/*單欄*/
.list_con .row_li.ty1 img {
    margin: 0 auto;
}

.list_con .row_li.ty1 li {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    padding-bottom: 0;
}

.row_li li {
    position: relative;
}

/*二欄*/
.row_li .box {
    display: inline-block;
    vertical-align: middle;
}

.row_li .box.ty_a {
    width: 160px;
    text-align: center;
}

.row_li .box.ty_b {
    width: 280px;
}

.row_li .box.ty_b img {
    width: 100%;
    height: auto;
}

.row_li .box.ty_c {
    width: 500px;
}

.row_li .box.ty_d {
    width: 380px;
    text-align: center;
    vertical-align: middle;
}

.row_li .box.ty_d h6 {
    color: #13c8b9;
    font-size: 16px;
}

.row_li .ty_d h6 span {
    font-size: 20px;
    padding-left: 5px;
}

.row_li .box.ty_d h6.ty1 {
    color: #3499c3;
    text-align: left;
}

.row_li .box.ty_d h6.ty2 {
    color: #237f39;
    text-align: left;
}

.row_li .box.ty_e {
    width: 760px;
    vertical-align: top;
}

.row_li .box.ty_f {
    width: 670px;
}

.row_li .box.ty_f h6 {
    font-weight: normal;
    margin: 0 0 10px;
}

.row_li .box.ty_f p {
    margin: 0 0 5px;
}

.row_li .box.ty_g {
    width: 570px;
}

.row_li h4.sort_n {
    background-color: #13c8b9;
    color: #fff;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
}

.row_li h4.sort_n span {
    font-size: 15px;
    line-height: 15px;
    display: block;
}

.row_li h5 {
    margin: 0 0 10px;
    text-align: center;
}

.list_bg_1 .row_li h5 {
    color: #ea65a1;
}

.list_bg_2 .row_li h5 {
    color: #fdaa20;
}

.list_bg_4 h5 {
    color: #718cb5;
    text-align: left;
}

.list_bg_5 .row_li h5 {
    color: #13c8b9;
}

.row_li a.link {
    color: #fff;
    background-color: #13c8b9;
    border-radius: 30px;
    padding: 8px 20px 5px 20px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
}

.row_li a.link:hover {
    background-color: #21a79c;
}

.row_li .box_app {
    padding: 0 0 0 140px;
    min-height: 140px;
    background: url("../images/step_img_3_c_2.jpg") 0 center no-repeat;
    background-size: 140px auto;
    width: 320px;
    box-sizing: border-box;
    margin: 0 auto;
}

.row_li .box_app .app_li li {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0;
    border: none;
}

.p_txt {
    position: relative;
    padding: 5px 0 5px 110px;
    line-height: 24px;
    margin: 0 0 10px;
}

.p_txt span.p_tit {
    color: #fff;
    background-color: #f7b74d;
    border-radius: 30px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
}

.icon_li {
    padding: 10px 0 0;
}

.icon_li li {
    position: relative;
    padding: 0 0 0 60px;
}

.icon_li .icon_img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.icon_li h6 {
    color: #d8745e;
}

.icon_img {
    display: inline-block;
    vertical-align: middle;
}

.icon_img img {
    width: 100%;
    height: auto;
}

.msg_li li {
    width: 30%;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    position: relative;
}

/*訊息列表icon*/
.msg_li img {
    width: 75px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

.msg_li p {
    padding-top: 10px;
    text-align: left;
}

.msg_li p.ty2 {
    padding-top: 20px;
}

/*備註*/
.list_tip {
    background-color: #f4f4f4;
    position: relative;
    padding: 5px 0 5px 60px;
    font-size: 15px;
    min-height: 36px;
    box-sizing: border-box;
}

.list_tip .tit {
    background-color: #919191;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 50px;
    height: auto;
    box-sizing: border-box;
    color: #fff;
    display: block;
}

.list_tip p {
    line-height: 160%;
}

.list_tip .decimal_list li {
    margin: 0 0 0 5px;
    padding: 0 10px 0 0;
}

/*購買頁*/
.offer_area {
    min-height: 400px;
    padding-top: 150px;
    background: url(../images/bg_buy.png) center bottom no-repeat;
    text-align: center;
    color: #35a5cd
}

/*我要購買-表格*/
.offer_tb {
    background-color: #fff;
    margin: 0 0 10px;
    border-top: 1px solid #b6a384;
}

.offer_tb th,
.offer_tb td {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
    border-right: 1px solid #dfdfdf;
    line-height: 1.2em;
}

.offer_tb th {
    color: #484848;
    width: 200px;
}

.offer_tb.bg1 th {
    background-color: #eea1c4;
    border-left-color: #eea1c4;
    color: #fff;
    border-bottom-color: #e48db4
}

.offer_tb.bg1 tr.bg_th {
    background-color: #fae0eb;
}

.offer_tb.bg2 {
    border-left: 1px solid #dfdfdf;
}

.offer_tb.bg2 th {
    background-color: #ffc15b;
    border-left-color: #ffbb49;
    color: #fff;
    border-bottom-color: #b6a384;
    border-right-color: #b6a384;
}

.offer_tb.bg2 tr.bg_th {
    background-color: #ffe8c1;
}

.offer_tb.bg2 tr.bg_th th {
    background-color: #ffc15b;
}

.offer_tb.bg3 {
    border-left: 1px solid #dfdfdf;
}

.offer_tb.bg3 th {
    background-color: #6db1ca;
    border-left-color: #6db1ca;
    color: #fff;
    border-bottom-color: #acb4b7;
    border-right-color: #acb4b7;
}

.offer_tb.bg3 tr.bg_th {
    background-color: #def6ff;
}


.offer_tb tr.bg {
    background-color: #f7f7f7;
}

.offer_tb.bg1 tr.bg th {
    background-color: #e29ebd;
}

.offer_tb.bg2 tr.bg th {
    background-color: #f1ad3c;
}

.offer_tb.bg3 tr.bg th {
    background-color: #51a1be;
}

.offer_tb td.tL {
    text-align: left;
    vertical-align: top;
}

.offer_tb p {
    margin: 0 0 10px;
}

/*教學影片*/
.video_area .tit {
    width: 600px;
    height: 180px;
}

ul.video_li {
    text-align: center;
}

ul.video_li li {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    color: #666;
    text-align: left;
    margin: 0 10px 20px;
}

ul.video_li .video_box {
    border: 6px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

ul.video_li h5 {
    margin: 0 0 10px;
}

/*表格統一樣式*/
.tb_style {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.tb_style th {
    background: #eee;
}

.tb_style th,
.tb_style td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center
}

.tb_style tr.bg {
    background: #fffbf1;
}

.tb_style2 {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    margin: 0 0 10px;
}

.tb_style2 th,
.tb_style2 td {
    padding: 10px;
}

.tb_style2 tr:nth-child(odd) {
    background-color: #f4f4f4;
}


/*列表樣式*/
.decimal_list {
    margin-left: 10px;
}

.decimal_list li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 5px 10px;
    text-align: left;
    line-height: 140%;
}

/*數字列表*/
.disc_list {
    margin: 0 0 10px;
}

.disc_list li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 5px 20px;
    text-align: left;
}

/*圓點列表*/
.disc_list li li {
    list-style-type: circle;
}

.lower_list {
    margin-left: 10px;
}

.lower_list li {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin: 0 0 0 10px;
    text-align: left;
}

/*英文小寫列表*/
.star_list li {
    padding: 0 0 0 20px;
    background: url("../images/icon_star_b.png") 0 0 no-repeat;
    background-size: 14px;
}

.star_list.ty2 li {
    background: url("../images/icon_star_y.png") 0 0 no-repeat;
    background-size: 14px;
}


/*操作說明step_area*/
.step_area {
    padding: 20px 0 0;
}



/*注意事項*/
.tips_box {
    background-color: #4fa3c4;
    padding: 10px;
    margin: 0 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 140%;
}

.tips_box p {
    margin: 0;
}



/*popup*/
.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 999
}

.popupBox {
    z-index: 9999;
    left: 50%;
    width: 600px;
    min-height: 200px;
    margin-left: -300px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    top: 100px;
    position: absolute;
    color: #616161;
    border-radius: 10px;
}

.popupBox.type2 {}

.bottom_btn {
    /* position:absolute; bottom:-10px; right:0; left:0;*/
    padding: 20px 0;
    background-color: #e8eef1;
    text-align: center;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.bottom_btn .btn_type {
    padding: 0;
}

.popupBox .close {
    width: 50px;
    height: 50px;
    z-index: 9999;
    top: -40px;
    right: -20px;
    position: absolute;
}

.close a {
    background: #ec5460 url(../images/btn_close.png) center center no-repeat;
    background-size: 25px auto;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.close a:hover {
    background-color: #3c96e2;
}



/*for pad*/
@media screen and (max-width: 999px) and (min-width: 768px) {
    .block {
        width: 100%;
    }

    .block img {
        width: 100%;
        height: auto;
    }

}


/*for phone*/
@media screen and (max-width: 767px) {

    /*wrapper*/
    body {
        line-height: 1.4;
    }

    .block {
        width: 100%;
        padding: 0 10px;
    }

    .mNone {
        display: none;
    }

    .mBlock {
        display: block;
    }

    img {
        width: 100%;
        height: auto;
    }

    span.br {
        display: block;
    }

    .bt {
        padding: 0 0 10px;
    }

    .img_area.type2 {
        width: 200px;
        margin: 0 auto;
    }

    label {
        display: inline-block;
        margin: 0 auto;
    }

    .radioInput {
        background: #fff url(../images/bg_check.png) center center no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 40px;
    }

    .radio:checked + .radioInput:after {
        background: #fff url(../images/bg_check_on.png) center center no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 1.4;
    }

    h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    /*header*/
    .header {
        display: none;
    }

    .m_header {
        display: block;
        height: 60px;
        background: #fff;
    }

    .m_header .logo {
        width: 74px;
        height: 40px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0 0 10px;
    }

    .m_header h1 {
        font-size: 20px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-top: 8px;
        color: #185f97;
    }

    .opemenu {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .opemenu a {
        display: block;
        height: 60px;
        background: url(../images/icon_menu.png) center center no-repeat;
        background-size: 50px auto;
    }

    .menu-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    #menu {
        display: block;
    }


    /*footer*/
    .footer .block {
        padding: 0;
    }

    .tit {
        width: 100%;
    }

    /*首頁*/
    .in_video {
        padding: 30px 0 40px 0;
    }

    .video {
        width: 90%;
        height: auto;
        border: 5px solid #fff;
    }

    ul.app_li li {
        margin: 0;
    }

    /*十大功能*/
    .func_area_1 {
        background: #fff url(../images/mobile/bn_func_1.png) center 20px no-repeat;
        background-size: contain;
        padding: 350px 10px 10px;
    }

    .func_area_1 .block {
        position: relative;
        padding: 10px;
    }

    .func_list_1 {
        margin-top: 0;
        text-align: center;
    }

    .func_area_1 .tit {
        width: 300px;
        height: 100px;
        top: 10px;
        left: 50%;
        margin-left: -150px;
    }

    .func_list_1 li {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 80px;
        text-align: left;
        position: relative;
        margin-bottom: 10px;
    }

    .func_list_1 .icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: -5px;
    }


    .func_area_2 .block {
        background-size: 100% auto;
        padding: 320px 10px 1px;
    }

    .func_area_2 .bg_flat {
        background-size: contain;
        width: 100px;
        height: 80px;
        top: 0;
        right: 10px;
    }

    .func_list_2 li {
        margin: 0 0 20px;
        position: relative;
        padding: 0 0 0 80px;
    }

    .func_list_2 .icon {
        width: 74px;
        height: 74px;
    }

    .func_list_2 .sub_list li {
        padding: 4px 0 0 45px;
        margin: 0;
    }

    .func_list_2 .sub_list .icon {
        width: 40px;
        height: 40px;
    }

    .func_list_3 li {
        margin: 0 0 10px;
        height: 400px;
    }

    /*愛卡特色*/
    .feat_area_2 {
        background: url(../images/bg_feat_2.png) 0 0 no-repeat;
        background-size: auto 300px;
    }

    .feat_area_2 .tit {
        margin-bottom: 0;
    }

    .feat_area_2 .block {
        background: url(../images/bn_feat_2.png) 90% bottom no-repeat;
        background-size: 300px auto;
        min-height: 350px;
        padding-right: 10px;
        padding-top: 0;
    }

    .feat_area_2 .list_qa {
        margin-bottom: 10px;
    }

    .other_qa {
        width: 70%;
    }

    .other_qa .s_list li a {
        padding-right: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .feat_area_2 .s_tit h6 {
        width: 70%;
    }

    .feat_area_2 .s_tit span.line {
        width: 32%;
    }

    .feat_area_3 {
        padding-bottom: 10px;
    }

    .feat_area_3 .s_pic,
    .feat_area_3 .s_con {
        float: inherit;
    }

    .feat_area_3 .s_con {
        padding: 0;
    }

    .feat_area_3 .s_txt {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px 30px;
    }

    .feat_area_3 ul.app_li {
        text-align: center;
    }

    .feat_area_3 ul.app_li li {
        margin: 0;
    }

    .feat_area_3 ul.app_li {
        margin: 0;
    }

    .feat_area_3 .s_tit.ty2 {
        margin: -30px auto 10px auto;
        overflow: inherit;
        width: 100%;
        ;
    }

    .feat_area_3 .s_tit.ty2 img {
        margin-left: 0;
    }

    /*產品規格*/
    .spec_area_2 {
        padding: 20px 0;
    }

    .tb_spec th,
    .tb_spec td {
        line-height: 24px;
    }

    .tb_spec th {
        width: 40%;
        font-size: 16px;
        padding: 5px;
    }

    /*錨點選單*/
    .anchor_li {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }

    .anchor_li li {
        margin: 0 4px 5px;
        min-width: 46%;
    }

    .anchor_li.ty2 li {
        min-width: 100%;
        margin: 0 0 5px;
    }

    .anchor_li li a {
        line-height: 40px;
        height: 40px;
    }

    /*QA qa-list*/
    .qa_list > li {}

    .qa_list .qa_tit {
        line-height: 24px;
        padding: 10px 10px 8px 50px;
    }

    .qa_con p {
        margin-bottom: 5px;
    }

    /*列表格式list_box*/
    .list_table {
        display: table;
        width: 100%;
        background-color: #fff;
    }

    .list_tr {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .list_td {
        display: block;
        text-align: left;
        border: none;
        position: relative;
    }

    .list_td .list_tit {
        text-align: left;
        line-height: 30px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 10px;
        display: block;
    }

    .list_td > p {
        position: inherit;
        top: 0;
        margin-top: 0;
        height: auto;
        text-align: left;
        display: inline;
    }

    .list_td:nth-child(1),
    .list_td:nth-child(2),
    .list_td:nth-child(3),
    .list_td:nth-child(4) {
        width: 100%;
        line-height: 30px;
        padding: 0 10px 0 80px;
    }

    .list_th {
        display: none;
    }

    .list_bg_1 .list_tit {
        color: #ea65a1;
    }

    .list_bg_2 .list_tit {
        color: #fdaa20;
    }

    .list_bg_3 .list_tit {
        color: #35a5cd;
    }

    .list_bg_4 .list_tit {
        color: #718cb5;
    }

    .list_con .row_li.ty1 li {
        width: 100%;
    }

    .list_con .row_li.ty1 .bn_box {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .list_con .row_li.ty1 p {
        display: inline-block;
        vertical-align: middle;
        width: 46%;
        font-size: 20px;
    }

    .row_li .box.ty_a,
    .row_li .box.ty_b,
    .row_li .box.ty_c,
    .row_li .box.ty_d,
    .row_li .box.ty_e,
    .row_li .box.ty_f,
    .row_li .box.ty_g,
    .row_li .box.ty_h {
        width: 100%;
    }

    .row_li .box_app {
        width: 100%;
        max-width: 300px;
        background-size: 120px auto;
        padding-left: 120px;
        min-height: 130px;
    }

    .row_li .box.ty_d h6 {
        padding-top: 10px;
    }

    .list_bg_5 .row_li h5 {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        text-align: left;
        margin: 0;
        font-size: 22px;
    }

    .row_li h4.sort_n {
        vertical-align: middle;
    }

    /*購買頁*/
    .block.offer_area {
        min-height: 400px;
        padding-top: 150px;
    }

    .offer_tb th {
        width: 24%;
    }

    .offer_tb th,
    .offer_tb td {
        padding: 5px 0;
        box-sizing: border-box;
    }

    /*教學影片*/
    .video_area .tit {
        width: 100%;
        height: auto;
    }

    ul.video_li li {
        width: 100%;
        margin: 0 0 20px;
    }

    /*填寫資料列表*/
    .input_list li {
        width: 100%;
        margin: 0 0 10px;
        position: relative;
        text-align: left;
        line-height: 40px;
    }

    .input_list.type2 {
        margin-bottom: 10px;
    }

    /*告知事項*/
    .t_box_list li {
        padding: 0;
    }

    /*含有標題的列表文字*/
    .t_box_list li .t_box {
        position: static;
        top: 0;
        left: 0;
        width: 90px;
        margin: 0 0 10px;
    }

    .t_box_list li.full {
        padding: 0;
    }

    .tab_ul li {
        width: 50%;
    }

    /*popup*/
    .popupBox {
        top: 40px;
        left: 10px;
        right: 10px;
        width: auto;
        position: absolute;
        margin: 0;
    }

    .popupBox .close {
        top: -30px;
        right: -10px;
    }

    .popupBox .bottom_btn {
        min-height: 50px;
        padding: 10px 0;
    }

    .popupBox .bottom_btn a {
        padding: 0 5px;
        margin: 0;
    }

    .popupBox .top {
        height: 70px;
        margin: 0 0 40px;
        margin-top: -20px;
    }

    .popupBox .pop_dingdong {
        background-size: contain;
        width: 100px;
        height: 100px;
        top: 10px;
        margin-right: -50px;
    }

}
