@charset "utf-8";
.details_out {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.details_content {
	width: 100%;
	min-width: 1176px;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.details {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
}
.details_nav {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}
.details_nav a {
	font-size: 14px;
	color: #333;
}
.details_nav .layui-icon-right:before {
	content: '\e602';
	margin: 0 5px;
	color: #999;
}
.details_bg {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.details_bg .details_title {
	font-size: 24px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.details_bg .details_title span,
.details_bg .details_title em {
	color: #6c4400;
	font-size: 17px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f4ca81;
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;
	font-style: normal;
}
.details_bg .details_title h1 {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.details_main {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.details_left {
	width: calc(100% - 380px);
	box-sizing: border-box;
	flex-grow: 1;
}
.details_left .case {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
}
.details_left .case img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.details_left .details_img_box {
	width: 100%;
	height: 800px;
	line-height: 800px;
	text-align: center;
	background: #f7fafc;
	display: inline-block;
	position: relative;
}
.details_left .details_img_box:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	opacity: 0.3;
}
.details_left .details_img_box img {
	max-width: 100%;
	max-height: 100%;
	z-index: 8;
	position: relative;
}
.details_left .details_img_box .img_cover {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.3),
		rgba(255, 255, 255, 0.98) 70%
	);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 9;
}
.details_left .details_img_box .img_cover a {
	color: #fff;
	width: 240ox;
	height: 50px;
	line-height: 50px;
	background: #0772fc;
	border-radius: 4px;
	padding: 0 50px;
	display: inline-block;
	z-index: 2;
}
.details_left .details_img_box .img_cover a:hover {
	opacity: 0.8;
}
.details .details_right {
	width: 430px;
	box-sizing: border-box;
	margin-left: 40px;
}
.details .details_right * {
	box-sizing: border-box;
}
.details_right .right_title {
	font-size: 24px;
	width: 100%;
	max-height: 76px;
	line-height: 38px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 10px;
	display: inline-block;
}
.details_right .right_title h1 {
	font-size: 24px;
	display: inline;
}
.details_right .online_edit {
	width: 47%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0772fc;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 10px;
	float: left;
}

.details_right .details_edit_box {
	width: 100%;
	border: 1px solid #e1e8f0;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.details_edit_box .top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.details_edit_box .top .title {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.details_edit_box .top .title::before {
	content: '\e692';
	font-family: 'iconfont';
	color: #3e76f7;
	font-size: 21px;
	margin-right: 5px;
}
.details_edit_box .top .right {
	color: #999;
	display: flex;
	align-items: center;
	gap: 12px;
}
.details_edit_box .top .right > div {
	flex-shrink: 0;
}
.details_edit_box .top .right .copy {
	width: fit-content;
	cursor: pointer;
}
.details_edit_box .top .right .copy:before {
	content: '\e619';
	font-family: 'iconfont';
	color: #999;
	font-size: 16px;
	margin-right: 5px;
}
.details_edit_box .top .right .collect {
	cursor: pointer;
}
.details_edit_box .top .right .collect:before {
	content: '\e711';
	font-family: 'iconfont';
	color: #999;
	font-size: 16px;
	margin-right: 5px;
}
.details_edit_box .top .right .collected:before {
	content: '\e712';
	font-family: 'iconfont';
	color: #ff3737;
	font-size: 16px;
	margin-right: 5px;
}
.details_edit_box .top .right .online_download {
	cursor: pointer;
}
.details_edit_box .top .right .online_download:before {
	content: '\e609';
	font-family: 'iconfont';
	color: #999;
	font-size: 16px;
	margin-right: 3px;
}
.details_edit_box .details_prompt {
	font-size: 14px;
	width: 100%;
	line-height: 24px;
	height: 200px;
	background: #f6f7f9;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08) inset;
	border-radius: 16px;
	padding: 20px;
	overflow-y: auto;
}
.details_edit_box .same_btn {
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0772fc;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.details_edit_box .same_btn span::before {
	content: '\e692';
	font-family: 'iconfont';
	color: #fff;
	font-size: 16px;
	margin-right: 5px;
}
.details_right .details_info_box {
	width: 100%;
	border: 1px solid #e1e8f0;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.details_right .details_info_box .edit_btn {
	color: #0772fc;
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #0772fc !important;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 图片详情页 size_slt picture_download 仅imgchannel使用 */
.details_right .details_info_box .size_slt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.details_right .details_info_box .size_slt li {
	color: #333;
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.details_right .details_info_box .size_slt .layui-form-radio {
	padding: 0;
	margin-top: 0;
}
.details_right .details_info_box .size_slt .layui-form-radio > i {
	margin: 0;
}
.details_right .details_info_box .size_slt .layui-form-radio > i:hover,
.details_right .details_info_box .size_slt .layui-form-radioed > i {
	color: #0772fc;
}
.details_right .details_info_box .size_slt li > i {
	color: #fff;
	text-align: center;
	font-size: 11px;
	width: 30px;
	height: 18px;
	line-height: 16px;
	border-radius: 20px;
	font-style: normal;
	background: #ffcd00;
	margin-right: 10px;
	display: inline-block;
}
.details_right .details_info_box .size_slt li .t1 {
	width: 40px;
}
.details_right .details_info_box .size_slt li .t2 {
	width: 90px;
}
.details_right .details_info_box .picture_download {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	background: #0772fc;
	border-radius: 5px;
}

.details_price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
}
.selling_price {
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.price_number {
	font-size: 28px;
	color: #ff5c5c !important;
}
.price_font {
	font-size: 14px;
	color: #222;
}
.details_price .ztb_notice {
	position: relative;
	top: 5px;
	cursor: pointer;
	display: block;
	line-height: 30px;
	font-size: 12px;
	color: #ff5c5c !important;
}
.details_price .ztb_notice img {
	position: relative;
	top: 2px;
}
.details_product_info {
	margin-top: 10px;
	border-bottom: 1px solid #e1e8f0;
	padding-bottom: 10px;
}
.details_product_info div:nth-child(1) {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	line-height: 32px;
	position: relative;
	top: -5px;
}
.details_product_info div {
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
.details_product_info div span {
	width: 100px;
	color: #999 !important;
	display: inline-block;
}
.details_notice {
	font-size: 13px;
	color: #333;
	line-height: 30px;
	overflow-y: hidden;
}
.details_notice em {
	font-style: normal;
}
.details_notice em {
	color: #0772fc;
	font-style: normal;
}
.details_notice i {
	font-size: 17px;
	margin-left: 5px;
	vertical-align: middle;
}
.details_cutoff {
	width: 100%;
	position: relative;
	height: 1px;
	background: #e7e7e7;
	margin: 10px 0;
	display: inline-block;
}
.details_notice.tip .layui-layer-tips {
	margin-left: -15px !important;
}
.hide {
	display: none;
}
.detail_introduce {
	color: #333;
	font-size: 13px;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
}

/* 猜你喜欢 */
.youlike {
	margin: 30px 0 0 0;
	position: relative;
	width: 100%;
}
.like_title {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	line-height: 20px;
}
.like {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.like_title a {
	font-size: 14px;
	color: #333;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-style: normal !important;
	background: #f3f4f9;
	border-radius: 30px;
}
.detail_favorite {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

/* 图片详情页 相关推荐 picture_list 仅imgchannel使用 */
.youlike .picture_list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.youlike .picture_list::after {
	content: '';
	flex-grow: 99999;
}
.youlike .picture_list li {
	flex-grow: 1;
	margin: 12px;
	overflow: hidden;
	min-width: 150px;
}
.youlike .picture_list li img {
	width: auto;
	min-width: 100%;
	height: 220px;
	border-radius: 4px;
	object-fit: cover;
}
.youlike .picture_list li img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

/* 长图 */
.template_vertical {
	display: flex;
	flex-wrap: wrap;
}
.vertical_item {
	margin-right: 42px;
	margin-bottom: 32px;
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.vertical_item:nth-child(4n) {
	margin-right: 0 !important;
}
.vertical_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}
.vertical_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.vertical_item_img {
	position: relative;
	width: 224px;
	height: auto;
}
.vertical_img {
	width: 224px;
	height: 442px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.vertical_collect {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 4px; /*2019-11-18 zyn*/
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vertical_item:hover .vertical_collect {
	visibility: visible;
}
.vertical_item .item_til:hover {
	color: #333;
}
.vertical_item .item_width {
	width: 224px;
}
.preview .layui-layer {
	border-radius: 6px !important;
}
.item_width a,
.item_til {
	font-size: 14px;
	color: #333333;
	text-align: center;
	display: block;
	width: 95%;
	margin: 15px auto 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 相关推荐 */
.template_about {
	margin-top: 30px;
}
.template_about .layui-tab-title {
	font-size: 15px;
	border-bottom: none;
}
.template_about .layui-tab-title li {
	font-size: 15px;
	border-bottom: 4px solid #fff;
}
.template_about .layui-tab-title .layui-this {
	color: #0772fc !important;
	border-bottom: 4px solid #0772fc;
}
.template_about .layui-tab-content {
	padding: 10px 0;
}
.recommended_list {
	color: #333;
	width: 100%;
	line-height: 28px;
	display: inline-block;
}
.recommended_list h2 {
	color: #222;
	font-size: 15px;
	width: 100%;
	line-height: 30px;
}
.recommended_list a {
	color: #333;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	padding: 0 18px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.recommended_list a:hover {
	color: #fff;
	background: #0772fc;
	border: 1px solid #0772fc;
}

/* 关联元素 */
.element_lsit {
	width: 100%;
	display: flex;
	align-items: center;
}
.element_lsit li {
	width: 100px;
	height: 75px;
	margin-right: 15px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	display: flex;
}
.element_lsit li:last-child {
	margin: 0;
}
.element_lsit li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.element_lsit li img {
	max-width: 100%;
	max-height: 100%;
}

.ai-ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.ai-ul a {
	width: 40%;
	background-color: #f6f7f9;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ai-ul a li {
	width: 100%;
	text-align: center;
}
.ai-ul a li img {
	width: 67px;
	height: 67px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.ai-ul a li .ai-name {
	margin-bottom: 6px;
}
