.mobile-login-register {
	display: none
}

.mobile-go-top {
	display: none
}

.banner .swiper-container {
	height: 680px
}

.banner li {
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.banner a {
	display: block;
	width: 100%;
	height: 100%
}

.banner .swiper-pagination span {
	width: 12px;
	height: 12px;
	background: #000
}

.product-new {
	margin-bottom: 60px
}

.product-new .hd {
	padding: 80px 0 60px;
	text-align: center
}

.product-new .hd h4 {
	font-size: 48px;
	font-weight: bold
}

.classify-wrap {
	margin: 60px 0
}

.classify-wrap ul {
	display: flex
}

.classify-wrap li {
	margin-right: -1px;
	text-align: center;
	border: 1px solid #e6e6e6;
	width: 14.28%;
	height: 222px
}

.classify-wrap a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.classify-wrap a:hover::after, .classify-wrap a:hover::before {
	opacity: 1;
	visibility: visible
}

.classify-wrap a::before, .classify-wrap a::after {
	opacity: 0;
	visibility: hidden;
	transition: all .4s
}

.classify-wrap a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3)
}

.classify-wrap a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000 url(../images/arrow.png) no-repeat center;
	background-size: 17px 16px;
	z-index: 6
}

.classify-wrap .tit {
	padding: 25px 0 0;
	font-size: 18px;
	font-weight: bold
}

.classify-wrap .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 175px
}

.classify-wrap .img img {
	max-width: 80%
}

.small-banner {
	margin-bottom: 40px
}

.small-banner .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f6
}

.product-list-wrap .container {
	display: flex
}

.product-list-wrap .options {
	width: 240px
}

.product-list-wrap .options .title {
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px solid #dcdcdc
}

.product-list-wrap .options .box {
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc
}

.product-list-wrap .options .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 32px
}

.product-list-wrap .options .tit a {
	display: inline-block
}

.product-list-wrap .options .tit i {
	display: block;
	width: 26px;
	height: 32px;
	background: url(../images/down.png) no-repeat center;
	background-size: 9px 5px;
	cursor: pointer;
	transition: all .4s
}

.product-list-wrap .options .tit i.open {
	transform: rotate(180deg)
}

.product-list-wrap .options .content {
	display: none;
	margin-top: 10px;
	font-size: 14px;
	color: #7d7d7d
}

.product-list-wrap .options .content a {
	display: block;
	line-height: 26px;
	padding-left: 20px
}

.product-list-wrap .options .content a.on, .product-list-wrap .options .content a:hover {
	background: #f6f6f6;
	color: #000
}

.product-list-wrap .lists {
	padding-left: 40px;
	flex: 1
}

.product-list-wrap .filter {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.product-list-wrap .filter .section-item {
	display: flex;
	align-items: center
}

.product-list-wrap .filter span {
	display: block;
	margin-right: 13px;
	font-size: 16px;
	color: #252525
}

.product-list-wrap .filter select {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	width: 185px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none
}

.product-list-wrap .filter .select-block {
	position: relative;
	height: 40px;
	border: 1px solid #dcdcdc;
	color: #898989
}

.product-list-wrap .filter .select-block::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 5px;
	background: url(../images/down.png) no-repeat;
	background-size: cover
}

.product-list-wrap .g-product-list {
	margin: 0
}

.product-list-wrap .g-product-list li {
	padding: 0
}

.product-list-wrap .g-product-list .img {
	height: 220px
}

.product-list-wrap .g-product-list .txt .desc {
	font-size: 12px
}

.goods-info-wrap {
	margin-bottom: 30px
}

.goods-info-wrap .container {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff
}

.goods-info-wrap .left, .goods-info-wrap .right {
	width: 47.5%
}

.goods-info-wrap .goods-big {
	position: relative;
	margin-bottom: 20px
}

.goods-info-wrap .goods-big .big-imgs{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	--x: 0;
	--y: 0;
	overflow: hidden;
	width: 540px;  
	height: 540px;
	z-index: 10;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.goods-info-wrap .goods-big .big-imgs .zoom{
	--size: 0;
	position: absolute;
	left: var(--x);
	top: var(--y);
	border-radius: 0;
	width: var(--size);
	height: var(--size);
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #333;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: calc(var(--size) / 2 - 2 * var(--x)) calc(var(--size) / 2 - 2 * var(--y));
	background-size: 1080px 1080px;
	z-index: 9
}
.goods-info-wrap .goods-big .big-imgs:hover .zoom{
	--size: 180px;
}
.goods-info-wrap .goods-big .big-imgs img{
	display: block;
	width: 100%;
	height: 100%;
}
.goods-info-wrap .goods-big .swiper-container {
	height: 540px;
	background: #fff
}

.goods-info-wrap .goods-big .collect-btn {
	position: absolute;
	z-index: 9;
	top: 1px;
	right: 1px;
	width: 50px;
	height: 50px;
	background: #f6f6f6
}

.goods-info-wrap .goods-big .collect-btn.anit i {
	-webkit-animation: scaleDraw .6s ease-in-out;
	animation: scaleDraw .6s ease-in-out;
	background: url(../images/loves.png) no-repeat center;
	background-size: cover
}

.goods-info-wrap .goods-big .collect-btn a {
	display: block;
	width: 100%;
	height: 100%
}

.goods-info-wrap .goods-big .collect-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	height: 20px;
	margin: -10px 0 0 -11px;
	background: url(../images/love.png) no-repeat center;
	background-size: cover
}

.goods-info-wrap .goods-big ul {
	height: 100%
}

.goods-info-wrap .goods-big li {
	position: relative
}
.goods-info-wrap .goods-big li {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	left: --x;
	top: --y;
	overflow: hidden;
	width: 540px;
	height: 540px;
	cursor: pointer
}

.goods-info-wrap .goods-big li .zoom {
	--size: 0;
	position: absolute;
	left: var(--x);
	top: var(--y);
	border-radius: 0;
	width: var(--size);
	height: var(--size);
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #333;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: calc(var(--size) / 2 - 2 * var(--x)) calc(var(--size) / 2 - 2 * var(--y));
	background-size: 1080px 1080px;
	z-index: 9
}

.goods-info-wrap .goods-big li:hover .zoom {
	--size: 180px
}
/* .goods-info-wrap .goods-big li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.goods-info-wrap .goods-big li img {
	max-width: 70%
} */

.goods-info-wrap .goods-small {
	position: relative;
	padding: 0 20px
}

.goods-info-wrap .goods-small .swiper-container {
	padding: 0 2px
}

.goods-info-wrap .goods-small .swiper-button-prev, .goods-info-wrap .goods-small .swiper-button-next {
	top: 0;
	width: 20px;
	height: 100%;
	margin-top: 0;
	background-size: 10px 18px
}

.goods-info-wrap .goods-small .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev_03.png)
}

.goods-info-wrap .goods-small .swiper-button-next {
	right: 0;
	background-image: url(../images/next_03.png)
}

.goods-info-wrap .goods-small li {
	position: relative;
	height: 90px
}

.goods-info-wrap .goods-small li.swiper-slide-thumb-active a {
	border-color: #000
}

.goods-info-wrap .goods-small li a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px transparent
}

.goods-info-wrap .goods-small li img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 60%;
	transform: translate(-50%, -50%)
}

.goods-info-wrap .goods-desc .label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #222
}

.goods-info-wrap .goods-desc .title h4 {
	margin-bottom: 35px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: #000;
	color: #fff;
	line-height: 50px
}

.goods-info-wrap .goods-desc .title h5 {
	margin-bottom: 20px;
	font-size: 20px
}

.goods-info-wrap .goods-desc .title .price {
	margin-bottom: 20px
}

.goods-info-wrap .goods-desc .title .price span {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: line-through
}

.goods-info-wrap .goods-desc .title .price p {
	font-size: 24px;
	color: #000000;
	font-weight: bold
}

.goods-info-wrap .goods-desc .size {
	margin-bottom: 25px
}

.goods-info-wrap .goods-desc .size .select-block {
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5

}

.goods-info-wrap .goods-desc .size .select-block::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	background: url(../images/down.png) no-repeat center;
	background-size: 15px 9px
}

.goods-info-wrap .goods-desc .size .select-block select {
	position: relative;
	z-index: 2;
	background: transparent;
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.goods-info-wrap .goods-desc .color-select {
	margin-bottom: 20px
}

.goods-info-wrap .goods-desc .color-select ul {
	display: flex;
	flex-wrap: wrap
}

.goods-info-wrap .goods-desc .color-select li {
	position: relative;
	width: 30%;
	height: 60px;
	margin-right: 2%;
	border: solid 1px #dcdcdc
}

.goods-info-wrap .goods-desc .color-select li.on {
	border: 2px solid #000
}

.goods-info-wrap .goods-desc .color-select a {
	display: block;
	width: 100%;
	height: 100%
}

.goods-info-wrap .goods-desc .color-select img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 60%;
	transform: translate(-50%, -50%)
}

.goods-info-wrap .goods-desc .qty {
	display: flex;
	align-items: center
}

.goods-info-wrap .goods-desc .qty .label {
	margin: 0;
	margin-right: 40px
}

.goods-info-wrap .goods-desc .buttons {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	margin-top: 25px
}

.goods-info-wrap .goods-desc .buttons a {
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 48%;
	transition: all .3s;
	text-align: center;
	opacity: .8;
	color: #fff
}

.goods-info-wrap .goods-desc .buttons a:hover {
	opacity: 1
}

.goods-info-wrap .goods-desc .buttons .pay-btn {
	background: #000
}

.goods-info-wrap .goods-desc .buttons .card-btn {
	background: #959595
}

.goods-info-wrap .goods-desc .desc {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.goods-info-wrap .goods-desc .desc .tit {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer
}

.goods-info-wrap .goods-desc .desc .tit.open::after {
	transform: rotate(90deg)
}

.goods-info-wrap .goods-desc .desc .tit::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 2px;
	height: 12px;
	background: #000;
	transition: all .4s
}

.goods-info-wrap .goods-desc .desc .tit::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #000
}

.goods-info-wrap .goods-desc .desc .content {
	display: none;
	font-size: 14px;
	color: #929292;
	line-height: 26px
}

.similarities-wrap {
	margin-bottom: 50px
}

.similarities-wrap .hd {
	margin: 60px 0 40px;
	position: relative;
	text-align: center
}

.similarities-wrap .hd::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5
}

.similarities-wrap .hd h4 {
	position: relative;
	z-index: 5;
	padding: 0 25px;
	background: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold
}

.similarities-wrap ul {
	margin: -10px
}

.similarities-wrap ul li {
	padding: 0 10px
}

.similarities-wrap .img {
	height: 280px
}

.contact-us-wrap .hd {
	margin-bottom: 100px
}

.contact-us-wrap .bd {
	margin-bottom: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.contact-us-wrap .address p {
	margin-bottom: 20px
}

.contact-us-wrap .address p img {
	margin-right: 10px
}

.contact-us-wrap .address p:last-child {
	margin: 0
}

.contact-us-wrap .qr-img {
	border: 1px solid #dcdcdc;
	padding: 10px;
	width: 220px;
	height: 220px
}

.contact-us-wrap .qr-img img {
	display: block;
	width: 100%;
	height: 100%
}

.faq-wrap {
	margin-bottom: 8%
}

.faq-wrap .hd {
	margin-bottom: 20px
}

.faq-wrap li {
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc
}

.faq-wrap .item {
	position: relative;
	padding-left: 38px;
	font-size: 14px;
	color: #434343;
	line-height: 20px
}

.faq-wrap span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px
}

.faq-wrap .t1 {
	margin-bottom: 20px
}

.faq-wrap .query {
	margin-bottom: 20px
}

.faq-wrap .query p {
	font-weight: bold
}

.main-height {
	min-height: 63vh
}

.about-us-wrap p {
	margin-bottom: 20px
}

.security-wrap .tit {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000
}

.security-wrap .desc {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
	color: #434343
}

.terms-wrap {
	margin-bottom: 8%
}

.terms-wrap .hd {
	margin-bottom: 30px
}

.terms-wrap .item {
	padding: 50px 0;
	border-bottom: 1px solid #e1e1e1
}

.terms-wrap .tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}

.terms-wrap p {
	padding: 5px 0;
	font-size: 14px;
	line-height: 24px;
	color: #434343
}

.terms-wrap ul {
	padding-left: 50px
}

.terms-wrap li {
	padding: 5px 0
}

.shipping-info-wrap {
	margin-bottom: 8%
}

.shipping-info-wrap .detail li {
	margin-bottom: 30px
}

.shipping-info-wrap .detail h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}

.shipping-info-wrap .info-tabel .filter {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.shipping-info-wrap .info-tabel .tip {
	font-size: 14px;
	color: #e60012
}

.shipping-info-wrap .info-tabel table {
	width: 100%;
	text-align: center
}

.shipping-info-wrap .info-tabel thead, .shipping-info-wrap .info-tabel tbody, .shipping-info-wrap .info-tabel tr {
	width: 100%
}

.shipping-info-wrap .info-tabel th, .shipping-info-wrap .info-tabel td {
	border: 1px solid #d5d5d5
}

.shipping-info-wrap .info-tabel th {
	width: 25%;
	height: 40px;
	background: #f2f2f2
}

.shipping-info-wrap .info-tabel td {
	height: 80px
}

.shipping-info-wrap .info-tabel td:first-child {
	font-weight: bold
}

.size-info-wrap {
	margin-bottom: 8%
}

.size-info-wrap .title {
	margin-bottom: 30px;
	background: #f5f5f5;
	font-size: 24px;
	line-height: 50px;
	color: #000;
	text-align: center
}

.size-info-wrap .item {
	margin-bottom: 30px
}

.size-info-wrap .item h4 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #000
}

.size-info-wrap .size-info {
	position: relative;
	padding-left: 100px
}

.size-info-wrap .size-info-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px
}

.size-info-wrap .size-info-title table {
	width: 100%
}

.size-info-wrap .size-info-title th {
	text-align: center;
	height: 68px;
	font-size: 14px;
	background-color: #f2f2f2;
	border: 1px solid #d5d5d5
}

.size-info-wrap .size-info-content {
	margin-left: -1px;
	width: 100%
}

.size-info-wrap .size-info-content table {
	width: 100%;
	text-align: center
}

.size-info-wrap .size-info-content td {
	padding: 8 10px;
	height: 68px;
	border: 1px solid #d5d5d5
}

.size-info-wrap .size-info-content .hover {
	background: #f2f2f2
}

.pre-order-wrap {
	margin-bottom: 8%
}

.pre-order-wrap .img {
	margin-bottom: 30px
}

.main .tip {
	color: #767676
}

.main .tip a {
	text-decoration: underline;
	color: #e60012
}

.main .hd {
	font-size: 14px;
	padding: 60px 0 25px;
	text-align: center;
	color: #767676
}

.main .hd h4 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000
}

.main .form {
	width: 400px;
	margin: 0 auto
}

.login-resg-pass-box {
	margin: 60px auto;
	width: 540px;
	height: 540px;
	box-shadow: 8px 13px 25px 0px rgba(0, 0, 0, 0.08);
	border: solid 1px #dcdcdc
}

.login-box {
	text-align: center
}

.login-box .input-block {
	position: relative;
	margin-bottom: 15px
}
.login-box .input-block .eye{
	position: absolute;
	top: 50%;
	right: 115px;
	transform: translateY(-50%);
}
.login-resg-pass-box .input-block .resg-eye{
	right: 15px;
}
.login-box .input-block svg{
	width: 18px;
	height: 18px;
	fill: #7d7d7d;
	cursor: pointer;
}
.login-box .input-block svg:hover{
	fill: #000;
}
.login-box .input-block .eye-close{
	display: none;
}
.login-box .input-block .pass-btn {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #7d7d7d
}

.login-box #pass {
	padding-right: 124px
}

.login-box input {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 15px;
	border: 1px solid #ededed
}

.login-box input:focus {
	border: 2px solid #000
}

.login-box input[type="submit"] {
	cursor: pointer;
	transition: all .3s;
	opacity: .8;
	color: #fff;
	background: #000
}

.login-box input[type="submit"]:hover {
	opacity: 1
}

.my-card-wrap .bd {
	padding: 0 30px 80px
}

.my-card-wrap .thead, .my-card-wrap .tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center
}

.my-card-wrap .select {
	width: 65px
}

.my-card-wrap .select input {
	width: 17px;
	height: 17px
}

.my-card-wrap .goods {
	width: 32%
}

.my-card-wrap .size {
	width: 130px
}

.my-card-wrap .quantity {
	width: 130px
}

.my-card-wrap .price, .my-card-wrap .total {
	width: 8%
}

.my-card-wrap .remove {
	width: 12%
}

.my-card-wrap .thead {
	font-size: 12px;
	padding-bottom: 10px;
	color: #222;
	border-bottom: 2px solid #dcdcdc
}

.my-card-wrap .tbody {
	padding: 30px 0;
	border-bottom: 1px solid #dcdcdc
}

.my-card-wrap .tbody .tr {
	margin-bottom: 30px
}

.my-card-wrap .tbody .tr:last-child {
	margin-bottom: 0
}

.my-card-wrap .tbody .size .select-block {
	width: 100%
}

.my-card-wrap .tbody .size .select-block select {
	font-size: 14px;
	padding: 0 15px 0 25px
}

.my-card-wrap .tbody .goods {
	display: flex;
	align-items: center
}

.my-card-wrap .tbody .goods .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: #fff
}

.my-card-wrap .tbody .goods .img img {
	max-width: 80%
}

.my-card-wrap .tbody .goods .txt {
	font-size: 16px;
	flex: 1;
	padding-left: 28px;
	text-align: left;
	color: #3e3e3e
}

.my-card-wrap .tbody .remove {
	font-size: 14px;
	color: #a3a3a3
}

.my-card-wrap .tbody .remove img, .my-card-wrap .tbody .remove span {
	display: inline-block;
	vertical-align: middle
}

.my-card-wrap .tbody .remove img {
	margin-right: 10px
}

.my-card-wrap .tbody .remove:hover {
	font-weight: bold;
	color: #000
}

.my-card-wrap .tfooter {
	display: flex;
	justify-content: space-between;
	padding-top: 15px
}

.my-card-wrap .order-note label {
	margin: 0 0 30px 12px;
	display: flex;
	align-items: center;
	cursor: pointer
}

.my-card-wrap .order-note label input {
	margin-right: 18px;
	display: block;
	width: 17px;
	height: 17px
}

.my-card-wrap .order-note .label {
	font-size: 14px;
	margin: 30px 0 5px;
	color: #222
}

.my-card-wrap .order-note textarea {
	display: block;
	padding: 5px;
	width: 420px;
	height: 100px;
	resize: none;
	border: solid 1px #dcdcdc;
	border-radius: 0
}

.my-card-wrap .pay-info {
	text-align: right
}

.my-card-wrap .pay-info .sum {
	font-size: 14px;
	margin-bottom: 3px
}

.my-card-wrap .pay-info .sum span {
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px
}

.my-card-wrap .pay-info .tip {
	font-size: 14px;
	margin-bottom: 20px;
	color: #a3a3a3
}

.my-card-wrap .pay-info .submit-btn {
	width: 225px
}

.my-card-wrap .pay-info .submit-btn a {
	border-radius: 0;
	width: 100%
}

.order-model {
	display: flex;
	margin: 60px 0;
	padding: 30px;
	border: 1px solid #e5e5e5
}

.order-model .left {
	flex: 1;
	padding-right: 30px
}

.order-model .right {
	width: 430px;
	min-height: 575px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5
}

.login-address-box .tit {
	font-size: 18px;
	font-weight: bold;
	margin: 35px 0 30px
}

.login-address-box .user-info {
	margin-bottom: 25px
}

.login-address-box .user-info .log-out-btn {
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline
}

.login-address-box .user-address .item {
	width: 100%;
	margin: 0
}

.login-address-box .buttons {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 30px 0
}

.login-address-box .buttons .back-page-btn {
	font-size: 18px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 24px;
	transition: all .3s;
	opacity: .8;
	color: #000;
	background: url(../images/icon_13.png) no-repeat left center;
	background-size: 9px 15px
}

.login-address-box .buttons .back-page-btn:hover {
	font-weight: bold;
	opacity: 1
}

.login-address-box .buttons .address-btn {
	margin-bottom: 30px;
	background: #959595
}

.order-info-box .goods-list {
	padding-top: 15px
}

.order-info-box .goods-list .item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5
}

.order-info-box .goods-list .img {
	position: relative;
	width: 90px;
	height: 90px;
	background: #fff
}

.order-info-box .goods-list .img a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.order-info-box .goods-list .img img {
	max-width: 70%
}

.order-info-box .goods-list .img .num {
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #e60012
}

.order-info-box .goods-list .content {
	font-size: 14px;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	padding-left: 20px;
	color: #000
}

.order-info-box .goods-list .content .desc {
	width: 69%
}

.order-info-box .goods-list .content em {
	font-weight: bold
}

.order-info-box .money {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5
}

.order-info-box .money p {
	line-height: 40px;
	display: flex;
	justify-content: space-between
}

.order-info-box .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0
}

.order-info-box .total p {
	display: flex;
	align-items: center
}

.order-info-box .total em {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-left: 30px;
	color: #000
}

.login-address-not-box {
	padding-bottom: 30px
}

.login-address-not-box .title {
	font-size: 18px;
	margin: 40px 0 30px
}

.login-address-not-box .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 15px 25px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5
}

.login-address-not-box .tips span {
	font-size: 24px;
	font-weight: bold
}

.login-address-not-box .tips a {
	margin: 0
}

.login-address-not-box .guest-box .tit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px
}

.login-address-not-box .guest-box .label {
	font-size: 18px;
	margin-bottom: 15px
}

.login-address-not-box .guest-box input, .login-address-not-box .guest-box select {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: solid 1px #dcdcdc
}

.login-address-not-box .guest-box input:focus, .login-address-not-box .guest-box select:focus {
	border: solid 2px #000
}

.login-address-not-box .guest-box select {
	padding: 0 18px
}

.login-address-not-box .guest-box option {
	line-height: 50px;
	display: block;
	height: 50px;
	padding: 20px
}

.login-address-not-box .guest-box .checkbox {
	margin-top: 20px
}

.login-address-not-box .guest-box .checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer
}

.login-address-not-box .guest-box .checkbox input {
	width: 18px;
	height: 18px;
	margin-right: 10px
}

.login-address-not-box .guest-box .item {
	margin-bottom: 40px
}

.login-address-not-box .guest-box .item:last-child {
	margin-bottom: 0
}

.login-address-not-box .list {
	margin-top: 60px
}

.login-address-not-box .list li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.login-address-not-box .list li:last-child {
	margin-bottom: 0
}

.login-address-not-box .list li .input-block {
	width: 100%
}

.login-address-not-box .list li .input-block:nth-child(2) {
	margin-left: 20px
}

.login-address-not-box .list .postal-colde .input-block {
	width: 50%
}

.login-address-not-box .list .option-btn {
	width: 100%;
	background: #959595
}

.login-address-not-box .list .option-btn:hover {
	background: #000
}

.login-address-not-box .list .buttons {
	align-items: center
}

.login-address-not-box .list .buttons .back-btn {
	font-size: 18px;
	padding-left: 24px;
	color: #000;
	background: url(../images/icon_13.png) no-repeat left center;
	background-size: 9px 15px
}

.login-address-not-box .list .buttons .back-btn:hover {
	font-weight: bold
}

.login-address-not-box .list input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #dcdcdc
}

.login-address-not-box .list input:focus {
	border: 2px solid #000
}

.payment-way-box .title {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 55px
}

.payment-way-box .form-box {
	padding-left: 55px
}

.payment-way-box .total {
	font-size: 18px;
	margin-bottom: 35px;
	color: #000
}

.payment-way-box .total .money {
	font-size: 36px;
	color: #a27b61
}

.payment-way-box .radio-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.payment-way-box .radio-list label {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 48px;
	border: 2px solid #e5e5e5;
	background: #fff
}

.payment-way-box .radio-list label.on {
	border-color: #e60012
}

.payment-way-box .radio-list label.on::before {
	display: block
}

.payment-way-box .radio-list label::before {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 12px;
	height: 12px;
	content: "";
	background: url(../images/icon_14.png) no-repeat 2px center;
	background-color: #e60012;
	background-size: 9px 7px
}

.payment-way-box .radio-list label img {
	max-width: 80%
}

.payment-way-box .radio-list input {
	display: none
}

.payment-way-box .input-sub a {
	margin: 0
}

.payment-way-box .input-sub a:hover {
	color: #fff
}

.pay-succeed-box .title {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 70px;
	color: #000
}

.pay-succeed-box .state {
	text-align: center
}

.pay-succeed-box .state p {
	font-size: 30px;
	margin-top: 20px
}

.pay-succeed-box .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px
}

.pay-succeed-box .buttons .shopping-btn {
	margin-left: 30px;
	background: #959595
}

.my-account-wrap {
	margin: 50px 0
}

.my-account-wrap .wrapper {
	padding: 30px;
	background: #fff
}

.my-account-wrap .hd {
	font-size: 30px;
	padding: 0 0 40px;
	text-align: center;
	color: #000
}

.my-account-wrap .hd h4 {
	font-weight: bold
}

.my-account-wrap .bd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.my-account-wrap .left {
	margin-right: 40px;
	width: 210px
}

.my-account-wrap .right {
	flex: 1
}

.my-account-wrap .slideNavbar {
	font-size: 14px;
	line-height: 30px;
	border: solid 1px #e5e5e5;
	color: #000
}

.my-account-wrap .slideNavbar .tit {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #000
}

.my-account-wrap .slideNavbar .tit span {
	margin-left: 15px
}

.my-account-wrap .slideNavbar li.on, .my-account-wrap .slideNavbar li:hover {
	color: #000;
	background: #f5f5f5
}

.my-account-wrap .slideNavbar li.on a, .my-account-wrap .slideNavbar li:hover a {
	text-decoration: underline
}

.my-account-wrap .slideNavbar a {
	display: block;
	padding-left: 38px;
	line-height: 40px
}

.my-account-wrap .filter .classify {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 3px solid #e5e5e5
}

.my-account-wrap .filter .classify ul {
	display: flex
}

.my-account-wrap .filter .classify li {
	position: relative;
	padding: 0 30px;
	text-align: center
}

.my-account-wrap .filter .classify li.on::before {
	display: block
}

.my-account-wrap .filter .classify li::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	display: none;
	width: 100%;
	height: 3px;
	content: "";
	background: #c09578
}

.my-account-wrap .filter .classify li a {
	display: block;
	padding-bottom: 5px
}

.my-account-wrap .filter .classify li span {
	color: #c09578
}

.my-account-wrap .filter .classify .del-btn {
	font-size: 14px
}

.my-account-wrap .filter .classify .del-btn a {
	display: flex;
	align-items: center
}

.my-account-wrap .filter .classify .del-btn a:hover {
	color: #c09578
}

.my-account-wrap .filter .classify .del-btn i {
	display: block;
	width: 13px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/icon_del.png) no-repeat center;
	background-size: cover
}

.my-account-wrap .filter .search {
	position: relative;
	width: 240px;
	margin: 22px 0 16px
}

.my-account-wrap .filter .search input {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 42px 0 10px;
	border: solid 1px #dcdcdc;
	background: #fff
}

.my-account-wrap .filter .search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
	border: none;
	background: url(../images/icon_04.png) no-repeat center;
	background-size: 16px 16px
}

.my-account-wrap .thead {
	display: flex;
	align-items: center;
	height: 41px;
	text-align: center;
	border: solid 1px #dcdcdc;
	background: #eee
}

.my-account-wrap .thead .name {
	width: 320px
}

.my-account-wrap .thead .size {
	width: 55px
}

.my-account-wrap .thead .num {
	width: 58px
}

.my-account-wrap .thead .total {
	width: 7%
}

.my-account-wrap .thead .combined {
	margin-left: 17px
}

.my-account-wrap .thead .combined, .my-account-wrap .thead .status, .my-account-wrap .thead .option {
	width: 18%
}

.my-account-wrap .tbody .item {
	margin-bottom: 30px
}

.my-account-wrap .tbody .item:last-child {
	margin: 0
}

.my-account-wrap .tbody .order-number {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	margin-top: -1px;
	padding: 0 20px;
	color: #444;
	border: solid 1px #dcdcdc;
	background: #fafafa
}

.my-account-wrap .tbody .order-number button {
	cursor: pointer;
	border: none;
	background: none
}

.my-account-wrap .tbody .order-number button:hover {
	color: #c09578
}

.my-account-wrap .tbody .order-number .del-btn {
	font-size: 0
}

.my-account-wrap .tbody .order-item {
	display: flex;
	align-items: stretch;
	margin-top: -1px;
	border: 1px solid #e5e5e5
}

.my-account-wrap .tbody .goods-list {
	width: 530px;
	border-right: 1px solid #e5e5e5
}

.my-account-wrap .tbody .goods-item {
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px dashed #e5e5e5
}

.my-account-wrap .tbody .goods-item:last-child {
	border: none
}

.my-account-wrap .tbody .goods-item .img {
	width: 130px;
	height: 130px;
	border-right: 5px;
	background: #fff
}

.my-account-wrap .tbody .goods-item .img a {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 100%
}

.my-account-wrap .tbody .goods-item .img img {
	max-width: 80%
}

.my-account-wrap .tbody .goods-item .txt {
	display: flex;
	align-items: center;
	flex: 1
}

.my-account-wrap .tbody .goods-item .txt a:hover {
	text-decoration: underline;
	color: #000
}

.my-account-wrap .tbody .goods-item .desc {
	font-size: 16px;
	line-height: 20px;
	flex: 1;
	padding: 0 15px
}

.my-account-wrap .tbody .goods-item .num, .my-account-wrap .tbody .goods-item .price {
	width: 20%;
	text-align: center
}

.my-account-wrap .tbody .goods-item .price span {
	display: block
}

.my-account-wrap .tbody .combined, .my-account-wrap .tbody .status, .my-account-wrap .tbody .option {
	font-size: 14px;
	display: table;
	flex: 1;
	text-align: center;
	border-right: 1px solid #e5e5e5
}

.my-account-wrap .tbody .combined .box, .my-account-wrap .tbody .status .box, .my-account-wrap .tbody .option .box {
	display: table-cell;
	vertical-align: middle
}

.my-account-wrap .tbody .combined .t1 {
	font-size: 16px
}

.my-account-wrap .tbody .status {
	line-height: 30px
}

.my-account-wrap .tbody .status a {
	display: block
}

.my-account-wrap .tbody .status a:hover {
	color: #e60012
}

.my-account-wrap .tbody .option {
	border-right: none
}

.my-account-wrap .tbody .option i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: -3px;
	background: url(../images/icon_time.png) no-repeat center;
	background-size: cover
}

.my-account-wrap .tbody .option .btn {
	line-height: 30px;
	display: block;
	padding: 0;
	width: 115px;
	margin: 15px auto 0;
	transition: all .3s;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 5px
}

.my-account-wrap .tbody .option .btn:hover {
	color: #fff;
	border-color: #000;
	background: #000
}

.my-account-wrap .tbody .option .confirm {
	color: #fff;
	border-color: #000;
	background: #000
}

.my-account-wrap .order-pages {
	justify-content: flex-end
}

.wishlist-list-box .wishlist-option {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wishlist-list-box .wishlist-option .num span {
	color: #c09578
}

.wishlist-list-box .wishlist-option .options {
	display: flex;
	align-items: center
}

.wishlist-list-box .wishlist-option label, .wishlist-list-box .wishlist-option .btn {
	visibility: hidden;
	opacity: 0
}

.wishlist-list-box .wishlist-option label {
	display: block;
	margin: 0;
	cursor: pointer
}

.wishlist-list-box .wishlist-option label input {
	margin-right: 10px
}

.wishlist-list-box .wishlist-option label input, .wishlist-list-box .wishlist-option label span {
	display: inline-block;
	vertical-align: middle
}

.wishlist-list-box .wishlist-option .btn {
	margin: 0 40px;
	padding: 0
}

.wishlist-list-box .wishlist-option .btn img, .wishlist-list-box .wishlist-option .btn span {
	display: inline-block;
	vertical-align: middle
}

.wishlist-list-box .wishlist-option .btn img {
	margin-right: 10px
}

.wishlist-list-box .wishlist-option .state {
	visibility: visible;
	opacity: 1
}

.wishlist-list-box .wishlist-option .manage-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	height: 34px;
	width: 153px
}

.wishlist-list-box .list {
	margin-top: 40px
}

.wishlist-list-box .list ul {
	margin: 0 -5px
}

.wishlist-list-box .list li {
	padding: 0 5px
}

.wishlist-list-box .list .box {
	position: relative
}

.wishlist-list-box .list .desc {
	font-size: 12px
}

.wishlist-list-box .list .check-box {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none
}

.wishlist-list-box .list .check-box.show {
	display: block
}

.wishlist-list-box .list .check-box input {
	width: 15px;
	height: 15px;
	cursor: pointer
}

.wishlist-list-box .list .img {
	width: 100%;
	height: 215px
}

.wishlist-list-box .list .img img {
	max-width: 70%
}

.wishlist-list-box .list .img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.order-address-box .add-btn {
	margin-bottom: 30px;
	text-align: right
}

.order-address-box .add-btn a {
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	width: 170px
}

.order-address-box .order-address .tool {
	right: 15px
}

.order-address-box .order-address .tool a {
	width: 22px;
	height: 22px
}

.edit-address-box .form li {
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 20px
}

.edit-address-box .form .input-block {
	width: 100%
}

.edit-address-box .form .input-block:nth-child(2) {
	margin-left: 20px
}

.edit-address-box .form input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: solid 1px #dcdcdc
}

.edit-address-box .form input:focus {
	border: 2px solid #000
}

.edit-address-box .form .toBack {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 25px;
	transform: translateY(-50%);
	background: url(../images/icon_17.png) no-repeat left center;
	background-size: 6px 9px
}

.edit-address-box .form label {
	display: flex;
	align-items: center;
	margin: 10px 0 30px;
	cursor: pointer
}

.edit-address-box .form label input {
	width: 18px;
	height: 18px;
	margin-right: 18px
}

.edit-address-box .form .toBack {
	font-weight: bold
}

.edit-address-box .form .toBack:hover {
	color: #c09578
}

.edit-address-box .form #submit-btn {
	font-size: 18px;
	display: block;
	width: 255px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #000
}

.order-info-content .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: -1px;
	padding: 13px 30px;
	color: #000;
	border: solid 1px #dcdcdc;
	background: #f5f5f5
}

.order-info-content .content {
	padding: 30px;
	border: solid 1px #dcdcdc
}

.my-information-box .content {
	min-height: 680px
}
.order-info-content .content .center_main_con{
	margin-bottom: 25px;
	display: flex;
}
.order-info-content .content .center_main_con .item{
	border: 1px solid #e5e5e5;
	padding: 20px;
	padding-right: 0;
	width: 100%;
	height: 240px;
	margin-right: -1px;
}

.order-info-content .content .center_main_con .item:last-child{
	margin-right: 0;
}
.order-info-content .content .center_main_con .tit{
	margin-bottom: 8px;
	font-size: 16px;
	color: #000;
}
.order-info-content .content .center_main_con .i{
	line-height: 26px;
}
.order-info-content .content .center_main_con .mone{
	color: #e60012;
}
.my-information-box .form {
	margin: 70px auto 0;
	padding-left: 30%
}

.my-information-box .content li {
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	color: #a0a0a0
}

.my-information-box .content li .img {
	width: 50px
}

.my-information-box .content li input {
	color: #000;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.my-information-box .content li a {
	margin-left: 15px;
	display: inline-block;
	text-decoration: underline;
	width: 60px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #000
}

.my-information-box .content li a:hover {
	font-weight: bold
}

.my-information-box .content .submit-btn {
	margin: 0;
	margin-top: 30px;
	cursor: pointer;
	color: #fff;
	background: #000
}

.dialog-wrap {
	position: fixed;
	z-index: 99;
	display: none
}

.dialog-wrap .dialog-box {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 630px;
	padding-bottom: 30px;
	transform: translate(-50%, -50%);
	background: #fff
}

.dialog-wrap .hd {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	background: #000
}

.dialog-wrap .hd a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center;
	background-size: cover
}

.dialog-wrap .title {
	margin: 40px 0;
	text-align: center
}

.dialog-wrap .title h4 {
	font-size: 24px;
	font-weight: 600
}

.dialog-wrap .title p {
	font-size: 14px;
	margin-top: 25px;
	color: #a0a0a0
}

.dialog-wrap .title p span {
	color: #000
}

.dialog-wrap ul {
	padding: 0 14%
}

.dialog-wrap ul li {
	margin-bottom: 30px
}

.dialog-wrap ul li:last-child {
	margin: 0
}

.dialog-wrap input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #dcdcdc;
	background: #fff
}

.dialog-wrap input:focus {
	border: 2px solid #000
}

.dialog-wrap input[type="submit"] {
	font-weight: bold;
	display: block;
	width: 255px;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #000
}

.dialog-wrap input[type="submit"]:focus {
	border: none
}

.order-detail-box .order-steps {
	margin-bottom: 50px
}

.order-detail-box .order-steps ul {
	position: relative;
	display: flex;
	justify-content: space-between
}

.order-detail-box .order-steps ul::before {
	position: absolute;
	top: 26px;
	left: 50%;
	width: 95%;
	height: 5px;
	content: "";
	transform: translateX(-50%);
	background: #000
}

.order-detail-box .order-steps li {
	font-size: 14px;
	text-align: center;
	color: #000
}

.order-detail-box .order-steps .txt {
	margin-top: 15px
}

.order-detail-box .order-steps .img {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	background: #000
}

.order-detail-box .order-steps .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.order-detail-box .order-desc {
	display: flex;
	align-items: stretch;
	margin-bottom: 40px;
	border: 1px solid #e2e2e2
}

.order-detail-box .order-desc .info {
	width: 330px;
	border-right: 1px solid #e5e5e5
}

.order-detail-box .order-desc .info .tit {
	font-size: 14px;
	padding: 7px 15px;
	color: #212121;
	border-bottom: 1px solid #e2e2e2;
	background: #fafafa
}

.order-detail-box .order-desc .info .address {
	font-size: 14px;
	line-height: 28px;
	padding: 25px
}

.order-detail-box .order-desc .info .address dl {
	margin-bottom: 10px
}

.order-detail-box .order-desc .info .address dt {
	margin-bottom: 10px
}

.order-detail-box .order-desc .status {
	flex: 1;
	padding: 40px 60px 0 70px;
	color: #212121
}

.order-detail-box .order-desc .status .tip {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	margin-bottom: 25px
}

.order-detail-box .order-desc .status .tip i {
	position: absolute;
	top: 3px;
	left: -35px;
	width: 27px;
	height: 27px;
	background: url(../images/icon_16.png) no-repeat center;
	background-size: cover
}

.order-detail-box .order-desc .status .txt {
	font-size: 14px;
	line-height: 18px;
	color: #000
}

.order-detail-box .order-desc .status .txt em {
	color: #e60012
}

.order-detail-box .order-desc .status .txt p {
	margin-bottom: 20px
}

.order-detail-box .order-desc .status .txt .confirm-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	width: 120px;
	margin: 0 20px
}

.order-detail-box .order-desc .status .txt .time-btn {
	text-decoration: underline;
	color: #a3a3a3
}

.order-detail-box .order-desc .status .txt .time-btn:hover {
	color: #000
}

.order-detail-box .thead {
	justify-content: space-between
}

.order-detail-box .thead .name {
	width: 320px
}

.order-detail-box .thead .size, .order-detail-box .thead .total, .order-detail-box .thead .num {
	width: 60px
}

.order-detail-box .thead .combined {
	margin: 0;
	width: 250px
}

.order-detail-box .tbody .goods-list {
	width: 640px
}

.order-detail-box .tbody .goods-item .num, .order-detail-box .tbody .goods-item .price {
	width: 20%
}

.order-detail-box .tbody .goods-item .desc {
	flex: none;
	width: 188px
}

.order-detail-box .tbody .size {
	width: 20%;
	text-align: center
}

.order-detail-box .tbody .combined {
	width: 32%;
	border-right: none
}

.order-logistics-box .logistics-info {
	margin-bottom: 55px
}

.order-logistics-box .logistics-info ul {
	position: relative;
	display: flex
}

.order-logistics-box .logistics-info ul::before {
	position: absolute;
	top: 36px;
	left: 50%;
	width: 80%;
	content: "";
	transform: translateX(-50%);
	border-bottom: 5px dotted #000
}

.order-logistics-box .logistics-info li {
	width: 25%;
	text-align: center;
	color: #000
}

.order-logistics-box .logistics-info .img {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #000
}

.order-logistics-box .logistics-info img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.order-logistics-box .hr {
	width: 100%;
	height: 1px;
	margin: 35px 0;
	background: #dcdcdc
}

.order-logistics-box .logistics-recode {
	background: #f5f5f5
}

.order-logistics-box .logistics-recode .tit {
	line-height: 1;
	padding: 18px;
	border-bottom: 1px solid #dcdcdc
}

.order-logistics-box .logistics-recode .desc {
	padding: 20px 20px 35px
}

.order-logistics-box .logistics-recode .desc dt {
	margin-bottom: 20px
}

.order-logistics-box .logistics-recode .desc dd {
	line-height: 30px;
	padding-left: 95px
}

.order-logistics-box .logistics-desc {
	font-size: 14px;
	line-height: 32px
}

.order-logistics-box .logistics-desc .desc {
	margin-bottom: 30px
}

.order-logistics-box .logistics-desc .goods-list li {
	margin-right: 20px;
	text-align: center
}

.order-logistics-box .logistics-desc .goods-list li:hover .img {
	transform: translateY(-3px);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.order-logistics-box .logistics-desc .goods-list li:hover p {
	color: #000
}

.order-logistics-box .logistics-desc .goods-list li a {
	display: flex;
	align-items: center
}

.order-logistics-box .logistics-desc .goods-list .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	transition: all .3s;
	background: #fff;
	border-radius: 5px
}

.order-logistics-box .logistics-desc .goods-list .img img {
	max-width: 80%
}

.order-logistics-box .logistics-desc .goods-list .txt {
	padding-left: 15px;
	text-align: left;
	line-height: 1.6
}