@charset "utf-8";
@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('./fonts/HelveticaNeueCondensedBold.ttf');
}

body {
    font-family: '微軟正黑體', Helvetica;
    background-color: #fff;
    font-weight: lighter;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

img {
    border: 0px;
}

input[type="text"] {
    -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none;
    border: 1px solid #cdcdcd;
}

button {
    border: 0px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul>li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #595757;
}

a:hover {
    text-decoration: none;
    color: #000;
}


/*---------*/

.responsive_img {
    width: 100%;
	max-width: 900px;
}

.color_red {
    color: red;
}

.float_right {
    float: right;
}

.display_hide {
    display: none;
}

.no_click_event {
    pointer-events: none;
}

.background_gray {
    background: #000;
}

/*---------*/
.login_box_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgba(0%, 0%, 0%, 0.4);
}

.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    background-color: #fff;
    z-index: 999999;
    padding: 0px;
    margin-top: -150px;
    margin-left: -300px;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.login_box ul {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

.login_box li {
    text-align: left;
    margin: 10px 0;
}

.login_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.login_box input {
    max-width: 500px;
    width: 100%;
}

.login_box .login_box_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.login_box li:nth-child(4) {
    letter-spacing: 0rem;
    text-align: right;
    color: red;
}

.login_box li:nth-last-child(2) {
    text-align: center;
}

.login_box li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0.05rem;
}

.login_box .login_box_close {
    position: absolute;
    max-width: 15px;
    right: 10px;
    top: 10px;
}

.login_register_text {}

@media screen and (max-width:750px) {
    .login_box {
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
    }

    .login_box ul {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .login_box li {
        display: block;
        width: 100%;
    }

    .login_box .login_box_btn {
        width: 100%;
    }
}

/*---------*/
.forgot_pw_box_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgba(0%, 0%, 0%, 0.4);

}

.forgot_pw_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    background-color: #fff;
    z-index: 999999;
    padding: 0px;
    margin-top: -150px;
    margin-left: -300px;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.forgot_pw_box ul {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

.forgot_pw_box li {
    text-align: left;
    margin: 10px 0;
}

.forgot_pw_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.forgot_pw_box input {
    width: 100%;
}

.forgot_pw_box .forgot_pw_box_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.forgot_pw_box li:nth-child(2) {
    letter-spacing: 0.05rem;
    margin-top: -25px;
    margin-bottom: 30px;
}

.forgot_pw_box li:nth-child(5) {
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0.05rem;
}

.forgot_pw_box .forgot_pw_box_close {
    position: absolute;
    max-width: 15px;
    right: 10px;
    top: 10px;
}

@media screen and (max-width:750px) {
    .forgot_pw_box {
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
    }

    .forgot_pw_box ul {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .forgot_pw_box .forgot_pw_box_btn {
        width: 100%;
    }
}


/*---------*/
.forgot_pw_box2 {
    width: 800px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0px;
    padding: 0px;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.forgot_pw_box2 ul {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.forgot_pw_box2 li {
    text-align: left;
    margin: 10px 0;
}

.forgot_pw_box2 h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.forgot_pw_box2 input {
    width: 100%;
}

.forgot_pw_box2 .forgot_pw_box2_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.forgot_pw_box2 li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0.05rem;
}

.forgot_pw_box2 .forgot_pw_box2_close {
    position: absolute;
    max-width: 15px;
    right: 10px;
    top: 10px;
}

@media screen and (max-width:750px) {
    .forgot_pw_box2 {
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
    }

    .forgot_pw_box2 ul {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .forgot_pw_box2 .forgot_pw_box2_btn {
        width: 100%;
    }
}

/*--------------------*/
.register_box {
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
    text-align: center;
    font-weight: 400;
}

.register_box_text {
    max-width: 700px;
    font-size: 0.6rem;
    line-height: 1rem;
    text-align: left;
    margin: 0 auto;
    margin-top: 2%;
    padding: 0 10%;
    font-weight: 400;
}

.register_box_text h5 {
    margin: 0;
    font-size: 0.8rem;
    /* 200121新增 */
}

.register_box ul {
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.register_box li {
    text-align: left;
    margin: 10px 0;
    width: 100%;
}

.register_box_text ul {
    width: 100%;
    list-style-type: decimal;
    margin-left: 16px;
}

.register_box_text li {
    padding-left: -10px;
}

.register_box_text li:before {
    text-align: center;
    font-size: 0.6rem;
    text-indent: 0px;
}

.register_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.register_box input[type=text] {
    width: 100%;
}

.register_box input[type=checkbox] {
    width: 5%;
    margin-right: 10px;
}

.register_box select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*改變右邊箭頭樣式*/
    background: url("../images/arrow.jpg") no-repeat right center transparent;
    background-size: 20px;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 20px;
    padding-left: 10px;
    background-color: #fff;
    color: gray;
}

/*IE隱藏箭頭樣式*/
.register_box select::-ms-expand {
    display: none;
}

.register_box .register_box_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.register_box li:nth-child(3),
li:nth-child(10),
li:nth-child(12),
li:nth-child(17) {
    display: inline-block;
    *display: inline;
    width: 48%;
    margin-right: 3%;
}

.register_box li:nth-child(4),
li:nth-child(11),
li:nth-child(13),
li:nth-child(18) {
    display: inline-block;
    *display: inline;
    width: 48%;
}

.register_box li:nth-child(17) input {
    display: inline-block;
    *display: inline;
    width: 20%;
    margin-right: 1%;
}

.register_box li:nth-child(7),
li:nth-child(8),
li:nth-child(9) {
    width: 100%;
    margin-right: 0;
}

.register_box li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (max-width:750px) {
    .register_box {
        margin-top: 0px;
        margin-left: 0px;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 5%;
    }

    .register_box_text {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: left;
        margin: 0 auto;
        margin-top: 5%;
        padding: 0%;

    }

    .register_box_text {
        text-align: left;
        width: 80%
    }

    .register_box ul {
        text-align: center;
        width: 80%;
    }

    .register_box li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .register_box li:nth-child(3),
    li:nth-child(7),
    li:nth-child(9) {
        width: 100%;
        margin-right: 0;
    }

    .register_box li:nth-child(4),
    li:nth-child(8),
    li:nth-child(10) {
        width: 100%;
    }

    .register_box input {
        width: 100%;
    }

    .register_box .register_box_btn {
        width: 100%;
    }
}



/*---------*/
.all_content {
    position: relative;
    margin: 0;
    padding: 0;
}

header {
    top: 0;
    width: 100%;
    color: #000;
    font-size: 0.8rem;
}

header .header_logo {
    text-align: center;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
}

header .menu_list {
    margin: 30px auto;
    width: 85%;
    /* 200803新增 */
    position: relative;
    /* 200904新增 */
}

header .menu_list li {
    display: inline-block;
    *display: inline;
    margin: 0 15px;
    letter-spacing: 0.2rem;
}

header .menu_list a {
    color: #000;
}

header .menu_list a:hover {
    font-weight: 800;
    letter-spacing: 0.1rem;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .menu_list>li:nth-child(1) {
    display: none;
    /*float: left; 
  	letter-spacing: 0.1rem; 200904修改 為修正置中對齊的問題 */
    /* width: 200px; 200218修改 */
}

header .menu_list>li:nth-last-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    /*float: right; 200904修改 為修正置中對齊的問題 */
    letter-spacing: 0.1rem;
    /* width: 200px; 200218修改 */
}


/* 200803新增 menuShoppingCar */
.shoppingCarWrap {
    position: absolute;
    top: 90px;
    right: 5.5%
}

.shoppingCarWrap .shoppingCarLink {
    min-width: 20px;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    margin-left: 25px;
    box-sizing: border-box;
}

.shoppingCarWrap .shoppingCarLink::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/icon-shoppingcar.svg');
    background-size: 20px 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
}

.member_open_menu {
    cursor: pointer;
}

.menu_list .member_menu {
    display: none;
    position: absolute;
    width: 140px;
    top: 40px;
    right: 50%;
    background: #fff;
    z-index: 100000;
    border: 1px solid #595757;
    margin-right: -70px;
}

.menu_list .member_menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #595757;
    margin: 0px;
    line-height: 2.5rem;
}

.menu_list .member_menu li:nth-child(1) {
    width: 140px;
}

.menu_list .member_menu li:nth-last-child(1) {
    width: 140px;
    border: 0;
}

header .menu_icon {
    display: none;
}

.menu_list_slider {
    display: none;
    position: fixed;
    left: -250px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: left;
    background-color: #fff;
    width: 200px;
    height: 100vh;
    z-index: 9999;
    font-weight: 400;
    box-shadow: 4px 0px 20px rgba(20%, 20%, 40%, 0.5);
}

.menu_list_slider li {
    /* border-bottom: 1px solid #595757; 201023隱藏 */
    padding: 5% 5% 5% 10%;
    letter-spacing: 0.2rem;
}

.menu_list_slider li a {
    font-family: 'HelveticaNeueCondensedBold';
}



@media screen and (max-width:1000px) {
    header {
        position: relative;
        height: 70px;
    }

    header .header_logo {
        margin: 0;
        position: absolute;
        width: 40%;
        max-width: 80px;
        top: 28px;
        left: 40%;
    }

    header .menu_icon {
        display: block;
        position: absolute;
        max-width: 30px;
        top: 20px;
        left: 1%;
    }

    header .menu_list {
        display: none;
    }

    .shoppingCarWrap {
        top: 25px;
        right: 15px;
    }
}


footer {
    font-size: 0.8rem;
    color: #595757;
    font-weight: 800;
    padding: 40px 0;
}

footer hr {
    width: 85%;
    background-color: #595757;
}

footer img {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 10%;
    padding-left: 5%
}

footer input[type="text"] {
    border: 1px solid #595757;
    width: 30%;
    height: 30px;
    letter-spacing: 0.1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    vertical-align: top;
}

footer button {
    background-color: #595757;
    border-radius: 0;
    color: #DCDDDD;
    line-height: 30px;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 0;
    width: 70px;
    box-sizing: border-box;
    vertical-align: top;
}

footer button:hover {
    background-color: #000;
}

footer .footer_links {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}

footer .footer_text {
    color: #595757;
    line-height: 5rem;
}

footer a {
    color: #595757;
}

footer a:hover {
    color: #898989;
}

footer ul {
    width: 100%;
    margin-top: 40px;
}

footer li {
    display: inline-block;
    *display: inline;
    margin: 0 3%;
}

footer .social_list {
    margin-top: 30px;
}

footer .social_list li {
    max-width: 16px;
    -webkit-filter: opacity(.6);
}

footer .social_list li:hover {
    -webkit-filter: opacity(1);
}

@media screen and (max-width:650px) {
    footer li {
        display: inline-block;
        *display: inline;
        margin: 3%;
    }
}


/* video */

.video{
	width: 100%;
    max-width: 1000px;
}

.video video{width: 100%;}


.slider {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
	max-width: 1000px;
}

.slider img {
    width: 100%;
}
/*圖片跑馬效果*/
.slideshow {
  position: relative;
  overflow: hidden;
  width: 5760px;
  height: 400px;
}
.slideshow_images {
  background: url("https://www.invinciblesp.com/filepic/collection/inv_sp_5760x400.jpg");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: slideshow 60s linear infinite;
}
@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}

.content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.ship_add_new {
    font-size: 0.6rem;
    font-weight: 200;
    text-decoration: underline;
    color: #818181;
    float: right;
}

/*--------------------*/
.ship_add_new_box_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgba(0%, 0%, 0%, 0.4);
}

.ship_add_new_box {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 800px;
    background-color: #fff;
    z-index: 999999;
    padding: 0px;
    margin-top: -150px;
    margin-left: -400px;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

.ship_add_new_box ul {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.ship_add_new_box li {
    text-align: left;
    margin: 10px 0;
    vertical-align: top;
}

.ship_add_new_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.ship_add_new_box input {
    width: 100%;
}

.ship_show_box {
    border: 1px solid #595757;
    width: 100%;
    height: 34px;
    font-size: 0.8rem;
}

.ship_show_arrow {
    float: right;
}

.ship_add_new_box select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*改變右邊箭頭樣式*/
    background: url("../images/arrow.jpg") no-repeat right center transparent;
    background-size: 20px;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 20px;
    padding-left: 10px;
    background-color: #fff;
    color: gray;
}

/*IE隱藏箭頭樣式*/
.ship_add_new_box select::-ms-expand {
    display: none;
}

.ship_add_new_box .ship_add_new_box_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

/*********** 1217 暫時拿掉 *************/
.ship_add_new_box li:nth-child(2),
li:nth-child(7),
li:nth-child(9) {
    display: inline-block;
    *display: inline;
    width: 48%;
    margin-right: 3%;
}

.ship_add_new_box li:nth-child(3),
li:nth-child(8),
li:nth-child(10) {
    display: inline-block;
    *display: inline;
    width: 48%;
}

/***********************/


.ship_add_new_box li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
}

.ship_add_new_box .ship_add_new_box_close {
    position: absolute;
    max-width: 15px;
    right: 10px;
    top: 10px;
}

@media screen and (max-width:750px) {
    .ship_add_new_box {
        margin-top: 0px;
        margin-left: 0px;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 10%;
    }

    .ship_add_new_box ul {
        text-align: center;
        width: 80%;
    }

    .ship_add_new_box li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .ship_add_new_box li:nth-child(2),
    li:nth-child(7),
    li:nth-child(9) {
        width: 100%;
        margin-right: 0;
    }

    .ship_add_new_box li:nth-child(3),
    li:nth-child(8),
    li:nth-child(10) {
        width: 100%;
    }

    .ship_add_new_box input {
        width: 100%;
    }

    .ship_add_new_box .ship_add_new_box_btn {
        width: 100%;
    }
}

/*=======首頁產品列表=======*/
.product_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
    letter-spacing: -4px;
    font-size: 0px;
}

.product_list li {
    display: inline-block;
    *display: inline;
    width: 32%;
    color: #000;
    margin-right: 1.2%;

    letter-spacing: 0.05px;
    margin-bottom: 40px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    vertical-align: top;
    text-align: center;
}

.product_list li:nth-child(3n) {
    margin-right: 0;
}

.product_title:hover {
    color: #595757:
}

.product_name {
    height: 35px;
    line-height: 1rem;
}

.product_name:hover {
    color: #595757:
}

.product_price {
    font-weight: 800;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
}

.product_price_text {
    color: #9a9a9a;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
    height: 2rem;
}

.product_btn {
    color: #fff;
    background-color: #595757;
    width: 80%;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
}

.product_page_btn {
    color: #fff;
    background-color: #595757;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
}

.product_btn:hover {
    background-color: #000;
}

.product_page_btn:hover {
    background-color: #000;
}

.sold_out {
    -webkit-filter: grayscale(0.8);
    -webkit-filter: opacity(.3);
}

.sold_out button {
    display: none;
}

.page_number {
    width: 100%;
}

.page_number_pc ul {
    text-align: center;
}

.page_number_pc li {
    display: inline-block;
    *display: inline;
    font-size: 0.8rem;
    font-weight: 400;
    color: #595757;
    padding: 15px;
}

.page_number_pc li:hover {
    background: #e6e6e6;
}

.page_number_mobile {
    display: none;
}

@media screen and (max-width:750px) {
    .page_number_pc li:nth-child(1) {
        display: none;
    }

    .page_number_pc li:nth-last-child(1) {
        display: none;
    }

    .page_number_mobile {
        display: block;
        margin-bottom: 20px;
    }

    .page_number_mobile li {
        display: inline-block;
        *display: inline;
        color: #595757;
        width: 45%;
        margin: 0 1%;
        border: 1px solid #595757;
        color: #000;
        line-height: 2rem;
    }

    .page_number_mobile li:hover {
        background: #e6e6e6;
    }

}

@media screen (min-width:450px) and (max-width:749px) {

    .product_list {
        text-align: center;
    }

    .product_list li {
        display: inline-block;
        *display: inline;
        width: 45%;
        color: #000;
        margin-right: 1.2%;
        margin-bottom: 40px;
        font-size: 1rem;
        line-height: 2rem;
        vertical-align: top;
    }
}

@media screen and (max-width:480px) {
    /* 201023 新增 */
    .product_list {
        text-align: center;
    }
    .product_list li {
        display: inline-block;
        *display: inline;
        width: 90%;
        color: #000;
        margin-right: 0 ;/* 201023改掉，原1.2% */
        margin-bottom: 40px;
        font-size: 1rem;
        line-height: 2rem;
        vertical-align: top;
    }
}


/*=======內頁=======*/
.story_kv {
    margin: 0;
    width: 100%;
}

.main_title {
    font-family: Helvetica;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
}

.sub_title {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    font-weight: 200;
}

.content_text {
    font-family: Helvetica;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    margin: 30px auto;
    width: 100%;
}

.product_page_price {
    font-weight: 800;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.product_page_price_text {
    color: #9a9a9a;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    margin: 20px 0px;
    line-height: 1.5rem;
}

.product_page_date_sale {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin: 30px auto;
}

.product_page_date {
    font-weight: 800;
    letter-spacing: 0.05rem;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.product_page_img_list {
    width: 100%;
    border: none;
    letter-spacing: -4px;
    font-size: 0px;
    line-height: 0;
    margin: 0px;
    padding: 0px;
    text-align: center;
    float: none
}

.product_page_img_list li {
    position: relative;
    list-style: none;
    display: inline-block;
    *display: inline;
    width: calc(100% / 3);
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
}

.product_page_img_list_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #303030;
    -webkit-filter: opacity(.1);
}

/*
.product_page_img_list li:nth-child(3){
	padding-left: 1px;
}*/



.content_text_2box {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    margin: 30px auto;
    width: 95%;
}

.content_text_2box_a {
    display: inline-block;
    *display: inline;
    width: 65%;
    margin-right: 5%;
}

.content_text_2box_b {
    display: inline-block;
    *display: inline;
    width: 29%;
    vertical-align: top;
}

@media screen and (max-width:750px) {
    .content_text {
        width: 95%;
    }

    .content_text_2box {
        width: 95%;
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: 0.05rem;
        margin: 30px auto;
    }

    .content_text_2box_a {
        display: block;
        width: 100%;
    }

    .content_text_2box_b {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

.select_payment {
    width: 100%;
    color: #595757;
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-align: center;
}

.select_payment li {
    display: inline-block;
    *display: inline;
    width: 30%;
    margin: 0 1.45%;
    vertical-align: top;
    text-align: left;
}

.select_payment select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*改變右邊箭頭樣式*/
    background: url("../images/arrow.jpg") no-repeat right center transparent;
    background-size: 34px;
    border-radius: 0;
    border: 1px solid #595757;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    background-color: #fff;
    color: gray;
}


/*IE隱藏箭頭樣式*/
.select_payment select::-ms-expand {
    display: none;
}

.size_show_box {
    border: 1px solid #595757;
    width: 100%;
    height: 34px;
    font-size: 0.8rem;
    vertical-align: top;
}

.size_show_box .size_show_arrow {
    float: right;
    z-index: 789;
}

.size_show_box input[type=text] {
    font-size: 1rem;
    height: 26px;
    padding-left: 10px;
    border: 0;
    background: rgba(0, 0, 0, 0);
}

.size_select_list {
    width: 100%;
    display: none;
    border: 1px solid #595757;
    border-top: 1px solid #fff;
    margin-top: -1px;
    font-size: 0.8rem;
    font-weight: 400;
}

.size_select_list ul {
    width: 100%;
    margin-top: 10px;
    letter-spacing: -0.02rem;
    text-align: left;
    /* 200120-原為:center */
}

.size_select_list ul li {
    display: inline-block;
    *display: inline;
    background-color: #dcdcdd;
    width: 30%;
    /* 200120-原為:20% */
    margin: 1.5% 1%;
    line-height: 2rem;
    text-align: center;
}

.size_select_list ul li:hover {
    background-color: #595757;
    color: #fff;
}

.size_chart_btn {
    font-size: 0.6rem;
    text-align: left;
    margin-left: 5%;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 200;
}

.size_chart_btn:hover {
    color: #000;
}

@media screen and (max-width:420px) {
    .size_select_list ul {
        font-size: 0.6rem;
    }
}

.size_chart_box {
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    width: 80%;
}

.size_chart_box h4 {
    font-size: 1.2rem;
}

.size_chart_box h6 {
    margin-top: -10px;
}

.size_chart_box table {
    font-size: 0.8rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
}

.size_chart_box table th {
    padding-right: 19px;
}

.size_chart_box table td {
    text-align: center;
    border-right: 1px solid #888889;
    padding: 0 10px;
    color: #888889;
}

.size_chart_box table td:nth-last-child(1) {
    border-right: 0;
}



.iframe_size_chare {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgba(0%, 0%, 0%, 0.4);
}

.iframe_size_chare div {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5% 0;
    margin-top: 10%;
    text-align: center;
    background: #fff;
}

.iframe_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
}



/*--------------------*/
.payment_secure_box_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgba(0%, 0%, 0%, 0.4);
}

.payment_secure_box {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 800px;
    background-color: #fff;
    z-index: 999999;
    padding: 0px;
    margin-top: -150px;
    margin-left: -400px;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

.payment_secure_box ul {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.payment_secure_box li {
    text-align: left;
    margin: 10px 0;
}

.payment_secure_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.payment_secure_box input {
    width: 100%;
}

.payment_secure_box .payment_secure_box_btn {
    color: #fff;
    background-color: #595757;
    margin: 0 auto;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 0 20px;
}

.payment_secure_box li:nth-child(3) {
    display: inline-block;
    *display: inline;
    width: 48%;
    margin-right: 3%;
}

.payment_secure_box li:nth-child(3) input {
    display: inline-block;
    *display: inline;
    width: 20%;
    margin-right: 1%;
}

.payment_secure_box li:nth-child(4) {
    display: inline-block;
    *display: inline;
    width: 48%;
}

.payment_secure_box li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
}

.payment_secure_box .payment_secure_box_close {
    position: absolute;
    max-width: 15px;
    right: 10px;
    top: 10px;
}

@media screen and (max-width:750px) {
    .payment_secure_box {
        margin-top: 0px;
        margin-left: 0px;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 10%;
    }

    .payment_secure_box ul {
        text-align: center;
        width: 80%;
    }

    .payment_secure_box li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .payment_secure_box li:nth-child(3) {
        margin-right: 2%;
    }

    .payment_secure_box .payment_secure_box_btn {
        width: 100%;
    }
}

/*------*/

.payment_show_box {
    border: 1px solid #595757;
    width: 100%;
    height: 34px;
    font-size: 0.8rem;
}

.payment_show_box img {
    float: right;
}

.check_info {
    text-align: left;
    width: 90%;
    margin: 20px auto;
    line-height: 1.2rem;
}

.check_info li {
    display: inline-block;
    *display: inline;
    vertical-align: top;
}

.check_info li:nth-child(1) {
    width: 5% text-align:right;
}

.check_info li:nth-child(2) {
    width: 93.5%
}

/*
.check_info input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;     
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#999 solid 1px;
    border-radius: 0px;
    min-height: 12px;
    min-width: 12px;
} 
.check_info input[type="checkbox"]:checked {
    background: #595757;
}
.check_info input[type=checkbox]:checked::after{
    content: 'Ｘ';
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #595757 solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
*/
@media screen and (max-width:750px) {
    .select_payment {
        text-align: center;
    }

    .select_payment li {
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }
}

/*------*/

.orders_list {
    border-collapse: collapse;
    width: 90%;
    margin: 20px auto;
    text-align: left;
    padding: 0;
}

.orders_list th {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.orders_list td {
    padding: 10px;
}

.orders_list td:nth-last-child(1),
td:nth-last-child(2),
td:nth-last-child(3) {
    font-weight: 800;
}

.order_list_usd {
    color: #595757;
    font-weight: 200;

}

.orders_list_red {
    color: red;
}

.orders_list_green {
    color: green;
}

@media screen and (max-width:850px) {
    .orders_list thead {
        display: none;
    }

    .orders_list tr {
        border-bottom: 1px solid #e6e6e6;
    }

    .orders_list tr:nth-last-child(1) {
        border-bottom: 0px;
    }

    .orders_list td {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

    .orders_list td:nth-last-child(1),
    td:nth-last-child(2),
    td:nth-last-child(3) {
        font-weight: 800;
    }

    .order_list_usd {
        color: #595757;
        font-weight: 200;

    }
}



/*--------------------*/

.repaid_box {
    width: 1000px;
    background-color: #fff;
    z-index: 999999;
    margin: 0 auto;
    padding: 0px;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

.repaid_box ul {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.repaid_box li {
    text-align: left;
    margin: 10px 0;
}

.repaid_box h4 {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.repaid_box input {
    width: 100%;
}

.repaid_box .repaid_box_btn {
    color: #fff;
    background-color: #595757;
    margin: 0 auto;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 0 20px;
}

.repaid_box li:nth-child(3) {
    display: inline-block;
    *display: inline;
    width: 48%;
    margin-right: 3%;
}

.repaid_box li:nth-child(3) input {
    display: inline-block;
    *display: inline;
    width: 20%;
    margin-right: 1%;
}

.repaid_box li:nth-child(4) {
    display: inline-block;
    *display: inline;
    width: 48%;
}

.repaid_box li:nth-last-child(1) {
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (max-width:750px) {
    .repaid_box {
        margin-top: 0px;
        margin-left: 0px;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 10%;
    }

    .repaid_box ul {
        text-align: center;
        width: 80%;
    }

    .repaid_box li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .repaid_box li:nth-child(3) {
        margin-right: 2%;
    }

    .repaid_box .repaid_box_btn {
        width: 100%;
    }
}