.top-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-nav img {
	width: 18px;
	height: 18px;
	margin: 0 10px;
}

.commodity-info-top {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.big_box {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 500px;
	height: 500px;
	overflow: hidden;
	z-index: 99;
	display: none;
}

.big_box img {
	width: 1200px;
	height: 1200px;
	position: absolute;
	max-width: none;
}


.small_box {
	width: 500px;
	height: 500px;
	position: relative;
}

.small_box img {
	width: 500px;
	height: 500px;
	max-width: none;
}

.small_box .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 2;
	cursor: move;
}

.small_box .float_layer {
	position: absolute;
	width: 100px;
	height: 100px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.container .commodity-info-top .commodity-info-img .img-list {
	width: 500px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.img-list .left-normal {
	width: 40px;
	margin-right: 10px;
	cursor: pointer;
}

.img-list .img-box {
	width: 400px;
	overflow: auto;
	display: flex;
	align-items: center;
}

.img-list .img-box img {
	width: 70px;
	height: 70px;
}

.img-list .img-box img:nth-of-type(n) {
	margin-right: 10px;
}

.img-list .img-box img:nth-last-of-type(1) {
	margin-right: 0;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
	display: none;
}

.img-list .img-box .list-one{
	border: 2px solid #e53e41;
}

.img-list .right-normal {
	width: 40px;
	margin-left: 10px;
	cursor: pointer;
}

.commodity-info-img {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.smallimg {
	margin-top: 10px;
	width: 80px;
	height: 80px;
	border: 3px solid #e42312;
	cursor: pointer;
}

.commodity-info-parameter {
	width: 55%;
}

.commodity-info-title {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.commodity-info-name-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.commodity-info-name {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-right: 15px;
}

.favorite-box {
	width: 32px;
	height: 32px;
	background: #ffffff;
	border-radius: 100%;
	border: 1px solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(.64, .19, .81, 1.3);
	/*动画的速度曲线*/
	transform-origin0: center center;
}

.favorite-img {
	width: 16px;
	height: 16px;
}

.price {
	font-size: 14px;
	color: #005da6;
}

.price {
	font-size: 24px;
	font-weight: 700;
}

.commodity-info-details {
	padding: 15px 0;
	line-height: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.commodity-info-details span {
	display: inline-block;
	width: 100px;
}

.buy-num {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 88px;
}

.buy-num span {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	margin-right: 40px;
}

.num-box {
	width: 130px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.num-box input {
	width: 45%;
	height: 100%;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.num-box-btn {
	width: 100%;
    background: #e6e6e6;
	height: 100%;
	text-align: center;
	border-left: none;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}

.num-box-btn-add,.num-box-btn-minus {
    width: 27.5%;
    cursor: pointer;
     /*不能被选中*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.num-box-btn-add:hover,.num-box-btn-minus:hover {
    background: #c6c6c6;
}

.btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.add-shopping-trolley {
	width: 257px;
	height: 44px;
	line-height: 44px;
	background: #2070ff;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 16px;
}

.add-shopping-trolley img {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.buy-now {
	width: 130px;
	height: 44px;
	line-height: 44px;
	background: #ffffff;
	border: 1px solid #2070ff;
	border-radius: 4px;
	font-size: 16px;
	color: #2070ff;
	cursor: pointer;
}

.interests {
	margin-top: 24px;
}

.interests p {
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.interests img {
	width: 39px;
	height: 39px;
	margin-right: 25px;
}

.interests p:nth-child(1) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.other-info-box {
	height: 142px;
	padding: 20px 0 40px;
	margin-top: 45px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.other-info-box p {
	font-size: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
}

.other-info {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.other-info li {
	width: 200px;
	text-align: left;
	line-height: 48px;
}

.browse-more .mtitle {
	font-size: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	line-height: 70px;
}

.commodity-more {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding-bottom: 20px;
	/*不能被选中*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.commodity-more li {
	cursor: pointer;
}

.commodity-more li img {
	width: 200px;
	height: 200px;
}

.commodity-more-name,
.commodity-more-price {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.commodity-more p i {
	font-size: 24px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
}

.commodity-more li:hover {
    background: #e6e6e6;
}

.shopping-trolley {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	right: 72px;
	cursor: pointer;
}

.dot {
	width: 5px;
	height: 5px;
	background: #e42312;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 12px;
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	40% {
		transform: scale(0.8);
		/*放大1.1倍*/
	}

	60% {
		transform: scale(1.07);
		/*放大1.1倍*/
	}

	80% {
		transform: scale(1);
		/*放大1.1倍*/
	}

	90% {
		transform: scale(1.07);
	}

	100% {
		transform: scale(1);
	}

}


