/*移动端头*/

.yd-header {
	position: relative;
	padding: 0 15px;
	height: 90px;
	box-sizing: border-box;
	display: none;
	padding-top: 45px;
	background: rgba(255, 255, 255, 0.9);
}

.head-des {
	padding-top: 5px;
	line-height: 18px;
	background: #f3f3f2;
	height: 40px;
	box-sizing: border-box;
	font-size: 12px;
	color: #010101;
	display: none;
	text-align: center;
}

.yd {
	display: none;
}

.pc {
	display: block;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 34, 34, .4);
	z-index: 1;
}

.is-wrapper .overlay {
	display: none;
}

.toggled .overlay {
	display: block;
}

#page-content-wrapper .hamburger:hover {
	outline: none;
}

#page-content-wrapper .hamburger:focus {
	outline: none;
}

#page-content-wrapper .hamburger:active {
	outline: none;
}

#page-content-wrapper .hamburger.is-closed:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}

#page-content-wrapper .hamburger.is-closed:hover .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	bottom: 0;
}

.hamburger.is-closed .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	background: #dcdcdc;
	top: 5px;
}

#page-content-wrapper .hamburger.is-closed .hamb-middle {
	background: #dcdcdc;
	margin-top: -2px;
	top: 50%;
}

#page-content-wrapper .hamburger.is-closed .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	background: #dcdcdc;
	bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

#page-content-wrapper .hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #dcdcdc;
	margin-top: -2px;
	top: 50%;
}

#page-content-wrapper .hamburger.is-open .hamb-middle {
	background-color: #dcdcdc;
	display: none;
}

#page-content-wrapper .hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #dcdcdc;
	margin-top: -2px;
	top: 50%;
}

#page-content-wrapper .hamburger {
	/* navigation trigger - visible on mobile devices only */
	position: relative;
	display: block;
	/* hide text */
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	border: transparent;
	background: transparent;
	width: 45px;
	height: 45px;
	position: initial;
}

#page-content-wrapper .hamburger.is-open {
	top: 32px;
	right: 0;
	position: fixed;
	z-index: 999;
}

/* 顶栏汉堡：打开后变叉号（SVG path 切换） */
.site-header-hamburger.is-open {
	color: #c41212;
}

.yd-cart {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.yd-cart2 {
	position: absolute;
	right: 20px;
	top: 32px;
	width: auto;
}

.yd-cart2 .img-h {
	width: 45px;
}

.yd-cart2 li {
	float: left;
	width: auto;
	margin-left: 15px;
}

.yd-cart2 li span {
	display: inline-block;
	width: auto;
	text-align: center;
	position: relative;
}

.yd-cart2 li .shop-num {
	position: absolute;
	right: -8px;
	top: 0px;
	width: 14px;
	color: #fff;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-weight: 400;
	font-size: 12px;
	border-radius: 50%;
	background-color: #d81212;
}

#page-content-wrapper .hamburger span {
	/* line in the center */
	position: absolute;
	top: 32px;
	left: 15px;
	margin-top: 0;
	background: url(../images/menu.png);
	width: 45px;
	height: 45px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

#page-content-wrapper .hamburger.is-open span {
	/* hide line in the center */
	background: url(../images/close.png);
	width: 17px;
	height: 17px;
	top: 0;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.mo-user {
	margin-top: 40px;
	text-align: center;
	justify-content: space-between;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	padding: 0 15px;
	padding-bottom: 37px;
	box-sizing: border-box;
}

.mo-user .mo-p {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mo-user .mo-p>a {
	width: 48%;
	text-align: center;
	vertical-align: middle;
	height: 46px;
	line-height: 46px;
	border: none;
	border-radius: 21px;
	color: #010101;
	font-size: 14px;
	position: relative;
	justify-content: center;
	align-items: center;
	display: inline-block;
}

.mo-user .mo-p>a:first-child {
	background: #dbdbdb;
}

.mo-user .mo-p>a:last-child {
	background: #d81212;
	color: #fff;
}

.nav>li>a {
	position: relative;
}

.dropdown-toggle {
	position: relative;
}

#wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 0;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 100%;
}

#wrapper.toggled #sidebar-wrapper {
	width: 100%;
}

#wrapper.toggled #page-content-wrapper {
	margin-right: -100%;
	position: absolute;
}

#sidebar-wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: #fff;
	height: 100%;
	left: 100%;
	margin-left: -100%;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s ease;
	width: 0;
	z-index: 888;
}

#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}

#page-content-wrapper {
	padding-top: 0;
	width: 30px;
}


/**/

.sidebar-logo {
	margin-top: 25px;
	box-sizing: border-box;
}

.sidebar-brand {
	text-align: center;
}

.sidebar-logo .sidebar-brand img {
	height: 45px;
}

.info-mail {
	font-size: 15px;
	color: #b0b0b0;
	text-align: center;
	margin-top: 16px;
}
.info-mail img{
	vertical-align: middle;
	margin-right: 7px;
}
.sidebar-nav {
	overflow: hidden;
	margin-top: 11px;
}
.sidebar-div{
	position: relative;
}
.yd-child{
	background: #fff;
}
.sidebar-nav>li {
	width: 50%;
	float: left;
	height: 127px;
	margin-top: 14px;
}

.sidebar-nav .nav-li {
	margin: 0 auto;
	width: 127px;
	height: 127px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #e3dddd;
	text-align: center;
}

.sidebar-nav .active .nav-li {
	background-color: #d81212;
}
/*.sidebar-nav .active {
	background-color: #d81212;
}*/

.nav-div i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.nav-div {
	display: table;
	height: 127px;
	width: 127px;
}

.nav-div span {
	display: table-cell;
	vertical-align: middle;
}

.nav-div span {
	color: #fff;
	font-size: 18px;
}

.sidebar-nav .active .nav-div span {
	color: #fff;
}

.nav-div span img {
	height: 40px;
}

.nav-div span p {
	margin-top: 15px;
}

.yd-sellers {
	overflow: hidden;
	margin-top: 44px;
	padding-top: 34px;
	box-sizing: border-box;
	border-top: 1px solid #cfcfcf;
}

.yd-sellers li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	font-size: 15px;
	text-align: left;
	color: #010101;
	padding-left: 10px;
}

.yd-sellers li {
	margin-bottom: 37px;
}
.yd-sellers li img {
	display: inline-block;
	margin-right: 8px;
	height: 24px;
	vertical-align: middle;
}
.yd-sellers .seller-1 i {
	display: inline-block;
}

.yd-logo {
	position: absolute;
	left: 60%;
	top: 32px;
	margin-left: -60px;
}

.yd-logo img {
	height: 45px;
}

.yd-search {
	position: absolute;
	left: 70px;
	top: 32px;
}

.yd-search img {
	width: 45px;
}

/* 移动端顶栏：ログイン图标（カート左侧） */
.yd-login-icon {
	position: absolute;
	right: 82px;
	top: 36px;
	color: #333;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}
.yd-login-icon svg {
	display: block;
}

.yd-cart li {
	width: 48%;
	vertical-align: middle;
	height: 46px;
	line-height: 46px;
	border: solid 1px #bababa;
	border-radius: 21px;
	color: #010101;
	font-size: 15px;
	position: relative;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}

.yd-cart li span {
	display: inline-block;
	width: auto;
	position: relative;
	margin-right: 10px;
}

.yd-cart li p {
	font-size: 12px;
	color: #010101;
	display: inline-block;
}

.yd-cart li .shop-num {
	position: absolute;
	right: -8px;
	top: 0px;
	width: 14px;
	color: #fff;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-weight: 400;
	font-size: 12px;
	border-radius: 50%;
	background-color: #d81212;
	display: none;
}

.yd-cart li .img-h {
	height: 26px;
}

.banner-pic {
	width: 100%;
}

.banner-pic img {
	width: 100%;
}
.child {
	width: 100%;
	padding: 0 15px;
	top: 150px;
	left: 0;
	box-sizing: border-box;
	position: absolute;
	display: none;
}
.child ul {
	background: #f1f1f1;
	padding: 43px 26px;
	padding-top: 28px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px;
}

.child ul li {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #010101;
	margin-top: 15px;
}

.child .icon-up {
	position: absolute;
	left: 23%;
	font-size: 15px;
	top: -9px;
	color: #d5d5d5;
	background: #fff;
}

.child .icon-up p {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f1f1f1;
	font-size: 0;
	line-height: 0;
	position: relative;
}

.child .icon-up p:before {
	position: absolute;
	left: -9px;
	top: 1px;
	content: '';
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f1f1f1;
	font-size: 0;
	line-height: 0;
}
@media (max-width:750px) {
	.yd {
		display: inline-block;
	}
	.header-nav {
		display: none;
	}
	/* 旧移动顶栏 .yd-header 已移除；主导航小屏进侧栏 */
	.site-subnav {
		display: none !important;
	}
}