﻿@charset "utf-8";

* {
    touch-action: pan-y pinch-zoom;
}

html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic","Microsoft JhengHei",PingFang,"Helvetica Neue",Helvetica,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background: #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    body a {
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -o-transition: 0.2s all;
        -ms-transition: 0.2s all;
    }

html.noscroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h4, h5 {
    margin-bottom: 10px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #c22b20;
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

:focus, :active {
    outline: none !important;
    box-shadow: none !important;
}

input:focus {
    outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

    input:hover {
        border: 1px solid #ccc;
    }

.confirm_wrap select {
    padding: 7px;
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
    height: 60px;
    padding: 7px;
    border: 1px solid #ccc;
}

    textarea:hover,
    input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover,
    textarea:active,
    input[type="text"]:active, input[type="email"]:active, input[type="password"]:active,
    textarea:focus,
    input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus,
    button:focus,
    button:active,
    button:hover,
    label:focus,
    .btn:active,
    .btn.active {
        outline: 0px !important;
        box-shadow: none !important;
        -webkit-appearance: none;
    }

p {
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 32px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.img4x3, .img3x2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.list_bg {
    background-color: #e5e5e5 !important;
}

.clear, .clearfix {
    clear: both;
}

.m_top0 {
    margin-top: 0px;
}

.m_top40 {
    margin-top: -40px !important;
}

.m_top30 {
    margin-top: -30px !important;
}

.m_top20 {
    margin-top: -20px !important;
}

.m_top10 {
    margin-top: -10px !important;
}

.m_bottom20 {
    margin-bottom: -20px;
}

.m_bottom30 {
    margin-bottom: -30px;
}

.m_bottom40 {
    margin-bottom: -40px;
}

.m-bottom40 {
    margin-bottom: 40px;
}

.margin0_20 {
    margin: 0 20px;
}

.p-top40 {
    padding-top: 40px;
}

.container01 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.container02 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.container03 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    li.vertical_line {
        margin: 0 5px;
    }

    ul.listy_01 li {
        width: 100%;
    }

    ul.listy_02 li {
        float: left;
        width: 50%;
    }

    ul.listy_03 li {
        float: left;
        width: 33.3333%;
    }

    ul.listy_04 li {
        float: left;
        width: 25%;
    }

input.btn, input.s {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.gap {
    height: 0px;
    clear: both;
}

.color01 {
    color: #cc0000;
}

.color02 {
    color: #c22b20;
}

.color03 {
    color: #ff9900;
}

.color04 {
    color: #008000;
}

.collist {
    padding: 5px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.line_height01 {
    line-height: 50px !important;
}

/*** HEADER ***/
header {
    width: 100%;
    border-bottom: 1px solid #eee;
    /*    position: fixed;*/
    z-index: 999;
}

#header_scroll_hide {
    width: 100%;
    /*margin: 65px 0 0 0;*/
    /*position: fixed;*/
    position: relative;
    z-index: 998;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#cartTab{padding:0px;margin:0px}
.header_up {
    overflow: hidden;
    background: #fff;
}

.header_mid {
    height: 46px;
    overflow: hidden;
    background: #c22b20;
}

.header_down {
    overflow: hidden;
    background: #d3d3d3;
}

.logo {
    float: left;
    padding: 4px 0;
    overflow: hidden;
}

    .logo img {
        height: 55px;
    }

.top_thum {
    float: right;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

    .top_thum li {
        float: left;
        margin: 0 0 0 5px;
    }

    /*.top_thum li:first-child {
            display: none;
        }*/

    .top_thum li {
        width: 44px;
        height: 44px;
        color: #bbb;
        font-size: 1.6em;
        text-align: center;
        line-height: 44px;
        display: block;
    }

        .top_thum li, .top_thum li a {
            color: #777;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .top_thum li:hover, .top_thum li a:hover {
                color: #c22b20;
                cursor: pointer;
            }

.top_thum_cart_mobile {
    display: none !important;
}

.top_thum_cart {
    display: block;
}

.notice_wrap {
    position: absolute;
}

.notice_num {
    width: 20px;
    height: 20px;
    font-size: .45em;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #c22b20;
    border: 2px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: -52px;
    display: block;
}

.dropdown_wrap {
    padding-top: 11px;
    position: absolute;
    cursor: default;
    display: none;
    right: 50px;
    z-index: 999;
}

.dropdown_content {
    width: 320px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    right: -48px;
}

.dropdown_list {
    padding: 20px;
    font-size: .6em;
    line-height: 1em;
    color: #666;
    text-align: left;
}

.dropdown_list_col {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.dropdown_list_img {
    float: left;
    width: 50px;
}

.dropdown_list_txt {
    float: left;
    width: calc(100% - 60px);
    margin: 0 0 0 10px;
}

.dropdown_list_price {
    float: left;
    margin: 2px 0 14px 0;
}

.dropdown_list_qty {
    float: right;
    margin: 2px 0 14px 0;
}

.dropdown_list_name {
    clear: both;
    color: #000 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .dropdown_list_name a {
        color: #000 !important;
    }

        .dropdown_list_name a:hover {
            color: #c22b20 !important;
        }

.dropdown_list_btn {
    width: 120px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    text-align: center;
    background: #c22b20;
    border-radius: 5px;
}

    .dropdown_list_btn a {
        padding: 10px 15px;
        color: #eee !important;
        display: block;
    }

        .dropdown_list_btn a:hover {
            color: #fff !important;
        }
/*.top_thum li:hover .dropdown_content {display: block;}*/

.mid_search_wrap {
    float: left;
    width: calc(100% - 315px);
    margin: 10px auto 6px auto;
}

.mid_search {
    width: 246px;
    margin: 0 auto;
}

.mid_searchbox {
    border: 2px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.input_mid_search {
    float: left;
    width: calc(100% - 50px);
    height: 27px;
    padding: 6px 9px;
    border: 0;
    font-size: .75em;
}

.input_mid_searchbtn {
    float: left;
    width: 50px;
    height: 27px;
    color: #ccc;
    border: 0;
    text-align: center;
}

.input_mid_search:focus {
    outline: 0;
}

.hotword {
    font-size: .75em;
    color: #000;
}

    .hotword a {
        margin: 0 8px 0 0;
    }

        .hotword a:last-child {
            margin: 0;
        }

.menubtn_wrap {
    width: 100%;
    height: 46px;
    overflow: hidden;
}

.menubtn {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    min-width: 1200px;
    padding: 10px 0 10px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

    .menubtn ul {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .menubtn li {
        display: block;
        float: left;
        font-size: 1.1em;
        min-width: 10px;
        margin: 0 13px 0 0;
        padding: 0;
    }

        .menubtn li:last-child {
            margin: 0;
        }

        .menubtn li a {
            color: #fff;
        }

            .menubtn li a:hover, .menubtn li a.active {
                color: #ff0;
            }

.breadcrumb_wrap ol {
    margin: 0;
    padding: 4px 0;
    background: none;
}

.breadcrumb_wrap li {
    font-size: .9em;
}

.togglemenu {
    float: left;
    margin: 13px 10px 0 0;
    display: none;
}

    .togglemenu a {
        width: 44px;
        height: 44px;
        color: #c22b20;
        font-size: 1.6em;
        text-align: center;
        line-height: 44px;
        display: block;
    }

        .togglemenu a:hover {
            text-shadow: 1px 1px 0px rgba(0,0,0,.15);
        }

/*** HEADER ***/

/*** MARQUEE ***/
.marquee_wrap {
    padding: 0;
}

.abgne-news-scroll {
    height: 26px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

    .abgne-news-scroll ul {
        width: 100%;
        padding: 0px 0;
        position: absolute;
    }

    .abgne-news-scroll li {
        height: 22px;
        padding: 0px 0;
    }

.abgne-all-scroll {
    height: 44px;
    margin: 6px 0;
    background: #000;
    overflow: hidden;
    position: relative;
}

    .abgne-all-scroll ul {
        width: 100%;
        padding: 0px 0;
        position: absolute;
    }

    .abgne-all-scroll li {
        height: 42px;
        padding: 0px 0;
        line-height: 42px;
    }

    .abgne-all-scroll a {
        color: #fff;
    }
/*** /MARQUEE ***/

/*** BANNER ***/
#wowslider-container1.inner_banner img {
    width: 100% !important;
    height: auto !important;
}
/*** /BANNER ***/

/*** MAIN ***/
.wrap {
    margin: 10px auto 0px auto;
    overflow: hidden;
}

    .wrap.first {
        margin-top: 0 !important;
    }

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
    }

    .slick-slide :focus {
        outline: 0;
    }

.slick-prev:before, .slick-next:before {
    color: black;
}

.carousel01 {
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #ccc;
}

.ad_wrap {
    padding: 15px 32px;
    background: #fff;
    border: 1px solid #ccc;
}

.adbox {
}

.adimg {
    float: left;
    width: 90px;
}

.ad_txt {
    float: left;
    width: calc(100% - 110px);
    margin: 0 10px;
    font-size: .875em;
    display: block;
}

    .ad_txt span {
        margin: 5px 0 0 0;
        font-size: .875em;
        color: #5b2c1a;
        display: block;
    }

.promote_wrap h2.cap {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.promote_wrap h3 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1em;
    color: #333;
    background: rgba(255,255,255,.75);
    text-align: center;
}

    .promote_wrap h3 i {
        margin-right: 10px;
        font-size: 1.5em;
    }

    .promote_wrap h3 span {
        margin: 0 5px;
        color: #c22b20;
        font-size: 1.5em;
        font-weight: bold;
    }

.promote_wrap .collist:nth-child(-n+4) .p_wrap {
    margin-top: 0;
}

.promote_wrap .cart {
    margin-bottom: 0;
    padding: 13px 10px 10px 10px;
    overflow: hidden;
}

    .promote_wrap .cart a, .promote_wrap .cart a:hover {
        color: #fff;
    }

    .promote_wrap .cart p {
        margin: 0;
        padding: 0;
    }

        .promote_wrap .cart p:nth-child(1) {
            float: left;
        }

            .promote_wrap .cart p:nth-child(1) span {
                margin: 0 5px;
                color: #c22b20;
                font-size: 1.5em;
                font-weight: bold;
            }

        .promote_wrap .cart p:nth-child(2) {
            float: right;
        }

    .promote_wrap .cart .btn_cart {
        margin: 0 !important;
    }

.promote_wrap.bg02 {
    background: #fff;
}

    .promote_wrap.bg02 .p_wrap {
        border: 1px solid #ccc;
    }

        .promote_wrap.bg02 .p_wrap:hover {
            border: 1px solid #c22b20;
        }

.p_wrap {
    margin: 2.5px 2.5px;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px
}


.products_detail_wrap .p_wrap .ptxt h2 {
    height: 64px;
    overflow: hidden;
    text-align: center !important;
}

a .p_wrap {
    color: #333;
}

a:hover .p_wrap {
    color: #333;
}

    a:hover .p_wrap .ptxt h2 {
        color: #c22b20;
    }

.pimg {
    max-width: 192px;
    height: auto;
    margin: 0 auto 20px auto;
    position: relative;
}

    .pimg.img2 {
        max-width: 450px;
    }

    .pimg img {
        width: 100%;
        height: 100%;
    }

.ptag1_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 10;
}

.ptag1 {
    float: left;
    margin-right: 3px;
    padding: 2px 5px 2px 5px;
    color: #fff;
    font-size: .8em;
    border-radius: 5px
}

.ptag1-1 {
    float: left;
    margin-right: 3px;
    padding: 0px 8px 2px 8px;
    color: #fff;
    font-size: .875em;
    background: #009b37;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ptag1-2 {
    float: left;
    margin-right: 3px;
    padding: 0px 8px 2px 8px;
    color: #fff;
    font-size: .875em;
    background: #0067df;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ptag2 {
    padding: 0px 8px 1px 8px;
    color: #fff;
    font-size: .875em;
    background: #a1c45a;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: -4px;
    z-index: 10;
}

.ptag3 {
    width: 100%;
    height: 50px;
    padding: 0 8px;
    color: #fff;
    font-size: .875em;
    line-height: 50px;
    text-align: center;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: calc(50% - 25px);
    right: 0px;
    z-index: 9;
}

.p_wrap .ptxt {
    margin: 0 0px;
}

    .p_wrap .ptxt h2 {
        margin-bottom: 10px;
        font-size: 1em;
        height: 36px;
        overflow: hidden;
    }

    .p_wrap .ptxt p {
        font-size: .85em;
        line-height: 1.5em;
    }

    .p_wrap .ptxt .price {
        font-size: 1.6em;
        color: #c22b20;
    }

    .p_wrap .ptxt i {
        margin: 0 0 0 2px;
        padding: 0 5px 0 3px;
        color: #fff;
        background: #c22b20;
        display: inline-block;
        font-style: normal;
        border-radius: 3px;
    }

    .p_wrap .ptxt .pbtm {
        padding: 0 2px 0 8px;
        background: #e6e6e6;
        overflow: hidden;
    }

.pptxt h2 {
    margin: 0 0px 10px 0px;
    font-size: 1.5em;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
}

.pptxt .ptagHg {
    font-size: 1em;
    height: 75px;
    overflow: hidden;
    line-height: 1.5em;
    margin: 15px 0px 15px 0px;
}

.pptxt i {
    margin: 0 0 0 2px;
    padding: 0 5px 0 3px;
    color: #fff;
    background: #c22b20;
    font-style: normal;
}

.pprice {
    font-size: 1.6em;
    color: #c22b20;
}

.pinfo {
    padding: 0 15px 10px 15px;
    overflow: hidden;
    background: #fff;
}

    .pinfo.style2 {
        margin: 10px 0px 0px;
        padding: 10px 10px;
        overflow: hidden;
        background: #f6ebeb;
        border-radius: 5px
    }

    .pinfo .bought {
        float: left;
        width: auto !important;
        font-size: .75em;
    }

    .pinfo .love {
        float: right;
        margin: 4px 0px 0 0;
        font-size: 1.438em;
        color: #ff8364;
        background: transparent;
    }

    .pinfo select {
        width: 100%;
    }

    .pinfo p {
        float: left;
    }

        .pinfo p:nth-child(1) {
            width: 30%;
            padding: 0 5px 0 0;
        }

        .pinfo p:nth-child(2) {
            width: 70%;
        }

    .pinfo span {
        display: inline-block !important;
    }

.btn_cart_sm, .btn_cart_sm:hover {
    width: 100% !important;
    margin: 2px 0 0 0;
    padding: 7px 10px 7px 10px;
    font-size: .875em;
    line-height: 1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    background: #c22b20;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.pdt_wrap {
    overflow: hidden;
}

.pdt_caption {
    float: left;
    width: 70px;
    padding: 12px 0;
    color: #fff;
    text-align: center;
}

    .pdt_caption h2 {
        padding: 0px 23px;
        font-size: 1.5em;
        text-align: center;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        line-height: 1em;
    }

    .pdt_caption span a {
        margin-top: 20px;
        color: #fff;
        font-size: 1em;
        display: block;
    }

        .pdt_caption span a:hover {
            text-decoration: underline;
        }

.pdt_cnt {
    float: left;
    width: calc(100% - 70px);
    background: #fff;
}

.pdtcolor01 {
    border-top: 5px solid #ff0033;
}

.pdt_wrap.pdtcolor01 {
    background: #ff0033;
}

.pdtcolor02 {
    border-top: 5px solid #ff6666;
}

.pdt_wrap.pdtcolor02 {
    background: #ff6666;
}

.pdtcolor03 {
    border-top: 5px solid #c22b20;
}

.pdt_wrap.pdtcolor03 {
    background: #c22b20;
}

.pdtcolor04 {
    border-top: 5px solid #ff9966;
}

.pdt_wrap.pdtcolor04 {
    background: #ff9966;
}

    .pdt_wrap.pdtcolor04 .carousel01 {
        border: 0;
    }

.pdtcolor05 {
    border-top: 5px solid #66c200;
}

.pdt_wrap.pdtcolor05 {
    background: #66c200;
}

/*.pdt_wrap .collist:nth-last-child(4) .pinfo.style2 {
    margin-bottom: 30px;
}*/

.inner_wrap {
    overflow: hidden;
}

.inner_left {
    float: left;
    width: 190px;
    margin: 0 20px 0 0;
}

.inner_left_menu {
    margin: 0 0 20px 0;
    padding: 20px;
    background: #fff;
}

.inner_left_proj {
    margin: 0 0 20px 0;
}

    .inner_left_proj li {
        margin: 0 0 5px 0;
    }

        .inner_left_proj li:last-child {
            margin: 0 0 0 0;
        }

.inner_right {
    float: left;
    width: calc(100% - 210px);
}

.inner_h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.inner_menu_wrap {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    display: none;
}

.inner_menu {
    height: 48px;
    margin-bottom: 20px;
}

#menu-button {
    font-size: 1em !important;
    font-weight: bold;
}

.inner_left h2 {
    font-size: 1.125em;
    color: #666;
}

.sort_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    line-height: 1em;
}

    .sort_list li {
        margin: 15px 5px 0;
    }

        .sort_list li a {
            color: #333;
            font-size: 0.85em;
        }

            .sort_list li a:hover, .sort_list li a.active, .sort_list h2 a.active, .sort_list h2 a:hover, .inner_left_menu h2 a.active {
                color: #fff;
                background-color: #c22b20;
            }

    .sort_list.sort00 li {
        float: left;
        margin: 0px 8px 0 0;
    }

    .sort_list h2 {
        width: 100%;
        margin: 10px 0 3px 0;
        font-size: 1.125em;
        font-weight: 700;
        color: #333;
    }

    .sort_list span {
        font-size: .75em;
    }

    .sort_list input[type="checkbox"] {
        width: auto;
    }

.inner_left .hr01 {
    padding: 20px 0 0 0;
    border-bottom: 1px dashed #ccc;
}

.inner_left .hr02 {
    width: 100%;
    height: 3px;
    margin: 20px 0;
    padding: 0;
    background: url(https://cdn.suiis.com/mall/img/border-hr02.png) center center no-repeat;
    background-size: cover;
}

.input_search_price {
    width: 54px;
    padding: 5px;
    font-size: .813em;
}

.input_search_submit {
    width: 100px;
    margin: 20px auto 5px auto;
    padding: 5px;
    font-size: .875em;
    color: #fff;
    background: #c22b20;
    border-radius: 5px;
    border: 0;
}

a .input_search_submit {
    cursor: pointer;
}

.iframe-rwd {
    position: relative; /*padding-bottom: 65.25%; padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.page_nav {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
}

    .page_nav li {
        margin: 0 5px;
        display: inline-block;
    }

.products_detail_wrap {
    padding: 20px;
    background: #fff;
}

    .products_detail_wrap h2 {
        margin-bottom: 20px;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.2em;
    }

        .products_detail_wrap h2 span {
            float: left;
            margin: 4px 2px 0 0;
            padding: 4px 8px 6px 8px;
            font-size: .5em;
            font-weight: normal;
            line-height: 1em;
            color: #fff;
            background: #a1c45a;
            border-radius: 5px;
            display: inline-block;
        }

    .products_detail_wrap p {
        margin: 0;
        padding: 0;
        line-height: 1.5em;
    }

.info {
    margin-bottom: 30px;
    font-size: .8em;
    color: #999;
}

    .info div {
        float: left;
    }

        .info div:nth-child(1), .info div:nth-child(2) {
            width: 42%;
        }


.star {
    margin-left: 5px;
    font-size: 1.2em;
    line-height: .9em;
    color: #c22b20;
}

.inquiry_wrap {
    margin: 20px 0 0 0;
    overflow: hidden;
}

    .inquiry_wrap li {
        float: left;
    }

        .inquiry_wrap li:nth-child(1) {
            width: calc(100% - 70px);
        }

        .inquiry_wrap li:nth-child(2) {
            width: 50px;
            margin-left: 20px;
            text-align: center;
        }

    .inquiry_wrap textarea {
        height: 110px;
    }

    .inquiry_wrap a {
        margin: 0;
        padding: 0;
        color: #999;
        font-size: 3em;
        line-height: 1em;
    }

        .inquiry_wrap a:hover {
            color: #c22b20;
        }

.list_brand {
    margin: 0 0 20px 0;
    padding: 5px 0;
    list-style: none;
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
}

    .list_brand li {
        padding: 5px 0;
        overflow: hidden;
    }

    .list_brand p {
        float: left;
        font-size: .9em;
        color: #999;
    }

        .list_brand p:first-child {
            width: 45px;
            margin-right: 15px;
            padding-right: 10px;
            border-right: 1px solid #999;
        }

        .list_brand p:last-child {
            width: calc(100% - 65px);
        }

.list_countdown {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list_countdown li {
        float: left;
        height: 42px;
        padding: 3px 0px;
        color: #c9bc9c;
    }

        .list_countdown li.unit {
            padding: 15px 0 3px 0;
            font-size: .875em;
        }

        .list_countdown li:nth-child(1), .list_countdown li:nth-child(2), .list_countdown li:nth-child(3) {
            font-size: 1.5em;
        }

        .list_countdown li:last-child {
            padding: 15px 10px 3px 0;
        }

.count_number {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

    .count_number.cn_style {
        margin: 0 5px;
        line-height: 1em;
    }

    .count_number.cn_style2 {
        margin: 0 5px;
        padding: 0 5px;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.5em;
        color: #fff;
        background: #c9bc9c;
        border-radius: 5px;
    }

.list_price {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list_price li:first-child {
        float: left;
        height: 1em;
        margin-bottom: 20px;
        font-size: .875em;
        color: #999;
        padding-top: 12px;
    }

        .list_price li:first-child font {
            text-decoration: line-through;
        }

    .list_price li:nth-child(2) {
        float: left;
        width: auto;
        font-size: .875em;
        line-height: 2.5em;
        color: #c22b20;
        padding: 0 10px;
    }

        .list_price li:nth-child(2) span {
            margin: 0 0 0 5px;
            font-size: 2.5em;
        }

    .list_price li:nth-child(3) {
        float: left;
        width: auto;
        margin: 0 10px 0 0;
        padding: 2px 10px;
        color: #fff;
        font-weight: bold;
        background: #ff8364;
        font-size: 1.5em;
    }

.quantity {
    float: left;
    padding-top: 20px;
}

    .quantity input {
        -webkit-appearance: none;
        border: 1px solid #ccc;
        text-align: center;
        width: 50px;
        font-size: 1em;
        color: #43484D;
        font-weight: 300;
    }

button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.minus-btn img {
    margin-bottom: 11px;
}

.plus-btn img {
    margin-bottom: 7px;
}

.love.cart {
    float: left;
    margin: 0px 0 0 20px;
    font-size: 1.5em;
    color: #ff8364;
}

.btn_cart, .btn_cart:hover, .red_submit, .red_submit:hover {
    margin: 10px 0;
    padding: 10px 44px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    background: #c22b20;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    clear: both;
}

.btn_share, .btn_share:hover {
    margin: 10px 0;
    padding: 10px 22px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
    background: #a0c45a;
    border-radius: 5px;
    cursor: pointer;
    clear: both;
}

.btn_back, .btn_back:hover {
    margin: 10px 0;
    padding: 10px 44px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(255,255,255,.75);
    background: #c8b0ae;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    clear: both;
}

.ul_noteicon {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .ul_noteicon li {
        float: left;
        margin: 8px 5px 0 0;
    }

        .ul_noteicon li:last-child {
            margin-right: 0;
        }

.ul_shipping {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .ul_shipping li {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: .875em;
        line-height: 30px;
    }

        .ul_shipping li:first-child {
            width: auto;
        }

        .ul_shipping li:last-child {
            margin-right: 0;
        }

.ul_share {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .ul_share li {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        opacity: .5;
    }

        .ul_share li:last-child {
            margin-right: 0;
        }

        .ul_share li:hover {
            opacity: 1;
        }

.point_wrap {
    padding: 20px;
    border: 1px solid #ccc;
}

    .point_wrap h2 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
    }

    .point_wrap h3 {
        margin: 20px 0;
        padding: 0;
        font-size: 3em;
        font-weight: bold;
        color: #008000;
        text-align: center;
    }

    .point_wrap span {
        max-width: 208px;
        margin: 0 auto 20px auto;
        display: block;
    }

.list_quickadd {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list_quickadd h2 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .list_quickadd li {
        padding: 10px 0;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
    }

        .list_quickadd li p {
            float: left;
            width: calc(100% - 150px);
            line-height: 1.8em;
        }

        .list_quickadd li span {
            float: right;
            overflow: hidden;
        }

        .list_quickadd li select {
            float: left;
        }

        .list_quickadd li .btn_submit {
            float: right;
            margin: 0 0 0 10px;
            padding: 4px 8px;
            font-size: .75em;
            color: #000;
            text-shadow: 1px 1px 0px rgba(255,255,255,.5);
            background: #ffcc00;
            border: 1px solid #ffa200;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            cursor: pointer;
        }

            .list_quickadd li .btn_submit a {
                color: #000;
            }

.list_orderrecord {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list_orderrecord h2 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .list_orderrecord .search_wrap {
        margin: 10px 0 20px 0;
        overflow: hidden;
    }

        .list_orderrecord .search_wrap .s_l {
            float: left;
        }

            .list_orderrecord .search_wrap .s_l select, .list_orderrecord .search_wrap .s_l input[type="checkbox"], .list_orderrecord .search_wrap .s_l p {
                float: left;
                width: auto;
                margin-right: 10px;
            }

            .list_orderrecord .search_wrap .s_l input[type="checkbox"] {
                margin-top: 7px;
                display: inline-block;
            }

        .list_orderrecord .search_wrap .s_r {
            float: right;
            overflow: hidden;
        }

            .list_orderrecord .search_wrap .s_r input[type="text"] {
                width: 220px;
                padding: 1px 5px;
            }

            .list_orderrecord .search_wrap .s_r .btn_submit {
                float: right;
                margin: 0 0 0 10px;
                padding: 4px 8px;
                font-size: .75em;
                color: #000;
                text-shadow: 1px 1px 0px rgba(255,255,255,.5);
                background: #ffcc00;
                border: 1px solid #ffa200;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                cursor: pointer;
            }

                .list_orderrecord .search_wrap .s_r .btn_submit a {
                    color: #000;
                }

.ul_comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ul_comment li {
        overflow: hidden;
    }

        .ul_comment li .c_header {
            margin: 0;
            padding: 10px 0;
            color: #8d6404;
            background: #fff3cd;
            border: 1px solid #f1e2b2;
            border-radius: 5px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .ul_comment li .c_cnt {
            margin: 0 0 20px 0;
            padding: 10px 0;
            background: #fff;
            border: 1px solid #f1e2b2;
            border-radius: 5px;
            border-top: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .ul_comment li:last-child .c_cnt {
            margin: 0;
        }

        .ul_comment li .c_header img {
            float: left;
            width: 30px;
            height: 30px;
        }

        .ul_comment li .c_header p {
            float: left;
            margin: 0 0 0 10px;
            line-height: 30px;
        }

        .ul_comment li .c_time {
            line-height: 30px;
            text-align: right;
        }

.qa_textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.btn-primary {
    width: auto !important;
    margin: 10px 0 0 0;
    background: #c22b20 !important;
    line-height: 1em;
}

.btn-secondary {
    width: auto !important;
    margin: 10px 0 0 0;
    background: #ccc !important;
    line-height: 1em;
}

.btn-lg {
    height: auto !important;
    padding: 10px !important;
}

.qa_cnt {
    margin: 20px 0 0 0;
    padding: 0;
    border-top: 1px dashed #ccc;
    overflow: hidden;
}

    .qa_cnt li .admin, .qa_cnt li .user {
        width: 100%;
        overflow: hidden;
        display: block;
        clear: both;
    }

        .qa_cnt li .user img {
            float: right;
            width: 30px;
            height: 30px;
            margin-top: 46px;
        }

        .qa_cnt li .user div {
            float: right;
            width: calc(75% - 30px);
            margin: 0;
            position: relative;
        }

            .qa_cnt li .user div span {
                margin: 20px 10px 5px 0;
                font-size: .875em;
                color: #999;
                text-align: right;
                display: block;
            }

            .qa_cnt li .user div p {
                margin: 0 10px 0 0;
                padding: 10px 15px;
                background: #bef18c;
                border: 1px solid #65be00;
                border-radius: 5px;
            }

            .qa_cnt li .user div i {
                width: 8px;
                height: 8px;
                position: absolute;
                top: 60px;
                right: 3px;
                background: url(https://cdn.suiis.com/mall/img/icon-bubble_tip_user.gif) center center no-repeat;
            }

        .qa_cnt li .admin img {
            float: left;
            width: 30px;
            height: 30px;
            margin-top: 46px;
        }

        .qa_cnt li .admin div {
            float: left;
            width: calc(75% - 30px);
            margin: 0;
            position: relative;
        }

            .qa_cnt li .admin div span {
                margin: 20px 0 5px 10px;
                font-size: .875em;
                color: #999;
                text-align: left;
                display: block;
            }

            .qa_cnt li .admin div p {
                margin: 0 0 0 10px;
                padding: 10px 15px;
                background: #e8e8e8;
                border: 1px solid #aaa;
                border-radius: 5px;
            }

            .qa_cnt li .admin div i {
                width: 8px;
                height: 8px;
                position: absolute;
                top: 60px;
                left: 3px;
                background: url(https://cdn.suiis.com/mall/img/icon-bubble_tip_admin.gif) center center no-repeat;
            }

body#products_detail .add_cart_bottom_wrap {
    width: 100%;
    height: 50px;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 48px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    color: #fff;
    border-top: 0px solid #ccc;
    position: fixed;
    bottom: 0;
    display: none;
}

body#products_detail .add_cart_bottom_wrap {
    background: #f54d2f; /* Old browsers */
    background: -moz-linear-gradient(top, #f54d2f 0%, #f16f5c 49%, #ee3a2d 50%, #e32f22 70%, #c22b20 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f54d2f 0%,#f16f5c 49%,#ee3a2d 50%,#e32f22 70%,#c22b20 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f54d2f 0%,#f16f5c 49%,#ee3a2d 50%,#e32f22 70%,#c22b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54d2f', endColorstr='#c22b20',GradientType=0 ); /* IE6-9 */
}

.order_num input[type="text"], .order_num input[type="text"]:hover {
    width: 60px;
    padding: 5px;
    border: 0;
    border: 1px solid #ccc;
}

.order_num {
    border: 2px solid red;
    height: auto;
    padding: 15px 5px;
    margin: 5px 0;
}

.cartflow {
    margin-top: 8px;
    padding: 12px 0;
    border: 1px solid #d3d3d3;
    background-color: #fffffe;
    border-radius: 5px
}

    .cartflow .active {
        color: #f54d2f;
        font-weight: bold;
    }

.cartcap {
    padding: 5px 0;
    color: #999;
    background: #eee;
    overflow: hidden;
}

    .cartcap .ccap_w01, .cartcap .ccap_w02 {
        min-height: auto;
    }

.ccap_w01 {
    float: left;
    width: calc(100% - 480px);
    display: table;
}

.ccap_w02 {
    float: left;
    width: 100px;
    padding: 0 10px;
    text-align: center;
    display: table;
}

.ccap_w03 {
    float: left;
    width: 60px;
    padding: 0 10px;
    text-align: center;
    display: table;
    font-size: large;
}

.ccap_w02 span {
    display: none;
}

.cartpdt {
    margin: 10px 0;
    padding: 10px 0 20px 0;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

    .cartpdt .alert {
        margin: 10px 0 0 0;
        overflow: hidden;
    }

.cartpdt_img {
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
}

.cartpdt_txt {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

    .cartpdt_txt p {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
    }

    .cartpdt_txt span {
        font-size: .875em;
        color: #999;
    }

    .cartpdt_txt input {
        width: 60px;
        padding: 5px;
        border: 0;
        border: 1px solid #ccc;
        text-align: center;
    }

    .cartpdt_txt i {
        font-size: 1.25em;
    }

.ccap_w01 .cartpdt_txt p {
    width: 100%;
    float: left;
    text-align: left !important;
}

    .ccap_w01 .cartpdt_txt p i {
        margin-right: 5px;
        padding: 0px 8px 1px 8px;
        color: #fff;
        font-size: .875em;
        font-style: normal;
        background: #a1c45a;
        border-radius: 5px;
    }

.ccap_w02 p {
    text-align: center;
    display: block;
}

.shipping {
    line-height: 1.8em;
}

    .shipping .collist:nth-child(2), .shipping .collist:nth-child(3) {
        text-align: right;
    }

.coupon_wrap {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding: 20px 0px;
    display: table;
    border: 1px solid #ccc;
}

.coupon {
    border: 0 !important;
    display: table-cell;
    vertical-align: middle;
}

    .coupon li {
        max-width: 450px;
        margin: 0 auto !important;
        padding: 0 20px !important;
        border: 0 !important;
        display: block !important;
        overflow: hidden;
    }

        .coupon li p {
            margin-right: 10px;
            line-height: 1.5em;
            display: inline-block;
        }

            .coupon li p:nth-child(2) {
                margin-right: 0;
                color: #999;
                font-size: .813em !important;
            }

        .coupon li a {
            margin: 0 !important;
            padding: 0 !important;
            color: #f54d2f !important;
            font-size: 1em !important;
            border: 0 !important;
            display: inline-block !important;
        }

        .coupon li input[type="text"] {
            width: calc(100% - 110px);
        }

        .coupon li input[type="button"] {
            width: 100px;
            padding: 9px 0 !important;
        }

.pricetotal {
    float: right;
    width: 100%;
    border: 0 !important;
    overflow: hidden;
}

    .pricetotal li {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        display: block !important;
        overflow: hidden;
    }

        .pricetotal li span {
            float: left;
            margin: 0 !important;
            font-size: 1em;
            font-weight: normal;
            line-height: 2em;
        }

        .pricetotal li p {
            float: right;
            font-size: 1em;
            line-height: 2em;
            text-align: right;
        }

        .pricetotal li.totalprice {
            color: #f54d2f;
            font-size: 1.2em;
            border: 1px solid #ccc !important;
            border-left: 0 !important;
            border-right: 0 !important;
        }

    .pricetotal b {
        font-size: 2em;
    }

.checkout {
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

    .checkout p {
        margin: 10px 0;
        color: #cc0000;
        font-weight: bold;
        line-height: 1.2em;
        text-align: center;
    }

    .checkout .checkout_btn {
        padding: 10px 0;
        display: inline-block;
    }

    .checkout .collist {
        margin-top: 10px;
    }

        .checkout .collist:first-child {
            text-align: left;
        }

            .checkout .collist:first-child .checkout_btn {
                margin: 0;
            }

        .checkout .collist:last-child {
            text-align: right;
        }

            .checkout .collist:last-child .checkout_btn {
                margin: 0 0 0 10px;
            }

    .checkout.share .collist:first-child {
        text-align: center;
    }

    .checkout.share p {
        text-align: left;
        font-weight: normal;
    }

.agree {
    text-align: center;
}

    .agree a {
        color: #f54d2f;
    }

    .agree input[type="checkbox"], .agree p {
        width: auto;
        display: inline !important;
    }

    .agree p {
        font-size: .875em;
    }

.list01 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list01 li {
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
    }

        .list01 li:first-child {
            border: 0;
        }

        .list01 li:nth-child(2n) {
            background: #f6f6f6;
        }

        .list01 li .cap {
            color: #fff;
            background: #000;
            text-align: center !important;
        }

        .list01 li .td {
            float: left;
            padding: 5px 5px 6px 5px;
            text-align: center;
        }

        .list01 li .td01 {
            width: 120px;
        }

        .list01 li .td02 {
            width: 180px;
        }

        .list01 li .td03 {
            width: 90px;
        }

        .list01 li .tdlast01 {
            width: calc(100% - 720px);
            text-align: left;
        }

        .list01 li .tdlast02 {
            width: calc(100% - 720px);
            text-align: center;
        }

        .list01 li .tdlast03 {
            width: calc(100% - 600px);
            text-align: center;
        }

        .list01 li .tdlast04 {
            width: calc(100% - 660px);
            text-align: center;
        }

        .list01 li .td span {
            display: none;
        }

.alert.point {
    text-align: center;
}

.point h4 {
    margin-top: 5px;
}

.point p {
    margin: 0 10px;
    display: inline-block;
}

table.point {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ccc !important;
}

    table.point th, table.point td {
        padding: 10px;
    }

    table.point th {
        color: #fff;
        background: #333;
    }

.btn_more {
    width: 100% !important;
    height: 38px !important;
    margin: 20px 0 0 0;
    padding: 5px;
    color: #fff;
    background: #f54d2f;
    border: 1px solid #f54d2f !important;
}

    .btn_more:hover {
        background: #fff;
        color: #f54d2f;
    }

ol, ul {
    margin: 0;
    padding: 0;
}

    ol.list_ol01 li {
        margin: 0 0 0 32px;
        list-style: decimal;
    }

    ul.list_ul01 li {
        margin: 0 0 0 32px;
        list-style: disc;
    }

.receiver .collist {
    margin: 10px 0 0 0;
}

    .receiver .collist p {
        margin-bottom: 5px;
    }

.addr-county {
    background: #4169E1;
    color: #fff
}

.addr-district {
    background: #008000;
    color: #fff
}

.addr-zip {
    background: #c00;
    color: #fff;
    border: 1px solid #666
}

.pdt_box, .cp_box {
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .pdt_box:hover {
        border: 1px solid #c22b20 !important;
    }

.pdt_box_img {
    float: left;
    width: 90px;
}

.pdt_box_cnt {
    float: left;
    width: calc(100% - 110px);
    padding: 0 0 0 20px;
}

    .pdt_box_cnt h3 {
        height: 50px;
        font-size: 1em;
        line-height: 1.5em;
    }

.pdt_qa .collist, .pdt_recommand .collist {
    margin-top: 20px;
}
/*.pdt_qa .collist:nth-child(1), .pdt_qa .collist:nth-child(2){ margin-top: 0; }*/
/*.pdt_recommand .collist:nth-child(1){ margin-top: 0; }*/
.pdt_recommand .pdt_box_cnt h3 {
    height: auto;
    margin-bottom: 10px;
}

.pdt_box_recommand {
    margin-top: 10px;
    color: #999;
    font-size: .813em;
    border-bottom: 1px dashed #ccc;
}

    .pdt_box_recommand:first-child {
        margin-top: 0;
    }

    .pdt_box_recommand p {
        height: auto;
        margin: 0 10px 0 0;
        padding: 0;
        display: inline-block;
    }

        .pdt_box_recommand p:last-child {
            margin: 0;
            padding: 5px 0 10px 0;
            color: #333;
            font-size: 1.125em;
            display: block;
        }

        .pdt_box_recommand p span {
            margin: 0 0 0 5px;
        }

    .pdt_box_recommand .star {
        width: 65px;
        display: inline-block;
    }

.pdt_rebuy .pdt_box {
    height: 421px;
    margin: 20px 0 0 0;
}

.pdt_rebuy .collist:nth-child(-n+4) .pdt_box {
    margin: 0;
}

.pdt_rebuy .pdt_box_img, .pdt_rebuy .pdt_box_cnt {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .pdt_rebuy .pdt_box_cnt h3 {
        height: auto;
        margin: 10px 0 !important;
        text-align: left;
    }

.pdt_rebuy .pdt_box_img {
    position: relative;
    text-align: center;
}

.pdt_no {
    margin-bottom: 8px;
    color: #666;
    font-size: .875em;
    line-height: 1em;
    text-align: left;
    display: block;
    overflow: hidden;
}

    .pdt_no input[type="checkbox"] {
        float: left;
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0;
    }

.pdt_sort {
    color: #666;
    font-size: .875em;
}

.pdt_price {
    font-size: .875em;
    display: block;
}

    .pdt_price .price {
        margin: 0 10px 0 0;
        color: #c22b20;
        font-size: 1.8em;
        font-weight: bold;
    }

    .pdt_price i {
        margin: 0;
        padding: 0 5px;
        color: #fff;
        background: #c22b20;
        display: inline-block;
    }

.pdt_status {
    float: left;
    margin: 9px 0 0 0;
    color: #666;
    font-size: .875em;
}

.pdt_num {
    float: right;
    margin: 5px 0 0 0;
}

.confirm_wrap {
    padding: 20px;
    background: #fff;
}

    .confirm_wrap h6 {
        margin-bottom: 20px;
        color: #666;
        font-weight: bold;
    }

        .confirm_wrap h6 br {
            display: none;
        }

        .confirm_wrap h6 span {
            margin-left: 10px;
            color: #999;
            font-size: .875em;
            font-weight: normal;
            display: inline-block;
        }

    .confirm_wrap label {
        width: 100%;
    }

    .confirm_wrap input[type="text"], .confirm_wrap input[type="email"] {
        margin-bottom: 5px;
    }

    .confirm_wrap input[type="radio"], .confirm_wrap input[type="checkbox"] {
        display: none;
    }

        .confirm_wrap input[type="checkbox"]:not(:checked) + .box.height_auto i {
            display: none;
        }

        .confirm_wrap input[type="radio"]:checked + .box, .confirm_wrap input[type="checkbox"]:checked + .box {
            background: #f8d7da;
            border-color: #c22b20;
            position: relative;
        }

            .confirm_wrap input[type="radio"]:checked + .box.height_auto > p, .confirm_wrap input[type="checkbox"]:checked + .box.height_auto > p {
                color: #c22b20;
            }

            .confirm_wrap input[type="checkbox"]:checked + .box.height_auto > i {
                color: #c22b20;
                position: absolute;
                top: 18px;
            }

    .confirm_wrap .box {
        width: 100%;
        height: 200px;
        padding: 15px 20px;
        border: 1px solid #ccc;
        cursor: pointer;
        position: relative;
        transition: all 250ms ease;
        will-change: transition;
    }

        .confirm_wrap .box.height_auto {
            height: auto;
        }

            .confirm_wrap .box.height_auto p {
                text-align: center;
                transition: all 250ms ease;
            }

                .confirm_wrap .box.height_auto p b {
                    margin-bottom: 10px;
                    display: block;
                }

        .confirm_wrap .box.add {
            display: table;
        }

            .confirm_wrap .box.add p {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .confirm_wrap .box.add i {
                margin-bottom: 10px;
            }

        .confirm_wrap .box:hover, .confirm_wrap .box:focus, .confirm_wrap .box:active {
            border-color: #c22b20;
            background-color: #f8d7da;
        }

    .confirm_wrap span {
        margin-bottom: 5px;
        font-size: 1.125em;
        display: block;
    }

    .confirm_wrap p {
        line-height: 1.5em;
    }

    .confirm_wrap .edt {
        font-size: .813em;
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

    .confirm_wrap .info_wrap {
        text-align: center;
    }

        .confirm_wrap .info_wrap p {
            margin: 0 5px;
            font-size: .813em;
            display: inline-block;
        }

        .confirm_wrap .info_wrap i {
            margin-right: 5px;
            color: #c22b20;
        }

    /*    .confirm_wrap .invoice {
        min-height: 97px;
    }*/

    /*    .confirm_wrap .payment {
        min-height: 153px;
    }*/

    .confirm_wrap .invoice b {
        font-size: 1.25em !important;
    }

    .confirm_wrap .invoice p {
        font-size: .813em;
    }

    .confirm_wrap .invoice span {
        margin: 0 5px;
        color: #c22b20;
        font-size: 2.5em;
        display: inline;
    }

    .confirm_wrap .invoice .alert {
        margin: 10px 0 0 0;
    }

    .confirm_wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid #ccc;
    }

    .confirm_wrap li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        display: table;
    }

        .confirm_wrap li .confirm_sec {
            display: table-cell;
            vertical-align: middle;
        }

            .confirm_wrap li .confirm_sec:nth-child(1) {
                width: 50px;
            }

            .confirm_wrap li .confirm_sec:nth-child(2) {
                width: calc(50%);
                padding: 0 10px;
            }

            .confirm_wrap li .confirm_sec:nth-child(3), .confirm_wrap li .confirm_sec:nth-child(4), .confirm_wrap li .confirm_sec:nth-child(5) {
                width: calc(10%);
                text-align: center;
            }

        .confirm_wrap li .confirm_third {
            display: table-cell;
            vertical-align: middle;
        }

            .confirm_wrap li .confirm_third:nth-child(1) {
                width: 50px;
            }

            .confirm_wrap li .confirm_third:nth-child(2) {
                width: calc(50%);
                padding: 0 10px;
            }

            .confirm_wrap li .confirm_third:nth-child(3), .confirm_wrap li .confirm_third:nth-child(4), .confirm_wrap li .confirm_third:nth-child(5) {
                width: calc(10%);
                text-align: center;
            }

            .confirm_wrap li .confirm_third:nth-child(6) {
                width: 100px;
                text-align: right;
            }

    .confirm_wrap .btn_cart {
        max-width: 200px;
    }

.input_email {
    max-width: 300px;
    margin: 10px 0 0 0;
}

.confirm_wrap.done .collist {
    margin-bottom: 10px;
}

.confirm_wrap.done .collist2 {
    margin: 10px 0;
}

.confirm_wrap.done .pdup20 {
    padding: 20px 0;
}

.confirm_wrap.done .pdup30 {
    padding: 30px 0;
    text-align: center;
}

.invoice_wrap {
    width: 100%;
    margin: 0 15px !important;
}

    .invoice_wrap b {
        margin-bottom: 10px;
        color: #333;
        font-size: 1.125em;
        display: block;
    }

    .invoice_wrap p, .invoice_wrap input[type="text"] {
        width: 220px;
        margin: 3px 0;
    }

    .invoice_wrap span {
        font-size: .875em;
        font-weight: normal;
    }

p.checkout {
    margin: 0;
    padding: 0;
    text-align: right;
}

    p.checkout span {
        padding: 15px 0 0 0;
        font-size: 2.5em;
        display: inline-block;
    }

/*.city{ width: 50%; display: inline-block; }*/
.adds_set input, .adds_set select {
    margin-bottom: 10px;
}

#twzipcode {
    margin: 0 -5px;
}

    #twzipcode div {
        float: left;
        width: calc(50% - 10px);
        margin: 0 5px 0 5px;
    }

        #twzipcode div:last-child {
            float: none;
            width: calc(100% - 10px);
        }

    #twzipcode select {
        width: 100%;
        padding: 7px;
        border-color: #ccc;
    }

.noborderradius {
    border-radius: 0;
}

.recommand_wrap.products_detail_wrap h2 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.45em;
}

.recommand {
    text-align: center;
}

    .recommand h3 {
        margin-top: 10px;
        font-size: 1.2em;
    }

    .recommand ul {
        max-width: 400px;
        margin: 20px auto;
        padding: 0 20px;
    }

        .recommand ul li {
            margin-bottom: 5px;
            overflow: hidden;
        }

            .recommand ul li span {
                float: left;
                width: 90px;
                padding-right: 20px;
                text-align: right;
            }

            .recommand ul li p {
                float: left;
                width: calc(100% - 90px);
            }

            .recommand ul li textarea {
                width: 100% !important;
                height: 100px;
                margin-top: 5px;
            }

            .recommand ul li p a {
                color: #ccc;
            }

                .recommand ul li p a:hover {
                    color: #c22b20;
                }

            .recommand ul li p b {
                color: #666;
                font-size: .813em;
                font-weight: normal;
                line-height: 1.5em !important;
                display: block
            }
/*** MAIN ***/

/*** LOGIN ***/
.login_wrap {
    max-width: 440px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
}

    .login_wrap input[type="text"], .login_wrap input[type="password"] {
        margin-bottom: 10px;
    }

    .login_wrap input[type="checkbox"] {
        float: left;
        width: auto;
        margin: 7px 5px 0 0;
    }

    .login_wrap p {
        float: left;
    }

.login_add {
    margin-top: 10px;
    text-align: center;
}

    .login_add a {
        margin: 0 5px;
    }

.login_social {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .login_social i {
        margin-right: 5px;
    }

    .login_social a {
        margin: 10px 5px 0 5px;
        padding: 5px 15px;
        border-radius: 5px;
        display: inline-block;
    }

        .login_social a:nth-child(5) {
            color: #fff;
            background: #4267b2;
        }

        .login_social a:nth-child(4) {
            color: #fff;
            background: #d7473b;
        }

        .login_social a:nth-child(3) {
            color: #fff;
            background: #00c300;
        }
/*** /LOGIN ***/

/*** PAGE NAV ***/
.pagination {
    margin: 40px 0 0 0;
    color: #666;
}

    .pagination a {
        color: #666;
    }

        .pagination a:hover {
            color: #c22b20;
        }

.page-item.active .page-link {
    background: #c22b20;
    border-color: #dee2e6;
}
/*** /PAGE NAV ***/

/*** INFO ***/
.alert {
    margin: 10px 0 20px 0;
    padding: 5px 10px;
    font-size: .85em;
    text-align: justify;
	border-radius:5px;
}
    .alert a {
        color: #856404;
    }

        .alert a:hover {
            color: #c22b20;
        }

.alert-light {
    border: 1px dashed #ccc;
}
/*** /INFO ***/

/*** TAB ***/
#horizontalTab {
    width: 95%;
    margin: 24px auto;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    overflow: hidden;
}

    #horizontalTab div {
        overflow: hidden;
    }

    #horizontalTab.cart {
        margin: 0 auto;
    }

.cartUL {
    padding: 0;
}

    .cartUL li {
        list-style: none;
        font-weight: bold;
    }

.cartUL2 li a {
    padding: 10px 30px;
    font-size: 1.5em;
    font-weight: 400;
    list-style: none;
}

.cartUL a {
    background: none;
    color: #fff;
    border-top: 1px solid #c22b20;
    border-right: 1px solid #c22b20;
    border-left: 1px solid #c22b20;
    border-bottom: 0px solid #c22b20;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#cartULID li a:hover {
    color: #c22b20;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#horizontalTab section {
    display: none; /* I NEED TO FIX THIS */
    float: left;
    background: #B3B3B3;
    overflow: hidden;
    padding: 1% 3% 0 3%;
}

.no-js #horizontalTab section {
    display: block; /* I NEED TO FIX THIS */
}

/*#horizontalTab li ul li a {
    padding: 10px 25px;
    border-bottom: 1px dotted #ccc;
}*/

.obuy {
    padding: 0 !important;
    overflow: hidden;
    background: #ff0
}

    .obuy .ptag2 {
        right: 0;
    }

@media only screen and (min-width: 30em) {
    #horizontalTab {
        width: 80%;
        position: relative;
        border: none;
    }

    .cartUL li {
        display: inline;
    }

        .cartUL li a {
            display: inline-block;
        }

    .cartUL section {
        padding: 1%;
        position: absolute;
        top: 42px;
        left: 0;
    }
}
/*** TAB ***/

/*** ORDER ACCORCION ***/
.order_cap_wrap {
    padding: 0 10px;
    overflow: hidden;
    display: block;
}

.order_cap {
    float: left;
    width: 20%;
}

    .order_cap h2 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
        border: 0;
    }

        .order_cap h2 span {
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: .75em;
            font-weight: normal;
            background: none;
        }

.panel-group .panel {
    margin-top: 5px;
    padding: 0;
    border-radius: 5px;
    border-color: #ccc;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.panel-title {
    font-size: .875em;
}

    .panel-title > a {
        display: block;
        padding: .917em .917em 0em .917em;
        text-decoration: none;
    }

.short-full {
    float: left;
    color: #333;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 15px;
    border: solid 1px #ccc;
    border-top: 0;
    background-color: #f6f6f6;
}

.panel-heading.a {
    color: #333;
    background-color: #f6f6f6;
}

    .panel-heading.a h2, .panel-heading.a h2 span, .panel-heading.a .short-full, .panel-heading.a #hotnewft {
        color: #333;
    }

.panel-heading.b {
    color: #fff;
    background-color: #c22b20;
}

    .panel-heading.b h2, .panel-heading.b h2 span, .panel-heading.b .short-full {
        color: #fff;
    }

.panel-btn {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .panel-btn li {
        float: left;
        min-width: 74px;
        margin: 0 5px 0 0;
    }

        .panel-btn li:last-child {
            margin-right: 0;
        }

        .panel-btn li .btn_order01 {
            padding: 4px 8px;
            font-size: .875em;
            color: #000;
            text-shadow: 1px 1px 0px rgba(255,255,255,.5);
            background: #ffcc00;
            border: 1px solid #ffa200;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            cursor: pointer;
            text-align: center;
        }

        .panel-btn li .btn_order02 {
            padding: 4px 8px;
            font-size: .875em;
            color: #000;
            text-shadow: 1px 1px 0px rgba(255,255,255,.5);
            background: #8bdb49;
            border: 1px solid #6ebf2b;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            cursor: pointer;
            text-align: center;
        }

        .panel-btn li .btn_order03 {
            padding: 4px 8px;
            font-size: .875em;
            color: #fff;
            background: #f54d2f;
            border: 1px solid #c22b20;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            cursor: pointer;
            text-align: center;
        }

.panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .panel-list h2 {
        padding: 5px 10px;
        font-size: 1em;
        background: #ddd;
        border: 1px solid #ccc;
    }

    .panel-list h3 {
        padding: 10px 10px;
        font-size: .813em;
        color: #fff;
        background: #444;
        border: 1px solid #ccc;
        border-top: 0;
        display: none;
    }

        .panel-list h3 p {
            margin-right: 20px;
            display: inline;
        }

    .panel-list li {
        padding: 15px;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 0;
        overflow: hidden;
    }

        .panel-list li .panel_img {
            float: left;
            width: 90px;
            height: 90px;
        }

        .panel-list li .panel_info {
            float: left;
            width: calc(100% - 297px);
            margin: 0 0 0 20px;
            overflow: hidden;
        }

            .panel-list li .panel_info h2 {
                min-height: 46px;
                margin: 0 0 20px 0;
                padding: 0;
                font-weight: normal;
                background: none;
                border: 0;
            }

            .panel-list li .panel_info span {
                width: 100%;
                margin: 4px 0 10px 0;
                padding: 0;
                color: #999;
                font-size: .85em;
                background: none;
                display: block;
            }

            .panel-list li .panel_info .price {
                float: left;
                margin: 0px 0 0 0;
            }

            .panel-list li .panel_info .qty {
                float: left;
                margin: 0px 0 0 30px;
            }

        .panel-list li .panel_btn_wrap {
            float: right;
            margin: 30px 0 0 20px;
        }

            .panel-list li .panel_btn_wrap .btn_submit {
                float: left;
                margin: 0 5px 0 0;
                padding: 4px 8px;
                font-size: .875em;
                color: #000;
                text-shadow: 1px 1px 0px rgba(255,255,255,.5);
                background: #ffcc00;
                border: 1px solid #ffa200;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                cursor: pointer;
                text-align: center;
            }

                .panel-list li .panel_btn_wrap .btn_submit:last-child {
                    margin: 0;
                }

                .panel-list li .panel_btn_wrap .btn_submit a {
                    color: #000;
                }
/*** /ORDER ACCORCION ***/

/*** FOOTER ***/
.promise_wrap {
    padding: 25px 0;
    background: #fff;
}

.promisebox {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .promisebox i {
        float: left;
        width: 50px;
        height: 50px;
        display: block;
    }

        .promisebox i.promise01 {
            background: url(https://cdn.suiis.com/mall/img/icon-promise01.png) center center no-repeat;
            background-size: cover;
        }

        .promisebox i.promise02 {
            background: url(https://cdn.suiis.com/mall/img/icon-promise02.png) center center no-repeat;
            background-size: cover;
        }

        .promisebox i.promise03 {
            background: url(https://cdn.suiis.com/mall/img/icon-promise03.png) center center no-repeat;
            background-size: cover;
        }

        .promisebox i.promise04 {
            background: url(https://cdn.suiis.com/mall/img/icon-promise04.png) center center no-repeat;
            background-size: cover;
        }

    .promisebox p {
        float: left;
        width: calc(100% - 50px);
        padding-left: 15px;
        line-height: 50px;
        font-size: 1.375em;
        font-weight: 300;
        color: #000;
    }

footer {
    margin-top: 40px;
    padding: 40px 0;
    background: #343434;
    clear: both;
}

ul.ul_footer {
    max-width: 1640px;
    margin: 0 auto;
    overflow: hidden;
}

    ul.ul_footer li {
        float: left;
    }

.fbox {
    margin: 0 20px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.6em;
    color: #fff;
    overflow: hidden;
}

    .fbox h3 {
        margin-bottom: 18px;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 300;
        border-bottom: 3px solid #c22b20;
    }

    .fbox a {
        color: #fff;
    }

        .fbox a:hover {
            color: #c22b20;
        }

    .fbox p {
        margin: 0;
        padding: 0;
        line-height: 1.6em;
    }

    .fbox b {
        font-weight: 300;
    }

.f_flex {
    display: -webkit-flex;
    display: flex;
}

.img_footer {
    max-width: 79px;
    margin-right: 20px;
}

    .img_footer img {
        max-width: 79px;
    }

.txt_footer {
    -webkit-flex: 1;
    flex: 1;
    text-align: justify;
}

.socialbox {
    width: 208px;
    overflow: hidden;
}

    .socialbox div {
        float: left;
        margin-right: 10px;
    }

        .socialbox div.s_email a {
            width: 42px;
            height: 42px;
            background: #191919 url(https://cdn.suiis.com/mall/img/pic-social.png) 0 0 no-repeat;
            background-size: auto 100%;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
            text-indent: -9999px;
        }

            .socialbox div.s_email a:hover {
                width: 42px;
                height: 42px;
                background: #c22b20 url(https://cdn.suiis.com/mall/img/pic-social.png) 0 0 no-repeat;
                background-size: auto 100%;
            }

        .socialbox div.s_fb a {
            width: 42px;
            height: 42px;
            background: #191919 url(https://cdn.suiis.com/mall/img/pic-social.png) -42px 0 no-repeat;
            background-size: auto 100%;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
            text-indent: -9999px;
        }

            .socialbox div.s_fb a:hover {
                width: 42px;
                height: 42px;
                background: #c22b20 url(https://cdn.suiis.com/mall/img/pic-social.png) -42px 0 no-repeat;
                background-size: auto 100%;
            }

        .socialbox div.s_google a {
            width: 42px;
            height: 42px;
            background: #191919 url(https://cdn.suiis.com/mall/img/pic-social.png) -84px 0 no-repeat;
            background-size: auto 100%;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
            text-indent: -9999px;
        }

            .socialbox div.s_google a:hover {
                width: 42px;
                height: 42px;
                background: #c22b20 url(https://cdn.suiis.com/mall/img/pic-social.png) -84px 0 no-repeat;
                background-size: auto 100%;
            }

        .socialbox div.s_line a {
            width: 42px;
            height: 42px;
            background: #191919 url(https://cdn.suiis.com/mall/img/pic-social.png) -126px 0 no-repeat;
            background-size: auto 100%;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
            text-indent: -9999px;
        }

            .socialbox div.s_line a:hover {
                width: 42px;
                height: 42px;
                background: #c22b20 url(https://cdn.suiis.com/mall/img/pic-social.png) -126px 0 no-repeat;
                background-size: auto 100%;
            }

.copyright {
    padding: 15px 0;
    background: #121212;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #c22b20;
        }

ul.ul_copyright {
    margin: 0 auto;
    overflow: hidden;
}

    ul.ul_copyright li:first-child {
        float: right;
    }

    ul.ul_copyright li:last-child {
        float: left;
    }
/*** FOOTER ***/

/*** GOTOP ***/
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 110px;
    right: 25px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #c22b20 url(https://cdn.suiis.com/mall/img/cd-top-arrow.png) no-repeat center 50%;
    background-size: auto 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 2px solid #fff;
    z-index: 9999;
}

.cd_bg01 {
    background: rgba(68, 140, 203, .95) url(https://cdn.suiis.com/mall/img/cd-top-arrow.png) no-repeat center 50%;
    background-size: auto 100%;
}

.cd_bg02 {
    background: #c22b20 url(https://cdn.suiis.com/mall/img/cd-top-arrow.png) no-repeat center 50%;
    background-size: auto 100%;
}

.cd_bg03 {
    background: rgba(255, 153, 0, .95) url(https://cdn.suiis.com/mall/img/cd-top-arrow.png) no-repeat center 50%;
    background-size: auto 100%;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .95;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
/*** GOTOP ***/

/*** JOIN FORM ***/
.join_header {
    padding: 40px 0;
    color: #fff;
}

    .join_header h1 {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        font-size: 27px;
        text-align: center;
        border-bottom: 1px dashed #fff;
    }

.j01 {
    background: #448ccb;
}

.j02 {
    background: #c22b20;
}

.j03 {
    background: #ff9900;
}

.j04 {
    background: #f6f6f6;
}

.j05 {
    background: #ffcc00;
}

.j_info {
    width: 260px;
    margin: 0 auto;
}

    .j_info h2 {
        margin-bottom: 15px;
        padding: 15px;
        font-size: 26px;
        text-align: center;
        border: 5px solid #fff;
        border-left: 0;
        border-right: 0;
    }

    .j_info p {
        font-size: 26px;
        line-height: 40px;
    }

.j_h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.join_cnt {
    max-width: 1030px;
    margin: 0 20px;
    padding: 0;
}

    .join_cnt h2 {
        margin: 0 0 15px 0;
        padding: 15px;
        font-size: 26px;
        text-align: center;
        border: 5px solid #fff;
        border-left: 0;
        border-right: 0;
    }

    .join_cnt ul, .join_cnt ol {
        margin: 0;
        padding: 0;
        clear: both;
    }

        .join_cnt ul li {
            margin-left: 30px;
            padding: 0;
            list-style: disc;
            font-size: 15px;
            line-height: 2em;
        }

        .join_cnt ol li {
            margin-left: 30px;
            padding: 0;
            list-style: decimal;
            font-size: 15px;
            line-height: 2em;
        }

ul.ul_roomprice {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

    ul.ul_roomprice li {
        float: left;
        width: 50%;
    }

        ul.ul_roomprice li .roompricebox {
            margin: 0 20px;
        }

        ul.ul_roomprice li table {
            width: 100%;
            font-size: 18px;
            text-align: center;
            border-spacing: 1px;
            border-collapse: separate;
            background: #ccc;
        }

            ul.ul_roomprice li table th {
                padding: 13px;
                background: #333;
                color: #fff;
            }

            ul.ul_roomprice li table td {
                width: 50%;
                padding: 13px;
                background: #fff;
            }

                ul.ul_roomprice li table td.td_cap {
                    background: #f3f3f3;
                }

.orderform {
    max-width: 510px;
    margin: 0 auto;
}

    .orderform h3 {
        margin-bottom: 23px;
        overflow: hidden;
        position: relative;
    }

        .orderform h3 span {
            width: 50px;
            font-size: 16px;
            font-weight: 300;
            margin: 0 auto;
            padding: 5px 15px;
            text-align: center;
            display: block;
        }

.same_as_orderer {
    position: absolute;
    right: 80px;
    top: 5px;
}

    .same_as_orderer a, .btn_apply_receive a {
        color: #333;
    }

.btn_apply_receive {
    width: 128px;
    margin: -20px auto 0 auto;
}

.hsb01 {
    border-bottom: 1px solid #448ccb;
}

.hsb02 {
    border-bottom: 1px solid #c22b20;
}

.hsb03 {
    border-bottom: 1px solid #ff9900;
}

.input_order {
    float: left;
    height: 20px;
    margin: 7px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: inherit;
    line-height: 1em;
}

.io01 {
    width: 68px;
}

.io02 {
    width: calc(100% - 140px);
}

.io02a {
    width: calc(100% - 140px);
    margin-left: 97px;
}

.io03 {
    width: calc(100% - 36px);
}

.io04 {
    width: 100px;
}

.io05 {
    width: calc(100% - 309px);
}

.io06 {
    width: calc(100% - 409px);
    margin-left: 351px;
}

.note01 {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #ff0000;
}

.selectbox {
    position: relative;
    margin-bottom: 80px;
    clear: both;
}

    .selectbox p {
        display: inline-block;
    }

.select01 {
    position: absolute;
    top: -6px;
    display: inline-block;
    width: 100% !important;
    margin: 5px 0 0 0;
}

.selectbox2 {
    float: left;
    margin: 7px;
    position: relative;
}

    .selectbox2 .select01 {
        position: absolute;
        top: -5px;
        display: inline-block;
        margin: 5px 0 0 0;
        border-radius: 0 !important;
    }

    .selectbox2 .nice-select {
        width: 90px;
    }

        .selectbox2 .nice-select .option {
            margin: 0;
            padding-left: 18px;
            padding-right: 29px;
            text-align: left;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

.selectbox3 {
    clear: both;
    margin: 7px;
    position: relative;
}

    .selectbox3 .select01 {
        position: absolute;
        top: 0px;
        display: inline-block;
        margin: 7px 0 0 0;
        border-radius: 0 !important;
    }

    .selectbox3 .nice-select {
        width: calc(100% - 140px);
    }

        .selectbox3 .nice-select .option {
            margin: 0;
            padding-left: 18px;
            padding-right: 29px;
            text-align: left;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

.selectbox4 {
    float: left;
    margin: 7px;
    position: relative;
}

    .selectbox4 .select01 {
        position: absolute;
        top: -5px;
        display: inline-block;
        margin: 5px 0 0 0;
        border-radius: 0 !important;
    }

    .selectbox4 .select02 {
        position: absolute;
        top: -5px;
        left: 122px;
        display: inline-block;
        margin: 5px 0 0 0;
        border-radius: 0 !important;
        width: 224px;
    }

    .selectbox4 .nice-select {
        width: 122px;
    }

        .selectbox4 .nice-select .option {
            margin: 0;
            padding-left: 18px;
            padding-right: 29px;
            text-align: left;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

.select09 .nice-select {
    width: 224px;
}
/*
.selectbox{ float:left; width: 88px; height: 20px; margin:7px; border:1px solid #ccc; overflow: hidden; display:inline-block;}
.selectbox select{ background:transparent; border:0; font-size:15px; font-family:inherit; line-height:1em;}
.selectbox.select01 { width: 78px; height: 20px; padding:2px 0 18px 10px; background:#fff url(../img/icon-arrow01.png) right center no-repeat; background-size:auto 100%;}
.selectbox.select01 select { width: 98px; height: 20px;}

.selectbox2{ float:left; width: 100%; height: 20px; margin:7px; border:1px solid #ccc; overflow: hidden; display:inline-block;}
.selectbox2 select{ background:transparent; border:0; font-size:15px; font-family:inherit; line-height:1em;}
.selectbox2.select01 { width:calc(100% - 37px); height: 20px; padding:10px; line-height:.5em; background:#fff url(../img/icon-arrow01.png) right center no-repeat; background-size:auto 100%;}
.selectbox2.select01 select { width:calc(100% + 37px); height: 20px;}

.selectbox3{ float:left; width: 120px; height: 20px; margin:7px; border:1px solid #ccc; overflow: hidden; display:inline-block;}
.selectbox3 select{ background:transparent; border:0; font-size:15px; font-family:inherit; line-height:1em;}
.selectbox3.select01 { width: 110px; height: 20px; padding:2px 0 18px 10px; background:#fff url(../img/icon-arrow01.png) right center no-repeat; background-size:auto 100%;}
.selectbox3.select01 select { width: 130px; height: 20px;}
*/
.textarea01 {
    width: calc(100% - 36px);
    height: 61px;
    margin: 7px 7px 7px 7px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: inherit;
    line-height: 1em;
}

.textarea02 {
    width: calc(100% - 36px);
    height: 100px;
    margin: 7px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: inherit;
    line-height: 1em;
}

.tourist_wrap00 {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.tourist_wrap {
    margin-bottom: 40px;
    padding: 23px;
    border: 1px solid #ccc;
    background: #fff;
}

    .tourist_wrap:last-child {
        margin-bottom: 0;
    }

    .tourist_wrap h3 {
        font-size: 16px;
        font-weight: 300;
        padding: 5px 15px;
    }

.hr {
    height: 0px;
    margin: 40px 0;
    border-bottom: 1px dashed #ccc;
}

.btn_style01 {
    padding: 4px 10px 5px 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.confirm {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}

    .confirm input[type="checkbox"] {
        float: left;
        width: 12px;
        margin-top: 10px;
        margin-right: 8px;
        background: #8180E1;
    }

    .confirm p {
        float: left;
        width: calc(100% - 30px);
        font-size: 13px;
    }

.btn_submit {
    margin: 20px 0;
    padding: 25px 55px;
    font-size: 1.5em;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.btn_change_payment, .btn_change_payment:hover {
    width: auto;
    margin: 0 0 0 10px;
    padding: 2px 10px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    background: #c22b20;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}


/*** POPUP SEARCH***/
.fadeandscale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.popup_visible .fadeandscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popupbox {
    max-width: 600px;
    min-width: 320px;
    min-height: 131px;
    margin: 20px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

/*.popup_close {
    width: 50px;
    height: 50px;
    background: url(../img/cross.png) center center no-repeat;
    background-size: auto 100%;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}*/

.searchbox {
    width: 650px;
    margin: 31px auto 0 auto;
    position: relative;
}

input.input_search {
    width: calc(100% - 110px);
    font-size: 54px;
    font-weight: 300;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #c22b20;
    text-align: center;
    -webkit-appearance: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -34px;
}

.input_submit {
    width: 50px;
    height: 50px;
    margin: 17px 0 0 0;
    padding: 0;
    border: none;
    text-indent: -9999px;
    background: url(https://cdn.suiis.com/mall/img/icon-search2.png) center center no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    position: absolute;
    right: 110px;
    top: -34px;
    -webkit-appearance: normal;
}

.phonebox {
    margin: 31px auto 0 auto;
}

    .phonebox h2 {
        font-size: 24px;
    }

    .phonebox h3 {
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 34px;
        font-weight: bold;
    }

    .phonebox a {
        padding: 10px 15px;
        background: #71b200;
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
/*** /POPUP SEARCH***/

/*** POPUP OPTION***/
.optionbox {
    width: 100% !important;
    margin: 0 auto 0 auto;
    position: relative;
}

    .optionbox h2 {
        width: 100%;
        padding-bottom: 5px;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 2px solid #ccc;
    }

    .optionbox span {
        width: 100%;
        margin-top: 5px;
        font-size: .875em;
        font-weight: normal;
        color: #999;
        display: block;
    }

.fadeandscale_option {
    max-width: 1000px !important;
}

.list_option01, .list_option02 {
    max-width: 900px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list_option01 li, .list_option02 li {
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        overflow: hidden;
    }

        .list_option01 li.no, .list_option02 li.no {
            color: #ccc;
            background: #f3f3f3;
        }

        .list_option01 li.good {
            padding: 7px;
            border: 3px solid #ffa200;
        }

    .list_option01 .option_img {
        float: left;
        width: 50px;
        margin-right: 20px;
    }

    .list_option01 .prop_tag {
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 14px;
        width: auto;
        color: #fff;
        font-size: .875em;
        font-style: normal;
        background: #a1c45a;
        border-radius: 5px;
        display: table-cell;
        float: left;
    }

    .list_option01 .option_name {
        float: left;
        width: calc(100% - 140px);
        height: 50px;
        display: table;
        overflow: hidden;
    }

        .list_option01 .option_name p {
            line-height: 1.3em;
            display: table-cell;
            vertical-align: middle;
        }

            .list_option01 .option_name p.name2 {
                width: calc(100% - 140px);
                padding-right: 10px;
                text-align: left;
            }

            .list_option01 .option_name p.price {
                width: 70px;
                text-align: center;
            }

            .list_option01 .option_name p.save {
                width: 70px;
                text-align: center;
                color: #cc0000;
            }

    .list_option01 .option_qty {
        float: right;
        width: 50px;
        margin-left: 20px;
    }

        .list_option01 .option_qty select {
            width: 100%;
            margin-top: 11px;
        }

    .list_option01 .option_name.amount {
        float: left;
        width: calc(100% - 238px);
        height: 50px;
        display: table;
        overflow: hidden;
    }

        .list_option01 .option_name.amount p {
            font-size: 1.2em;
            font-weight: bold;
            display: block;
        }

        .list_option01 .option_name.amount span {
            color: #666;
            display: block;
        }

            .list_option01 .option_name.amount span b {
                font-weight: normal;
                color: #c22b20;
            }

    .list_option01 .option_input {
        float: left;
        width: 98px;
        margin: 7px 0 0 0;
    }

        .list_option01 .option_input p {
            float: left;
            font-size: .813em;
            line-height: 36px;
        }

        .list_option01 .option_input input {
            float: left;
            width: 50px;
            margin: 0;
            padding: 5px;
            border: 0;
            border: 1px solid #ccc;
            display: inline-block;
        }

    .list_option01 .option_btn {
        float: left;
        width: 140px;
    }

        .list_option01 .option_btn input {
            margin: 0;
            padding: 12px;
            color: #000;
            text-shadow: 1px 1px 0px rgba(255,255,255,.5);
            border: 1px solid #ffa200;
            border-radius: 5px;
            background: #ffcc00;
            text-align: center;
            cursor: pointer;
        }

    .list_option01 .plan {
        overflow: hidden;
    }

        .list_option01 .plan p {
            float: left;
            width: 68px;
            font-weight: bold;
        }

        .list_option01 .plan span {
            float: left;
            width: calc(100% - 68px);
        }

            .list_option01 .plan span b {
                color: #c22b20;
                font-weight: normal;
            }
/*** /POPUP OPTION***/

/*** POPUP MENU***/
#fadeandscale_menu_background {
    transition: all 0.3s 0.3s;
}

#fadeandscale_menu, #fadeandscale_menu_wrapper {
    transition: all 0.3s ease-out;
}

#fadeandscale_menu {
    transform: translateX(0) translateY(-40%);
}

.popup_visible #fadeandscale_menu {
    transform: translateX(0) translateY(0);
}

.menubox {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

    .menubox a {
        color: #333;
    }

        .menubox a:hover {
            color: #448ccb;
        }

.menu_l {
    float: left;
    width: 240px;
    margin: 0 20px 20px 20px;
}

.menu_r {
    float: left;
    width: calc(100% - 280px);
}

a .menu {
    padding: 5px 0;
    border-bottom: 3px solid #448ccb;
}

ul.ul_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    ul.ul_menu li {
        float: left;
        width: 100%;
    }

    ul.ul_menu p {
        float: left;
        margin-right: 10px;
    }

        ul.ul_menu p:after {
            margin-left: 10px;
            content: "/";
        }

        ul.ul_menu p:last-child:after {
            content: "";
        }

.menu_r_box {
    margin: 0 20px 40px 20px;
}

    .menu_r_box h3 {
        padding-bottom: 7px;
        font-size: 22px;
        font-weight: 300;
        color: #448ccb;
        text-align: center;
        border-bottom: 3px solid #ccc;
    }

    .menu_r_box p {
        margin-top: 8px;
        line-height: 1.2em;
    }

.row {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
}
/*** POPUP MENU***/

/*** POPUP MENU INFO***/
.menu_info {
    width: auto;
    margin: 0 20px;
    padding: 5px 0 6px 0;
    border-bottom: 1px dashed #ccc;
    display: block;
    overflow: hidden;
}

    .menu_info p {
        float: left;
        margin-right: 20px;
        font-size: 15px;
        line-height: 1.5em;
        display: block;
    }

    .menu_info a {
        color: #333;
    }

        .menu_info a:hover {
            color: #448ccb;
        }
/*** POPUP MENU INFO***/
.menu_item {
    width: auto;
    margin: 0 20px;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
}

    .menu_item p {
        float: left;
        font-size: 20px;
        padding-left: 20px;
    }

    .menu_item a {
        color: #333;
    }

        .menu_item a:hover {
            color: #448ccb;
        }
/*** FLOAT ***/
#DB_rightQuick {
    width: 81px;
    height: 235px;
    position: fixed;
    right: -36px;
    bottom: 84px;
    z-index: 999;
}

ul#ul_rightQuick {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

    ul#ul_rightQuick li {
        width: 40px;
        margin-bottom: 5px !important;
    }

.line-it-button {
    margin: 0px 0 -6px 0 !important;
    padding: 0;
}
/*** FLOAT ***/

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*** POPUP ***/


/*** JSSOR ***/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora106 .c {
        fill: #fff;
        opacity: .3;
    }

    .jssora106 .a {
        fill: none;
        stroke: #000;
        stroke-width: 350;
        stroke-miterlimit: 10;
    }

    .jssora106:hover .c {
        opacity: .5;
    }

    .jssora106:hover .a {
        opacity: .8;
    }

    .jssora106.jssora106dn .c {
        opacity: .2;
    }

    .jssora106.jssora106dn .a {
        opacity: 1;
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none;
    }

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}
/*** /JSSOR ***/


a.tour {
    position: relative;
    top: -166px;
    display: block !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
}

/*
.view{color: #900;font-weight: 700;}
.tour_content a{color:#448ccb;text-decoration:underline;}
.radius,.tour_content img{-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}
.view_title{font-size:30px;padding-bottom:20px;}
.sch_title{width:100px;height:100px;border-radius:999em;background-color:#448ccb;color:white;text-align:center;font-weight:bold;padding-top:30px;font-size:26px;margin-bottom:20px;margin-left:auto;margin-right:auto;}
*/
.ptagbg0 {
    background: #c22b20;
}

.ptagbg1 {
    background: #093
}

.ptagbg2 {
    background: #F90
}

.ptagbg3 {
    background: #C09
}

.ptagbg4 {
    background: #06C
}

.tagHg {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    width: 100%;
    border: solid 1px red;
    padding: 0 2px;
    border-radius: 5px;
    font-size: 0.9em;
}

.txtHg {
    height: 60px;
    overflow: hidden;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.dis_color {
    background: #F0F0F0;
}

.hand {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

#loading {
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #595758;
    background-color: #edebeb;
    opacity: 0.5;
}

.fontsize75 {
    font-size: 0.75rem;
}

.popup_closearea {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}

.popup_closeicon {
    color: #c22b20;
    position: absolute;
    top: 10px;
    right: 20px;
}

.select_good {
    border: 3px solid #ffa200;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.prod_html, .qa_html {
    all: unset;
}

    .prod_html p, .qa_html p {
        margin: 12px 3px;
    }

    .prod_html ul, .prod_html ol, .qa_html ul, .qa_html ol {
        margin-bottom: 20px;
    }

        .qa_html ul li {
            list-style-type: disc;
        }

        .prod_html ul li {
            list-style-type: disc;
            padding: 1px 1px;
            margin-left: 50px;
            margin-right: 10px;
        }

        .qa_html ol li {
            list-style-type: decimal;
        }

        .prod_html ol li {
            list-style-type: decimal;
            padding: 1px 1px;
            margin-left: 50px;
            margin-right: 10px;
        }



.qa_html_p ul li {
    list-style-type: disc;
    padding: 1px 1px;
    margin-left: 30px;
    margin-right: 10px;
}

.qa_html_p ol li {
    list-style-type: decimal;
    padding: 1px 1px;
    margin-left: 30px;
    margin-right: 10px;
}

.qa_html_p table {
    table-layout: fixed;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

    .qa_html_p table td {
        word-wrap: break-word;
        word-break: break-all;
        margin: 0px 10px;
    }

.qa_html_table {
    table-layout: fixed;
}

.qa_html_td {
    word-wrap: break-word;
    word-break: break-all;
}


.prod_html h2, .qa_html h2 {
    font-weight: bold;
    margin-bottom: unset;
    font-size: 1.2em;
    line-height: unset;
}

.prod_html a, .qa_html a {
    font-weight: bold;
    color: blue;
}

    .prod_html a:hover, .prod_html a.active, .qa_html a:hover, .qa_html a.active {
        color: red;
        text-decoration: underline;
        position: relative;
        top: 1px;
    }

.btn_cart_copy_s1 {
    width: 90%;
}

.btn_cart_copy_s2 {
    width: 93%;
    margin: 3px 20px;
}

.prop_tag {
    padding-left: 3px;
    padding-right: 3px;
    width: auto;
    color: #fff;
    font-size: .875em;
    font-style: normal;
    background: #a1c45a;
    border-radius: 5px;
    display: inline-block;
}

#alertMsg {
    bottom: 10px;
    width: 310px;
    right: 85px;
    height: auto;
    float: right;
    position: fixed;
    _position: absolute;
    z-index: 999;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4)
}

.alertMsgItem {
    position: relative;
    float: right;
    width: 100%;
    right: 0px;
    word-break: break-all;
    margin: 2px 0px;
    padding: 8px;
    background: #c22b20;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}

.mallCartWarring {
    font-size: 13pt;
    line-height: 25pt;
    color: Maroon;
    background-color: #ff9;
    margin: 5px 0px;
    font-weight: 700;
    border: 2px solid red;
    padding: 10px;
}

.redColor {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.firstConfirm {
    display: none;
    background: white;
    height: auto;
    width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 6;
    border-radius: 15px;
    opacity: 1;
}

    .firstConfirm ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
        list-style: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .firstConfirm ul li {
            margin: 0px;
            padding: 0px;
        }

            .firstConfirm ul li:first-child {
                border-bottom: 1px solid #AECFDE;
                padding: 20px;
            }

            .firstConfirm ul li p {
                display: inline-block;
                margin: 0px 0px 10px 0px;
                padding: 0px;
                font: bold 18px/25px Helvetica,sans-serif;
                color: #000000;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .firstConfirm ul li span {
                display: inline-block;
                margin: 0px;
                padding: 0px;
                font: 15px/25px Helvetica,sans-serif;
                color: #000000;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .firstConfirm ul li a {
                display: inline-block;
                margin: 0px;
                padding: 10px 0px;
                width: 50%;
                font: bold 15px/25px Helvetica,sans-serif;
                color: #3366ff;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                cursor: pointer;
            }

            .firstConfirm ul li #firstConfirmNo {
                border-right: 1px solid #AECFDE;
            }

            .firstConfirm ul li span {
                text-align: left;
            }

.ptag9 {
    float: right;
    bottom: 0;
    position: absolute;
    right: -4px;
}

.ptag10 {
    margin-right: 3px;
    padding: 0 8px 2px;
    color: #fff;
    font-size: .875em;
    background: #a1c45a;
    border-radius: 5px;
    bottom: 0;
    display: inline-block;
}

.cart_coupon {
    width: 800px;
}

.coupon_logo {
background-color: #ff9900;
}

.coupon_logo_end {
    background-image: url('https://cdn.suiis.com/mall/images/bg_coupon_g.png');
    background-color: #9C9C9C;
}

.coupon_logo_w {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .coupon_logo_w img {
        max-width: 50%;
        max-height: 50%;
    }

.coupon_desc {
    text-align: left;
    padding-left: 10px;
}

.coupon_desc_txt li{
    margin-top: 5px;
}

.coupon_discount {
	font-weight:bold;
	text-align:center;	
}
.coupon_get {
    border-left: 1px dashed gray;
}

.coupon_rule {
    font-size: 0.85em;
    text-align: right;
    padding-right: 5px;
}


    .coupon_rule, .coupon_rule a {
        color: #5faac3;
    }

.coupon_border {
    margin-bottom: 20px;
}

.coupon_pdt_box, .coupon_cp_box {
    border: 3px solid #EDEDED;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#btnRewardCode{
	max-width:100px;
	padding-left:35px
}

    .coupon_pdt_box:hover, .coupon_get_box {
        border: 2px solid #c22b20 !important;
    }

.loveBtn {
    padding: 8px 25px 8px 0px;
    margin-left: 10px;
    margin-top: 10px;
}

.loveBtn2 {
    padding: 8px 25px 8px 0px;
}

.loveBorder {
    border: 2px solid #ff8364;
}

.whiteColor {
    color: white;
}

.loveIcon {
    float: left;
    margin: 0px 0 0 20px;
    font-size: 1.5em;
}

.loveSave {
    background: #ff8364;
}

.loveWait {
    color: #ff8364;
}

.border-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.fltItemList {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.fltItem {
    background-color: #c22b20;
    color: white;
}

.fltItemPM {
    margin: 2px 6px;
    padding: 10px 3px 5px 3px;
}

.FltSch {
    max-width: 1200px !important;
    margin: 0 auto;
    overflow: hidden;
}

.p_0_20 {
    padding: 0 20px;
}

.m_2_6 {
    margin: 2px 6px;
}

.fltCell {
    float: left;
    padding: 10px 0px;
}

.dp_none {
    display: none;
}

.m_2_2_white {
    background-color: white;
    padding-bottom: 6px;
}


.m_2_2_white2 {
    background-color: white;
    padding-bottom: 6px;
}

.f_Area {
    width: 100%;
    height: 46px;
    background: #c22b20;
    border-top: 1px solid #CCCCCC;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1999;
    display: none;
}

.f_Item {
    width: calc(20% - 2px);
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.f_ItemA {
    color: #ff0;
	user-select: none;
}

.f_ItemW {
    margin-top: -6px;
	user-select: none;
}

.l_float {
    position: fixed;
    width: 100%;
    z-index: 50;
    margin: 0;
    padding: 0;
    top: 0px;
}

.m_ItemA {
    background-color: #ff0;
}

#topFilter {
    background-color: #fff;
    padding: 15px 15px 10px 15px;
}

.dvFltSec2 {
    border-bottom: 8px solid #fff;
}

.w1200img img {
    width: 1200px;
    height: 627.5px;
}

.promHg {
    border: none;
    font-size: 0.9em;
    color: #DD2726;
}

.inner_banner img {
    width: 100%;
	border-radius:5px;
}

.NoRadioCss input[type="radio"], .NoRadioCss input[type="checkbox"] {
    display: unset;
    text-align: center;
    width: 20px;
}

.prod_title_mobile {
    display: none;
}

.prod_title_wide {
    display: unset;
}

.ptitle {
    margin: 0 !important;
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;
}

.pcontent {
    font-size: 1em;
    line-height: 2em;
    text-align: right;
    padding-right: 25px;
    line-height: 2em;
}

.pinput {
    width: 45px;
    text-align: right;
    padding: 0 5px 0 0px;
}

.totalprice {
    color: #f54d2f;
    font-size: 1.2em;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.cartCpnBtn {
    float: right;
    width: 100%;
    height: 45px;
    margin: 10px 0;
    padding: 10px 44px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    clear: both;
}

.mobile_class {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #c00;
    padding: 4px;
    border-radius: 15px;
    text-align: center;
    font-size: 0.9em;
    margin: 0 10px 10px 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.propty {
    margin-right: 5px;
    padding: 0px 8px 1px 8px;
    color: #fff;
    font-size: .875em;
    font-style: normal;
    background: #a1c45a;
    border-radius: 5px;
}

.smGray {
    font-size: .875em;
    color: #999;
}

.ckCart {
    pointer-events: visible;
    padding-right: 0px;
    font-size: 2em;
}

.pdR0 {
    padding-right: 0px;
}

.wrapper {
    justify-content: center;
    align-items: center;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

.margin10_2 {
    margin: 10px 2px;
}

.embed-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
