/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

button,
select,
input,
textarea {
	font-size: 14px;
	font-family: STHeiti-Light, 'Hiragino Sans GB', 'Microsoft Yahei', Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

body {
	font-size: 14px;
	font-family: STHeiti-Light, 'Hiragino Sans GB', 'Microsoft Yahei', Arial;
	color: #333;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}

html,
body {
	height: 100%;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

input,
textarea {
	outline: none;
	resize: none !important;
}

div:active {
	outline: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
	/* image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; */
}

input {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	transition: 0.2s;
	color: #00bc66;
}

.similar_content{
	width: 100%;
	max-width: 1920px;
	min-width: 1420px;
	padding: 0 60px;
	margin: 0 auto;
	display: flex;
}
.similar_content .similar_img{
	/* max-width: 500px; */
	min-width: 300px;
	margin-right: 80px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.similar_content .similar_img .notice{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.similar_content .similar_img .img_block{
	min-width: 300px;
	min-height: 500px;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.similar_content .similar_img .img_box{
	width: fit-content;
	display: flex;
	position: relative;
	overflow: hidden;
}
.similar_content .similar_img .img_box .border{
	width: 1px;
	height: 1px;
	border: 2px solid #fff;
	border-radius: 2px;
	position: absolute;
	display: none;
}
.similar_content .similar_img canvas{
	max-width: 100%;
}
.similar_content .similar_img .similar_btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.similar_content .similar_img .similar_btn button{
	width: 32%;
	border-radius: 5px;
	margin-top: 10px;
}



.similar_content .similar_block{
	width: 100%;
}
.similar_content .similar_title{
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.similar_content .similar_title dd{
	color: #000;
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0 10px;
	cursor: pointer;
}
.similar_content .similar_title dd.active{
	color: #0076f6;
	border-bottom: 4px solid #0076f6;
}
.similar_content .similar_list{
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.similar_content .similar_list .list-img{
	width: calc((100% - 60px) / 4);
	min-height: 100px;
	background: #f5f5f5;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.similar_content .similar_list .list-img img{
	border-radius: 5px;
}

.similar_content .similar_list .list-img .template_cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	display: none;
	z-index: 1;
}
.similar_content .similar_list .list-img:hover .template_cover,
.similar_content .similar_list .list-img:hover .preview,
.similar_content .similar_list .list-img:hover .collect,
.similar_content .similar_list .list-img:hover .similar{
	display: block;
}
.similar_content .similar_list .list-img .preview{
	color: #000;
	text-align: center;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	top: 10px;
	right: 47px;
	z-index: 2;
	display: none;
}
.similar_content .similar_list .list-img .collect{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background: #fff url(../img/shoucang.png) center no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: none;
}
.similar_content .similar_list .list-img .collected{
	background: #fff url(../img/shoucang_blue.png) center no-repeat;
}
.similar_content .similar_list .list-img .similar{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background: #fff url(../img/ico_similar.png) center no-repeat;
	position: absolute;
	top: 10px;
	right: 115px;
	z-index: 2;
	display: none;
}
.similar_content .similar_list .list-img .preview:hover,
.similar_content .similar_list .list-img .collect:hover,
.similar_content .similar_list .list-img .similar:hover{
 opacity: 0.8;
 cursor: pointer;
}