@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap);.select_wrap{width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select_wrap .default_option{background:#fff;border-radius:20px;line-height:40px;position:relative;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.select_wrap .default_option:before{content:"";display:block;position:absolute;right:15px;top:50%;margin-top:-17px;width:20px;height:35px;background-repeat:no-repeat;background-position:center;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;background-image:url(/images/btn_arrow_blue.svg);transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.select_wrap .default_option li{padding:0 20px;color:#333}.select_wrap .select_ul{overflow:hidden;position:absolute;z-index:40;top:50px;left:0;width:100%;background:rgba(255,255,255,.7);-webkit-box-shadow:5px 5px 10px 0 rgba(79,79,79,.3);box-shadow:5px 5px 10px 0 rgba(79,79,79,.3);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;display:none}.select_wrap .select_ul li{padding:15px 20px;cursor:pointer;color:#333;text-align:center}.select_wrap .select_ul li:first-child:hover{border-top-left-radius:5px;border-top-right-radius:5px}.select_wrap .select_ul li:last-child:hover{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.select_wrap .select_ul li:hover{background:#c1272d;color:#fff}.select_wrap.active .select_ul{display:block}header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;-webkit-box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);height:100px;padding:0 30px;position:fixed;top:0;left:0;z-index:20}@media screen and (max-width:999px){header{padding-left:65px;height:60px;position:fixed}}@media screen and (max-width:599px){header{padding:0 20px 0 55px}}header .W1360{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:999px){header .W1360 .logo_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}header .W1360 .logo_wrapper .logo{width:160px;text-align:center;margin-right:40px}@media screen and (max-width:999px){header .W1360 .logo_wrapper .logo{width:100px;margin-right:20px}}header .W1360 .search{max-width:400px;min-width:280px;position:relative}@media screen and (max-width:599px){header .W1360 .search{position:fixed;top:60px;max-width:100%;width:100%;left:0;background-color:#fff;transition:all .3s;height:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;overflow:hidden}header .W1360 .search.show{height:55px;-webkit-box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);box-shadow:1px 5px 9px 0 rgba(0,0,0,.2)}}header .W1360 .search input{margin-top:5px;display:block;width:calc(100% - 40px);border:none;border-radius:22px;padding:10px 20px;height:35px;line-height:35px;font-size:14px}@media screen and (max-width:599px){header .W1360 .search input{border:1px solid #ccc;margin:10px 20px}}header .W1360 .search input::-webkit-input-placeholder{color:#ccc}header .W1360 .search input::-moz-placeholder{color:#ccc}header .W1360 .search input:-ms-input-placeholder{color:#ccc}header .W1360 .search input::-ms-input-placeholder{color:#ccc}header .W1360 .search input::placeholder{color:#ccc}header .W1360 .search ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:999px){header .W1360 .search ul{display:none}}header .W1360 .search li{margin:5px 0;color:#d3a142}header .W1360 .search li a{padding:5px 20px;display:inline-block;color:#d3a142}header .W1360 .search li:not(:last-child):after{content:"|"}header .W1360 .search .search_icon{position:absolute;top:5px;right:10px;height:35px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;cursor:pointer}@media screen and (max-width:599px){header .W1360 .search .search_icon{right:30px;top:10px}}header .W1360 .ico{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:35px;line-height:35px;padding-right:10px}header .W1360 .ico.ico_m{display:none}@media screen and (max-width:999px){header .W1360 .ico{padding-right:0}}header .W1360 .ico li{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:70px;white-space:nowrap}@media screen and (max-width:999px){header .W1360 .ico li.hide{display:none}}@media screen and (max-width:999px){header .W1360 .ico li{width:50px}}@media screen and (max-width:599px){header .W1360 .ico li{width:40px}}header .W1360 .ico li img{height:100%;width:auto;position:absolute;top:50%;left:50%;margin:0;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}@media screen and (max-width:999px){header .W1360 .ico li img{height:70%!important}}header .W1360 .ico li .add_item_num{width:25px;height:25px;line-height:23px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#e55e62;color:#fff;font-size:12px;text-align:center;position:absolute;right:3px;top:-10px;transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8)}@media screen and (max-width:1000px){header .W1360 .ico li .add_item_num{right:-8px;top:-8px}}header .W1360 .ico li a{line-height:35px;text-indent:-99999px;-webkit-transition:text-indent 0s;transition:text-indent 0s;position:relative;z-index:1}header .W1360 .ico li a.text-center.d-block{text-indent:0!important;color:#d2a142}@media screen and (min-width:1000px){header .W1360 .ico li a{display:none}header .W1360 .ico li:hover img{display:none}header .W1360 .ico li:hover a{display:inline-block;text-indent:0}}header .navbar{outline:0;border:none;padding:15px 20px;position:absolute;left:20px;top:16px;z-index:50;cursor:pointer}@media screen and (min-width:1000px){header .navbar{display:none}}@media screen and (max-width:599px){header .navbar{left:10px}}header .navbar .bar{position:absolute;left:.5rem;right:.5rem;background:#d3a142;height:2px}header .navbar .bar.bar-1{top:8px}header .navbar .bar.bar-2{top:14px}header .navbar .bar.bar-3{top:20px}header .navbar.open .bar.bar-1{-webkit-animation:ani-navBarToggle1 .45s forwards;animation:ani-navBarToggle1 .45s forwards}header .navbar.open .bar.bar-2{-webkit-animation:ani-navBarToggle2 .25s forwards;animation:ani-navBarToggle2 .25s forwards}header .navbar.open .bar.bar-3{-webkit-animation:ani-navBarToggle3 .45s forwards;animation:ani-navBarToggle3 .45s forwards}@-webkit-keyframes ani-navBarToggle1{0%{top:8px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes ani-navBarToggle1{0%{top:8px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes ani-navBarToggle2{0%{opacity:1}50%{opacity:0}100%{opacity:0}}@keyframes ani-navBarToggle2{0%{opacity:1}50%{opacity:0}100%{opacity:0}}@-webkit-keyframes ani-navBarToggle3{0%{top:20px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes ani-navBarToggle3{0%{top:20px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.dropMenu{position:fixed;top:60px;left:0;background-color:#d3a142;color:#fff;z-index:99;padding:20px;width:210px;height:calc(100vh - 60px);transition:all .5s;transform:translate(-100%,0);-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;display:none}@media screen and (max-width:999px){.dropMenu{display:block}}.dropMenu.open{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.dropMenu i{display:inline-block;width:45px;text-align:center;vertical-align:middle}.dropMenu i img{height:20px;margin:0 auto}.dropMenu hr{border:none;margin:15px 0 25px;border-bottom:1px solid rgba(255,255,255,.5)}.dropMenu .menu1 li{line-height:40px}.dropMenu .menu2{padding-left:35px;max-height:calc(100vh - 310px);overflow-y:scroll}.dropMenu .menu2 a,.dropMenu .menu2 b{line-height:2;margin-bottom:10px;color:#fff;display:block}@media screen and (max-width:599px){.dropMenu .menu2.f14{font-size:14px!important}}@media screen and (max-width:999px){.dropMenuBg{position:fixed;top:60px;left:100%;z-index:99;width:calc(100vw - 250px);height:calc(100vh - 60px)}.dropMenuBg.open{left:250px}.dropMenuBg.open.search{left:0;width:100%;top:110px}}footer{background-color:#d3a142;color:#fff;padding:60px 30px}@media screen and (max-width:599px){footer{padding:30px 20px}}footer>.d_flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){footer>.d_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer .category{width:calc(100% - 400px)}@media screen and (max-width:768px){footer .category{width:100%}}footer .category label{display:inline-block;margin-bottom:20px}footer .category .main_li{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;text-align:center}footer .category .main_li:not(:last-child):after{content:"";position:absolute;top:0;right:0;height:100%;width:1px;background-color:#fff}footer .category .sub_li{line-height:2;margin-bottom:5px;cursor:pointer}footer .contact{width:260px}footer .contact ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .contact li{width:50px}@media screen and (max-width:768px){footer .contact li{width:40px}}footer .contact input{width:100%;line-height:40px;padding:0 20px;border-radius:5px;margin-top:2em;border:1px solid #fff;background-color:transparent;background-image:url(/images/send_w.png);background-repeat:no-repeat;background-position:right 20px center;background-size:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}footer .contact input::-webkit-input-placeholder{color:#fff}footer .contact input::-moz-placeholder{color:#fff}footer .contact input:-ms-input-placeholder{color:#fff}footer .contact input::-ms-input-placeholder{color:#fff}footer .contact input::placeholder{color:#fff}@media screen and (max-width:768px){footer .contact{width:90%;margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px auto 0}footer .contact ul{width:200px;margin-right:40px}footer .contact input{margin-top:0}}@media screen and (max-width:599px){footer .contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .contact ul{margin:0 auto 20px}}.record{position:fixed;right:20px;bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;z-index:100;width:80px}.record>div{background-color:#f0cc7e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px 10px;border-radius:3px;color:#666;font-size:16px;font-weight:500;font-family:Noto Sans TC}.record>div>*{margin-top:10px}.record .icon{display:inline-block;width:46px;height:46px;background-color:#4ecd00;border-radius:50%;margin-top:10px}.record .icon:last-child{background-color:#d3a142}.record .icon img{margin:10px auto;max-width:60%}@media screen and (max-width:599px){.record{width:50px;right:12px;bottom:15px}.record>div{display:none}.record .goToTop{display:none}}#content,a,div,li,ul{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.button_border_primary,.button_border_secondary,.button_fill_primary,.button_fill_secondary,button:disabled{font-size:14px;text-align:center;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}@media screen and (min-width:769px){.button_border_primary,.button_border_secondary,.button_fill_primary,.button_fill_secondary,button:disabled{min-width:150px}}.button_fill_primary{color:#fff;background:#d3a142;border:#d3a142 1px solid}.button_fill_secondary{color:#fff;background:#333;border:#333 1px solid}.button_border_primary{color:#d3a142;border:#d3a142 1px solid}.button_border_secondary{color:#333;border:grey 1px solid}button:disabled{background:#dedede;color:#8b8b8b;border-color:#aaa}input[type=checkbox]{width:18px;height:18px;border:#ccc 1px solid;display:inline-block;vertical-align:middle;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;outline:0;position:relative;overflow:hidden}input[type=checkbox]:checked{border:#d3a142 1px solid}input[type=checkbox]:checked:after{position:absolute;content:"";left:-29%;top:-56%;width:18px;height:18px;border:#d3a142 1px solid;-webkit-transform:rotate(45deg);transform:rotate(45deg)}input[type=radio]{width:18px;height:18px;border:#ccc 1px solid;background-color:#fff;display:inline-block;vertical-align:middle;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;outline:0;position:relative;overflow:hidden;border-radius:18px}input[type=radio]:checked{border:#d3a142 1px solid}input[type=radio]:checked:after{position:absolute;content:"";top:2px;left:2px;width:12px;height:12px;background-color:#d3a142;border-radius:18px}.selected_border_secondary{width:100%;height:40px;padding:5px 10px;margin-right:20px;border-radius:5px;border:#bbb 1px solid;background-image:url(/images/arrow_07.svg);background-repeat:no-repeat;background-position:right 15px center;background-size:18px}.selected_border_secondary:nth-child(even){margin-right:0}.selected_border_secondary:last-child{margin-right:0}.W50.selected_border_secondary{width:calc((100% - 20px)/ 2);float:left;margin-bottom:10px}input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],textarea{color:#333;border:#bbb 1px solid;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}input[type=date]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder,input[type=tel]:placeholder,input[type=text]:placeholder,textarea:placeholder{color:#333}.option_single{color:#333;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;cursor:pointer;text-align:center;border:grey 1px solid}.option_single.active{background-color:#333;color:#fff;border:#333 1px solid}body{line-height:1.5}input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],textarea{padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px}label{display:inline-block;vertical-align:middle}button{display:block}#content{padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto;display:flow-root}@media screen and (max-width:768px){#content{padding-top:30px;padding-bottom:30px}}@media screen and (min-width:769px){#content{max-width:1366px;padding-top:35px;padding-bottom:50px}}.table_block{display:table;width:100%}.table_block .table_row{display:table-row}.table_block .table_row:last-child .table_column{border-bottom:none}.table_block .table_column{display:table-cell;padding-top:20px;padding-right:10px;padding-bottom:20px;padding-left:10px;vertical-align:middle}#main{margin:0 auto;padding:10px 30px 30px}@media screen and (max-width:599px){#main{padding:75px 20px 30px}}.product_detail{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_detail .product_detail_first_column{width:500px;position:relative}@media screen and (max-width:999px){.product_detail .product_detail_first_column{width:calc(45% - 20px)}}@media screen and (max-width:599px){.product_detail .product_detail_first_column{width:calc(100% + 40px);margin:0 -20px}}.product_detail .product_detail_first_column .slider-nav{margin:20px 0 30px}.product_detail .product_detail_first_column .slider-nav.no_slick{display:-webkit-box;display:-ms-flexbox;display:flex}.product_detail .product_detail_first_column .slider-nav.no_slick .product_image_small{width:25%;opacity:.8}.product_detail .product_detail_first_column .slider-nav.no_slick .product_image_small.active{opacity:1}@media screen and (max-width:599px){.product_detail .product_detail_first_column .slider-nav{display:none!important}}.product_detail .product_detail_first_column .slider-nav .slick-slide{opacity:.8}.product_detail .product_detail_first_column .slider-nav .slick-slide.slick-current{opacity:1}.product_detail .product_detail_first_column #img_large{position:relative}@media screen and (min-width:1000px){.product_detail .product_detail_first_column #img_zoom{position:absolute;z-index:4;width:100%;height:0;padding-bottom:100%;left:100%;top:0;transform:translate(40px,0);-webkit-transform:translate(40px,0);-moz-transform:translate(40px,0);-ms-transform:translate(40px,0);-o-transform:translate(40px,0);background-repeat:no-repeat;border:1.5px solid #e55e62;opacity:0}.product_detail .product_detail_first_column #lens{position:absolute;border:1.5px solid #e55e62;width:250px;height:250px;opacity:0}}.product_detail .product_detail_right_section{width:calc(100% - 540px);position:relative}@media screen and (max-width:999px){.product_detail .product_detail_right_section{width:calc(55% - 20px)}}@media screen and (max-width:599px){.product_detail .product_detail_right_section{width:100%;margin-top:20px}}.product_detail .product_detail_right_section .favor_item{width:30px;padding:0 5px 5px;position:absolute;right:0;top:0;cursor:pointer}.product_detail .product_detail_right_section .favor_item img:last-child{display:none}.product_detail .product_detail_right_section .favor_item.added img:first-child{display:none}.product_detail .product_detail_right_section .favor_item.added img:last-child{display:block}.product_detail .product_detail_right_section .product_detail_ul{line-height:1.5;color:#333}.product_detail .product_detail_right_section>*{margin-bottom:30px}@media screen and (max-width:599px){.product_detail .product_detail_right_section>*{margin-bottom:20px}}.product_detail .product_detail_right_section>label{display:inline-block;width:100%}.product_detail .product_detail_right_section>label h3{position:relative;padding-right:30px;display:block}.product_detail .product_detail_right_section>label h3 .share{position:absolute;top:0;right:5px;width:60px;font-weight:400;text-align:center;line-height:36px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;letter-spacing:1px}.product_detail .product_detail_right_section>label span{color:#333;display:block;padding-bottom:10px}.product_detail .product_detail_right_section .activity{position:relative;padding-left:25px;line-height:1.4;color:#333}.product_detail .product_detail_right_section .activity:before{content:"";background-color:#d3a142;width:7px;position:absolute;top:0;bottom:0;left:0}.product_detail .product_detail_right_section .activity dd:nth-child(2){color:#33f;margin-top:13px}.product_detail .product_detail_right_section .price{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0 20px}.product_detail .product_detail_right_section .price font{color:#999;padding-right:20px}@media screen and (max-width:599px){.product_detail .product_detail_right_section .price font{display:block}}.product_detail .product_detail_right_section .price span{margin-right:10px}.product_detail .product_detail_right_section ul{list-style:disc;padding-left:1.2em}.product_detail .product_detail_right_section div span .f_yellow{font-style:italic;padding:0 10px 0 0;margin-top:-7px;display:inline-block}@media screen and (max-width:599px){.product_detail .product_detail_right_section div span .f_yellow{margin-top:0}}.product_detail .product_detail_right_section .spec>.d_flex{margin-bottom:20px;color:#333}.product_detail .product_detail_right_section .spec>.d_flex.category{margin-bottom:5px}.product_detail .product_detail_right_section .spec>.d_flex dt{width:100px}.product_detail .product_detail_right_section .spec>.d_flex dt span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec>.d_flex dt{width:90px}}.product_detail .product_detail_right_section .spec>.d_flex.f14>div{width:calc(100% - 100px)}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec>.d_flex.f14>div{width:calc(100% - 90px)}}.product_detail .product_detail_right_section .spec>.d_flex .quantity_area>p{display:none}.product_detail .product_detail_right_section .spec>.d_flex .quantity_area.sold_out>p{display:block}.product_detail .product_detail_right_section .spec>.d_flex .quantity_area.sold_out .product_number_count_group{display:none}.product_detail .product_detail_right_section .spec .product_category_button_group{width:calc(100% - 100px)}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec .product_category_button_group{width:calc(100% - 90px)}}.product_detail .product_detail_right_section .spec .product_category_button_group .product_category_button{cursor:pointer;-ms-flex-negative:0;flex-shrink:0;border-radius:5px;background-color:#bdbdbd;border:none;margin-right:20px;margin-bottom:15px;color:#fff;padding:10px;text-align:left}.product_detail .product_detail_right_section .spec .product_category_button_group .product_category_button.active{background-color:#d3a142}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec .product_category_button_group .product_category_button{margin-right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.product_detail .product_detail_right_section .spec .product_coupon_select{color:#333}.product_detail .product_detail_right_section .spec .product_buy_button_group{color:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;max-width:660px}.product_detail .product_detail_right_section .spec .product_buy_button_group>div{width:calc(50% - 15px);height:60px;line-height:60px;border-radius:5px;text-align:center;cursor:pointer}.product_detail .product_detail_right_section .spec .product_buy_button_group>div:hover{background-color:#d3a142}.product_detail .product_detail_right_section .spec .product_buy_button_group>div.buy_now{background-color:#d3a142}.product_detail .product_detail_right_section .spec .product_buy_button_group>div.cart{background-color:#333}.product_detail .product_detail_right_section .spec .product_buy_button_group>div.sold_out{background-color:#bdbdbd;color:#fff;-webkit-user-select:none;cursor:not-allowed}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec .product_buy_button_group>div{width:100%;margin-bottom:10px;height:55px;line-height:55px}}@media screen and (max-width:599px){.product_detail .product_detail_right_section .spec .product_buy_button_group{margin-top:30px;margin-bottom:0}}.product_detail .product_activity{margin-bottom:10px;line-height:28px}.product_detail .product_activity *{vertical-align:text-top}.product_detail .product_activity label{text-align:center;background-color:#c25800;color:#fff;padding:5px 10px;margin-right:10px;width:90px;display:inline-block}@media screen and (max-width:599px){.product_detail .product_activity label{width:75px;padding:5px 0;text-align:center}}.product_detail .product_activity p{padding:5px 10px;width:calc(100% - 105px);display:inline-block;color:#333}@media screen and (max-width:599px){.product_detail .product_activity p{width:calc(100% - 88px);padding:5px 0}}@media screen and (max-width:599px){.product_detail .product_activity{margin-bottom:0;margin-top:10px;line-height:20px}}.product_addon{margin:30px auto 30px;border:1px solid #d4d5d5}@media screen and (max-width:900px){.product_addon{margin:-10px auto 20px}}.product_addon h5{padding:0 30px;line-height:53px;height:55px;background-color:#d4d5d5;color:#333;letter-spacing:1px}@media screen and (max-width:900px){.product_addon h5{padding:0 20px}}.product_addon h5 font{width:25px;height:25px;background-color:#fff;border-radius:50%;display:inline-block;margin-right:10px;vertical-align:middle;line-height:23px;text-align:center;color:#d4d5d5;font-size:25px}.product_addon .addon_wrap{padding:20px 10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:900px){.product_addon .addon_wrap{padding:5px 10px 15px}}.product_addon .addon_wrap .product_h{width:19%;margin-left:.5%;margin-right:.5%}@media screen and (max-width:900px){.product_addon .addon_wrap .product_h{width:150px;margin-left:5px;margin-right:5px}}.product_addon .addon_wrap .product_h figcaption{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product_addon .addon_wrap .product_h figcaption font{margin-right:5px}.product_addon .addon_wrap .product_h .addon_box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.product_addon .addon_wrap .product_h .addon_box input{border:1px solid #d3a142}.product_addon .addon_wrap .product_h .addon_box label{color:#d3a142;padding:0 15px 0 8px}.product_addon .addon_wrap .product_h .addon_box select{width:60px;line-height:29px;height:30px;background-position:right 6px center;background-size:15px;padding-top:0;padding-bottom:0}@media screen and (max-width:900px){.product_addon .for_scroll{width:100%;overflow-x:scroll}}.product_number_count_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_number_count_group>img{cursor:pointer;width:20px}.product_number_count_group input{border:1px solid #ccc;width:100px;height:40px;color:#333;text-align:center;margin:0 15px}.product_info{margin:80px 0}.product_info .product_info_nav{height:60px;line-height:60px;width:100%;border-bottom:solid 1px #4d4d4d;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;margin-bottom:40px;padding:0 20px}@media screen and (max-width:599px){.product_info .product_info_nav{padding:0;margin-bottom:20px}}.product_info .product_info_nav_item_active{border-bottom:solid 8px #d3a142}.product_info .product_info_nav_item{padding:0 15px;line-height:60px;cursor:pointer;margin-right:40px}.product_info .product_info_nav_item.active{border-bottom:solid 5px #d3a142}@media screen and (max-width:599px){.product_info .product_info_nav_item{width:33.3%;padding:0;margin-right:0;text-align:center}}.product_info .product_info_img{margin:0 auto;display:block}.product_info .info_detail .info2,.product_info .info_detail .info3{display:none}.product_info .info_detail>div{font-size:16px;line-height:1.5;padding:30px}@media screen and (max-width:599px){.product_info .info_detail>div{font-size:14px;padding:10px 0;width:100%;overflow-x:scroll}}@media screen and (max-width:599px){.product_info .info_detail table{max-width:100%;width:100%!important}}.product_info .info_detail img{margin-left:auto;margin-right:auto}@media screen and (max-width:599px){.product_info{margin:0 0 40px}}.countDown_area{display:inline-block}@media screen and (max-width:599px){.countDown_area{width:100%;margin:15px auto 10px}}.countDown_area p{text-align:center;color:#c25800;padding-bottom:6px;font-size:14px}.countDown_area #countdown{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.countDown_area #countdown>div{width:38px;height:38px;line-height:37px;border-radius:5px;font-size:16px;text-align:center;color:#fff;background-color:#c25800;margin:0 8px;position:relative}.countDown_area #countdown>div:not(:last-child)::after{content:":";position:absolute;left:43px;color:#000}
/*# sourceMappingURL=product.min.css.map */
