/* ==========================================================================
   #GRID
   ========================================================================== */

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-refine {
    margin: 0 -15px;
}


/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */


/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    /*-webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;*/
}


/* ==========================================================================
   #RESET
   ========================================================================== */


/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
    /* margin: 0; */
    padding: 0;
}


/**
 * Remove trailing margins from nested lists.
 */

li>ol,
li>ul {
    margin-bottom: 0;
}


/**
 * Remove default table spacing.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */

fieldset {
    min-width: 0;
    /* [1] */
    border: 0;
}

button {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
}


/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */

.page-wrapper {
    min-height: 100vh;
}

body {
    font-family: 'Lato', 'Arial', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


/* ==========================================================================
   #BACKGROUND
   ========================================================================== */

.bg-img-1 {
    background: url('../img/bg-img-01.jpg') center center/cover no-repeat;
}

.bg-header {
    background: linear-gradient(to top, #7a175e, #de0022);
}


/* ==========================================================================
   #SPACING
   ========================================================================== */

.p-t-15 {
    padding-top: 15px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-275 {
    padding-top: 275px;
}

@media (max-width: 767px) {
    .p-t-275 {
        padding-top: 120px;
    }
}

.p-t-200 {
    padding-top: 200px;
}

@media (max-width: 767px) {
    .p-t-200 {
        padding-top: 150px;
    }
}

.p-t-165 {
    padding-top: 165px;
}

@media (max-width: 767px) {
    .p-t-165 {
        padding-top: 120px;
    }
}

.p-b-100 {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .p-b-100 {
        padding-bottom: 250px;
    }
}

.p-b-120 {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .p-b-120 {
        padding-bottom: 250px;
    }
}

.m-r-45 {
    margin-right: 45px;
}

@media (max-width: 767px) {
    .m-r-45 {
        margin-right: 15px;
    }
}


/* ==========================================================================
   #WRAPPER
   ========================================================================== */

.wrapper {
    margin: 0 auto;
}

.wrapper--w680 {
    max-width: 680px;
}

.wrapper--w720 {
    max-width: 720px;
}

.wrapper--w900 {
    max-width: 900px;
}


/* ==========================================================================
   #BUTTON
   ========================================================================== */

.btn-submit {
    display: block;
    width: 100%;
    line-height: 45px;
    font-family: inherit;
    background: #6c7ae0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-submit:hover {
    background: #5866cc;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-35 {
    margin-top: 35px;
}


/* ==========================================================================
   #DATEPICKER
   ========================================================================== */

.daterangepicker {
    display: none;
    width: 790px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 35px;
    padding-top: 27px;
    padding-bottom: 25px;
    margin-top: 2px;
    margin-left: -127px;
}

@media (max-width: 767px) {
    .daterangepicker {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0px;
    }
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker .calendar {
    margin: 0;
    width: 325px;
    max-width: 325px;
}

.daterangepicker .calendar th {
    font-size: 14px;
    color: #aaa;
    cursor: default;
}

.daterangepicker .calendar th.month {
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.daterangepicker .calendar th.next,
.daterangepicker .calendar th.prev {
    font-size: 20px;
    color: #ccc;
    text-align: center;
}

.daterangepicker .calendar.right {
    float: right;
}

@media (max-width: 767px) {
    .daterangepicker .calendar {
        width: 235px;
        max-width: 270px;
    }

    .daterangepicker .calendar.right,
    .daterangepicker .calendar.left {
        float: none !important;
        clear: none !important;
        margin: 0 auto !important;
    }

    .daterangepicker .calendar.left {
        margin-bottom: 30px !important;
    }
}

.daterangepicker .calendar-table {
    padding: 0;
}

.daterangepicker .calendar-table .table-condensed thead tr:nth-child(2) th {
    padding-top: 27px;
    padding-bottom: 17px;
}

.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}

.daterangepicker_input {
    display: none;
}

.daterangepicker td {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 46px;
    width: 32px;
    font-family: 'Poppins', 'Arial', 'Helvetica Neue', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #555;
}

@media (max-width: 767px) {
    .daterangepicker td {
        height: 32px;
        width: 32px;
    }
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ad5f;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.daterangepicker td.in-range {
    background: #ececff;
}

.daterangepicker td.today {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #c9c9c9;
}

.daterangepicker td.today.in-range {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #6c7ae0;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background: transparent;
    color: #aaa;
}

.daterangepicker select {
    outline: none;
    font-family: inherit;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 16px;
    padding: 8px 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #6c7ae0;
}

.dropdown-datepicker {
    position: relative;
}

.dropdown-datepicker .daterangepicker {
    width: 385px;
    padding: 20px;
    max-width: 385px;
    margin-left: 0;
    margin-right: -20px;
}

.dropdown-datepicker .daterangepicker .calendar {
    width: 100%;
    max-width: 100%;
}

.dropdown-datepicker .daterangepicker .calendar td {
    width: 32px;
    height: 32px;
}


/* ==========================================================================
   #FORM
   ========================================================================== */

input,
textarea {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
}

input:disabled {
    background: transparent;
    cursor: pointer;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
}

/* .input-group {
    position: relative;
    margin-bottom: 15px;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    min-height: 65px;
} */

.input-group-big {
    padding: 5px 20px;
}

.input-group-symbol {
    position: absolute;
    font-size: 36px;
    color: #ccc;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-group-icon {
    position: relative;
    width: 100%;
}

.input-icon {
    font-size: 24px;
    color: #808080;
    position: absolute;
    line-height: 60px;
    right: 0;
    top: 0;
    width: 20px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.input-icon::before {
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.label {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 30px;
}

.input--style-1 {
    font-size: 16px;
    padding: 10px 0;
    color: #666;
    font-family: inherit;
}

.input--style-1::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

.input--style-1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

.input--style-1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

.input--style-1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.input--style-1:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

.input--style-1-small {
    font-size: 16px;
    padding: 20.5px 0;
}


/* CHECKBOX */


/* Radio button */

.radio-row {
    padding-top: 10px;
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-container:hover input~.radio-checkmark {
    background-color: #fff;
}

.radio-container input:checked~.radio-checkmark {
    background-color: #fff;
}

.radio-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.radio-container input:checked~.radio-checkmark:after {
    display: block;
}

.radio-container .radio-checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ad5f;
}


/* ==========================================================================
   #SELECT
   ========================================================================== */

.quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

@media (max-width: 575px) {
    .quantity {
        float: none;
        margin-top: 10px;
    }
}

.quantity>input {
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 18px;
    color: #555;
    font-weight: 700;
}

.minus,
.plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.minus:hover,
.plus:hover {
    background: #6c7ae0;
    border-color: #6c7ae0;
    color: #fff;
}

.list-room {
    list-style: none;
    max-height: 324px;
    overflow-y: auto;
    padding-right: 20px;
}

.list-room__item {
    margin-bottom: 20px;
}

.list-room__footer {
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}

.list-room__name {
    margin-bottom: 27px;
    display: block;
    font-weight: 700;
    color: #999;
}

.list-person {
    list-style: none;
}

.list-person .list-person__item:last-child {
    margin-bottom: 0;
}

.list-person__item {
    margin-bottom: 34px;
}

.list-person__item::after {
    content: '';
    clear: both;
    display: table;
}

.list-person__item .name {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

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

#btn-add-room {
    font-family: inherit;
    font-size: 16px;
    color: #6c7ae0;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#btn-add-room:hover {
    text-decoration: underline;
}

.dropdown-select {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 45px;
    padding-right: 25px;
}

.dropdown-select.show {
    display: block;
}

.open .input-icon::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


/* ==========================================================================
   #SELECT2
   ========================================================================== */

.select--no-search .select2-search {
    display: none !important;
}

.rs-select2 {
    width: 100%;
}

.rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
}

.rs-select2 .select2-container .select2-selection--single {
    outline: none;
    border: none;
    height: 60px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 0;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 58px;
    right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2f9';
    font-size: 24px;
    color: #808080;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
    overflow: hidden;
}

.select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 16px;
    color: #666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #6c7ae0;
}


/* ==========================================================================
   #TAB
   ========================================================================== */

.tab-list {
    list-style: none;
    padding: 0 55px;
    border: none;
    justify-content: center;
}

.nav-link01.active,
.nav-item.show .nav-link01 {
    color: #ffef1d;
    background-color: #333;
    font-weight: 800;
}

.tab-list::after {
    content: '';
    clear: both;
    display: table;
}

@media (max-width: 767px) {
    .tab-list {
        padding-top: 40px;
        padding: 5px 10px 8px 10px;
    }
}

.tab-list__item {
    float: left;
}

.tab-list__link {
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins', 'Arial', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .tab-list__link {
        font-size: 22px;
    }
}

.tab-list .active .tab-list__link {
    color: #fff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.tab-pane.active {
    display: block;
}

@media (max-width: 767px) {
    .tab-content>.tab-pane {
        padding: 0;
    }
}


/* ==========================================================================
   #TITLE
   ========================================================================== */

.title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}


/* ==========================================================================
   #CARD
   ========================================================================== */

.card-4 {
    background: #333;
}


/* 必要布局样式css */

.case-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.case-index-title {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.case-index-title h2 {
    font-size: 36px;
    font-family: pingfang, 'Microsoft Yahei', 'HanHei SC', PingHei, 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: normal;
}

.case-index-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dbdce0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    transition: all 0.2s;
}

.case-index-title a:hover {
    background: #f96a69;
    border-color: #f96a69;
    color: #fff;
}

.case-index-content {
    position: relative;
}

.case-index-content ul {
    margin-right: -18px;
}

.case-example-item {
    float: left;
    width: 286px;
    height: 315px;
    overflow: hidden;
    margin: 0 18px 18px 0;
    text-align: center;
    background: #fff;
    position: relative;
    transition: all 0.2s;
}

.case-example-item a .case-pad {
    width: 286px;
    height: 180px;
}

.case-item-info {
    height: 135px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.2s;
}

.case-info-logo {
    margin-top: 0;
    margin-bottom: 8px;
    height: 80px;
    transition: all 0.2s;
}

.case-info-title {
    font-size: 14px;
    color: #646466;
    margin-bottom: 35px;
}

.case-info-title {
    font-size: 14px;
    color: #646466;
    margin-bottom: 35px;
}

.case-info-text {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 1.8;
}

.case-index-content .case-example-item:hover .case-item-info {
    height: 315px;
}


/*列表用*/

.main-group {
    width: 100%;
    margin: 20px auto;
}

.ranking-title {
    text-align: center;
    padding: 0 0 20px 0;
}

.ranking-title .title {
    font-size: 28px;
    font-weight: bold;
    color: #564e47;
}

.ranking-title .brand {
    margin: 5px auto 10px auto;
    width: 30px;
    height: 3px;
    background: #876d5a;
    border-radius: 20px;
}

.ranking-title .desc {
    font-size: 15px;
}

.ranking-nav-group {
    display: flex;
    background: #fff;
    margin-top: 5px;
}

.ranking-nav-group div {
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
    cursor: pointer;
}

.ranking-nav-group div.self {
    color: #fff;
    background: #dd393d;
}

.items-box-group .items-group .item-group {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 5px;
    padding: 20px 0;
}

.items-box-group .items-group .item-group .img {
    width: 10%;
    text-align: center;
    background: url(../img/sort.png) no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%;
    height: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.items-box-group .items-group .item-group .item-data {
    width: 70%;
}

.items-box-group .items-group .item-group .buttin-group {
    width: 20%;
}

.item-data .title {
    font-size: 10px;
    font-weight: bold;
}

.item-data .title span {
    color: #9e9e9e;
    margin-left: 10px;
}

.item-price {
    display: flex;
    margin-top: 10px;
}

.item-price div {
    font-size: 26px;
    font-weight: bold;
    color: #dd393d;
}

@media (max-width: 767px) {
    .item-price div {
        font-size: 16px;
        font-weight: bold;
        color: #dd393d;
    }
}

.item-price div span {
    font-size: 24px;
}

.item-price div p {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
}

.buttin-group a {
    width: 80%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: #dd393e;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.pr {
    background: #d1c8c2;
}


/*搜尋名片用*/

figure.snip0056 {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    width: 100%;
    background: #ffffff;
    color: #000000;
}

figure.snip0056 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0056>img {
    width: 30%;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    position: relative;
    float: right;
    right: 5%;
    top: 20px;
    z-index: 1;
}

figure.snip0056 figcaption {
    padding: 20px 30px 20px 20px;
    position: absolute;
    left: 0;
    width: 60%;
}

figure.snip0056 figcaption h2,
figure.snip0056 figcaption p {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    width: 100%;
}

figure.snip0056 figcaption h2 {
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

figure.snip0056 figcaption h2 span {
    font-weight: 800;
}

figure.snip0056 figcaption p {
    font-size: 1.1em;
    opacity: 0.8;
}

figure.snip0056 figcaption .icons {
    width: 100%;
    text-align: left;
}

figure.snip0056 figcaption .icons i {
    font-size: 26px;
    padding: 5px;
    top: 50%;
    color: #000000;
}

figure.snip0056 figcaption a {
    opacity: 0.3;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0056 figcaption a:hover {
    opacity: 0.8;
}

figure.snip0056 .position {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 0.9em;
    opacity: 1;
    font-style: italic;
    color: #ffffff;
    background: #000000;
    clear: both;
}

figure.snip0056.blue .position {
    background: #20638f;
}

figure.snip0056.red .position {
    background: #962d22;
}

figure.snip0056.yellow .position {
    background: #bf6516;
}

figure.snip0056:hover>img,
figure.snip0056.hover>img {
    right: -12%;
}


/*0615購買方案-報名表單內用*/

.order-main {
    background: #f3f5f7;
    padding-top: 78px;
    padding-bottom: 100px;
    border-top: 1px solid #e9ecf0;
}

.order-main .order-container {
    background: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1200px;
    overflow: hidden;
}

.order-container .login-box {
    height: 36px;
    background: #fff0ec;
    border-radius: 2px;
    font-size: 0.9rem;
    color: #ff734c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.login-box-l {
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    background: #eeffec;
    border-radius: 2px;
    color: #074605;
}

.login-box-a {
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    background: #ffecec;
    border-radius: 2px;
    color: #460505;
}

.order-container .order-item-hd {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.order-container .order-item-li {
    margin-top: 14px;
    font-size: 0;
}

.order-container .order-item-title {
    display: inline-block;
    width: 109px;
    font-size: 14px;
    font-weight: 400;
}

.order-container .order-item-input {
    height: 35px;
    border-radius: 2px;
    background: #f0ece3;
    padding: 10px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
}

.order-container .order-item-title {
    display: inline-block;
    width: 95px;
    font-size: 14px;
    font-weight: 400;
}

.order-container .order-item-title::before {
    content: '*';
    color: #ff734c;
    font-size: 13px;
    margin-right: 3px;
}

.order-container .order-item-title01 {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    font-weight: 400;
}

.order-container .order-item-title02 {
    display: inline-block;
    width: 15px;
    font-size: 14px;
    font-weight: 400;
}

.order-container .order-item-select {
    height: 32px;
    border: none;
    margin-bottom: 5px;
    margin-right: 7px;
    font-size: 13px;
    background-color: #f0ece3;
}

.order-container .order-item-select01 {
    height: 32px;
    border: none;
    padding: 5px;
    margin-right: 7px;
    font-size: 13px;
}

.order-container .order-item-input-box {
    display: inline-block;
    width: 324px;
    height: 32px;
    border-radius: 2px;
    font-size: 0;
    position: relative;
}

.order-container .order-item-input-box span {
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    padding-left: 12px;
    color: #71797f;
}

.order-container .order-item-input-box input {
    width: 100%;
    height: 100%;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.order-container .order-item-date {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
}

.order-container .order-item-left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.order-container .order-item-left-textarea {
    width: 100%;
    padding: 10px;
    height: 80px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    line-height: 20px;
    background: #f0ece3;
}


/* -- */

.order-container .order-item .order-item-line {
    margin-top: 21px;
    padding-top: 19px;
    border-top: 1px solid #e9ecf0;
}

.order-container .order-item .order-item-border-bottom {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px;
}

.order-container .order-item {
    padding: 0 20px 19px;
    border-bottom: 1px solid #e9ecf0;
    overflow: hidden;
}

.order-container .order-item-product-list {
    width: 100%;
    background: #f7f9fa;
    margin-top: 16px;
    padding: 8px;
}

.order-container .order-item-product-li {
    margin-bottom: 14px;
}

.order-container .order-item-product-pic {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
}

.order-container .order-item-product-pic img {}

.order-container .order-item-product-lifo {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

.order-container .order-item-product-name {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.order-container .order-item-product-name-c {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.order-container .order-item-product-price {
    font-size: 15px;
    font-size: 600px;
}

.order-container .order-item-product-count {
    margin-left: 32px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.order-container .order-item-footer {
    margin-top: 16px;
    padding: 0 8px;
    font-size: 0;
}

.order-container .order-item-footer-left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}

.order-container .order-item-footer-send {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-container .order-item-footer-receiver {
    margin-top: 8px;
    font-size: 0.9rem;
}

.order-container .order-item-footer-receiver .receiver-name {
    margin-right: 8px;
}

.order-container .order-item-footer-right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    font-size: 13px;
}

.order-container .order-item-footer-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95rem;
}

.order-container .order-item-footer-price .pro-count {
    color: #ff734c;
    font-weight: 600;
}

.order-container .order-item-footer-price .pro-price {
    font-weight: 600;
}

.order-container .order-item-footer-pay {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 15px;
}

.order-container .order-item-footer-pay .pay-price {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ff734c;
}

.pay-btn {
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    background: #ff734c;
    /* border-radius: 27px; */
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.pay-btn a {
    color: #ffffff;
}

.pay-btn :hover {
    color: #ffffff;
    background: #ff3700;
}

.pay-btn-01 {
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    background: #fff;
    /* border-radius: 27px; */
    color: #1eb512;
    outline: none;
    cursor: pointer;
    border: 1px solid #1eb512;
}

.pay-btn-01:hover {
    color: #18930f;
    background: #ffffff;
    border: 1px solid #18930f;
}

.pay-btn-02 {
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    background: #1eb512;
    /* border-radius: 27px; */
    color: #ffffff;
    outline: none;
    cursor: pointer;
    border: 1px solid #1eb512;
}

.pay-btn-02:hover {
    color: #ffffff;
    background: #18930f;
}

.pay-btn-022 {
    padding: 10px;
    nmargin-left: 10px;
    border-radius: 2px;
    text-align: center;
    background: #1eb512;
    /* border-radius: 27px; */
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.pay-btn-022:hover {
    color: #ffffff;
    background: #18930f;
}

.order-item-product-name {
    /* float: left; */
    color: #ff734c;
}

.order-item-product-name-c {
    /* float: left; */
    color: #dc3545;
}

.order-item-product-pic {
    float: left;
}

.order-item-product-pic img {
    width: 100%;
}


/* .order-item-product-pic {
    float: left;
    position: relative;
    width: 100px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
}

.order-item-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

.order-item-product-iprice {
    margin: 50px 100px;
    padding: 0.5px;
}


/*0824新增*/

#radio_info input[type='radio'] {
    display: none;
}

#radio_info input:checked+.button {
    background: #1b1410;
    color: #fff;
    cursor: default;
}

#radio_info .button {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 5px 25px;
    background: #cacaca;
    color: #333;
    cursor: pointer;
    font-weight: 600;
}

#radio_info .button:hover {
    background: #4e4a4a;
    color: #fff;
}

#radio_info .round {
    border-radius: 5px;
}

.qty {
    width: 35px;
    text-align: center;
    border: none;
}

input.qtyplus {
    text-align: center;
    border: 1px solid #aaa;
    background: #f8f8f8;
}

input.qtyminus {
    text-align: center;
    border: 1px solid #aaa;
    background: #f8f8f8;
}

article {
    display: none;
}

article.on {
    display: inline;
}


/*0906-引薦成員中引薦按鈕用*/


/*-- Login Form --*/

.login-form {
    padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-form {
        padding: 15px;
    }
}

.login-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
    text-transform: capitalize;
}

.login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #232323;
    margin-bottom: 15px;
}

.login-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #232323;
}

.login-form .nice-select .current {
    color: #232323;
    display: block;
    line-height: 23px;
}

.login-form .nice-select .list {
    width: 100%;
}

.login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px;
    font-size: 14px;
    color: #232323;
}

.login-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px;
    font-size: 14px;
    color: #232323;
}

.login-form input[type='checkbox'] {
    width: auto;
}

.login-form .check-box {
    float: left;
    margin-right: 70px;
}

.login-form .check-box:last-child {
    margin-right: 0;
}

.login-form .check-box input[type='checkbox'] {
    display: none;
}

.login-form .check-box input[type='checkbox']+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    margin: 0;
}

.login-form .check-box input[type='checkbox']+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type='checkbox']+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '\f00c';
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #1e1e1e;
    width: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type='checkbox']:checked+label::before {
    border: 2px solid #1e1e1e;
}

.login-form .check-box input[type='checkbox']:checked+label::after {
    opacity: 1;
}

.btn-linepay {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2bb529;
}

.btn-linepay:hover {
    background-color: #02d62e;
    color: #ffffff;
}

.btn-applepay {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    font-weight: 400;
    color: #ffffff;
    background-color: black;
}

.btn-applepay:hover {
    background-color: #312c2c;
    color: #ffffff;
}

.btn-googlepay {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    font-weight: 400;
    color: #ffffff;
    background-color: black;
}

.btn-googlepay:hover {
    background-color: #312c2c;
    color: #ffffff;
}


/*0913-搜尋頁下方按鈕*/

.button_search {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

.button_search:hover,
.button_search:focus {
    background: #ff8d00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.button_search01 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

.button_search01:hover,
.button_search01:focus {
    background: #ba8775;
    color: #5e3226;
    text-decoration: none;
    font-weight: bold;
}

.button_search01:active {
    background: #ba8775;
}

.button_search02 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

.button_search02:hover,
.button_search02:focus {
    background: #a5715e;
    color: #5e3226;
    text-decoration: none;
    font-weight: bold;
}

.button_search02:active {
    background: #a5715e;
}

.button_search03 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

.button_search03:hover,
.button_search03:focus {
    background: #9f5d46;
    color: #5e3226;
    text-decoration: none;
    font-weight: bold;
}

.button_search03:active {
    background: #9f5d46;
}