/* 共用 */
.title { font-size:1.5rem; background:url("./images/bg_menu.png") no-repeat center center; background-size:cover; color:#fff; padding:12px 0px; }
.mh6,.mhpgn { height:60px; }
.nodata { text-align: center; padding:40px 0px; color:#919191; font-size:1.5rem; }
.nodata .emotion { font-size:6rem; padding-bottom:60px; }

.topbnr { padding-bottom:20px; }

/* 分頁 */
.pgn .con { display: inline; position: relative; }
.pgn .page { display:inline-block; width:32px; height:32px; border-radius:50px; padding:5px 0px; font-family:Helvetica; }
.pgn .page a { color:#474747; }
.pgn .pbtn {  width:32px; height:32px; border-radius:50px; padding:9px 0px; background-color:#919191; color:#ffffff; font-size:0.875rem; border:none; }
.pgn .active { background-color:#54bdf2; color:#ffffff; font-weight: bold; }
.pgn .pbtn.nopage { background-color: #c6c6c6; }
.pgn .larr { position: relative; left:-60px; } 
.pgn .rarr { position: relative; right:-60px; }
.pgn .pbtn:not(.nopage):hover { background-color: #54bdf2; }

/* form */
form { text-align: left; }
form label { color:#093f9b; }
form label .import { color:#de1f25; }
form input:not(.securityInput):not(.noitem):not(.search),form textarea,form select { width:100%; background-color:#e2e2e2; border:none; padding:8px 10px; margin-bottom:25px; color:#777777; }
form textarea { resize:none; height:130px; }
form .security { margin-bottom:25px; }
form .change { height:100%; border:none; background-color: transparent; color:#0e2d8c; white-space: nowrap; }
form .change:hover { color: #ffe100; }
form .security img { height:42px; }
form .security .securityInput { width:100%; background-color:#e2e2e2; border:none; padding:8px 10px; color:#777777; }

input[type="number"] { -moz-appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin:0; }

input.send,
button.send { width:100%; border:none; border-radius: 5px; background-color:#0e2d8c; color:#ffffff; padding:10px 0px; }
button.send:hover { background-color:#ffe100; color:#0e2d8c; }
button.back { float:right; padding:10px 20px; background-color:#093f9b; color:#ffffff; border-radius:5px; width:160px; border:none; }
button.back:hover { background-color:#ffe100; color:#093f9b; }
button.back i { font-size:1.5rem; float:left; } 

/* 公版 標題描述 */
.publicArea { padding:30px; border:1px solid #c6c6c6; margin:20px 0px 40px 0px; background-color:#fff; }
.publicArea .title { padding-top:0px; padding-bottom:30px; border-bottom:1px solid #c6c6c6; background:transparent; color:#0e2d8c;  }
.publicArea .subtitle { text-align:left; color:#474747; }

/* icon */
.plink .icon { float:left; padding:3px 0px; }
.plink .icon .lineImg { display: block; }
.plink .icon .lineImg img { height:16px; width:auto; }
.plink .icon.first { margin-bottom:40px; }
.plink .icon .pic { width:32px; height:32px; background-color:#474747; color:#ffffff; text-align:center; padding:8px 0px; border-radius: 50px; margin-right:10px; }
.plink .icon .pic:hover { background-color:#ffe100; color:#093f9b; cursor: pointer; }
.plink .icon div { height:32px; width:32px; margin-right:5px; display:inline-block; }
.contactus .plink .icon .pic { margin:10px 0px; margin-right:10px; }
/* .plink .back { float:right; padding:10px 20px; background-color:#8a7457; color:#ffffff; border-radius:5px; width:160px; border:none; } */
/* .plink .back .txt { float:left; } */
/* .plink .back:hover { background-color:#bd9f77; } */
/* .plink .back i { font-size:1.5rem; float:left; } */


.mtop { height:148px; }
.bc .back { float:left; padding:20px 0px; font-size:0.9rem; }
.bc .back a { color:#0e2d8c; }
.bc .breadcrumb { background-color:transparent; justify-content: flex-end; padding:20px 0px; margin:0px; }
.bc .breadcrumb li { color:#474747; font-size:0.9rem; }
.bc .breadcrumb li::before { color:#cacaca; }
.bc .breadcrumb a { color:#0e2d8c; }


.product { padding:20px 0px 20px 0px; }
.product .classname { display:flex; flex-direction: row; justify-content: center; border-bottom:1px solid #c6c6c6; background-color:#fff; }
.product .classname.row { margin-left:0px; margin-right:0px; }
.product .classname .cls { padding:20px 5px; }
.product .classname a { color:#474747; text-decoration: none; padding-bottom:3px; overflow: hidden; }
.product .classname a:hover { color:#54bdf2; border-bottom:2px solid #54bdf2; }
.product .classname select,
.product .classname i { display:none; }
.product .list .pd { margin:25px 0px; background-color:#fff; }
.product .list .pd .des .pdname { padding:15px 0px; font-size:1.125rem; color:#093f9b; }
.product .list .pd .des .area { height:24px; }
.product .list .pd .des a { text-decoration: none; }
.product .list .pd .des a:hover .pdname { color: #54bdf2; }
.product .list .pd a { display: block; overflow: hidden; }
.product .list .pd a img { transition: all .2s ease-out; }
.product .list .pd a:hover img { transform: scale(1.1);  }


/* ====== product_des ====== */
.pdes { padding:20px 0px 40px 0px; }
.pdes .content { display:flex; align-items:flex-start;  }
.pdes .content .inf { border:1px solid #fff; text-align: left; flex:1; margin-left:15px; background-color:#fff; }
.pdes .content .inf .i_cont { margin:30px; }
.pdes .content .inf .name { font-size:1.875rem; padding:0px 0px 16px 0px; color:#0e2d8c; }
.pdes .content .inf .buyform button { width:100%; border:none; background-color: #093f9b; padding:10px 0px; border-radius: 5px; color:#fff; margin-top:40px; }
.pdes .content .inf .buyform button:hover { background-color:#ffe100; color:#093f9b; }

.pdes .content .inf .buyform .row select { margin-bottom:20px; }
.pdes .content .inf .buyform select { width:100%; margin:0px; padding:10px; border:1px solid #c6c6c6; color:#474747; }
.pdes .content .inf .f_btn { display:flex; justify-content: space-between; margin:10px 0px;  flex-wrap: wrap; }
.pdes .content .inf .buyform .f_btn .s_quantity { width:28.5%; padding:10px 5px; border:1px solid #c6c6c6; }
.pdes .content .inf .buyform .f_btn .addcar { width:37.5%;  margin:0px; border-radius: 5px; order:1; display:flex; justify-content: center; align-items: center; }
.pdes .content .inf .buyform .f_btn .item { border:none; background-color: #876343; color:#ffffff; }
.pdes .content .inf .buyform .f_btn .item:hover { background-color: #bd9f77; }
.pdes .content .inf .buyform .f_btn .noitem { color:#474747; background-color:#e2e2e2;  }
/* .pdes .content .inf .buyform .f_btn .sellout { width:50%; border:none; background-color: #876343; color:#ffffff; margin:5px 0px; border-radius: 5px; } */
.pdes .content .inf .buyform .f_btn .follow { width:25%; border:none; background-color: #bd9f77; color:#ffffff; margin:0px; border-radius: 5px; order:2; }
.pdes .content .inf .buyform .f_btn .follow:hover { background-color: #876343; }
.pdes .content .inf .des { padding-top:20px; }

.pdes .content .showimg { padding-left:0px; margin-right:15px; width:calc(50% - 15px); }
/* .pdes .content .showimg .b_img { background: url("./images/img_product1.jpg") no-repeat top center; background-size:cover; height:520px; } */
/* .pdes .content .showimg .pimg { display: flex; justify-content: flex-start; margin-top:30px;  } */
/* .pdes .content .showimg .pimg img { width:auto; height:65px; margin-right:30px; } */

.pdetail .content { margin-bottom:30px; padding:30px; border:1px solid #c6c6c6; background-color:#fff; }
.pdetail .content .tit { font-size:1.25rem; color:#fff; background-color: #5fbdf2; border-top:1px solid #256ac4; padding:10px 0px; margin-bottom:30px; }
/* .pdetail .content .img { height:250px; } */
.pdetail .content .des { text-align: left; padding:10px 0px; }

/* ====== news ====== */
.news { padding:20px 0px 40px 0px; }
.news .new { margin-top:40px; padding:30px; border:1px solid #c6c6c6; text-align: left; display:flex; background-color:#fff; }
.news .new .nc { border-right:1px solid #c6c6c6; flex:4; padding-right:60px; }
.news .new .nc .newtitle { color:#0e2d8c; font-size:1.5rem; }
.news .new .nc .date { color:#ababab; margin-top:5px; margin-bottom:20px; font-size:0.8rem; font-family: Arial, Helvetica, sans-serif; }
.news .new .nc .content { color:#474747; line-height: 23px; word-break:break-all; }
/* .news .new .nc .content:after { content:'...'; text-align:right; position: absolute; bottom:0; right:0; width:10%; height:1.8em; background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%); } */
.news .new .continue { color:#0e2d8c; flex:1; display:flex; justify-content: center; align-items:center; position: relative; }
.news .new .continue .arrow { position: absolute; right:0; top:50%; transform: translate(0,-50%); font-size:1.3rem; }

.LinkArea { padding-top:40px; }
.LinkArea a { display: inline-block; padding-top:20px; color:#474747; }
.LinkArea a:hover { color:#919191; }

/* ====== news_content ====== */
.newscont { text-align: left; }
.newscont .date { color:#ababab; margin:5px 0px; font-size:0.8rem; font-family: Arial, Helvetica, sans-serif; }
.newscont .newtitle { color:#0e2d8c; font-size:1.5rem; padding-bottom:30px; border-bottom:1px solid #c6c6c6; }
.newscont img { margin-top:30px; }
/* .newscont .img { height:360px; background: url("./images/home_banner_4a.jpg") no-repeat center center; background-size:cover; margin:30px 0px; } */
.newscont .content { margin:40px 0px; color:#303030; word-break:break-all; }

/* ====== about ====== */
/* .about { padding:30px; border:1px solid #f7f0e7; margin:40px 0px; } */
/* .about .title { padding-bottom:30px; border-bottom:1px solid #f7f0e7; } */
.about img { margin-top:40px; }
/* .about .img { height:390px; background: url("./images/home_banner_4a.jpg") no-repeat center center; background-size:cover; margin:30px 0px; } */
.about .content { text-align: left; margin-top:40px; }

/* ====== contactus ====== */
/* .contactus { padding:30px; border:1px solid #f7f0e7; margin:40px 0px; } */
/* .contactus .title { padding-bottom:30px; border-bottom:1px solid #f7f0e7; } */
.contactus .content { display:flex; margin-top:30px; text-align:left; flex-direction: row-reverse; }
.contactus .content > div { flex:1; }
.contactus .inf { padding-right:40px; }
.contactus .inf .company { background-color: #fff59f; border-left: 4px solid #ffc107; padding:10px; color:#0f2d8c; }
.contactus .inf .pro { margin-top:20px; }
.contactus .inf .key { color:#093f9b; vertical-align: top; }
.contactus .inf .value { color:#474747; }
.contactus .inf .addr { display: inline-block; }
.contactus .inf .addr .gm a { color:#54bdf2; text-decoration: underline; font-size:0.9rem; }
.contactus .inf .addr .gm a:hover { color:#ffe100; }
.contactus .inf .follow { margin-top:30px; padding-top:20px; border-top:1px dotted #c6c6c6; }
.contactus .inf .follow .key { margin-bottom:10px; }
.contactus .contform { padding-left:20px; }

/* ====== ask ====== */
.ask .fmdes { color:#474747; padding:20px 0px; }
.ask form { max-width:730px; margin:0 auto; }

/* select 改變按鈕圖示 */
select {
    background: url("./images/arrow.png") no-repeat center center;
    background-position:calc(100% - 20px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* ie remove arrow */
select::-ms-expand {
    display: none;
}

/* placeholder color */
::-webkit-input-placeholder{ color:#777777; }
/* ::-moz-placeholder { color:#777777; } */
/* ::-ms-input-placeholder{ color:#777777; } */


@media (max-width:1198.98px){
    .mtop { height:88px; }
}

@media (max-width:1198.98px) and (min-width:992px){
    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }
    /* .pdes .content .inf .buyform { font-size:0.8rem; } */
    .pdes .content .showimg .b_img { height:430px; }
}

@media (min-width:768px) and (max-width:991.98px){


    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }
    .pdes .content .showimg .b_img { height:300px; }
    .pdes .content .inf .buyform .f_btn .follow { padding:0px; }

    /* ====== contactus ====== */
    /* .contactus .inf .pro span { display:block; } */
    /* .contactus .inf .addr,
    .contactus .inf .online { font-size:0.8rem; } */
    /* .contactus .inf .plink .icon .pic { margin-right:3px; } */
    .contactus .contform .security input { width:100%; }
    /* .contactus .contform .security img { margin:15px 0px; margin-right:20px; } */
    /* .contactus .contform .security button { font-size:0.8rem; padding:0px; } */

}

@media (max-width:991.98px){
    .contactus .security .securityInput { margin-bottom:20px; }
    
    /* ====== product_des ====== */
    .pdes .content .inf .buyform .f_btn .s_quantity,
    .pdes .content .inf .buyform .f_btn .follow { width:calc(50% - 9px); }
    .pdes .content .inf .buyform .f_btn .addcar { width:100%; order:3; padding:10px 0px; margin-top:20px; }

    /* ====== contactus ====== */
    .contactus .inf .pro span { display:block; }
}

@media (min-width:768px){
    .pdes .md_top,
    .pgn .md_top { display:none; }

}

@media (max-width:767.98px){
    .bc .breadcrumb { display: none; }
    .bc .back { font-size:1.5rem; }
    /* button.back { width:100%; float:none; } */
    /* form */

    form .security img { width:100%; }
    

    /* icon */
    /* .plink .icon { float:none; } */
    .plink .icon { display: flex; justify-content: center; flex-wrap: wrap; }
    /* .plink .back { width:100%; } */
    
    
    /* ====== product_list ====== */    
    .topbnr { padding-top:80px; }

    .product { padding:0px; }
    .product .classname div { display:none; }
    .product .classname select { display:block; width:100%; border:none; padding:15px; font-size:2rem; color:#777777; }
    /* .product .classname i { display:block; margin-right:20px; font-size:1.7rem; } */
    .pgn .larr,.pgn .rarr { position: static; }
    .pgn .con { display:flex; justify-content: space-between; }
    .pgn .pbtn { width:60px; height:60px; font-size:1.5rem; padding:18px 0px; margin:0px; }
    .pgn .active { background-color: transparent;  color:#474747; font-weight: bold; width:auto; font-size:2rem; height:60px; font-family:"Microsoft JhengHei";  }
    .pgn .txt { padding:0px 10px; }
    .pgn .page:not(.active){ display:none; }

    .newscont,.about,.contactus { margin-bottom:110px; }

    /* ====== product_des ====== */
    .pdes { padding: 0px; }
    .pdes .content { display:block; padding-top:20px; }
    .pdes .content .inf,
    .pdes .content .showimg { margin:0px; margin-bottom:40px; width:100%; }

    

    /* ====== news ====== */
    .news { margin-bottom:40px; }
    .news .new { display:block; }
    .news .new .nc { padding-right:0px; border-right:none; border-bottom:1px solid #c6c6c6; }
    
    .news .new .nc .content { line-height: 23px; margin-bottom:30px; }
    .news .new .continue { justify-content: flex-end; padding-top: 30px; text-decoration: none; }
    .news .new .continue .arrow { position:static; transform:none; padding-left:20px; }

    /* ====== news_content ====== */
    .newscont .date { font-size:1.3rem; margin-bottom:20px; }
    .newscont .newtitle { font-size:2.5rem; }
    .newscont .img { height:500px; background:url("./images/home_banner_4b.jpg") no-repeat center center; background-size:cover; }
    .newscont .content { font-size:1.5rem; }


    /* ====== contactus ====== */
    .contactus .content { display:block; }
    .contactus .inf,.contactus .contform { padding:0px; }
    /* .contactus .inf .pro span { display:block; } */
    .contactus .contform .send { margin-bottom:60px; }
    
    /* ====== ask ====== */
    .ask .security .securityInput { margin-bottom:20px; }
}

/* @media (max-width:767.98px) and (min-width:576px){
    .mhpgn { height:110px; }
    .mtop { height:110px; }
    .title { font-size:2rem; }
    
    .publicArea { margin:60px 0px 80px; }

    form input:not(.securityInput):not(.noitem):not(.search),form textarea { font-size:1.5rem; margin-bottom:50px; padding:10px; }
    form .security { margin-bottom:30px; }
    form .security .securityInput { font-size:1.5rem; margin-bottom:30px; padding:10px; }
    form label,
    form .security .change { font-size:1.5rem; }
    form .security img { height:60px; }
    input.send,
    button.send { padding:20px 0px; font-size:1.5rem; }
    button.back { font-size:1.5rem; padding:20px 30px; }
    button.back i { font-size:2rem; }


    .plink .icon .pic { width:60px; height:60px; padding:14px 0px; font-size:2rem; }
    .plink .icon div { width:60px; height:60px; }
    .plink .icon { margin-bottom:40px; }

    .pdes .content { padding-top:60px; }
    .pdes .content .inf .name { font-size:2.5rem; }

    .pdes .content .inf .price1,
    .pdes .content .inf .price2,
    .pdes .content .inf .origin { font-size:1.5rem; }
    .pdes .content .inf .offer { font-size:3rem; }
    .pdes .content .inf .des { font-size:1.5rem; }
    .pdes .content .inf .buyform .row select { font-size:1.5rem; margin:10px 0px; }
    .pdes .content .inf .buyform .f_btn { margin-top:10px; margin-bottom:20px; }
    .pdes .content .inf .buyform .f_btn .s_quantity,
    .pdes .content .inf .buyform .f_btn .follow,
    .pdes .content .inf .buyform .f_btn .addcar { font-size:1.5rem; padding:20px 10px; margin:20px 0px; }
    .pdetail .content .tit { font-size:2rem; }
    .pdetail .content .des { font-size:1.5rem; }
    .pdes .content .inf .buyform .f_btn .s_quantity,
    .pdes .content .inf .buyform .f_btn .follow { width:calc(50% - 15px); }
    .pdes .content .inf,
    .pdes .content .showimg { margin-bottom:80px; }
    .pdes .content .inf .buyform button { padding:20px 0px; font-size:1.5rem; }


    .product .list { padding:40px 0px; }
    .product .list .pd .des .pdname { font-size:2rem; }
    .product .list .pd .des .price1 { font-size:1.5rem; }
    .product .list .pd .des .offer { font-size:1.75rem; }
    .product .list .pd .des .price2 { font-size:1.5rem; }

    .product , .news { padding-top:80px; }

    .news .new .nc .newtitle { font-size:2rem; }


    .about .content { font-size:1.5rem; }


    .contactus .inf .company { font-size:2rem; }
    .contactus .inf .key { font-size:1.5rem; }
    .contactus .inf .value { font-size:1.5rem; }
    .contactus .inf .addr .gm a { font-size:1.125rem; }
    .contactus .inf .plink .icon div { margin-right:3px; }
    .contactus .inf .pro { margin-top:40px; }
    .contactus .contform .send { margin-bottom:100px; }

    .plink .icon.first { margin-bottom:80px; }


    .ask .fmdes { font-size:1.5rem; padding:40px 0px; }
} */

@media (max-width:767.98px){
    .topbnr { padding-top:40px; }
    .title { font-size:1.25rem; }

    .publicArea { padding:15px; }
    .publicArea .title { padding-bottom:15px; }

    button.back { width:105px; }

    /* form */
    form .security img { margin-right:5px; }

    /* icon */
    .plink .icon { margin-bottom:20px; }
    /* breadcrumb */
    .bc .back { font-size:1rem; }

    .newscont,.about,.contactus { margin-bottom:60px; }
    .product , .news { padding-top:20px; }
    /* ====== product_list ====== */
    .mtop { height:60px; }
    
    .product .classname select { padding:10px; font-size:1.125rem; }
    .pgn .pbtn { width:32px; height:32px; font-size:0.875rem; padding:9px 0px; }
    .pgn .active { font-size:1rem; height:32px; }

    /* ====== product_des ====== */
    .pdes .content .inf .buyform .f_btn .addcar { padding:10px 0px; }

    /* ====== news_content ====== */
    .newscont .date { font-size:0.9rem; }
    .newscont .newtitle { font-size:1.5rem; }
    .newscont .img { height:375px; }
    .newscont .content { font-size:1rem; }

    /* ====== contactus ====== */
    .contactus .inf .pro { margin-top:20px; }

}