﻿/*===================CSS RESET==================*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.15;
    font-size: 13px;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #eb7b1a;
    text-decoration: none;
}

a:focus {
    outline-color: #3091c2;
    color: #143d52;
}


/*===============================================*/


/* CSS Document */

dt {
    font-weight: normal
}

dl {
    margin-bottom: 0
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none;
    color: #eb7b1a
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.underline {
    text-decoration: underline
}

.yellow {
    color: #f39800 !important
}

.red {
    color: #eb7b1a
}

.blue {
    color: #06c
}

.blue_q {
    color: #59a1d9
}

.szm {
    text-transform: capitalize
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f24 {
    font-size: 24px;
}

.mart10 {
    margin-top: 10px;
}

.marl10 {
    margin-left: 10px;
}

.padl16 {
    padding-left: 16px;
}

.container {
    margin: 0px auto;
}

.container:after {
    clear: both;
}

.container {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.container01 {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.container02 {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.position {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
    padding: 16px 20px;
}

.position:before {
    content: "\e713";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.position a {
    padding-right: 4px;
}

header {
    background: #fff
}

.banner {
    width: 100%;
    margin: 0px auto
}

.main {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 0px;
}

.clear {
    clear: both
}

em {
    font-style: normal
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.cor99 {
    color: #999
}

input[type="checkbox"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
    width: 16px;
}

.a-right {
    text-align: right
}

.a-left {
    text-align: left !important
}

.a-center {
    text-align: center !important;
    width: 100%
}

select {
    border: solid 1px #ccc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    padding-right: 24px;
    min-width: 70px;
    height: 32px;
    line-height: 32px;
    color: #878787;
    background: url(../images/select-arrow.png) no-repeat scroll right 2px center transparent;
    vertical-align: middle;
}


/* head */

.topinfo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #404040
}

.topinfo .lefttel {
    float: left;
    color: #fff
}

.header-switch {
    float: left;
}

.header-switch .form-language {
    float: right;
    position: relative;
    color: #fff;
    padding: 0 15px 0 0;
}

.header-switch .form-language span {
    display: inline-block;
}

.header-switch .form-language .icon {
    width: 15px;
    background: url(../images/arrow-white.png) left center no-repeat transparent;
    display: inline-block;
    margin-left: 0px;
}

.header-switch .form-language .language-select {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #5b5b5b;
    padding: 10px;
    left: 0;
    top: 40px;
    z-index: 999;
    border-top-width: 0;
    width: 130px !important;
}

.header-switch .form-language .language-select.active {
    display: block;
    width: 100%;
}

.header-switch .form-language .language-select a {
    color: #333;
    line-height: 24px;
    display: block;
    font-size: 12px;
}

.language-select a span {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

.language-select a.default span {
    background-position: -320px -200px;
}

.language-select a.french span {
    background-position: -220px -60px;
}

.language-select a.german span {
    background-position: -360px -60px;
}

.language-select a.russian span {
    background-position: -80px -160px;
}

.language-select a.spain span {
    background-position: -120px -180px;
}

.language-select a.portuguese span {
    background-position: -460px -140px;
}


/* ============================================ *
 * Header Currency
 * ============================================ */

.language-switcher {
    float: left;
}

.header-switch .currency-switcher {
    float: right;
    position: relative;
    color: #222;
    font-size: 13px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer
}

.swbox {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 0 0 8px;
    height: 26px;
    line-height: 26px;
    box-shadow: 1px 2px 1px #eee;
}

.header-switch .currency-switcher .icon,
.hd-language .language-switcher .icon {
    font-size: 15px;
    /* background:url(../images/arrow-white.png) left center no-repeat transparent;  */
    display: inline-block;
    margin: 0 5px;
}

.header-switch .currency-switcher .currency-select,
.hd-language .language-switcher .currency-select1 {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px 8px;
    min-width: 91px;
    left: -4px;
    top: 40px;
    z-index: 999;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    left: 76px;
}

.header-switch .currency-switcher .currency-select.active,
.hd-language .language-switcher .currency-select1.active {
    display: block;
}

.header-switch .currency-switcher .currency-select a,
.hd-language .language-switcher .currency-select1 a {
    color: #333;
    line-height: 24px;
    display: block;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.header-switch .currency-switcher i,
.hd-language .language-switcher i {
    font-size: 13px;
    padding-left: 8px;
}

.currency-select a span {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
}

.currency-select a label {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.currency-select a.AUD span {
    background-position: -340px 0;
}

.currency-select a.GBP span {
    background-position: -260px -200px;
}

.currency-select a.CAD span {
    background-position: -360px -20px;
}

.currency-select a.USD span {
    background-position: -320px -200px;
}

.currency-select a.EUR span {
    background-position: -100px -60px;
}

.currency-select a.FRF span {
    background-position: -482px -23px;
}

.currency-select a.RUB span {
    background-position: -82px -162px;
}
.currency-select a.ZAR span {
    background-position: -40px -180px;
}

.currency-switcher span.c {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 4px;
}

.currency-switcher span.AUD {
    background-position: -340px 0;
}

.currency-switcher span.GBP {
    background-position: -260px -200px;
}

.currency-switcher span.CAD {
    background-position: -360px -20px;
}

.currency-switcher span.USD {
    background-position: -320px -200px;
}

.currency-switcher span.EUR {
    background-position: -100px -60px;
}

.currency-switcher span.FRF {
    background-position: -482px -23px;
}

.currency-switcher span.RUB {
    background-position: -82px -162px;
}
.currency-switcher span.ZAR {
    background-position: -40px -180px;
}

.header-links {
    color: #fff;
    width: 568px;
    float: right
}

.header-links .links {
    float: right
}

.header-links .links ul {
    display: block;
}

.header-links .links ul li {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 1.2;
}

.header-links .links ul li:last-child {
    border-right: none;
}

.header-links .links ul li a {
    color: #fff;
    font-size: 13px;
}

@media only screen and (max-width:770px) {
    .header-links {
        display: none;
    }
}

.h_logo {
    width: 420px;
    float: left;
    margin: 12px 0 10px 0
}

.h_search {
    width: 380px;
    margin: 30px 0px 0px 10px;
    float: left;
    position: relative
}

.h_search .searchinput {
    line-height: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    width: 100%;
    float: left;
    padding-right: 52px;
}

.h_search .searchinput:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.h_search .seabtn {
    border: 0 none;
    cursor: pointer;
    height: 46px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: 0;
    cursor: pointer;
    color: #eb7b1a;
    position: absolute;
    border-left: 1px solid #ddd;
    background: none
}

.h_search .seabtn:before {
    content: "\e63f";
    font-size: 26px;
}

.h_links {
    float: right;
    margin-top: 24px;
}

.h_links li {
    width: 60px;
    float: right;
    margin-left: 40px;
    text-align: center;
}

.h_links li i {
    color: #eb7b1a;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    display: block
}

.h_links li p {
    font-size: 12px;
    color: #626262;
    font-weight: bold
}

.h_links li:nth-child(3) i {
    font-size: 36px;
}


/* ============================================ *
 * Header Custom Nav
 * ============================================ */

#header-custom-nav {
    width: 100%;
    background: #f2f2f2
}

#header-custom-nav .hcn-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header-custom-nav .hcn-container .hcn-menu {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

#header-custom-nav .hcn-menu a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 0 30px 0 0;
    text-transform: uppercase;
}

#header-custom-nav .hcn-menu a:hover {
    text-decoration: none;
}

#header-custom-nav .hcn-menu a span {
    display: block;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
    text-rendering: optimizespeed;
    padding-top: 10px;
}

#header-custom-nav .hcn-menu a:hover span {
    text-decoration: underline;
}

#header-custom-nav .text-yellow a {
    color: #a4367a;
}

#header-custom-nav .hcn-sub {
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    border-top: 2px solid #eb7b1a;
    background-color: #fff;
    z-index: 1999;
    color: #666;
    padding-bottom: 10px;
    display: none;
}

#header-custom-nav .hcn-sub.active {
    display: block;
}

#header-custom-nav .hcn-sub dl {
    float: left;
    width: 100%
}

#header-custom-nav .hcn-sub dd a {
    color: #666;
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    padding-left: 20px;
}

#header-custom-nav .hcn-sub dd:hover {
    background: #eaeaea
}

#header-custom-nav .hcn-sub dd {
    position: relative
}

#header-custom-nav .hcn-sub dd .hcn-sub-3 a:hover {
    text-decoration: underline
}

#header-custom-nav .hcn-sub dd:nth-child(1) .hcn-sub-3 {
    border-top: 2px solid #eb7b1a;
}

#header-custom-nav .hcn-sub dd .hcn-sub-3 {
    display: none;
    background: #fff;
    width: 200px;
    opacity: 0.9;
    top: -2px;
}

#header-custom-nav .hcn-sub dd:hover .hcn-sub-3 {
    display: block;
    position: absolute;
    left: 200px;
}

@media only screen and (max-width:770px) {
    #header-custom-nav {
        display: none;
    }
}


/* star */

.star {
    background: url(../images/newstar.png) no-repeat scroll 0 0;
    float: left;
    height: 18px;
    width: 105px;
}

.star.sa0 {
    background-position: 0 0px;
}

.star.sa1 {
    background-position: -20px 0px;
}

.star.sa2 {
    background-position: -42px 0px;
}

.star.sa3 {
    background-position: -64px 0px;
}

.star.sa4 {
    background-position: -84px 0px;
}

.star.sa5 {
    background-position: -105px 0px;
}

.star.sa {
    background-position: -105px -0px;
    width: 15px;
    float: left
}

.star:hover.sa {
    background-position: -1px 0px;
    width: 15px;
    float: left;
    cursor: pointer
}

.star.current.sa {
    background-position: -1px 0px;
    width: 15px;
    float: left
}


/* line */

.l_or {
    width: 100%;
    margin: 56px 0 40px 0;
    height: 16px;
    background: url(../images/x.png) repeat;
    text-align: center;
}

.l_or i {
    background: #fff none repeat scroll 0 0;
    color: #333;
    line-height: 28px;
    margin-top: -6px;
    font-size: 28px;
    padding: 0 30px;
    display: inline-block;
    font-style: normal;
}

.footer {
    width: 100%;
    margin: 0px auto;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.footer ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd
}

.footer a {
    color: #333;
}

.footer a:hover {
    text-decoration: none;
    color: #eb7b1a
}

.footer_b {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 60px;
    padding: 0 16px;
    border-top: 1px solid #fff
}

.footer .f_s_s {
    width: 400px;
    float: left;
    margin-left: 0px;
    margin-top: 30px;
}

.footer .f_s_r {
    width: auto;
    margin-left: 450px;
}

.footer .f_s_r dl {
    width: 25%;
    float: left;
    padding: 30px 0
}

.footer .f_s_r dl dt {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
}

.footer .f_s_r dl dd {
    line-height: 28px;
    font-size: 12px;
    text-transform: capitalize
}

.footer .f_s_r dl.bigtxt dd {
    font-size: 14px;
}

table.pretty01 {
    clear: both;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

table.pretty01 tbody tr td {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    line-height: 14px;
    padding: 12px 10px 12px 16px
}

.toolbar-top .pages {
    display: none
}

.toolbar-top .pager {
    float: left
}

.toolbar-top .pager .amount {
    display: none
}

.toolbar-bottom .sorter {
    display: none
}

.toolbar-bottom .pager {
    display: none
}

#nav {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
    padding: 0px 20px;
}

.pcbaner .owl-pagination {
    display: none !important
}

.owl-theme .owl-controls {
    margin-top: 0 !important
}

.pcbaner {
    display: none;
}

.cart-table .product-cart-price .cart-price {
    vertical-align: -18px !important;
}

.cart-table .product-cart-total .cart-price {
    vertical-align: -18px !important;
}


/* firecheckout 邮箱验证弹框 */

.login-panelbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 180;
    display: none;
}

.login-panelbox,
.firelogin-panelbox,
.review-login-panelbox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 715px;
    background-color: #fff;
    z-index: 999;
    display: none;
    border-radius: 15px;
}

.login-panelcon {
    padding: 40px 55px 42px;
    position: relative;
    text-align: center;
}

.login-paneltit {
    font-weight: bold;
    color: #000000;
    font-size: 27px;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.login-paneltxt ul {
    padding: 0 15%;
}

.login-paneltxt ul li {
    list-style: none;
    text-align: left;
    padding-bottom: 10px;
}

.login-paneltxt ul li .lgform-listit {
    color: #000000;
    font-size: 20px;
    margin-bottom: 12px;
}

.login-paneltxt ul li .lgform-listit em {
    color: #eb7b1a;
    font-style: normal;
    font-weight: 500;
}

.login-paneltxt ul li input {
    border: 1px solid #999;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.input-boxvad {
    font-size: 13px;
    color: #ff0000;
    display: block;
    padding: 5px 0;
}

.lgform-listbtn,.lgform-review {
    color: #fff;
    background-color: #eb7b1a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
}

.forgetbox {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 25px;
    font-weight: 500;
}

.forgetbox .forgetboxl {
    color: #eb7b1a;
}

.forgetbox .forgetboxr a {
    color: #999999;
}

.login-paneltit i {
    color: #eb7b1a;
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding-top: 15px;
    font-style: normal;
}

.login-panelclose {
    position: relative;
    cursor: pointer;
}

.login-closel,
.login-closer {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 3px;
    height: 20px;
    background: #000;
    border-radius: 3px;
    transform: rotate(-45deg);
}

.login-closer {
    transform: rotate(45deg);
}

.errotips {
    max-height: 37px;
    overflow: hidden;
    margin-bottom: 30px;
}

.errotips .input-boxvad {
    font-size: 15px;
    color: #ff0000;
    display: block;
    padding: 5px 0;
    background: #eee;
    border-left: 5px solid #f00;
}

.forgettips {
    font-size: 14px;
    color: #333;
    background: #eee;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.forgettips-sus {
    border-left: 6px solid #14c909;
}

.forgettips-erro {
    border-left: 6px solid #ff0000;
}

.link-forgot-password:hover {
    text-decoration: underline;
}

.bys-circleloadbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

#bys-circleloading {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    border: 5px white solid;
    border-left-color: #ffffff;
    border-right-color: #000000;
    border-radius: 100%;
    animation: bys-loading 1s infinite linear;
}

@keyframes bys-loading {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

/* fire del弹框 */

.fire-prodelpanel {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.fire-prodelbox {
    width: 550px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    z-index: 9999;
    border-radius: 15px;
    display: none;
}

.fire-prodel-tit {
    text-align: center;
    line-height: 52px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
}

.fire-prodel-info {
    background-color: #f5f5f5;
    padding: 15px 45px 35px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}

.fire-prodel-info .fire-prodel-txt {
    padding: 15px 0 30px;
}

.fire-prodel-info .fire-prodel-txt span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.fire-prodel-info .fire-prodel-btn {
    display: flex;
    justify-content: space-between;
}

.fire-prodel-info a {
    line-height: 42px;
    width: 45%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: block;
    border-radius: 15px;
}

.fire-prodel-info .fire-prodel-byes {
    border: 1px solid #000;
    color: #000000;
    background-color: #ffffff;
}

.fire-prodel-info .fire-prodel-bno {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000;
}

.col2-left-layout .sidebar .block-content li:last-child {
    display: none !important;
}

/* Lucky turntable style */
.Lucky-little-turntable {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.turnplate_panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
    display: none;
}

.Lucky-turntablebox {
    width: 556px;
    height: 719px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

.Lucky-turntablecon {
    position: relative;
}

.Lucky-turntablec-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
}

.Lucky-turntablec-info h2 {
    text-align: center;
    padding: 10px 0px 25px;
    font-size: 24px;
    font-weight: bold;
}

.Lucky-turntablec-top,
.Lucky-turntablec-botm {
    padding: 0px 89px;
    box-sizing: border-box;
}

.Lucky-turntablec-top ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.Lucky-turntablec-top ul {
    margin-bottom: 12px;
}

.Lucky-turntablec-botm {
    padding-top: 10px;
}

.Lucky-turntablec-botm .Lucky-turntabli label {
    display: block;
    color: #000000;
    padding: 0px 0px 5px;
    font-size: 15px;
}

.Lucky-turntablec-botm .Lucky-turntabli {
    margin-bottom: 10px;
}

.Lucky-turntablec-botm .Lucky-turntabli .Lucky-turntabinfo input,
.Lucky-turntablec-botm .Lucky-turntabli .Lucky-turntabinfo select {
    height: 40px;
    border: 2px solid #000000;
    outline: none;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    background: #fff;
    padding: 0 8px;
    box-sizing: border-box;
}

.Lucky-turntablec-botm .Lucky-turntabli .Lucky-turntabinfo {
    display: flex;
    justify-content: space-between;
}

.Lucky-turntablec-botm .Lucky-turntabli .Lucky-turntabinfo select {
    width: 25%;
    -webkit-appearance: auto;
    vertical-align: bottom;
}

.Lucky-turntablec-botm .Lucky-turntabli .Lucky-turntabinfo .Lucky-turntabtel {
    width: 70%;
}

.Lucky-turntab-submit {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    margin-top: 10px;
    outline: none;
    border: 0;
    font-size: 15px;
}

.Lucky-turntab-close {
    position: absolute;
    top: 3%;
    right: 4%;
    cursor: pointer;
    z-index: 99999;
    text-align: center;
    width: 25px;
    height: 25px;
}

.Lucky-turntab-close img {
    display: block;
}

#Lucky-button {
    cursor: pointer;
}

#Lucky-button img {
    width: 121px;
}

.Lucky-turntablebox .Lucky-turntablecon .Lucky-turntablec-info .Lucky-turntablec-top .Lucky-turntab-selected {
    box-shadow: 0 0 20px #ff005e;
    border-radius: 15px;
}

.Lucky-requiedtips {
    line-height: 1.5;
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
}

.turnplate_panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
}

.Congratulas_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

.Congratulas_box_con {
    position: relative;
}

.Congratulas_box .Congratulas_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}

.Congratulas_box .Congratulas_ctit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.Congratulas_coninfo {
    margin: 15px auto;
    position: relative;
    display: inline-block;
}

.Congratulas_coninfo .Congratulas_cftext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Congratulas_coninfo .Congratulas_cfdtl {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.Congratulas_coninfo .Congratulas_cftext i {
    font-style: normal;
    font-size: 32px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.Congratulas_con .Congratulas_cp {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0 5px;
}

.Congratulas_con .Congratulas_cp i {
    text-transform: uppercase;
    font-style: normal;
}

.Congratulas_con .Congratulas_cbtn {
    color: #fff;
    background: #000;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.Congratulas_con .Congratulas_cbtn a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.Congratulas_close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.turnplate_tipsbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 486px;
    height: 94px;
    line-height: 94px;
    border-radius: 10px;
    z-index: 99999;
    background: #fff url(https://www.supernovahair.com/media/wysiwyg/zimg/1657704051.png) no-repeat 5% center;
    text-align: center;
    font-size: 15px;
    box-shadow: 0px 1px 10px #666;
    display: none;
}

.turnplate_tipscon {
    position: relative;
}

.turnplate_tipsclose {
    position: absolute;
    top: 13%;
    right: 3%;
    line-height: normal;
    cursor: pointer;
}

.Lucky-turntab-hint {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
    background: #fff;
}

/* detail-share new style */
.review .liu_wishlist {
    height: auto;
    line-height: normal;
    border-radius: 20px;
    margin-left: 30px;
    padding-top: 5px;
}

.review .liu_wishlist a {
    color: #eb7b1a;
    margin: 0px !important;
    padding: 0;
    line-height: 25px;
}

.review .liu_wishlist .icon {
    font-weight: bold;
    font-size: 22px;
    margin-right: 16px;
}

.detail_sharebtn {
    padding: 0px;
    line-height: 25px;
    cursor: pointer;
    font-size: 22px;
}

.prodetail-share-popup {
    display: none;
    width: 520px;
    padding: 35px 35px 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 181;
}

.prodetail-share-popup .win-popup_title {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.prodetail-share-popup .win-popup_close {
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.prodetail-share-popup .share-win_tips {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.prodetail-share-popup .win-popup_wrap {
    max-width: 305px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.prodetail-share-popup .share_item {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: #fff;
}

.prodetail-share-popup .share_info {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #0b0b0b;
}

.win-tips {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: fixed;
    left: 50%;
    top: 150%;
    transform: translate(-50%, -50%);
    padding: 25px 30px;
    color: #fff;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    transition: all .3s ease-in;
    z-index: 191;
    box-sizing: border-box;
}

.win-tips_status {
    justify-content: flex-start;
    align-items: center;
    width: 468px;
    background: #fff;
}

.win-tips_active {
    top: 50%;
}

.detail-tips_success {
    box-shadow: 0 8px 20px #ccc;
}

.detail-tips_success .win-tips_icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 42px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.detail-tips_success .win-tips_text {
    flex: 1;
    padding: 0;
    box-sizing: border-box;
    color: #0d1623;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
}

.detail-tips_success .win-tips_close {
    font-size: 22px;
    cursor: pointer;
}

.detail-login-panelbox {
    width: 489px;
}

.detail-login-panelbox .login-paneltit i {
    color: #000;
    padding-top: 10px;
}

.detail-login-panelbox .login-paneltxt ul {
    padding: 0;
}

.detail-login-panelbox .login-panelcon {
    padding: 40px 50px 42px;
}

.detail-login-panelbox .login-paneltit {
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 0;
}

.detail-login-panelbox .login-paneltxt ul li .lgform-listit {
    font-size: 16px;
}

.detail-login-panelbox .login-paneltxt ul li .lgform-listit em {
    font-size: 16px;
    color: #ff0000;
    font-weight: 600;
}

.detail-login-panelbox .forgetbox {
    text-align: center;
    display: block;
    padding-bottom: 5px;
}

.detail-login-panelbox .forgetbox a {
    color: #000;
    text-decoration: underline;
}

.detail-login-panelbox .lgform-orline {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.detail-login-panelbox .lgform-orline i {
    width: 30%;
    display: block;
    height: 1px;
    background: #000;
    margin-top: 6px;
}

.detail-login-panelbox .lgform-orline span {
    padding: 0 10px;
    font-weight: 600;
    color: #000;
}

.detail-login-panelbox .registerlink-btn,
.detail-login-panelbox .lgform-listbtns {
    color: #fff;
    background-color: #eb7b1a;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
    border: 0;
    width: 100%;
    border-radius: 10px;
    line-height: 42px;
    cursor: pointer;
    display: block;
    border: 0;
}

.detail-login-panelbox .errotips {
    margin: 15px auto;
}

.wishlist-tips {
    width: 45%;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: fixed;
    left: 50%;
    top: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 60px;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: .8s;
    border-radius: 6px;
    box-shadow: 0px 8px 20px #ddd;
    box-sizing: border-box;
    z-index: -1;
}

.wishlist-tips-active {
    opacity: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.wishlist-tipstit {
    background: #fff url(https://www.supernovahair.com/media/wysiwyg/zimg/1637569285.png) no-repeat left center;
    padding-left: 65px;
}

.detail-login-panelbox .login-paneltxt ul li input {
    border: 1px solid #cacaca;
}

/* detail recommendation for you */
.prodetail-recomend-box {
    padding: 80px 0px 0px;
}

.prodetail-recomend-con {
    padding-top: 100px;
    overflow: hidden;
    min-height: 593px;
}

.prodetail-recomend-title {
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    padding: 0 !important;
    margin-bottom: 30px;
}

.prodetail-recomend-box .swiper-container {
    overflow: visible;
}

.prodtl-recomend-img a {
    display: block;
}

.prodtl-recomend-img a img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.prodtl-recomend-info .precomend-info-tit {
    text-align: left;
    color: #333;
    margin: 5px 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.prodtl-recomend-info .precomend-info-finprice {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #EB7B1A;
    font-weight: bold;
}

.precomend-info-btn {
    display: flex;
    justify-content: center;
}

.precomend-info-btn .precomend-ibtn {
    width: 154px;
}

.precomend-info-btn .precomend-ibtn a {
    text-transform: capitalize;
    display: block;
    line-height: 50px;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
}

.precomend-addcart a {
    background-color: #eb7b1a;
}

.precomend-buynow a {
    background-color: #eb1f1a;
}

.precomend-buynow {
    display: none;
}



.prodetail-recomend-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 290px !important;
    transform: translateX(-70px);
}

.prodetail-recomend-box .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: translate(-70px,-100px);
    width:  390px !important;
}

.prodetail-recomend-box .swiper-button-prev,
.prodetail-recomend-box .swiper-button-next,
#customer-reviews .buyers-bigdtl .swiper-button-next,
 #customer-reviews .buyers-bigdtl .swiper-button-prev, 
 #customer-reviews .buyers-showb .swiper-button-next,
 #customer-reviews .buyers-showb .swiper-button-prev {
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 188px;
    line-height: 188px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 2px dashed #EB7B1A;
    margin-top: -10px;
    transform: translateY(-50%);
}
.prodetail-recomend-box .swiper-button-prev,
.prodetail-recomend-box .swiper-button-next{transform: translateY(-100%);}
.prodetail-recomend-box .swiper-button-prev:hover,
.prodetail-recomend-box .swiper-button-next:hover {
    background: #FFC998;
}
#customer-reviews .buyers-bigdtl .swiper-button-next:hover, .buyers-bigdtl .swiper-button-prev:hover, #customer-reviews .buyers-showb .swiper-button-next:hover, #customer-reviews .buyers-showb .swiper-button-prev:hover {background: #FFF4EA;}
/* 设置滚动条的样式 */
#add-bonus div::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */
#add-bonus div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
#add-bonus div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

#add-bonus .ab-container {
    width: 750px;
    height: 580px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 30px 20px;
    box-sizing: content-box;
    border-radius: 8px;
    box-shadow: 0px 2px 20px #ddd;
}

#add-bonus .ab-options {
    max-height: 330px;
}

#add-bonus .abs-buynow {
    margin: 10px 0 0;
}

#add-bonus .abp-old {
    display: inline-block;
    color: #999;
}

#add-bonus .abs-cartbtn,
#add-bonus .abs-buynow {
    width: 45%;
}

#add-bonus .abr-name {
    font-size: 16px;
    margin-right: 20px;
    max-height: 50px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#add-bonus .abp-curr {
    margin: 0 10px 0 0;
    font-size: 26px;
    font-weight: bold;
}

#add-bonus .abi-reduce,
#add-bonus .abi-add {
    background-color: #EFEFEF;
    cursor: pointer;
}

#add-bonus .abi-reduce:hover,
#add-bonus .abi-add:hover {
    opacity: 0.8;
}

#add-bonus .abi-reduce,
#add-bonus .abi-add,
#add-bonus .abi-num,
#add-bonus .abq-label {
    height: 35px;
    line-height: 35px;
}

#add-bonus .abq-label {
    width: auto;
    line-height: 35px;
    padding-right: 10px;
    color: #000;
}

#add-bonus .abo-label,
#add-bonus .ab-vl {
    font-weight: normal;
}
#add-bonus .abo-label{color: #999;font-weight: bold;}
#add-bonus .ab-required{color: transparent;
    float: left;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    line-height: 5px;
    background: #eb7b1a;
    border-radius: 50%;
    margin-top: 5px;}
.abo-label,
.ab-vl {
    color: #333;
    font-weight: 500;
}

#add-bonus .ab-price {
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

#add-bonus .abp-offs {
    color: #eb7b1a;
    background-color: #FFCDA2;
    margin: -10px 0 0 10px;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
}

.wishlist-tips {
    width: 45%;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: fixed;
    left: 50%;
    top: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 60px;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: .8s;
    border-radius: 6px;
    box-shadow: 0px 8px 20px #ddd;
    box-sizing: border-box;
    z-index: -1;
}

.wishlist-tips-active {
    opacity: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.wishlist-curt {
    color: #eb7b1a !important;
}

.wishlist-curt:hover {
    color: #eb7b1a !important;
}

.add-bonus-modal {
    z-index: 999 !important;
}

.wishlist-tipstit {
    background: #fff url(https://www.supernovahair.com/media/wysiwyg/zimg/1637569285.png) no-repeat left center;
    padding-left: 65px;
}

/* detail customers also viewed */
.customers-viewtiytle {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 45px;
    color: #EB7B1A;
}

.customers-viewbox .customers-viewcon {
    display: flex;
    justify-content: space-between;
}

.customers-viewbox .customers-viewcon .customers-viewcli {
    width: 390px
}

.customers-viewbox .customers-viewcimg {
    position: relative;
}
.customers-viewbox .customers-viewcimg img{border-radius: 8px;}
.customers-viewbox .customers-viewcimg .viewcimgtips {
    width: 100%;
    line-height: 46px;
    background-color: #ffcda2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
}

.customers-viewbox .customers-viewcimg .viewcimgtips .viewcimgtip-mustbuy {
    display: inline;
    color: #eb7b1a;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    text-transform: capitalize;
}

.customers-viewbox .customers-viewctit {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.customers-viewcbotm {
    display: flex;
    justify-content: space-between;
}

.customers-viewcbotm .customers-viewcprice {
    line-height: 43px;
}

.customers-viewbox .cus-newprice {
    font-size: 20px;
    color: #eb7b1a;
    line-height: 34px;
    font-weight: bold;
}

.customers-viewbox .cus-oldprice {
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 500;
}

.customers-viewbox .customers-viewcbtn a {
    display: block;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    width: 154px;
height: 50px;
line-height: 50px;
background: #EB7B1A;
text-align: center;
}

/* --detail question&answer-- style*/
.prodetail-faqtop {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0px;
}

.prodetail-faqtoptit {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
}

.prodetail-faqtopbtn,
.ask-questionli-btn button,
.dtl-answer-btn,
.answer-questionli-submit,
.pinglun .plunbox .pbrit button.review {
    display: block;
    color: #EB7B1A;
    padding: 0;
    border: 2px dashed #EB7B1A;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    width: 171px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    margin-top: 22px;
    background: #fff;
}
.prodetail-faqtopbtn,.ask-questionli-btn button,.dtl-answer-btn,.answer-questionli-submit{margin-top: 0;}
.prodetail-faqtopbtn:hover,
.dtl-btnbg:hover,
.ask-questionli-btn button:hover,
.dtl-answer-btn:hover,
.answer-questionli-submit:hover,
.pinglun .plunbox .pbrit button.review:hover,
.pinglun .plunbox .pbrit button.dtl-btnbg:hover {
    background: #FFF4EA;
}

/* ask a question form */
.ask-questionbox {
    padding: 30px 25px 0px;
    display: none;
}

.ask-questionbox .ask-questionli {
    padding-bottom: 15px;
}

.ask-questionbox .ask-questionli .ask-quest-tit {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 15px;
}

.ask-questionbox .ask-quest-inputbox input,
.ask-questionbox .ask-quest-inputbox textarea,
.answer-questionli .answer-quest-inputbox textarea,
.answer-questionli .answer-quest-inputbox input {
    width: 100%;
    border: 1px solid #eb7b1a;
    border-top: 2px solid #f5bd8d;
    border-bottom: 2px solid #f5bd8d;
    outline: none;
}

.ask-questionbox .ask-quest-inputbox input,.answer-questionli .answer-quest-inputbox input {
    height: 36px;
    padding: 0 8px;
    box-sizing: border-box;
}
.answer-questionli .answer-quest-inputbox input{width: 30%;}
.ask-questionbox .ask-quest-inputbox textarea {
    min-height: 201px;
    box-sizing: border-box;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

.ask-questionli-btn {
    text-align: right;
}

.ask-questionli-btn button {
    display: inline-block;
    background: none;
    cursor: pointer;
}

/* ask a question list*/
.prodetail-faqcon {
    padding: 30px 0px;
}

.prodetail-faqconlist {
    margin-bottom: 25px;
}

.dtl-answer-panel {
    background: #ffcda2;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 5px;
}

.prodetail-faqcuser {
    display: flex;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
}

.prodetail-faqcuser-info {
    padding-left: 15px;
}

.prodetail-faqcuser-itime {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}

.prodetail-faqcuser-iname {
    font-size: 16px;
    padding-top: 5px;
    text-transform: capitalize;
}

.prodtl-faqcon-question {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}

.prodtl-faqcon-question .faqcon-questionli {
    line-height: 1.8;
    padding-top: 10px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.prodtl-faqcon-question .faqcon-questionli i {
    font-style: normal;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.dtl-answer-btn {
    display: inline-block;
    cursor: pointer;
}

.dtl-answer-panel .prodtl-faqcon-question {
    margin-bottom: 0;
    display: block;
}

.dtl-answer-panel .prodtl-faqcon-question .faqcon-questionli {
    padding-bottom: 10px;
}

.answer-questionli .answer-quest-inputbox {
    padding: 12px 0px;
}

.answer-questionli-btn {
    text-align: right;
}

.answer-questionli-submit {
    background: #fff;
    display: inline-block;
}

.answer-questionli .answer-quest-inputbox textarea {
    padding: 8px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.dtl-answer-questionbox {
    border: 1px solid #f5bd8d;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
    display: none;
}

.answerinp-tips {
    color: #ff0000;
    padding-top: 3px;
}

/* 评论区 评论入口 */
.pinglun {
    margin: 20px 0;
}

.plunbox {
    padding: 30px 0px 10px;
}

.pbmid {
    overflow: hidden;
    width: auto !important;
}

.pbmid li {
    margin-bottom: 10px;
    height: 20px;
    display: flex;
    align-items: center;
}

.rating-box,.rating-box-big {
    overflow: hidden;
    background: url(../images/starky.png) repeat-x;
    width: 70px;
    height: 14px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 1px;
}
.rating-box{margin-right: 0;}
.rating-box-big{width: 90px; background: url(../images/starky-big.png) repeat-x;margin-left: 0;height: 20px;}
.rating-nums {
    font-weight: bold;
    color: #000;
}
.rating-nums-big{font-size: 17px;font-weight: 600;}
.rating-percent .rating-percentinum {
    font-style: normal;
    color: #8c8c8c;
}

.rating,.rating-big {
    overflow: hidden;
    width: 70px;
    background: url(../images/starsy.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
}
.rating-big{width: 90px;background: url(../images/starsy-big.png) repeat-x;height: 20px;}
.scroll-box {
    float: left;
    overflow: hidden;
    height: 10px;
    width: 175px;
    margin-right: 4px;
    background: #FFF4EA;
    position: relative;
    margin: 3px 0px 0px 20px;
}

.scroll-rating {
    float: left;
    max-width: 175px;
    border-radius: 8px;
    height: 100%;
    position: absolute;
    background: #EB7B1A;
    left: 0;
    top: 0;
}

.rating-percent {
    float: left;
    height: 20px;
    line-height: 20px;
}

.starlist li h3 {
    font-size: 20px !important;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.starlist li {
    height: auto;
}

.starlist li p {
    display: block;
    text-align: left;
    clear: both;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.pbrit button {
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 30px;
    margin: 5px 0;
    background: #eb7b1a;
    color: #fff;
    border: none;
}


.like-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #333;
    font-family: "courier_newregular";
    text-transform: uppercase;
}

.like-tit i {
    height: 1px;
    width: 80px;
    background: #333;
    margin: 0 auto 10px;
    display: block;
}

.starlist li i {
    display: block;
    font-style: normal;
    padding: 13px 0 12px;
}

.pblft {
    overflow: hidden;
    width: 240px;
    margin-right: 30px;
}

.f-left {
    float: left;
}

.pbmid {
    overflow: hidden;
}

.pbmid {
    overflow: hidden;
    width: 300px;
    padding: 13px 30px 0px 100px;
}

.pinglun .plunbox .pbrit button.review {
    cursor: pointer;
    outline: none;
}

.prodtl-reviewform {
    margin: 5px 35px;
    display: none;
}

/* detail new page */
.newpage-boxs {
    padding: 6px 0 15px;
}

.newpage-boxs .page-box .newpagenum a,
.newpage-boxs .page-box .newpagenum span {
    min-width: 38px;
    border: 2px solid #e1e1e1;
    margin-right: 10px;
    line-height: 34px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}

.newpage-boxs .newpagenum span.active {
    border: 2px solid #EB7B1A;
    color: #EB7B1A;
}

/* 带图片评论 */
.svloadbox {
    text-align: center;
}

.svloadbox #load {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 25px;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    background: #f90;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.dtlbox-review-img .dtlbox-review-imgcon li {
    margin: 0;
    list-style: none;
}

#customer-reviews dl dt .dk {
    font-size: 14px;
}

.review-meta {
    color: #333;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box {
    overflow: hidden;
    line-height: 26px;
    text-align: left;
    padding: 0 0 10px;
    clear: both;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box {
    width: 100%;
    margin: 0 auto;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box div {
    line-height: 22px;
    color: #666;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box div a {
    display: block;
    max-width: 144px;
    margin-top: 10px;
}

.dtlbox-review-img .dtlbox-review-imgcon .pl-name {
    height: 32px;
    line-height: 32px;
    color: #444;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.dtlbox-review-img .dtlbox-review-imgcon .pl-name i {
    font-style: normal;
    display: inline-block;
    padding-left: 3px;
}

.dtlbox-review-img .dtlbox-review-imgcon .xidei {
    overflow: hidden;
    margin-bottom: 10px;
}

.dtlbox-review-img .dtlbox-review-imgcon .xing {
    background-image: url(/media/wysiwyg/details/conent_star_icon2022120.png);
    display: inline-block;
    width: 75px;
    height: 14px;
    background-position: 0 0;
    overflow: hidden;
    background-size: 100%;
}

.dtlbox-review-img .dtlbox-review-imgcon .no1 {
    background-position: 0 0;
}

.dtlbox-review-img .dtlbox-review-imgcon .no2 {
    background-position: 0 -20px;
}

.dtlbox-review-img .dtlbox-review-imgcon .no3 {
    background-position: 0 -38px;
}

.dtlbox-review-img .dtlbox-review-imgcon .no4 {
    background-position: 0 -75px;
}

.dtlbox-review-img .dtlbox-review-imgcon .no5 {
    background-position: 0 -94px;
}

.dtlbox-review-img .dtlbox-review-imgcon .no6 {
    background-position: 0 -128px;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box {
    display: flex;
    position: relative;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box .dj {
    width: 202px;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box div span {
    margin-right: 10px;
    color: #333;
    display: inline-block;
}

.dtlbox-review-img .dtlbox-review-imgcon .xidei {
    padding-top: 22px;
    width: 100%;
}

.xingbox {
    width: 75px;
    position: absolute;
    left: 172px;
    top: 3px;
}

.dtlbox-review-img .dtlbox-review-imgcon dl dd {
    margin-left: 0 !important;
}

.dtlbox-review-img .dtlbox-review-imgcon .pl-times {
    padding-top: 30px;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box div.xidei .fancybox {
    width: 30%;
    float: left;
    margin: 10px 0.5%;
}

.dtlbox-review-img .dtlbox-review-imgcon .p-box dd.d-box div.xidei .fancybox img {
    border: 0 !important;
}

.dtlbox-review-img .dtlbox-review-imgcon .buyers-hotreviewio {
    position: absolute;
    top: 0px;
    left: 255px;
}

.dtlbox-review-img .dtlbox-review-imgcon .buyers-hotreviewio img {
    width: 106px;
}

.ratings-table .buyers-hotreviewio {
    display: inline-block;
}

.ratehotbox {
    margin-top: 5px;
}

/* detail btn */

.rev_img_btns {
    padding: 20px 0 50px;
}

.rev_img_btns .rev_img_ch {
    color: #EB7B1A;
    background: #fff;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 30px;
    font-weight: 500;
    border: 2px dashed #EB7B1A;
}

.rev_img_btns .dtselect {   
    background: #FFF4EA;
}

.dtactive {
    display: block;
}

#collateral-tabs dd.tab-container {
    display: none;
}

#collateral-tabs dd.tab-container:nth-child(4) {
    display: block;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl {
    border-bottom: 1px dashed #EB7B1A;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt {
    display: flex;
    text-align: left;
    padding-bottom: 14px;
    position: relative;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_userimg {
    padding-top: 3px;
}
.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_center .dtlreview_crating {
    padding-left: 0px;
}
.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_cname {
    padding-left: 12px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
    line-height: 24px;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_right {
    font-size: 14px;
    padding-left: 10px;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_right .dtlreview_rtime {
    display: none;
    color: #666666;
    padding-bottom: 5px;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_right .dtlreview_rproperty {
    color: #999999;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dt .dtlreview_right .dtlreview_rproperty span {
    padding: 0px 10px 0px 0px;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd {
    position: relative;
    padding-bottom: 20px;
}
.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd .dtlreview_content{padding-bottom: 20px;}
.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd .dtlreview_content .dtlreview_ctxt {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd .dtlreview_content .dtlreview_cimg_box {
    display: flex;
}

.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd .dtlreview_content .dtlreview_cimg_bli {
    margin: 8px 10px 0px 0px;
    max-height: 236px;
    max-width: 180px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.dtlbox-rewtotalbox .dtlbox-reviewbox .dtlbox-review .dtailreviw_all dl dd .dtlreview_content .dtlreview_cimg_bli i,.buyershw-box .buyers-showb-list .buyers-bigdtlcon .buyers-bigdtl-left i{
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 4px;
    background: rgb(255 255 255 / 50%) url(../images/dtl-fdj.png) no-repeat center center;
}
.buyers-bzan {
    background: none;
    border-radius: 10px;
    display: flex;
    font-size: 18px;
    cursor: pointer;
}
.dtlzanbox{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 40%;
}
.bys-bzanicobox {
    position: relative;
}

.bys-bzansvghover {
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

.buyers-bzan .buyers-bzanum {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #333 !important;
}

.buyers-bzan .active .bys-bzansvghover {
    display: block;
}

.buyers-bzan .active .bys-bzansvg {
    opacity: 0;
}
.collateral-tabs .tab-container .tab-content .std p span{font-size:14px !important;line-height: 1.8;padding: 0px;display: inline-block;color: #666;}
.collateral-tabs .tab-container .tab-content .std p strong span{padding: 10px 0;color: #333;line-height:1.0;font-size: 16px !important;}