@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

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

li {
	list-style: none;
}

img {
	border: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	/*-webkit-appearance: none;*/
	background-image: -webkit-linear-gradient(transparent, transparent);
	background-image: linear-gradient(transparent, transparent);
	font-family: "Helvetica", "Arial";
}

textarea {
	resize: none;
}

html {
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section {
	display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	vertical-align: top;
}

.video embed， .video object， .video iframe {
	width: 100%;
	height: auto;
}

a {
	border: 0;
	text-decoration: none;
	outline: none;
	color: #333;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:hover {
	color: #333;
}

a:hover img {
	opacity: .8;
}

em {
	font-style: normal;
}

hr {
	margin: 0;
	padding: 0;
}

.mr-auto {
	margin: 0 auto;
	display: block;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.omit {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

body {
	font-size: 88%;
	overflow-x: hidden;
	font-weight: normal;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MSPGothic", sans-serif;
	color: #363636;
}

.blueBtn1 {
	height: 44px;
	line-height: 44px;
	width: 100%;
	background: #a67564;
	color: #fff;
	border-radius: 5px;
}

.blueBtn1[disabled] {
	background-color: #ccc;
	border: none;
}

.blueBtn2 {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 2px auto;
	background: #a67564;
	border-radius: 5px;
	color: #fff;
	width: 430px;
	font-weight: bold;
}

.force_color {
	color: #e00000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ov {
	overflow: hidden;
}

.por {
	position: relative;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mr0 {
	margin-right: 0;
}

.flexBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.txt-r {
	text-align: right;
}

.txt-c {
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.container {
	width: 1100px !important;
	padding: 0 !important;
}

.bd_none {
	border: none;
}
.stop_scroll{
  width: 100%;
  overflow: hidden;
  position: fixed;
}
/*header*/
.header .container {
	margin: 20px auto 0;
}

.header .topTxt {
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #383838;
	color: #fff;
}

.header .topTxt a {
	color: #fff;
}

.header .headTop {
	overflow: hidden;
	padding: 10px 20px;
	background: #a67564;
}

.header .headTop .txt-r {
	position: relative;
	display: flex;
	color: #fff;
	font-size: 16px;
	line-height: 31px;
}

.header .headTop .txt-r i {
	font-size: 28px;
}

.header .headTop .txt-r a {
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}

.header .headBottom {
	margin-top: 30px;
}

.header .headBottom .muneNav {
	border-bottom: 1px solid #9a9a9a;
}

.header .headBottom .muneNav li {
	padding-bottom: 20px;
	height: 44px;
	position: relative;
	width: 10.5%;
}

.navtwo {
	display: none;
	position: relative;
	background: #fff;
	z-index: 99;
}

.navtwo li {
	padding: 10px 0 !important;
	height: auto !important;
	border-bottom: none !important;
	width: 180px !important;
}

.navtwo li:hover {
	background: #EEEEEE;
}

.navtwo li a {
	border: none !important;
	color: #000000 !important;
	text-align: left !important;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'MS UI Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	height: auto !important;
	line-height: normal !important;
}

.topNav_left {
	margin-right: 20px;
	width: 190px;
}

.topNav_right {
	width: 1150px;
	margin: 0 auto;
}

.head_search_cart {
	position: relative;
}

.header .headBottom .muneNav li:not(:first-child) a {
	border-left: solid 1px #ccc;
}

.header .headBottom .muneNav a {
	text-align: center;
	display: block;
	font-size: 13px;
	color: #333;
	font-weight: 600;
}

.header .headBottom .muneNav a img {
	display: inline-block;
	position: relative;
	bottom: 15px;
	width: 53px;
}

.header .headBottom .muneNav li:hover a {
	opacity: .8;
	text-decoration: none;
}

.navMybag {
	position: relative;
}

.navMybag a {
	border: none;
	color: #fff;
	line-height: 29px;
	font-size: 15px;
}

.navMybag a i {
	float: left;
	font-size: 28px;
	margin-right: 5px;
}

.cartNum {
	display: block;
	width: 17px;
	height: 17px;
	background: #f00;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 15px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}

.d_header-move {
	position: fixed;
	width: 100%;
	background-color: #000;
	height: 50px;
	z-index: 999;
	display: none;
}

.d_header-move .fixedTopMune {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}

.d_header-move .fixedTopMune .logo {
	width: 260px;
}

.d_header-move .fixedUlNav li {
	width: 10.5%;
}

.d_header-move .fixedUlNav li a {
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.d_header-move .fixedUlNav li:nth-last-child(-n+3) a {
	padding-left: 20px;
}

.d_header-move .fixedUlNav li a img {
	display: inline-block;
	vertical-align: middle;
}

.d_header-move .fixedUlNav li a:hover {
	text-decoration: none;
	color: #999;
}

.d_header-move .fixedUlNav li .cartNum {
	display: block;
	width: 22px;
	height: 22px;
	background-color: #FEBE6B;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	right: -2px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	line-height: 22px;
	text-align: center;
}

.childNavBox {
	top: 15px;
	width: 180px;
}

.childNavBox li {
	height: 30px !important;
}

.childNavBox li a {
	padding: 0 15px;
}

/*.childNavBox:after{content:"";display:block;background:url(../img/bgimg/bg-nav.png) no-repeat center center;position:absolute;left:50%;top:-12px;width:24px;margin-left:-12px;height:12px;}
.childNav{padding:10px 0;}
.childNav li{padding-bottom:10px;}
.childNav h3{font-size:16px;color:#fff;font-weight:600;}
.childNav a{font-size:14px;color:#fff;display:block;}*/
.topADD {
	width: 100%;
	overflow: hidden;
}

#search .searHead {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #fff;
}

#search .searCont {
	width: 100%;
	position: relative;
}

#search .searCont .fa {
	left: 16px;
	top: 8px;
	font-size: 18px;
	color: #666;
	position: absolute;
}

#searchIpt {
	width: 80%;
	height: 35px;
	line-height: 35px;
	text-indent: 40px;
	float: left;
	border: solid 1px #ccc;
	background: #fff;
	color: #666;
	font-size: 12px;
}

#searchBtn {
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #000;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	float: right;
}

.indexCartBox {
	width: 337px;
	position: absolute;
	right: 12px;
	top: 40px;
	margin-left: 140px;
	z-index: 60;
}

.indexCartBox .indexCartBoxCont {
	position: relative;
	background: #fff;
	border: 1px solid #c6c6c6;
	z-index: 60;
	text-align: center;
}

.indexCartBox .indexCartBoxCont:before {
	bottom: 100%;
	left: 303px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(198, 198, 198, 0);
	border-bottom-color: #c6c6c6;
	border-width: 11px;
	margin-left: -11px;
}

.indexCartBox .indexCartBoxCont:after {
	bottom: 100%;
	left: 303px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.indexCartBox .indexCartBoxCont .mybag-msgs p {
	font-size: 13px;
	color: #4d4d4d;
	background: url(../img/bgimg/icon-mybag-info.png) no-repeat 50% 20px;
	padding-top: 70px;
	margin-bottom: 15px;
}

.indexCartBox .indexCartBoxCont .mybag-msgs p b {
	font-size: 20px;
	font-weight: normal;
	color: #d02323;
}

.indexCartBox .indexCartBoxCont .cart-info {
	border-top: 1px solid #c6c6c6;
	padding: 25px 20px 20px 20px;
	position: relative;
}

.indexCartBox .indexCartBoxCont .cart-info .separate {
	width: 31px;
	height: 13px;
	background: url(../img/bgimg/bg-mybag-separate.png) no-repeat 50% -1px;
	position: absolute;
	top: -1px;
	left: 152px;
}

.indexCartBox .indexCartBoxCont .cart-info p {
	font-size: 12px;
	color: #1c1c1c;
}

.indexCartBox .indexCartBoxCont .cart-info p b {
	font-size: 20px;
}

.indexCartBox .indexCartBoxCont .cart-info .btn {
	width: 100%;
	margin-top: 20px;
	padding: 0;
}

.indexCartBox .indexCartBoxCont .cart-info .btn .goCartPage {
	display: block;
	width: 259px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #a67564;
	border-radius: 3px;
	padding: 14px 0 10px 0;
	margin: 0 auto;
}

.indexCartBox .indexCartBoxCont .cart-info .btn .goCartPage span {
	background: url(../img/bgimg/bg-more-btn.png) no-repeat right 50%;
	padding-right: 15px;
}

/*header end*/

/*index_content*/
.index_content {}

.banner {
	padding: 20px 0 10px;
}

.banner a {
	display: block;
}

.banner .leftBanner {
	width: 100%;
}

.indexTjTwo_swiper {
	margin-bottom: 30px;
}

.indexTjTwo_swiper .swiper-wrapper .swiper-slide:nth-child(even) img {
	float: right;
}

.index_content .btn-opener {
	width: 100%;
	height: 66px;
	text-align: center;
	background-color: inherit;
	position: relative;
	background: #e7e7e7;
}

.index_content .btn-opener.open {
	height: 63px;
	background: #e7e7e7 url(../img/bgimg/bg-line-dcdcdc.gif) repeat-x 0 33px;
	width: 100%;
	text-align: center;
}

.index_content .btn-opener img {
	display: inline-block;
	cursor: pointer;
}

.index_content .btn-opener img.closeImg {
	display: none;
}

.index_content .btn-opener.open img.openImg {
	display: none;
}

.index_content .btn-opener.open img.closeImg {
	display: inline-block;
}

.index_content .btn-opener img:hover {
	opacity: .8;
}

.index_content .recommend1 {
	/*background: #e7e7e7;*/
	padding-top: 10px;
}

.index_content .recommend1Box {
	overflow: hidden;
}

.index_content .recommend1Box li {
	width: 170px;
	height: 170px;
	margin: 0 37px 37px 0;
}

.index_content .recommend1Box li:nth-child(5n) {
	margin-right: 0
}

.btn-more {
	width: 100%;
	padding-bottom: 40px;
}

.btn-more a {
	display: block;
	width: 430px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #a67564;
	border-radius: 3px;
	padding: 10px 0;
	margin: 0 auto;
}

.btn-more a span,
.btn-more span {
	padding-right: 15px;
	background: url(../img/bgimg/bg-local-navi.png) no-repeat right 48%;
}

.btn-more:hover,
.btn-more a:hover {
	opacity: .8;
}

.index_content .recommend2 {
	padding: 50px 0 0;
	width: 100%;
}

.index_content .recommend2 .d_new-item-elements {
	overflow: hidden;
	margin-top: 25px;
	padding-bottom: 10px;
}

.d_new-item-elements li {
	width: 18%;
	margin: 0 1% 20px 1%;
}

.d_new-item-elements li a:hover {
	text-decoration: none;
}

.d_new-item-elements li span {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.d_new-item-elements li .item-image {
	margin-bottom: 10px;
	position: relative;
}

.d_new-item-elements li .item-name {
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}

.d_new-item-elements li .item-price {
	font-size: 12px;
	color: #4D4D4D;
	margin-bottom: 5px;
}

.title_line {
	position: relative;
	font-size: 24px;
	text-align: center;
}

.title_line:before,
.title_line:after {
	content: '';
	position: absolute;
	top: 50%;
	background: #494949;
	width: 13%;
	height: 2px;
}

.title_line:before {
	left: 16%;
}

.title_line:after {
	right: 16%;
}

.recommend3 {
	/*background: #f0f0f0;*/
	border-bottom: 1px solid #B0B0B0;
	width: 100%;
}

.recommend3 .rankLeft {
	padding-top: 40px;
	padding-left: 0;
}

.rankingBox {
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 25px;
}

.rankingBox li {
	width: 177px;
	height: 177px;
	margin-bottom: 5px;
	margin-right: 7px;
}

.rankingBox li.rank01 {
	width: 359px;
	height: 384px;
	margin: 0 5px 5px 0;
}

.rankingBox li a {
	display: block;
	position: relative;
}

.rankingBox li a .icon {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 10;
}

.rankingBox li.rank01 .icon {
	top: -10px;
	z-index: 100;
}

.rankingBox li a:hover,
.rankingBox li a .icon:hover {
	opacity: 1;
}

.rankingBox li a:hover .rank-data {
	visibility: visible;
}

.rankingBox .rank-data {
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 50%;
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
}

.rankingBox .rank-data .rank-data-inner {
	display: block;
	padding: 0 25%;
	text-align: center;
}

.rankingBox .rank-data .rank-data-inner .rank-name,
.rankingBox .rank-data .rank-data-inner .rank-price {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	margin-bottom: 5px;
}

.recommend3 .rankRight {
	background: #d9d9d9;
	padding-top: 50px;
}

.recommend3 .rankRight h2 {
	font-size: 18px;
	font-weight: 600;
	color: #d02323;
	text-align: center;
}

.recommend3 .rankRight a:hover {
	text-decoration: none;
}

.recommend3 .rankRight .hotTopicItems {
	padding-top: 10px;
}

.recommend3 .rankRight .hotTopicItems li {
	border-bottom: 1px solid #C2C2C2;
}

.recommend3 .rankRight .hotTopicItems .topic-image {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 15px 5px;
}

.recommend3 .rankRight .hotTopicItems .topic-image img {
	border: solid 1px #ccc;
}

.recommend3 .rankRight .hotTopicItems .topic-data {
	width: 75%;
}

.recommend4 {
	/*background: #f0f0f0;*/
	padding: 38px 0;
}

.indexTjOne_swiper .swiper-slide {
	padding: 4px;
	text-align: center;
}

.indexTjOne_swiper a:hover {
	text-decoration: none;
}

.indexProductBox a:hover {
	text-decoration: none;
}

.indexProductBox span {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.indexProductBox .boxSizing a {
	display: block;
	width: 100%;
}

.indexProductBox .item-image {
	margin-bottom: 5px;
	position: relative;
}

.indexProductBox .item-name {
	font-size: 10px;
	color: #666;
}

.indexProductBox .item-price {
	font-size: 12px;
	color: #ff0000;
}

.recommend5 {
	width: 100%;
	padding: 40px 0 50px 0;
	border-top: 5px solid #dedede;
}

.recommend5 .indexProductBox {
	margin-bottom: 40px;
}

.index_login_btn {
	display: block;
	width: 50%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #a67564;
	padding: 10px 0;
	margin: 40px auto;
	border-radius: 15px;
	border: 1px solid #a67564;
}

/*index_content end*/
.breadcrumbs {
	width: 100%;
	background: #f0f0f0;
	padding: 15px 0;
}

.breadcrumbs ul {
	overflow: hidden;
}

.breadcrumbs ul li {
	padding-right: 5px
}

.breadcrumbs ul li:not(:first-child) a:before {
	content: "＞";
	margin-right: 5px;
	display: inline-block;
}

.breadcrumbs ul a {
	color: #666;
	display: block;
}

/*category_content*/
.category_content {
	padding-top: 239px;
}

.category_content .categoryCont {
	width: 100%;
	padding: 71px 0 50px 0;
	border-bottom: 6px solid #f0f0f0;
}

.category_content .categoryCont .breadcrumbs .container {
	padding: 0;
	margin-left: 10px;
}

.category_content .categoryCont .cate_name {
	text-align: center;
	margin: 48px 0 98px;
}

.category_content .categoryCont .cate_name span {
	position: relative;
	font-size: 40px;
	font-family: Yu Gothic;
	font-weight: bold;
	color: #323232;
}

.category_content .categoryCont .cate_name span::after,
.category_content .categoryCont .cate_name span::before {
	position: absolute;
	content: '';
	width: 10px;
	background-color: #323232;
	height: 5px;
	bottom: 50%;
	transform: translateY(50%);
}

.category_content .categoryCont .cate-select {
	overflow: hidden;
	margin-bottom: 21px;
}

.category_content .categoryCont .cate-select a {
	text-align: center;
	float: left;
	width: 20%;
	border-right: 1px solid #D2D2D2;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category_content .categoryCont .cate-select a.selected {
	font-weight: bold;
}

.category_content .categoryCont .cate-select a.selected::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 24px;
	height: 2px;
	background-color: #A67564;
}

.category_content .categoryCont .cate-select a:nth-child(5n) {
	border-right: 0;
}

.category_content .categoryCont .cate_name span::after {
	left: -20px;
}

.category_content .categoryCont .cate_name span::before {
	right: -20px;
}

.category_content .categoryCont .breadcrumbs .container a {
	font-size: 18px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	opacity: 0.6;
}

.category_content .categoryCont .breadcrumbs .container li:last-child a {
	opacity: 1;
}

.category_content .categoryCont .leftBox {
	position: fixed;
	left: 0;
	z-index: 100;
	top: 0;
	width: 260px;
	background: #fff;
	padding: 170px 14px 0;
	max-height: 100%;
	overflow: auto;
}

.category_content .categoryCont .leftBox::-webkit-scrollbar {
	width: 5px;
}

.category_content .categoryCont .leftBox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #A67564;
}

.category_content .categoryCont .leftBox::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
	background: #f5f5f5;
	border-radius: 5px;
}

.leftBox .catg_head {
	border: 1px solid #e6e6e6;
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
	height: 88px;
	padding: 0;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.leftBox .catg_head>div {
	float: left;
	width: 50%;
}

.leftBox .catg_head>div:first-child {
	border-right: 1px solid #E6E6E6;
}

.leftBox .catg_head img {
	width: 30px;
	display: inline-block;
}

.leftBox .catg_head p {
	font-size: 16px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
}

.leftBox .catg_head p:nth-child(2) {
	font-size: 20px;
}

.leftBox .catg_search_box .searC {
	overflow: hidden;
}

.leftBox .catg_searH {
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: bold;
	color: #323232;
	margin: 24px 0 28px;
}

/*all*/
.leftBox .catg_search_box .searC .catg_searchIpt {
	width: 160px;
	box-sizing: border-box;
	height: 40px;
	font-size: 16px;
	color: #b1b1b1;
	border: 1px solid #b1b1b1;
	padding: 0 9px;
}

.leftBox .catg_search_box .searC .catg_searchIpt::-webkit-input-placeholder {
	color: #B1B1B1;
}

.leftBox .catg_search_box .searC .catg_searchBtn {
	width: 62px;
	height: 40px;
	border: none;
	text-align: center;
	background-color: #a67564;
	font-size: 16px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #FFFFFF;
}

.catg_muneBox .catg_mune>li>a {
	height: 46px;
	background-color: #F4F3F3;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.catg_muneBox .catg_mune>li b {
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
}

.leftBox .catg_muneBox .catg_mune li {
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	border-bottom: 1px solid #d9d9d9;
}

.leftBox .catg_muneBox .catg_mune li img {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 14px;
}

.breadcrumbs_container {
	float: right;
	display: flex;
	align-items: center;
}

.breadcrumbs_container .container {
	width: auto !important;
}

.breadcrumbs_container img {
	display: inline-block;
	width: 20px;
}

.breadcrumbs_container .breadcrumbs {
	width: auto;
	display: inline-block;
	background-color: transparent;
	padding: 0;
}

.leftBox .catg_muneBox .catg_mune .category_special {
	padding-top: 26px;
}

.leftBox .catg_muneBox .catg_mune .category_special li {
	margin-bottom: 36px;
}

.leftBox .catg_muneBox .catg_mune .category_special li a {
	font-size: 16px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	opacity: .8;
}

.category_special li {
	border-bottom: none !important;
}

.rightBox .catg_rightBoxTop {
	width: 100%;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 9px 10px;
	overflow: hidden;
}

.rightBox .catg_rightBoxTop .fl button {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 3px;
	background: #d7d7d7;
	margin-right: 12px;
	cursor: pointer;
	font-size: 20px;
	border: none;
	color: #fff;
}

.rightBox .catg_rightBoxTop .fl button.active {
	background: #a67564;
}

.rightBox .catg_rightBoxTop .pagination {
	margin: 0;
}

.rightBox .catg_rightBoxTop .pagination a {
	color: #383838;
}

.rightBox .catg_rightBoxTop .pagination>.active,
.rightBox .catg_rightBoxTop .pagination>.active a {
	background-color: #383838;
	border-color: #383838;
	color: #fff;
}

.rightBox .catg_rightBoxTop .allItemNum {
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	padding-right: 10px;
}

.rightBox .catg_sort {
	text-align: left;
	padding: 15px 0;
}

.rightBox .catg_sort a {
	display: inline-block;
	padding: 0 15px;
	color: #4d4d4d;
	font-size: 14px;
}

.rightBox .catg_sort a.active {
	color: #b6b6b8;
}

.rightBox .catg_sort a.active:hover {
	text-decoration: none;
}

.rightBox .catg_productBox {
	margin-top: 20px;
}

.rightBox .catg_productBox .catg_product {
	display: flex;
	flex-wrap: wrap;
}

.rightBox .catg_productBox .catg_product .catgItem {
	width: 24%;
	margin-right: 8px;
	margin-bottom: 20px;
	position: relative;
}

.rightBox .catg_productBox .catg_product .catgItem:nth-child(4n) {
	margin-right: 0;
}

.rightBox .catg_productBox .catg_product .catgItem:nth-child(4n+1) {
	clear: both;
}

.rightBox .catg_productBox .catg_product .catgItem .catgItem_image>img {
	display: block;
	min-width: 1px;
}

.rightBox .catg_productBox .catg_product.fivePro .catgItem {
	float: left;
	width: 134px;
	margin: 0 10px 20px;
	position: relative;
}

.rightBox .catg_productBox .catg_product.fivePro .catgItem:nth-child(5n) {
	margin-right: 0;
}

.rightBox .catg_productBox .catg_product.fivePro .catgItem_image>img {
	height: 134px;
	display: block;
	min-width: 1px;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem>a {
	display: block;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem>a:hover {
	opacity: 1;
	text-decoration: none;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem>a:hover img,
/*.rightBox .catg_productBox .catg_product*/
.catgItem>a img:hover {
	opacity: 1;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	z-index: 2;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem_image {}

/*.rightBox .catg_productBox .catg_product*/
.catgItem_data {
	padding-top: 10px;
}

/*.rightBox .catg_productBox .catg_product*/
.catgItem_data p {
	font-size: 12px;
	margin-bottom: 5px;
}

.catgItem_data div.omit {
	font-size: 12px;
	margin-bottom: 5px;
}

.catgItem_data p span {
	font-size: 15px;
	color: #ffffff;
	padding: 2px 10px;
	margin: 0 5px;
}

.catgItem_data p .free-deliver {
	background-color: #740619;
}

.catgItem_data p .free4 {
	background-color: #678B8B;
}

.tag-new {
	position: absolute;
	right: 0;
	top: 0;
	background: #678b8b;
	color: white;
	padding: 4px;
}

.catgItem_Other {
	width: 244px;
	height: 112px;
	background: #fff;
	border: 1px solid #b0b0b0;
	padding: 14px 10px 9px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: -259px;
	display: none;
}

.catgItem_Other:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(176, 176, 176, 0);
	border-left-color: #b0b0b0;
	border-width: 11px;
	margin-top: -11px;
}

.catgItem_Other:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.catgItem_Other a {
	display: block;
	width: 68px;
	height: 82px;
	margin: 0px 3px 5px;
	background-color: #D7D7D7;
}

.catgItem_Other a:hover img {
	opacity: .6;
}

.rightBox .catg_productBox .catg_product .catgItem:hover .catgItem_Other {
	display: block;
}

.catg_productBox .catg_product li .catgItem_image {
	position: relative;
}

.catg_productBox .catg_product li .catgItem_image .iconWhisNum {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 52px;
	text-align: center;
	width: 60px;
	height: 60px;
	background: url(../img/bgimg/heart.png) no-repeat center center;
	background-size: 60px auto;
	color: #a67564;
}

.catg_productBox .catg_product li .catgItem_image .img {
	overflow: hidden;
	position: relative;
}

.catg_productBox .catg_product li .catgItem_image .img img {
	width: 100%;
}

/*category_content end*/

/*product_content*/
.product_content {
	padding-top: 239px;
}

.product_content .productCont {}

.productCont .productItemData {}

.productCont .productItemData .fl {
	width: 550px;
	position: relative;
}

.productCont .productItemData .fr {
	width: 420px;
	padding-top: 30px;
}

.productCont .productItemData .fr p>.colrBlue,
.colrBlue {
	text-decoration: underline;
	color: #2C54AF;
}

.productCont .productItemData .fr .borB {
	border-bottom: dotted 1px #333;
	padding-bottom: 10px;
}

.productCont .productItemData .fr .productHead {
	font-size: 17px;
	color: #666;
	line-height: 30px;
}

.productCont .productItemData .fr .productHead span {
	display: inline-block;
	background: #f90;
	color: #fff;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 25px;
	margin-right: 5px;
}

.productCont .productItemData .fr .productPrice {
	font-size: 12px;
	color: #4d4d4d;
	padding-bottom: 10px;
	border-bottom: solid 1px #b0b0b0;
}

.productCont .productItemData .fr .productPrice span {
	font-size: 21px;
}

.product_content .productCont .content {
	padding: 50px 0;
}

.price {
	font-size: 12px;
}

.price span {
	font-size: 15px;
	text-decoration: line-through;
}

.oldPrice {
	font-size: 12px;
}

.oldPrice span {
	font-size: 14px;
	text-decoration: line-through;
}

.new_price {
	font-size: 12px;
	font-weight: bold;
}

.new_price span {
	font-size: 20px;
	color: #c70000;
}

.new_price b {
	color: #c70000;
}

.pre-sale {
	background: #e74848;
	padding: 2px 3px;
	color: #fff !important;
	font-weight: normal;
	border-radius: 3px;
	margin-left: 5px;
	text-align: center;
	font-size: 12px !important;
}

.option-element h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1c1c1c;
	margin-bottom: 15px;
}

.option-element .color_change,
.option-element .size_change {
	margin: 5px 0;
}

.option-element .radio-inline {
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.option-element .radio-inline input[type=radio] {
	position: absolute;
	left: -99999em;
}

.option-element .radio-inline span {
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}

.option-element .radio-inline span .text {
	display: inline-block;
	width: auto;
	min-width: 63px;
	text-align: center;
	color: #1c1c1c;
	font-weight: 500;
	background: #fff;
	border: solid 2px #d9d9d9;
	font-size: 15px;
	cursor: pointer;
	white-space: normal;
}

.option-element .radio-inline input[type=radio]:checked+span img {
	border: 2px solid #a67564;
}

.option-element .radio-inline input[type=radio]:checked+span .text {
	background: #a67564;
	color: #fff;
	font-size: 14px;
	padding: 0 2px;
}

.changeNum {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #b0b0b0;
}

.changeNum .changeNumIpt {
	width: 3em;
	font-size: 16px;
	color: #4d4d4d;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	padding: 0.3em;
	text-align: center;
}

.add-cart-box {
	margin-top: 20px;
}

.add-cart-box button {
	width: 360px;
	margin-bottom: 15px;
	height: 42px;
	border: none;
	display: block;
}

.add-cart-box button.btn-add-mybag {
	height: 52px;
}

.add-cart-box button:hover {
	opacity: .8;
}

.historyLook {
	margin: 20px 0;
}

.historyLook h3 {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	color: #1c1c1c;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
}

.btn-add-favorite {
	position: relative;
	width: 360px;
	height: 44px;
	line-height: 44px;
	border: solid 2px #a67564 !important;
	color: #a67564;
	background: #fff;
	border-radius: 3px;
}

.btn-add-favorite .wishNum {
	position: absolute;
	left: 260px;
}

/*product_content end*/

.fixed_addbtn {
	position: fixed;
	right: 103px;
	bottom: 20%;
	width: 122px;
	display: none;
	cursor: pointer;
	z-index: 23;
}

/*cart_content end*/
.cart_content {
	padding-top: 239px;
}

.cartCont .cart_top {
	padding-top: 25px;
}

.pageHead1 {
	font-size: 29px;
	color: #1c1c1c;
	border-bottom: 1px solid #b0b0b0;
	padding: 0 10px 20px 10px;
	padding-top: 25px;
}

.cartCont .cart_top p {
	font-size: 14px;
	margin-bottom: 5px;
}

.cartCont .emptyCart {
	text-align: center;
	border-bottom: 1px solid #b0b0b0;
	padding: 80px 0 115px 0;
}

.cartCont .cart_top.emptyCart p {
	font-size: 25px;
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 25px;
}

.grayBtn {
	display: inline-block;
	width: 310px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #a67564;
	border-radius: 3px;
	padding: 8px 0;
}

.grayBtn:hover {
	opacity: .8;
	text-decoration: none;
	color: #fff;
}

.arrow_l {
	background: url(../img/bgimg/icon-arrow-left.png) no-repeat 0 50%;
	padding-left: 15px;
}

/*.cartCont .cart_cont{margin-bottom: 50px;}
.cartCont .cart_cont .cart_cont_ul{margin-bottom: 50px;}*/

/*.cartCont .cart_cont .cart_cont_ul li{margin-top: 50px;}*/
.cartCont .cart_cont .cart_cont_ul .tit {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f7f7f7',endColorstr ='#e9e9e9')";
	background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: linear-gradient(top, #fdfdfd, #f8f8f8);
	border: 1px solid #dfdfdf;
	padding: 12px 14px;
}

.cartCont .cart_cont .cart_cont_ul .tit span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 18px;
	border-left: solid 5px #1c1c1c;
	padding: 4px 0 2px 10px;
}

.cartCont .cart_cont .cart_cont_ul .cont {
	/*border: solid 5px #f0f0f0;*/
	border-top: none;
	padding: 30px 20px;
}

.cartCont .cart_cont .cart_cont_ul .cont th {
	font-size: 15px;
	color: #868686;
	text-align: center;
	vertical-align: middle;
	background-color: #F6F6F6;
	padding: 12px 0 10px 0;
}

.cartCont .cart_cont .cart_cont_ul .cont th.in-cart-goods {
	width: 420px;
}

.cartCont .cart_cont .cart_cont_ul .cont th.in-cart-price,
.cartCont .cart_cont .cart_cont_ul .cont th.in-cart-subtotal {
	width: 120px;
}

.cartCont .cart_cont .cart_cont_ul .cont th.in-cart-qty {
	width: 170px;
}

.cartCont .cart_cont .cart_cont_ul .cont th.in-cart-memo {
	width: 170px;
}

.cartCont .cart_cont .cart_cont_ul .cont tr td {
	vertical-align: middle;
	padding: 15px;
	border-bottom: 1px dotted #b0b0b0;
}

.cartCont .cart_cont .cart_cont_ul .cont .cartin-item {
	display: table;
}

.cartin-item .item-img {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	width: 98px;
}

.cartin-item .item-img img {
	display: block;
	width: 134px;
}

.cartin-item .item-data {
	display: table-cell;
	vertical-align: top;
}

.cartin-item .item-data .data-name span {
	display: inline-block;
	background: #f90;
	color: #fff;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 25px;
	margin-right: 5px;
}

.cartCont .cart_cont .cart_cont_ul .cont .unit-price {
	font-size: 16px;
	color: #4d4d4d;
}

.cartCont .cart_cont .cart_cont_ul .cont .item-amount {
	overflow: hidden;
}

.cartCont .cart_cont .cart_cont_ul .cont .item-amount .btn_ {
	width: 60px;
	box-sizing: border-box;
	font-size: 13px;
	text-align: right;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
}

.cartCont .cart_cont .cart_cont_ul .cont .item-amount .cartNumBtn {
	color: #fff;
	background-color: #FEBE6B;
	border: 1px solid #FEBE6B;
	margin-bottom: 10px;
}

.cartCont .cart_cont .cart_cont_ul .cont .item-amount .cartNumBtnDel {
	color: #878787;
	background-color: #fff;
	border: 1px solid #acacac;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data {
	margin-top: 30px;
	overflow: hidden;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .price-table {
	width: 357px;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .price-table tr {
	border-bottom: 1px solid #fff;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .price-table tr th {
	width: 200px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	background-color: #595959;
	padding: 12px 8px;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .price-table tr td {
	font-size: 18px;
	color: #1c1c1c;
	text-align: right;
	vertical-align: middle;
	background-color: #f0f0f0;
	padding: 12px 8px;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .price-table {}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .btn-buy {
	width: 427px;
}

.cartCont .cart_cont .cart_cont_ul .cont .d_cart-data .btn-buy .btn-more {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #383838;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 12px 0;
	margin-bottom: 10px;
}

.cartText_Box {
	color: #d02323;
	padding-bottom: 35px;
	border-bottom: solid 1px #d7d7d7;
}

.cartText_Box p {
	margin-bottom: 5px;
}

/*cart_content end*/

/*dashboard_content*/
.dashboardBox {
	margin: 30px 0;
}

.dashboardBox .d_sidemenus {
	width: 190px;
}

.dashboardBox .d_sidemenus .d_sidemenus_top {
	border: 5px solid #f0f0f0;
}

.dashboardBox .d_sidemenus .d_sidemenus_top .d_user {
	font-weight: bold;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f7f7f7',endColorstr ='#e9e9e9')";
	background-image: -moz-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: linear-gradient(top, #f7f7f7, #e9e9e9);
	border: 2px solid #fff;
	padding: 15px 5px;
	font-size: 17px;
	color: #4d4d4d;
}

.dashboardBox .d_sidemenus .d_sidemenus_top ul li {
	font-size: 12px;
	color: #4d4d4d;
	border-bottom: 1px dotted #b0b0b0;
}

.dashboardBox .d_sidemenus .d_sidemenus_top ul li.active,
.dashboardBox .d_sidemenus .d_sidemenus_top ul li:hover {
	color: #acacac;
	background-color: #f3f3f3;
}

.dashboardBox .d_sidemenus .d_sidemenus_top ul li:last-child {
	border-bottom: none;
}

.dashboardBox .d_sidemenus .d_sidemenus_top ul li a {
	display: block;
	padding: 12px 8px;
	line-height: 1.3;
	text-decoration: none;
	color: inherit;
}

.dashboardBox .d_sidemenus .d_sidemenus_bot {
	margin: 20px 0;
}

.dashboardBox .d_sidemenus .d_sidemenus_bot ul {}

.dashboardBox .d_sidemenus .d_sidemenus_bot ul li a {
	display: block;
	margin: 0 0 10px;
	padding: 12px;
	background: url(../img/bgimg/bg-local-navi.png) no-repeat center right 10px;
	border: dotted 1px #b0b0b0;
	font-size: 12px;
	color: #4d4d4c;
	text-decoration: none;
}

.dashboardBox .d_sidemenus .d_sidemenus_bot ul li a:hover {
	background: #f3f3f3 url(../img/bgimg/bg-local-navi.png) no-repeat center right 10px;
}

.dashboardBox .d_main {
	width: 770px;
}

.dashboardBox .d_main .ov {
	width: 770px;
}

.dashboardBox .d_main .ov li {
	width: 353px;
	margin: 0 20px 20px 0;
	float: left;
}

.dashboardBox .d_main .ov li .dashTitle {
	font-size: 18px;
	font-weight: bold;
	color: #1c1c1c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#fdfdfd',endColorstr ='#f8f8f8')";
	background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: linear-gradient(top, #fdfdfd, #f8f8f8);
	border: 1px solid #dfdfdf;
}

.dashboardBox .d_main .ov li .dashTitle:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#efefef');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f4f4f4',endColorstr ='#efefef')";
	background-image: -moz-linear-gradient(top, #f4f4f4, #efefef);
	background-image: -ms-linear-gradient(top, #f4f4f4, #efefef);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#efefef));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #efefef);
	background-image: linear-gradient(top, #f4f4f4, #efefef);
	border: 1px solid #dfdfdf;
}

.dashboardBox .d_main .ov li .dashTitle a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: url(../img/bgimg/bg-local-navi.png) no-repeat center right 20px;
	padding: 18px 10px 16px 10px;
}

.dashboardBox .d_main .ov li .dashCont {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.6;
	padding: 18px 10px;
	height: 74px;
}

.dashboardBox .main-ttl {
	font-size: 18px;
	color: #1c1c1c;
	line-height: 1.5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f7f7f7',endColorstr ='#e9e9e9')";
	background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: linear-gradient(top, #fdfdfd, #f8f8f8);
	border: 1px solid #dfdfdf;
	padding: 12px 14px 10px 14px;
	margin-bottom: 25px;
}

/*wishlistCont*/
.checker {}

.checker label {
	font-weight: normal;
}

.checker .icheckbox {
	position: relative;
	background-image: url(../img/bgimg/check-on.png);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	line-height: 16px;
}

.checker .icheckbox input {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 140%;
	height: 140%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
}

.checker .icheckbox .iCheck-helper {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 140%;
	height: 140%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
}

.checker .icheckbox.checked {
	background-image: url(../img/bgimg/check-on.png);
	margin: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

/**/
.iradio_box label {
	font-weight: normal;
}

.icheckbox_minimal,
.iradio_box .iradio_minimal {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
	width: 20px;
	height: 16px;
	border: none;
	cursor: pointer;
	line-height: 16px;
	position: relative;
}

.iradio_box .iradio_minimal {
	background-image: url(../img/bgimg/radio-off.png);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.iradio_box .iradio_minimal input[type=radio] {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 140%;
	height: 140%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
}

.iradio_minimal .iCheck-helper {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 140%;
	height: 140%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
}

.iradio_box .iradio_minimal.checked {
	background-image: url(../img/bgimg/radio-on.png);
	margin: 0px;
}

.wishlistCont .empty {
	padding-bottom: 50px;
}

.wishlistCont .empty .elements {
	padding: 0 16px;
	overflow: hidden;
}

.wishlistCont .empty .elements dl.no-result {
	font-size: 25px;
	color: #4d4d4d;
	text-align: center;
	border-bottom: 1px dotted #b0b0b0;
	padding: 115px 0;
	margin-bottom: 50px;
}

.wishlistCont .empty .elements dl.no-result dt {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: normal;
}

.wishlistCont .empty .elements dl.no-result dd {
	font-size: 13px;
	line-height: 1.8;
}

.wishlistCont .empty .elements dl.no-result dd a {
	color: #2c54af;
	text-decoration: underline;
}

.dashboardBox .btn-changed {
	padding: 0 8px;
	overflow: hidden;
}

.wishlistCont .page-ttl {
	border-bottom: 1px dotted #b0b0b0;
	padding: 10px 0 20px;
	margin: 0 15px 15px;
	overflow: hidden;
}

.wishlistCont .page-ttl h2 {
	font-size: 18px;
	height: 37px;
	line-height: 37px;
	font-weight: normal;
}

.wishlistCont .page-ttl .upper .doFavoriteItemsDelete {
	display: inline-block;
	font-size: 13px;
	color: #1c1c1c;
	text-align: center;
	background: #fff url(../img/bgimg/icon-check-on.gif) no-repeat 10px 50%;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 8px 10px 8px 30px;
	cursor: pointer;
}

.wishlistCont .page-ttl .upper .doFavoriteItemsDelete:hover {
	color: #fff;
	background-color: rgba(89, 89, 89, 0.8);
}

.wishlistCont .d_fav_item {}

.wishlistCont .d_fav_item .checker {
	text-align: right;
}

.wishlistCont .d_fav_item>.ov li {
	width: 137px;
	margin-right: 17px;
	float: left;
	position: relative;
	margin-bottom: 35px;
}

.wishlistCont .d_fav_item>.ov li a {
	position: relative;
}

.wishlistCont .d_fav_item>.ov li a:hover {
	text-decoration: none;
}

.wishlistCont .d_fav_item>.ov li a:hover img,
.wishlistCont .d_fav_item>.ov li a img:hover {
	opacity: 1;
}

.wishlistCont .d_fav_item>.ov li .catgItem_image {
	width: 100%;
	margin-bottom: 17px;
}

.wishlistCont .goToCartBtn {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: #595959;
	border: 1px solid #595959;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
}

.wishlistCont .goToCartBtn:hover {
	opacity: .8;
}

.onBigBtn {
	margin: 30px 0;
	text-align: center;
}

.onBigBtn a {
	display: inline-block;
}

/*wishlistCont end*/

/*update-shipping-address-Cont*/
.dashboardBox .change-elements {
	margin-bottom: 40px;
}

.dashboardBox .change-elements .lead {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 1.8;
	margin-bottom: 30px;
}

.shippingContTable {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.shippingContTable tr {
	padding-bottom: 15px;
	display: inline-block;
}

.shippingContTable tr th {
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 12px 0;
}

.shippingContTable tr td.icon {
	width: 60px;
	padding: 10px 0 12px 0;
	vertical-align: top;
}

.shippingContTable tr td.input-element {
	font-size: 13px;
	color: #1c1c1c;
}

.shippingContTable tr td.input-element input[type="text"],
.shippingContTable tr td.input-element input[type="password"] {
	width: 485px;
	box-sizing: border-box;
	font-size: 13px;
	color: #1c1c1c;
	border: 1px solid #cdcdcd;
	padding: 8px;
	outline: none;
}

.shippingContTable tr td.input-element input[type="text"].short {
	width: 80px;
}

.shippingContTable tr td.input-element p.ex {
	font-size: 13px;
	color: #878787;
	padding-top: 5px;
}

.shippingContTable tr td.input-element .newSelect {
	width: 225px;
	border: 1px solid #cdcdcd;
	padding: 0 24px 0 10px;
	height: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
}

/*update-shipping-address-Cont end*/

/*shipping-address-Cont*/
.addressBox .empty {
	border-bottom: 1px dotted #b0b0b0;
	padding: 115px 0 85px;
	margin-bottom: 50px;
}

.addressBox .empty .emptyH3 {
	font-size: 25px;
	color: #4d4d4d;
	text-align: center;
}

.addressBox .addressBoxUl {}

.addressBox .addressBoxUl li {
	margin-bottom: 35px;
}

.addressBox .addressBoxUl li .address-ttl {
	font-size: 14px;
	color: #fff;
	background-color: #acacac;
	padding: 15px;
	margin-bottom: 15px;
}

.addressBox .addressBoxUl li table {
	width: 100%;
	margin-bottom: 25px;
}

.addressBox .addressBoxUl li table tr td {
	vertical-align: middle;
	padding: 0 15px;
}

.addressBox .addressBoxUl li table tr td .name,
.addressBox .addressBoxUl li table tr td .address,
.addressBox .addressBoxUl li table tr td .tel {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.5;
}

.addressBox .addressBoxUl table tr td.actions {
	width: 150px;
}

.addressBox .addressBoxUl table tr td:last-child {
	text-align: right;
}

.addressBox .addressBoxUl table tr td.actions .change,
.addressBox .addressBoxUl table tr td.actions .delete {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 8px 10px;
	margin-left: 8px;
	cursor: pointer;
	text-decoration: none;
}

.addressBox .addressBoxUl table tr td.actions .change {
	color: #fff;
	background-color: #595959;
	border-color: #595959;
	text-decoration: none;
}

.addressBox .addressBoxUl table tr td.actions .delete {
	color: #878787;
	background-color: #fff;
	border-color: #acacac;
}

.addressBox .addressBoxUl table tr td.actions .change:hover,
.addressBox .addressBoxUl table tr td.actions .delete:hover {
	opacity: .8;
}

/*shipping-address-Cont end*/

/*registCont*/
.registCont {}

.registCont .dashboardBox .d_main {
	width: 100%;
}

.registCont .dashboardBox .d_main .shippingContTable {
	width: 850px;
	margin: 0 auto;
}

.registCont .dashboardBox .d_main .shippingContTable tr td.input-element input[type="text"],
.registCont .dashboardBox .d_main .shippingContTable tr td.input-element input[type="password"] {
	width: 575px;
}

.registCont .dashboardBox .d_main .shippingContTable tr td.input-element input[type="text"].short {
	width: 80px;
}

/*registCont end*/

/*loginCont */
.login_content {
	padding-top: 239px;
}

.loginCont {}

.login_box {
	overflow: hidden;
}

.login_box .sign_iu {
	width: 510px;
}

.login_box .sign_iu .sign_iu_inner {
	border: 5px solid #f0f0f0;
}

.login_box .sign_iu .sign_iu_inner .ttl {
	font-size: 18px;
	color: white;
	text-align: center;
	background: #a67564;
	padding: 20px 0;
	margin: 2px;
	font-weight: bold;
}

.login_box .sign_iu .sign_iu_inner table {
	margin: 20px 5% 0;
	width: 90%;
}

.login_box .sign_iu .sign_iu_inner table tr th {
	width: 180px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #1c1c1c;
	vertical-align: top;
	padding: 15px 10px 10px 0;
}

.login_box .sign_iu .sign_iu_inner table tr th span {
	float: left;
}

.login_box .sign_iu .sign_iu_inner table tr th img {
	display: inline-block;
}

.login_box .sign_iu .sign_iu_inner table tr td {
	padding: 10px 0;
}

.login_box .sign_iu .sign_iu_inner table tr td input[type="text"],
.login_box .sign_iu .sign_iu_inner table tr td input[type="password"],
.login_box .sign_iu .sign_iu_inner table tr td input[type="email"] {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
}

.login_box .sign_iu .sign_iu_inner table tr td .checker {
	display: block;
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 8px;
}

.login_box .sign_iu .sign_iu_inner table tr td .checker span {
	line-height: 18px;
	font-weight: normal;
}

.login_box .sign_iu .sign_iu_inner table tr td a.reminder {
	font-size: 12px;
	color: #2c54af;
	text-decoration: underline;
}

.login_box .sign-in .sign_iu_inner .btn-sign {
	border-top: 1px solid #d7d7d7;
}

.login_box .sign_iu .sign_iu_inner .btn-sign {
	width: 100%;
	margin-top: 23px;
}

.login_box .sign_iu .sign_iu_inner .btn-sign p {
	margin: 15px 60px 0;
	font-size: 12px;
	line-height: 1.8;
}

.login_box .sign-up .sign_iu_inner dl {
	padding: 50px 30px 65px;
	margin: 30px 24px 0;
}

.login_box .sign-up .sign_iu_inner dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #ca768d;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.login_box .sign-up .sign_iu_inner dl dd ul {
	line-height: 1.5;
}

.login_box .sign-up .sign_iu_inner dl dd ul li {
	font-size: 12px;
	color: #4d4d4d;
	vertical-align: middle;
	background: url(../img/bgimg/ul-square.png) no-repeat;
	background-size: 8px auto;
	background-position: 0 5px;
	padding-left: 12px;
	margin-bottom: 7px;
}

/*loginCont end*/

/*orderCont*/
.orderCont {}

.orderBox {}

.orderBox .lead {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 18px;
	margin-bottom: 25px;
}

.orderBox .attentions {
	border: 1px solid #f59090;
	padding: 10px;
	margin-bottom: 25px;
}

.orderBox .attentions dl {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 23px;
}

.orderBox .attentions dl dt {
	color: #d02323;
	font-weight: normal;
}

.orderBox .attentions dl dd ul li {
	background: url(../img/bgimg/bg-list-marker.gif) no-repeat 0 0.8em;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 23px;
}

.orderBox .ordersItem .o_item {
	margin-bottom: 30px;
}

.orderBox .data-header {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.orderBox .data-header .date,
.orderBox .data-header .btns {
	display: table-cell;
	vertical-align: middle;
}

.orderBox .data-header .date.orderday {
	width: 200px;
	font-size: 14px;
	color: #4d4d4d;
}

.orderBox .data-header .shop {
	padding: 0 7px;
	border: solid 1px #4d4d4d;
	border-radius: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	margin: 7px 0;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	vertical-align: text-top;
}

.orderBox .data-header .btns {
	text-align: right;
}

.orderBox .data-header .btns input,
.orderBox .data-header .btns a {
	display: inline-block;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 3px;
	margin-left: 15px;
	text-decoration: none;
}

.orderBox .data-header .btns input:hover,
.orderBox .data-header .btns a:hover {
	opacity: .8;
}

.orderBox .data-header .btns a.detail {
	color: #fff;
	background-color: #595959;
	border: 1px solid #595959;
	padding: 10px 0 8px 0;
	cursor: pointer;
}

.orderBox .o_itemTab thead tr th {
	font-size: 13px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #c1c1c1;
	border-right: 1px solid #e0e0e0;
	padding: 15px 20px;
}

.orderBox .o_itemTab thead tr th.order-num {
	width: 160px;
}

.orderBox .o_itemTab thead tr th.order-status {
	width: 140px;
}

.orderBox .o_itemTab thead tr th.payment-sum {
	width: 180px;
}

.orderBox .o_itemTab thead tr th:last-child {
	border-right: 1px solid #e0e0e0;
}

.orderBox .o_itemTab tbody tr td {
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 15px 20px;
}

.orderBox .o_itemTab tbody tr td:first-child {
	border-left: 1px solid #c1c1c1;
}

.orderBox .o_itemTab tbody tr td.nowordbeak {
	word-break: keep-all;
}

.orderBox .o_itemTab tbody tr td .item-data {
	margin-bottom: 10px;
	text-align: left;
}

.orderBox .o_itemTab tbody tr td .item-data:last-child {
	margin-bottom: 0;
}

.orderBox .o_itemTab tbody tr td .item-data .shop-name {
	font-weight: bold;
}

.orderBox .o_itemTab tbody tr td .item-data:last-child {
	margin-bottom: 0;
}

/*orderCont end*/

/*order-detail */
.detailBox {}

.detailBox .detail_date {
	margin-bottom: 35px;
}

.detailBox .history-status {
	font-size: 17px;
	color: #d02323;
	text-align: center;
	border: 2px solid #f59090;
	padding: 15px;
	margin-bottom: 20px;
}

.detailBox table.purchase-data {
	line-height: 1.4;
	border-left: 1px solid #c1c1c1;
	margin-bottom: 10px;
}

.detailBox table.purchase-data thead tr th {
	font-size: 13px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #c1c1c1;
	border-right: 1px solid #e0e0e0;
	padding: 15px;
}

.detailBox table.purchase-data thead tr th:last-child {
	border-right: 1px solid #e0e0e0;
}

.detailBox table.purchase-data tbody tr td {
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 15px;
}

.detailBox p.cautions {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.5;
	margin-bottom: 40px;
}

.detailBox table.purchase-items {
	line-height: 1.4;
	margin-bottom: 15px;
}

.detailBox table.purchase-items caption {
	font-size: 18px;
	color: #1c1c1c;
	line-height: 1.5;
	caption-side: top;
	text-align: left;
}

.detailBox table.purchase-items thead tr th {
	font-size: 13px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #c1c1c1;
	padding: 15px;
}

.detailBox table.purchase-items tbody tr td {
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #c1c1c1;
	padding: 15px;
}

.detailBox table.purchase-items tbody tr td:first-child {
	text-align: left;
}

.detailBox table.purchase-items tbody tr td.nowordbeak {
	word-break: keep-all;
}

.detailBox table.purchase-items tbody tr td .item-data .shop-name {
	font-weight: bold;
}

.detailBox table.purchase-result {
	width: 407px;
	table-layout: fixed;
	margin: 0 0 0 auto;
}

.detailBox table.purchase-result tr th,
.detailBox table.purchase-result tr td {
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	padding: 12px 10px;
}

.detailBox table.purchase-result tr th {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	background-color: #595959;
}

.detailBox table.purchase-result tr td {
	font-size: 16px;
	color: #1c1c1c;
	text-align: right;
	background-color: #f0f0f0;
	line-height: 1.3;
}

.detailBox .detail_txt .users-informations .ttl {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 1.5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f7f7f7',endColorstr ='#e9e9e9')";
	background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);
	background-image: linear-gradient(top, #fdfdfd, #f8f8f8);
	border: 1px solid #dfdfdf;
	padding: 10px 14px;
	margin-bottom: 10px;
}

.detailBox .goInquiryBox {
	display: none;
}

.detailBox .goInquiryBox .lead {
	font-size: 13px;
	text-align: center;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal {
	border: solid 5px #f0f0f0;
	padding: 0 20px 20px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table {
	width: auto;
	margin: 0 auto 20px auto;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr {
	border-bottom: 1px dotted #b0b0b0;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr th,
.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td {
	font-size: 13px;
	color: #1c1c1c;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 10px 14px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr th {
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 20px 0 12px 0;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td {
	line-height: 1.5;
	vertical-align: top;
	padding: 14px 0;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.icon {
	width: 60px;
	padding-top: 19px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.input-element {
	font-size: 13px;
	color: #1c1c1c;
	width: 503px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.input-element .iradio_box {
	padding-top: 5px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.input-element .iradio_box label {
	display: block;
	margin-bottom: 4px;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.input-element textarea {
	width: 485px;
	box-sizing: border-box;
	font-size: 13px;
	color: #1c1c1c;
	border: 1px solid #cdcdcd;
	padding: 8px;
	outline: none;
	resize: none;
}

.detailBox .goInquiryBox .new-inquiry .skin-minimal table tr td.input-element p.ex {
	color: #878787;
	padding-top: 5px;
}

.detailBox .detailTable1 {
	margin-bottom: 30px;
}

.detailBox .detailTable1 th,
.detailBox .detailTable1 td {
	font-size: 13px;
	color: #1c1c1c;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 10px 14px;
}

.detailBox .detailTable1 th {
	width: 270px;
	font-weight: bold;
}

.orders_pagination {
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	text-align: center;
}

.orders_pagination_btn {
	padding: 3px 20px;
	margin-top: -3px;
	background: #a67564;
	border-radius: 30px;
}

/*order-detail end*/

/*dashboard_content end*/

/*checkout_content*/
.checkoutBox {
	padding-top: 30px;
}

.checkoutBox .flow_steps {
	margin-bottom: 40px;
}

.checkoutBox .main-contens {}

.checkoutBox .main-contens .leftMain {
	width: 668px;
}

.checkoutBox .main-contens .leftMain .input-section {
	margin-bottom: 20px;
}

.checkoutBox .main-contens .leftMain .input-section .section-ttl {
	font-size: 18px;
	line-height: 1.2;
	color: #1c1c1c;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 10px;
	position: relative;
}

.checkoutBox .main-contens .leftMain .input-section .section-ttl span {
	display: block;
	border-left: 5px solid #a67564;
	padding-left: 10px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView {
	background-color: #f7f7f7;
	padding: 20px 15px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data {
	font-size: 13px;
	color: #1c1c1c;
	line-height: 1.8;
	margin-bottom: 15px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data label {
	display: block;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data label .iradio_minimal {
	top: -3px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data label b {
	font-size: 16px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data label p {
	text-indent: 2em;
	font-size: 13px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #1c1c1c;
	margin-bottom: 5px;
}

.inputMember {
	cursor: pointer;
}

.inputMemberArea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 25px 20px;
}

.inputMemberArea .shippingContTable {}

.inputMemberArea .shippingContTable tr th {
	width: 145px;
	text-align: left;
}

.inputMemberArea .shippingContTable tr td.icon img {
	width: 44px;
	height: 20px;
}

.inputMemberArea .shippingContTable tr td.input-element input[type="text"] {
	width: 377px;
}

.inputMemberArea .shippingContTable tr td.input-element input[type="text"].short {
	width: 92px;
}

.inputMemberArea .attention {
	font-size: 13px;
	color: #d02323;
	line-height: 1.3;
	padding-left: 20px;
	padding-top: 7px;
}

.addJchange+.inputMemberArea .attention {
	padding-left: 0;
	margin-bottom: 10px;
}

.addressSent .sendAdd {
	display: inline-block;
	width: 90%;
}

.addressSent .sendAdd li {
	width: 20%;
	text-align: left;
	line-height: 22px;
	padding-right: 3%;
	font-size: 14px;
}

.addressSent .sendAdd li:first-child {
	width: 45%;
	text-align: left;
	line-height: 22px;
	padding-right: 3%;
}

.addressSent .sendAdd li:last-child {
	width: 50%;
	text-align: right;
	line-height: 22px;
}

.checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data.addressSent label .iradio_minimal {
	top: -8px;
}

.checkoutBox .main-contens .rightData {
	width: 302px;
}

.rightData .d_sub-inner {
	border: 6px solid #a67564;
}

.rightData .d_sub-inner.fixed_sub-inner {
	position: fixed;
	width: 302px;
	top: 52px;
	z-index: 3;
}

.rightData .d_sub-inner .ttl {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background-color: #a67564;
	border: 2px solid #fff;
	padding: 12px 0;
}

.rightData .d_sub-inner .cart-data {
	border: 2px solid #fff;
}

.rightData .d_sub-inner .cart-data table {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #1c1c1c;
}

.rightData .d_sub-inner .cart-data table tbody tr,
.rightData .d_sub-inner .cart-data table tfoot tr {
	border-bottom: 1px dotted #a67564;
}

.rightData .d_sub-inner .cart-data table tbody tr th,
.rightData .d_sub-inner .cart-data table tbody tr td,
.rightData .d_sub-inner .cart-data table tfoot tr th,
.rightData .d_sub-inner .cart-data table tfoot tr td {
	vertical-align: middle;
	padding: 18px 11px 15px 11px;
}

.rightData .d_sub-inner .cart-data table tbody tr th,
.rightData .d_sub-inner .cart-data table tfoot tr th {
	width: 130px;
	font-weight: normal;
	text-align: left;
}

.rightData .d_sub-inner .cart-data table tbody tr td,
.rightData .d_sub-inner .cart-data table tfoot tr td {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 1.3;
}

.rightData .d_sub-inner .cart-data table tfoot tr {
	border-top: 3px solid #a67564;
}

.rightData .d_sub-inner .cart-data table tfoot tr th {
	font-size: 18px;
	font-weight: bold;
	color: #ef899b;
}

.rightData .d_sub-inner .cart-data table tfoot tr td {
	font-size: 18px;
	color: #ef899b;
}

.rightData .point-result {
	border-top: 1px dotted #b0b0b0;
	background: #fff;
	padding: 16px 11px;
}

.rightData .point-result dl.netpoint {
	display: table;
	width: 100%;
}

.rightData .point-result dl {
	line-height: 1.5;
}

.rightData .point-result dl.netpoint dt,
.rightData .point-result dl.netpoint dd {
	display: table-cell;
	width: 50%;
	font-size: 14px;
	vertical-align: middle;
}

.rightData .point-result dl.netpoint dd {
	text-align: right;
}

.rightData .point-result dl.netpoint dd span {
	display: block;
	font-weight: bold;
}

.rightData .notice-messages dl {
	font-size: 12px;
	color: #d02323;
	line-height: 1.5;
	background-color: #f0f0f0;
	padding: 25px 15px;
}

/*checkout_content end*/

/*comfirm_content*/
.comfirm_content .site_fashion {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #b0b0b0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comfirm_content .site_fashion:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comfirm_content .site_fashion .item-image,
.comfirm_content .site_fashion .item-data {
	display: table-cell;
	vertical-align: top;
}

.comfirm_content .site_fashion .item-image {
	width: 154px;
}

.comfirm_content .site_fashion .item-data {
	font-size: 12px;
	color: #1c1c1c;
	line-height: 1.5;
}

.comfirm_content .site_fashion .item-data .item-price,
.comfirm_content .site_fashion .item-data .item-amount,
.comfirm_content .site_fashion .item-data .item-subtotal {
	font-size: 14px;
	font-weight: bold;
}

.comfirm_content .site_fashion .item-data .item-price {
	padding-top: 10px;
}

.comfirm_content .with-border {
	width: 100%;
	font-size: 13px;
}

.comfirm_content .with-border tr th,
.comfirm_content .with-border tr td {
	line-height: 1.5;
	vertical-align: middle;
	padding: 10px 0 !important;
}

.comfirm_content .with-border tr th {
	width: 200px;
	font-weight: bold;
	text-align: left;
}

.comfirm_content p.fnts16 {
	font-size: 16px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.5;
	padding: 10px 0;
}

.comfirm_content .checkoutBox .main-contens .leftMain .input-section .inputMemberView .address-data {
	margin-bottom: 0;
}

.comfirm_content .with-border tr td span {
	padding-right: 15px;
}

/*comfirm_content end*/

/*complete_content*/
.complete_content {}

.complete_content .complete_ {
	background-color: #f7f7f7;
	padding: 70px 25px 30px 25px;
}

.complete_content .complete_ .complete_ttl {
	font-size: 25px;
	color: #1c1c1c;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.complete_content .complete_ .complete_data {}

.complete_content .complete_ .complete_data .complete_inner {
	background-color: #fff;
	border: 5px solid #f0f0f0;
	padding: 29px 29px 29px 29px;
	width: 809px;
	margin: 0 auto 20px auto;
	font-size: 14px;
	line-height: 1.5;
}

.complete_content .complete_ .complete_data .complete_inner h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

.creditText_ {
	padding: 0px 78px 20px;
	line-height: 1.5;
	font-size: 14px;
}

.complete_content .complete_ .complete_data .complete_inner dl {
	text-align: center;
}

.complete_content .complete_ .complete_data .complete_inner dl dt,
.complete_content .complete_ .complete_data .complete_inner dl dd {
	display: inline;
	font-size: 22px;
	color: #1c1c1c;
}

.complete_content .complete_ .complete_data .complete_inner dl dd {
	color: #d02323;
}

.complete_content .complete_ .complete_data .complete_text {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.complete_content .complete_ .complete_data .complete_text span {
	font-weight: normal;
}

.complete_content .complete_ .complete_data .backCart {
	margin: 0 auto;
	padding: 27px 0 30px;
	text-align: center;
}

.complete_content .complete_ .complete_data .backCart p {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

/*complete_content end*/

/*shooList_content*/
.shooList_content {}

.shooListCont {}

.shooListCont .tabKana {
	padding: 30px 0;
}

.shooListCont .tabKana .indexes-kana {
	text-align: center;
	margin: 0 auto 40px;
}

.shooListCont .tabKana .indexes-kana>li {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	margin: 0 4px 4px 0;
	cursor: pointer;
}

.shooListCont .tabKana .indexes-kana>li:hover {
	background-color: #f4f4f4;
}

.shooListCont .tabKana .indexes-kana>li:hover a {
	text-decoration: none;
}

.shooListCont .tabKana .indexes-kana>li.no-result {
	border-color: #f4f4f4;
	cursor: default;
}

.shooListCont .tabKana .indexes-kana>li.no-result:hover {
	background: #fff;
}

.shooListCont .tabKana .indexes-kana>li.no-result a {
	color: #d7d7d7;
}

.shooListCont .tabKana .shopAllBox .index-ttl {
	background: url(../img/bgimg/bg-line-index.gif) repeat-x 0 50%;
	margin-bottom: 50px;
}

.shooListCont .tabKana .shopAllBox .index-ttl .index {
	display: table;
	height: 30px;
	margin: 0 auto;
	width: auto;
	min-width: 30px;
}

.shooListCont .tabKana .shopAllBox .index-ttl .index span {
	display: table-cell;
	font-size: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #b0b0b0;
	padding: 0px 3px;
}

.shooListCont .tabKana .shopAllBox .shopItems {}

.shooListCont .tabKana .shopAllBox .shopItems ul {
	overflow: hidden;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li {
	float: left;
	width: 134px;
	margin-right: 35px;
	padding-bottom: 50px;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li:nth-child(6n) {
	margin-right: 0;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li a img {
	width: 132px;
	height: 68px;
	border: 1px solid #d7d7d7;
	margin-bottom: 8px;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li a .shop-data {
	text-align: center;
}

.shooListCont .tabKana .shopAllBox .shopItems ul li a:hover {
	text-decoration: underline;
}

/*shooList_content end*/

/*muneList_content*/
.muneList_content {}

.muneList_content .muneListBox {
	padding: 30px 0;
}

.muneList_content .muneListBox table {}

.muneList_content .muneListBox table tr {
	margin-bottom: 25px;
}

.muneList_content .muneListBox table tr td {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}

.muneList_content .muneListBox table tr td dl dt {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr ='#f5f5f5',endColorstr ='#efefef')";
	background-image: -moz-linear-gradient(top, #f5f5f5, #efefef);
	background-image: -ms-linear-gradient(top, #f5f5f5, #efefef);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#efefef));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #efefef);
	background-image: linear-gradient(top, #f5f5f5, #efefef);
	border: 1px solid #dfdfdf;
}

.muneList_content .muneListBox table tr td dl dt a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: 207px center;
	background-image: url(../img/bgimg/bg-categorylist.png);
	padding: 15px 40px 15px 8px;
	text-decoration: none;
}

.muneList_content .muneListBox table tr td dl dd {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	color: #4d4d4d;
	text-indent: 10px;
	text-decoration: none;
}

/*muneList_content end*/

/*footer*/
.goTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 99;
}

.goTop img {
	width: 50px;
}

#loading {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	display: none;
}

#loading .loading {
	position: absolute;
	width: 300px;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	z-index: 100;
}

#loading .loading img {
	display: block;
	width: 10%;
	margin: 0 auto;
}

.footer {
	width: 100%;
	padding: 30px 0;
}

.footer .dlBox {
	overflow: hidden;
}

.footer .dlBox dl {
	width: 25%;
	float: left;
}

.footer .dlBox dl,
.footer .dlBox dl dd p,
.footer .dlBox dl dd p a,
.footer .dlBox dl ul li a {
	color: #000;
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}

.footer .dlBox dl dt {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.copy {
	padding: 20px 0;
	background: #fff;
}

.copy p {
	text-align: center;
	color: #333;
	font-size: 12px;
}

.footer .share a {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #000;
	font-size: 30px;
}

.footer .share a:before {
	font-family: 'fontawesome';
	position: absolute;
	top: -10px;
	left: 0;
}

a.facebook:before {
	content: "\f082";
}

a.twitter:before {
	content: "\f099";
}

a.instagram:before {
	content: "\f16d";
}

a.pin:before {
	content: "\f0d2";
}

/*footer end*/

/*404*/
.content-wrapper {
	margin: auto;
	text-align: center;
	background-color: #fff;
	padding-top: 239px;
	padding-bottom: 80px;
}

.page-not-found h2 {
	color: #da2c2a;
	font-size: 160px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.page-not-found h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4em;
	text-transform: none;
}

.page-not-found h3 img {
	margin-right: 8px;
	vertical-align: text-bottom;
}

.page-not-found .btn-home {
	background-color: #FDD96D;
	border: medium none;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 -4px 0 0 #F3B90A inset;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	padding: 14px 35px;
	text-decoration: none;
	height: auto;
}

.page-not-found .btn-home span {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}

.adproducts li.swiper-slide {
	padding: 0 4px;
}

.adproducts li .proTitle {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*首页轮播*/
.wapapp {
	width: 80%;
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}

.wapapp ul {
	position: relative;
	z-index: 1;
}

.wapapp ul li {
	position: absolute;
	left: 0px;
	top: 0px;
}

.wapapp_text {
	float: right;
	width: 20%;
	height: 500px;
}

.wapapp_text ul {
	height: 100%;
}

.wapapp_text ul li {
	height: 16.5%;
	cursor: pointer;
	text-align: center;
	padding: 16% 0;
	border-bottom: 1px solid #eee;
}

.wapapp_text ul li p {}

.cur {
	background: #3F3E3C;
	color: #fff;
}

/*首页轮播 end*/

.dashboard_content,
.wishlist_content,
.address_content,
.address_content {
	padding-top: 239px;
}

.huxi_text {
	animation: glow 3s ease-out infinite alternate;
	padding: 4px;

}

@keyframes glow {
	0% {
		color: #FF6600;
		border: 2px dashed red;
	}

	25% {
		border: 2px dashed yellow;
	}

	50% {
		color: #38f;
		border: 2px dashed blue;
	}

	75% {
		border: 2px dashed white;
	}

	100% {
		color: #FF6600;
		border: 2px dashed green;
	}
}

@-webkit-keyframes glow {
	0% {
		color: #FF6600;
		border: 2px dashed red;
	}

	25% {
		border: 2px dashed yellow;
	}

	50% {
		color: #38f;
		border: 2px dashed blue;
	}

	75% {
		border: 2px dashed white;
	}

	100% {
		color: #FF6600;
		border: 2px dashed green;
	}
}

@-moz-keyframes glow {
	0% {
		color: #FF6600;
		border: 2px dashed red;
	}

	25% {
		border: 2px dashed yellow;
	}

	50% {
		color: #38f;
		border: 2px dashed blue;
	}

	75% {
		border: 2px dashed white;
	}

	100% {
		color: #FF6600;
		border: 2px dashed green;
	}
}

@-o-keyframes glow {
	0% {
		color: #FF6600;
		border: 2px dashed red;
	}

	25% {
		border: 2px dashed yellow;
	}

	50% {
		color: #38f;
		border: 2px dashed blue;
	}

	75% {
		border: 2px dashed white;
	}

	100% {
		color: #FF6600;
		border: 2px dashed green;
	}
}

@-ms-keyframes glow {
	0% {
		color: #FF6600;
		border: 2px dashed red;
	}

	25% {
		border: 2px dashed yellow;
	}

	50% {
		color: #38f;
		border: 2px dashed blue;
	}

	75% {
		border: 2px dashed white;
	}

	100% {
		color: #FF6600;
		border: 2px dashed green;
	}
}

/* 购物车 */
.opr-breadcrumbs {
	text-align: right;
	margin-bottom: 50px;
	font-size: 18px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
}

.opr-breadcrumbs a {
	color: rgba(32, 32, 32, .6);
}

.opr-breadcrumbs img {
	display: inline-block;
	margin-right: 5px;
	margin-top: 4px;
}

.order_section {
	margin-bottom: 30px;
}

.order_section::after {
	content: "";
	display: block;
	clear: both;
}

.order_left {
	float: left;
	width: 830px;
}

.order_right {
	float: right;
	width: 290px;
}

.opr_empty {
	margin-top: 235px;
	text-align: center;
}

.opr_empty .img {
	margin-bottom: 30px;
	text-align: center;
}

.opr_empty .img img {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.opr_empty p,
.opr_empty .opr_emptybtn {
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	margin-bottom: 40px;
}

.opr_empty .opr_emptybtn {
	display: block;
	width: 222px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background-color: #A67564;
	margin: 0 auto;
}

.opr_title ul {
	font-size: 0;
	border: 1px solid rgba(32, 32, 32, .4);
	border-left: none;
	border-right: none;
}

.opr_title ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: Yu Gothic;
	white-space: nowrap;
}

.opr_title .t-li-info,
.opr_content .opr-item {
	width: 300px;
}

.opr_title .t-li-price,
.opr_content .opr-price {
	width: 105px;
}

.opr_title .t-li-num,
.opr_content .opr-num {
	width: 160px;
}

.opr_title .t-li-sum,
.opr_content .opr-sum {
	width: 105px;
}

.opr_title .t-li-pt,
.opr_content .opr-pt {
	width: 158px;
}

.coll-box .opr_content:last-child {
	border-bottom: none;
}

.opr_content {
	padding: 30px 0;
	border-bottom: 2px dotted #D8D4D2;
}

.opr_content ul li {
	float: left;
	min-height: 70px;
	overflow: hidden;
}

.opr_content .item-img {
	width: 70px;
	height: 70px;
	float: left;
	overflow: hidden;
	position: relative;
}

.opr_content .item-img a {
	display: table-cell;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	display: block;
	line-height: 1;
}

.opr_content .item-img a img {
	max-width: 70px;
	max-height: 70px;
	vertical-align: middle;
}

.opr_content .item-info {
	margin: 0 0 0 80px;
	padding: 0 18px 0 0;
}

.opr_content .item-info span.tag {
	font-size: 12px;
	color: #ffffff;
	padding: 2px 10px
}

.opr_content .item-info .free-deliver {
	background-color: #740619;
}

.opr_content .item-info .free4 {
	background-color: #678B8B;
}

.opr_content .item-info .timed-sale-label {
	background-color: #343434;

}

.opr_content .item-name {
	line-height: 1.8;
	font-size: 12px;
	font-family: Yu Gothic;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sku-line p,
.sku-line span {
	line-height: 1.8;
	font-size: 12px;
	font-family: Yu Gothic;
	color: #323232;
}

.opr_content .opr_inner02 {
	padding-top: 24px;
	text-align: center;
}

.opr_content .price_text,
.opr_content .price_sum_text {
	font-size: 16px;
	font-family: Yu Gothic;
	color: #323232;
	font-weight: bold;
}

.opr_content .item-operation {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin-top: -2px;
}

.opr_content .item-amount {
	font-size: 0;
}

.opr_content .item-amount {
	height: 28px;
	width: 98px;
	position: relative;
	z-index: 1;
}

.opr_content .item-amount a {
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #D0ADA1;
	position: absolute;
	top: 0;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	background-color: #D0ADA1;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.opr_content .item-amount input[type="text"] {
	height: 28px;
	width: 42px;
	border: 1px solid #EEEEEE;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 28px;
	top: 0;
}

.opr_content .item-amount .no-minus,
.opr_content .item-amount .no-plus {
	background-color: #fff;
	border-color: #EEEEEE;
	color: #323232;
	pointer-events: none;
}

.opr_content .item-amount .no-minus,
.opr_content .item-amount .minus {
	left: 0;
	border-right-color: transparent;
}

.opr_content .item-amount .no-plus,
.opr_content .item-amount .plus {
	right: 0;
	border-left-color: transparent;
}

.opr_content .item-del {
	margin-left: 14px;
	font-size: 0;
}

.opr_content .item-del .item-del-btn {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	background: url(../img/cart/del.png) no-repeat center center/auto 28px;
}

.opr_point {
	margin-bottom: 30px;
	height: 88px;
	border-radius: 30px;
	border: 1px solid #D2D2D2;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.opr_point .opr_point_i {
	flex: 0 0 114px;
	border-right: 1px solid #D2D2D2;
	text-align: center;
}

.opr_point .opr_point_i img {
	display: inline-block;
	width: 34px;
	height: 34px;
}

.opr_point .opr_point_info {
	flex: 1;
	text-align: center;
	line-height: 1;
}

.opr_point .opr_point_info p:first-child {
	font-size: 16px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	margin-bottom: 5px;
}

.opr_point .opr_point_info p:last-child {
	font-size: 24px;
	font-family: Yu Gothic;
	font-weight: bold;
	color: #A3554D;
}

.opr_r_title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 46px;
	padding: 0 20px;
	background-color: #F4F3F3;
	margin-bottom: 24px;
}

.opr_r_title img {
	display: inline-block;
}

.opr_r_title span {
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	line-height: 1;
	margin-left: 10px;
}

.opr_total_table {
	width: 100%;
}

.opr_total_table tr td {
	padding: 8px 0;
	line-height: 1;
}

.opr_total_table tr td:first-child,
.opr_total_table tr td:first-child span {
	font-size: 18px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	text-align: left;

}

.opr_total_table tr td:last-child,
.opr_total_table tr td:last-child span {
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	text-align: right;
}

.opr_distribution .opr-discount {
	height: 120px;
	padding: 20px 10px 12px;
	text-align: center;
	background: url(../img/cart/distribution.png) no-repeat center center/100% 100%;
}

.opr_distribution .opr-discount p {
	font-size: 24px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	line-height: 1;
}

.opr_distribution .opr-discount .opr-discount-i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}

.opr-xg-go {
	line-height: 22px;
	height: 24px;
	width: 146px;
	text-align: center;
	border: 1px solid #D6D1CF;
	font-size: 12px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	border-radius: 15px;
	display: inline-block;
	margin-top: 10px;
}

.opr-target,
.go-time-sale {
	background-color: #FBFBFB;
	padding: 20px 15px;
	margin: 20px 0;
	border: 1px solid #F2F2F2;
}

.opr-target p,
.go-time-sale p {
	font-size: 12px;
	font-family: Yu Gothic;
	font-weight: 500;
	color: #323232;
	line-height: 1.5;
}

.opr-target p b {
	color: #A3554D;
	font-size: 16px;
}

.go-time-sale {
	text-align: center;
}

.opr-cart-btn a {
	display: block;
	background-color: #A67564;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: Yu Gothic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}


.spSale-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 99990;
	display: none;
}

.spSaleBox .spSaleClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	width: 20px;
	height: 20px
}

.spSaleBox .spSaleClose::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	display: inline-block;
	width: 15px;
	height: 1px;
	border-radius: 2px;
	background: #313131;
	transform: rotate(45deg)
}

.spSaleBox .spSaleClose::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 7px;
	display: inline-block;
	width: 15px;
	height: 1px;
	border-radius: 2px;
	background: #313131;
	transform: rotate(-45deg)
}

.spSaleBox {
	display: none;
}

.spSaleProcuct {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 220px;
	margin: 0 0 0 -110px;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 5px;
	padding: 25px 20px 15px;
	box-sizing: border-box;
	z-index: 99999;
}

.spSaleProcuct p {
	color: #313131;
	font-size: 14px;
	line-height: 1.4;
}

.spSaleBtn {
	width: 120px;
	line-height: 24px;
	height: 24px;
	background: #710818;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 15px auto 0
}



.cart_module_changePrice {
	width: 75px;
	height: 22px;
	line-height: 22px;
	background: #992035;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: PingFang SC;
	text-align: center;
	box-sizing: border-box;
	padding-right: 17px;
	border-radius: 2px;
	white-space: nowrap;
}

.cart_module_changePrice img {
	position: absolute;
	top: 5px;
	right: 6px;
	width: 7px;
	display: inline-block;
	transform: rotate(90deg);
}

.cart_module_changePrice_list {
	position: absolute;
	width: 75px;
	top: 22px;
	z-index: 10;
	display: none
}

.cart_module_changePrice_list>div {
	height: 28px;
	line-height: 28px;
	background: #A67564;
	font-size: 12px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	color: #fff
}

/* 购物车 end */




[style*="--aspect-ratio"]> :first-child {
	width: 100%;
}

[style*="--aspect-ratio"]>img {
	height: auto;
}

@supports (--custom:property) {
	[style*="--aspect-ratio"] {
		position: relative;
	}

	[style*="--aspect-ratio"]::before {
		content: "";
		display: block;
		padding-bottom: calc(100% / (var(--aspect-ratio)));
	}

	[style*="--aspect-ratio"]> :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}