* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    SCROLLBAR-ARROW-COLOR: #2c5784;
    SCROLLBAR-FACE-COLOR: #D1E2EF;
    SCROLLBAR-DARKSHADOW-COLOR: #A8C7DD;
    SCROLLBAR-BASE-COLOR: #000000;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #e9f1f7;
    SCROLLBAR-3DLIGHT-COLOR: #bcd4e5;
    text-align: left;
    color: #222222;
}
body.body-checkout{
    background: #f5f6f8;
}
body>section, body>div.section, body>div.container, body>div#container{
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
}
body, input, textarea, select, button, td, th, p, div, span, ul, li, .normal{
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizelegibility;
}
article, aside, details, figcaption, figure, footer,header, menu, nav, section, summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    text-decoration: underline;
    outline: 0;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:visited {
    text-decoration: underline;
}
b, strong {
    font-weight: bold;
}
strong span{
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th{
    padding: 0;
}
thead {
    display: table-header-group;
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
button, input, select, textarea, optgroup {
    color: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
img {
    max-width: 100% !important;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ul, ol {
    list-style:none;
    margin-top: 0;
    margin-bottom:0;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-white {
    color: #222;
    background-color: #fff;
    border-color: #222;
}
.btn-black{
    color:#fff;
    background-color:#222;
    border-color:#222;
}
.btn-white:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-black:hover{
    color: #f5f5f5;
    background-color: #666;
    border-color: #666;
}
.btn-white:active, .btn-white.active{
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-black:active, .btn-black.active{
    color: #f5f5f5;
    background-color: #666;
    border-color: #666;
}
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white:active.focus,
.btn-white.active.focus{
    color: #222;
    background-color: #fff;
    border-color: #222;
}
.btn-black:active:hover,
.btn-black.active:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.btn-black:active.focus,
.btn-black.active.focus{
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
    color:#222;
    background-color:#fff;
    border-color:#222;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
    color:#fff;
    background-color:#222;
    border-color:#222;
}
input[type=text], textarea, select{
    border:1px solid #ccc;
    padding:5px;
    color:#666;
    outline:0;
}
input[type=text]:focus, textarea:focus, select:focus{
    border-color:#999999;
    color:#222;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
    content:"";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.text-color-red {
    color: #E64545;
}
.hide {
    display: none !important;
}
/**
 * 以下为插件样式
 */
#global-pop-tool-mask{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#707070;
    opacity:0.5;
    filter:alpha(opacity=50);
}
#global-pop-tool-panel{
    position:fixed;
    top:0;
    left:0;
}

.gt-loading-panel{
    width:188px;
    height:48px;
    background-color:#222;
    position:relative;
}
.gt-loading-panel-md{
    text-align:center;
    background-color:transparent;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:14px;
    width:100%;
    margin:auto;
}
.gt-loading-circle{
    display:inline-block;
    width:30px;
    height:14px;
    position:relative;
    background-color:transparent;
}
.gt-loading-circle i{
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:14px;
    height:14px;
    margin:auto;
    background-color:#fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.pop-loading-2 {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 160000002;
}
.pop-loading-2 .pop-loading-content-2{
    position: fixed;
    top:calc(50% - 50px);
    width: 100px;
    height: 100px;
    left:calc(50% - 50px);
}
.pop-loading-2 .pop-loading-content-2:before{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: #000;
    opacity: 0.5;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.pop-loading-2 .pop-loading-content-2 .loading-img{
    color:#fff;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 100;
    margin: 16px auto 12px;
    display: block;
    left: unset;
    top: unset;
    background: none;
}
.pop-loading-2 .pop-loading-content-2 .loading-img img{
    width: 100%;
    height: auto;
    animation: loading-spin .7s linear infinite;
}
@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pop-loading-2 .pop-loading-content-2 p{
    color:#fff;
    font-size:12px;
    width: 100px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.gt-prompt-panel{
    width:530px;
    min-height:144px;
    background-color:#fff;
    padding:12px;
    position:relative;
}
.gt-prompt-panel .close{
    width:14px;
    height:14px;
    color:#707070;
    position:absolute;
    top:12px;
    right:12px;
}
.gt-prompt-panel .close:hover{
    text-decoration: none;
}
.gt-prompt-panel .md-img{
    width:40px;
    height:40px;
    margin:41px auto 0 auto;
}
.gt-prompt-panel p{
    line-height:15px;
    font-size:12px;
    color:#222;
    text-align:center;
    margin-top:10px;
    word-wrap:break-word;
}

.gt-confirm-panel{
    width:530px;
    background-color:#fff;
    padding:12px;
    position:relative;
}
.gt-confirm-panel .close{
    width:14px;
    height:14px;
    color:#707070;
    position:absolute;
    top:12px;
    right:12px;
}
.gt-confirm-panel .close:hover{
    text-decoration:none;
}
.gt-confirm-panel .msg{
    width:452px;
    margin:30px auto 0 auto;
}
.gt-confirm-panel .msg p{
    font-weight:bold;
    font-size:24px;
    line-height:26px;
    text-align:center;
    word-wrap:break-word;
}
.gt-confirm-panel .opt{
    margin-top:47px;
    margin-bottom:25px;
    text-align:center;
}
.gt-confirm-panel .opt button{
    width:160px;
    height:37px;
}
.gt-confirm-panel .opt button.no{
    margin-right:23px;
}

.gt-select-panel{
    width:530px;
    background-color:#fff;
    padding:12px;
    position:relative;
}
.gt-select-panel .close{
    width:14px;
    height:14px;
    color:#707070;
    position:absolute;
    top:12px;
    right:12px;
}
.gt-select-panel .close:hover{
    text-decoration:none;
}
.gt-select-panel .msg{
    width:430px;
    margin:30px auto 0 auto;
}
.gt-select-panel .msg p{
    font-size:12px;
    line-height:16px;
    text-align:center;
    word-wrap:break-word;
}
.gt-select-panel .input-area{
    text-align:center;
    margin-top:16px;
}
.gt-select-panel .input-area .input{
    width:430px;
    height:31px;
}
.gt-select-panel .input-area .require{
    color:#D10000;
    font-size:14px;
    margin-left:5px;
    line-height:31px;
}
.gt-select-panel .error{
    color:#D10000;
    height:15px;
    font-size:12px;
    margin-top:5px;
    text-align:center;
}
.gt-select-panel .opt{
    margin-top:10px;
    margin-bottom:17px;
    text-align:center;
}
.gt-select-panel .opt button{
    width:160px;
    height:37px;
}
.gt-select-panel .opt button.no{
    margin-right:23px;
}

.gt-dropdown-simple{
    position: relative;
}
.gt-dropdown-simple .dropdown-keep{
    cursor:pointer;
}
.gt-dropdown-simple .dropdown-toggle{
    position: relative;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    text-align:center;
}
.gt-dropdown-simple .dropdown-toggle span{
    font-size:12px;
}
.gt-dropdown-simple:hover .dropdown-menu, .gt-dropdown-simple:hover .dropdown-toggle, .gt-dropdown-simple:hover .dropdown-search-input input{
    border-color: #999;
}
.gt-dropdown-simple .dropdown-caret{
    position: absolute;
    right: 12px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}
.gt-dropdown-simple .dropdown-caret.dropdown-caret-rotate{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gt-dropdown-simple .dropdown-search-input{
    background-color:#fff;
    z-index:40;
    position:absolute;
    top:30px;
    left:0;
    width:100%;
}
.gt-dropdown-simple .dropdown-search-input input{
    width:100%;
    height:30px;
    border-top:0;
    border-color:#ccc;
    text-align:center;
}
.gt-dropdown-simple .dropdown-menu{
    z-index: 40;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    overflow-y: scroll;
}
.gt-dropdown-simple .dropdown-menu.with-search{
    top:60px;
}
.gt-dropdown-simple .dropdown-menu li{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align:center;
}
.gt-dropdown-simple .dropdown-menu li span{
    color: #999;
    font-size:12px;
}
.gt-dropdown-simple .dropdown-menu li:hover span, .gt-dropdown-simple .dropdown-menu li.selected span{
    color: #222;
}
.gt-dropdown-simple .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #fafafa;
}
/*bg-select模式 start*/
.gt-dropdown-simple.bg-select .dropdown-menu {
    overflow-y: auto;
}
.gt-dropdown-simple.bg-select .dropdown-menu li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gt-dropdown-simple.bg-select .dropdown-menu li span {
    color: #222;
}
.gt-dropdown-simple.bg-select .dropdown-menu li:hover, .gt-dropdown-simple.bg-select .dropdown-menu li.selected {
    background:rgba(245,245,245,1);
}
.gt-dropdown-simple.bg-select .dropdown-menu li:not(:last-child){
    border-bottom:1px solid #eee;
}
.gt-dropdown-simple.bg-select .gt-selected-icon {
    position: absolute;
    right: 7px;
    top: 0;
}
/*bg-select模式 end*/

.gt-dropdown-light{
    position: relative;
}
.gt-dropdown-light .dropdown-keep{
    cursor:pointer;
}
.gt-dropdown-light .dropdown-toggle{
    position: relative;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}
.gt-dropdown-light:hover .dropdown-toggle{
    border-bottom:0;
}
.gt-dropdown-light:hover .dropdown-menu, .gt-dropdown-light:hover .dropdown-toggle{
    border-color: #999;
}
.gt-dropdown-light .dropdown-toggle em, .gt-dropdown-light .dropdown-toggle .iconfont{
    font-style:normal;
}
.gt-dropdown-light .dropdown-toggle .iconfont{
    position: absolute;
    right: 12px;
    width: 14px;
    height: 14px;
    background:url(/dist/img/computer/global/arrow-down.png) no-repeat center;
    background-size:14px 14px;
    top: 27%;
    margin-top: -1px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}
.gt-dropdown-light .dropdown-toggle .iconfont.icon-jiantou-up-copy{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gt-dropdown-light .dropdown-menu{
    z-index: 40;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    color: #999;
    background: #fff;
}
.gt-dropdown-light .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #fafafa;
}
.gt-dropdown-light .dropdown-menu li{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color:#999;
}
.gt-dropdown-light .dropdown-menu li:hover{
    color:#222;
}

.gt-dropdown-search{
    position: relative;
}
.gt-dropdown-search .dropdown-keep{
    cursor:pointer;
}
.gt-dropdown-search .dropdown-input{
    height: 30px;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.gt-dropdown-search .dropdown-input input{
    height:30px;
    width:100%;
    padding-left:10px;
}
.gt-dropdown-search .dropdown-menu{
    z-index: 40;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border: 1px solid #999;
    border-top: 0;
    color: #999;
    background: #fff;
}
.gt-dropdown-search .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #fafafa;
}
.gt-dropdown-search .dropdown-menu li{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color:#999;
}
.gt-dropdown-search .dropdown-menu li:hover{
    color:#222;
}

.checkbox{
    border:solid 1px #CCCCCC;
    width:14px;
    height:14px;
    background:#FFFFFF;
    display: inline-block;
    position:relative;
}
.checkbox_check:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 10px;
    top:5px;
    left:7px;
    border: 3px solid;
    border-color: transparent #000 #000 transparent;
    transform: translate(-50%, -50%) rotate(39deg);
}

.radio{
    position:relative;
    border:solid 1px #CCCCCC;
    width:14px;
    height:14px;
    background:#FFFFFF;
    display: inline-block;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    cursor:pointer;
}
.radio_check:before{
    content: '';
    border:1px solid #222;
    background-color:#222;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:8px;
    height:8px;
    margin: auto;
}

/**
* popTool种popTips样式
*/
.pop-tips{
    background: #000000;
    opacity:0.8;
    padding:20px;
    width:auto;
    max-width: 85%;
    font-size:12px;
    line-height:14px;
    color:#FFFFFF;
    position: fixed;
    display: none;
    border-radius: 5px;
    z-index: 160000002;
}

/**
 * 图标
 */
.icon-common {
    background: url('/dist/img/icon_pc.svg') no-repeat;
    background-size: 800px 800px;
}
.icon-common-8 {
    width: 8px;
    height: 8px;
    display: inline-block;
}
.icon-common-12 {
    width: 12px;
    height: 12px;
    display: inline-block;
}
.icon-common-14 {
    width: 14px;
    height: 14px;
    display: inline-block;
}
.icon-common-16 {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.icon-common-18 {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.icon-common-20 {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.icon-common-24 {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.icon-common-40 {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.icon-search-18-common {
    background-position: 0 -110px;
    cursor: pointer;
}
.icon-search-18-white-common, .focus .icon-search-18-common {
    background-position: -28px -110px;
}
.icon-user-common {
    background-position: 0 -200px;
}
.icon-shopping-bag-common {
    background-position: -34px -200px;
}
.icon-wish-common {
    background-position: -68px -200px;
}
.icon-question-common {
    background-position: -102px -200px;
}
.icon-language-common {
    background-position: -136px -200px;
}
.icon-love-24-common {
    background-position: -170px -200px;
}
.icon-loved-24-common, .icon-love-24-common.active, .icon-love-24-common.to-love {
    background-position: -204px -200px;
}
.icon-minus-8-common {
    background-position: -18px 0;
}
.icon-minus-8-common.disabled, .quantity-cant-click .icon-minus-8-common {
    background-position: 0 0;
}
.icon-add-8-common {
    background-position: -54px 0;
}
.icon-add-8-common.disabled, .quantity-cant-click .icon-add-8-common {
    background-position: -36px 0;
}
.icon-delete-16-common {
    background-position: -156px -84px;
}
.icon-hot-16-common {
    background-position: -130px -84px;
}
.icon-love-16-common {
    background-position: 0 -84px;
}
.icon-to-love-16-common, .icon-love-16-common.to-love {
    background-position: -26px -84px;
}
.icon-loved-16-common, .icon-love-16-common.active {
    background-position: -52px -84px;
}
.icon-prev-40-common {
    background-position: -50px -390px;
}
.icon-prev-40-common.disabled, .cant-click .icon-prev-40-common {
    background-position: 0 -390px;
}
.icon-next-40-common {
    background-position: -150px -390px;
}
.icon-next-40-common.disabled, .cant-click .icon-next-40-common {
    background-position: -100px -390px;
}
.icon-back-to-top-common {
    background-position: -200px -390px;
}
.icon-shipping-common {
    background-position: 0 -138px;
}
.icon-shipping-green-common {
    background-position: -30px -138px;
}
.icon-checkbox-common {
    background-position: 0 -60px;
}
.icon-checkbox-common.checked {
    background-position: -24px -60px;
}
.icon-down-12-common {
    background-position: 0 -38px;
}
.icon-up-12-common {
    background-position: -22px -38px;
}
.icon-left-12-common {
    background-position: -154px -38px;
}
.icon-left-12-common.disabled, .disabled .icon-left-12-common {
    background-position: -132px -38px;
}
.icon-right-12-common {
    background-position: -198px -38px;
}
.icon-right-12-common.disabled, .disabled .icon-right-12-common {
    background-position: -176px -38px;
}
.icon-add-12-common {
    background-position: -110px -38px;
}
.icon-minus-12-common {
    background-position: -66px -38px;
}
.icon-minus-12-common.disabled, .icon-disabled .icon-minus-12-common {
    background-position: -44px -38px;
}
.icon-add-12-common {
    background-position: -110px -38px;
}
.icon-add-12-common.disabled, .icon-disabled .icon-add-12-common {
    background-position: -88px -38px;
}


/**
 * 页头 页脚 样式
 */
header{
    width:100%;
    height:134px;
}
header.header-common {
    max-width: 1920px;
    min-width: 980px;
}
header .header2{
    position: fixed;
    z-index:99;
    top:0;
    left: 0;
    right: 0;
    width:100%;
    max-width: 1920px;
    min-width: 980px;
    margin: auto;
}
.header2 .menu{
    width:100%;
    height:80px;
    padding:0 8.33%;
    display: flex;
}
.header2 .menu>img{
    top:20px;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
    width:auto;
    height:31px;
}
footer .icon{
    width:21px;
    height:21px;
    display: block;
}
.header2 .icon-common {
    vertical-align: middle;
}
.header2 .icon-shopping-bag-common, .header2 .icon-wish-common {
    margin-right: 4px;
}
.header2 .menu .item{
    height:100%;
    width:52px;
    text-align:center;
    float:right;
    padding-top:28px;
    position:relative;
}
.header2 .menu .item .black-link {
    width: 32px;
    height: 2px;
    background: #222222;
    position: absolute;
    left: 10px;
    bottom: 18px;
    display: none;
}
.header2 .menu .item a {
    font-size: 0;
}
.header2 .menu .item a:hover{
    text-decoration:none;
}
.header2 .menu .item .icon{
    display:inline-block;
}
.header2 .menu .item .num{
    color:#222;
    vertical-align: middle;

}
.icon{
    background: url('/dist/img/icon3.png') no-repeat;
}
.header2 .icon-user{
    background-position: 0px 0px;
}
.header2 .icon-shopping-bag{
    background-position: -24px 0px;
}
.header2 .icon-wish{
    background-position: -48px 0px;
}
.header2 .icon-question{
    background-position: -72px 0px;
}
.header2 .icon-language{
    background-position: -96px 0px;
}
.header2 .icon-search{
    background-position: -123px -3px;
}
.header2 nav{
    position:relative;
    background: #FFFFFF;
    width:100%;
    padding:0 8.33%;
    height:44px;
    box-shadow: 0 10px 18px -5px rgba(126,126,126,0.16);
    opacity:1;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
.header2 nav .nav-page-wrap {
    height: 44px;
    display: flex;
    align-items: center;
}
.header2 nav .nav-page-wrap span {
    cursor: pointer;
    height: 44px;
    line-height: 44px;
}
.header2 nav .nav-page-wrap span:first-child {
    margin-right: 4px;
}
.header2 nav .nav-list {
    overflow: hidden;
    height: 44px;
    white-space: normal;
    font-size: 0;
}
.header2 nav .item{
    display:inline-block;
    height:100%;
}
.header2 nav .item a.title{
    padding-right: 30px;
    line-height:44px;
    display: inline-block;
    transform: translateY(0);
}
.header2 nav .item a {
    text-decoration:none;
}
.header2 nav .item a.title span{
    padding-bottom:10px;
    border-bottom:2px solid #fff;
    font-size:16px;
    color:#000000;
}
.header2 nav .item:hover a.title span{
    color:#000;
    border-color:#666;
}
.header2 nav .item.hot-nav{
    background: url('/dist/img/computer/hot.png') no-repeat;
    background-size:32px 19px;
    background-position:15px 3px;
}
.header2 nav .item.hot-nav a.title span, .header2 nav .item.hot-nav:hover a.title span{
    color:#F35B6E;
}
.header2 nav .item .dropdown{
    display:none;
    min-height:501px;
    border-top:1px solid #D8D8D8;
    position:absolute;
    left:0;
    top:44px;
    width: 976px;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    padding: 32px;
    text-align: left;
}
.header2 nav .item .dropdown.hover{
    display:block;
}
.header2 nav .item .dropdown.four {
    width: 90%;
    min-width: 976px;
    max-width: 1160px;
}
.header2 nav .item .dropdown .content{
    max-width: 1600px;
    width:100%;
    overflow:hidden;
    margin: 0 auto;
    font-size: 0;
    padding: 0;
}
.header2 nav .item .dropdown.four .content {
    display: flex;
}
.header2 nav .item .dropdown .content .content-item{
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin-right: 24px;
}
.header2 nav .item .dropdown .content .content-item.image {
    width: 210px;
}
.header2 nav .item .dropdown .content ul li{
    margin-bottom: 8px;
}
.header2 nav .item .dropdown .content ul li.strong{
    margin: 24px 0 12px;
}
.header2 nav .item .dropdown .content ul li:first-child {
    margin-top: 0;
}
.header2 nav .item .dropdown .content ul li a{
    color:#222222;
    font-size:13px;
}
.header2 nav .item .dropdown .content ul li.strong a{
    font-size:16px;
    font-weight: 600;
    color: #000000;
}
.header2 nav .item .dropdown .content ul li.strong:hover{
    filter:drop-shadow(0 0 0 #999999)
}
.header2 nav .item .dropdown .content ul li:hover a{
    color:#000 !important;
    text-decoration: none;
    font-weight: 600;
}
.header2 nav .item .dropdown .content .image{
    margin-right: 0;
}
.header2 nav .item .dropdown .content .image img{
    display:block;
    border-radius: 8px;
}
.header2 nav .item .dropdown .content .image span{
    color:#222;
    font-size:14px;
    display: inline-block;
    white-space: normal;
    padding: 8px 0 16px;
}
.header2 nav input{
    position: absolute;
    top:8px;
    right:1.93%;
    height:36px;
    width:15.63%;
    border:solid #E5E5E5 1px;
    padding-left:5px;
    z-index:1;
    outline:0;
    font-size:14px;
    padding-right:28px;
}
.header2 nav input:focus{
    border:solid #999999 1px;
}
.header2 nav .icon{
    width:19px;
    height:19px;
    position: absolute;
    right:2.5%;
    top:17px;
    z-index:99;
    cursor:pointer;
}
/* 页头 start */
.header2 .popper-language{
    display: none;
    position: absolute;
    right:0;
    top:70px;
    z-index:100;
    background: #FFFFFF;
    width:320px;
    padding:16px;
    border:1px solid #F7F8FA;
    text-align: left;
    box-shadow:0 7px 6px rgba(139,139,139,0.16);
    border-radius: 8px;
}
.header2 .language-menu:hover .popper-language{
    display: block;
}
.header2 .popper-language-title{
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
.header2 .change-language{
    margin-bottom:20px;
    position:relative ;
}
.header2 .change-currency{
    position:relative ;
}
.header2 .popper-language-selector{
    width:100%;
    height:40px;
    padding:0 10px;
    background: #F5F5F5 url(../../img/b-down.png) no-repeat right 10px top 14px;
    background-size: 16px 12px;
    -webkit-background-size: 16px 12px;
    -moz-background-size: 16px 12px;
    -o-background-size: 16px 12px;
    border-radius: 4px;
}
.header2 .popper-language-selector span{
    margin-top: 3px;
    line-height: 34px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.header2 .popper-language-selector-option{
    display: none;
    border:1px solid rgba(0,0,0,.1);
    background-color:#fff;
    z-index:101;
}
.header2 .popper-language-selector-icon{
    position: absolute;
    right:0;
    top:34px;
}
.header2 .popper-language-selector-option li{
    cursor:pointer;
    position: relative;
    display: inline-block;
    width:100%;
    padding: 0 10px;
}
.header2 .popper-language-selector-option.language-wrap li {
    height: 40px;
    font-size: 0;
    padding: 0;
}
.header2 .popper-language-selector-option.language-wrap li a {
    font-size: 0;
    display: block;
    height: 40px;
    padding: 0 10px;
    color: #222222;
}
.header2 .popper-language-selector-option li span{
    cursor:pointer;
    position: relative;
    display: inline-block;
    width:100%;
    font-size: 14px;
    line-height: 34px;
    margin-top: 3px;
}
.header2 .popper-language-selector-option li:hover{
    background-color:#EEEEEE;
}
.header2 .popper-language-selector-option{
    line-height: 40px;
    border-radius: 4px;
}
.header2 .popper-language-selected{
    background:url(../../img/currency/selected.png) no-repeat top 7px right 7px ;
    -webkit-background-size:16px 16px;
    -moz-background-size:16px 16px;
    -o-background-size:16px 16px;
    background-size:16px 16px;
}
.header2 .with-icon-flag,.header2 .popper-language-selector-option li.with-icon-flag{
    padding-left:30px;
    background-size:23px auto;
    -webkit-background-size:23px auto;
    -moz-background-size:23px auto;
    -o-background-size:23px auto;
    background-repeat:no-repeat;
    background-image:url(../../img/currency/flag.png);
}
/*国家货币对应国旗icon */
.icon-flag-AED{
    background-position: left 0 top -102px;
}
.icon-flag-AFN{
    background-position: left 0 top -136px;
}
.icon-flag-AMD{
    background-position: left 0 top -238px;
}
.icon-flag-AUD{
    background-position: left 0 top -374px;
}
.icon-flag-CAD{
    background-position: left 0 top -1054px;
}
.icon-flag-EUR{
    background-position: left 0 top -2006px;
}
.icon-flag-GBP{
    background-position: left 0 top -2142px;
}
.icon-flag-USD{
    background-position: left 0 top -5918px;
}
.icon-flag-NZD{
    background-position: left 0 top -4488px;
}
.icon-flag-MXN{
    background-position: left 0 top -4149px;
}
.icon-flag-JPY{
    background-position: left 0 top -2993px;
}
.header2 .item:hover{
    background: #FFFFFF;
}
.header2 .item:hover .black-link {
    display: block;
}
.header2 .popper-user-menu{
    display: none;
    position: absolute;
    left:0;
    top:70px;
    z-index:100;
    background: #FFFFFF;
    width:190px;
    padding:16px 20px;
    border:1px solid #F7F8FA;
    text-align: left;
    box-shadow:0 7px 6px rgba(139,139,139,0.16);
    overflow: hidden;
    border-radius: 8px;
}
.header2 .user-menu:hover .popper-user-menu{
    display: block;
}
.header2 .user-info-title{
    border-bottom:solid 1px #E5E5E5;
    padding-bottom:16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header2 .user-info-title a,.header2 .user-info-title a:link,.header2 .user-info-title a:visited{
    font-weight:400;
    line-height:20px;
    color:#222222;
    font-size:14px;
}
.header2 .user-info-title a:hover{
    font-weight:700;
}
.header2 .popper-menu-item li{
    margin:8px 0;
    font-size:14px;
    color:#666666;
}
.header2 .popper-menu-item:first-child li {
    margin-top: 16px;
}
.header2 .popper-menu-item:last-child li {
    margin-bottom: 16px;
}
.header2 .popper-menu-item li:hover{
    color:#222222;
    text-decoration: none;
}
.header2 .logout-menu{
    border-top:1px solid #E5E5E5;
    padding-top:16px;
}
.header2 .logout-menu a:link,.header2 .logout-menu a,.header2 .logout-menu a:visited{
    font-size:14px;
    color:#666666;
    text-decoration: none;
}
.header2 .logout-menu a:hover{
    color:#222222;
    text-decoration: none;
}
.header2 .popper-cart{
    display: none;
    position: absolute;
    right:-159px;
    top:70px;
    z-index:100;
    background: #FFFFFF;
    width: 420px;
    text-align: left;
    border-radius: 8px;
    color: #000000;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header2 .item-cart:hover .popper-cart{
    display: block;
}
.header2 .popper-cart .quantity-component input{
    border:none;
    outline:none;
    line-height: 22px;
    text-align: center!important;
    width:100%;
    padding:0;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    font-size: 14px;
    color: #000;
}
.header2 .popper-cart .quantity-component li{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align:middle
}
.header2 .popper-cart .quantity-component li .icon-common {
    position: absolute;
    left: 7px;
    top: 7px;
}
.header2 .popper-cart .quantity-component li:nth-child(2){
    display: inline-block;
    width: 28px;
    height: 22px;
    vertical-align:middle
}
.header2 .popper-cart .quantity-component{
    font-size:0;
    white-space: nowrap;
}
.header2 .popper-cart .quantity-plus{
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    position: relative;
    cursor: pointer;
}
.header2 .popper-cart .quantity-minus{
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    position: relative;
    cursor: pointer;
}
.header2 .popper-cart .quantity-can-click{
    color: #707070;
}
.header2 .popper-cart .quantity-cant-click{
    color: #D6D6D6;
}
.header2 .popper-cart-item-pic{
    width:100px;
    height:100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right:12px;
}
.header2 .popper-cart-item-pic img{
    width:100%;
    height:auto;
    border-radius: 4px;
}
.header2 .popper-cart-product-info{
    display: inline-block;
    vertical-align: top;
}
.header2 .popper-cart-item{
    padding:8px 16px;
    font-size:0;
}
.header2 .popper-cart-product-info-footer{
    display: table;
    position: absolute;
    bottom:0;
    width: 100%;
}
.header2 .popper-cart-product-total{
    display: table-cell;
    vertical-align: middle;
    max-width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 24px;
}
.header2 .popper-cart .quantity-component{
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    opacity: 1;
    border: 1px solid #E6E6E6;
}
.header2 .popper-cart .btn{
    width:386px;
    margin:12px 16px 16px;
    height:40px;
    line-height: 36px;
    border-radius: 4px;
}
.header2 .popper-group-list{
    border-bottom:1px solid #E5E5E5;
    max-height:340px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F5F5F5;
}
.header2 .popper-group-list::-webkit-scrollbar{
    width:6px!important;
}
.header2 .popper-group-list::-webkit-scrollbar-thumb{
    border-radius:3px;
    background-color:#e0e0e0;
}
.header2 .popper-group-list::-webkit-scrollbar-track{
    margin-top:13px;
    margin-bottom:13px;
    border-radius:3px;
    background-color:#f7f8fa;
}
.header2 .pop-cart-group-item{
    background: #fff;
    margin-bottom: 8px;
    padding-top: 8px;
}
.header2 .pop-cart-group-item:last-of-type{
    margin-bottom: 0;
}
.header2 .cart-not-empty .multi-discount-block:after{
    content:'';
    clear: both;
    display: block;
}
.header2 .cart-not-empty .product-block-title-text{
    padding: 8px 16px;
}
.header2 .cart-not-empty .multi-discount-block>.icon-common-20.icon-discount {
    width: 32px;
    height: 20px;
    background: url('../../img/discount_common.svg');
    background-size: 32px 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
body[data-lang="fr"] .header2 .cart-not-empty .multi-discount-block>.icon-common-20.icon-discount  {
    background-image: url('../../img/discount_fr_computer.svg');
}
.header2 .cart-not-empty .multi-discount-block .extra-tips {
    font-size: 14px;
    line-height: 20px;
    color: #F8522A;
    display: inline-block;
    max-width: 330px;
    vertical-align: middle;
}
.header2 .cart-not-empty .multi-discount-block .view-more-tips {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    float: right;
    cursor: pointer;
}
.header2 .cart-not-empty .multi-discount-block .icon-right {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.header2 .cart-not-empty .multi-discount-block .view-more-tips>span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.header2 .cart-not-empty .group-product-count {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.header2 .cart-not-empty .group-product-count .num {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    vertical-align: baseline;
}
.header2 .cart-not-empty .multi-discount-block .view-more-tips .content {
    display: none;
}
.header2 .popper-cart-product-info{
    position:relative;
    min-height:100px;
    padding-bottom:32px;
    width:256px;
}
.header2 .popper-cart-total{
    margin-right:16px;
    margin-top:10px;
    text-align: right;
    float: right;
}
.header2 .popper-cart-total .value{
    color:#D53333;
    font-size:20px;
    font-weight:bold;
}
.header2 .popper-cart-total .name{
    font-size:14px;
    margin-right: 4px;
}
.header2 .popper-shipping-tips {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.header2 .popper-shipping-tips .free-tips {
    color: green;
}
.header2 .popper-cart-product-info-price{
    margin-bottom:4px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header2 .popper-cart-product-info-price-left{
    display: inline-block;
    width: 90px;
}
.header2 .popper-cart-product-info-price-right{
    display: inline-block;
    width: calc(100% - 90px);
    text-align: right;
}
.header2 .popper-cart-product-attr-block{
    word-wrap: break-word;
}
.header2 .popper-cart-product-info-product-name{
    color: #999999;
    font-size: 12px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header2 .remove-popper-cart-btn{
    cursor: pointer;
    width: 18px;
    height: 16px;
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.header2 .remove-popper-cart-btn img{
    width:100%;
    height:auto;
}
.header2 .cart-empty{
    text-align: center;
    display: none;
    padding: 40px 0 20px;
}
.header2 .cart-empty img{
    width:60px;
    height:auto;
    margin-bottom:18px;
}
.header2 .cart-empty div{
    color:#8B8B8B;
    margin-bottom:10px;
}
.header2 .cart-sign-in-btn{
    color:#8B8B8B;
    text-decoration: underline;
}
.header2 .main-logo{
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*position: absolute;*/
    width: auto;
    height: 80px;
    display: inline-block;
    line-height: 80px;
}
.header2 .main-logo img{
    width:160px;
    image-rendering: -webkit-optimize-contrast
}
.header-box {
    position: relative;
    image-rendering: -webkit-optimize-contrast;
    background-color: #FFFFFF;
}
.header2 .menu .search {
    display: inline-block;
    margin: 20px 4% 20px 8.4%;
    width: 400px;
    height: 40px;
    background: #FFFFFF;
    flex: 1;
    position: relative;
}
.header2 .menu .search .search-input {
    position: relative;
    height: 40px;
    display: flex;
    z-index: 99;
}
.header2 .menu .search .search-wrap {
    height: 40px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #666;
    border-right: 0;
    width: 100%;
    transition: border .2s ease-in-out;
}
.header2 .menu .search.focus .search-wrap {
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #000000;
    margin: 0;
}
.header2 .menu .search .search-wrap input {
    height: 34px;
    border-radius: 20px;
    border: 0;
    font-size: 16px;
    position: absolute;
    top: 2px;
    z-index: 2;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 4px 16px;
}
.header2 .menu .search .search-input .right-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 60px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    background: #fff;
    cursor: pointer;
    transition: border .2s ease-in-out;
}
.header2 .menu .search.focus .search-input .right-content {
    border: 2px solid #000000;
    background: #000000;
}
.header2 .menu .search .search-input .icon-search-18-common {
    position: absolute;
    top: 11px;
    right: 21px;
    z-index: 2;
}
.header2 .menu .dropdown-search-wrap {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 908;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    font-feature-settings: normal;
    font-variant: normal;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1280px) {
    .header2 .menu .dropdown-search-wrap {
        right: -310px;
        left: auto;
    }
}

.header2 .menu .dropdown-search-wrap a:hover {
    text-decoration: none;
}
.header2 .menu .dropdown-search-wrap .dropdown-search {
    height: 100%;
    border-radius: 4px;
    display: flex;
    border: 1px solid #E5E5E5;
    width: 916px;
}
.header2 .menu .dropdown-search-wrap .dropdown-search .dropdown-keywords {
    width: 240px;
    padding: 24px;
}
.header2 .menu .dropdown-search-wrap .dropdown-search h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}
.dropdown-keywords .keywords {
    margin-top: 14px;
    font-size: 16px;
    width: 192px;
}
.dropdown-keywords .keywords li {
    padding: 7px 0;
    line-height: 22px;
    background: #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dropdown-autocomplete-box {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 908;
    font-feature-settings: normal;
    font-variant: normal;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.dropdown-search-autocomplete {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px;
    height: 100%;
    background: #FFFFFF;
    width: 490px;
}
.dropdown-autocomplete-box .dropdown-search-autocomplete {
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    position: unset;
    left: unset;
    top: unset;
}
.dropdown-search-autocomplete .autocomplete-content {
    margin-top: 0;
    font-size: 16px;
}
.dropdown-search-autocomplete .autocomplete-content li {
    padding: 7px 0;
    line-height: 22px;
    background: #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dropdown-search-autocomplete .autocomplete-content li:first-child {
    padding-top: 0;
}
.dropdown-search-autocomplete .autocomplete-content li:last-child {
    padding-bottom: 0;
}
.dropdown-search-autocomplete .autocomplete-content li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.dropdown-search-autocomplete .autocomplete-content li a:hover {
    font-weight: 600;
}
.dropdown-search-autocomplete .autocomplete-content li a > span {
    color: #E64545;
    font-size: 16px;
}
.dropdown-keywords .keywords li a {
    color: #333333;
    font-size: 16px;
}
.dropdown-keywords .keywords li a:hover {
    font-weight: 600;
}
.dropdown-keywords .keywords li i {
    margin-left: 4px;
}
.dropdown-search .dropdown-search-goods {
    background: #fff;
    /*max-width: 482px;*/
    display: flex;
}
.dropdown-search .dropdown-search-goods .goods-wrap {
    padding: 24px 24px 24px 23px;
    width: 348px;
    background: #fff;
    border-left: 1px solid #E5E5E5;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list {
    margin-top: 16px;
    font-size: 0;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list > a {
    width: 140px;
    margin: 0 8px 0 0;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    color: #222222;
    vertical-align: top;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list > a div {
    border-radius: 4px;
    overflow: hidden;
    width: 140px;
    height: 140px;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list > a:nth-child(2n) {
    margin: 0 0 0 8px;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list > a p {
    margin: 8px 0 24px;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-search .dropdown-search-goods .goods-wrap .product-list > a:hover p {
    font-weight: 600;
}
.dropdown-search .dropdown-search-goods .ideas-wrap {
    padding: 24px 24px 24px 23px;
    width: 328px;
    background: #fff;
    border-left: 1px solid #E5E5E5;
}
.dropdown-search .dropdown-search-goods .ideas-list {
    margin-top: 16px;
    width: 280px;
}
.dropdown-search .dropdown-search-goods .ideas-list > a > div {
    height: 140px;
    border-radius: 4px;
    overflow: hidden;
}
.dropdown-search .dropdown-search-goods .ideas-list > a p {
    margin: 8px 0 24px;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-search .dropdown-search-goods .ideas-list > a:hover p {
    font-weight: 600;
}

@media (max-width: 1600px) {
    .header2 .menu, .header2 nav, body .notice-tips-ctn {
        padding:0 6%;
    }
}
@media (max-width: 1200px) {
    .header2 .menu, .header2 nav, body .notice-tips-ctn {
        padding:0 48px;
    }
    .header2 nav .item a.title span {
        font-size: 14px;
    }
}
/* 页头 end */


footer{
    background:#FAFAFA;
}
footer.footer-common {
    max-width: 1920px;
    min-width: 980px;
    margin: 0 auto;
}
footer.footer-simple {
    background: #f5f6f8;
    min-width: 730px;
}
.footer-container{
    padding-top:60px;
    font-size:0;
}
.footer-left{
    width:50%;
    margin-bottom:20px;
    display: inline-block;
    font-size:0;
    vertical-align: top;
}
.footer-left-content{
    text-align: center;
    font-size:0;
    float: right;
    width: 450px;
    margin-right: 16px;
}
.footer-right-content{
    text-align: left;
    font-size:0;
    float: left;
    width: 450px;
    margin-right: 16px;
}
.footer-payment-method{
    text-align: center;
}
.footer-payment-method>img{
    max-width: 900px!important;
    width: calc(100% - 64px);
    margin:20px 32px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.footer-right{
    width:50%;
    display: inline-block;
    vertical-align: top;
    padding-left:16px;
}
.footer-left ul{
    width:33%;
    display: inline-block;
    text-align: left;
}
.footer-left li:first-child{
    font-weight:Bold;
    color:#222222;
    margin-bottom:12px;
    font-size:12px;
}
.footer-left li:not(:first-child) a{
    font-size:13px;
    color:#666666;
    line-height:23px;
}
.footer-find-us-on-title,.footer-sign-up-title{
    font-weight:Bold;
    color:#222222;
    font-size:12px;
    line-height:14px;
}
.footer-right .btn{
    width:144px;
    height:36px;
    vertical-align: middle;
}
.footer-right .icon{
    float:left;
}
.footer-find-us-on-title{
    margin-bottom:24px;
}
.footer-find-us-on-content{
    margin-bottom:24px;
    height:21px;
}
.footer-find-us-on-content i{
    margin-left:5px;
    margin-right:25px;
}
.footer-sign-up-title{
    margin-bottom:10px;
}
.footer-email-input{
    margin-bottom:6px;
}
.footer-email-input input{
    height:36px;
    border:solid #E5E5E5 1px;
    padding-left:5px;
    width:300px;
    outline:0;
    vertical-align: middle;
}
.footer-email-input input:focus{
    border:solid #999999 1px;
}
.footer-email-input input::-webkit-input-placeholder {
    color: #CCCCCC;
}
.footer-email-error-block {
    margin-bottom: 8px;
}
.footer-policy-block{
    font-size:12px;
    font-weight:400;
    line-height:16px;
    color:#666666;
}
.footer-policy-block a{
    text-decoration:underline;
    color:#222222;
}
.footer-right .checkbox{
    margin-right: 10px;
}
.index-bottom{
    width:100%;
    padding-bottom:28px;
}
.index-bottom div:last-child{
    margin-top:4px;
    font-size:12px;
    font-weight:400;
    line-height:14px;
    color:rgba(153,153,153,1);
    opacity:1;
    text-align: center;
}
.index-bottom div:last-child span{
    text-decoration:underline;
    margin-left:10px;
    margin-right:10px;
    color:#999999;
}
.index-bottom div:last-child a:first-child span{
    margin-left:0px;
}
.clear-float{
    clear:both;
}
.footer-left a:visited{
    color:#666666;
}
.footer-left a{
    color:#666666;
}
header .header-mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 98;
}
.footer-back-to-top {
    display: none;
    position: fixed;
    right: 28px;
    bottom: 38px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
}

/*我的账户--start*/
.btn-block{
    display: block;
    width: 100%;
}
.btn-gray{
    color: #E5E5E5;
    background-color: #FFFFFF;
    border-color: #E5E5E5;
}
.btn-dark{
    color: #FFFFFF;
    background-color:#E5E5E5 ;
    border-color: #E5E5E5;
}
.align-c{
    text-align: center;
}
.account-nav{
    padding:0px 10px;
}
.nav-title, .nav-title a{
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.nav-content ul{
    padding-left: 0;
}
.nav-content li{
    padding:10px 0;
    list-style-type:none;
}
.nav-content li a{
    text-underline: none;
    color: #666666;
    font-size: 14px;
}
.nav-content .active a{
    font-weight: bold;
    color: #222222;
}
.clean{
    clear: both;
}
/*我的账户--end*/

/*简化页脚*/
.footer-simple-container{
    max-width: 1180px;
    margin: 0 auto;
    padding:24px 10px;
}
.footer-simple .footer-payment-method{
    max-width: 1200px;
    padding: 38px 20px 20px;
    margin: 0 auto;
}
.footer-simple .footer-payment-method>img{
    width: 100%;
    margin: 0;
    max-width: unset!important;
}
.footer-simple-bottom {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 20px;
    padding-bottom: 24px;
}

#cwppButton #LIwPPundefined{
    width: 100% !important;
}

#login-with-facebook{
    width:100%;
}

#google-login-btn>div{
    width:100% !important;
}
.loading-cart{
    opacity:0.6;
    background: #fff;
    z-index:100;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
}
.loading-img {
    width:50px;
    height:50px;
    left:calc(50% - 25px);
    top:calc(50% - 25px);
    position: absolute;
    background: url(../../img/global/loading.png) no-repeat;
    background-size: 50px 50px;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    z-index:100;
}
@keyframes rotate{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.add-to-bag-loading{
    opacity: 0.6;
}

.dots {
    width: 100%;
    text-align: center;
}
.dots div {
    width: 12px;
    height:12px;
    margin-right:4px;
    border-radius: 50%;
    background-color: #fff;
    animation: fade 0.8s ease-in-out alternate infinite;
    display: inline-block;
    vertical-align: middle;
}

.dots div:nth-of-type(1) {
    animation-delay: -0.4s;
}

.dots div:nth-of-type(2) {
    animation-delay: -0.2s;
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* 头部下方的提示信息 start */
.notice-tips-ctn {
    padding: 0 8.33%;
}
.notice-tips-ctn .notice-wrapper {
    line-height: 26px;
    display: inline-block;
}
.s-notice-tips {
    color: #E64545;
}
/* 头部下方的提示信息 end */

/* 属性值帮助信息表格 start */
.attr-value-tips-handler{
    color: #666666;
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #666;
    border-right:0;
}
.attr-value-tips-handler tr.even{
    background-color:#eee;
}
.attr-value-tips-handler td{
    padding: 0 13px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-right:1px solid #666;
}
.attr-value-tips-handler tr td:first-child{
    font-weight: bold;
}
.attr-value-tips-handler .title td{
    font-weight: bold;
    border-bottom:1px solid #666;
}
/* 属性值帮助信息表格 end */
.multi-discount-advertisement-pop{
    display: none;
    position: fixed;
    z-index: 99;
}
.multi-discount-advertisement-pop .mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background: #000;
    opacity: 0.8;
}
.multi-discount-advertisement-pop .multi-discount-content{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 472px;
    min-height:696px;
    background: url(../../img/computer/multi_discount_background.png);
    background-size: 472px 696px;
    border-radius: 16px;
    overflow: hidden;
}
.multi-discount-advertisement-pop .multi-discount-content>.close-btn{
    width:24px;
    height:24px;
    background: url(../../img/close_btn.svg);
    background-size: 24px 24px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.multi-discount-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.multi-discount-advertisement-pop .multi-discount-content>.title{
    font-size:32px;
    margin-top:40px;
    margin-bottom:8px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.furniture-title{
    font-size:25px;
    margin-top:40px;
    margin-bottom:8px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>p{
    font-size:18px;
    margin-top:8px;
    margin-bottom:14px;
    line-height: 24px;
    text-align: center;
    color:#000;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>p.multi-discount-start-date{
    font-size: 12px;
    text-align: left;
    padding: 0 40px;
    line-height: 16px;
    margin: 6px 0;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>p.multi-discount-tips{
    font-size: 12px;
    text-align: left;
    padding: 0 40px;
    line-height: 16px;
    margin: 6px 0;
    color: #999;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.coupon-content>div{
    width:308px;
    height:56px;
    padding:7px 9px;
    background: url(../../img/multi_discount_coupon.png);
    background-size: 308px 56px;
    margin-bottom: 10px;
}
.multi-discount-advertisement-pop .multi-discount-content>.coupon-content>div>p{
    font-size:14px;
    line-height: 20px;
    color:#FB9221;
    width:100%;
    height:100%;
    text-align: left;
    background: #f2f2f2;
    padding:5px 18px;
    border-radius: 4px;
}
body[data-lang="fr"] .multi-discount-advertisement-pop .multi-discount-content>.coupon-content>div>p {
    font-size: 13px
}
.multi-discount-advertisement-pop .multi-discount-content>.coupon-content>div>p>.font-semi-bold{
    font-weight: 600;
    font-size:22px;
    line-height: 30px;
    padding-right: 6px;
}
body[data-lang="fr"] .multi-discount-advertisement-pop .multi-discount-content>.coupon-content>div>p>.font-semi-bold {
    font-size: 21px;
}
.multi-discount-advertisement-pop .multi-discount-content>.coupon-content{
    width: 308px;
    margin: 0 auto 24px;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.btn{
    width: 392px;
    margin: 0 auto 8px;
    display: block;
    padding:12px;
    border-radius: 24px;
    font-weight: 600;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.btn.btn-white{
    background: transparent;
}
.multi-discount-advertisement-pop .multi-discount-content>.btn.btn-white:hover{
    background: #000;
}
.multi-discount-advertisement-pop .multi-discount-content>.extra-tips{
    width: 392px;
    margin: 16px auto;
    text-align: center;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content>.extra-tips>span{
    font-weight:400;
    font-size:14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
    position: relative;
}
.multi-discount-advertisement-pop .multi-discount-content>.extra-tips>span:last-of-type{
    margin-right: 0;
}
.multi-discount-advertisement-pop .multi-discount-content>.extra-tips>span:not(:first-of-type   ):before{
    content:'';
    width:1px;
    height:16px;
    position: absolute;
    left:-16px;
    top: 3px;
    background: #000;
}

.multi-discount-advertisement-pop .multi-discount-content .second-style>.close-btn{
    width:24px;
    height:24px;
    background: url('../../img/close_btn.svg');
    background-size: 24px 24px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.multi-discount-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.title{
    font-size:32px;
    margin-top:40px;
    margin-bottom:8px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.furniture-title{
    font-size:25px;
    margin-top:40px;
    margin-bottom:8px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>p{
    font-size:18px;
    margin-top:8px;
    margin-bottom:14px;
    line-height: 24px;
    text-align: center;
    color:#000;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>p.multi-discount-start-date{
    font-size: 12px;
    text-align: left;
    padding: 0 40px;
    line-height: 16px;
    margin: 6px 0;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>p.multi-discount-tips{
    font-size: 12px;
    text-align: left;
    padding: 0 40px;
    line-height: 16px;
    margin: 6px 0;
    color: #999;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.coupon-content>div{
    width:340px;
    height:72px;
    padding:7px 9px;
    background: url('../../img/multi_discount_coupon.svg');
    background-size: 340px 72px;
    margin-bottom: 10px;
    font-size: 0;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.coupon-content>div>p{
    font-size:14px;
    color:#FB9221;
    text-align: left;
    background: #f2f2f2;
    padding:5px 18px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1px);
    margin: 0;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.coupon-content div.blank_el {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.multi-discount-advertisement-pop .multi-discount-content .second-style>.coupon-content>div>p>.font-semi-bold{
    font-weight: 600;
    font-size:22px;
    line-height: 30px;
    padding-right: 6px;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.coupon-content{
    width: 340px;
    margin: 0 auto 24px;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.btn{
    width: 392px;
    margin: 0 auto 8px;
    display: block;
    padding:12px;
    border-radius: 24px;
    font-weight: 600;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.btn.btn-white{
    background: transparent;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.btn.btn-white:hover{
    background: #000;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.extra-tips{
    max-width: 408px;
    min-width: 392px;
    margin: 16px auto;
    text-align: center;
    position: relative;
    z-index: 100;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.extra-tips>span{
    font-weight:400;
    font-size:14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
    position: relative;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.extra-tips>span:last-of-type{
    margin-right: 0;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.extra-tips>span:not(:first-of-type):before{
    content:'';
    width:1px;
    height:16px;
    position: absolute;
    left:-16px;
    top: 3px;
    background: #000;
}
.multi-discount-advertisement-pop .multi-discount-content .second-style>.multi-discount-bottom-background {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    margin: -20px 0 0;
}

.header2 .popper-cart-product-total.show-multi-discount{
    color:#F8522A;
    font-size: 12px;
    font-weight: 400;
    padding-left:20px;
    position: relative;
}
.checkout-step{
    padding:12px 10px;
    margin:0 auto 12px;
    max-width: 1180px;
    text-align: center;
    min-width: 730px;
}
.checkout-step .checkout-step-item{
    font-size:16px;
    line-height: 22px;
    font-weight: 400;
    color:#999;
}
.checkout-step .checkout-step-item.active{
    font-weight: 700;
    color:#222;
}
header.header-checkout{
    width: 100%;
    background: #fff;
    height: auto;
    min-width: 730px;
}
.header-checkout .header-content{
    max-width: 1180px;
    margin: 0 auto;
    padding: 21px 10px;
}
.header-checkout .header-content .left{
    float:left;
}
.header-checkout .header-content .right{
    float:right;
}
.header-checkout .header-content:after{
    content:'';
    display: block;
    clear:both;
}
.header-checkout .logo{
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.header-checkout .logo img{
    width: auto;
    height: 100%;
}
.header-checkout .icon-slash{
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #ccc;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    vertical-align: middle;
}
.header-checkout .icon-secure{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin:0 14px;
}
.header-checkout .header-slogan{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    line-height: 18px;
    color:#83B293;
}
.header-checkout .jump-cart{
    display: inline-block;
    color:#666;
    vertical-align: middle;
    line-height: 30px;
}
.header-checkout .jump-cart .go-to-shopping{
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 4px solid #999;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.purchase-qty-container {
    position: relative;
}
.purchase-qty-container .qty-wrapper-tips {
    position: absolute;
    width: auto;
    left: 0;
    bottom: calc(100% + 12px);
    padding: 16px;
    border-radius: 8px;
    background-color: #FFECC4;
    margin-bottom: 0;
    display: none;
}
.purchase-qty-container .qty-wrapper-tips .purchase-tips-main-box {
    display: flex;
    align-items: center;
    position: relative;
}
.purchase-qty-container .qty-wrapper-tips .purchase-tips-main-box:after {
    position: absolute;
    content: '';
    left: 30px;
    bottom: -22px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #FFECC4;
}
.purchase-qty-container .tips-icon-wrapper {
    font-size: 0;
    margin-right: 8px;
}
.icon-warning-notice {
    background: url('/dist/img/warning_notice.svg') no-repeat;
    background-size: contain;
}
.purchase-qty-container .qty-wrapper-tips .purchase-qty-tips-text {
    font-size: 12px;
    line-height: 16px;
    color: #9F631D;
}

.popper-cart-product-info-footer .purchase-qty-container .qty-wrapper-tips {
    width: 256px;
    padding: 12px;
}
.popper-cart-product-info-footer .purchase-qty-container .qty-wrapper-tips .purchase-tips-main-box:after {
    left: 18px;
    bottom: -17px;
}

.email-possible-tips {
    color: #666666
}
.possible-email-item {
    float: left;
    padding: 3px 0;
    margin-right: 12px;
    cursor: pointer;
    text-decoration: underline;
}
.possible-email-item:hover {
    color: #222222;
}
.success-pop-tips {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    background-color: #FFF;
    border-radius: 8px;
    padding: 19px 40px;
    z-index: 10000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 0;
    top: -100px;
    transition: top .5s;
    text-align: center;
}
.success-pop-tips .icon-box{
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.success-pop-tips .tips-content{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    color:#222;
}
.success-pop-tips.show {
    top: 80px;
}