@charset "UTF-8";
*{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
*:before, *:after{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body{
	color: #333;
	font-family:"Times New Roman", Times, serif;
    background: #fdfdfd;
    line-height: 1;
    box-sizing: border-box;
	overflow-x:hidden;
}
img{
	border:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width:100%;
	height:auto !important;
}
textarea.form-control{
	height:auto;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
}
.clear{
	clear:both !important;
}
.table> thead> tr> th, .table> tbody> tr> th, .table> tfoot> tr> th, .table> thead> tr> td, .table> tbody> tr> td, .table> tfoot> tr> td{
	padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table> thead> tr> th{
	vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table> caption + thead> tr:first-child> th, .table> colgroup + thead> tr:first-child> th, .table> thead:first-child> tr:first-child> th, .table> caption + thead> tr:first-child> td, .table> colgroup + thead> tr:first-child> td, .table> thead:first-child> tr:first-child> td{
	border-top:0;
}
th{
	text-align:left;
}
td, th{
	padding:0;
}
label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
a{
	cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-decoration: none;
    color: #666;
}
ol, ul, li{
	list-style:none;
}
figure{
	line-height:0;
}
input, textarea, keygen, select, button{
	margin: 0;
    font-family:"Times New Roman", Times, serif;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
}
p{
	line-height:1.4;
	margin-bottom:5px;
}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.hide{
	display:none !important;
}
.layout-top{
	position: relative;
    z-index: 500;
    height: calc(68px + 46px + 3px);
}
.layout-top .fixed-header{
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
}
.layout-nav{
	background: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.layout-nav:before, .layout-nav:after{
	content: "";
    display: table;
    clear: both;
}
.outline{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0!important;
    display: block;
    display: none;
}
.layout-nav .nav-main-menu{
	float:left;
}
.layout-nav .nav-main-menu .nav-menu-ul{
	float:left;
}
.layout-nav .nav-menu-li{
	position:relative;
}
.nav-dropdown-list{
	background: #fff;
    border: solid 1px #d4d9de;
    transition: all .5s;
}
.ns-header-category-menu{
	-webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}
.layout-nav .nav-dropdown-list{
	display: none;
    opacity: 0;
	position:absolute;
	min-height:200px;
	z-index:99;
}
.layout-nav-menu .nav-menu-li:hover .nav-dropdown-list{
	display:block;
	opacity:1;
	-webkit-animation:l2r .2s ease-out 0s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation:l2r .2s ease-out 0s;
	-moz-animation-fill-mode:forwards;
	-ms-animation:l2r .2s ease-out 0s;
	-ms-animation-fill-mode:forwards;
	animation:l2r .2s ease-out 0s;
	animation-fill-mode:forwards;
}
.layout-nav .nav-menu-li:hover .nav-dropdown-list,.layout-nav .nav-menu-li:hover .nav-download-app-menu,.layout-nav .nav-menu-li:hover .nav-shopping-cart-menu,.layout-nav .nav-menu-li:hover .nav-my-account{display:block;opacity:1;-webkit-animation:l2r .2s ease-out 0s;-webkit-animation-fill-mode:forwards;-moz-animation:l2r .2s ease-out 0s;-moz-animation-fill-mode:forwards;-ms-animation:l2r .2s ease-out 0s;-ms-animation-fill-mode:forwards;animation:l2r .2s ease-out 0s;animation-fill-mode:forwards}
.ns-header-category-menu .category-menu-wrapper{
	position: relative;
    display: block;
}
.ns-header-category-menu .category-menu-wrapper.category-menu-level1-wrapper{
	padding-top: 15px;
    padding-bottom: 15px;
}
.nav-dropdown-list .nav-dropdown-list-ul{
	width:300px;
}
.ns-header-category-menu .category-menu-list{
    box-sizing: border-box;
    border-right: dashed 1px #d8d8d8;
}
.nav-dropdown-list .nav-dropdown-list-link{
	padding: 8px 12px;
    line-height: 1.5;
    color: #7a7a7a;
    display: block;
    text-align: left;
}
.ns-header-category-menu .nav-dropdown-list-link{
	line-height: 20px;
    vertical-align: middle;
    padding: 5px 12px;
	position:relative;
}
nav-menu-link i{
	margin-left:10px;
}
.layout-nav-menu .nav-menu-link, .layout-nav-menu .nav-submenu-link {
  display: block;
  line-height: 46px;
  height: 46px;
  color: #666666;
  text-decoration: none;
}
.layout-nav-menu .nav-menu-li:hover .nav-menu-link, .layout-nav-menu .nav-menu-li:hover .nav-submenu-link {
  color: #ff9933;
  border-bottom: 2px solid #ff9933;
  box-sizing: border-box;
}
.nav-dropdown-list .nav-dropdown-list-title{
	font-size: .8em;
    font-weight: normal;
    display: inline;
}
.nav-dropdown-list-link:hover, .submenu-wrapper a:hover{
	color: #ff9933;
}
.nav-dropdown-list-link i{
	font-size:13px;
	position:absolute;
	top:9px;
	right:5px;
}
.ns-header-category-menu .nav-dropdown-list-title{
	font-size:13px;
}
.ns-header-category-menu .nav-dropdown-list-li{
	position:static;
}
.ns-header-category-menu .select-parent-group{
	margin-left: 300px;
    float: left;
}
.ns-header-category-menu .select-parent-group.none-slide{
	margin-left: 0;
}
.submenu-wrapper{
	background-color: #fff;
    width: 300px;
	height:100%;
	min-height:200px;
    border: 1px solid #ddd;
    border-left: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    display: none;
    padding: 0px;
    overflow: hidden;
}

li.nav-active .submenu-wrapper{
	display:block;
}
.submenu-wrapper ul li{
	line-height: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 5px 12px;
}
.submenu-wrapper ul li a{
	font-size:13px;
	font-weight: normal;
    display: block;
}
.layout-nav .nav-submenu{
	position:absolute;
	bottom:0;
	right:0;
}
.layout-nav .nav-shopping-cart-menu, .layout-nav .nav-download-app-menu, .layout-nav .nav-my-account{
	position: absolute;
    top: 100%;
    right: 0;
    display: none;
    opacity: 0;
}
.nav-my-account{
	background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 4px 12px;
    width: 200px;
}
.nav-my-account .nav-my-account-li{
	text-align: left;
    border-bottom: 1px solid #d8d8d8;
}
.nav-my-account .nav-my-account-link{
	color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.2;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-my-account .nav-my-account-li{
	text-align: left;
    border-bottom: 1px solid #d8d8d8;
}
.nav-my-account .nav-my-account-link{
	color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.2;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layout-nav .nav-shopping-cart-menu{
	position: absolute;
    top: 100%;
    right: 0;
}
input[type="search"]{
	font-size: 1rem;
}
.ns-search-form .ns-search-input{
	border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    font-size: .8em;
    outline: none;
    height: 40px;
    padding: 0 28px 0 15px;
    margin: 0;
    -webkit-appearance: none;
}
.ns-search-form .ns-search-btn{
	position: absolute;
    right: 5px;
    top: 55%;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
}
.ns-search-form .ns-search-btn:before{
	content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}
.ns-search-form .ns-search-btn .icon-slim-search{
	display: block;
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
}
.ns-search-form .ns-search-btn .search-btn-text{
	display:none;
}
.lang-list{
	position:absolute;
	top:100%;
	right:0;
}
.loading-area{
	-webkit-transition: opacity 1.5s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity 1.5s cubic-bezier(.165,.84,.44,1);
    transition: opacity 1.5s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.finish-loading{
	opacity:1;
	padding-top:40px;
}
.layout-content-carousel{
	margin-bottom:30px;
	max-width:1020px;
	margin:0 auto;
	position:relative;
}
.indexCarousel{
	width:100%;
}
.owl-carousel{
	width: 100%;
    position: relative;
    margin: 0 auto;
    border: 0;
}
.owl-carousel .owl-prev{
	left:10px;
	text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: rgba(255,255,255,.9) !important;
    border: solid 1px #e3edf6 !important;
    -moz-transition: left .3s,right .3s,opacity .3s;
    -o-transition: left .3s,right .3s,opacity .3s;
    -webkit-transition: left .3s,right .3s,opacity .3s;
    transition: left .3s,right .3s,opacity .3s;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    color: #5d5d5d;
    display: block;
}
.owl-carousel .owl-prev:hover{
	box-shadow:0 2px 4px 0 rgba(0,0,0,.5);border:solid 1px #d4d9de
}
.owl-carousel .owl-next:hover{
	box-shadow:0 2px 4px 0 rgba(0,0,0,.5);border:solid 1px #d4d9de
}
.owl-carousel .owl-next{
	right:10px;
	text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: rgba(255,255,255,.9) !important;
    border: solid 1px #e3edf6 !important;
    -moz-transition: left .3s,right .3s,opacity .3s;
    -o-transition: left .3s,right .3s,opacity .3s;
    -webkit-transition: left .3s,right .3s,opacity .3s;
    transition: left .3s,right .3s,opacity .3s;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    color: #5d5d5d;
    display: block;
}
.layout-content{
	min-height: calc(100vh - 260px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
.center-sub-content{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.layout-content:after{
	content: " ";
    display: block;
    clear: both;
}
.index-promotion-activity-ecoupon{
	height: 230px;
    margin-bottom: 30px;
}
.index-promotion-activity .promotion-activity-container{
	float: left;
}
.slide-title-wrapper{
	display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-left: 25px;
    margin-top: 0;
    width: 100%;
}
.slide-title{
	float: left;
}
.slide-title i{
	padding-right:10px;
}
.index-promotion-activity .promotion-activity-container .activity-list-wrapper{
	background-color: #f5f5f5;
    border-top: 1px solid #eee;
    height: 175px;
    padding: 9px 15px;
    width: 730px;
}
.klee-slider{
	height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.klee-slider.show-state{
	opacity: 10;
}
.klee-slider-viewer{
	height:175px;
	width:730px;
	overflow-x: hidden;
    overflow-y: hidden;
}
.klee-slider-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    overflow: hidden;
}
.klee-slider-li{
	display:inline-block;
	width:361px;
	padding-left:8px;
}
.klee-slider-li:first-child{
	padding-left: 0;
}
.promotion-activity-card-wrapper{
	background: #fff;
    border: solid 1px #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(71,72,71,.3);
    height: 175px;
}
.index-promotion-activity .promotion-card{
	display: block;
    padding: 23px 15px 15px;
    position: relative;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.index-promotion-activity .promotion-title{
	color: #4a4e5c;
    font-size: 15px;
    margin: 5px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-promotion-activity .promotion-duration{
	color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
}
.index-promotion-activity .promotion-card .promotion-img-list{
	margin-top:12px;
}
.index-promotion-activity .promotion-card .promotion-img-li{
	box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 75px;
}
.klee-slider-li-img{
	width:inherit;
}
.index-promotion-activity .promotion-card .salepage-img{
	border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 100%;
}
.index-promotion-activity .promotion-card .promotion-img-li:last-child{
	margin-right:0;
}
.index-promotion-activity .promotion-activity-card-wrapper{
    background: #fff;
    border: solid 1px #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(71,72,71,.3);
    height: 175px;
}
.index-promotion-activity .promotion-activity-single .promotion-single-content{
    float: left;
    padding-left: 20px;
    padding-top: 28px;
    width: 235px;
}
.index-promotion-activity .promotion-title{
    color: #4a4e5c;
    font-size: 15px;
    margin: 5px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-promotion-activity .promotion-activity-single .promotion-single-item{
    float: right;
    margin-right: 7px;
    margin-top: 10px;
    max-height: 175px;
}
.index-promotion-activity .promotion-activity-single .promotion-single-img{
    max-height: 150px;
    max-width: 150px;
}
.eCoupon-hotsale-list{
	display: inline-block;
    margin-left: 17px;
    margin-top: 10px;
}
.eCoupon-hotsale-list .list-item-wrapper{
	border-bottom: dashed 1px #c4c4c4;
    display: flex;
    height: 65px;
    margin-bottom: 6px;
    padding-bottom: 7px;
    width: 380px;
}
.eCoupon-hotsale-list .list-item-wrapper a{
	display:flex;
}
.eCoupon-hotsale-list .list-item-pic{
	margin-right: 20px;
    max-height: 65px;
}
.eCoupon-hotsale-list .list-item-content{
	width:300px;
}
.eCoupon-hotsale-list .list-item-title{
	color: #666;
    font-size: 13px;
    height: 30px;
    line-height: 1.3;
    margin-bottom: 3px;
    width: 96%;
}
.eCoupon-hotsale-list .list-item-tag{
	color: #fff;
    font-size: 12px;
    height: 20px;
    padding: 4px;
    width: 36px;
}
.eCoupon-hotsale-list .list-item-price{
	color: #ff5353;
    font-size: 13px;
    height: 16px;
    width: 260px;
}
.section-board{
	width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.section-board .section-board-frame{
	width:100%;
	height:100%;
}
.section-board .section-board-frame .section-board-img{
	max-width: 100%;
	width:100%;
    height: auto;
}
.sp-theme .sp-theme-pd-ul{
	display: flex;
    display: -webkit-flex;
    margin: 8px 0;
}
.sp-theme .sp-theme-pd-li{
	flex: 1;
    -webkit-flex: 1;
    margin-right: 12px;
}
.sp-theme .sp-theme-pd-frame{
	display: inline-block;
    position: relative;
    width: 100%;
}
.sp-theme .sp-theme-pd-frame:before{
	content: '';
    display: block;
    margin-top: 100%;
}
.sp-theme .sp-theme-pd-img{
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sp-theme .sp-theme-pd-price{
	color: #ff5353;
    font-size: 14px;
    line-height: 1.5;
}
.sp-theme .sp-theme-pd-text{
	color: #666;
    font-size: 14px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 15px;
}
.sp-blog .sp-blog-header{
	margin: 16px;
    position: relative;
}
.section-board .section-board-title{
	font-size: 20px;
    color: #4a4e5c;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
}
.section-board .section-board-title:before{
	content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: initial;
    background-image: url('data:image/svg+xml;utf8,<svg width="53px" height="5px" viewBox="0 0 53 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="sprint-4" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="PC-焦點活動" transform="translate(-732.000000, -489.000000)"><g id="Group-24" transform="translate(250.000000, 48.000000)"><g id="焦點四大圖-copy" transform="translate(0.000000, 433.000000)"><g id="title-copy-3" transform="translate(482.000000, 0.000000)"><g id="Group-32" transform="translate(0.000000, 8.000000)"><path d="M51,0.76 C50.1,0.76 49.36,1.5 49.36,2.4 C49.36,3.3 50.1,4.04 51,4.04 C51.9,4.04 52.64,3.3 52.64,2.4 C52.64,1.5 51.9,0.76 51,0.76 Z" id="・" fill="#4A4E5C"></path><path d="M40.5,2.5 L0.5,2.5" id="Line" stroke="#A1AAB0" stroke-linecap="square"></path></g></g></g></g></g></g></svg>');
    height: calc(20px/2);
    width: 53px;
    margin-right: 8px;
}
.section-board .section-board-title:after{
	content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: initial;
    background-image: url('data:image/svg+xml;utf8,<svg width="53px" height="5px" viewBox="0 0 53 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="sprint-4" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="PC-焦點活動" transform="translate(-889.000000, -489.000000)"><g id="Group-24" transform="translate(250.000000, 48.000000)"><g id="焦點四大圖-copy" transform="translate(0.000000, 433.000000)"><g id="title-copy-3" transform="translate(483.000000, 0.000000)"><g id="Group-31" transform="translate(156.000000, 8.000000)"><path d="M2,0.76 C1.1,0.76 0.36,1.5 0.36,2.4 C0.36,3.3 1.1,4.04 2,4.04 C2.9,4.04 3.64,3.3 3.64,2.4 C3.64,1.5 2.9,0.76 2,0.76 Z" id="・" fill="#4A4E5C"></path><path d="M52.5,2.5 L12.5,2.5" id="Line-Copy-7" stroke="#A1AAB0" stroke-linecap="square"></path></g></g></g></g></g></g></svg>');
    height: calc(20px/2);
    width: 53px;
    margin-left: 8px;
}
.section-board .see-more{
	font-size: 14px;
    float: right;
    line-height: 1;
}
.sp-blog .sp-blog-header .see-more{
	position: absolute;
    right: 0;
    top: 0;
}
.sp-blog .sp-blog-container{
	box-shadow: 0 1px 2px 0 rgba(34,34,34,.2);
    border: solid 5px #f5f5f5;
    padding: 16px;
}
.sp-blog .sp-blog-ul:before, .sp-blog .sp-blog-ul:after{
	content: "";
    display: table;
    clear: both;
}
.sp-blog .sp-blog-li{
	text-align: center;
    border-right: dashed 1px #d4d9de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
}
.sp-blog .sp-blog-title{
	color: #4a4e5c;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
}
.sp-blog .sp-blog-image{
	max-width: 100%;
    max-height: 100%;
}
.section-board .section-board-header{
	position: relative;
    margin: 20px 0;
}
.section-board .section-board-header .twill-pattern-bar{
	z-index: 0;
}
.section-board .section-board-header .section-board-title{
	position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 0 4px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cabinet{
	font: 16px/1.5 "Times New Roman",sans-serif;
}
.officialIndex .hot-sale-rank-ul{
	margin: 20px 0;
}
.hot-sale-rank-ul .cabinet-li{
	transition: box-shadow 0.5s;
}
.hot-sale-rank-ul .cabinet-li:hover{
	box-shadow: 0 2px 25px rgba(0,0,0,0.5);
}
.clear-float:before, .clear-float:after{
	content: "";
    display: table;
    clear: both;
}
.cabinet .cabinet-li{
	-webkit-box-shadow: 0 1px 2px rgba(71,73,72,.2);
    box-shadow: 0 1px 2px rgba(71,73,72,.2);
    float: left;
    background: #fff;
    color: #333;
    margin: 10px 1%;
    box-sizing: border-box;
    cursor: pointer;
    width: 31%;
    position: relative;
}
.cabinet .cabinet-top{
	display: inline-block;
    position: relative;
    width: 100%;
    background-size: 100%;
}
.cabinet .cabinet-top:before{
	content: "";
    display: block;
    margin-top: 100%;
}
.cabinet .cabinet-img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all 1s cubic-bezier(.68,-.55,.265,1.55);
    transform-origin: center;
}
.cabinet .ranking-num{
	position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 5% 8%;
    text-align: center;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    background-color: rgba(255,0,0,.5);
}
.cabinet .cabinet-li .buttons-layer{
	display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.15);
    z-index: 3;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.cabinet .cabinet-li .buttons-layer-block{
	display: inline-block;
    position: absolute;
    width: 100%;
    height: 50px;
    opacity: 0;
    padding: 0 1%;
    bottom: 0;
}
.cabinet .cabinet-li:hover .buttons-layer{opacity:1}
.cabinet .cabinet-li .layer-block:hover, .cabinet .cabinet-li .product-layer:hover a, .cabinet .cabinet-li .buttons-layer-block{
	opacity:1;
}
.cabinet .addcart, .cabinet .save, .cabinet .addfav{
	text-align: center;
    float: left;
    width: 32%;
    border: 0 solid #d11e1e;
    border-bottom-width: 3px;
    border-radius: 4px;
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}
.cabinet .layer-btn{
	margin: 0 1%;
    display: inline-block;
    float: left;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    text-overflow: clip;
    transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -moz-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -webkit-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -o-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    font-size: 1.08em;
    background-color: #e33d26;
    border-color: #e33d26;
    color: #fff;
}
.cabinet .cabinet-li .save .far, .cabinet .cabinet-li .save .fas, .cabinet .cabinet-li .addcart .fas, .cabinet .cabinet-li .addfav .fas{
	line-height: 40px;
}
.cabinet .cabinet-li .buttons-layer-block>.addcart{
	width: 62%;
}
.cabinet .cabinet-middle{
	padding: 0 10px 10px 10px;
}
.cabinet .suggestprice{
	color: #aaa;
    font-size: 0.8em;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.cabinet .price{
	display: block;
    font-size: 1.2em;
    color: #ff5353;
    line-height: 1.4em;
    padding: 5px 0;
    height: 26px;
}
.cabinet .cabinet-instruction{
	color: #333;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.layout-footer-top .layout-content{
	min-height: 0!important;
}
.index-social-community .social-community-img{
	max-width: 245px;
    float: left;
    margin: 10px 0 10px 12px;
}
.index-social-community .social-community-image-wrapper:first-child .social-community-img{
	margin-left: 0;
}
.download-app-menu .download-app-menu-icon{
	display: -webkit-flex;
    display: flex;
}
.download-app-menu .download-app-menu-link{
	background-color: #000;
    flex: 1;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.download-app-menu .download-app-menu-icon :first-child{
	margin-right: 4px;
}
.app-store-svg{
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.app-store-svg.google{
	width: 88px;
    height: 30px;
	background-image:url(../images/badge_common_googleplay2.0.svg);
}
.download-app-menu .download-app-menu-link .apple, .download-app-menu .download-app-menu-link .google{
	height: inherit;
    width: 100%;
    display: block;
}
.app-store-svg.apple{
	width: 94px;
    height: 30px;
	background-image:url(../images/badge_common_applestore2.0.svg);
}
.location-bar{
	border-bottom: 0;
}
.breadcrumb{
	font-weight: normal;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.location-bar>ol{
	border-bottom: 1px solid #ddd;
}
.hide-at-mobile{
	display: none;
}
.breadcrumb .breadcrumb-li{
	display: inline-block;
}
.breadcrumb .breadcrumb-link{
	color: #b3a396;
    cursor: pointer;
    font-size: 14px;
}
.breadcrumb .breadcrumb-li+li:before{
	color: #999;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding: 0 5px;
}
.breadcrumb .active{
	color: rgba(74,78,92,.8);
    cursor: default;
}
.left-sub-content{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.category-menu{
	padding-left: 8px;
}
.category-menu .see-more-category{
	padding: 12px 0;
    border-bottom: 1px solid #979797;
    margin-bottom: 12px;
}
.category-menu .see-more-category .see-more-category-link{
	display:block;
}
.category-menu .see-more-category .see-more-category-link i{
	font-size:13px;
}
.category-menu .category-menu-title{
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.category-menu .category-menu-title, .category-menu .category-menu-child-title{
	display:inline-block;
}
.category-menu .see-more-category .category-menu-title{
	display:inline-block;
}
.category-menu .category-menu-li, .category-menu .category-menu-child-li{
	padding: 6px 0;
}
.category-menu .category-menu-link{
	color: #666;
    display: inline-block;
    width: calc(100% - 20px);
}
.collapse-panel{
	overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
}
.collapse-panel.collapse-show{
	display: block;
    max-height: 9999px;
}
.category-menu .category-menu-child-ul{
	padding-left: 12px;
}
.category-menu .category-menu-child-link{
	color: #999;
    display: inline-block;
}
.category-menu .category-menu-child-title{
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.category-menu .category-menu-title.actived, .category-menu .category-menu-child-title.actived{
	font-weight: bold;
}
.right-sub-content{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ns-product-list-sort-display .sorting-area{
	padding: 10px 0 20px;
}
.ns-product-list-sort-display .sorting-area .sorting-text{
	font-size: 15px;
    color: #8a8077;
    line-height: 42px;
}
.ns-product-list-sort-display .sorting-area .drop-down-list{
	display:inline-block;
}
.clear-float:before, .clear-float:after{
	content: "";
    display: table;
    clear: both;
}
.ns-product-list .dynamic-pic{
	background-size: contain!important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.cabinet .cabinet-li .buttons-layer{
	display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.15);
    z-index: 3;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.cabinet .cabinet-li .buttons-layer-block{
	display: inline-block;
    position: absolute;
    width: 100%;
    height: 50px;
    opacity: 0;
    padding: 0 1%;
    bottom: 0;
}
.cabinet .cabinet-li .layer-block:hover, .cabinet .cabinet-li .product-layer:hover a, .cabinet .cabinet-li .buttons-layer-block{
	opacity:1;
}
.cabinet .layer-btn{
	margin: 0 1%;
    display: inline-block;
    float: left;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    text-overflow: clip;
    transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -moz-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -webkit-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -o-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    font-size: 1.08em;
    background-color: #e33d26;
    border-color: #e33d26;
    color: #fff;
}
.disappearing-love:after{
	content: "\f004";
    color: #ff6060;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 12px;
    font-family: FontAwesome;
    -webkit-animation: disappearing-love 1s linear 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: disappearing-love 1s linear 0s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: disappearing-love 1s linear 0s;
    -ms-animation-fill-mode: forwards;
    animation: disappearing-love 1s linear 0s;
    animation-fill-mode: forwards;
}
.cabinet .cabinet-li .save .fa, .cabinet .cabinet-li .addcart .fa, .cabinet .cabinet-li .addcart i, .cabinet .cabinet-li .addfav i{
	line-height:40px;
}
.fa-facebook-f{
	color: #428bca;
    line-height: inherit;
}
.scroll-to-top{
	z-index: 250;
    color: #aaa;
    text-align: center;
    text-decoration: none;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms cubic-bezier(.23,1,.32,1);
    -o-transition: all 300ms cubic-bezier(.23,1,.32,1);
    transition: all 300ms cubic-bezier(.23,1,.32,1);
}
.scroll-to-top .scroll-to-top-link{
	position: relative;
    display: inline-block;
}
.scroll-to-top .scroll-to-top-link:before{
	content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.scroll-to-top .icon-slim-arrow-up{
	font-size: 16px;
    width: 16px;
	display: block;
    line-height: .8;
    border-top: 1px solid #4a4e5c;
    margin: 14px auto 0;
    color: #4a4e5c;
}
.salepage-container{
	margin-top: 30px;
    padding: 0 12px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.salepage-top-left{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    padding-right: 2%;
}
.ns-image-gallery .ns-media-gallery{
	width:100%;
}
.ns-image-gallery .large-image-frame{
	margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 400px;
    max-width: 400px;
}
.ns-image-gallery .large-image-frame:before{
	content: "";
    margin-top: 100%;
}
.ns-image-gallery .gallery-prev-arrow{
	left:2%;
}
.ns-image-gallery .gallery-arrow{
	z-index: 2;
    width: 35px;
    height: 45px;
    cursor: pointer;
    color: #4a4e5c;
    text-align: center;
    position: absolute;
    top: 40%;
    padding-top: 6px;
}
.ns-image-gallery .large-image-frame .large-image{
    height: 100%;
    width: 100%;
}
.ns-image-gallery .large-image-frame .zoomed{
	background-color: #ffffff;
    position: relative;
    left: 100%;
    border: 1px solid #d4d9de;
    width: 400px;
    height: 400px;
    overflow: hidden;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.ns-image-gallery .large-image-frame .zoomed.hide-zoomed{
	opacity: 0;
    pointer-events: none;
}
.ns-image-gallery .large-image-frame .zoomed .zoomed-img{
	position: absolute;
    max-width: 800px;
}
.ns-image-gallery .gallery-next-arrow{
	right: 2%;
}
.ns-image-gallery .small-image-ul{
	display: inline-block;
}
.ns-image-gallery .small-image-ul:before, .ns-image-gallery .small-image-ul:after{
	content: "";
    display: table;
    clear: both;
}
.ns-image-gallery .small-image-li{
	float: left;
    margin-top: 16px;
    margin-right: 12px;
    position: relative;
}
.ns-image-gallery .small-image-frame{
	margin: 0;
    text-align: center;
    width: 66px;
    height: 66px;
}
.ns-image-gallery .small-image-frame .small-image{
	max-height: 66px;
    max-width: 66px;
}
.salepage-promotion{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #d4d9de;
    border-top: 3px solid #4a4e5c;
    padding: 16px;
    margin-top: 30px;
}
.salepage-top-right .sku-wrapper .sku-sub-title, .salepage-community .fb-text, .salepage-promotion .salepage-promotion-caption, .salepage-specification .simple-table-td-left, .salepage-specification .simple-table-td-right{
	font-size: 0.8em;
    line-height: 1.5;
    color: #4a4e5c;
    font-weight: normal;
}
.salepage-promotion .salepage-promotion-li{
	margin-top:12px;
}
.salepage-promotion .salepage-promotion-title-wrapper{
	display: inline-block;
    vertical-align: middle;
    width: calc(100% - 114px);
    margin-left: 2px;
}
.salepage-promotion .salepage-promotion-title{
	font-size: 0.8em;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 17px;
}
.salepage-top-right{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.93617%;
    float: right;
    margin-right: 0;
}
.salepage-top-right .salepage-title{
	color: #4a4e5c;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
}
.salepage-top-right .salepage-tag-ul{
	margin-top:8px;
	position:relative;
}
.salepage-top-right .salepage-tag-ul:before, .salepage-top-right .salepage-tag-ul:after{
	content: "";
    display: table;
    clear: both;
}
.salepage-top-right .salepage-tag-li{
	float: left;
    margin-right: 8px;
    position: relative;
}
.salepage-top-right .fav-btn{
	float:right;
}
.fa-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.salepage-top-right .price-wrapper{
	margin-top: 16px;
	margin-bottom:15px;
}
.salepage-top-right .price-wrapper .salepage-suggestprice{
	color: #aaa;
    font-size: 0.8em;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.salepage-top-right .price-wrapper .salepage-price{
	color: #ff5353;
    font-size: 1.5em;
}
.product-sku{
	max-height: 350px;
    padding-bottom: 30px;
}
.salepage-container .product-sku{
	padding-bottom: 30px;
}
.product-sku .sku-level-title{
	color: #4a4e5c;
    font-size: 0.8em;
    line-height: 1.5;
    padding-top: 16px;
    text-align: left;
}
.product-sku .sku-ul{
	padding:2px;
}
.product-sku .sku-ul:before{
	content: "";
    display: table;
    clear: both;
}
.product-sku .sku-ul:after{
	content: "";
    display: table;
}
.product-sku .sku-li{
	border: 1px solid #d4d9de;
    border-radius: 3px;
    color: #4a4e5c;
    float: left;
    margin: 8px 8px 0 0;
}
.product-sku .sku-link{
	box-sizing: border-box;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.2;
    min-width: 46px;
    padding: 10px 12px;
    text-align: center;
}
.sku-info{
	display:inline-block;
	font-size:30px;
	margin-top:10px;
}
.product-sku .sku-li.actived{
	border: 1px solid #ff5353;
    box-shadow: 0 0 0 1px #ff5353;
}
.product-sku .sku-li.actived .sku-link{
	color: #ff5353;
}
.product-sku .sku-li:hover{
	border: 1px solid #ff5353;
    box-shadow: 0 0 0 1px #ff5353;
}
.product-sku .sku-li:hover .sku-link{
	color: #ff5353;
}
.salepage-top-right .sku-wrapper .sku-sub-title{
	margin-bottom:8px;
}
.salepage-container .qty-wrapper{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
}
.qty-counter{
	border: 1px solid #d4d9de;
    border-radius: 4px;
    display: flex;
    width: 100%;
    height: 44px;
    text-align: center;
}
.qty-counter .qty-counter-btn{
	cursor: pointer;
    font-weight: 900;
    line-height: 44px;
    display: table-cell;
    width: 44px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.qty-counter .decrease-btn{
	color: #aaa;
    float: left;
}
.qty-counter .qty-counter-btn.disabled{
	color: #aaa;
    background-color: #f0f0f0;
}
.qty-counter .qty-number{
	display: inherit;
    border-right: 1px solid #d4d9de;
    border-left: 1px solid #d4d9de;
    width: calc(100% - 44px * 2 - 2px);
}
.qty-counter .qty-number-input{
	color: #4a4e5c;
    font-size: 1em;
    width: 100%;
    text-align: center;
    line-height: 44px;
    height: 44px;
}
.qty-counter .qty-number-input::-webkit-inner-spin-button,
.qty-counter .qty-number-input ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.qty-counter .qty-counter-btn{
	cursor: pointer;
    font-weight: 900;
    line-height: 44px;
    display: table-cell;
    width: 44px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.qty-counter .increase-btn{
	color: #ff5353;
    float: right;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.qty-counter .qty-counter-btn.unselected.increase-btn{
	color: #ff5353;
}
.salepage-top-right .salepage-btn-group{
	display: flex;
    display: -webkit-flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.salepage-top-right .salepage-btn-group .core-btn{
	margin-top: 12px;
    flex: 1;
}
.salepage-top-right .salepage-btn-group .add-to-cart-btn{
	margin-right: 10px;
	line-height:44px;
	color:#fff;
	text-align:center;
}
.collapse-group{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.collapse-group .collapse-header{
	display: block;
    padding: 12px 0;
    border-bottom: 1px solid #d4d9de;
}
.collapse-group .collapse-header :first-child{
	display: inline-block;
}
.collapse-group .collapse-header .collapse-header-text, .collapse-group .collapse-header .collapse-header-title{
	font-weight: normal;
    color: #4a4e5c;
    font-size: 0.8em;
    line-height: 1.5;
}
.collapse-group .collapse-header .collapse-header-title{
	vertical-align: bottom;
}
.collapse-group .shop-pay-img{
	width: 16px;
    height: 16px;
}
.collapse-group .deliver-home-img{
	width: 18px;
}
.collapse-group .collapse-header .collapse-header-right{
	float:right;
}
.salepage-container .fa-chevron-down{
	font-size:0.2em;
}
.rotate-to-bottom, .rotate-to-right{
	-webkit-animation: "rotate-vertical-counterclockwise" .2s ease-in 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: "rotate-vertical-counterclockwise" .2s ease-in 0s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: "rotate-vertical-counterclockwise" .2s ease-in 0s;
    -ms-animation-fill-mode: forwards;
    animation: "rotate-vertical-counterclockwise" .2s ease-in 0s;
    animation-fill-mode: forwards;
}
.rotate-to-bottom, .rotate-to-right{
	-webkit-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
    -ms-animation-fill-mode: forwards;
    animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
    animation-fill-mode: forwards;
}
.collapse-group .collapse-body{
	padding: 16px;
    background: #f7f8fa;
    border-bottom: 1px solid #d4d9de;
}
.payment-group{
	padding-bottom:16px;
}
.payment-group .payment-shipping-title, .shipping-group .payment-shipping-title{
	padding-left: 6px;
    color: #4a4e5c;
    font-size: 0.9em;
    line-height: 1;
    font-weight: bold;
    border-left: 3px solid #4a4e5c;
    margin-bottom: 12px;
}
.salepage-feature{
	display: table;
    border-collapse: separate;
    border-spacing: 0 4px;
}
.salepage-feature .salepage-feature-li{
	display: table-row;
}
.salepage-feature .salepage-feature-title{
	font-size: 0.8em;
    line-height: 1.5;
    color: #888b94;
    display: table-cell;
    width: 20%;
}
.salepage-feature .salepage-feature-detail, .salepage-feature .salepage-short-description{
	font-size: 0.8em;
    line-height: 1.8;
    color: #4a4e5c;
    display: table-cell;
    padding-left: 8px;
}
.salepage-feature .salepage-short-description li{
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}
.salepage-community{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    text-align: left;
}
.salepage-container .salepage-middle-section{
	margin-top: calc(30px * 2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.nav-tab .nav-tab-ul{
	border-bottom: 1px solid #d8d8d8;
    background: rgba(247, 248, 250, 0.85);
}
.nav-tab .nav-tab-ul:before, .nav-tab .nav-tab-ul:after{
	content: "";
    display: table;
    clear: both;
}
.nav-tab .nav-tab-li{
	display: block;
    float: left;
    margin-bottom: -1px;
    position: relative;
}
.nav-tab .nav-tab-link{
	color: #666666;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    padding: 12px 30px;
}
.slide-button{
	float: right;
    padding: 8px 12px;
}
.slide-button-frame{
	border-radius: 100px;
    background: #ffffff;
    border: 1px solid #d4d9de;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    transition: width 0.8s ease;
}
.slide-button-frame .slide-button-wrapper{
	width: 88px;
}
.slide-button-frame .fa-comments{
	line-height: inherit;
}
.slide-button-frame .service-text{
	margin-left: 1px;
    display: inline-block;
    font-size: 0.8em;
    color: #4a4e5c;
    vertical-align: bottom;
    font-weight: normal;
}
.salepage-detail-info{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}
.salepage-detail-desc{
	overflow: hidden;
    margin: 0 5px;
    position: relative;
	padding:10px;
}
.salepage-detail-info img{
	max-width:100%;
}
.salepage-detail-desc div, .salepage-detail-desc span, .salepage-detail-desc applet, .salepage-detail-desc object, .salepage-detail-desc iframe, .salepage-detail-desc h1, .salepage-detail-desc h2, .salepage-detail-desc h3, .salepage-detail-desc h4, .salepage-detail-desc h5, .salepage-detail-desc h6, .salepage-detail-desc p, .salepage-detail-desc blockquote, .salepage-detail-desc pre, .salepage-detail-desc a, .salepage-detail-desc abbr, .salepage-detail-desc acronym, .salepage-detail-desc address, .salepage-detail-desc big, .salepage-detail-desc cite, .salepage-detail-desc code, .salepage-detail-desc del, .salepage-detail-desc dfn, .salepage-detail-desc em, .salepage-detail-desc font, .salepage-detail-desc img, .salepage-detail-desc ins, .salepage-detail-desc kbd, .salepage-detail-desc q, .salepage-detail-desc s, .salepage-detail-desc samp, .salepage-detail-desc small, .salepage-detail-desc strike, .salepage-detail-desc strong, .salepage-detail-desc sub, .salepage-detail-desc sup, .salepage-detail-desc tt, .salepage-detail-desc var, .salepage-detail-desc b, .salepage-detail-desc u, .salepage-detail-desc i, .salepage-detail-desc center, .salepage-detail-desc dl, .salepage-detail-desc dt, .salepage-detail-desc dd, .salepage-detail-desc ol, .salepage-detail-desc ul, .salepage-detail-desc li, .salepage-detail-desc fieldset, .salepage-detail-desc form, .salepage-detail-desc label, .salepage-detail-desc legend, .salepage-detail-desc table, .salepage-detail-desc caption, .salepage-detail-desc tbody, .salepage-detail-desc tfoot, .salepage-detail-desc thead, .salepage-detail-desc tr, .salepage-detail-desc th, .salepage-detail-desc td{
	vertical-align: middle;
}
.salepage-detail-desc img{
	display: inline-block;
    height: auto;
}
.salepage-specification{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 30px auto;
    word-break: break-all;
}
.salepage-specification .salepage-specification-caption{
	font-size: 1em;
    line-height: 1.5;
    color: #4a4e5c;
}
.simple-table{
	border: 1px solid #d8d8d8;
    border-bottom: transparent;
    display: table;
    width: 100%;
}
.salepage-specification .simple-table{
	margin: 12px 0;
}
.simple-table .simple-table-row{
	display:table-row;
}
.simple-table .simple-table-td-left{
	background: #f7f8fa;
    border-bottom: 1px solid #d8d8d8;
    display: table-cell;
    padding: 8px 12px;
    text-align: right;
}
.salepage-specification .simple-table-td-left{
	width:25%;
}
.simple-table .simple-table-td-right{
	border-bottom: 1px solid #d8d8d8;
    display: table-cell;
    padding: 8px 12px;
    text-align: left;
}
.salepage-container:after{
	content: " ";
    display: block;
    clear: both;
}
.salepage-more-recommendation{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.panel.panel-tab{
	border: 1px solid #d4d9de;
}
.salepage-more-recommendation .salepage-product-list{
	margin-top: 30px;
}
.panel.panel-tab .panel-heading{
	background: #f7f8fa;
    border-bottom: 1px solid #d4d9de;
}
.panel.panel-tab .panel-heading-link{
	display: block;
    padding: 12px 0;
}
.panel.panel-tab .panel-title{
	font-size: 0.9em;
    line-height: 1.5;
    color: #999999;
    font-weight: normal;
}
.panel.panel-tab .panel-heading-li.actived .panel-title{
	color: #4a4e5c;
    font-weight: bold;
}
.panel .panel-body{
	background: #ffffff;
}
.salepage-more-recommendation .panel-body{
	padding: 30px;
}
.product-card{
	text-align:left;
}
.klee-slider-li-link{
	width: inherit;
}
.product-card .product-card-title{
	font-size: 0.7em;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 36px;
    color: #4a4e5c;
    font-weight: 500;
    margin-top: 4px;
}
.product-card .product-card-price{
	color: #ff5353;
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: 4px;
}

.fade.in{
	opacity: 1;
}

.alert{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert-success{
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.modal-backdrop{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade{
	opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in{
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.alert-danger{
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.btn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-xs, .btn-group-xs> .btn{
	padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
hr{
	box-sizing: content-box;
    height: 0;
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.row{
	margin-left: -10px;
    margin-right: -10px;
}
.row:before, .row:after{
	content:" ";
	display:table;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-group{
	margin-bottom: 15px;
}
.has-feedback{
	position: relative;
}
.form-control{
	display: block;
    width: 100%;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-group-lg .form-control{
	height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
}
input[type="checkbox"], input[type="radio"]{
	box-sizing: border-box;
    padding: 0;
}
input[type="radio"], input[type="checkbox"]{
	margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.login-form-container.has-ad-form{
	min-height: 800px;
}
.login-form-container .login-form.has-banner{
	margin-top: 35px;
	box-sizing: border-box;
}
#login-tab.tab-ul{
	    width: 100%;
    margin-bottom: 10px;
}
#login-tab.tab-ul:before, #login-tab.tab-ul:after{
	content: "";
    display: table;
    clear: both;
}
#login-tab.tab-ul .tab-li{
	width: 50%;
    min-width: 160px;
    height: 52px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    line-height: 52px;
    float: left;
    background-color: #F4F4F4;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #CCC7C7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E9E9E9;
}
#login-tab.tab-ul .tab-li.active{
	background-color: #fff;
    border-bottom-color: transparent;
}
.login-form-container .form-left, .login-form-container .login-left, .login-form-container .signup-left{
	width: 100%;
    float: left;
    position: relative;
}
.form-input-wrapper{
	padding: 11px 10.5% 11px;
}
.login-form-container .form-input-wrapper{
	padding: 0px 10.5% 12px;
}
.form-input-container{
	font-size: 13px;
    color: #333;
    
    position: relative;
    margin-bottom: 10px;
    -moz-transition: border-color 0.8s;
    -o-transition: border-color 0.8s;
    -webkit-transition: border-color 0.8s;
    transition: border-color 0.8s;
}
.overseas-cell-phone-wrapper .country{
	float: left;
    width: 31%;
    height: 40px;
}
.drop-down-list .drop-down-title{
	line-height: 40px;
    margin: 0 5px;
    text-align: left;
    box-shadow: 0 0 1px #ddd;
    background: #F9F9F9;
    width: 165px;
    border: 1px solid #D6D6D6;
}
.drop-down-list{
	font-size:15px;
	margin: 0;
    overflow: visible;
    box-sizing: border-box;
}
.drop-down-list .drop-down-title{
	width: 100%;
    margin: 0;
    box-shadow: none;
    background: none;
    border: 0;
    cursor: pointer;
}
.drop-down-list .drop-down-title.disable{
	cursor: auto;
    color: #cdcdcd;
}
.drop-down-list .drop-down-title .drop-down-link .fas{
	font-size: inherit;
    color: #5a5a5a;
    float: right;
    margin: 12px 13px;
}
.drop-down-list .drop-down-ul .drop-down-link:hover{
	color: #b3a396;
}
.drop-down-list .drop-down-ul .drop-down-link.selected-item{
	color: #b3a396;
}
.overseas-cell-phone-wrapper .cell-phone-number{
	float: right;
    width: 67%;
}

.form-input-container .form-input{
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
    height: 40px;
    font-size: 15px;
    margin: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0 38px 0 0;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.form-btn, .red-btn, .orange-btn, .fbblue-btn, .green-btn, .grey-btn, .login-thirdparty-btn{
	border-radius: 5px;
    font-size: 15px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    width: 80%;
    border: none;
}
.red-btn{
	background: #E33D26;
}
.login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .grey-btn, .login-form-container .login-thirdparty-btn{
	margin: 0px 10% 12px 10%;
}
.login-form-container .other-action{
	width: 80%;
    margin: 12px auto;
    font-size: 14px;
}
.login-form-container .login-form .label{
	cursor:pointer;
}
.login-form-container .login-form .label input[type="checkbox"]{
	margin-right:5px;
}
.login-form-container .forget-pwd{
	float: right;
    color: #4A90E2;
    text-decoration: none;
}
.signup-left .login-form-container{
	width:100%;
}
.signup-left .form-input-container:before, .signup-left .form-input-container:after{
	content:" ";
	display:table;
	clear:both;
}
.login-left .form-input-container:before, .login-left .form-input-container:after{
	content:" ";
	display:table;
	clear:both;
}
.form-input-title{
	float:left;
	width:23%;
	height:40px;
	line-height:40px;
}
.form-input-text{
	float:left;
	width:76%;
	border-bottom: 1px solid #ccc;
}
.other-action label{
	font-weight:normal;
}
.grid-list .grid-li{
	float: right;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
    height: auto;
}
.ns-product-list-sort-display .sorting-area .grid-list{
	margin-left: 10px;
}
.ns-product-list-sort-display .sorting-area .grid-list .grid-li{
	padding-right: 0px;
}
.grid-list .grid-link{
	border: 1px solid #b3a396;
    color: #b3a396;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.grid-list .active-on .grid-link{
	background-color: #b3a396;
    border-color: #b3a396;
    color: #fff;
}
.grid-list .grid-li .fas{
	line-height: 40px;
}
.sortingmenu{
	border-bottom: 1px solid #b3a396;
	overflow: auto;
    padding: 10px 0;
    display: inline-table;
    width: 100%;
    box-sizing: border-box;
}
.sortingmenu .tabs-nav{
	width: 66%;
	list-style: none;
    margin-left: 0;
    padding: 0;
}
.sortingmenu .tabs-nav-li.active{
	-webkit-box-shadow: 0 -4px 0 #b3a396 inset;
    box-shadow: 0 -4px 0 #b3a396 inset;
    background: #b3a396;
}
.sortingmenu .tabs-nav-li{
	margin: 0 10px 0 0;
	width: 21%;
    float: left;
    font-size: .95em;
    line-height: 40px;
    padding: 0;
    position: relative;
    border: 1px solid #b3a396;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.sortingmenu .tabs-nav-link{
	color: #b3a396;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
}
.sortingmenu .tabs-nav-li.active .tabs-nav-link{
	color: #fff!important;
}
.topic_all{
	position: relative;
    width: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
    margin-bottom: 20px;
}
.topic_left{
	width: 48%;
    float: left;
}
.topic-module-pic{
	margin: 0 20px 0 0;
    overflow: hidden;
}
.topic-module-pic img{
	max-width: 640px;
    min-width: 345px;
    width: 100%;
}
.topic_right{
	float: right;
    width: 48%;
    margin: 0 20px 0 0;
}
.topic_date{
	color: #999;
    font-size: .8em;
    padding-top: 20px;
    margin-bottom: 10px;
}
.topic_dateicon{
	margin: 5px 5px 5px 0;
    display: inline-block;
}
.topic_dateicon img{
	width:15px;
	height:15px;
}
.topic_title{
	margin-top: 10px;
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
}
.topic_inner{
	color: #666;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.topic_lookmore{
	margin: 20px 0 10px 0;
    font-size: .9em;
}
.article_topic_pic{
	width:55%;
}
.topic_pic{
	float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.topic_description{
	margin: 0 20px;
}
.article_topic_description{
	float: left;
    box-sizing: border-box;
    margin-top: 35px;
    margin-left: 10px;
    width: 37%;
    vertical-align: baseline;
}
.articleShare{
	display: table;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 90%;
    width: 38%;
}
.articleShare .articleShareItem{
	display: table-cell;
    text-decoration: underline;
}
#InfoPage{
	padding: 10px;
    color: #333;
    font-size: 13px;
}
.clearfix{
	display:block;
}
.clearfix:before, .clearfix:after{
	content: "";
    display: table;
    clear: both;
}
.webviewbox{
	background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 6px 0 rgba(20%,20%,20%,.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(20%,20%,20%,.2);
    box-shadow: 0 0 6px 0 rgba(20%,20%,20%,.2);
}
.aside-section{
	width: 100%;
    -webkit-transform: translateZ(0);
}
.aside-section:before, .aside-section:after{
	content: "";
    display: table;
    clear: both;
}
.brand-asidebar .accordion{
	width: 100%;
    float: left;
}
.brand-asidebar .accordion .panel{
	background-color: transparent;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.brand-asidebar .accordion .panel-heading{
	-moz-border-radius: 0;
    -moz-background-clip: padding;
}
.brand-asidebar .accordion .panel-heading .panel-title{
	font-size: .9em;
    color: #666;
    font-weight: normal;
}
.brand-asidebar .accordion .panel-heading .panel-title{
	color: #666;
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.brand-asidebar .accordion a.accordion-toggle{
	padding-top: 12px;
    padding-bottom: 12px;
    display: block;
}
.brand-asidebar .accordion .panel-group .panel-heading+.panel-collapse .panel-body{
	border-top: none;
}
.brand-asidebar .accordion .panel-body>ul{
	list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}
.brand-asidebar .accordion .panel-body>ul>li{
	width: 100%;
    float: left;
    border-top: solid 1px #eee;
}
.brand-asidebar .accordion .panel-body>ul>li:first-child{
	border-top: none;
}
.brand-asidebar .selectactive{
	color: #b3a396!important;
    border-bottom: 3px solid #b3a396;
}
.brand-asidebar .accordion .panel-body>ul>li>a{
	color: #666;
    font-size: .9em;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    background: #f9f8f8;
    padding: 5px 0 0 30px;
}
.brand-asidebar .accordion .panel-body>ul>li>a:hover{text-decoration:none;color:#b3a396}
#gerneal-block, #about-shop{
	    min-height: 500px;
}
#about-shop{
	-webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71,73,72,.25);
    -moz-box-shadow: 0 1px 2px rgba(71,73,72,.25);
    box-shadow: 0 1px 2px rgba(71,73,72,.25);
    background: #fff;
    padding: 20px;
}
.activity-wrapper .outline-widget{
	padding: 5px 0;
    background: #f3f3f3;
}
.activity-wrapper .outline-widget:before, .activity-wrapper .outline-widget:after{
	content: "";
    display: table;
    clear: both;
}
.activity-wrapper .product-banner-widget:before, .activity-wrapper .product-banner-widget:after{
	content: "";
    display: table;
    clear: both;
}
.activity-wrapper .product-banner-widget .banner-li{
	box-sizing: border-box;
    padding: 5px;
    width: 50%;
    float: left;
}
.activity-wrapper .product-banner-widget.four-column-banner .banner-li{
	width:50%;
}
.activity-wrapper .banner-widget{
	border: 1px solid #e7e2e2;
    background: #fff;
    padding: 10px;
}
.activity-wrapper .banner-widget .banner-image{
	display: block;
    width: 100%;
}
.activity-wrapper .banner-widget .banner-image-text{
	line-height: 1.36;
    margin-top: 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
.ns-widget-adapter{
	padding:10px !important;
}
.ns-widget-adapter img{
	max-width:100%;
	height:auto;
}
.collapse-panel.collapse-show{
	max-height:9999px;
}
.ns-search-mobile{
	color: #fff;
}
.open-full-screen{
	background: rgba(0,0,0,.85);
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 700;
    display: block;
}
.close-full-screen-btn{
	padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    text-align: right;
    font-size: 20px;
    color: inherit;
	line-height:50px;
}
.search-area-full-screen .ns-search-input{
	background: url(../images/icon_search_w.png) no-repeat left center;
    width: 90%;
    color: #fff;
    border: solid #ccc;
    border-width: 0 0 1px;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    background-size: 20px 21px;
    outline: none;
    line-height: 48px;
    padding-left: 30px;
    font-size: 16px;
    left: 5%;
    margin: -10px auto 10px;
    display: block;
}
.search-area-full-screen .ns-search-btn .icon-slim-search{
	display:none;
}
.search-area-full-screen .ns-search-btn .search-btn-text{
	padding: 6px;
    font-size: 13px;
    background: #4d4d4d;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 5%;
    line-height: 15px;
}
.search-area-full-screen .ns-search-mobile-btn .icon-slim-search{
	display:none;
}
.search-area-full-screen .ns-search-mobile-btn .search-btn-text{
	padding: 6px;
    font-size: 13px;
    background: #4d4d4d;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 5%;
    line-height: 15px;
}
.black-style .ns-hot-keyword-search{
	text-align: center;
    padding: 15px 17px 20px 17px;
    line-height: normal;
}
.black-style .ns-hot-keyword-search .hot-keyword-title{
	color: #afafaf;
    font-size: 12px;
}
.black-style .ns-hot-keyword-search .hot-keyword-title:before{
	content: "───────";
    padding-right: 10px;
    color: #afafaf;
}
.black-style .ns-hot-keyword-search .hot-keyword-title:after{
	content: "───────";
    padding-left: 10px;
    color: #afafaf;
}
.black-style .ns-hot-keyword-search .hot-keyword-ul{
	margin: 10px 0 20px 0;
}
.black-style .ns-hot-keyword-search .hot-keyword-li{
	border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 7px 5px;
    border-radius: 2px;
}
.black-style .ns-hot-keyword-search .hot-keyword-link{
	font-size: 13px;
    line-height: 13px;
    display: block;
    padding: 7px 15px;
}
.black-style .ns-hot-keyword-search .hot-keyword-link{
	color:#fff;
}
.search-area-full-screen.search-hidden{
	display:none;
}
.payment-group .payment-shipping-subtitle, .shipping-group .payment-shipping-subtitle{
	font-size: 0.8em;
    line-height: 2.2;
    color: #4a4e5c;
}

.hide-nav .mobile-middle-wrapper .layout-nav{
	height:0;
	border:0;
	overflow:hidden;
}
.promotion-list-container .list-section{
	background-color: #f5f5f5;
    padding: 10px;
}
.promotion-list-container .promotion-list-li{
	background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(71, 73, 72, 0.2);
    margin-bottom: 10px;
    position: relative;
}
.promotion-card{
	display: block;
    padding: 23px 15px 15px;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.promotion-card .promotion-title{
	color: #4a4e5c;
    margin: 5px 0;
    font-size: 15px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 16px;
}
.promotion-card .promotion-duration{
	color: #999999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
}
.promotion-card .promotion-img-list{
	margin-top: 12px;
}
.promotion-card .promotion-img-li{
	display: inline-block;
    position: relative;
    width: 30%;
    box-sizing: border-box;
    margin-right: 2%;
}
.promotion-list-container .promotion-list-li:hover {
  outline: solid 2px #ffcc99;
}
.promotion-card .salepage-img{
	width: 100%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.promotion-list-container .black-mask{
	display:none;
}
.promotion-list-container .black-mask .black-mask-text{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.promotion-list-container .black-mask .black-mask-text .fa-plus{
	display: block;
    margin-bottom: 10px;
}

.fb-livechat, .fb-widget{display: none}
.ctrlq.fb-close{
	position: fixed;
	right: 24px;
	cursor: pointer
}
.ctrlq.fb-button{
	cursor: pointer;
	display:block;
	position:relative;
	z-index: 999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 0;
	outline: 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
	-webkit-transition: box-shadow .2s ease;
	background-size: 80%;
	transition: all .2s ease-in-out;
	margin-left:3px;
}
.ctrlq.fb-button:focus, .ctrlq.fb-button:hover{
	transform: scale(1.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24)
}
.fb-widget{
	background: #fff;
	z-index: 1000;
	position: fixed;
	width: 360px;
	height: 435px;
	overflow: hidden;
	opacity: 0;
	bottom: 0;
	right: 24px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}
.ctrlq.fb-overlay{
	z-index: 0;
	position: fixed;
	height: 100vh;
	width: 100vw;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .05);
	display: none
}
.ctrlq.fb-close{
	z-index: 4;
	padding: 0 6px;
	background: #365899;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	margin: 8px;
	border-radius: 3px
}
.ctrlq.fb-close::after{
	content: "X";
	font-family: sans-serif
}
.filter-wrapper{
	padding: 10px 0px 20px;
}
.filter-wrapper .filter-text, .filter-wrapper .reset-text{
	font-size: 13px;
    color: #6B6B6B;
    line-height: 35px;
}
.store-wrapper .store-item{
	position: relative;
    min-height: 130px;
    font-size: 13px;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
.store-wrapper .store-description{
	display: inline-block;
    outline: none;
    color: #333;
    padding-left: 155px;
}
.store-wrapper .store-picture{
	position: absolute;
    left: 10px;
    width: 130px;
    box-sizing: border-box;
}
.store-wrapper .store-title{
	font-size: 1.15em;
    margin: 10px 0;
}
.store-wrapper .store-content{
	color: #666;
    font-size: 13px;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 10px;
}
.store-wrapper .store-item:active, .store-wrapper .store-item:hover{
	background: #fff url(../images/L1right_icon.png) no-repeat 98% 50%;
}
.nav-lang img{
	width:30px;
	height:auto;
	vertical-align:middle;
}
.h100p{
	height:100%;
}
.sp-blog .video-container .h100p{
	height: 195px;
    width: 100%;
}
.sp-theme-pd-suggestprice, .list-item-suggestprice{
	color: #aaa;
    font-size: 0.8em;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.tag-about-us{
    position: absolute !important;
    right: -40px;
    top: -40px;
    float: none !important;
    background: #ff5353 !important;
    display: inline-block;
    border: 1px solid #ff5353;
    border-radius: 4px;
    font-size: 15px;
    height: 30px;
}
.tag-about-us a{
	line-height: 30px;
    color: #ffffff !important;
    padding: 0 5px;
}

.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right: 125%;
    top: -50%;
    margin-left: -60px;
    opacity: 0;
	font-size:13px;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.content-sidebar--2 .sidebar{
	float: left;
    width: 23%;
	margin-left:2%;
	margin-top:20px;
}
.order-summary{
	list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: -4px;
}
.order-summary li{
	list-style-type: none;
    padding: 5px 0;
}
.order-summary li:before, .order-summary li:after{
	content: " ";
    display: table;
}
.order-summary li .k{
	float: left;
    color: #999999;
    font-size: 13px;
}
.order-summary li .v{
	float: right;
}
.order-summary li:after{
	clear:both;
}
.order-summary li.sep{
	margin: 10px 0;
    padding: 0;
    height: 1px;
    background-color: #d2d2d2;
}
.order-summary li.total .v{
	color: #ed1c24;
    font-size: 20px;
    font-weight: 500;
}
.login-form-container .form-right, .login-form-container .login-right, .login-form-container .signup-right{
	width: 100%;
    float: right;
    margin-top: 0;
    position: relative;
    margin-bottom: 60px;
}
.form-btn, .red-btn, .orange-btn, .fbblue-btn, .green-btn, .grey-btn, .login-thirdparty-btn{
	border-radius: 5px;
    font-size: 15px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    width: 80%;
    border: none;
}
.fbblue-btn{
	position: relative;
    background: #4267B2;
    opacity: 10;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .grey-btn, .login-form-container .login-thirdparty-btn{
	margin: 0px 10% 12px 10%;
}
.fb-icon{
	vertical-align: sub;
}
.login-form-container .fb-login-text{
	margin-left: 16px;
    position: relative;
    top: -1px;
}
.color-group{
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
.color-group img{
	border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}
.blind .blind-li{
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
    position: relative;
    margin: 10px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(71,73,72,.2);
    box-shadow: 0 1px 2px rgba(71,73,72,.2);
}
.blind .blind-li:before, .blind .blind-li:after{
    content: "";
    display: table;
    clear: both;
}
.ns-product-list .dynamic-pic{
    background-size: contain!important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.blind .blind-left{
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 5px;
    width: 20%;
}
.blind .blind-left:before{
    content: "";
    display: block;
    margin-top: 100%;
}
.blind .blind-top{
    width: 80%;
    padding: 2%;
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    height: 100%;
}
.blind .blind-instruction{
    font-size: 14px;
    color: #666;
    line-height: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 15px;
}
.blind .blind-price{
    display: block;
}
.blind .price, .blind .blind-price{
    display: block;
    color: #ff5353;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    position: absolute;
    bottom: 10px;
    float: left;
}
.blind .icon-button{
    border-radius: 5px;
    text-align: center;
    padding: 10px 8px;
}
.blind .set-fav{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 215px;
}
.blind .icon-button .cabinet-link{
    display: block;
    color: #fff;
    line-height: 19px;
}
.blind .icon-button .cabinet-link .far, .blind .icon-button .cabinet-link .fas{
    font-size: 1.3em;
    position: relative;
    top: 2px;
}
.blind .set-fav .fa-heart{
    color: #ff5353;
}
.blind .icon-button .icon-text{
    font-size: 15px;
    font-weight: 600;
}
.blind .set-fav .icon-text{
    color:#ff5353;
}
.blind .add-to-cart{
    display: block;
    position: absolute;
    background: #ff5353;
    bottom: 10px;
    right: 20px;
}
.blind .add-to-cart{
    display: block;
}
.blind .add-to-cart .icon-text{
    margin-left: 5px;
}
.salepage-category-ad-frame{
    width: 100%;
    height: 100%;
}
.salepage-category-ad-frame .salepage-category-ad-body{
    max-width: 100%;
    max-height: 100%;
}

.qty-cart{
    border: 1px solid #d4d9de;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 70%;
}
.order-detail-link{
	color:#09F !important;
	text-decoration:underline !important;
}

@media only screen and (max-width: 768px){
.layout-top .mobile-layout-header.fixed-header{
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
}
.location-bar{
	display:none;
}
.salepage-top-left{
	width:100%;
	margin-right:0px;
	padding-right:0px;
}
.salepage-promotion{
	display:none;
}
.salepage-top-right{
	float:left;
	width:100%;
	margin-top:10px;
}
.salepage-container .salepage-middle-section{
	margin-top:20px;
}
.salepage-container .nav-tab-ul{
	display: flex;
    display: -webkit-flex;
}
.salepage-container .nav-tab-ul .nav-tab-li{
	flex: 1;
    -webkit-flex: 1;
}
.nav-tab .nav-tab-link{
	padding:0px;
}
.nav-tab .nav-tab-link.active{
	border-bottom: 3px solid #4a4e5c;
    color: #4a4e5c;
}

.nav-tab .nav-tab-text{
	font-size: 1em;
    line-height: 1.5;
    font-weight: normal;
    padding: 0 10px;
    border-right: 1px solid #d8d8d8;
}
.salepage-specification .simple-table-td-left{
	width:33%;
}
.klee-slider-li.product-card{
	width:32% !important;
}
.klee-slider-li.product-card img{
	width:100% !important;
}
.salepage-container{
	padding:0 5px;
}
.black-style .ns-hot-keyword-search .hot-keyword-title:before{
	content: "─────";
}
.black-style .ns-hot-keyword-search .hot-keyword-title:after{
	content: "─────";
}
.black-style .ns-hot-keyword-search .hot-keyword-ul{
	text-align: left;
}
.promotion-card .promotion-img-li:last-child{
	display:none;
}
.ns-tool-box{
	right:12px !important;
}
.nav-lang a{
	display:block;
	height:56px;
}
.nav-lang img{
	margin-top:-15px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right:auto;
    top:auto;
	bottom:125%;
    opacity: 0;
	font-size:13px;
    transition: opacity 0.3s;
}
.form-input-title{
	width:35%;
}
.form-input-text{
	width:64%;
}
.login-form-container .form-input-wrapper{
	padding: 0px 3.5% 12px;
}
.sp-blog .sp-blog-container{
	width: inherit;
    height: inherit;
	overflow-x:scroll;
	overflow-y: hidden;
	position:relative;
	bottom: -9px;
	-webkit-overflow-scrolling: touch;
}
.sp-blog-ul{
	display:flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	overflow: visible;
	-moz-transform: "translate3d(0,0,0)";
    -o-transform: "translate3d(0,0,0)";
    -ms-transform: "translate3d(0,0,0)";
    -webkit-transform: "translate3d(0,0,0)";
    transform: "translate3d(0,0,0)";
    -webkit-transition: transform .5s cubic-bezier(.075,.82,.165,1),opacity .3s;
    -o-transition: transform .5s cubic-bezier(.075,.82,.165,1),opacity .3s;
    transition: transform .5s cubic-bezier(.075,.82,.165,1),opacity .3s;
}
.sp-blog .sp-blog-li{
	min-width:240px;
}
.sp-blog .video-container .h100p{
	width:100%;
	height:100%;
}
.sp-blog-title-dk{
	display:none;
}
.salepage-top-right .salepage-tag-li{
    margin-right: 23px;
}
.topic_pic{
	margin-right:0px;
}
.article_topic_pic{
	width:100%;
}
.article_topic_description{
	margin-left:0px;
	width:100%;
	margin-top:10px;
}
.blind .add-to-cart, .blind .set-fav{
	display:none;
}
}
@media only screen and (min-width: 769px){
.sp-blog-title-mb{
	display:none;
}
.hide-at-mobile{
	display: inherit;
}
.mobile-middle-wrapper{
	display:none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	float:left;
}
.col-md-6{
	width:50%;
}
.col-md-12{
	width:100%;
}
.login-form-container{
	position: relative;
    min-height: 500px;
    height: 60vh;
    font-size: 13px;
    margin: 60px;
}
.login-form-container .login-form{
	padding-top: 35px;
    padding-bottom: 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    position: absolute;
    min-height: 500px;
    max-width: 900px;
    top: 50%;
    left: 50%;
    -moz-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.login-form-container #login-tab.tab-ul{
	position: absolute;
    top: -44px;
    left: 50%;
    margin-left: -1px;
    -moz-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login-form-container #login-tab.tab-ul .tab-li{
	height: 44px;
    width: 200px;
    line-height: 44px;
    border-right: 1px solid #E5E5E5;
    font-size: 16px;
}
.login-form-container #login-tab.tab-ul .tab-li:first-child{
	border-left: 1px solid #E5E5E5;
}
.login-form-container .login-left{
	width: 55%;
    padding: 15px 0 20px 0;
}
.login-form-container .form-input-wrapper{
	padding: 11px 7% 11px;
}
.login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .login-thirdparty-btn{
	margin: 11px 18% 11px;
}
.login-form-container .form-btn, .login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .grey-btn, .login-form-container .login-thirdparty-btn{
	width: 64%;
}
.login-form-container .other-action{
	margin: 20px 18%;
    width: auto;
}
login-form-container .signup-left{
	width: 55%;
    padding: 15px 0 20px 0;
}
.aside-section{
	margin-top:10px;
}
.activity-wrapper .product-banner-widget.four-column-banner .banner-li{
	width: 25%;
}
.promotion-list-container{
	padding: 0 20px;
}
.promotion-list-container .list-section{
	background: none;
    border-top: 0 solid #dcdcdc;
    padding: 20px 0;
}
.promotion-list-container .promotion-list-li{
	margin-bottom: 20px;
}
.promotion-list-container .promotion-list-li:before, .promotion-list-container .promotion-list-li:after{
	content: "";
    display: table;
    clear: both;
}
.promotion-list-container .promotion-list-li .promotion-card{
	height: 120px;
    padding: 10px;
}
.promotion-list-container .promotion-list-li .promotion-card .promotion-Info{
	display: inline-block;
    padding: 20px 5px 5px 10px;
    width: calc(95% - 360px);
}
.promotion-list-container .promotion-list-li .promotion-card .promotion-title{
	margin: 0 0 5px;
    font-size: 18px;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 19px;
}
.promotion-list-container .promotion-list-li .promotion-card .promotion-duration{
	font-size: 13px;
}
.promotion-list-container .promotion-list-li .promotion-card .promotion-img-list{
	float: right;
    margin-top: 0;
    padding: 18px 0;
    text-align: right;
    width: 375px;
}
.promotion-list-container .promotion-list-li .promotion-card .promotion-img-li{
	width: auto;
    margin-right: 5px;
}
.promotion-list-container .promotion-list-li .promotion-card .salepage-img{
	width: 80px;
    margin-left: 5px;
}
.promotion-list-container .black-mask{
	position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    display: table;
    left: 5px;
}
.login-form-container .login-right{
	width: 41%;
    padding: 25px 20px 20px 0;
    margin-top: 10px;
}
.login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .login-thirdparty-btn{
	margin: 11px 18% 11px;
}
.login-form-container .form-btn, .login-form-container .red-btn, .login-form-container .orange-btn, .login-form-container .fbblue-btn, .login-form-container .green-btn, .login-form-container .grey-btn, .login-form-container .login-thirdparty-btn{
	width: 64%;
}
.login-form-container .fb-login-text{
	margin-left: 5px;
    position: relative;
    top: -1px;
}
}
@media only screen and (min-width: 1280px){
.layout-nav .nav-main-menu{
	position: relative;
    left: 0;
}
.login-form-container .login-form{
	width: 93%;
}
.shareItemWidth{
	width: 80%;
}
.activity-wrapper .outline-widget{
	padding: 5px 10%;
}
.salepage-top-right .salepage-title{
	width:87%;
}
}